@charset "UTF-8";
@font-face {
  font-family: "Aparajita";
  src: url("../assets/Aparajita.ttf") format("truetype"), url("../assets/Aparajitac.woff") format("woff");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ogg-Roman";
  src: url("../assets/Ogg-Roman.woff2") format("woff2"), url("../assets/Ogg-Roman.woff") format("woff"), url("../assets/Ogg-Roman.ttf") format("truetype");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ogg-Italic";
  src: url("../assets/Ogg-Italic.woff2") format("woff2"), url("../assets/Ogg-Italic.woff") format("woff"), url("../assets/Ogg-Italic.ttf") format("truetype");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AGaramondPro-BoldItalic";
  src: url("../assets/AGaramondPro-BoldItalic.woff") format("woff"), url("../assets/AGaramondPro-BoldItalic.ttf") format("truetype");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AGaramondPro-Italic";
  src: url("../assets/AGaramondPro-Italic.woff") format("woff"), url("../assets/AGaramondPro-Italic.ttf") format("truetype");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
::selection {
  background: #FFF2BC;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #FFF2BC;
  /* Gecko Browsers */
}

body {
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100vw;
  color: #000000;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-family: "AGaramondPro-Italic", serif;
}

img {
  width: 100%;
}

i {
  font-family: "Ogg-Italic", serif;
}

h1 {
  font-size: 120px;
  line-height: 1;
  margin-bottom: 45px;
}

h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: transparent !important;
}

/**
 * Template styling - image lazy loading
 *
 */
.lazyload,
.lazyloading {
  opacity: 0;
}

@keyframes fade-in-and-up {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lazyloaded {
  opacity: 0;
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
}

.lazyloaded.lazyloaded-simple {
  opacity: 0;
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
}

.lazyloaded-animaiton {
  opacity: 0;
  animation: fade-in-and-up 0.5s ease;
  animation-fill-mode: forwards;
}

/**
 * WH page - styling of page when it first scrolls
 *
 */
.ev-body--scrolled .ev-scroll-to-top-btn {
  opacity: 1;
  pointer-events: auto;
}

/**
 * WH page - styling of page when it reaches the bottom
 *
 */
.ev-body--bottom .ev-namespace--home .ev-mainmenu .ev-mainmenu-item-main {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 600px) {
  .ev-body--bottom .ev-collection-mobile {
    opacity: 0;
  }
  .ev-body--bottom .ev-mainmenu-item-main {
    opacity: 1;
    pointer-events: auto;
  }
}

.ev-main-shop-container {
  min-height: 100vh;
}

/**
 * WH mobile - hide & show classes
 *
 */
@media only screen and (max-width: 600px) {
  .ev-hide-mobile {
    display: none;
  }
}

.ev-show-mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .ev-show-mobile {
    display: flex;
  }
}

/**
 * WH header
 *
 */
@keyframes ev-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.ev-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F2EDEA;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 30px;
  font-family: courier;
  color: #FFF;
  line-height: 1;
  font-size: 9px;
  flex-direction: column;
  align-items: flex-start;
  height: 30px;
}

.dest {
  margin: 0;
  font-size: 9px;
}

.ev-header {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 100;
  background-color: #FFF;
  height: 15px;
}

.ev-secondary-header {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 100;
  background-color: #919494;
  height: 15px;
}

.ev-icon-nav {
  width: 20%;
  display: flex;
  pointer-events: none;
  padding: 0 15px;
}

.ev-header-main-section {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}

.ev-header-logo {
  padding: 0 15px;
  font-family: "Aparajita", times, serif;
  font-size: 16px !important;
  width: 20%;
}

.ev-secondary-header-main-section {
  width: 80%;
  display: flex;
  padding: 0 15px;
  font-family: courier;
}

.ev-collection-mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .ev-collection-mobile {
    display: block;
    position: fixed;
    right: 15px;
    top: 10px;
    font-family: "AGaramondPro-BoldItalic", serif;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
}

#current a {
  color: #FFF2BC;
}

.is-active {
  color: #FFF2BC !important;
}

.ev-bag-spacer {
  padding-left: 2px;
}

.ev-bag-counter {
  padding: 0 2px;
}

/**
* WH back to top
*
*/
.ev-scroll-to-top-btn {
  opacity: 0;
  pointer-events: none;
}

/**
 * WH Footer
 *
 */
.ev-footer {
  display: flex;
  width: 77%;
  margin: 0;
  margin-left: 23%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  color: #000000;
}
@media only screen and (max-width: 840px) {
  .ev-footer {
    width: 60%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .ev-footer {
    width: 100%;
    margin-left: 0;
  }
}

.ev-footer--home {
  margin-left: 60px;
}
@media only screen and (max-width: 840px) {
  .ev-footer--home {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .ev-footer--home {
    margin-left: 0;
    margin-top: 60px;
  }
}

.ev-footer-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding: 15px 0;
  height: 290px;
  font-family: courier;
  color: #000000;
}

.ev-footer-about {
  font-size: 11px;
  line-height: 1;
  font-family: courier;
  padding: 0 15px 15px;
  width: 90%;
}
@media only screen and (max-width: 840px) {
  .ev-footer-about {
    width: 100%;
  }
}
.ev-footer-about p {
  font-size: 11px;
  line-height: 1.4;
  font-family: courier;
  color: #000000;
}

.ev-footer-about-caps {
  text-transform: uppercase;
}

.ev-footer-nav {
  color: #000000;
  display: flex;
  padding: 0 7.5px 15px;
}
.ev-footer-nav .ev-footer-nav-section {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.ev-footer-nav a {
  font-size: 11px;
  line-height: 1.4;
  color: #000000;
  font-family: courier;
}
.ev-footer-nav a:hover {
  cursor: pointer;
}
.ev-footer-nav li {
  font-size: 11px;
  line-height: 1.4;
  color: #000000;
  padding: 0 7.5px;
}
.ev-footer-nav li a {
  font-size: 11px;
  line-height: 1.4;
  color: #000000;
  font-family: courier;
}

.ev-footer-nav--left {
  justify-content: flex-start;
  width: 100%;
}

.ev-footer-nav--right {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ev-small-icon {
  padding-right: 5px;
  margin-top: 7.5px;
  display: inline-block;
}

/**
 * WH copy right within footer
 *
 */
.ev-copyright {
  color: #000000;
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 45px;
}

/* ==================
  #WYNN SHOP HEADER
   ================== */
.ev-shop-banner-text {
  font-size: 14px;
  font-family: "AGaramondPro-BoldItalic", serif;
  color: #000000;
  padding: 0;
  z-index: 0;
  width: 100%;
}

.ev-shop-banner-text--right {
  text-align: right;
  padding-bottom: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1150px) {
  .ev-shop-banner-text--right {
    display: none;
  }
}

.ev-shop-banner-text--collection {
  text-align: right;
  padding: 0 15px;
}
@media only screen and (max-width: 600px) {
  .ev-shop-banner-text--collection {
    display: none;
  }
}

.ev-shop-banner-text--capitalize {
  text-transform: capitalize;
}

/**
 * WH internal page styling - about, archive, customer care
 *
 */
.ev-internal-page {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 200px 0;
  position: relative;
  min-height: 100vh;
}
@media only screen and (max-width: 600px) {
  .ev-internal-page {
    padding-top: 150px;
  }
}

.ev-internal-page--no-footer {
  background: linear-gradient(#FFF, #f3f3f3);
}

.ev-sizing-page {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 200px 0;
  position: relative;
  min-height: 100vh;
}
@media only screen and (max-width: 600px) {
  .ev-sizing-page {
    padding-top: 150px;
  }
}

.ev-internal-page-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 600px) {
  .ev-internal-page-inner {
    justify-content: space-between;
  }
}

.ev-internal-page-text {
  font-family: "AGaramondPro-Italic", serif;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2;
  color: #000000;
  width: 33.33%;
  margin-right: 16.66%;
}
.ev-internal-page-text p {
  margin-top: 15px;
}
.ev-internal-page-text p:first-child {
  margin-top: 0;
}
.ev-internal-page-text a {
  color: #000000;
}
.ev-internal-page-text a:hover {
  color: #FFF2BC;
}

.ev-internal-page-column {
  width: 25%;
  font-family: "AGaramondPro-Italic", serif;
  color: #000000;
}
.ev-internal-page-column a {
  color: #000000;
}
.ev-internal-page-column a:hover {
  color: #FFF2BC;
  cursor: pointer;
}
.ev-internal-page-column li {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .ev-internal-page-column {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .ev-internal-page-column--sizing {
    width: 25%;
  }
}

@media only screen and (max-width: 600px) {
  .ev-internal-page-column-list--mobile-pad {
    padding-top: 40px;
  }
}

.ev-internal-page-title {
  font-family: "AGaramondPro-Italic", serif;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  padding-bottom: 20px;
  color: #000000;
}

.ev-internal-page-title--sizing {
  width: 100%;
}

.ev-internal-page-text--padding {
  padding-bottom: 40px;
}

.ev-internal-page-column-list--padding {
  padding-bottom: 40px;
}

.ev-internal-page-no-space {
  padding-bottom: 0;
}

.ev-internal-page-small-space {
  padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .ev-internal-page-small-space--mobile {
    padding-bottom: 0;
  }
}

.ev-internal-page-big-space {
  padding-bottom: 40px;
}

/**
 * WH homepage - Embeded post
 *
 */
.ev-feed-detail-container {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (max-width: 600px) {
  .ev-feed-detail-container {
    width: 100%;
    padding: 15px;
  }
}

.ev-feed-details {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .ev-feed-details {
    width: 100%;
    padding: 0;
  }
}

/**
 * Shop Feature post each product styling
 *
*/
.ev-product {
  width: 33.33%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .ev-product {
    width: 100%;
    padding-bottom: 20px;
  }
}

.ev-product-title {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  font-family: "AGaramondPro-BoldItalic", serif;
  padding-left: 15px;
}

.ev-product-title--padding {
  padding: 15px;
}

.ev-product-title--action-text {
  color: #FFF2BC;
  height: 30px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.ev-product-text {
  font-family: "AGaramondPro-Italic", serif;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #000000;
}

.ev-product-image {
  width: 100%;
  position: relative;
}
.ev-product-image:hover .ev-product-image-hover {
  display: flex;
}

.ev-product-image-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  display: none;
  justify-content: center;
  align-items: center;
}

.ev-product-trigger--margaritas {
  color: #e61e25;
}
.ev-product-trigger--margaritas.active-collection {
  background-color: #e61e25;
  color: black;
}
.ev-product-trigger--margaritas.active-collection img {
  filter: grayscale(2) contrast(1);
}
.ev-product-trigger--margaritas .ev-margaritas-image {
  margin-bottom: 0px;
}

.ev-brand-list-item--margarita a {
  color: #e61e25;
}
.ev-brand-list-item--margarita.active-collection {
  background-color: #e61e25;
  color: black;
}
.ev-brand-list-item--margarita.active-collection img {
  filter: grayscale(2) contrast(1);
}

.ev-margaritas-image {
  display: inline-block;
  width: 15px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.ev-margaritas-image img {
  width: 100%;
}

/**
 * Product Feature post - each specific product image styling
 *
*/
.ev-product-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 33.33%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .ev-product-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.ev-product-container .ev-product {
  width: 33.33%;
  margin: 0;
  padding: 0 15px;
}
@media only screen and (max-width: 600px) {
  .ev-product-container .ev-product {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .ev-product-container .ev-product:last-child {
    margin-bottom: 0;
  }
}

.ev-product-details {
  width: 100%;
}

/**
* WH collection
*
*/
.ev-collection-page {
  margin: 0 auto;
  padding-top: 200px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 600px) {
  .ev-collection-page {
    padding-top: 100px;
    width: 100%;
  }
}

.ev-half-container {
  width: 40%;
  padding-right: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 840px) {
  .ev-half-container {
    width: 75%;
    margin: 30px auto;
    padding-right: 0;
  }
}
.ev-half-container:nth-child(2) {
  padding-left: 15px;
  padding-right: 0;
  width: 60%;
}
@media only screen and (max-width: 840px) {
  .ev-half-container:nth-child(2) {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
  }
}

.ev-half-container--main-image {
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 840px) {
  .ev-half-container--main-image {
    margin-bottom: 35px;
  }
}

.ev-collection-title {
  font-family: "AGaramondPro-BoldItalic", serif;
  font-size: 12px;
  width: 100%;
  padding: 0 15px 15px;
  width: 50%;
  line-height: 1.6;
  letter-spacing: 0.2;
}

.ev-collection-image-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ev-colleciton-main-image {
  width: 66.66%;
  padding: 15px;
}
.ev-colleciton-main-image .ev-image {
  width: 100%;
}

.ev-collection-image {
  width: 33.33%;
  padding: 15px;
}
.ev-collection-image .ip-ratio-box:hover {
  background-color: #FFF2BC;
}
.ev-collection-image .ip-ratio-box:hover img {
  box-sizing: border-box;
  mix-blend-mode: soft-light;
}
@media only screen and (max-width: 1150px) {
  .ev-collection-image {
    width: 50%;
  }
}
@media only screen and (max-width: 840px) {
  .ev-collection-image {
    width: 33.33%;
  }
}
@media only screen and (max-width: 600px) {
  .ev-collection-image {
    width: 100%;
  }
}

.ev-collection-credits {
  font-family: "AGaramondPro-Italic", serif;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.2;
  line-height: 1.8;
  padding: 0 15px;
}

.ev-collection-link {
  margin-bottom: 15px;
  font-family: "Univers Bold";
  font-size: 12px;
  line-height: 1.6;
  margin-top: 35px;
  padding-left: 15px;
}
.ev-collection-link a {
  color: #FFF2BC;
}

.ev-collection-text {
  margin-bottom: 15px;
  font-family: "Univers Bold";
  font-size: 12px;
  line-height: 1.6;
  margin-top: 35px;
  padding-left: 15px;
}

/**
* WH mobile menu drawer - moves across screen
*
*/
.js-drawer-open {
  overflow: hidden;
}

.js-drawer-open .drawer--left {
  -ms-transform: translateX(450px);
  -webkit-transform: translateX(450px);
  transform: translateX(450px);
}

.drawer {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  z-index: 400;
  color: #000;
  background-color: #F9F9F9;
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.drawer--left {
  top: 0;
  max-width: 100%;
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.drawer--left {
  width: 450px;
  left: -450px;
}

#PageContainer {
  overflow: hidden;
}

.drawer-page-content:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 399;
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
  transform: translateX(0);
}
.js-drawer-open .drawer-page-content:after {
  visibility: visible;
  opacity: 1;
}

.drawer__close {
  width: 50%;
  text-align: right;
}
.drawer__close a {
  font-size: 12px;
  font-family: "Univers Bold";
  color: #000;
  text-align: right;
  padding: 0;
}
.drawer__close a:hover {
  cursor: pointer;
}

.drawer__close--padding {
  padding-top: 15px;
}

.drawer input[type=text],
.drawer textarea {
  background-color: transparent;
  color: #000000;
  border: 0;
}

.drawer__header {
  position: absolute;
  top: 0;
  height: 100px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.drawer__inner {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 75%;
  margin: 0 auto;
}
.drawer--has-fixed-footer .drawer__inner {
  overflow: hidden;
}
.drawer--product .drawer__inner {
  top: 0;
}

.ev-menu-mobile-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.cart-title {
  text-align: left;
  margin: 5px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  width: 50%;
  line-height: 1.6;
}

.drawer__close-button {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  line-height: 1.6;
  text-transform: capitalize;
}

/* ==========================================================================
  #WYNN PRODUCT THUMBNAIL STYLING
  ========================================================================== */
/* Product thumnbail styling */
.ev-shop-collection-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  min-height: 100vh;
  align-items: flex-start;
}

.ev-brand-list {
  font-family: courier;
  font-size: 11px;
}

.ev-brand-list-item a {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.ev-brand-list-item--footer a {
  padding-bottom: 0;
}

.ev-brand-list-item--pad {
  margin-top: 15px;
}

.ev-brand-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "AGaramondPro-Italic", serif;
}
.ev-brand-circle span {
  font-family: "AGaramondPro-Italic", serif;
}

.ev-brand-circle--heart {
  background-color: white;
}
.ev-brand-circle--heart span {
  font-family: "Aparajita", times, serif;
}

.ev-brand-circle--image {
  border: none;
}

.ev-brand-circle--1 {
  background-color: #F2EDEA;
}

.ev-brand-circle--2 {
  background-color: #F2EDEA;
}

.ev-brand-circle--3 {
  background-color: #F2EDEA;
}

.ev-brand-circle--4 {
  background-color: #F2EDEA;
}

.ev-brand-circle--5 {
  background-color: #F2EDEA;
}

.ev-brand-circle--6 {
  background-color: #F2EDEA;
}

.ev-brand-circle--7 {
  background-color: #F2EDEA;
}

.ev-brand-circle--8 {
  background-color: #F2EDEA;
}

.ev-brand-circle-nav {
  margin-top: -4px;
}
@media only screen and (max-width: 600px) {
  .ev-brand-circle-nav {
    margin-right: 10px;
  }
}

.ev-brand-number {
  width: 20px;
  margin-left: 10px;
  font-family: "Aparajita", times, serif;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.ev-brand-number-nav {
  width: 75%;
}
@media only screen and (max-width: 840px) {
  .ev-brand-number-nav {
    width: auto;
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  .ev-brand-number--price {
    width: 40%;
    display: block;
    margin-left: 0;
  }
  .ev-brand-number--price .ev-product-buy-price {
    padding-left: 0;
  }
}

.ev-brand-number-product {
  text-transform: none;
  font-family: "Aparajita", times, serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 13px;
  width: auto;
  margin-left: 0;
}

.ev-brand-number-pad {
  margin: 0 50px;
}
@media only screen and (max-width: 1150px) {
  .ev-brand-number-pad {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 840px) {
  .ev-brand-number-pad {
    margin: 0 10px;
  }
}

.ev-brand-name {
  font-family: "Aparajita", times, serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.ev-brand-name:hover {
  text-decoration: underline;
}

.ev-brand-name-nav {
  width: 25%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  .ev-brand-name-nav {
    width: 42%;
  }
}
@media only screen and (max-width: 840px) {
  .ev-brand-name-nav {
    width: 60%;
  }
}

.ev-brand-name-product {
  width: 50%;
}
@media only screen and (max-width: 840px) {
  .ev-brand-name-product {
    width: 34%;
  }
}
@media only screen and (max-width: 600px) {
  .ev-brand-name-product {
    width: 100%;
  }
}

.product-thumbnail-container {
  width: 77%;
  margin: 0;
  padding: 0 45px 0 7.5px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 1150px) {
  .product-thumbnail-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 840px) {
  .product-thumbnail-container {
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .product-thumbnail-container {
    width: 100%;
    padding: 0 7.5px;
  }
}

.product-thumbnail-container-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.product-thumbnail-container-inner--homepage {
  margin-top: 175px;
}

.product-thumbnail {
  width: 16.66%;
  padding: 15px 5px;
  margin: 0;
  margin-bottom: 10px;
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 1150px) {
  .product-thumbnail {
    width: 25%;
  }
}
@media only screen and (max-width: 840px) {
  .product-thumbnail {
    width: 50%;
  }
}

.product-thumbnail-image-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-positon: center;
}

.product-thumbnail-image {
  width: 100%;
  position: relative;
  min-height: 16vw;
  max-height: 180px;
}
@media only screen and (max-width: 1150px) {
  .product-thumbnail-image {
    max-height: 230px;
  }
}
.product-thumbnail-image img {
  width: 100%;
}
.product-thumbnail-image:hover .product-thumbnail-image-hover {
  display: block;
}

.main-image {
  display: block;
}

.product-thumbnail-details-container {
  padding: 7.5px 0 15px;
}

.product-thumbnail-title {
  text-align: left;
  padding: 0;
  color: #000000;
  font-size: 10px;
  line-height: 1.2;
  font-family: courier;
}

.product-thumbnail-title-vendor {
  text-transform: uppercase;
}

.product-thumbnail-title--active {
  color: #FFF2BC;
}

.product-detail-title--mobile {
  display: none;
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 15px;
  padding-top: 0;
  font-family: "AGaramondPro-BoldItalic", serif;
  z-index: 200;
  padding-left: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .product-detail-title--mobile {
    display: block;
  }
}

.product-thumbnail-details {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

.product-thumbnail-size-list {
  margin: 0;
  padding: 0 0 5px 0;
  text-align: center;
}

.product-thumbnail-size-list-item {
  display: inline-block;
}
.product-thumbnail-size-list-item:after {
  content: ",";
  padding-right: 5px;
}
.product-thumbnail-size-list-item:last-child:after {
  content: "";
  padding-right: 0;
}

.cross-out {
  opacity: 0.5;
}

.product-thumbnail-price {
  text-align: left;
  line-height: 20px;
  font-family: "AGaramondPro-Italic", serif;
  font-size: 12px;
}

.ev-shop-continue-shopping {
  margin-top: 40px;
  font-family: "AGaramondPro-BoldItalic", serif;
}
.ev-shop-continue-shopping a {
  color: rgba(0, 0, 0, 0.6);
}

.ev-product-page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-detail-container {
  width: 77%;
  margin-left: 23%;
  padding: 0;
  display: flex;
  margin-top: 45px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 840px) {
  .product-detail-container {
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 60px;
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .product-detail-container {
    width: 100%;
    margin-top: 200px;
    margin-left: 0;
  }
}

.product-detail-container--notes {
  margin-top: 0;
}

.product-detail-container--notes-layout-3 {
  margin-top: 40px;
}

.product-detail-container--site {
  margin-left: 23%;
}
@media only screen and (max-width: 1150px) {
  .product-detail-container--site {
    margin-left: 40%;
    padding-left: 7.5px;
  }
}
@media only screen and (max-width: 600px) {
  .product-detail-container--site {
    margin-left: 0;
    padding-left: 0;
    margin-top: 140px;
  }
}

.product-detail-container--no-pad {
  padding-right: 0;
}

.product-detail-half-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .product-detail-half-container {
    flex-direction: column;
  }
}

.ev-product-page-image-container {
  display: flex;
  margin: 0;
  top: 0;
  min-height: calc(100vh - 190px);
  z-index: 0;
  width: 77%;
  margin-left: 23%;
  padding: 0 45px 0 7.5px;
  z-index: 10;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 840px) {
  .ev-product-page-image-container {
    width: 60%;
    margin-left: 40%;
    padding-right: 15px;
    height: 100%;
    position: relative;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .ev-product-page-image-container {
    top: auto;
    position: relative;
    width: 100%;
    margin-left: 0;
    padding: 0 7.5px;
    margin-top: 0;
  }
}

.ev-product-page-image-container-inner {
  padding: 0 7.5px;
  display: flex;
}
@media only screen and (max-width: 840px) {
  .ev-product-page-image-container-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .ev-product-page-image-container-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 15px 0 30px;
    margin-top: 0;
    align-items: center;
  }
}

.ev-product-page-image-container-inner--end {
  justify-content: flex-start;
  align-items: center;
}

.ev-product-view-half {
  width: 53.33%;
  margin: 0;
  display: flex;
  align-items: flex-end;
  margin-left: -20%;
}
@media only screen and (max-width: 840px) {
  .ev-product-view-half {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half {
    width: 100%;
    margin-left: 0;
  }
}
.ev-product-view-half:nth-child(2) {
  margin-left: calc(7.5px);
}
@media only screen and (max-width: 840px) {
  .ev-product-view-half:nth-child(2) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 840px) {
  .ev-product-view-half--site {
    display: none !important;
  }
}

@media only screen and (max-width: 840px) {
  .ev-product-view-half--top-pad {
    padding-top: 0px !important;
    margin-top: -30px;
  }
}

.ev-product-view-half--1 {
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--1 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--1 .product-detail-main-image {
    margin: 30px 0;
    width: 70%;
  }
}

.ev-product-view-half--top {
  align-self: flex-start;
}

.ev-product-view-half--a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.ev-product-view-half--a:nth-child(2n) {
  padding: 0;
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--a:nth-child(2n) {
    display: none;
  }
}
.ev-product-view-half--a .product-detail-main-image {
  width: 100%;
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--a .product-detail-main-image {
    flex-wrap: wrap;
    margin: 30px auto 0;
  }
}
.ev-product-view-half--a .product-detail-main-image img {
  height: 32vh;
  min-height: 230px;
  width: auto;
  max-width: none;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--a .product-detail-main-image img {
    height: auto;
    width: 100%;
    min-height: auto;
  }
}
.ev-product-view-half--a .product-detail-main-image .ev-product-photo {
  height: 32vh;
  min-height: 230px;
  width: auto;
  max-width: none;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--a .product-detail-main-image .ev-product-photo {
    height: auto;
    min-height: auto;
    width: 70%;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.ev-product-view-half--a .ev-product-description {
  position: absolute;
  bottom: 60px;
}

.ev-product-view-half--c {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--c {
    padding-bottom: 30px;
    padding-top: 15px;
  }
}
.ev-product-view-half--c:nth-child(2n) {
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--c:nth-child(2n) {
    padding-bottom: 30px;
    padding-top: 15px;
  }
}
.ev-product-view-half--c .product-detail-main-image {
  width: 95%;
  margin: 0;
  margin-left: 5%;
}
.ev-product-view-half--c .product-detail-main-image .ev-product-photo {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--c .product-detail-main-image {
    width: 70%;
    margin: 30px auto 0;
  }
}
.ev-product-view-half--c .ev-product-description {
  position: absolute;
  bottom: 50px;
  padding-left: 15px;
  padding-top: 15px;
}

.ev-product-view-half--b {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--b {
    padding-bottom: 10px;
    padding-top: 15px;
    justify-content: center;
  }
}
.ev-product-view-half--b:nth-child(2n) {
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--b:nth-child(2n) {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.ev-product-view-half--b .product-detail-main-image {
  width: 50%;
  margin: 0;
  margin-top: -10%;
}
@media only screen and (max-width: 840px) {
  .ev-product-view-half--b .product-detail-main-image {
    padding: 15px 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--b .product-detail-main-image {
    margin-top: 30px;
    width: 70%;
  }
}
.ev-product-view-half--b .product-detail-main-image .ev-product-photo {
  width: 100%;
  padding: 0;
}

.ev-product-view-half--d {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  padding: 0;
  align-items: flex-start;
}
.ev-product-view-half--d:nth-child(2n) {
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--d .product-detail-main-image {
    width: 70%;
    margin-top: 30px;
  }
}
.ev-product-view-half--d .product-detail-main-image .ev-product-photo {
  width: 100%;
  padding: 0;
  padding-bottom: 7.5px;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--d .product-detail-main-image .ev-product-photo {
    padding-bottom: 10px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--d {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.ev-product-view-half--4 {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  flex-direction: column;
  overflow: hidden;
  height: 350px;
}
.ev-product-view-half--4:nth-child(2n) {
  padding: 0;
  margin: 0;
}
.ev-product-view-half--4 .product-detail-main-image {
  width: 100%;
  margin: 0;
  display: flex;
  height: 350px;
  overflow: hidden;
}
.ev-product-view-half--4 .product-detail-main-image img {
  width: 100%;
}
.ev-product-view-half--4 .product-detail-main-image .ev-product-photo {
  width: 100%;
  padding: 0;
}
.ev-product-view-half--4 .ev-product-description {
  position: absolute;
  top: 60px;
}

.ev-product-view-half--e {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--e {
    padding-top: 10px;
  }
}
.ev-product-view-half--e:nth-child(2n) {
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--e:nth-child(2n) {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.ev-product-view-half--e .product-detail-main-image {
  width: 55%;
  margin-top: -10%;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--e .product-detail-main-image {
    width: 70%;
    margin-top: 20px;
  }
}
.ev-product-view-half--e .product-detail-main-image .ev-product-photo {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-half--e {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .ev-product-view-gallery--e {
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .ev-product-view-gallery--e .ev-product-view-gallery-image {
    width: 70% !important;
    margin: 0 auto;
    padding: 10px 0 10px !important;
  }
}

.ev-product-numbering {
  position: fixed;
  bottom: 10px;
  color: red;
  font-family: "Aparajita", times, serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.ev-product-numbering--left {
  left: 47%;
}

.ev-product-numbering--top {
  bottom: auto;
  top: 190px;
}
@media only screen and (max-width: 600px) {
  .ev-product-numbering--top {
    top: 55vh;
    left: 15px;
  }
}

.ev-product-numbering--right {
  right: 155px;
}
@media only screen and (max-width: 600px) {
  .ev-product-numbering--right {
    right: 15px;
  }
}

.ev-product-view-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 3.75px;
  overflow: hidden;
}
.ev-product-view-gallery .ev-product-view-gallery-image {
  width: 33.33%;
  padding: 0 6px 6px;
}
.ev-product-view-gallery .ev-product-view-gallery-image img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-gallery {
    padding-left: 0;
  }
}

.ev-product-view-gallery--a {
  flex-wrap: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-gallery--a {
    flex-wrap: wrap;
  }
}
.ev-product-view-gallery--a .product-detail-main-image {
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-gallery--a .product-detail-main-image {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ev-product-view-gallery--a .ev-product-view-gallery-image {
  height: 32vh;
  min-height: 230px;
  padding: 0;
  width: auto;
}
.ev-product-view-gallery--a .ev-product-view-gallery-image img {
  width: auto;
  height: 100%;
  max-width: unset;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-gallery--a .ev-product-view-gallery-image {
    height: auto;
    width: 70%;
    min-height: auto;
  }
  .ev-product-view-gallery--a .ev-product-view-gallery-image img {
    width: 100%;
    height: auto;
  }
}

.ev-product-view-gallery--c {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-gallery--c {
    padding-left: 0;
  }
}
.ev-product-view-gallery--c .ev-product-view-gallery-image {
  width: 95%;
  padding: 0;
  margin-top: 5px;
}
.ev-product-view-gallery--c .ev-product-view-gallery-image img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-gallery--c .ev-product-view-gallery-image {
    width: 70%;
  }
}

.ev-product-view-gallery--4 {
  justify-content: flex-end;
  align-items: flex-end;
}
.ev-product-view-gallery--4 .ev-product-view-gallery-image {
  padding: 0;
  margin-top: -10px;
}
.ev-product-view-gallery--4 .ev-product-view-gallery-image img {
  width: 100%;
}

.ev-product-view-gallery--b {
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: -10%;
}
@media only screen and (max-width: 840px) {
  .ev-product-view-gallery--b {
    margin-top: 0;
  }
}
.ev-product-view-gallery--b .ev-product-view-gallery-image {
  width: 50%;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-gallery--b .ev-product-view-gallery-image {
    width: 70%;
  }
}
.ev-product-view-gallery--b .ev-product-view-gallery-image img {
  width: 100%;
}

.ev-product-view-gallery--d {
  justify-content: center;
  align-items: center;
}
.ev-product-view-gallery--d .ev-product-view-gallery-image {
  width: auto;
  padding: 0;
  height: calc(100vh - 190px);
  overflow: hidden;
}
.ev-product-view-gallery--d .ev-product-view-gallery-image img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .ev-product-view-gallery--d .ev-product-view-gallery-image {
    width: 70%;
    height: auto;
  }
  .ev-product-view-gallery--d .ev-product-view-gallery-image img {
    width: 100%;
    height: auto;
  }
}

.product-details-half--border {
  background-color: transparent;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 7.5px;
}
@media only screen and (max-width: 1150px) {
  .product-details-half--border {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .product-details-half--border {
    width: 100%;
  }
}

.product-detail-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  font-family: courier;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.2;
}

.laybuyInfo {
  color: rgba(0, 0, 0, 0.6);
}
.laybuyInfo a {
  color: rgba(0, 0, 0, 0.6);
}

.pre-order-tag {
  color: #FFF2BC;
  height: 30px;
  padding-bottom: 10px;
}

.product-detail-main-image {
  width: 28%;
  margin: 0 auto;
}
.product-detail-main-image img {
  width: 100%;
}

.product-zoom {
  cursor: -webkit-zoom-in !important;
}

.zoomImg {
  cursor: -webkit-zoom-out !important;
}

.ev-product-detail-circle {
  font-size: 11px;
  font-family: courier;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #FFF;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #000000;
  padding: 10px 0;
}

.side-bar-spacer {
  width: 5%;
  padding: 0 15px;
}

.ev-product-buy-bar-half {
  width: 50%;
  display: flex;
  align-items: center;
}

.ev-product-buy-title {
  font-family: "Aparajita", times, serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-left: 7.5px;
  display: inline-block;
  width: 50%;
  margin-left: 50%;
}
@media only screen and (max-width: 1150px) {
  .ev-product-buy-title {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .ev-product-buy-title {
    width: 50%;
  }
}

.ev-product-buy-price {
  font-family: "Aparajita", times, serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-left: 7.5px;
  color: red;
}
@media only screen and (max-width: 1150px) {
  .ev-product-buy-price {
    width: 100%;
    margin-left: 0;
  }
}

.ev-product-detail-price {
  padding: 0;
  font-family: "AGaramondPro-BoldItalic", serif;
  padding-left: 15px;
  margin-right: 50px;
}

.ev-product-buy-container {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  position: fixed;
  left: calc(23% + 15px);
  top: 45px;
}
.ev-product-buy-container .product-detail-variant {
  pointer-events: auto;
}
.ev-product-buy-container input {
  pointer-events: auto;
}
@media only screen and (max-width: 840px) {
  .ev-product-buy-container {
    top: 121px;
    left: 0;
    width: 100%;
    padding-left: 15px;
    z-index: 300;
    background: white;
  }
  .ev-product-buy-container .product-detail-variant {
    padding-top: 5px;
  }
}

.ev-product-description-links {
  display: flex;
  margin: 0;
  position: fixed;
  top: 30px;
  left: 65px;
  flex-direction: column;
  z-index: 100;
}
.ev-product-description-links li {
  padding-right: 15px;
}
.ev-product-description-links a {
  font-family: "Aparajita", times, serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 600px) {
  .ev-product-description-links {
    display: none;
  }
}

.ev-product-description {
  font-family: courier;
  color: #000000;
  font-size: 11px;
  line-height: 1.6;
  padding: 0 0 30px;
  padding-right: 155px;
  width: 66.66%;
  min-height: 150px;
  margin-left: 33.33%;
}
.ev-product-description p {
  font-family: courier;
  color: #000000;
  font-size: 11px;
  line-height: 1.6;
}
@media only screen and (max-width: 1150px) {
  .ev-product-description {
    margin-left: 25%;
    width: 75%;
    padding-left: 7.5px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 840px) {
  .ev-product-description {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .ev-product-description {
    width: 100%;
    padding-right: 0;
    padding: 0 15px;
    margin-left: 0;
    min-height: auto;
  }
}

.ev-product-description-title {
  text-transform: capitalize;
  font-family: "Aparajita", times, serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.ev-product-description-name {
  text-transform: uppercase;
}

.product-detail-description {
  width: 100%;
  padding: 10px 0;
  min-height: 300px;
}
@media only screen and (max-width: 600px) {
  .product-detail-description {
    text-align: center;
    padding-bottom: 20px;
    min-height: 200px;
  }
}

.product-detail-description-text {
  margin: 20% 5%;
  text-align: center;
}
.product-detail-description-text p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .product-detail-description-text {
    margin: 10% 5%;
  }
}

.ev-product-description-styling, .ev-product-description-sizing {
  padding-bottom: 10px;
  display: block;
}

.selector-wrapper {
  border-bottom: 1px solid #000000;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: "AGaramondPro-BoldItalic", serif;
}
.selector-wrapper label {
  width: 50%;
  float: left;
}

.single-option-selector {
  width: 50%;
  float: left;
  text-align: left;
  border: none;
  background-color: transparent;
  font-family: "AGaramondPro-Italic", serif;
}
@media only screen and (max-width: 600px) {
  .single-option-selector {
    background-color: transparent;
  }
}

.product-detail-variant {
  overflow: hidden;
  width: 130px;
  display: inline-block;
}
@media only screen and (max-width: 1150px) {
  .product-detail-variant {
    margin-left: 0;
  }
}

.product-detail-variant-title {
  float: left;
  width: 50%;
}

.product-detail-variant-colour {
  text-align: left;
  opacity: 0.5;
}

.product-detail-dropdown {
  text-align: left;
}

#product-select {
  padding: 0;
  text-align: left;
  background-position: right 0px center;
  padding-right: 20px;
  font-size: 16px;
  font-family: "Aparajita", times, serif;
  letter-spacing: 0.1em;
  color: red;
  border-radius: 0;
}
#product-select.product-detail-select--disabled {
  color: black;
  opacity: 0.5;
}
#product-select option {
  text-align: left;
}
#product-select select {
  align-items: left !important;
}

.product-detail-cart-button-container {
  padding-left: 0;
  width: 50%;
  padding-top: 7.5px;
}
.product-detail-cart-button-container input {
  margin: 0;
}
@media only screen and (max-width: 1150px) {
  .product-detail-cart-button-container {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .product-detail-cart-button-container {
    padding-top: 0;
  }
}

.product-detail-cart-button {
  text-align: left;
  display: block;
  color: red;
  padding: 0;
  font-family: "Aparajita", times, serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  margin: 0;
}
.ev-product-photo {
  width: 100%;
  padding: 0 0 12px;
}
.ev-product-photo a {
  display: block;
  width: 100%;
  padding-top: 0 !important;
}

.ev-secondary-product-image-contianer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  padding: 20px 45px 0;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .ev-secondary-product-image-contianer {
    width: 100%;
    padding: 10px 7.5px 20px;
  }
}

.ev-secondary-product-image {
  width: 50%;
  display: none;
}
.ev-secondary-product-image img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.ev-secondary-product-image:first-child {
  display: block;
}
.ev-secondary-product-image:nth-child(2) {
  display: block;
}
@media only screen and (max-width: 600px) {
  .ev-secondary-product-image {
    width: 100%;
    padding: 10px 0;
  }
}

.ev-back-to-shop {
  font-size: 14px;
  font-family: "AGaramondPro-BoldItalic", serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .ev-back-to-shop {
    display: none;
  }
}

.product-thumbnail-sold-out-title {
  display: none;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #000000;
  font-size: 20px;
  z-index: 20;
  text-transform: uppercase;
  font-family: "Univers Bold";
}

.sold-out .product-thumbnail-sold-out-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
}

.product-thumbnail-pre-order-title {
  display: none;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #FFF;
  margin-top: 50%;
  font-size: 20px;
  z-index: 20;
  text-transform: uppercase;
  font-family: "Univers Bold";
}

.pre-order .product-thumbnail-pre-order-title {
  display: block;
}

.ev-menu-mobile-contianer {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
}

.ev-menu-mobile-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.cart-back--menu-mobile {
  position: absolute;
  bottom: 30px;
  left: 12.5%;
  padding-left: 15px;
}

/**
* WH back to top
*
*/
.ev-scroll-to-top-btn {
  opacity: 0;
  position: fixed;
  bottom: 10vh;
  left: 0%;
  margin-left: 15px;
  font-family: "AGaramondPro-BoldItalic", serif;
  font-size: 14px;
  color: #000;
  z-index: 100;
}
.ev-scroll-to-top-btn:hover {
  color: #000000;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .ev-scroll-to-top-btn {
    bottom: 30px;
  }
}

.ev-scroll-to-top-btn--shop {
  opacity: 1;
}

.ev-body--scrolled .ev-scroll-to-top-btn {
  opacity: 1;
}

.ev-body--bottom.template-index .ev-mainmenu li, .ev-body--bottom.template-product .ev-mainmenu li {
  display: none;
}
.ev-body--bottom.template-index .ev-mainmenu .ev-mainmenu-item-main, .ev-body--bottom.template-product .ev-mainmenu .ev-mainmenu-item-main {
  display: block;
}
.ev-body--bottom .ev-namespace--home .ev-mainmenu li {
  display: none;
}
.ev-body--bottom .ev-namespace--home .ev-mainmenu .ev-mainmenu-item-main {
  display: block;
}

@keyframes hg-mc-entrance-animation {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
.ev-mc-popup-container {
  position: fixed;
  display: flex;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  width: calc(400px + 5%);
  min-height: 300px;
  z-index: 2000;
  overflow: hidden;
  margin-bottom: 120px;
  padding-right: 5%;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .ev-mc-popup-container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
}
.ev-mc-popup-container .error-message {
  color: red;
  width: 100%;
  padding-top: 8px;
  letter-spacing: 0;
  font-family: "AGaramondPro-Italic", serif;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}
.ev-mc-popup-container .error-message a {
  color: red;
  text-decoration: underline;
}
.ev-mc-popup-container .success-message {
  width: 100%;
  padding-top: 8px;
  color: #000;
  font-family: "AGaramondPro-Italic", serif;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

#error-for-mce-EMAIL {
  position: absolute;
  left: 0;
  bottom: 20px;
}
@media only screen and (max-width: 600px) {
  #error-for-mce-EMAIL {
    bottom: 40px;
  }
}

.ev-mc-hidden {
  display: none !important;
}

.ev-mc-popup-subscribe-form {
  transform: translateX(200%);
  pointer-events: auto;
  background-color: #FFF;
  border: 1px solid #000000;
  padding: 30px;
  padding-top: 45px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 2000;
}
@media only screen and (max-width: 600px) {
  .ev-mc-popup-subscribe-form {
    padding: 50px 20px;
    width: 90%;
  }
}

input:focus {
  outline: none;
}

.ev-mc-popup-heading {
  font-size: 12px;
  font-family: "AGaramondPro-BoldItalic", serif;
  line-height: 1.6;
  margin-bottom: 15px;
}

.ev-mc-popup-text {
  font-size: 12px;
  font-family: "AGaramondPro-Italic", serif;
  line-height: 1.8;
  margin-bottom: 15px;
}

.ev-mc-subscribe-input-container {
  width: 100%;
}

.ev-mc-subscribe-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-family: "AGaramondPro-Italic", serif;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  line-height: 1.8;
  letter-spacing: 0;
  background-color: #FFF;
  margin-top: 35px;
  padding: 0;
}

.ev-mc-subscribe-input::placeholder {
  color: #FFF2BC;
  text-transform: uppercase;
  font-family: "AGaramondPro-BoldItalic", serif;
  font-size: 12px;
  letter-spacing: 0;
}

.ev-mc-button {
  border: 0;
  font-size: 12px;
  margin-top: 15px;
  padding: 0;
  cursor: pointer;
  width: 80%;
  border: none;
}
.ev-mc-button .button {
  background-color: transparent;
  font-size: 12px;
  font-family: "AGaramondPro-BoldItalic", serif;
  text-transform: uppercase;
  width: auto;
  opacity: 1;
  text-align: left;
  padding: 0;
  color: #FFF2BC;
}

.ev-mc-entrance-animation {
  animation: hg-mc-entrance-animation 0.8s ease 1s forwards;
}

.ev-mc-close-container {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  pointer-events: auto;
  font-size: 12px;
  font-family: "AGaramondPro-BoldItalic", serif;
  text-align: left;
  margin: 8px 15px;
  letter-spacing: 0.2px;
  line-height: 1.6;
}

.ev-cart-page {
  width: 75%;
  margin: 0 auto;
  padding-top: 40px;
  min-height: 100vh;
}

.ev-cart-page-title {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  line-height: 1.6;
}

.ev-empty-cart-message {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  line-height: 1.6;
}
.ev-empty-cart-message p {
  text-align: left;
  margin: 5px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  line-height: 1.6;
}

.ev-cart-page-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  line-height: 1.6;
}
.ev-cart-page-inner p {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  line-height: 1.6;
}

.ev-cart-page-image {
  width: 16.66%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1150px) {
  .ev-cart-page-image {
    width: 25%;
  }
}

.ev-cart-page-image .cart__image {
  width: 100%;
  padding-right: 15px;
}

.ev-cart-page-details {
  width: 16.66%;
  padding: 15px 15px 15px 0;
}
@media only screen and (max-width: 1150px) {
  .ev-cart-page-details {
    width: 25%;
  }
}
@media only screen and (max-width: 840px) {
  .ev-cart-page-details {
    width: 70%;
  }
}

.ev-cart-page-product-title a {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Ogg-Roman", serif;
  line-height: 1.6;
  text-transform: uppercase;
}

.ev-cart-page-price {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  line-height: 1.6;
  padding: 15px 0;
  color: red;
}

.ev-cart-page-size-container {
  display: flex;
  justify-content: space-between;
}
.ev-cart-page-size-container input {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  line-height: 1.6;
  padding: 0;
  text-align: right !important;
}

.ev-cart-page-subtotal-contianer {
  display: flex;
  padding-top: 15px;
  padding-right: 15px;
  width: 33.33%;
  justify-content: space-between;
}
.ev-cart-page-subtotal-contianer p {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  line-height: 1.6;
  padding-left: 15px;
}
.ev-cart-page-subtotal-contianer p:first-child {
  width: 20%;
  padding-left: 0;
}
@media only screen and (max-width: 840px) {
  .ev-cart-page-subtotal-contianer p:first-child {
    width: 30%;
  }
}
@media only screen and (max-width: 840px) {
  .ev-cart-page-subtotal-contianer {
    width: 100%;
  }
}

.ev-cart-page-message {
  color: #000000;
  font-family: courier;
  font-size: 9px;
}

.ev-cart-page-continue-shopping {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Aparajita", times, serif;
  line-height: 1.6;
  padding-top: 15px;
  display: block;
}

.ev-splash-fullscreen {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: auto;
}

.ev-splash-fullscreen-content {
  display: flex;
  flex-direction: column;
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ev-splash-fullscreen-content-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
}

.ev-splash-image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
}

.ev-loading-dot {
  height: 30px;
  width: 30px;
  position: relative;
  background-color: #FFF2BC;
  display: block;
  border-radius: 50%;
  animation-name: blinker;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Header - fixed header on the right
 *
 */
.ev-icon {
  font-size: 11px;
  margin-right: 10px;
  pointer-events: auto;
}

.ev-select-nav {
  display: flex;
  width: 33.33%;
  justify-content: flex-start;
  position: relative;
  padding: 0 15px;
  pointer-events: auto;
}

.ev-select-nav-list {
  display: flex;
  width: 75%;
  padding-right: 29%;
  justify-content: space-between;
}

.ev-shop-filters {
  display: flex;
  width: 33.33%;
  justify-content: space-between;
  position: relative;
  padding: 0 15px;
  pointer-events: auto;
}

.ev-shop-filter-item {
  font-family: "Ogg-Roman", serif;
  line-height: 1;
}
.ev-shop-filter-item a:after {
  content: ",";
}
.ev-shop-filter-item a:last-child:after {
  content: "";
}

.ev-header-mobile {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 350;
  padding: 5px 0;
  background-color: #FFF;
}
@media only screen and (max-width: 600px) {
  .ev-header-mobile {
    display: flex;
  }
  .ev-header-mobile .ev-cart-nav {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}

.ev-header-mobile--sticky {
  position: relative;
  top: auto;
  left: auto;
}

.ev-menu-nav {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding: 0 15px;
}
.ev-menu-nav a {
  font-family: "Aparajita", times, serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.ev-cart-nav {
  position: absolute;
  right: 0;
  padding: 0 15px;
  pointer-events: auto;
}
.ev-cart-nav a {
  font-family: "Aparajita", times, serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 600px) {
  .ev-cart-nav--remove-mobile {
    display: none;
  }
}

.ev-cart-nav-currency {
  padding-right: 15px;
  font-family: "Aparajita", times, serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.ev-select-title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  word-break: break-word;
  z-index: 100;
}

.ev-namespace-filter--01 .ev-select-title--01 {
  opacity: 1;
}

.ev-namespace-filter--02 .ev-select-title--02 {
  opacity: 1;
}

.ev-namespace-filter--03 .ev-select-title--03 {
  opacity: 1;
}

.ev-namespace-filter--04 .ev-select-title--04 {
  opacity: 1;
}

.ev-namespace-filter--05 .ev-select-title--05 {
  opacity: 1;
}

.ev-namespace-filter--06 .ev-select-title--06 {
  opacity: 1;
}

.ev-namespace-filter--07 .ev-select-title--07 {
  opacity: 1;
}

.ev-namespace-filter--08 .ev-select-title--08 {
  opacity: 1;
}

.ev-namespace-filter .ev-feed-posts .ev-post-summary:first-child {
  width: 25%;
}
@media only screen and (max-width: 600px) {
  .ev-namespace-filter .ev-feed-posts .ev-post-summary:first-child {
    width: 33.33%;
  }
}
.ev-namespace-filter .ev-feed-posts .ev-post-summary:nth-child(2) {
  width: 25%;
  margin-left: 50%;
}
@media only screen and (max-width: 600px) {
  .ev-namespace-filter .ev-feed-posts .ev-post-summary:nth-child(2) {
    width: 33.33%;
    margin-left: 33.33%;
  }
}

.ev-shop-nav {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #000;
  padding: 6px 0;
  text-transform: uppercase;
  font-family: "AGaramondPro-Italic", serif;
}

.ev-shop-nav-item {
  margin-left: 15px;
  line-height: 1;
  list-style-type: none;
  margin-bottom: 0;
}

.ev-shop-container {
  width: 100%;
  display: flex;
}

.ev-shop-main-nav {
  width: 20%;
  padding-left: 15px;
  padding-top: 190px;
  z-index: 50;
}
@media only screen and (max-width: 840px) {
  .ev-shop-main-nav {
    width: 35%;
  }
}

@media only screen and (max-width: 600px) {
  .ev-shop-main-nav--remove {
    display: none;
  }
}

.ev-shop-main-nav--mobile {
  width: 100%;
  padding-top: 0;
  transform: scale(1.5);
  transform-origin: left top;
  padding-left: 0;
}

.ev-shop-main-nav--product-page {
  width: auto;
}

.ev-shop-main-nav-title {
  height: 30px;
  font-family: "AGaramondPro-BoldItalic", serif;
  position: fixed;
  left: 15px;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 350;
}

.ev-shop-main-nav-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000000;
  margin-top: 2px;
}

.ev-shop-main-nav-list {
  padding-bottom: 15px;
  line-height: 1.2;
}

.ev-shop-main-nav-list-item:before {
  content: "–";
}

.ev-collection-grid {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 15px;
  padding: 7.5px;
}
@media only screen and (max-width: 600px) {
  .ev-collection-grid {
    margin-top: 14px;
  }
}

.ev-product {
  width: 33.33%;
  padding: 7.5px;
}
@media only screen and (max-width: 600px) {
  .ev-product {
    width: 100%;
  }
}

.ev-product-title {
  font-family: "AGaramondPro-BoldItalic", serif;
}

.ev-product-price {
  font-family: "AGaramondPro-BoldItalic", serif;
  padding-left: 15px;
}

.grid-product__meta {
  position: relative;
  display: block;
  padding: 0;
}

.product-thumbnail-image {
  position: relative;
  overflow: hidden;
}

.product-thumbnail-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.ev-product-container {
  width: 90%;
  display: flex;
  padding-top: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .ev-product-container {
    padding-top: 14px;
  }
}

.ev-product-image-container {
  width: 66.66%;
  padding-bottom: 22px;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .ev-product-image-container {
    width: 100%;
    padding-bottom: 12px;
  }
}

.product-single__photo--container {
  width: 50%;
  padding: 7.5px;
}

.ev-product-details {
  width: 33.33%;
  padding-left: 15px;
}
@media only screen and (max-width: 600px) {
  .ev-product-details {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.ev-product-details--sticky {
  min-height: 700px;
}

.ev-product-top-section-wrapper {
  background-color: #FFF;
}

.ev-product-detail-top-line {
  border-top: 1px solid #000;
  padding: 6px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .ev-product-detail-top-line {
    justify-content: space-between;
  }
}

.ev-product-detail-title {
  position: absolute;
  top: 6px;
  left: 0;
}
@media only screen and (max-width: 1150px) {
  .ev-product-detail-title {
    position: relative;
    left: auto;
    top: auto;
  }
}

.ev-product-detail-price {
  font-family: "Aparajita", times, serif;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.product-single__add-to-cart {
  width: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 600px) {
  .product-single__add-to-cart {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.product-single__photo-wrapper {
  margin-bottom: 6px;
}
.product-single__photo-wrapper:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .product-single__photo-wrapper {
    margin-bottom: 14px;
  }
}

.btn--add-to-cart {
  width: auto;
}

.btn {
  font-family: "AGaramondPro-Italic", serif;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  font-weight: normal;
  padding: 0;
  border: none;
  width: 100%;
  font-family: "Aparajita", times, serif;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  text-align: left;
  width: auto;
  margin-bottom: 30px;
  text-decoration: underline;
}
.btn:hover {
  background-color: #F2EDEA;
}

.ev-related-products-container {
  margin-top: 20px;
  border-top: 1px solid #000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .ev-related-products-container {
    margin-top: 14px;
  }
}

.ev-related-product-title {
  width: 100%;
  padding: 6px 0;
  text-transform: uppercase;
}

.ev-related-product-thumbnail {
  width: 32%;
  margin-right: 1.33%;
}

.ev-product-main-image {
  overflow: hidden;
}

.ev-product-thumbnail-link {
  overflow: hidden;
  display: block;
  width: 100%;
}
.ev-product-thumbnail-link:hover .product-thumbnail-image-hover {
  opacity: 1;
}

.ev-product-accordion-container {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .ev-product-accordion-container {
    margin-top: 14px;
  }
}

.ev-product-accordion-section {
  width: 100%;
  border-top: 1px solid #000;
  cursor: pointer;
}
.ev-product-accordion-section:last-child {
  border-bottom: 1px solid #000;
}
.ev-product-accordion-section .ev-product-accordion-content {
  display: none;
}

.ev-product-accordion-section--open .ev-product-accordion-content {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}
.ev-product-accordion-section--open .ev-product-accordion-title:after {
  content: "-";
}

.ev-product-accordion-title {
  padding: 6px 0;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.ev-product-accordion-title:after {
  content: "+";
  position: absolute;
  right: 0;
}
.ev-product-accordion-title:hover {
  color: #FFF2BC;
}

.ev-product-accordion-content {
  padding-bottom: 6px;
  width: 75%;
}

.ev-sticky-min-height {
  min-height: 100vh;
  display: block;
}

/**
 * Search input
 *
 */
.search-form {
  position: relative;
  pointer-events: auto;
}

.search-submit {
  display: none;
}

.search-field {
  background-color: transparent;
  text-transform: uppercase;
  border: none;
  padding: 0 !important;
  margin-top: -5px;
  width: 100%;
}
.search-field:active {
  opacity: 0.5;
}
@media only screen and (max-width: 600px) {
  .search-field {
    font-size: 18px;
    line-height: 1.6;
  }
}

.search-field::placeholder.hide-on-focus:focus.search-field::placeholder {
  color: white;
}

.search-field:-webkit-autofill:hover {
  font-style: normal;
}

input[type=submit] {
  -webkit-border-radius: 0px;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#your-shopping-cart {
  min-height: 100vh;
}

.ev-cart-page-container {
  width: 77%;
  margin: 0;
  padding: 190px 45px 0 15px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .ev-cart-page-container {
    width: 100%;
    padding: 0 15px;
  }
}

.ev-cart-row-inner {
  display: flex;
  width: 100%;
  align-items: center;
}

.ev-cart-row-inner-section {
  width: 80%;
  display: flex;
  border-right: 1px solid #000;
  align-items: center;
}

.ev-cart-product-image {
  width: 20%;
}
@media only screen and (max-width: 600px) {
  .ev-cart-product-image {
    width: 30%;
    padding: 14px 0;
  }
}

.ev-cart-product-details {
  padding: 0 30px 0 15px;
  width: 20%;
}
@media only screen and (max-width: 1150px) {
  .ev-cart-product-details {
    width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .ev-cart-product-details {
    padding: 0 14px;
    width: 45%;
  }
}

@media only screen and (max-width: 600px) {
  .ev-cart-product-quantity {
    width: 25%;
  }
}

.ev-cart-product-price {
  width: 20%;
  text-align: right;
}

.cart__row {
  border-top: 1px solid #000;
}
.cart__row:first-child {
  border-top: 0;
}

.cart__row--last {
  padding: 15px 0;
}

.ev-cart-subtotal {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.cart__subtotal--title {
  text-transform: uppercase;
}

.ev-cart-note {
  text-transform: uppercase;
  padding: 14px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: 8px;
}

.ev-cart-checkout {
  width: 100%;
  border-bottom: 1px solid #000;
}

.ev-cart-checkout-button {
  text-transform: uppercase;
  font-size: 21px;
  font-family: "AGaramondPro-Italic", serif;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px;
}
.ev-cart-checkout-button:hover {
  background-color: #FFF2BC;
}

.ev-main-header-background {
  position: fixed;
  width: 100%;
  height: 30px;
  background-color: #FFF;
  z-index: 250;
}
@media only screen and (max-width: 600px) {
  .ev-main-header-background {
    display: none;
  }
}

.ev-main-header {
  background-color: white;
  width: 100%;
  z-index: 1000;
}
.ev-main-header .ev-main-header-list {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 0;
}

.ev-main-header-list {
  width: calc(77% - 12.5px);
  margin-left: calc(23% + 12.5px);
  display: flex;
  flex-direction: row;
  list-style-type: none;
  font-size: 12px;
  line-height: 1;
  height: 30px;
  padding: 7.5px 45px 7.5px 0;
  z-index: 300;
  position: relative;
  flex-wrap: wrap;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 840px) {
  .ev-main-header-list {
    width: calc(60% - 12.5px);
    margin-left: calc(40% + 12.5px);
  }
}
@media only screen and (max-width: 600px) {
  .ev-main-header-list {
    width: 100%;
    margin-left: 0;
    padding: 60px 15px 7.5px;
    height: auto;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .ev-main-header--homepage .ev-main-header-list {
    padding-top: 20px;
  }
}

.ev-main-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 600px) {
  .ev-main-header-list--site {
    flex-direction: column-reverse;
  }
}

.ev-main-header-list-item {
  width: 33.33%;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Ogg-Roman", serif;
  padding-left: 4.5px;
}
.ev-main-header-list-item:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 1150px) {
  .ev-main-header-list-item {
    width: 25%;
  }
}
@media only screen and (max-width: 840px) {
  .ev-main-header-list-item {
    width: 100%;
    padding-left: 0;
  }
}

.ev-main-header-list-item--no-pad {
  padding-left: 0;
}

@media only screen and (max-width: 600px) {
  .ev-main-header-list-item--spacer {
    padding-bottom: 15px;
  }
}

.ev-main-header-list-item-main {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Ogg-Roman", serif;
}

.ev-main-header-list-item--link:hover {
  text-decoration: underline !important;
}

.ev-main-header-list-item-secondary {
  font-size: 12px;
  text-transform: capitalize;
  font-family: "Ogg-Italic", serif;
  letter-spacing: 0.1em;
}

.ev-selected-mobile {
  font-size: 12px;
  text-transform: capitalize;
  font-family: "Ogg-Italic", serif;
  letter-spacing: 0.1em;
  display: none;
}
@media only screen and (max-width: 600px) {
  .ev-selected-mobile {
    display: block;
    padding-top: 15px;
  }
}

.ev-main-header-list-item--double {
  width: 66.66%;
}
@media only screen and (max-width: 840px) {
  .ev-main-header-list-item--double {
    width: 100%;
  }
}

.ev-main-header-list-item-brand {
  display: flex;
}
@media only screen and (max-width: 840px) {
  .ev-main-header-list-item-brand {
    padding-top: 15px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 320px) {
  .ev-main-header-list-item-italic {
    font-size: 10px;
  }
}
.ev-banner-container {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: grey;
  height: 20px;
  z-index: 500;
}

.ev-splash-page {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  flex-direction: column;
  font-family: courier;
}

.ev-badge {
  position: fixed;
  top: 45px;
  left: 30px;
  width: 100px;
}
@media only screen and (max-width: 600px) {
  .ev-badge {
    top: 60px;
  }
}
.ev-badge .ev-badge-hover {
  opacity: 0;
}
.ev-badge:hover {
  cursor: pointer;
}
.ev-badge:hover .ev-badge-hover {
  opacity: 1;
}

.ev-badge-hover {
  font-family: "Aparajita", times, serif;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.ev-splash-hover {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  text-align: center;
  font-family: courier;
  font-size: 11px;
  line-height: 2;
}

.ev-splash-image {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .ev-splash-image {
    width: 75%;
  }
}
.ev-splash-image .ev-splash-hover {
  opacity: 0;
}
.ev-splash-image:hover .ev-splash-hover {
  opacity: 1;
}

.ev-splash-sentence {
  font-family: courier;
  font-size: 11px;
  position: absolute;
  right: -50px;
  top: 0;
  color: maroon;
  text-transform: lowercase;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .ev-splash-sentence {
    right: -30px;
    top: -8%;
  }
}
.ev-splash-sentence span {
  display: block;
  line-height: 15px;
}

.ev-splash-sentence--collection {
  right: 15px;
  bottom: 65px;
  position: fixed;
  top: auto;
}
@media only screen and (max-width: 600px) {
  .ev-splash-sentence--collection {
    display: none;
  }
}

.ev-splash-link {
  font-family: "Ogg-Italic", serif;
  font-size: 36px;
  margin-top: 15px;
}

.ev-collection-description {
  margin-top: 30px;
  margin-left: 33.33%;
  padding: 15px 7.5px;
  padding-right: 95px;
  height: 145px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .ev-collection-description {
    display: none;
  }
}
.ev-collection-description p {
  font-family: courier;
  color: #000000;
  font-size: 11px;
  line-height: 1.4;
}
@media only screen and (max-width: 1150px) {
  .ev-collection-description {
    margin-left: 25%;
    padding-right: 7.5px;
  }
}
@media only screen and (max-width: 840px) {
  .ev-collection-description {
    margin-left: 0;
    padding-left: 5px;
    margin-top: 45px;
    padding-bottom: 0;
    height: 136px;
  }
}
@media only screen and (max-width: 600px) {
  .ev-collection-description {
    padding-bottom: 30px;
    padding-right: 15px;
    margin-left: 0;
    margin-top: 0;
    padding-top: 140px;
    height: 276px;
  }
}

.ev-collection-description-country {
  text-transform: uppercase;
}

.ev-coming-soon {
  font-family: courier;
  font-size: 11px;
  margin-left: 32%;
}

.ev-plain-page-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ev-plain-page {
  width: 77%;
  margin: 0;
  padding: 0 45px 0 7.5px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: courier;
  font-size: 11px;
  line-height: 1.6;
}
.ev-plain-page p {
  font-family: courier;
  font-size: 11px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .ev-plain-page {
    width: 100%;
    padding: 0 7.5px;
  }
}

.ev-plain-page-inner {
  margin-top: 30px;
  padding: 15px 7.5px;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .ev-plain-page-inner {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 7.5;
    padding-top: 0;
  }
}

.ev-newsletter-page-inner {
  margin-top: 30px;
  padding: 15px 7.5px;
  margin-left: -20%;
}
@media only screen and (max-width: 600px) {
  .ev-newsletter-page-inner {
    margin-top: 0;
    padding-top: 7.5;
    padding-top: 0;
    margin-left: 0;
  }
}

.ev-plain-page-column {
  width: 43.33%;
}
.ev-plain-page-column:first-child {
  margin-left: -20%;
}
.ev-plain-page-column:nth-child(2) {
  margin-left: calc(10% + 7.5px);
}
.ev-plain-page-column span {
  display: block;
  padding-bottom: 15px;
}
.ev-plain-page-column strong {
  padding: 15px 0;
  font-weight: normal;
  display: inline-block;
}
.ev-plain-page-column em {
  background-color: #F2EDEA;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 600px) {
  .ev-plain-page-column {
    width: 100%;
  }
  .ev-plain-page-column:first-child {
    margin-left: 0;
  }
  .ev-plain-page-column:nth-child(2) {
    margin-left: 0;
  }
}

.ev-plain-page-title {
  font-family: "Aparajita", times, serif;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: red;
}

.ev-plain-page-title--newsletter {
  padding-left: 5px;
}

.ev-shop-add-header {
  background-color: white;
  width: 23%;
  list-style-type: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 30px;
  z-index: 300;
}
.ev-shop-add-header .ev-main-header-list-item {
  padding-top: 5px;
  padding-left: calc(22.5px + 35%);
  display: flex;
}
.ev-shop-add-header .ev-main-header-list-item-secondary {
  white-space: nowrap;
  padding-left: 5px;
}

.ev-customer-care-box i {
  padding-right: 5px;
}

.ev-page-background {
  background-color: beige;
  width: 38%;
  position: fixed;
  top: 15%;
  left: 10%;
  z-index: 0;
  height: 100vh;
}

.ev-page-background-2 {
  background-color: beige;
  width: 12%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100vh;
}

.ajaxcart__product-name-wrapper {
  font-family: "Ogg-Roman", serif;
}

.ajaxcart-price {
  font-size: 14px;
  font-family: "Aparajita", times, serif;
  letter-spacing: 0.1em;
  color: red;
  font-weight: normal;
}

.cart-product-close {
  font-family: "Aparajita", times, serif;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.grid-item {
  font-family: "Aparajita", times, serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  opacity: 1 !important;
}

.ajaxcart__note {
  font-family: courier;
  font-size: 9px;
  letter-spacing: 0;
  padding-top: 7.5px;
}

.cart-seperater {
  padding-bottom: 7.5px;
}

.ajaxcart__subtotal-title {
  font-family: "Aparajita", times, serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-transform: capitalize;
}

.ev-close-button {
  text-align: left;
}

.cart-empty {
  font-size: 14px;
  font-family: "Aparajita", times, serif;
  letter-spacing: 0.1em;
}

.ev-large-cta-container {
  font-family: "Aparajita", times, serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  position: fixed;
  top: 100px;
  left: 50px;
  text-decoration: underline;
}
.ev-large-cta-container a:hover {
  background-color: #F2EDEA;
}
@media only screen and (max-width: 600px) {
  .ev-large-cta-container {
    bottom: 30px;
    left: 30px;
    top: auto;
    z-index: 300;
  }
}

.ev-description-text-link {
  text-decoration: underline;
}
.ev-description-text-link:hover {
  background-color: #F2EDEA;
}

.active-collection {
  background-color: #F2EDEA;
}

.active .ev-footer-nav-item-menu {
  background-color: #F2EDEA;
}
.active .ev-footer-nav-item-menu--margarita {
  background-color: #e61e25;
  color: black;
}

.ev-footer-nav-item-menu {
  font-family: "Aparajita", times, serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .ev-footer-nav-item-menu {
    margin-left: 0;
  }
}

.ev-signup-container {
  width: 43.33%;
  min-width: 400px;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .ev-signup-container {
    margin-left: -5px;
    margin-top: 15px;
  }
}

.price-tag-sale {
  text-decoration: line-trough;
}

.ajaxcart__footer {
  padding-top: 0;
  padding-bottom: 60px;
}

.ev-home-section {
  width: 100vw;
  height: 96vh;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .ev-home-section {
    height: 86vh;
  }
}

.ev-home-spacer {
  height: 200vh;
}

.ev-home-section-background {
  width: 100vw;
  height: 96vh;
  display: block;
}
@media only screen and (max-width: 600px) {
  .ev-home-section-background {
    height: 86vh;
  }
}

.ev-logo {
  position: absolute;
  top: 50px;
  left: 100px;
  width: 350px;
  z-index: 1200;
  mix-blend-mode: multiply;
}
.ev-logo:hover {
  cursor: move;
}
@media only screen and (max-width: 840px) {
  .ev-logo {
    left: 20px;
    width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .ev-logo {
    width: 190px;
    left: 2%;
    top: 2%;
    z-index: 90;
  }
}

.ev-splash-cta {
  position: absolute;
  bottom: 15vh;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.ev-splash-cta p {
  font-family: "Ogg-Italic";
}
.ev-splash-cta p span {
  font-family: "Ogg-Roman";
}

.ev-splash-image-container-fullpage {
  width: 100%;
  height: 100%;
}

.ev-image-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom center;
}
@media only screen and (max-width: 600px) {
  .ev-image-background {
    background-size: cover;
    background-position: bottom left;
  }
}

.ev-home-section-cta {
  position: absolute;
  left: 48%;
  top: 100px;
  font-family: "Aparajita", times, serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  z-index: 100;
}
.ev-home-section-cta p {
  font-family: "Aparajita", times, serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.ev-home-section-cta p:hover {
  background-color: #F2EDEA;
}
@media only screen and (max-width: 840px) {
  .ev-home-section-cta {
    left: 33%;
    top: 36vh;
  }
}
@media only screen and (max-width: 600px) {
  .ev-home-section-cta {
    top: 25vh;
  }
  .ev-home-section-cta p {
    font-size: 40px;
  }
}

.ev-feed-post-container {
  margin-top: 40px;
}

.ev-feature-collection-title {
  font-family: "Ogg-Roman";
  text-align: center;
  text-transform: uppercase;
  padding-top: 40px;
}

.ev-product-grid-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
@media only screen and (max-width: 600px) {
  .ev-product-grid-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.ev-product-grid-container .ev-product-grid-item {
  width: 33.33%;
  padding: 40px;
}
@media only screen and (max-width: 840px) {
  .ev-product-grid-container .ev-product-grid-item {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ev-product-grid-container .ev-product-grid-item {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
  }
}

.ev-collection-container {
  position: relative;
}
.ev-collection-container .ev-home-badge-image--star {
  top: -40px;
  left: auto;
  right: 80px;
  transform: rotate(10deg);
}
@media only screen and (max-width: 600px) {
  .ev-collection-container .ev-home-badge-image--star {
    right: 0;
    transform: rotate(0deg);
    top: 0;
  }
}
.ev-collection-container .ev-collection-badge--star {
  top: 35px;
  left: auto;
  right: 66px;
  transform: rotate(10deg);
  font-family: courier;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  .ev-collection-container .ev-collection-badge--star {
    right: 7%;
    transform: rotate(0deg);
    top: 7vh;
    font-size: 10px;
  }
}

.ev-collection-grid-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .ev-collection-grid-container {
    flex-wrap: wrap;
    padding: 0;
  }
}
.ev-collection-grid-container .ev-product-grid-item {
  width: 25%;
  padding: 40px 40px 20px;
}
@media only screen and (max-width: 840px) {
  .ev-collection-grid-container .ev-product-grid-item {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ev-collection-grid-container .ev-product-grid-item {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
  }
}
.ev-collection-grid-container .ev-product-post-title {
  font-family: "Ogg-Roman";
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 12px;
}

.ev-category-nav {
  width: 100%;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Ogg-Roman", serif;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: white;
  z-index: 1100;
}
@media only screen and (max-width: 600px) {
  .ev-category-nav {
    display: none;
  }
}
.ev-category-nav ul {
  display: flex;
  padding: 0 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1150px) {
  .ev-category-nav ul {
    flex-wrap: wrap;
  }
}
.ev-category-nav ul li {
  margin-right: 20px;
}
@media only screen and (max-width: 1150px) {
  .ev-category-nav ul li {
    padding-bottom: 5px;
  }
}
.ev-category-nav ul li a:hover {
  background-color: #D1D9DB;
}
.ev-category-nav .ev-active {
  background-color: #D1D9DB;
}

/*# sourceMappingURL=default.css.map */
