/**
 *
 * @author 
 * @project 
 * @version v1.0
 */
/**
 * TYPOGRAPHY 
 */
body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

/**
 * STANDARD STYLES
 */
ul {
  padding: 0;
  margin: 0;
}

ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

hr {
  border-color: #fae2db;
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

p {
  margin-bottom: 0;
}

a {
  outline: 0;
  text-decoration: none;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  text-decoration: none;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: black;
}
a:active {
  color: black;
  text-decoration: none;
}
a:focus {
  color: black;
  text-decoration: none;
}

.no-l-gutter {
  padding-left: 0;
}

.no-r-gutter {
  padding-right: 0;
}

.img-responsive {
  min-width: 100%;
}

.align-c {
  text-align: center;
}

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

.align-l {
  text-align: left;
}

.transition {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

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

.block {
  display: block;
}

.full-width {
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.push-down-0 {
  margin-bottom: 0px;
}

.push-down-5 {
  margin-bottom: 5px;
}

.push-down-10 {
  margin-bottom: 10px;
}

.push-down-15 {
  margin-bottom: 15px;
}

.push-down-20 {
  margin-bottom: 20px;
}

.push-down-25 {
  margin-bottom: 25px;
}

.push-down-30 {
  margin-bottom: 30px;
}

.push-down-35 {
  margin-bottom: 35px;
}

.push-down-40 {
  margin-bottom: 40px;
}

.push-down-45 {
  margin-bottom: 45px;
}

.push-down-50 {
  margin-bottom: 50px;
}

.push-down-55 {
  margin-bottom: 55px;
}

.push-down-60 {
  margin-bottom: 60px;
}

.push-down-65 {
  margin-bottom: 65px;
}

.push-down-70 {
  margin-bottom: 70px;
}

.push-down-75 {
  margin-bottom: 75px;
}

.pull-down-main {
  margin-top: 140px;
}

.secondary-margin {
  margin: 65px;
}

.push-down-secondary {
  margin-bottom: 65px;
}

.pull-down-secondary {
  margin-top: 65px;
}

.pull-down-0 {
  margin-top: 0px;
}

.pull-down-5 {
  margin-top: 5px;
}

.pull-down-10 {
  margin-top: 10px;
}

.pull-down-15 {
  margin-top: 15px;
}

.pull-down-20 {
  margin-top: 20px;
}

.pull-down-25 {
  margin-top: 25px;
}

.pull-down-30 {
  margin-top: 30px;
}

.pull-down-35 {
  margin-top: 35px;
}

.pull-down-40 {
  margin-top: 40px;
}

.pull-down-45 {
  margin-top: 45px;
}

.pull-down-50 {
  margin-top: 50px;
}

.pull-down-55 {
  margin-top: 55px;
}

.pull-down-60 {
  margin-top: 60px;
}

.pull-down-65 {
  margin-top: 65px;
}

.pull-down-70 {
  margin-top: 70px;
}

.pull-down-75 {
  margin-top: 75px;
}

/**
 * BUTTONS
 */
.main-btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
}
.main-btn.btn-with-arrow {
  padding-right: 48px;
}
.main-btn.btn-with-arrow:before {
  position: absolute;
  width: auto;
  height: auto;
  content: url(../img/icons/arrow-right-xs.svg);
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px;
  margin-top: 3px;
}
.main-btn.atc-button {
  padding-right: 60px;
}
.main-btn.atc-button:before {
  position: absolute;
  width: auto;
  height: auto;
  content: url(../img/icons/cart.svg);
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px;
  margin-top: 3px;
}
.main-btn.disabled {
  background: #747676 !important;
}
@media (max-width: 576px) {
  .main-btn.btn-with-arrow {
    padding-right: 40px;
  }
  .main-btn.btn-with-arrow:before {
    content: url(../img/icons/arrow-right-xs.svg);
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    margin-top: 3px;
  }
}

.normal-btn {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .normal-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.big-btn {
  padding: 14px 20px;
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 576px) {
  .big-btn {
    padding: 12px 20px;
    font-size: 16px;
  }
}

.blue-btn {
  background: red;
  color: #ffffff;
}

.main-button {
  background: #0472e1;
  box-shadow: -8px -8px 0 #1E88F2;
  display: inline-block;
  font-size: 16px;
  padding: 12px 25px;
  text-decoration: none;
  color: #FFF;
}
.main-button.btn-with-arrow {
  padding-right: 48px;
}
.main-button.btn-with-arrow:before {
  position: absolute;
  width: auto;
  height: auto;
  content: url(../img/icons/arrow-right-white.svg);
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%) skew(-20deg);
  -ms-transform: translateY(-50%) skew(-20deg);
  -webkit-transform: translateY(-50%) skew(-20deg);
  transform: translateY(-50%) skew(-20deg);
  right: 17px;
  margin-top: 1.5px;
}
.main-button.red-btn {
  background: #B00202;
  box-shadow: -8px -8px 0 #C80000;
}
.main-button.turquoise-btn {
  background: #2bbac9;
  box-shadow: -8px -8px 0 #32ccdc;
}

.main-button:hover {
  box-shadow: 0 0 0;
  color: #FFF;
}

.parallelogram {
  transform: skew(15deg);
  margin-top: 10px;
}

.skew-fix {
  display: inline-block;
  transform: skew(-15deg);
}

.dc-rounded-btn {
  font-size: 14px;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  font-size: normal;
  position: relative;
}
.dc-rounded-btn span {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
.dc-rounded-btn.big-btn {
  font-size: 18px;
  padding: 16px 50px;
}
.dc-rounded-btn.btn-with-black-arrow {
  padding-right: 48px;
}
.dc-rounded-btn.btn-with-black-arrow:before {
  position: absolute;
  width: auto;
  height: auto;
  content: url(../img/icons/arrow-right-black.svg);
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px;
  margin-top: 1.5px;
}
.dc-rounded-btn.btn-with-black-arrow.big-btn {
  padding-right: 65px;
}
.dc-rounded-btn.btn-with-white-arrow {
  padding-right: 48px;
}
.dc-rounded-btn.btn-with-white-arrow:before {
  position: absolute;
  width: auto;
  height: auto;
  content: url(../img/icons/arrow-right-white.svg);
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px;
  margin-top: 1.5px;
}
.dc-rounded-btn.btn-with-white-arrow.big-btn {
  padding-right: 65px;
}
.dc-rounded-btn.torquise-shadow {
  box-shadow: 4px 3px 0px #32ccdc;
  -moz-box-shadow: 4px 3px 0px #32ccdc;
  -webkit-box-shadow: 4px 3px 0px #32ccdc;
  -o-box-shadow: 4px 3px 0px #32ccdc;
  background-color: white;
  color: black;
}
.dc-rounded-btn.yellow-shadow {
  box-shadow: 4px 3px 0px #fee100;
  -moz-box-shadow: 4px 3px 0px #fee100;
  -webkit-box-shadow: 4px 3px 0px #fee100;
  -o-box-shadow: 4px 3px 0px #fee100;
  background-color: white;
  color: black;
}
.dc-rounded-btn.black-base {
  box-shadow: 4px 4px 0px white;
  -moz-box-shadow: 4px 4px 0px white;
  -webkit-box-shadow: 4px 4px 0px white;
  -o-box-shadow: 4px 4px 0px white;
  background-color: black;
  color: white;
}
.dc-rounded-btn.blue-base {
  box-shadow: 4px 4px 0px white;
  -moz-box-shadow: 4px 4px 0px white;
  -webkit-box-shadow: 4px 4px 0px white;
  -o-box-shadow: 4px 4px 0px white;
  background-color: #010E3C;
  color: white;
}
.dc-rounded-btn.torquise-base {
  box-shadow: 4px 4px 0px white;
  -moz-box-shadow: 4px 4px 0px white;
  -webkit-box-shadow: 4px 4px 0px white;
  -o-box-shadow: 4px 4px 0px white;
  background-color: #58b5c8;
  color: white;
}
.dc-rounded-btn.red-base {
  background-color: #B00202;
  color: white !important;
}
@media (max-width: 576px) {
  .dc-rounded-btn.big-btn {
    font-size: 20px;
    padding: 15px 35px;
  }
  .dc-rounded-btn.btn-with-black-arrow {
    padding-right: 48px;
  }
  .dc-rounded-btn.btn-with-black-arrow:before {
    content: url(../img/icons/arrow-right-black.svg);
    right: 17px;
    margin-top: 1.5px;
  }
  .dc-rounded-btn.btn-with-black-arrow.big-btn {
    padding-right: 55px;
  }
  .dc-rounded-btn.btn-with-white-arrow {
    padding-right: 48px;
  }
  .dc-rounded-btn.btn-with-white-arrow:before {
    content: url(../img/icons/arrow-right-white.svg);
    right: 17px;
    margin-top: 1.5px;
  }
  .dc-rounded-btn.btn-with-white-arrow.big-btn {
    padding-right: 55px;
  }
}

/**
 * FORMS
 */
/* CHECKBOXES */
.checkbox-holder {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-holder .checkbox-content {
  display: inline-block;
  font-size: 16px;
}
.checkbox-holder .checkbox-content span {
  font-size: 18px;
  font-weight: 700;
  color: #56b18c;
  font-family: "Montserrat", sans-serif;
}
.checkbox-holder .checkbox-content small {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-top: 4px;
  color: #444444;
}

.subscribe-option-additional-text small {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-top: 4px;
  color: #444444;
}

/* Hide the browser's default checkbox */
.checkbox-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: none;
}
.checkmark.exposed-option {
  top: 0px;
  left: 0;
  height: 23px;
  width: 23px;
  border: 2px solid #56b18c;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* On mouse-over */
.checkbox-holder:hover input ~ .checkmark {
  background-color: rgba(204, 204, 204, 0.3);
}

/* When the checkbox is checked, add background */
.checkbox-holder input:checked ~ .checkmark {
  background-color: none;
  border: 1px solid black;
}

.checkbox-holder input:checked ~ .checkmark.exposed-option {
  background-color: none;
  border: 2px solid #56b18c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-holder input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-holder .checkmark:after {
  left: 5px;
  top: 0px;
  width: 7px;
  height: 13px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style the checkmark/indicator */
.checkbox-holder .checkmark.exposed-option:after {
  left: 5px;
  top: -1px;
  width: 10px;
  height: 16px;
  border: solid #56b18c;
  border-width: 0 4px 4px 0;
}

/* RADIO */
.radio-holder {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #f2cd00;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-holder span {
  color: rgba(242, 205, 0, 0.5);
  margin-left: 5px;
}
.radio-holder .radio-icon {
  max-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}

/* Hide the browser's default radio button */
.radio-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  border: solid 1px #f2cd00;
  background-color: #ffffff;
  border-radius: 50%;
}
.radio-checkmark:before {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* On mouse-over */
.radio-holder:hover input ~ .radio-checkmark {
  background-color: rgba(245, 245, 245, 0.5);
}

/* When the radio button is checked */
.radio-holder input:checked ~ .radio-checkmark:before {
  background: #f2cd00;
  display: block;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-listing {
  margin-left: 0;
  list-style: none;
  border: 1px solid #f2cd00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.radio-listing li {
  display: block;
  padding: 17px 10px 17px 12px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  position: relative;
  border-bottom: 1px solid #f2cd00;
}
.radio-listing li:last-of-type {
  border-bottom: none;
}
.radio-listing li.selected {
  background: #f2cd00;
}
.radio-listing li.selected label {
  color: #EFEFEF;
}
.radio-listing li.selected label span {
  color: rgba(239, 239, 239, 0.5);
}
.radio-listing li label {
  margin-bottom: 0;
}
.radio-listing .main-info .icon {
  position: absolute;
  top: 10px;
  right: 5px;
  max-width: 90px;
}
.radio-listing .main-info .icon img {
  max-width: 90px;
}

/**
 * HEADER STYLE
 */
.top-bar {
  background-color: #1d1d1b;
  padding-top: 9px;
  padding-bottom: 9px;
}
.top-bar .top-bar-content-holder {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-bar .top-bar-content {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: lighter;
  opacity: 0.8;
}
.top-bar .top-bar-content span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-bar {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .top-bar .top-bar-content {
    width: 100%;
    font-size: 11px;
    padding: 0px 15px;
  }
}
@media (max-width: 576px) {
  .top-bar {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .top-bar .top-bar-content {
    width: 100%;
    font-size: 11px;
    padding: 0px 15px;
  }
}

.simple-link {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}

header {
  background: #f2cd00;
  text-align: center;
  z-index: 100;
  top: 0;
  -moz-transition: background 0.16s ease-in-out;
  -o-transition: background 0.16s ease-in-out;
  -webkit-transition: background 0.16s ease-in-out;
  transition: background 0.16s ease-in-out;
  border-bottom: 1px solid transparent;
}
header.added-white-bg {
  background: #f2cd00;
  border-bottom: 1px solid transparent;
}
header .logo-row-holder .header-cart-holder {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .logo-row-holder .header-cart-holder .header-cart {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 5px 10px;
}
header .logo-row-holder .header-cart-holder .header-cart:hover .header-cart-dropdown {
  display: block;
}
header .logo-row-holder .header-cart-holder .header-cart .cart-info {
  color: black;
  margin-right: 7px;
}
header .logo-row-holder .header-cart-holder .header-cart .cart-info span {
  font-size: 14px;
  font-weight: 300px;
  opacity: 0.9;
  display: block;
  margin-bottom: 2px;
}
header .logo-row-holder .header-cart-holder .header-cart .cart-info .cart-total {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: black;
}
header .logo-row-holder .header-cart-holder .header-cart .cart-icon {
  position: relative;
}
header .logo-row-holder .header-cart-holder .header-cart .cart-icon .number-of-product-in-cart {
  position: absolute;
  top: -9px;
  right: -8px;
  display: inline-block;
}
header .logo-row-holder .header-cart-holder .header-cart .cart-icon .number-of-product-in-cart span {
  font-size: 12px;
  color: white;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1d1d1b;
}
header .logo-row-holder .header-cart-holder .header-contact {
  font-size: 13px;
  font-weight: lighter;
  letter-spacing: 0.8px;
  margin-right: 20px;
}
header .logo-row-holder .header-cart-holder .header-contact a {
  color: #656565;
}
header .logo-row-holder .header-cart-holder .header-contact a img {
  margin-right: 8px;
  vertical-align: middle;
}
header .logo-row-holder .header-cart-holder .header-contact a span {
  display: inline-block;
}
header .navigation {
  text-align: left;
  margin-top: 5px;
}
header .navigation li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
header .navigation li:last-of-type {
  margin-right: 0px;
}
header .navigation li:first-of-type {
  margin-left: 0px;
}
header .navigation li a {
  font-size: 14px;
  display: inline-block;
  color: black;
  position: relative;
}
header .navigation li a.nuxt-link-active {
  color: black;
  font-weight: 600;
}
header .navigation li a.nuxt-link-active:before {
  content: url(../img/icons/paw.svg);
  vertical-align: middle;
}
header .navigation li.active a {
  font-weight: 600;
  color: black;
}
header .navigation li.active a:before {
  content: url(../img/icons/paw.svg);
  vertical-align: middle;
  display: none;
}
@media (max-width: 576px) {
  header {
    text-align: center;
    z-index: 100;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .logo-row-holder {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  header .logo-row-holder .header-cart-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header .logo-row-holder .header-cart-holder .header-contact {
    display: none;
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 0.8px;
    margin-right: 20px;
  }
  header .logo-row-holder .header-cart-holder .header-contact a {
    color: #656565;
  }
  header .logo-row-holder .header-cart-holder .header-contact a img {
    margin-right: 8px;
    vertical-align: middle;
  }
  header .logo-row-holder .header-cart-holder .header-contact a span {
    display: inline-block;
  }
  header .logo-row-holder .header-cart-holder .header-cart {
    margin-right: 30px;
    margin-top: 0px;
  }
  header .logo-row-holder .header-cart-holder .header-cart:hover .header-cart-dropdown {
    display: none;
  }
  header .logo-row-holder .header-cart-holder .header-cart .cart-info {
    display: none;
  }
  header .logo-row-holder .header-cart-holder .header-cart .cart-icon img {
    max-width: 28px;
  }
  header .navigation {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  header .navigation li {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  header .navigation li a {
    font-size: 13px;
    padding: 2px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 576px) {
  header .logo-row-holder {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  header .logo-row-holder .header-cart-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px;
  }
  header .logo-row-holder .header-cart-holder .header-contact {
    display: none;
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 0.8px;
    margin-right: 20px;
  }
  header .logo-row-holder .header-cart-holder .header-contact a {
    color: #656565;
  }
  header .logo-row-holder .header-cart-holder .header-contact a img {
    margin-right: 8px;
    vertical-align: middle;
  }
  header .logo-row-holder .header-cart-holder .header-contact a span {
    display: inline-block;
  }
  header .logo-row-holder .header-cart-holder .header-cart {
    margin-right: 40px;
    margin-top: 0px;
  }
  header .logo-row-holder .header-cart-holder .header-cart:hover .header-cart-dropdown {
    display: none;
  }
  header .logo-row-holder .header-cart-holder .header-cart .cart-info {
    display: none;
  }
  header .logo-row-holder .header-cart-holder .header-cart .cart-icon img {
    max-width: 28px;
  }
  header .navigation {
    padding-top: 20px;
    padding-bottom: 10px;
    display: none;
  }
  header .navigation li {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  header .navigation li a {
    font-size: 18px;
    padding: 2px;
    display: block;
    text-align: center;
    font-weight: normal;
  }
  header .navigation li a.nuxt-link-active:before {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  a.mobile-menu-btn {
    display: block;
    position: relative;
  }
  a.mobile-menu-btn:before {
    width: 22px;
    height: 22px;
    content: url(../img/icons/mobile-menu.svg);
    position: absolute;
    top: -17px;
    right: 10px;
    padding: 5px;
    z-index: 100;
  }
  a.mobile-menu-btn.menu-opened:before {
    content: url(../img/icons/menu-close.svg);
  }
}
@media (max-width: 576px) {
  a.mobile-menu-btn {
    display: block;
    position: relative;
  }
  a.mobile-menu-btn:before {
    width: 22px;
    height: 22px;
    content: url(../img/icons/mobile-menu.svg);
    position: absolute;
    top: -17px;
    right: 10px;
    padding: 5px;
    z-index: 100;
  }
  a.mobile-menu-btn.menu-opened:before {
    content: url(../img/icons/menu-close.svg);
  }
}
.header-checkout {
  background: #f2cd00;
  padding: 0px 0px 0px 0px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-checkout {
    padding: 30px 0px 20px 0px;
  }
  .header-checkout .main-logo {
    max-width: 180px;
  }
}
@media (max-width: 576px) {
  .header-checkout {
    padding: 0px 0px 0px 0px;
  }
  .header-checkout .main-logo {
    max-width: 180px;
  }
  .header-checkout .logo-img {
    max-width: 105px;
    margin-bottom: -20px;
    border-radius: 2px;
    border-top: none;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .header-checkout .logo-img {
    float: none;
    max-width: 90px;
    margin-bottom: -20px;
  }
}

/* Cart dropdown */
.header-cart-dropdown {
  background: white;
  border: 1px solid #D2D2D1;
  width: 320px;
  position: absolute;
  border-radius: 3px;
  padding: 20px;
  z-index: 100;
  top: 100%;
  right: 0;
  display: none;
}
.header-cart-dropdown .cart-dropdown-final {
  border-top: 1px solid #E8E8E8;
  padding-top: 15px;
  text-align: right;
  font-weight: 600;
}
.header-cart-dropdown .cart-dropdown-cart-items li {
  padding-bottom: 14px;
  padding-top: 14px;
  border-bottom: 1px solid #E8E8E8;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.header-cart-dropdown .cart-dropdown-cart-items li:last-of-type {
  border-bottom: none;
}
.header-cart-dropdown .cart-dropdown-cart-items .img-holder {
  width: 20%;
  height: 50px;
  margin-right: 10px;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-cart-dropdown .cart-dropdown-cart-items .img-holder img {
  float: left;
  margin-right: 12px;
  height: auto;
  max-height: 70px;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 5px;
}
.header-cart-dropdown .cart-dropdown-cart-items .item-info {
  width: 80%;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-cart-dropdown .cart-dropdown-cart-items .item-info .item-name {
  width: 100%;
  font-size: 13px;
  text-align: left;
  color: black;
}
.header-cart-dropdown .cart-dropdown-cart-items .item-info .item-spec {
  color: #363a47;
  font-size: 12px;
  width: 70%;
  text-align: left;
}
.header-cart-dropdown .cart-dropdown-cart-items .item-info .item-price {
  color: #363a47;
  font-size: 13px;
  width: 30%;
  padding-left: 10px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.header-cart-dropdown:after {
  bottom: 100%;
  right: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #D2D2D1;
  border-width: 8px;
  margin-left: -8px;
}

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

.simple-logo-header {
  background: #f2cd00;
  padding-top: 15px;
  padding-bottom: 15px;
}
.simple-logo-header header {
  z-index: 100;
  background: #f2cd00;
}
.simple-logo-header header .logo-row-holder {
  margin-top: 0px;
  margin-bottom: 0px;
}
.simple-logo-header header .logo-row-holder .header-cart-holder {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-cart {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 5px 10px;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-cart:hover .header-cart-dropdown {
  display: block;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-cart .cart-info {
  color: black;
  margin-right: 7px;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-cart .cart-info span {
  font-size: 14px;
  font-weight: 300px;
  opacity: 0.9;
  display: block;
  margin-bottom: 2px;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-cart .cart-info .cart-total {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: black;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-cart .cart-icon {
  position: relative;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-cart .cart-icon .number-of-product-in-cart {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-cart .cart-icon .number-of-product-in-cart span {
  font-size: 12px;
  color: white;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1d1d1b;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-contact {
  font-size: 13px;
  font-weight: lighter;
  letter-spacing: 0.8px;
  margin-right: 20px;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-contact a {
  color: #656565;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-contact a img {
  margin-right: 8px;
  vertical-align: middle;
}
.simple-logo-header header .logo-row-holder .header-cart-holder .header-contact a span {
  display: inline-block;
}
.simple-logo-header header .navigation {
  text-align: center;
}
.simple-logo-header header .navigation li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.simple-logo-header header .navigation li:last-of-type {
  margin-right: 0px;
}
.simple-logo-header header .navigation li a {
  font-size: 14px;
  display: inline-block;
  color: black;
  font-weight: 300;
}
.simple-logo-header header .navigation li.active a {
  font-weight: 600;
  color: black;
}
.simple-logo-header header .navigation li.active a:before {
  content: url(../img/icons/paw.svg);
  vertical-align: middle;
}
@media (min-width: 576px) and (max-width: 767px) {
  .simple-logo-header header .logo-row-holder {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-contact {
    display: none;
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 0.8px;
    margin-right: 20px;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-contact a {
    color: #656565;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-contact a img {
    margin-right: 8px;
    vertical-align: middle;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-contact a span {
    display: inline-block;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-cart {
    margin-right: 30px;
    margin-top: 0px;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-cart:hover .header-cart-dropdown {
    display: none;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-cart .cart-info {
    display: none;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-cart .cart-icon img {
    max-width: 28px;
  }
  .simple-logo-header header .navigation {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .simple-logo-header header .navigation li {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .simple-logo-header header .navigation li a {
    font-size: 13px;
    padding: 2px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .simple-logo-header header .logo-row-holder {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder {
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-contact {
    display: none;
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 0.8px;
    margin-right: 20px;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-contact a {
    color: #656565;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-contact a img {
    margin-right: 8px;
    vertical-align: middle;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-contact a span {
    display: inline-block;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-cart {
    margin-right: 30px;
    margin-top: 0px;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-cart:hover .header-cart-dropdown {
    display: none;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-cart .cart-info {
    display: none;
  }
  .simple-logo-header header .logo-row-holder .header-cart-holder .header-cart .cart-icon img {
    max-width: 28px;
  }
  .simple-logo-header header .navigation {
    padding-top: 20px;
    padding-bottom: 10px;
    display: none;
  }
  .simple-logo-header header .navigation li {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .simple-logo-header header .navigation li a {
    font-size: 13px;
    padding: 2px;
    display: block;
    text-align: center;
  }
}

.language-chooser {
  margin-left: 0;
}
.language-chooser ul {
  list-style: none;
}
.language-chooser ul li {
  display: inline-block;
  position: relative;
  margin-left: 0px;
}
.language-chooser ul li:before {
  position: absolute;
  top: 2px;
  left: -14px;
  content: "/";
  color: black;
  opacity: 0.2;
}
.language-chooser ul li:first-of-type:before {
  display: none;
}
.language-chooser ul li a {
  display: block;
}
.language-chooser ul li a img {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
}
.language-chooser ul li a span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .language-chooser ul li {
    display: block;
    margin-left: 0;
  }
  .language-chooser ul li:before {
    display: none;
  }
  .language-chooser ul li a {
    display: block;
  }
  .language-chooser ul li a img {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
  }
  .language-chooser ul li a span {
    display: inline-block;
  }
}

.right-side-navigation-divide {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: black;
  font-size: 14px;
}
.right-side-navigation-divide .navigation-holder {
  margin-right: 30px;
}

.logo-img {
  max-width: 105px;
  margin-bottom: -20px;
  border: 2px solid #f2cd00;
  border-radius: 2px;
  border-top: none;
}
@media (max-width: 576px) {
  .logo-img {
    float: left;
    max-width: 90px;
    margin-bottom: -20px;
  }
}

/**
 * MAIN STYLE 
 */
body {
  margin: 0px;
}

.main-page-wrapper {
  background-color: #F8F7F7;
}

/** Main page titles - Offer page **/
.main-page-title {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.main-page-title.with-decor-line:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 100px;
  height: 6px;
  background: #f2cd00;
  border-radius: 4px;
}
.main-page-title h2 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.main-page-title h3 {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.main-page-title span {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1.2px;
}
.main-page-title span.size-18 {
  font-size: 18px;
}
@media (max-width: 576px) {
  .main-page-title {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .main-page-title h2 {
    font-size: 28px;
  }
  .main-page-title h3 {
    font-size: 24px;
  }
}

.main-text {
  font-size: 16px;
  color: #444444;
}
.main-text.secondary-font {
  font-family: "Montserrat", sans-serif;
}

/** Offers selection - Offer page **/
.single-offer-holder {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #FFFFFF;
  border: 2px solid transparent;
}
.single-offer-holder .single-offer-top-section {
  position: relative;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0px;
}
.single-offer-holder .single-offer-top-section .offer-selector {
  width: 20%;
}
.single-offer-holder .single-offer-top-section .offer-selector span {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #D0CEC6;
  margin: 10px;
}
.single-offer-holder .single-offer-top-section .title {
  width: 65%;
  text-align: center;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.single-offer-holder .single-offer-top-section .top-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #FF9E32 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #FF9E32 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.single-offer-holder .single-offer-top-section .top-ribbon .ribbon-text {
  font-size: 11px;
  line-height: 13px;
  display: block;
  text-align: center;
  width: 70px;
  height: 40px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 12px;
  margin-left: 12px;
  color: #FFF;
}
.single-offer-holder.selected {
  border: 2px solid #56b18c;
}
.single-offer-holder.selected .single-offer-top-section .offer-selector span {
  position: relative;
}
.single-offer-holder.selected .single-offer-top-section .offer-selector span:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #43B591;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .single-offer-holder {
    margin: 0px 15px;
  }
}

.single-offer-body-content {
  padding: 10px 20px 20px 20px;
  background: #FFFFFF;
}
.single-offer-body-content .quantity-title {
  position: relative;
  padding-top: 22px;
  font-family: "Montserrat", sans-serif;
}
.single-offer-body-content .quantity-title:before {
  position: absolute;
  top: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 100px;
  height: 6px;
  background: #f2cd00;
  border-radius: 4px;
}
.single-offer-body-content .quantity-title span {
  font-size: 20px;
  display: block;
  font-weight: bold;
}
.single-offer-body-content .quantity-title small {
  font-size: 16px;
  margin-bottom: 4px;
}
.single-offer-body-content .quantity-selector {
  list-style: none;
}
.single-offer-body-content .quantity-selector li {
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #F8F7F7;
  border: 1px solid #E1DFD6;
  border-radius: 6px;
  padding: 5px 5px 3px 10px;
  margin-bottom: 12px;
}
.single-offer-body-content .quantity-selector li .img-holder {
  max-width: 77px;
  margin-top: 6px;
}
.single-offer-body-content .quantity-selector li .title {
  font-size: 28px;
  font-weight: 700;
}
.single-offer-body-content .quantity-selector li .title big {
  margin-right: 10px;
  margin-left: 15px;
}
.single-offer-body-content .quantity-selector li:last-of-type {
  margin-bottom: 0px;
}
.single-offer-body-content .quantity-selector li.selected-offer {
  background: rgba(86, 177, 140, 0.8);
}
.single-offer-body-content .quantity-selector li.selected-offer .title {
  color: white;
}
.single-offer-body-content .price-per-bag {
  font-size: 20px;
  font-weight: 600;
  color: #56b18c;
  text-align: center;
}
.single-offer-body-content .price-section {
  text-align: center;
}
.single-offer-body-content .price-section .regular-price {
  font-size: 18px;
  color: #444444;
}
.single-offer-body-content .price-section .full-price small {
  font-size: 18px;
  display: inline-block;
  color: #56b18c;
  vertical-align: middle;
  margin-right: 5px;
}
.single-offer-body-content .price-section .full-price span {
  font-weight: bold;
  color: #56b18c;
  display: inline-block;
  font-size: 40px;
  vertical-align: middle;
}
.single-offer-body-content .price-section .bottom-note {
  color: #444444;
  font-size: 18px;
  font-weight: 600;
}

/** Reviews - Offer page **/
.reviews-holder .single-review {
  background: #F9F9F9;
  border-radius: 6px;
  padding: 75px 60px;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
}
.reviews-holder .single-review:before {
  position: absolute;
  top: 25px;
  left: 20px;
  content: url(../img/icons/icon-quote-top.svg);
  width: auto;
  height: auto;
}
.reviews-holder .single-review:after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: url(../img/icons/icon-quote-bottom.svg);
  width: auto;
  height: auto;
}
.reviews-holder .single-review .review-rating {
  text-align: center;
}
.reviews-holder .single-review .review-exposed-line {
  font-size: 18px;
  color: #56b18c;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.reviews-holder .single-review .review-content blockquote {
  border-left: none;
  color: black;
  text-align: center;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-left: 0;
  font-size: 15px;
}
.reviews-holder .single-review .review-author {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-top: 15px;
}
.reviews-holder .single-review .review-date {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 5px;
}
@media (max-width: 576px) {
  .reviews-holder .single-review {
    padding: 75px 20px;
  }
}

/** Guarantee section - Offer page **/
.guarantee-bg {
  background: url(../img/elements/dog-human-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 70px 0px 100px 0px;
}
@media (max-width: 576px) {
  .guarantee-bg {
    padding: 30px 0px 60px 0px;
  }
}

.guarantee-section {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  padding: 95px 40px 40px 40px;
  position: relative;
  margin-top: 70px;
}
.guarantee-section .top-icon {
  position: absolute;
  top: -70px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.guarantee-section .top-icon img {
  max-width: 180px;
  max-height: 180px;
  text-align: center;
}
@media (max-width: 576px) {
  .guarantee-section {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    border-radius: 6px;
    padding: 95px 20px 40px 20px;
    position: relative;
    margin: 40px 15px 15px 15px;
  }
  .guarantee-section .top-icon {
    position: absolute;
    top: -70px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .guarantee-section .top-icon img {
    max-width: 180px;
    max-height: 180px;
    text-align: center;
  }
}

/** Badges listing - Offer page **/
ul.badges-listing {
  list-style: none;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
ul.badges-listing li {
  display: block;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px;
}
ul.badges-listing li img {
  margin-right: 10px;
}
ul.badges-listing li span {
  display: block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 576px) {
  ul.badges-listing {
    list-style: none;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #E1DFD6;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0px;
  }
  ul.badges-listing li {
    display: block;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 15px;
    width: 100;
  }
  ul.badges-listing li img {
    margin-right: 15px;
  }
  ul.badges-listing li span {
    display: block;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }
}

@media (max-width: 576px) {
  .no-gutters-xs {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-xs > .col,
  .no-gutters-xs > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .no-padding-xs-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.no-padding-md-container {
  padding-left: 0;
  padding-right: 0;
}

.product-presentation-section .product-photo {
  padding: 0px;
}
.product-presentation-section .product-presentation-content .product-name {
  background: #f2cd00;
  padding: 15px;
  padding-top: 20px;
  margin-left: -15px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.product-presentation-section .product-presentation-content .product-name span {
  font-size: 25px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.product-presentation-section .product-presentation-content .product-name small {
  font-size: 14px;
  font-weight: lighter;
}
.product-presentation-section .product-presentation-content .product-description {
  padding: 0px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .product-presentation-section .product-photo {
    padding: 20px;
  }
  .product-presentation-section .product-presentation-content .product-name {
    background: #f2cd00;
    padding: 20px;
    max-width: 95%;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 0;
  }
  .product-presentation-section .product-presentation-content .product-name span {
    font-size: 25px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  .product-presentation-section .product-presentation-content .product-name small {
    font-size: 14px;
    font-weight: lighter;
  }
  .product-presentation-section .product-presentation-content .product-description {
    padding: 20px;
    font-size: 16px;
  }
}

.main-vet-section {
  background: #E1DFD6;
}
.main-vet-section .vet-photo-holder img {
  border: none;
}

.brand-exposed-top-line {
  background: #1D1D1B;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 135px;
}
.brand-exposed-top-line .brand-logo {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  max-width: 100px;
  z-index: 10;
}
.brand-exposed-top-line .brand-logo img {
  max-width: 100%;
  border: 2px solid #f2cd00;
}
.brand-exposed-top-line .brand-slogan {
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0px;
}

@media (max-width: 576px) {
  .brand-exposed-top-line {
    padding-left: 120px;
  }
  .brand-exposed-top-line .brand-logo {
    left: 15px;
    max-width: 90px;
  }
  .brand-exposed-top-line .brand-logo img {
    border: 2px solid #f2cd00;
  }
  .brand-exposed-top-line .brand-slogan {
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0px;
  }
}
.under-header-bar {
  background: #E1DFD6;
  padding: 5px;
}
.under-header-bar span {
  color: black;
  font-size: 14px;
}

.body-bg-grey {
  background: #F9F9F9;
}

.white-bg-holder {
  background: #FFF;
  padding: 35px;
  padding-left: 50px;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .white-bg-holder {
    background: none;
    padding: 0px;
    padding-left: 0;
    border-radius: 0px;
  }
}

.sound-on-notification {
  color: #747676;
  text-align: center;
  font-size: 14px;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 20px 20px 20px;
}
.sound-on-notification span {
  display: inline-block;
}
@media (max-width: 576px) {
  .sound-on-notification {
    font-size: 13px;
    padding: 60px 10px 20px 10px;
  }
  .sound-on-notification img {
    max-width: 45px;
    padding: 5px;
  }
}

.top-banner {
  background-image: url(../img/elements/dog-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 40px;
}
.top-banner .main-title-holder {
  font-size: 34px;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
  color: black;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: -1px 0 #F2CC00, 0 1px #F2CC00, 1px 0 #F2CC00, 0 -1px #F2CC00;
}
.top-banner .main-title-holder small {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  display: block;
  text-shadow: none;
}
@media (max-width: 576px) {
  .top-banner {
    background-image: url(../img/elements/dog-banner-xs.jpg);
    background-size: all;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .top-banner .main-title-holder {
    font-size: 28px;
    line-height: 38px;
    font-family: "Montserrat", sans-serif;
    color: black;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    font-weight: bold;
  }
}

.page-holder {
  background: #F9F8F8;
}
.page-holder .container {
  background: #FFF;
}

.boxed {
  border: 3px solid #58b5c8;
  padding: 35px 20px;
}
.boxed ul {
  margin-left: 25px;
}
.boxed ul li {
  margin-bottom: 15px;
  font-size: 20px;
}
.boxed ul li:last-of-type {
  margin-bottom: 0;
}

p {
  font-size: 18px;
}

blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 40px;
  font-size: 18px;
  border-left: 6px solid #58b5c8;
  padding-left: 20px;
  text-style: italic;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #58b5c8;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  blockquote {
    font-size: 20px;
  }
}

.cta-link {
  font-size: 22px;
  text-decoration: underline;
  display: inline-block;
  color: blue;
  font-weight: 600;
}
.cta-link:hover {
  text-decoration: underline;
  color: #0000b3;
}

.img-with-title img {
  margin-bottom: 0;
}
.img-with-title span {
  background: #d17290;
  color: white;
  display: block;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  margin-top: -7px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.img-with-title:hover span {
  background: #cc6384;
}

/** Video presentation section **/
.video-frame-holder {
  margin-right: 8px;
  margin-bottom: 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: black;
  z-index: 100;
  border: 4px solid #f2cd00;
}
@media (max-width: 576px) {
  .video-frame-holder.margin-top-on-mobile {
    margin-top: -100px;
  }
}

.video-head {
  background: #f2cd00;
  padding: 15px 10px 5px 10px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  vertical-align: middle;
  text-align: center;
}
.video-head span {
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.vet-photo {
  max-width: 150px;
}
.vet-photo img {
  border-radius: 4px;
}

.official-title {
  border-left: 9px solid #f2cd00;
  padding: 8px 10px;
}

.vet-name {
  font-size: 18px;
  color: black;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.vet-fun {
  font-size: 16px;
  font-weight: lighter;
}

.vet-desc {
  font-size: 14px;
  color: #747676;
  margin-right: 20px;
}

@media (max-width: 576px) {
  .vet-holder {
    padding: 20px 20px 0px 20px;
  }

  .vet-photo {
    max-width: 100%;
  }
  .vet-photo img {
    border-radius: 2px;
  }

  .vet-desc {
    font-size: 15px;
    color: #747676;
    margin-right: 0px;
  }
}
.open-product-badges {
  padding: 25px 0;
}
.open-product-badges ul {
  list-style: none;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.open-product-badges ul li {
  margin: 0 5px;
}
.open-product-badges ul li img {
  max-width: 80%;
  vertical-align: middle;
}
.open-product-badges ul li:first-of-type {
  margin-left: 0;
}
.open-product-badges ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 576px) {
  .open-product-badges {
    padding: 14px 0;
  }
  .open-product-badges ul {
    list-style: none;
    display: box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .open-product-badges ul li {
    margin: 2px 0px;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 25px;
  }
  .open-product-badges ul li:last-of-type {
    margin-bottom: 0;
  }
  .open-product-badges ul li img {
    max-width: 75%;
    max-height: 80px;
  }
}

/**
 * FOOTER STYLE
 */
.footer-holder {
  background: #1d1d1b;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: lighter;
  color: #FFFFFF;
  margin-top: 15px;
}
.footer-holder .footer-logo span {
  font-size: 12px;
  font-weight: lighter;
}
.footer-holder .footer-contact {
  font-size: 13px;
  margin-right: 20px;
}
.footer-holder .footer-contact a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-holder .footer-contact a img {
  margin-right: 8px;
  vertical-align: middle;
}
.footer-holder .footer-contact a span {
  display: inline-block;
}
.footer-holder .footer-social-media {
  list-style: none;
}
.footer-holder .footer-social-media li {
  display: inline-block;
  margin-right: 10px;
}
.footer-holder .footer-social-media li:last-of-type {
  margin-right: 0;
}
.footer-holder .delivery {
  font-size: 13px;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-holder .delivery img {
  margin-right: 8px;
}
.footer-holder .join-community {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: lighter;
}
.footer-holder span {
  font-size: 12px;
  display: block;
  font-weight: lighter;
  margin-bottom: 15px;
}
.footer-holder h5 {
  font-size: 32px;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  color: #f2cd00;
}
@media (max-width: 576px) {
  .footer-holder {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

ul.footer-nav {
  list-style: none;
}
ul.footer-nav li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.footer-nav li:last-of-type {
  margin-bottom: 0;
  border-right: 0;
}
ul.footer-nav li a {
  font-size: 12px;
  display: block;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.5);
}
ul.footer-nav li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
ul.footer-nav li a.footer-tracking-link {
  color: white;
  padding: 7px 13px;
  background: #9CD167;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  display: inline-block;
}
ul.footer-nav li a.footer-tracking-link:hover {
  background: #83c540;
}

.footer-features ul {
  list-style: none;
}
.footer-features ul li {
  display: block;
  display: box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.footer-features ul li .icon {
  margin-right: 8px;
  min-width: 43px;
  max-width: 43px;
}
.footer-features ul li .content strong {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 3px;
}
.footer-features ul li .content span {
  font-size: 12px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

.footer-bottom-bar {
  background: black;
  text-align: center;
  font-size: 12px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.payment-options-listing ul {
  list-style: none;
}
.payment-options-listing ul li {
  display: inline-block;
  margin-right: 3px;
}
.payment-options-listing ul li:last-of-type {
  margin-right: 0;
}
.payment-options-listing ul li img {
  max-width: 45px;
}
