@import url("font.css");

html {
  box-sizing: border-box
}

*, *::after, *::before {
  box-sizing: inherit
}

* {
  outline: none
}

html {
  -webkit-text-size-adjust: 100%
}

html {
  scroll-behavior: smooth; /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */ 
}

body {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  cursor: default;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

strong, b {
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif
}

em {
  font-style: italic
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none;
  height: auto;
  margin: 0;
  padding: 0
}

img {
  outline: none;
  border: 0 none;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-rendering: optimizeLegibility
}

::-webkit-input-placeholder {
  color: rgba(180, 180, 180, 0.3)
}

:-moz-placeholder {
  color: rgba(180, 180, 180, 0.3)
}

::-moz-placeholder {
  color: rgba(180, 180, 180, 0.3)
}

:-ms-input-placeholder {
  color: rgba(180, 180, 180, 0.3)
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

textarea, input, select {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none
}

textarea:focus, input:focus, select:focus {
  outline: none
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio
}

button {
  border: 0 none;
  padding: 0;
  background-color: transparent;
}

button:active, button:focus {
  outline: 0 none
}

dd {
  margin: 0
}

body {
  font-family: "Apercu Regular", "Apercu Regular Cyrillic", Calibri, sans-serif;
  color: #212529;
  font-size: 15px;
  background-color: #ffffff;
}

body.mobile-menu {
  width: 100vw;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Apercu Medium", "Apercu Medium Cyrillic", Calibri, sans-serif;
  line-height: normal;
  font-weight: normal !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {}

h2 {}

h3 {}

h4 {
  font-size: 24px
}

h5 {}

h6 {}

.cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance
}

.col {
  position: relative;
  float: left
}

.col::after {
  clear: both;
  content: "";
  display: table
}

.col.swap {
  float: right
}

.col.full {
  width: 100%
}

.col.half {
  width: 50%
}

.col.two-thirds,
.two-thirds {
  width: 66.667%
}

.col.one-third {
  width: 33.333%
}

.col.three-fourths {
  width: 75%
}

.col.one-fourth {
  width: 25%
}

.col.one-fifth {
  width: 20%
}

.col.two-fifths {
  width: 40%
}

.col.three-fifths {
  width: 60%
}

.col.almost-half {
  width: 45%
}

.col.left {
  padding-right: 10px
}

.col.left-mini {
  padding-right: 5px
}

.col.middle {
  padding-left: 10px;
  padding-right: 10px
}

.col.middle-mini {
  padding-left: 5px;
  padding-right: 5px
}

.col.right {
  padding-left: 10px
}

.col.right-mini {
  padding-left: 5px
}

.catalog-breadcrumbs,
.text-breadcrumbs{
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  color: #989898;
  font-size: 12px;
  padding-top: 15px;
	padding-bottom: 20px;
}

.product-breadcrumbs{
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  color: #989898;
  font-size: 12px;
  padding-top: 15px;
}

.breadcrumbs{
    font-weight: 500;
    color: #989898;
    padding: 10px 0;
		line-height: 1;
		display: inline-flex;
		-webkit-box-align: center;
		align-items: center;
		list-style-type: none;
		list-style-position: initial;
		list-style-image: initial;
		max-width: 100%;
		box-sizing: border-box;
}

.breadcrumbs>li{
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: auto;
}

.breadcrumbs>li:last-child{
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: auto;
		white-space: nowrap;
		overflow-x: hidden;
		overflow-y: hidden;
		text-overflow: ellipsis;
}

.breadcrumbs>li>a{
    color: #989898;
}

.breadcrumbs>li>a:hover{
    text-decoration: underline;
}

.breadcrumbs>li+li::before {
	content: "/";
  margin: 0 4px 0 4px;
}

.breadcrumbs h1{
    display: inline;
    padding: 0;
    margin: 0;
    color: #989898;
    vertical-align: bottom;
    font-size: 12px;
}

.breadcrumbs h1>span::before{
	content: "/";
  margin: 0 4px 0 4px;
}


a {
  color: #212529;
  transition: border-bottom-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0, color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  text-decoration: none;
}

a:hover {}

select::-ms-expand {
  display: none;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

p {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 27px;
  font-family: "Apercu Regular", "Apercu Regular Cyrillic", Calibri, sans-serif
}

p a:hover {
  color: #70BEE4
}

@media screen and (max-width: 48em) {
  p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px
  }
}

strong {
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  font-weight: normal
}

img {
  display: block;
}

label {
  display: block;
  color: rgba(70, 70, 70, 0.5);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

label strong {
  color: #111111;
}

.radio-container label {
  position: relative;
  padding-left: 35px !important;
  user-select: none;
}

.radio-container label input {
  position: absolute;
  opacity: 0;
}

.radio-container label input:checked~.checkmark {
  background-color: #36ADE7;
}

.radio-container .checkmark {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 16px;
  width: 16px;
  background-color: #D2D2D2;
  border-radius: 50%;
}

button {
  border: 0 none;
}

.form input, .form select {
  color: #111111;
  font-family: "Lucida Grande", "Apercu Regular", "Apercu Regular Cyrillic", Calibri, sans-serif;
  border: solid 1px #D2D2D2;
  border-radius: 0px;
  z-index: 0;
  pointer-events: all;
  padding-left: 15px
}

.form input {
  padding-top: 10px
}

.form select {
  appearance: none;
  content: "\005e"
}

.form label {
  display: block;
  position: relative;
	z-index: 1;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: initial
}

/*
.form label span{
  pointer-events: none;
  position: absolute;
  top: 16px;
  left: 19px;
  font-size: 16px;
  letter-spacing: 0.25px;
  transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -webkit-transition: 0.1s ease all
}
*/

.form label span{
  pointer-events: none;
  position: absolute;
  font-size: 12px;
  top: 6px;
  left: 17px
}

.form input[type="text"]:focus~span,
.form input[type="email"]:focus~span,
.forminput[type="tel"]:focus~span,
.form input[type="text"]:valid:not(.optional-field)~span,
.form input[type="email"]:valid:not(.optional-field)~span,
.form input[type="tel"]:valid:not(.optional-field)~span,
.form span.optional-span,
.form span.selected {
  font-size: 12px;
  top: 6px;
  left: 17px
}

.form select:focus~span {
  display: none
}

.form .error-highlight input,
.form .error-highlight select,
.form .error-highlight .braintree-hosted-field {
  border-color: #D2D2D2;
  border-left: 4px solid #ff0010
}

.form.error-message {
  font-size: 11px;
  color: #ff0010
}

.form .select-wrapper,
.form .input-wrapper {
  position: relative;
  cursor: pointer
}

.form .select-wrapper select,
.form .input-wrapper input{
  width: 100%;
  height: 50px;
  color: #111111;
  font-family: "Lucida Grande", "Apercu Regular", "Apercu Regular Cyrillic", Calibri, sans-serif;
  border: solid 1px #D2D2D2;
  border-radius: 0px;
  z-index: 0;
  pointer-events: all;
  font-size: 16px
}

.form .select-wrapper select:not(.autoship-select) {
  padding-top: 15px
}

.form .select-wrapper select.autoship-select {
  height: 40px;
  cursor: pointer
}

.form .select-wrapper select.autoship-select.small-rounded {
  height: 48px;
  border: 2px solid #D2D2D2;
  border-radius: 2px;
  padding-left: 5px
}

.form .select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

.form .select-wrapper:after{
  display: inline-block;
  font-size: 20px;
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  position: absolute;
  content: "\005e";
  transform: rotate(180deg);
  color: #989898;
  pointer-events: none;
  top: 10px;
  right: 10px
}

.form .select-wrapper.as-select-wrapper {
  width: 254px
}

.form .select-wrapper.as-select-wrapper:after {
  top: 5px
}

.form .autoship-select:disabled {
  background-color: #FFFFFF;
  opacity: 0.4
}

.form label span:not(.not) {
  font-size: 12px;
  top: 6px;
  left: 17px
}

.full-flex {
  display: flex;
  width: 100%;
}

.full-flex-end {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #D2D2D2;
  color: #36ADE7;
  background: white;
}

input:focus,
select:focus,
textarea:focus {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-color: #D4D4D4;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  margin-right: 0;
  margin-left: 0;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #FFFFFF;
}

.wrap {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 992px) {
  .wrap {
    width: calc(100% - 20px);
  }
}

.promo {
  position: relative;
  width: 100%;
  text-align: center;
}

.promo img {
  width: 100%;
}

.promo .wrap::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0px;
}

.promo .wrap {
  text-align: center;
  height: 100%;
}

.promo .title,
.grid-hero .title{
  font-size: 40px;
  position: relative;
  text-align: center;
  font-family: "Apercu Medium", "Apercu Medium Cyrillic", Calibri, sans-serif;
  vertical-align: middle;
	margin-bottom: 10px;
}

@media (max-width: 992px) {
  .promo .title,
  .grid-hero .title {
    font-size: 24px;
  }
}

.promo .text,
.grid-hero .text {
	font-size: 22px;
}

@media (max-width: 992px) {
  .promo .text,
  .grid-hero .text {
    font-size: 14px;
  }
}

/*
.cover {
  height: 650px;
  min-height: 500px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  opacity: 1;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}

.cover .wrap::before {
  content: "";
  display: inline-block;
  height: 650px;
  vertical-align: middle;
  width: 0px;
}

.cover .wrap {
  text-align: center;
}

.cover .wrap .title {
  font-size: 550%;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri;
  padding: 0px;
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
  letter-spacing: 0.02em;
}

.cover .description {
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  width: 100%;
  margin-left: -20px;
  font-family: "DINPro-Bold", "Calibri", sans-serif;
  ;
}
*/

.logo {
  position: relative;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-weight: 700;
  text-align: center;
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 1220px) {
  .logo {}
}

@media (max-width: 992px) {
  .logo {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.logo a {
  text-decoration: none;
}

.logo a:hover {
  text-decoration: none;
  color: #111;
}

.logo svg{
  width: 160px;
}

@media (max-width: 992px) {
  .logo svg {
    width: 140px;
  }
}

.logo img {
  vertical-align: middle;
}

.header .banner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #36ADE7;
}

.header .banner p {
  color: #FFF;
  padding-bottom: 0;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  margin: 0;
}

.header .wrap {
  width: calc(100% - 40px);
}

@media (max-width: 992px) {
  .header .wrap {
    width: calc(100% - 20px);
  }
}

.header .menu {
  position: absolute;
  top: 30px;
  right: 40px;
  visibility: hidden;
}

.header .menu ul {
  text-align: center;
  display: block;
}

.header .menu ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 120%;
  padding-left: 20px;
  font-weight: 700;
  text-decoration: none;
}

.header .menu ul li a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding-bottom: 3px;
}

.header .menu ul li a:hover {
  text-decoration: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}

.main {
  position: relative;
  background-color: white;
  width: 100%;
  padding-top: 90px;
}

@media (max-width: 992px) {
  .main {
    padding-top: 74px;
  }
}

.showBanner {
  background-color: #DBF0F6;
	padding: 10px;
  width: 100%;
  font-size: 15px;
  margin: 20px auto;
	text-align: center;
}

.showBanner .callout-text {
  background-color: #FF9C0E;
  color: #FFFFFF;
  padding: 5px 7px;
  font-family: "Apercu Regular", "Apercu Regular Cyrillic", Calibri, sans-serif;
  font-size: 14px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .showBanner .callout-text{
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 3px;
  }
}

.showBanner .as-more-info-link a {
  color: #36ADE7;
  cursor: pointer;
  margin-left: 10px;
}

.showBanner .as-more-info-link a{
  margin-left: 5px;
}

.subfeatured-row {
  margin: 20px auto;
}

.subfeatured-row .subfeatured img {
  width: 100%;
  height: auto;
}

.subfeatured-row .subfeatured {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: calc(50% - 10px);
  height: auto;
}

@media (max-width: 767.98px){
	.subfeatured-row .subfeatured{
    width: calc(100% - 10px);
	}
}

.subfeatured-row .subfeatured+.subfeatured {
  margin-left: 20px;
}

@media (max-width: 767.98px){
	.subfeatured-row .subfeatured+.subfeatured {
    margin-left: 0;
	}
}

.subfeatured-row .subfeatured.small {
  width: calc(33.3% - 13.3px);
}

@media (max-width: 767.98px){
	.subfeatured-row .subfeatured.small {
    width: calc(100% - 10px);
	}
}

.subfeatured-row::after {
  clear: both;
  content: "";
  display: table;
}

.about-montymade{
  background-color: #F7F7F7;
  padding: 40px 0;
}

.about-montymade .title {
    font-size: 36px;
    font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
    text-align: center;
}

@media (max-width: 992px){
.about-montymade .title{
    font-size: 26px;
  }
}

.about-montymade .about-montymade-flex {
  display: -ms-flexbox;
  display: flex;
	flex-direction: row;
}

@media (max-width: 992px){
.about-montymade .about-montymade-flex{
    width: 100%;
    display: block;
  }
}

.about-montymade .about-montymade-flex .about-content {
    width: calc(100% * 3 / 5);
    padding-right: 60px;
    text-align: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px){
.about-montymade .about-montymade-flex .about-content {
    width: 100%;
    padding-right: 0;
    display: block;
  }
}

.about-montymade .about-montymade-flex .about-image {
    width: calc(100% * 2 / 5);
}

@media (max-width: 992px){
.about-montymade .about-montymade-flex .about-image{
    width: 100%;
    display: block;
  }
}

.about-image img{
  margin-left: auto;
  margin-right: auto;
}

.footer {
  display: block;
  width: 100%;
  text-align: center;
}

.newsletter-signup {
  color: black;
  background-color: #DBF0F6;
  font-size: 20px;
  line-height: 28px;
  padding: 60px 0;
}

.newsletter-signup .cta-wrapper {
  line-height: 28px;
  padding-bottom: 20px;
  font-size: 18px;
}

.newsletter-signup form {
  padding: 0px 20px;
}

.newsletter-signup fieldset.input {
  width: calc(100% - 160px);
  max-width: 390px;
}

.newsletter-signup input {
  width: 100%;
  height: 50px;
  margin-bottom: 3px;
  padding: 0 10px;
  font-family: "Apercu Regular", "Apercu Regular Cyrillic", Calibri, sans-serif;
  font-size: 16px;
  text-align: left;
  border: 1px solid #D4D4D4;
  border-radius: 0px;
}

.newsletter-signup fieldset {
  display: inline;
}

.error-wrap {
  padding-top: 4px;
}

.error {
  position: relative;
  border-radius: 3px;
  font-family: "Apercu Light", Calibri, sans-serif;
  background: #C5281F;
  color: white;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 2px 6px 1px;
}

.ng-hide {
  display: none !important;
}

.newsletter-signup button {
  position: relative;
  width: 160px;
  margin: -1px 0px 0px -10px;
  padding: 14px 20px;
}

.bs-btn-large:disabled,
.bs-btn-large.disabled {
  cursor: default;
  background-color: #989898;
}

.bs-btn-large {
  margin: 0;
  background: #111111;
  border: 0 none;
  color: white;
  font-family: "Apercu Medium", "Apercu Medium Cyrillic", Calibri, sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  /* transform: translateZ(0); */
  font-size: 18px;
  padding: 15px 40px;
  letter-spacing: .8px;
}

.bs-btn-large.blue {
  background-color: #36ADE7;
  color: #FFFFFF;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.bs-btn-large:disabled,
.bs-btn-large.disabled {
  cursor: default;
  background-color: #989898;
}

.bs-btn-large:disabled {
  cursor: default;
  background-color: #989898;
}

.add-to-cart {
  background-color: #36ADE7;
  color: white;
  padding: 0px 20px;
  font-size: 16px;
  font-family: "Apercu Medium", "Apercu Medium Cyrillic", Calibri, sans-serif;
  cursor: pointer;
  border-radius: 0;
  margin: 10px 0px;
}

.blue-btn {
  width: 100%;
  background-color: #36ADE7;
  height: 50px;
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  color: white;
  font-size: 16px;
  text-align: center;
  margin: calc(27px/2) 0px;
  cursor: pointer;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.blue-btn:hover,
.bs-btn-large.blue:hover{
  background-color: #007cc2;
}

.black-btn {
  width: 100%;
  background-color: #333333;
  height: 50px;
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  color: white;
  font-size: 16px;
  text-align: center;
  margin: calc(27px/2) 0px;
  cursor: pointer;
}

.submit-btn {
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  text-align: center;
  font-size: 90%;
  background-color: #111;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  cursor: pointer;
  color: #FFF;
  transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  display: inline-block;
  margin-bottom: 8px;
}

.footer nav {
  min-height: 200px;
  padding: 45px 0px;
}

@media (max-width: 767.98px) {
  .footer nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer nav .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 767.98px) {
  .footer nav .container {
    margin-bottom: 30px;
  }
}

.footer nav section {
  display: inline-block;
  text-align: left;
}

@media (max-width: 767.98px) {
  .footer nav section {
    text-align: center;
  }
}

.footer nav section h5 {
  font-size: 14px;
  color: #007cc2;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: inherit;
  letter-spacing: 2px;
}

.footer li {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.footer a,
.footer i {
  color: #6f6f6f;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

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

.footer .legal {
  padding-bottom: 20px;
}

.footer .legal span {
  color: #6f6f6f;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
}








.grid-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff;
  height: 32vw;
  max-height: 60vh;
}

@media (max-width: 767.98px) {
  .grid-hero {
    height: 55vw;
  }
}

.grid-hero img {
  width: 100%;
}

.grid-hero-image {
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.grid-hero-image.home {
  background-image: url(../img/cover-home-1440.jpg);
  background-position: center bottom;
}

@media (max-width: 992px) {
  .grid-hero-image.home{
    background-image: url(../img/cover-home-960.jpg);
  }
}

@media (min-width: 1400px) {
  .grid-hero-image.home{
    background-image: url(../img/cover-home-2048.jpg);
  }
}



.grid-hero-image.new {
  background-image: url(../img/cover-new-1440.jpg);
  background-position: center bottom;
}

@media (max-width: 992px) {
  .grid-hero-image.new{
    background-image: url(../img/cover-new-960.jpg);
  }
}

@media (min-width: 1400px) {
  .grid-hero-image.new{
    background-image: url(../img/cover-new-2048.jpg);
  }
}



.grid-hero-image.dog-wear {
  background-image: url(../img/cover-dog-wear-1440.jpg);
  background-position: center bottom;
}

@media (max-width: 992px) {
  .grid-hero-image.dog-wear {
    background-image: url(../img/cover-dog-wear-960.jpg);
  }
}

@media (min-width: 1400px) {
  .grid-hero-image.dog-wear {
    background-image: url(../img/cover-dog-wear-2048.jpg);
  }
}



.grid-hero-image.essentials {
  background-image: url(../img/cover-essentials-1440.jpg);
  background-position: center bottom;
}

@media (max-width: 992px) {
  .grid-hero-image.essentials {
    background-image: url(../img/cover-essentials-960.jpg);
  }
}

@media (min-width: 1400px) {
  .grid-hero-image.essentials {
    background-image: url(../img/cover-essentials-2048.jpg);
  }
}



.grid-hero-image.accessories {
  background-image: url(../img/cover-accessories-1440.jpg);
  background-position: center bottom;
}

@media (max-width: 992px) {
  .grid-hero-image.accessories {
    background-image: url(../img/cover-accessories-960.jpg);
  }
}

@media (min-width: 1400px) {
  .grid-hero-image.accessories {
    background-image: url(../img/cover-accessories-2048.jpg);
  }
}



.grid-hero-image.dog-toys {
  background-image: url(../img/cover-dog-toys-1440.jpg);
  background-position: center bottom;
}

@media (max-width: 992px) {
  .grid-hero-image.dog-toys {
    background-image: url(../img/cover-dog-toys-960.jpg);
  }
}

@media (min-width: 1400px) {
  .grid-hero-image.dog-toys {
    background-image: url(../img/cover-dog-toys-2048.jpg);
  }
}




.grid-hero-description {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  max-width: 500px;
  transform: translateY(-50%) translateX(-35%);
  z-index: 6;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .grid-hero-description {
    width: 40%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767.98px) {
  .grid-hero-description {
    transform: translateY(-50%) translateX(-10%);
    max-width: 300px;
  }
}







.item-list {
  background-color: #F7F7F7;
}

.item-list .binding {
  padding-top: 20px;
}

.item-list article {
  width: 25%;
  display: block;
  float: left;
  margin-bottom: 40px;
  text-align: center;
  outline: none;
  position: relative;
  cursor: pointer;
  padding: 10px;
}

@media (max-width:992px) {
  .item-list article {
    width: 50%;
  }
}

.item-list article a {
  max-width: 320px;
  min-height: 320px;
  margin: 0 auto;
}

.item-list article .grid-name{
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
}

.item-list article:hover .grid-name{
  color: #007cc2;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
}

.item-list article .sold-out .item-image {
  opacity: 0.4;
}

.item-list article .sold-out .grid-price {
  color: #d70121;
}

.price-min {
    color: #d70121;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 0;
}

.price-max {
    color: #485460;
    text-decoration: line-through;
    margin-bottom: 0;
    font-size: 0.9em;
}

.item-list article a:hover .item-image .image-hover {
  display: block;
}

.item-list article:nth-child(4n+1) {
  clear: both;
}

.item-list article .item-image {
  position: relative;
}

.item-list article .item-image .image-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.item-list article img {
  width: 100%;
  height: auto;
}

.grid-item-details {
  position: relative;
  padding-top: 10px;
}

.item-list .grid-item-details .grid-name {
  line-height: 24px;
  font-size: 16px;
  padding: 0px 10px;
}

.item-list .grid-item-details .grid-message {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #007cc2;
  color: white;
  text-transform: uppercase;
  padding: 0px 6px 0px 6px;
  font-family: "Apercu Medium", "Apercu Medium Cyrillic", Calibri;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.item-list .grid-item-details .grid-price {
  display: block;
  color: black;
  font-size: 16px;
  font-family: "Apercu Regular", "Apercu Regular Cyrillic", Calibri, sans-serif;
  line-height: 26px;
}

.item-list .grid-item-details .grid-badges {
  display: inline-block;
  color: #989898;
  font-size: 11px;
}










.product-main {
  background-color: #F7F7F7;
}

.product-breadcrumb {
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  color: #989898;
  font-size: 12px;
  padding-top: 15px;
  margin: 0px;
}

.product-breadcrumb a {
  color: #989898;
}

.product-breadcrumb h1 {
  color: #989898;
  font-size: 12px;
  display: inline-block;
}

.product-container {
  padding: 10px 0px 30px 0px;
}

@media (max-width: 991.98px) {
  .product-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product-container .images {
  margin: 0 auto;
  max-height: 490px;
}

@media (max-width:992px) {
  .product-container .images {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
}

.product-container .images .thumbnails {
  width: 80px;
  height: 100%;
  vertical-align: top;
}

.product-container .images .image {
  width: 490px;
  height: 490px;
}

@media (max-width: 490px) {
  .product-container .images .image {
    width: 100%;
    height: auto;
  }
}

.product-container .images .image img {
  width: 100%;
}

.product-container .images .thumbnails img {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  cursor: pointer;
}

.product-container .images .thumbnails .slick-current img {
  outline: 2px solid #36ADE7;
}

.product-container .contents {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.product-container .contents .contents-container {
  max-width: 500px;
  padding: 20px 10px 10px 10px;
}

.product-container .contents .contents-container .name-with-seo-heading {
  margin-bottom: 20px;
}

.product-header {
  font-size: 36px;
  letter-spacing: 0.5px;
}

@media (max-width: 992px) {
  .product-header {
    font-size: 26px;
  }
}

.product-container .contents .contents-container .product-reviews {}

.product-container .contents .contents-container .product-subheading {
  font-size: 16px;
  line-height: 24px;
}

.product-container .contents .contents-container .item-form {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 350px;
}

.product-container .price {
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .product-container .price {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.old-price {
  color: #989898;
  text-decoration: line-through;
}

.product-container .contents .contents-container .item-form-waitlist {
  margin: 20px;
  padding: 25px 50px;
  background: #F0F0F0;
}

.product-container .contents .contents-container .item-form-waitlist h4 {
  font-size: 18px;
  letter-spacing: 0.8px;
  color: black;
}

.product-container .contents .contents-container .item-form-waitlist p {
  line-height: 20px;
}

.product-container .contents .contents-container .item-form-waitlist input {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  background: rgba(255, 255, 255, 0.8);
  font-size: 90%;
  color: #111;
  padding: 8px;
  width: 140px;
  margin-bottom: 8px;
}

.product-info {
  margin-bottom: 30px;
}

.product-info .full {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}

.product-info .full:last-child {
  margin-right: 0;
}

.product-info .product-description h2,
.product-info .bundle-description h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-info .description-container,
.product-info .cross-section {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}

@media (max-width: 992px) {
  .product-info .description-container,
  .product-info .cross-section {
    width: 100%;
  }
}

.product-info .description-container:last-child,
.product-info .cross-section:last-child {
  margin-right: 0;
}

.product-info .image,
.cross-section .image {
  width: 100%;
}

.product-info .one-third {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}

.product-info .one-third:last-child {
  margin-right: 0;
}

.product-info .image-description h2 {
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.product-info .image-description p {
  margin: 5px 0 0 0;
  line-height: 22px;
}

.product-promise{
  background-color: #DBF0F6;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-promise-content{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .product-promise-content{
    display: block;
  }
}

.product-promise .block{
  max-width: 330px;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 992px) {
  .product-promise .block{
    display: block;
    max-width: none;
  }
}

.related-items {
  background-color: #F7F7F7;
  padding-top: 30px;
}

.size-guide{
  margin-top: 30px;
  margin-bottom: 30px;
}

.size-guide .image{
  margin-left: auto;
  margin-right: auto;
}








.shopify {
    padding-top: 30px;
    padding-bottom: 30px;
}

.shopify-title{
  font-size: 36px;
  font-family: "Apercu Medium", "Apercu Medium Cyrillic", Calibri, sans-serif;
  text-align: center;
}

@media (max-width: 992px){
  .shopify-title {
    font-size: 26px;
  }
}

.shopify-text{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.shopify-text h2{
  font-size: 22px;
  font-family: "Apercu Regular", "Apercu Regular Cyrillic", Calibri, sans-serif;
  margin: 0 0 20px 0;
}

.shopify-text h3{
  font-size: 18px;
  font-family: "Apercu Regular", "Apercu Regular Cyrillic", Calibri, sans-serif;
  margin: 0 0 20px 0;
}

.shopify-contact{
  text-align: center;
}

.shopify-contact h5 {
    width: 700px;
    max-width: 100%;
    margin: 20px auto 30px;
    font-size: 18px;
}

.shopify em {
    display: block;
    font-size: 14px;
    margin-top: 36px;
}

.contact-cta {
    font-family: "Apercu Medium", "Apercu Medium Cyrillic", Calibri, sans-serif;
    font-size: 15px;
    display: inline-block;
    margin: 0 5px 10px;
    min-width: 215px;
}










.testimonials {
	background-color: #F7F7F7;
	text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.testimonials .testimonial {
	padding-top: 10px;
}

.testimonials .testimonial .slick-list {
}

.testimonials .testimonial {
}

.testimonials .testimonial .quote {
	display: block;
    font-family: "Apercu Medium", "Apercu Medium Cyrillic", Calibri;
    font-size: 22px;
    line-height: 34px;
    max-width: 910px;
    margin: 0 auto;
}

.testimonials .testimonial .quote span {
	display: inline-block;
    width: 80%;
}

.testimonials .testimonial .quote::before {
    content: '“';
    font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri;
    font-size: 80px;
    display: inline-block;
    width: 10%;
    vertical-align: top;
    padding-top: 20px;
    color: #EDEDED;
}

.testimonials .testimonial .quote::after {
    content: '”';
    font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri;
    font-size: 80px;
    display: inline-block;
    width: 10%;
    vertical-align: bottom;
    padding-top: 20px;
    color: #EDEDED;
}

.testimonials .testimonial img {
	display: block;
  margin: 37px auto 10px;
  width: 100px;
  height: auto;
}

.testimonials .testimonial h6 {
	font-size: 15px;
}

.testimonials .testimonial p {
	font-size: 13px;	
}

.testimonials .testimonial  .slick-prev {
  left: 43%;
	top: 100%;
  z-index: 10;
}

.testimonials .testimonial  .slick-next {
  right: 43%;
	top: 100%;
  z-index: 10;
}











.center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.left {
  width: 50%;
  float: left;
}

.right {
  width: 50%;
  float: right;
}

.top-none {
  margin-top: 0px
}

.top-x-large {
  margin-top: 90px
}

.top-large {
  margin-top: 70px
}

.top {
  margin-top: 30px
}

.top-medium {
  margin-top: 20px
}

.top-mini {
  margin-top: 15px
}

.top-ten {
  margin-top: 10px
}

.top-five {
  margin-top: 5px
}

.bottom {
  margin-bottom: 30px
}

.bottom-quarter {
  margin-bottom: 25px
}

.bottom-medium {
  margin-bottom: 20px
}

.bottom-mini {
  margin-bottom: 15px
}

.bottom-ten {
  margin-bottom: 10px
}

.bottom-five {
  margin-bottom: 5px
}

.left-medium {
  margin-left: 20px
}

.left-ten {
  margin-left: 10px
}

.x-xs-top {
  margin-top: 2.5px
}

.x-xs-bottom {
  margin-bottom: 2.5px
}

.xs-left {
  margin-left: 5px
}

.xs-right {
  margin-right: 5px
}

.right-ten {
  margin-right: 10px
}

.center {
  text-align: center
}

.xs-top {
  padding-top: 5px
}

.s-top {
  padding-top: 10px
}

.emphasize {
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif;
  text-transform: uppercase;
  letter-spacing: .8px
}

.emphasize.blue {
  color: #36ADE7
}

.bold {
  font-family: "Apercu Bold", "Apercu Bold Cyrillic", Calibri, sans-serif
}

.bold-text {
  font-weight: bold
}

.green-text {
  color: #88C425
}

.italic {
  font-style: italic
}

.blue-font {
  color: #36ADE7;
}

.gray-font {
  color: #6f6f6f;
}

.black-font {
  color: #212529;
}











.leave-a-message {
  background-image: url(../img/chat-doodle-desktop-offline.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 96px;
  width: 80px;
  position: fixed;
  right: 0px;
  z-index: 111;
  bottom: 40px;
}

.leave-a-message a {
  display: block;
  height: 96px;
  width: 80px;
}

.jGrowl,
.jGrowl-notification {
  display: none !important;
}
