a, p, ul, li, h1, h2, h3, h4 {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400;
}
/*
    Available font weights:
    normal: 400
    bold: 700;
*/
/*
    Shop item listing
    NOTE: not grouped item, but shop item.
*/
/*
    Single Product (used in the single-product.php file and for the handlebars slideout)
*/
/*
    Shop Menu has been extracted since the same visual is used in the about page.
*/
.modal.fade:not(.in).left .modal-dialog {
  -moz-transform: translate3d(-25%, 0, 0);
  -o-transform: translate3d(-25%, 0, 0);
  -ms-transform: translate3d(-25%, 0, 0);
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
  -moz-transform: translate3d(25%, 0, 0);
  -o-transform: translate3d(25%, 0, 0);
  -ms-transform: translate3d(25%, 0, 0);
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}
body, p {
  line-height: 2em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body, p {
    line-height: 1.75em;
    font-size: 14px;
  }
}
@-moz-keyframes fadeInOne {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOne {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOne {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  -moz-animation-name: fadeInOne;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 0.3s;
  -webkit-animation-name: fadeInOne;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.3s;
  animation-name: fadeInOne;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
textarea:focus, input:focus, button:focus {
  outline: none !important;
}
#wrapper {
  overflow: hidden;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 42px;
  }
}
#container {
  position: relative;
}
@media screen and (min-width: 768px) {
  main {
    padding-bottom: 140px;
  }
}
header#header {
  padding: 25px 25px 0px 25px;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 767px) {
  header#header {
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 1001;
    width: 100%;
    background-color: white;
  }
}
header#header #branding {
  float: left;
  position: absolute;
}
header#header #branding a {
  display: block;
  text-align: center;
  margin-top: 7px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  header#header #branding a {
    margin-top: 7px;
    margin-left: 10px;
  }
}
header#header #branding a img {
  height: 45px;
}
@media screen and (max-width: 767px) {
  header#header #branding a img {
    height: 25px;
  }
}
header#header #contact-information {
  display: none;
}
header#header #mobile-menu-icon {
  float: right;
  padding: 10px;
  font-size: 20px;
}
header#header nav#menu {
  float: right;
}
@media screen and (max-width: 767px) {
  header#header nav#menu {
    display: none;
    padding: 10px 20px;
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  header#header nav#menu.active {
    display: block;
  }
}
header#header nav#menu .menu-top {
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  header#header nav#menu .menu-top > * {
    float: right;
  }
  header#header nav#menu .menu-top .cart {
    height: 28px;
    margin-left: 15px;
    line-height: 190% !important;
  }
}
@media screen and (max-width: 767px) {
  header#header nav#menu .menu-top {
    text-align: center;
  }
  header#header nav#menu .menu-top .cart {
    padding: 10px 10px 11px 10px;
    margin: 0;
  }
}
header#header nav#menu .menu-top .search-icon {
  height: 28px;
  font-size: 24px;
  display: inline-block;
  padding: 2px;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  opacity: 0;
}
header#header nav#menu .menu-top .search-icon.active {
  opacity: 1;
}
header#header nav#menu .menu-top .search-icon:hover {
  cursor: pointer;
}
header#header nav#menu .menu-top div.search-form-container {
  height: 28px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  header#header nav#menu .menu-top div.search-form-container {
    overflow: hidden;
    margin-right: -25px;
  }
}
@media screen and (max-width: 767px) {
  header#header nav#menu .menu-top div.search-form-container {
    display: block;
    margin: auto;
    margin-top: 11px;
    width: 100%;
  }
}
header#header nav#menu .menu-top div.search-form-container.active form#searchform {
  margin-left: 0;
}
header#header nav#menu .menu-top div.search-form-container form#searchform {
  width: 100%;
}
@media screen and (min-width: 768px) {
  header#header nav#menu .menu-top div.search-form-container form#searchform {
    margin-left: 100%;
    -webkit-transition: margin-left 250ms ease-in-out;
    -moz-transition: margin-left 250ms ease-in-out;
    -o-transition: margin-left 250ms ease-in-out;
    transition: margin-left 250ms ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  header#header nav#menu .menu-top div.search-form-container form#searchform {
    clear: both;
  }
}
header#header nav#menu .menu-top div.search-form-container form#searchform .screen-reader-text {
  display: none;
}
header#header nav#menu .menu-top div.search-form-container form#searchform input {
  border: none;
  border-bottom: 1px solid black;
  padding: 1px;
  float: left;
  height: 28px;
}
header#header nav#menu .menu-top div.search-form-container form#searchform input[type="text"] {
  outline: none;
  color: #a9a9a9;
}
@media screen and (max-width: 767px) {
  header#header nav#menu .menu-top div.search-form-container form#searchform input[type="text"] {
    border: none;
    background-color: #f7f7f7;
    padding: 5px;
    box-sizing: border-box;
    float: none;
    display: inline-block;
    width: 60%;
  }
}
header#header nav#menu .menu-top div.search-form-container form#searchform input[type="submit"] {
  background-color: white;
  padding: 1px 10px;
}
@media screen and (max-width: 767px) {
  header#header nav#menu .menu-top div.search-form-container form#searchform input[type="submit"] {
    background-color: black;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "proxima-nova", sans-serif;
    padding-right: 7px;
    float: none;
    display: inline-block;
    margin-left: -4px;
    height: 31px;
  }
}
header#header nav#menu .menu-top div.search-form-container form#searchform input[type="submit"]:focus, header#header nav#menu .menu-top div.search-form-container form#searchform input[type="submit"]:hover {
  outline: none;
  background-color: lightgray;
}
header#header nav#menu .menu-bottom {
  clear: both;
}
@media screen and (min-width: 768px) {
  header#header nav#menu .menu-bottom {
    float: right;
  }
}
header#header nav#menu .menu-bottom .menu-item {
  display: inline-block;
  border-bottom: 6px solid white;
  padding: 0 13px;
}
@media screen and (max-width: 991px) {
  header#header nav#menu .menu-bottom .menu-item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  header#header nav#menu .menu-bottom .menu-item {
    width: 100%;
    text-align: center;
  }
}
header#header nav#menu .menu-bottom .menu-item.active, header#header nav#menu .menu-bottom .menu-item:hover {
  color: black;
}
@media screen and (min-width: 768px) {
  header#header nav#menu .menu-bottom .menu-item.active, header#header nav#menu .menu-bottom .menu-item:hover {
    border-bottom: 6px solid black !important;
  }
}
@media screen and (max-width: 767px) {
  header#header nav#menu .menu-bottom .menu-item.active, header#header nav#menu .menu-bottom .menu-item:hover {
    background-color: #f7f7f7;
  }
}
header#header nav#menu .menu-bottom .menu-item > a {
  padding: 20px 10px 10px 10px;
  display: block;
  letter-spacing: 2px;
  font-weight: 600;
}
header#header nav#menu .menu-bottom .menu-item > a:focus {
  text-decoration: none;
  outline: none;
  color: #a9a9a9;
}
header#header nav#menu .menu-bottom .menu-item .dropdown {
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 100%;
  background: white;
  opacity: 0;
  display: none;
  overflow: hidden;
  padding: 20px 0 40px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
header#header nav#menu .menu-bottom .menu-item .dropdown h4 {
  margin-left: 2%;
  line-height: 19px;
  color: #a9a9a9;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 2%;
  float: left;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a:hover {
  color: #999;
  -webkit-transition: color 50ms ease-in-out;
  -moz-transition: color 50ms ease-in-out;
  -o-transition: color 50ms ease-in-out;
  transition: color 50ms ease-in-out;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.dropdown-link {
  width: 20%;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.dropdown-link.threes {
  width: 20%;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.dropdown-link.fours {
  width: 14.5%;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.dropdown-link.contain .image {
  background-size: contain;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.dropdown-link .image {
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.dropdown-link .image:hover {
  opacity: 0.2;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.dropdown-link.fours .image {
  padding-top: 104%;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.dropdown-link .title {
  padding-top: 6px;
  text-transform: none;
  font-size: 16px;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.dropdown-link .dates {
  color: #a9a9a9;
  font-size: 12px;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.collection-link {
  width: 32%;
  text-transform: none !important;
  padding-top: 15%;
  background-color: #f9f1e8;
  border: 1px solid #f9f1e8;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.collection-link:hover {
  background-color: #f2e8dd;
  border: 1px solid #f2e8dd;
  -webkit-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}
header#header nav#menu .menu-bottom .menu-item .dropdown a.collection-link .text {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  text-align: right;
  color: #a4947b;
}
header#header nav#menu .menu-bottom .menu-item:hover .dropdown {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  header#header nav#menu .menu-bottom .menu-item:hover .dropdown {
    display: none;
    opacity: 0;
  }
}
.search-pagination a {
  color: #a9a9a9;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  margin: 5px;
}
.search-pagination a:hover {
  color: #000;
}
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 2em;
  color: black;
  background-color: #f9f1e8;
  padding: 10px;
  opacity: 0.9;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: margin-bottom 250ms ease-in-out;
  -moz-transition: margin-bottom 250ms ease-in-out;
  -o-transition: margin-bottom 250ms ease-in-out;
  transition: margin-bottom 250ms ease-in-out;
  margin-bottom: -75px;
}
.back-to-top.active {
  margin-bottom: 0;
  color: #000;
}
.back-to-top.fixed {
  position: absolute;
}
.back-to-top:hover {
  padding-bottom: 20px;
  -webkit-transition: padding 200ms ease-in-out;
  -moz-transition: padding 200ms ease-in-out;
  -o-transition: padding 200ms ease-in-out;
  transition: padding 200ms ease-in-out;
  color: #000;
}
footer#footer {
  padding-top: 40px;
  border-top: 1px solid black;
}
@media screen and (max-width: 767px) {
  footer#footer {
    text-align: center;
    padding-bottom: 60px;
  }
}
footer#footer img.logo {
  height: 25px;
  margin-bottom: 15px;
}
footer#footer ul {
  padding: 0;
  list-style: none;
}
footer#footer ul.uppercase {
  text-transform: uppercase;
}
footer#footer ul li {
  padding: 6px 0;
}
footer#footer ul li.heading {
  color: #a9a9a9;
  text-transform: none;
  letter-spacing: 1px;
}
footer#footer ul li a {
  text-transform: uppercase;
  color: black;
  font-size: 13px;
  font-weight: 600;
}
footer#footer ul li a:hover {
  text-decoration: none;
  color: #767676;
}
@media screen and (max-width: 767px) {
  footer#footer .generic-footer-container {
    padding-bottom: 30px;
  }
}
footer#footer form.mailing-list-form {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer#footer form.mailing-list-form {
    max-width: 350px;
  }
}
footer#footer .divider {
  border-bottom: 1px solid #e3e3e3;
  width: 75px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer#footer .divider {
    margin: auto;
    margin-bottom: 20px;
  }
}
footer#footer div.contact-information {
  color: #a9a9a9;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  footer#footer div.contact-information {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer div.contact-information {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer#footer div.contact-information a {
  color: #a9a9a9;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  footer#footer div.contact-information a {
    display: inline-block;
    margin: 0 5px;
  }
}
footer#footer div.contact-information a:first-child {
  margin-left: 0;
}
footer#footer .border {
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
  padding-top: 10px;
}
footer#footer .copyright, footer#footer .author {
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0;
  font-size: 12px;
  color: #a9a9a9;
  letter-spacing: 1px;
}
footer#footer .copyright a, footer#footer .author a {
  color: #a9a9a9;
}
footer#footer .author {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer#footer .author {
    text-align: center;
  }
}
footer#footer a.traver-gallery {
  float: right;
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  footer#footer a.traver-gallery {
    width: 100%;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
    float: none;
  }
  footer#footer a.traver-gallery img {
    margin-top: 0 !important;
  }
}
footer#footer a.traver-gallery:hover img {
  opacity: 1;
}
footer#footer a.traver-gallery img {
  height: 60px;
  opacity: 0.5;
  margin-top: -48px;
}
nav.navigation a {
  text-transform: uppercase;
  color: black;
  font-size: 13px;
}
nav.navigation a:hover {
  text-decoration: none;
  color: #767676;
}
.social-media-icons svg {
  height: 20px;
  width: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.mailing-list-form {
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mailing-list-form {
    width: 100% !important;
  }
}
.mailing-list-form input {
  display: inline-block;
  float: left;
  padding: 15px 20px;
  font-size: 15px;
  margin: 0;
  border: none;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mailing-list-form input {
    width: 100% !important;
  }
}
.mailing-list-form input.email {
  width: 67%;
  background-color: #f7f7f7;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .mailing-list-form input.email {
    border: solid 1px #e4e4e4;
    margin-bottom: 5px;
  }
}
.mailing-list-form input.email:focus {
  outline: none;
}
.mailing-list-form input.mailing-list-submit {
  width: 33% !important;
  padding: 15px 20px;
  margin: 0;
  display: inline-block;
  border: none;
  color: white;
  background-color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.mailing-list-form input.mailing-list-submit:hover {
  text-decoration: none;
  background-color: #525252;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
@media screen and (max-width: 767px) {
  .mailing-list-form input.mailing-list-submit {
    border: solid 1px black !important;
    width: 100% !important;
  }
}
a.cart {
  display: inline-block;
  color: black;
}
a.cart:hover {
  text-decoration: none;
}
a.cart span {
  padding: 2px 9px;
  display: inline-block;
  float: left;
  text-transform: none;
}
a.cart span.cart-qty {
  background-color: #333;
  color: white;
}
a.cart span.cart-title {
  background-color: #e3e3e3;
}
.three-dot-loading {
  margin: 100px auto 0;
  width: 100px;
  text-align: center;
}
.three-dot-loading > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  margin: 5px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.three-dot-loading .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.three-dot-loading .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#newsletterModal .modal-dialog .modal-content {
  border: 0px;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
#newsletterModal .modal-dialog .modal-content .close {
  margin-top: 20px;
  margin-right: 20px;
}
#newsletterModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#newsletterModal .modal-dialog .modal-content .modal-body .newsletter-image-container {
  position: relative;
  float: left;
  width: 45%;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  #newsletterModal .modal-dialog .modal-content .modal-body .newsletter-image-container {
    display: none;
  }
}
#newsletterModal .modal-dialog .modal-content .modal-body .newsletter-image-container:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#newsletterModal .modal-dialog .modal-content .modal-body .newsletter-image-container .newsletter-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#newsletterModal .modal-dialog .modal-content .modal-body .newsletter-description {
  position: relative;
  float: left;
  width: 55%;
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  #newsletterModal .modal-dialog .modal-content .modal-body .newsletter-description {
    width: 100%;
    min-height: 600px;
  }
}
#newsletterModal .modal-dialog .modal-content .modal-body .newsletter-description img.vetri-logo {
  display: block;
  margin: 50px auto 150px auto;
  width: 80px;
}
#newsletterModal .modal-dialog .modal-content .modal-body .newsletter-description p {
  line-height: 1.3em;
}
#newsletterModal .modal-dialog .modal-content .modal-body .newsletter-description #mc4wp-form-3 {
  margin-top: 100px;
}
.product-color-option {
  display: none;
}
.product-color-option + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid white;
  cursor: pointer;
}
.product-variation-color {
  width: 12px;
  height: 12px;
  border: none;
  margin: 10px 2px 0 2px;
  display: inline-block;
  border-radius: 50%;
}
.product-color-option + label.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.product-color-option:checked + label {
  border: 5px solid #ddd;
}
#variation-text {
  margin-top: -5px;
  color: #a9a9a9;
  font-size: 80%;
}
