/** Shopify CDN: Minification failed

Line 41:0 All "@import" rules must come first
Line 64:621 Expected identifier but found "*"

**/
/************************************************************
*  TABLE OF CONTENTS
*  ---
*  VARIABLES
*  CUSTOM FONT
*  BASE
*  PRODUCT INFORMATION
*  LAYOUT
*  PAGE
*  FOOTER
*  ANNOUNCEMENT BAR
*  CONTENT
*  LOOKBOOK
*  ACCORDION
************************************************************/

/************************************************************
*  VARIABLES
************************************************************/

:root {
  --color-light-grey: #f5f5f5;
  --color-lighter-grey: #fafafa;
  --bd-color: #d8d8d8;
  --home-grid-gap: 10px;
  --footer-col-gap: 36px;
  --ff-serif: "GaramondProRegular";
  --ff-sans-serf: "calibre";
  --h1-fz: 26px;
}

/************************************************************
*  CUSTOM FONT
************************************************************/
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);

@font-face {
  font-family: "calibre";
  src: url("calibre-web-regular.woff2") format("woff2");
}

@font-face {
  font-family: "GaramondProRegular";
  src: url("AGaramondPro-Regular.otf") format("opentype");
}

/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;
   min-height: 100%;
     position: relative;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input, button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select,button{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/************************************************************
*  BASE
************************************************************/

html {
  scroll-padding-top: 180px; /* height of sticky header */
}

body {
  font-family: 'calibre', sans-serif !important;
  font-size: 15px;
  background: #fff;
  color: #000;
}

body.noscroll {
  overflow: hidden;
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
textarea,
select {
  border-radius: 0px;
  border: 1px solid #ccc;
  background: #ffffff;
  color: #000;
}

.collection-desc select, .collection-desc select.single-option-selector {
  display: block;
  width: 100%!important;
  height: 38px!important;
  cursor: pointer;
  text-indent: 10px;
}

.collection-desc [data-inventory-quantities] > div:not(:empty){
  border-bottom: 1px solid #d8d8d8;
  margin: 40px 0 0;
  padding-bottom: 40px;
}

input[type=button],
input[type=submit],
button,
.captionright a,
.captionleft a,
span.button,
a.button {
  border: none;
  cursor: pointer;
}

select {
  color: #000;
  font-size: 11px;
  width: 150px !important;
  -webkit-appearance: none;
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/better-arrow.png?14936155073246941204) no-repeat 96% #fff;
}

h1 {
  font-size: var(--h1-fz);
}

p {
  margin-bottom: 10px;
}

blockquote {
  padding: 0;
  margin: 0 10% 1em;
  width: 80%;
}

a {
  outline: none;
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: underline;
  color: #777;
}
a:active {
  color: #000;
}

ul {
  list-style: disc outside none;
  margin: 0;
}


ol {
  list-style: decimal;
  margin: 0;
}

hr {
  border: 0;
  margin: 2em auto;
  padding: 0;
  outline: none;
  clear: both;
  width: 100%;
}

table {
  border: 0;
}

td {
  border: 0;
}

th{
  border: 0;
}

#price-field {
  font-size: 14px;
}

/* END BASE */

/************************************************************
*  PRODUCT INFORMATION
************************************************************/

.collection-desc {
  text-align: center;
  font-size: 13px;
}

.collection-desc__breadcrumb--desktop {
  margin-top: 42px;
}

@media (max-width: 1024px) {
  .collection-desc__breadcrumb--desktop {
    display: none;
  }
}

.collection-desc__breadcrumb ol {
  display: inline-flex;
  margin-bottom: 4px;
  padding-left: 0;
  list-style-type: none;
}

.collection-desc__breadcrumb a,
.collection-desc__breadcrumb-spacer {
  color: #707070;
  text-decoration: none;
}

.collection-desc__breadcrumb-spacer {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.collection-desc__heading {
  margin-bottom: 38px;
  font-size: var(--h1-fz);
}

.collection-desc .collapsible {
  text-decoration: none;
}

.collection-desc-mobile-header {
  text-align: center;
}

.collection-desc-mobile-header .collection-desc__heading {
  margin-bottom: 0;
  font-size: 20px;
}

@media (min-width: 1024px) {
  .collection-desc-mobile-header {
    display: none;
  }
}

.collection-desc-header {
  margin-top: 34px;
}

@media (max-width: 1023px) {
  .collection-desc-header {
    display: none;
  }
}

.product-container {
  display: grid;
  grid-gap: 20px;
  padding-top: 18px;
  padding-bottom: 15px;
}

@media (min-width: 1024px) {
  .product-container {
    grid-template-columns: 1fr 340px;
    grid-gap: 40px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  .product-container {
    grid-gap: 182px;
  }
}

/*
*  Photos
*/

@media (min-width: 1024px) {
  .product-photos-container {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 40px;
  }
}

.product-photos {
  position: relative;
}

@media (max-width: 1023px) {
  .product-photos {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.product-photos .prev,
.product-photos .next {
  position: absolute;
  top: 50%;
  padding: 20px;
  background-color: transparent;
  transform: translateY(-50%);
}

.product-photos .next {
  right: 0;
}

@media (min-width: 1024px) {
  .product-photos .prev,
  .product-photos .next {
    display: none;
  }
}

.product-photos .product-photo {
  display: none;
}

@media (max-width: 1023px) {
  .product-photos .product-photo {
    width: 100%;
  }
}

.product-photo {
  background-color: #eee;
}

.product-photos .product-photo.active {
  display: block;
}

.product-video {
  height: 480px;
}

@media (min-width: 1024px) {
  .product-video {
    height: 600px;
  }
}

.product-video iframe {
  height: 100%;
  width: 100%;
}

.product-photo-thumbs {
  display: none;
}

@media (min-width: 1024px) {
  .product-photo-thumbs {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
}

.product-photo-thumbs img {
  background-color: #eee;
  cursor: pointer;
}

.product-photo-thumbs img:hover {
  opacity: 0.8;
}

/*
*  Quantity
*/

.quantity-section {
  display: grid;
  height: 40px;
  grid-template-columns: 124px 1fr;
  margin-top: 24px;
  margin-bottom: 10px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.quantity-section > * {
  height: 100%;
}

.quantity-fields {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  border-right: 1px solid #d8d8d8;
}

.quantity-input {
  width: 100%;
  text-align: center;
  border-width: 0;
}

/* Chrome, Safari, Edge, Opera */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity-input {
  -moz-appearance: textfield;
}

.quantity-add,
.quantity-subtract,
#price-field {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-add,
.quantity-subtract {
  font-size: 18px;
  cursor: pointer;
}

/*
*  Wear it with
*/

.wear-it-with {
  display: flex;
  margin-top: 40px;
  text-decoration: none;
}

.wear-it-with:hover {
  text-decoration: none;
}

.wear-it-with img{
  width: 120px;
  background-color: #eee;
}

.wear-it-with-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px 16px;
}

.wear-it-with-title {
  margin-bottom: 12px;
}

.wear-it-with-title-lbl {
  font-family: var(--ff-sans-serf);
  font-size: 13px;
}

.wear-it-with-title-name {
  margin-top: 10px;
  font-size: 18px;
}

.wear-it-with-cta {
  margin-bottom: 0;
  text-decoration: underline;
}

/*
*  Accordian button
*/

.btn-details {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1;
  text-decoration: none;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.btn-details:focus {
  color: #000;
}

.show-more-details.active {
  margin-top: -32px;
  border-top-width: 0;
}

.btn-shipping {
  margin-top: -1px;
}

.btn-shipping.active {
  border-bottom-width: 0;
}

.btn-shipping.active + .content {
  border-bottom: 1px solid #d8d8d8;
}

#prod-trim-desc {
  padding: 32px;
}

#prod-trim-desc p {
  margin-bottom: 0;
}

/*
*  Size table chart
*/

.collection-desc .table-name {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
}

.collection-desc .table-footnote {
  margin-top: 20px;
  margin-bottom: 0;
}

.collection-desc table {
  margin-left: 1px;
  margin-right: 1px;
  width: 99%;
}

.collection-desc tbody {
  border: 1px solid #d8d8d8;
}

.collection-desc .table-bras td {
  width: 50%;
}

.collection-desc .table-one-pieces td {
  width: 25%;
}

.collection-desc th {
  padding-bottom: 10px;
  text-align: center;
}

.collection-desc td {
  padding: 10px;
  border-right: 1px solid #d8d8d8;
}

.collection-desc tbody tr {
  border-bottom: 1px solid #d8d8d8;
}

/*
*  Sizes
*/

.select-sizes {
  margin-bottom: 20px;
}

.sizes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.sizes li {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 70px;
  color: #000;
  border: 1px solid #fff;
  cursor: pointer;
}

.sizes li:hover:not(.outOfStock),
.sizes .active {
  border-color: #000;
}

.sizes .active  {
  cursor: default;
}

.sizes .outOfStock {
  text-decoration: line-through;
  cursor: not-allowed;
}

/*
*  Swatches
*/

.swatch-container {
  margin-bottom: 34px;
}

.swatch ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style-type:none;
  margin:0;
  padding:0;
}
.swatch li {
  position:relative;
  zoom:1;
  cursor:pointer;
}

.swatch a {
  display: block;
  height: 21px;
  width: 21px;
  border: #DDD 1px solid !important;
  border-radius: 50%;
}

/* The container of the image/color must be as big as its container */
.swatch li.color span {
  width:100%;
  height:100%;
  margin:0;
}
/* Styling sold out options */
.swatch ul.options li.soldout {
  cursor:default;
}
/* That's the image with the cross in it */
.crossed-out {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
}
.swatch li .crossed-out {
  display:none;
}
.swatch li.soldout .crossed-out {
  display:block;
}
.swatch li.soldout span {
  filter: alpha(opacity=60);
 /* internet explorer */
  -khtml-opacity: 0.6;
 /* khtml, old safari */
  -moz-opacity: 0.6;
 /* mozilla, netscape */
  opacity: 0.6;
 /* fx, safari, opera */
}
/* Styling selected swatch */
/* Darker border and slightly raised */
.swatch li.selected {
  border:#999 1px solid !important;
  box-shadow:0px 1px 2px rgba(0,0,0,0.25);
}
/* Bring on animated tooltips */
.swatch .options li {
  -webkit-transform: translateZ(0);
 /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
 /* webkit text rendering fix */
}
/* Tooltips */
.swatch .tooltip {
 /* Color and text alignment */
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
 /* Positioning */
  display:block;
  position:absolute;
  width:100px;
  left:-30px;
  margin-bottom:15px;
 /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
 /* Animations */
  transform: translateY(10px);
  transition: all .25s ease-out;
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS Triangle */
.swatch .options li .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
 /* the color below must match the color of the background of your tooltip */
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
/* Tooltip visible */
.swatch li:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/************************************************************
*  LAYOUT
************************************************************/

.container--narrow {
  max-width: 624px;
}

#customer_orders table {
  width: 100%;
}

#wrapper {
  background-color: #fff;
  border: none;
}

#wrapper::after {
  height: 1px;
  width: 100%;
  background: #d8d8d8;
  position: absolute;
  bottom: 0;
}

#desktop-header {
  position: absolute;
  right: 0;
  z-index: 4;
  transform: translateY(8px);
}
#desktop-header:after { content: ""; display: table; clear: both; }

ul.text-left {
  text-align: left !important;
  margin-top: 10px!important;
}

/* END LAYOUT */

.page-header {
  margin: 10px 0px;
}

.search {
  font-size: 10px;
  height: 20px;
}

#utility {
  position: relative;
}

#utility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#utility ul li {
  display: inline-block;
}

#utility ul li:last-child {
  border-right: none;
  padding-left: 0;
}

#utility ul li a {
  text-decoration: none;
}

#utility .search-link {
  padding: 10px 15px;

  cursor: pointer;
  background-color: transparent;
}

/************************************************************
*  PAGE
************************************************************/

.page-heading {
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 50px;
  text-align: center;
}

@media (max-width: 1024px) {
  .page-heading {
    margin-bottom: 32px;
    font-size: 26px;
  }
}

.page-anchor-nav {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  max-width: 432px;
  text-align: center;
}

.page-anchor-nav a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}

.page-section {
  margin-top: 90px;
}

@media (max-width: 1024px) {
  .page-section {
    margin-top: 50px;
  }
}

.page-section p {
  font-size: 16px;
  line-height: 1.375;
}

.page-section-header {
  margin-bottom: 35px;
  text-align: center;
}

@media (max-width: 1024px) {
  .page-section-header {
    margin-bottom: 26px;
  }
}

/************************************************************
*  FOOTER
************************************************************/

#footer {
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eee;
}

.editorial #footer {
  margin-top: 10px;
}

@media (min-width: 993px) {
  #footer .container{
    display: grid;
    grid-template-areas:
    "header header header . . . links links links links links links "
    "form   form   form   . . . links links links links links links "
    "social social social . . . links links links links links links "
    "copy   copy   copy   . . . links links links links links links ";
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, auto);
    -moz-column-gap: var(--footer-col-gap);
         column-gap: var(--footer-col-gap);
    padding-left: 0;
    padding-right: 0;
  }
}

#footer label {
  display: inline;
  margin-bottom: 0;
}

#footer a {
  text-decoration: none;
}

#footer ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#footer .header {
  grid-area: header;
  margin-bottom: 22px;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

@media (min-width: 993px) {
  #footer .header {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
}

#footer .heading {
  font-size: 20px;
  line-height: 1.1;
}

#footer .subheading {
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 1;
}

#footer .description {
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0.12px;
}

#footer .divider {
  height: 1px;
  margin: 26px auto 29px;
  width: 20px;
  background-color: #000;
}

@media (min-width: 993px) {
  #footer .divider {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 993px) {
  #footer .description {
    margin-right: calc(var(--footer-col-gap) * -1);
  }
}

.email-signup {
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
}

@media (min-width: 993px) {
  .email-signup {
    grid-area: form;
    margin-bottom: 50px;
    padding-right: 0;
    padding-left: 0;
  }
}

.email-signup input[type=email] {
  padding-top: 6px;
  padding-bottom: 4px;
  width: 100%;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #000;
	background: transparent;
	color: #000;
}

.email-signup input[type=email]::-webkit-input-placeholder {
  color: #505050;
  opacity: 1;
}

.email-signup input[type=email]::-moz-placeholder {
  color: #505050;
  opacity: 1;
}

.email-signup input[type=email]:-ms-input-placeholder {
  color: #505050;
  opacity: 1;
}

.email-signup input[type=email]::-ms-input-placeholder {
  color: #505050;
  opacity: 1;
}

.email-signup input[type=email]::placeholder {
  color: #505050;
  opacity: 1;
}

.email-signup input[type=submit] {
  position: absolute;
  right: 25px;
  top: 6px;
  background-color: transparent;
}

@media (min-width: 993px) {
  .email-signup input[type=submit] {
    right: 0;
  }
}

.restock-signup {
  padding-right: 22px;
  padding-left: 22px;
}

.restock-signup p {
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.restock-signup .email-signup {
  margin-bottom: 0;
}

.restock-signup-error,
.restock-signup-success {
  margin-top: 10px;
}

#footer .links {
  grid-area: links;
}

#footer .contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin: 50px 65px;
  text-align: center;
}

@media (min-width: 993px) {
  #footer .contact-options {
    display: inline-grid;
    grid-gap: var(--footer-col-gap);
    justify-items: start;
    margin: 0 0 var(--footer-col-gap);
  }
}

#footer .contact-options span {
  display: block;
  margin-top: 4px;
}

@media (min-width: 993px) {
  #footer .contact-options span{
    display: inline-block;
    margin-top: 0;
    margin-left: 6px;
  }
}

#footer .footer-nav {
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 993px) {
  #footer .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: var(--footer-col-gap);
         column-gap: var(--footer-col-gap);
    margin-bottom: 0;
    text-align: left;
  }
}

#footer .footer-nav > div {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-top: -1px;
}

@media (min-width: 993px) {
  #footer .footer-nav > div {
    border-top: 0;
    border-bottom: 0;
    margin-top: 0;
  }
}

#footer .footer-nav__col-heading {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "calibre";
  font-size: 15px;
  cursor: pointer;
}

@media (min-width: 993px) {
  #footer .footer-nav__col-heading {
    padding-top: 0;
    padding-bottom: 7px;
    cursor: default;
  }
}

#footer .footer-nav ul {
  display: none;
}

@media (min-width: 993px) {
  #footer .footer-nav ul {
    display: block;
  }
}

@media (min-width: 993px) {
  #footer .footer-nav li {
    margin-bottom: 4px;
  }
}

#footer .footer-nav .active {
  position: relative;
  z-index: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media (min-width: 993px) {
  #footer .footer-nav .active {
    border-top: 0;
    border-bottom: 0;
  }
}

#footer .footer-nav .active ul {
  display: block;
}

#footer .footer-nav a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #505050;
  border-top: 1px solid #d8d8d8;
}

@media (min-width: 993px) {
  #footer .footer-nav a {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
  }
}

#footer .social-media {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}

@media (min-width: 993px) {
  #footer .social-media {
    grid-area: social;
    justify-content: flex-start;
    margin-bottom: var(--footer-col-gap);
  }
}

#footer .social-media a {
  display: inline-block;
  margin-right: 25px;
  margin-left: 25px;
}

@media (min-width: 993px) {
  #footer .social-media a {
    margin-left: 0;
    margin-right: 50px;
  }
}

#footer .social-media a span {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#footer .copyright {
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
}

@media (min-width: 993px) {
  #footer .copyright {
    grid-area: copy;
    text-align: left;
  }
}

/************************************************************
*  CONTENT
************************************************************/

#breadcrumb {
  margin-bottom: 15px;
  margin-top: 15px;
}

#breadcrumb > * {
  color: #707070;
  font-size: 13px;
  text-decoration: none;
}

/* form notification modal
div.modal { position: absolute; top: 50%; left: 50%;  margin-left: -200px; background: #ffffff; padding: 1em; font-size: 1.5em; width: 400px; }*/
div.modal .close
{
  position: absolute; top: 0; right: 0; text-indent: -9999px; width: 40px; height: 40px;
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/close.png?14936155073246941204); cursor: pointer;
	background-size: 40px;
}

div#simplemodal-container {
  width: 70% !important;
  left: 15% !important;
}

/* share modal */
div.share-modal { min-width:465px; padding: 1em; display: none; background: #fff; border: 1px #B2B2B2 solid; text-align: center; overflow: auto; -ms-box-sizing: border-box; box-sizing: border-box;}
div.share-modal .close, .std-modal .close { position: absolute; top: 0; right: 0; text-indent: -9999px; width: 20px; height: 20px; background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/close.png?14936155073246941204); cursor: pointer;}
div.share-modal p { padding-bottom: .5em; max-width: 275px; display: block; margin: 0 auto;}

#search-form { margin-bottom: 10px; }

/**
 *  !Standard Modal
 *
 *   Backbone view, that can be used as a common modal throughout
 *   the site
 */
.std-modal {
  background: #fff;
  border: 1px #ebebeb solid;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  left: 40%;
  margin-left: -125px;
  overflow: auto;
  padding: 25px;
  position: fixed;
  text-align: center;
  top: 30%;
  width: 525px;
  z-index: 11111;
}

.std-modal .close {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/icon-close.png?14936155073246941204);
  height: 15px;
  right: 15px;
  top: 10px;
  width: 15px;
}

.std-modal .error {
  color: #FC2836;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-top: 10px;
}

.std-modal h3.title {
  color: #000;
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
}

.std-modal-container .item {
  display: block;
  margin: 0 auto;
  width: 200px;
}

.std-modal-container .item > .actions {
  margin-top: 15px;
  text-align: center;
}

.std-modal-container .item > .actions > a {
  background: #999999;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: .03em;
  padding: 10px 15px 6px 15px;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
}

.std-modal-container .item > .details {
  color: #000;
  font-size: 13px;
  margin-top: 2px;
  text-align: left;
  text-transform: uppercase;
}

.std-modal-container .item > .img-responsive {
  margin: 0 auto;
}

.std-modal-overlay {
  bottom: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* Handles the cart quick look modal...slightly different */
.std-modal.cart-quick-look {
	display: block;
	max-height: 445px;
	overflow-y: hidden;
	padding: 15px;
	position: absolute;
	top: 40px;
    right: 0;
  	left: auto;
	width: 345px;
}

.cart-quick-look .close {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/icon-close.png?14936155073246941204);
  height: 15px;
  right: 15px;
  top: 10px;
  width: 15px;
}

.cart-quick-look .actions {
  bottom: 15px;
  right: 15px;
  font-family: 'garamond-premier-pro-display', georgia, serif;
  font-size: 14px;
  margin-top: 10px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
}

.cart-quick-look .actions .price {
	margin-bottom: 10px;
}

.cart-quick-look .actions .purchase {
	width:314px;
}

.cart-quick-look .safe-container {
  padding: 0 15px;
}

.cart-quick-look .title .quick-look-msg {
  color: #000;
  display: block;
  font-family: 'garamond-premier-pro-display', georgia, serif;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  width: 240px;
}

.cart-quick-look .product-row {
  height: 145px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}

.cart-quick-look .products .empty {
  color: #000;
  font-family: 'garamond-premier-pro-display', georgia, serif;
  font-size: 14px;
  margin: 10px 0 60px 0;
  text-align: center;
}

.cart-quick-look .products .product-img {
  background: #f2f2f2;
  height: 130px;
  line-height: 146px;
  margin: 0 auto;
}

.cart-quick-look .products .product-img .wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.cart-quick-look .products .product-img img {
  display: block;
  margin: 0 auto;
  max-height: 145px;
  vertical-align: middle;
}

.cart-quick-look .products .details {
  height: 145px;
  padding-left: 10px;
  padding-right: 10px;
}

.cart-quick-look .products {
    border-top: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
    color: #000;
    font-family: 'garamond-premier-pro-display', georgia, serif;
    font-size: 14px;
    height: 311px;
    margin-bottom: 81px;
    overflow-y: scroll;
    text-align: left;
}

.cart-quick-look .products .details h3 {
  color: #000;
  font-family: 'garamond-premier-pro-display', georgia, serif;
  font-size: 14px;
}

.cart-quick-look .products .details span.price {
  font-family: 'garamond-premier-pro-display', georgia, serif;
  font-size: 14px;
  float: left;
  clear: both;
}

#utility .cart-quick-look .products .details ul.attributes {
  margin-top: 15px;
}

#utility .cart-quick-look .products .details ul.attributes > li {
    display: block;
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    clear: both;
}

#utility .account-form {
  background: #fff;
  border: 1px #ebebeb solid;
  display: block;
  position: absolute;
  width: 440px;
  padding: 10px 20px;
  padding-top: 0;
  top: 25px;
  z-index: 99;
}

#utility .account-form .form-row .help-wrapper {
  font-size: 10px;
}

/************************************************************
*  COLLECTIONS/PRODUCTS
************************************************************/

.fix-product-row-margin {
  margin-left: -5px;
}

#thin-padding {
 padding-right: 5px;
 padding-left: 5px;
}

.thin-padding {
 padding-right: 5px;
 padding-left: 5px;
}

#no-padding {
 padding: 0;
}

.no-padding {
  padding: 0;
}

.hp-li-img,
.prod-li-img {
  background: #F7F7F7;
  margin-bottom: 10px;
  text-align: center;
  height: 230px;
  vertical-align: middle;
  display: table-cell;
  width: 230px;
}

.hp-li-img img,
.prod-li-img img {
  vertical-align: middle;
  margin: 0px auto;
}

p.collection-sidebar {
  font-size: 12px;
  line-height: 16px;
  font-family: 'garamond-premier-pro-display', georgia, serif;
  padding-bottom: 0;
}

#pagination {
  margin-top: 17px;
}

#pagination:after {
  clear: both;
  content: "";
  display: block;
}

span.page-title {
	color: #000;
}

a.product-sidebar-nav { cursor: pointer; }
a.size-guide-click {
  font-family: 'garamond-premier-pro-display', georgia, serif;
  color: #000;
  margin-top: 6px;
  display: inline-block;
}
a.shop-next { margin-left: 10px; }
a.shop-previous { float: left !important; }

.product-li > .prod-li-img {
  position: relative;
}

.product-li > .prod-li-img > .actions {
  display: none;
  width: 100%;
}


.product-li > .prod-li-img > .actions:hover {
    color:#000;
}

.product-li:hover > .prod-li-img > .actions {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.product-li:hover > .prod-li-img > .actions > .quicklook {
  /*background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/icon-search.png?14936155073246941204) no-repeat;*/
  background: url(/cdn/shop/t/22/assets/icon-quick-search.svg?585930300688402460) no-repeat;

  background-position: 10px 10px;

  display: block;
  font-family: 'garamond-premier-pro-display', georgia, serif;
  font-size: 14px;

  padding-left:30px;
  padding-top: 8px;
  background-color: rgba(255,255,255,0.40);
 	height: 30px;
  text-align:left;
    width: 100%;
}

.product-li:hover > .prod-li-img > .actions > .quicklook:hover {
  cursor: pointer;
}

/* Max media 768px removes the .actions > .quicklook:hover */

.product-quicklook-row {
  text-align: left;
}

.product-quicklook-row h4 {
  font-size: 14px;
}

.product-quicklook-row .featured-img {
  background: #f2f2f2;
  display: block;
  height: 294px;
  margin: 0 auto;
  width: 294px;
}

.product-quicklook-row .featured-img img {
  display: block;
  margin: 0 auto;
  max-height: 294px;
}

.product-quicklook-row .visit-full {
  margin-top: 15px;
}

.product-quicklook-row .visit-full a {
  text-decoration: none;
  text-transform: uppercase;
}

.product-quicklook-row .product-options .select-option select {
	width: 100%!important;
	height: 38px!important;
	cursor: pointer;
}

.product-quicklook-row .product-options {
  margin-top: 15px;
}

.product-quicklook-row .checkout {
  margin-top: 10px;
}

/************************************************************
*  LOOKBOOK
************************************************************/

.lookbook-gallery-overlay {
  background: var(--color-lighter-grey);
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1045;
}

.lookbook-gallery {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1050;
}

.lookbook-gallery a.branding {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/icon-araks-gallery-logo.png?14936155073246941204);
  left: 35px;
  height: 18px;
  opacity: .59;
  position: absolute;
  top: 15px;
  width: 76px;
}

.lookbook-gallery a.close-gallery {
  color: #000;
  border: 1px solid #333;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 10px;
  letter-spacing: .1em;
  opacity: .4;
  padding: 5px 10px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  top: 20px;
}

.lookbook-gallery a.shop-look {

}

.lookbook-gallery .row {
  display: block;
  margin-top: 32px;
}

.lookbook-gallery .row .image {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 400px;
}

.lookbook-gallery .row .image a.left-arrow {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/icon-gallery-left.png?14936155073246941204);
  height: 18px;
  left: -24px;
  margin-top: -18px;
  opacity: .49;
  position: absolute;
  top: 50%;
  width: 9px;
}

.lookbook-gallery .row .image a.right-arrow {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/icon-gallery-right.png?14936155073246941204);
  height: 18px;
  margin-top: -18px;
  opacity: .49;
  position: absolute;
  right: -24px;
  top: 50%;
  width: 9px;
}

.lookbook-gallery a.branding:hover,
.lookbook-gallery a.close-gallery:hover,
.lookbook-gallery .row .image a:hover,
.lookbook-gallery .row .image a.left-arrow:hover,
.lookbook-gallery .row .image a.right-arrow:hover {
  opacity: 1;
}

.lookbook-gallery .row .image img {
  max-height: 600px;
}

.lookbook-gallery .row .image .title {
  color: #000;
  font-family: 'garamond-premier-pro-display', georgia, serif;
  font-size: 14px;
  margin-top: 10px;
}

.lookbook-gallery .row .image .shop-the-look {
  float: right;
  margin-top: 10px;
  opacity: 1;
}

.lookbook-gallery .row .image .shop-the-look:active {
  color: #fff;
}

.lookbook-gallery .row .image ul.gallery-social-icons {
  clear: both;
  float: right;
  display: inline-block;
  margin-top: 10px;
}

.lookbook-gallery .row .image ul.gallery-social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
}

.lookbook-gallery .row .image ul.gallery-social-icons > li a {
  display: block;
  margin-right: 17px;
  opacity: .25;
}

.lookbook-gallery .row .image ul.gallery-social-icons > li:last-child a {
  margin-right: 0px;
}

.lookbook-gallery .row .image ul.gallery-social-icons > li a:hover {
  opacity: 1;
}

.lookbook-gallery .row .image ul.gallery-social-icons > li a.fb {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/icon-f.png?14936155073246941204);
  height: 21px;
  width: 20px;
}

.lookbook-gallery .row .image ul.gallery-social-icons > li a.tw {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/icon-t.png?14936155073246941204);
  height: 18px;
  width: 22px;
}

.lookbook-gallery .row .image ul.gallery-social-icons > li a.ig {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/icon-ig.png?14936155073246941204);
  height: 20px;
  width: 19px;
}

.lookbook-gallery .row .image ul.gallery-social-icons > li a.pt {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/icon-pt.png?14936155073246941204);
  height: 22px;
  width: 23px;
}

/************************************************************
*  COLLECTION
************************************************************/

.lookbook-list .col-md-3,
.lookbook-list .col-md-6 {
  padding: 1px;
}

.lookbook-list .col-md-3 img:hover,
.lookbook-list .col-md-6 img:hover {
  cursor: pointer;
}

.lookbook-sidebar .separator {
  background-color: #bbbdc0;
  display: block;
  height: 1px;
  width: 65px;
}

.lookbook-sidebar span.lookbook-title {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: auto;
}

.lookbook-sidebar ol.collection-sidebar {
  margin-top: 5px;
}

span.filtering-title {
  margin: 15px 0;
  display: inline-block;
  color: #000;
}

span.filtering-lookbook {
  font-size: 11px;
}

span.filter-title {
  display: inline-block;
  width: auto;
  margin-bottom: 4px;
}

.filter-collection.loading {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/squares.gif?14936155073246941204) no-repeat center center;
  background-size: 32px;
  min-height: 32px;
}

.filter-collection.loading span,
.filter-collection.loading ol {
  display: none;
}

.filter-select {
  line-height: 18px !important;
  position: relative;
}

.filter-select a {
  text-decoration: none;
}

.filter-select .arrow {
  position: absolute;
  top: 2px;
  left: -9px;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #777;
}

ol.collection-sidebar {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

ol.about-sidebar {
  text-transform: uppercase;
  letter-spacing: 2px;
}

ol.collection-sidebar li {
  transition: height 1s ease-in-out;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  overflow: hidden;
  margin-bottom: 4px;
}

/* Pseudo :target class has stopped working so I've added some js to toggle .target on elemtn in araks.js */
ol.collection-sidebar.size li:target,
ol.collection-sidebar.size li.target {
  height: 130px;
}

ol.collection-sidebar.bra.size li:target,
ol.collection-sidebar.bra.size li.target {
  height: 275px;
}

ol.collection-sidebar.color li:target,
ol.collection-sidebar.color li.target {
  height: 290px;
}

ol.collection-sidebar.price li:target,
ol.collection-sidebar.price li.target {
  height: 130px;
}

ol.collection-sidebar li:target .arrow,
ol.collection-sidebar li.target .arrow {
    border-left-color: transparent;
  border-top-color: #777;
    top: 5px;
    left: -13px;
}

ol.collection-sidebar li:target ol,
ol.collection-sidebar li.target ol {
  opacity: 1;
}

ol.collection-sidebar li ol {
  opacity: 0;
  padding: 0;
  border: 0px;
  overflow-y: auto;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

ol.collection-sidebar li ol li input {
  margin: 0px 0px 5px 0px;
  background: var(--color-lighter-grey);
  border: 1px solid #777;
}

ol.collection-sidebar li ol li label {
  font-weight: normal;
  margin: 0px 0px 0px 5px;
}

ol.collection-sidebar li a { text-decoration: none;}

ul.collections-list {
  padding-left: 0;
  list-style-type: none;
}

ul.collections-list li {
  display: inline-block;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

ul.collections-list li.small { min-height: 100px; }
ul.collections-list li div.details { height: 36px; }
ul.collections-list li div.details p { line-height: 14px; display: none; }
ul.collections-list li a { text-decoration: none; }
ul.collections-list li a.darken { color: #424242; }
ul.collections-list li.last { clear: right; margin-right: 0; }
ul.collections-list li.first { clear: left; }
ul.collections-list li div.product-details {
  text-align: left;
  font-family: 'garamond-premier-pro-display', georgia, serif;
  margin-top: 5px;
}

#mobile-refine .navbar {
  border: 0px;
  min-height: 0px;
}

#mobile-refine .navbar-toggle {
  margin: 0px;
  float: left;
  padding: 0px;
}

#mobile-refine a {
  text-decoration: none;
}

#mobile-refine ul {
  list-style: none;
}
#mobile-refine ul li {
  min-height: 40px;
  position: relative;
}

#mobile-refine ul li:hover {
  background: #eee;
}

#mobile-refine ul li a {
  font-family: 'GaramondProRegular', 'EB Garamond', Garamond, Georgia, serif;
  text-decoration: none;
}

#mobile-refine ul li a.mobile-refine-link {
  display: block;
  left: -30px;
  height: 40px;
  padding-left: 16px;
  position: absolute;
  width: 100%;
}

#mobile-refine ul li ul {
  display: none;
}
#mobile-refine ul li ul span a {
  position: relative;
  z-index: 1000;
}

#mobile-refine ul li:hover ul {
  display: inline-block;
  width: 110%;
  position: absolute;
  background: #eee;
  top: 40px;
  right: 0px;
  padding-bottom: 0px !important;
  z-index: 800;
}

#mobile-refine ul li ul li {
  background: #eee;
  display:  block;
  padding: 5px 10px;
  width: 100%;
  right: -30px;
}

#mobile-refine ul li ul li input {
  margin-right: 5px;
}
#mobile-refine ul li ul li label {
  font-weight: normal;
}

/************************************************************
*  PRODUCT
************************************************************/

/* Some styles to get you started */

.collection {
clear: both;
padding-top: 50px;
}

.collection .product {
float: left;
text-align: center;
width: 162px; /* 160px + 1px + 1px for the borders on either side */
margin: 0 14px 14px 0;
padding: 0;
position: relative; /* used to display absolutely positioned sale tag */
overflow: hidden;
}

.collection .product.last {
margin-right: 0;
}

.collection .product .image {
border: 1px solid #E0E0E0;
margin-bottom: 10px;
height: 160px;
overflow: hidden;
}

.collection .product .cy {
display: block;
margin: 0 auto;
}

.collection .product .image img {
max-width: 160px;
}

.collection .product .title {
display: block;
line-height: 16px;
font-size: 12px;
color: #222;
font-weight: 700;
}

.collection .product .price {
display: block;
line-height: 16px;
font-size: 11px;
color: #000;
font-weight: normal;
}

/* new clearfix */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.product-bottom {
  display: table-row;
}

.zoomImg {
  background: #F7F7F7;
  cursor: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/zoom.png?14936155073246941204) 0 0, auto;
  display: block;
  max-height: none !important;
  z-index: 100;
}

div.product-photo #full-size-image a {
  font-size: 11px;
  font-family: Arial, sans-serif;
}

div.product-details a {
  color: #000;
}

div.product-details a:hover {
  color: #777;
}

.selector-wrapper {
  margin-bottom: 0px;
}

.selector-wrapper label { margin-right: 10px; }

select.single-option-selector {
  margin-bottom: 5px;
  width: 114px !important;
}

#other-views {
  text-align: center;
  display: -webkit-inline-box;
}

#other-views img {
  cursor: pointer;
  background: transparent;
}

.customSelect {
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/better-arrow.png?14936155073246941204) no-repeat 96% #fff;
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  cursor: pointer;
}

.customSelect select {
  margin-bottom: 0;
  background: transparent;
  border: 0;
  -moz-appearance: none;
}

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

.customSelectInner {
  padding: 10px 6px 8px 6px;
  width: 100%;
  font-size: 1em;
  font-family: 'garamond-premier-pro-display', georgia, serif;
}

tr td select { margin-top: 5px; }

.addressSelect {
  width: 178px;
  height: 20px;
  margin-top: 0;
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/better-arrow.png?14936155073246941204) no-repeat 96% #fff;
  border: 1px solid #B2B2B2;
  overflow:hidden;
}

.addressSelectInner {
  padding: 3px;
  width: 175px !important;
}

#related h5,
#recently-viewed-products h5,
#recently-viewed-products-mobile h5{
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  #related h5,
  #recently-viewed-products h5,
  #recently-viewed-products-mobile h5{
    margin-bottom: 40px;
    font-size: 26px;
  }
}

#related {
 margin-top: 15px;
}

#related-product-wrap {
  margin-left: 0;
  margin-right: 0;
}

#recently-viewed-products-mobile {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}

#recently-viewed-products-mobile .thin {
  padding-left: 5px;
  padding-right: 5px;
}

.pd-li-img {
  text-align: left;
  height: auto;
  vertical-align: middle;
  display: block;
  width: 100%;
}

.pd-li-img:last-of-type {
  margin-right: 0!important;
}

.pd-li-img a {
    text-decoration: none;
}

.pd-li-img img {
  background-color: var(--color-lighter-grey);
}

.recently-viewed-grid{
  width: 32%;
  display: block;
  float: left;
  margin-right: 2%;
}

.recently-viewed-grid:last-of-type {
  margin-right: 0;
}

.pd-thumb-img {
  background: #F7F7F7;
  margin-bottom: 10px;
  text-align: center;
  height: 100px;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
}

.thumb-container {
  margin-bottom: 5px;
  float: right;
  margin-right: -5px;
}

.pd-li-img img{
  margin: auto;
  max-height: 100%;
}

/* MOBILE PRODUCT SLIDER */

#mobile-products-carousel .carousel-indicators {
  position: absolute;
  top: -33px;
  left: 93%;
  z-index: 15;
  width: 20%;
  padding-left: 0;
  margin-left: -14%;
  text-align: right;
  list-style: none;
}

#mobile-products-carousel .carousel-indicators li {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 0 5px;
  text-indent: 9999em;
  cursor: pointer;
  background-color: #a6a6a6;
  border-radius: 10px;
}

#mobile-products-carousel .carousel-indicators li:first-of-type {
  margin-left: 0;
}

#mobile-products-carousel .carousel-indicators li.active {
	background-color: #414042;
}

/************************************************************
*  HELPER CLASSES
************************************************************/

hr.collection-styled {
  float:none;
  display: block;
  clear: both;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 0;
  border-bottom: solid 1px #777;
  width: 57px;
}
.no-margin-top { margin-top: 0 !important; }
.clear-fix { clear: both;}
.image-row { display: block; margin-bottom: 10px; }
.image-row img { display: inline-block; }
.no-display { display: none; }
a.dotted-link { border-bottom: dashed 1px; }
.no-padding-left { padding-left: 0; }
a.no-underline, a.no-underline:hover {text-decoration: none;}
.no-padding-bottom { padding-bottom: .2em;}
.borderless-iframe { border: 1px solid #B2B2B2; margin-left: -22px;}
.pull-right { display:inline-block; margin-right: -20px; float: right; padding-top: 0px; }
.pull-left { float: left; }


/* social */
.pluginConnectButton { width: 24px; height: 34px; display: inline-block; display: inline-block; background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/social-icons-trans.png?14936155073246941204) no-repeat; background-position:0px 0px; }
.fb_iframe_widget { width: 24px; height: 34px; display: inline-block; display: inline-block; background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/social-icons-trans.png?14936155073246941204) no-repeat; background-position:0px 0px; }

a.header { color: #000 !important;}
.darken { color: #000 !important; }
.affix { position: fixed; top: 106px; width: 210px;}
.center-content { text-align: center; }

.fixfixed {
  position: absolute;
}

/************************************************************
*  BLOG
************************************************************/
.blog-body p {
  margin-bottom: 5px;
}

#blog-side {
  padding: 10px;
}

#blog-posts div.blog-post {
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 30px;
}

#blog-posts div.blog-post span.title {
  line-height: 1em;
  text-transform: normal;
  font-family: 'GaramondProRegular', 'EB Garamond', georgia, serif;
  font-size: 19px;
  letter-spacing: 2px;
  font-weight: normal;
  display: block;
}

#blog-posts div.blog-post span.title a {
  text-decoration: none;
}

#blog-posts div.blog-post span.info {
  font-family: 'GaramondProRegular', 'EB Garamond', georgia, serif;
  display: block;
}

#blog-posts div.blog-post div.body {
  font-family: 'GaramondProRegular', 'EB Garamond', georgia, serif;
}

.comment p.author { font-style: italic; font-size: 12px; line-height: 14px; margin-bottom: none; }
.comment { font-size: 12px; line-height: 14px; }
.comment-form { font-size: 14px; }
.comment-form input { display: block; clear: both; }
.comment-form textarea { display: block; width: 80%; clear:both; }
a.a-comments { text-decoration: none;}

div.feedback.error { background: #E54028; padding: 0 20px 0 20px; color: #FFF; }
div.feedback.success { background: #32742C; padding: 10px; color: #FFF; }
.blog-next, .blog-next:hover { float: right; text-decoration: underline; font-family: Arial, sans-serif; text-transform: uppercase; font-size: 11px; }
.blog-previous, .blog-previous:hover { float: left; text-decoration: underline; font-family: Arial, sans-serif; text-transform: uppercase; font-size: 11px; }

/************************************************************
*  About
************************************************************/

#about-nav {
  padding-left: 0px;
  width: 20%;
}

ul.sidenav {
  padding: 0px;
  list-style-type: none;
}

ul.sidenav a,
ul.sidenav a:hover {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

#about-content {
  margin-top: 30px;
}

#about-content h5 {
  font-family: 'GaramondProRegular', 'EB Garamond', Garamond, Georgia;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

#about-content section {
  margin-bottom: 20px;
}

#about-content section .teaser {
  height: 60px;
  overflow: hidden;
}

#about-content img {
  width: 100%;
}

a.read-more, a.show-less {
  text-decoration: none;
  font-style: italic;
}
/************************************************************
*  STOCKISTS
************************************************************/

#stockists-nav, #stockists-subnav {
  text-transform: uppercase;
}
#stockists-nav ul, #stockists-subnav ul {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
#stockists-nav ul li, #stockists-subnav ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
}
#stockists-expanded {
  font-size: 14px;
  font-family: 'GaramondProRegular', 'EB Garamond', Garamond, Georgia;
  letter-spacing: 1px;
  padding: 0;
}
#stockists-expanded div.col {
  word-wrap: break-word;
}
#stockists-expanded .country {
  display: none;
}

#stockists-expanded div.state {padding: 0;}

/************************************************************
*  NORMAL PAGE
************************************************************/
#normal-page {
  padding: 0px 10px;
  display: block;
}
#normal-page a { text-decoration: none; }
#normal-page img { margin-bottom: 15px; }

.page-header h1,
h2#add_address_title {
  font-size: 13px !important;
  text-transform: uppercase;
}

/************************************************************
*  CUSTOMER FORMS/PAGES
************************************************************/

.account-actions {
  display: flex;
  justify-content: center;
}

.account-form {
  font-family: var(--ff-sans-serf);
  width: 335px;
}

.account-form h3 {
  margin-top: 20px;
  font-family: 'GaramondProRegular', 'EB Garamond', Garamond, Georgia;
  font-size: 50px;
  text-align: center;
}

.account-form .errors ul {
  list-style: none;
}

.account-form .errors ul li {
  color: #E4421E;
  font-family: 'GaramondProRegular', 'EB Garamond', Garamond, Georgia;
  font-size: 13px;
}

.account-form .form-controls {
  margin-top: 30px;
}

.account-form .form-row + .form-row {
  margin-top: 20px;
}

.account-form .help-wrapper {
  margin-top: 8px;
  font-size: 13px;
  text-align: right;
}

.label,
.account-form label {
  margin-bottom: 0;
  padding: 0 6px;
  font-size: 11px;
  color: #505050;
}

.input,
.account-form input {
  transition:  all .3s linear;
}

.input:focus,
.account-form input:focus {
  border: 1px solid #d9d9d9;
  outline: 0;
}

.input,
.account-form input,
.account-form select {
  border: 1px solid #d9d9d9;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 10px 18px;
  width: 100% !important;
}

.account-form input[type="checkbox"] {
  margin-top: 10px;
}

.account-form select {
  padding: 10px;
}

.account-form .addressSelect {
  border: 1px solid #d9d9d9;
  height: 28px;
  width: 100%;
}

.account-form .addressSelect .customSelectInner {
  color: #191919;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 5px;
  width: 100% !important;
}

.account-form .form-controls a.cancel {
  margin-left: 5px;
}

/************************************************************
*  Floating label
************************************************************/

.floating-label {
  position: relative;
  width: 100%;
}

.floating-label label {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  transition: all .3s ease;
}

.floating-label input:not(:placeholder-shown) {
  padding: 10px 18px;
}

.floating-label input:not(:placeholder-shown) + label {
  z-index: 0;
  transform: translateY(-8px);
  opacity: 1;
}

.form_register_text {
  margin-top: 20px;
  margin-bottom: 38px;
  font-size: 16px;
  text-align: center;
}

/************************************************************
*  Addresses
************************************************************/

.address-row {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  margin: 10px 0;
  padding-bottom: 10px;
  width: 100%;
}

.address-row:last-of-type {
  border-bottom: none;
}

.address-row p {
  margin-bottom: 2px;
}

.address-row:after {
  clear: both;
  content: " ";
  display: block;
}

.address-row .street-info, .address-row .details, .address-row .actions {
  display: inline-block;
  float: left;
  width: 33%;
}

.address-row .actions ul {
  list-style: none;
}

.addresses .address-row-form {
  margin: 20px 0;
}

/************************************************************
*  Wishlist CSS
************************************************************/

input[type=button].add-to-wishlist-btn,input[type=submit].add-to-wishlist-btn { height: 22px; text-transform: uppercase; border-radius: 0; font-size: 10px; padding: 5px 12px; background: #666666; color: #FFF; font-family: Arial, sans-serif; text-align: center; line-height: 14px; font-weight: 400; letter-spacing: 0.1em;}
input[type=button].add-to-wishlist-btn:hover,input[type=submit].add-to-wishlist-btn:hover { border: none; }
p#p-wishlist-product.p-float { float: left; clear: both; display: block; width: 100%; padding: 0; margin: 0;}
td b label { font-size: 13px; }
.product-wishlist .image { border: 0; }
td.main { padding: 0 !important;}
#all-actions { margin-top: 10px; }
.product-wishlist .details a { color: #B2B2B2; text-decoration: none; font-weight: normal; font-family: 'GaramondProRegular', 'EB Garamond', georgia, serif; }
.product-wishlist .details a:hover { color: #B2B2B2; }
.product-wishlist .image {
  border: 0 !important;
}
.move-copy-block { margin-right: 15px;}
.create-wishlist label { display: block; width: 100%; margin-bottom: 5px; }
#nav-wishlist { margin-bottom: 0 !important; }
.details a { text-decoration: none; }
#wishlist-title { font-size: 14px; }
h2.wishlist-header { font-family: 'GaramondProRegular', 'EB Garamond', georgia, serif; font-size: 14px; text-transform: uppercase; }

/************************************************************
*  SHOPPING BAG / CHECKOUT
************************************************************/

table#shopping-bag,
.shop-table {
  margin: 0 auto;
  border: 0;
  display: block;
  font: 13px;
}

table#shopping-bag {
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 13px;
}

#navlist-wishlist {
  margin-top: -15px !important;
}

table#shopping-bag tr {
  border-top: 1px solid var(--bd-color);
}

table#shopping-bag .quantity:after {
  clear: both;
  content: "";
  display: block;
}

table#shopping-bag .quantity label {
  clear: both;
  display: block;
}

.create-wishlist {
  margin-bottom: 10px;
}
.wishlist-page { display: block;}
.wishlist-page table#shopping-bag thead tr th { border-top: 0;}

#shopping-container .cart-empty-msg {
  margin-bottom: 32px;
}

#shopping-container .actions {
  padding-top: 12px;
  padding-bottom: 15px;
}

@media (min-width: 993px) {
  #shopping-container .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

#shopping-container .actions h1 {
  display: none;
}

@media (min-width: 993px) {
  #shopping-container .actions h1 {
    display: block;
  }
}

#shopping-container .actions > div:nth-child(1) {
  border-bottom: 1px solid var(--bd-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (min-width: 993px) {
  #shopping-container .actions > div:nth-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
  }
}

#shopping-container .actions p {
  margin-bottom: 5px;
  font-size: 13px;
  text-align: center;
}

@media (min-width: 993px) {
  #shopping-container .actions p {
    margin-bottom: initial;
    text-align: left;
  }
}

#shopping-container .actions > div:nth-child(2) {
  display: flex;
}

@media (min-width: 993px) {
  #shopping-container .actions > div:nth-child(2) {
    display: block;
  }
}

#shopping-container .actions .btn {
  padding-top: 12px;
  padding-bottom: 12px;
  flex: 1;
}

@media (min-width: 993px) {
  #shopping-container .actions .btn {
    padding: 12px 64px;
    width: auto;
  }
}

#shopping-container .actions > div:nth-child(2){
  justify-self: end;
}

#shopping-container a span {
	color: #000;
  	max-width: 80%;
	display: inline-block;
}
#shopping-container ul#shopping-bag-helpers { list-style: none; margin: 0; margin-top: 15px; padding-left: 0; }
#shopping-container ul#shopping-bag-helpers li { padding-left: 0; }

.cart-link { text-decoration: none; }

table#shopping-bag tr.bottom-border td { border-bottom: 1px solid #e5e5e5;}
h1#tagline { background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/logo.png?14936155073246941204);}

/************************************************************
*  SLIDING CART
************************************************************/
.sliding-cart.active .sliding-cart-background,
.sliding-cart.active .sliding-cart-table-container {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.sliding-cart-displayed {
  overflow: hidden;
}

.sliding-cart-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1031;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.35);
  transition: all .35s cubic-bezier(.29, .63, .44, 1);
}

.cart-empty-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
  font-size: 12px;
}

.cart-empty-msg {
}

.sliding-cart-table-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1032;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100vh;
  width: 300px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(300px);
  transition: all .35s cubic-bezier(.29, .63, .44, 1);
}

.sliding-cart-table-wrapper {
  flex: 1;
  overflow: auto;
}

#shopping-bag.sliding-cart-table {
  min-width: 100%;
  width: auto;
}

#shopping-bag.sliding-cart-table tr {
  border-top: 0;
}

#shopping-bag.sliding-cart-table tr td {
  padding-top: 0;
}

#shopping-bag.sliding-cart-table .cart-quantity {
  margin-top: 5px;
  margin-bottom: 5px;
  transform: none;
  justify-content: center;
}

#shopping-bag.sliding-cart-table .cart-quantity-lbl {
  display: flex;
  align-items: center;
  justify-content: center;
}

#shopping-bag.sliding-cart-table .cart-quantity a,
#shopping-bag.sliding-cart-table .cart-quantity .cart-quantity-lbl {
  height: 30px;
}

.sliding-cart-footer {
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.sliding-cart-footer .homepage-products-title {
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: var(--ff-sans-serf);
  font-size: 12px;
}

.sliding-cart-footer .homepage-products {
  grid-template-columns: 50% 50% 50% 50%;
  margin-bottom: 0;
  overflow: auto hidden;
}

.sliding-cart-footer .btn {
  padding: 12px 64px;
  width: 100%;
  text-decoration: none;
}

.sliding-cart-footer-note {
  padding-right: 45px;
  padding-left: 45px;
}

.sliding-cart-footer-note p:nth-child(1){
  margin-top: 20px;
}

.sliding-cart-footer-note p:nth-child(2){
  margin-bottom: 27px;
}

.sliding-cart-footer-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid var(--bd-color);
  border-bottom: 1px solid var(--bd-color);
}

.sliding-cart-footer-total p {
  margin-bottom: 0;
}

#shopping-bag.sliding-cart-table .cart-product {
  padding-bottom: 10px;
  width: 140px;
}

#shopping-bag.sliding-cart-table .cart-product img {
  width: 120px;
}

#shopping-bag.sliding-cart-table tr td.cart-title {
  padding-top: 0;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
}

#related img {
  background: #F7F7F7;
  height: auto;
}

#wishlist {
  font-family: arial, sans-serif;
  color: #757575;
}

/************************************************************
*  BUTTONS
************************************************************/

#sign-in { background-image: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/sign-in.png?14936155073246941204); background-position:  0px 0px; background-repeat: no-repeat; width: 73px; height: 22px; border: 0px; border-radius: 0;}
#create { background-image: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/create.png?14936155073246941204); background-position:  0px 0px; background-repeat: no-repeat; width: 73px; height: 22px; border: 0px;}
#submit-btn { background-image: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/submit.png?14936155073246941204); background-position:  0px 0px; background-repeat: no-repeat; width: 73px; height: 22px; border: 0px;}
#guest-btn { background-image: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/continue-as-guest.png?14936155073246941204); background-position:  0px 0px; background-repeat: no-repeat; width: 142px; height: 22px; border: 0px;}
#add-address { background-image: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/add-address.png?14936155073246941204); background-position:  0px 0px; background-repeat: no-repeat; width: 111px; height: 22px; border: 0px;}
#update-address { background-image: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/update-address.png?14936155073246941204); background-position:  0px 0px; background-repeat: no-repeat; width: 112px; height: 23px; border: 0px;}
#cta a {
  padding: 5px;
  background: #969696;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;
}

.shop-look, #cta a {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 12px;
  background: #777;
  color: #fff !important;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 10px 10px 6px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.shop-look:hover, #cta a:hover {
  background: #e5e5e5;
  text-decoration: none;
  color: #777 !important;
}


#cta a:hover {
  text-decoration: none;
}

#cta img {margin-bottom: 5px; margin-top: 0px;}

#cta p { margin-bottom: 5px; }

#cta .press-seperator {
  height: 1px;
  display: block;
  margin-bottom: 20px;
}

.fb_ltr { height: 30px !important; display: inline-block; vertical-align: middle; }
.fb-like { vertical-align: top; }

a.show-less {display: none;}

/************************************************************
*  Bootstrap overrides
************************************************************/
.navbar-brand {
  padding: 0 15px 0 13px!important
}

.navbar-brand img {
	width: 104px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'garamond-premier-pro-display', georgia, serif;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}

.nav > li {
  position: static;
}

.navbar-toggle {
  float: none;
}

.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  font-family: var(--ff-sans-serf);
  font-size: 13px;
}

.btn-primary,
.btn-primary.disabled {
  background-color: #000;
  border-color: #000;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #222;
  border-color: #222;
}

.btn-primary.disabled {
  opacity: 0.5;
}

.btn-link {
  color: #000;
  text-decoration: underline;
}

.btn-link:hover {
  color: #000;
  text-decoration: none;
}

/************************************************************
*  RESPONSIVE HELPERS
************************************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.anchor {
  display: block;
  position: relative;
  top: -104px;
  visibility: hidden;
}

a.no-underline {text-decoration: none;}

#header input[type=email] { height: 100%; }

#vimeo-player-ie{
  margin-bottom: -7px;
}
#vimeo-player {
    width: 100%;
  }

#product-social {margin-top: 25px;}
#product-social a {
  display: block;
  float: left;
}

#recently-viewed-products { margin-top: 30px; }

/************************************************************
*  Instagram helper
************************************************************/

.ig-feed {
  margin-top: 40px;
  margin-bottom: -80px;
  padding: 42px 10px 50px;
  text-align: center;
  background-color: var(--color-lighter-grey);
}

@media (min-width: 768px) {
  .ig-feed {
    margin-top: 40px;
    margin-bottom: -80px;
    padding-top: 68px;
    padding-bottom: 80px;
  }
}

.ig-feed-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 26px;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .ig-feed-heading {
    padding-bottom: 38px;
    font-size: 40px;
    line-height: 1.1;
  }
}

.ig-feed-follow-link {
  display: inline-flex;
  margin-bottom: 25px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .ig-feed-follow-link {
    margin-bottom: 35px;
  }
}

.ig-feed-follow-link img {
  transform: translateY(1px);
  margin-right: 8px;
}

/************************************************************
*  NAV
************************************************************/

.navbar > .container {
  position: relative;
}

#nav {
  width: 100%;
}

#nav > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  list-style: none;
}
#nav > ul > li {
  display: block;
  padding: 0;
  margin: 0;
}
#nav ul li a {
  text-decoration: none;
}

#nav > ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 30px 0;

  display: none;
  justify-content: center;

  font-size: 9px;
}
#nav > ul > li > ul > li {
  --gap: 36px;

  display: block;
  width: calc(184px + var(--gap));
  padding-right: calc(var(--gap) / 2);
  padding-left: calc(var(--gap) / 2);
  font-size: 15px;
}

#nav > ul > li > ul > li:not(.featured-image) > a {
  display: block;
  margin-bottom: 10px;
}

#nav > ul > li > ul > li > ul {
  width: auto;
}

#nav > ul > li > ul > li > ul > li {
  display: block;
}

.navbar {
  min-height: 100px;
}

@media (max-width: 1199px) {
  /* Navbar fixes */
  .navbar {
    height: initial;
    min-height: 77px;
  }
}

.navbar-nav li a.current {
 font-style: italic;
}

.navbar-nav > li > a {
  padding-top: 23px;
  padding-bottom: 20px;
  line-height: 1;
  border-bottom: 1px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus {
  border-color: #000;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default .navbar-toggle:hover {
  background: none;
}

.shopping-bag {
  padding: 10px;
}

a.shopping-bag {
  position: relative;
  padding: 10px 15px;
}

.shopping-bag-count {
  display: inline-block;
  transform: translateY(3px);
}

.navbar-collapse {
  border: 0px;
  max-height: 215px;
}

@media (max-width: 1199px) {
  .navbar-header {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }
}

.navbar-header__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 1200px) {
  .navbar-header__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.navbar-header__inner .navbar-toggle .icon-bar {
  height: 1px;
  width: 20px;
}

.navbar-header__inner .logo {
  position: static; /* This overwrites the styles in the Nosto app*/
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.navbar-header__inner .navbar-toggle {
  border-width: 0;
}

.navbar-header__inner .search-link img {
  transform: translateY(2px);
}

.mobile-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  height: 100%;
}

.mobile-nav li > * {
  display: flex;
  align-items: center;
  padding: 10px;
}

.mobile-nav a.shopping-bag {
  display: flex;
  text-decoration: none;
  align-items: center;
}

.mobile-nav a.shopping-bag img {
  display: inline-block;
  margin-right: 4px;
}

ul.collections-drop {
  background: #fff;
  position: absolute;
  width: auto;
  z-index: 5;
}

ul.collections-drop li {
  padding: 3px;
  margin-top: 0;
  line-height: 13px;
  width: 120px;
  padding: 3px 15px 0 !important;
}


ul.collections-drop li a {
  font-size: 13px;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #000;
}

/* Images in nav for desktop view */
#drop-one {
  }
  #drop-one img,
  #drop-two img {
    width: 123px;
    height: 123px;
  }
  #drop-one h6,
  #drop-two h6 {
    font-size: 14px;
    font-family: 'garamond-premier-pro-display', georgia, serif;
    text-align: left;
    padding: 0px !important;
    margin-top: 10px;
  }
  #drop-one a,
  #drop-two a {
    color: #000;
    display: block;
    text-align: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    font-weight: bold;
  }
  #drop-one a img.r-arrow,
  #drop-two a img.r-arrow {
    margin-bottom: 3px;
    width: 9px !important;
    height: 9px !important;
    margin-left: 4px;
  }
  #drop-one img,
  #drop-two img {
    max-width: 135px;
    width: auto;
    height: 135px;
  }
  #drop-two {
    position: absolute;
    top: 10px;
    left: 300px;
    display: inline-block;
    width: 135px;
    height: 135px;
    background: #e5e5e5;
  }
  #drop-two a.drop-image {
    text-align: center;
  }


/* HOMEPAGE */

.carousel-inner {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 100%;
}

.carousel-inner li img {
  margin: 0px auto;
}

.new_arrivals {
  margin-top: 30px;
}

.new_arrivals h2 {
  font-family: 'garamond-premier-pro-display', georgia, serif;
  font-size: 18px;
  width: 243px;
  color: #000;
  line-height: .95;
  padding-left: 15px;
}

.new_arrivals .product-details {
  color: #000;
  margin-top: 10px;
  width: 100%;
  max-width: 250px;
}

.new_arrivals .product-details p {
  line-height: 17px;
}

#home-carousel .carousel-indicators {
  left: 60px!important;
  bottom: 15px;
}

#home-carousel .carousel-indicators li, #home-carousel .carousel-indicators li.active{
  height: 10px;
  width: 10px;
  margin: 0 15px 0 0;
}

/* search page */
h1#search-title {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 50px;
	color: #000;
}

.search-container.collections-list li {
	margin-bottom: 55px;
}

/****************
* MEDIA QUERIES *
****************/

/* First breakpoint for media at 993px */
@media (min-width: 993px){
  ul.collections-drop {
    min-height: 200px;
    width: 460px;
  }
}

@media (max-width: 993px) {
  #mobile-login-text {
    display: none;
  }

  .zoom {
    display: none;
  }

  .std-modal {
    left: 30%;
  }
}

/* Large devices (desktops, 960px and up) */
@media (min-width: 960px) {
  .container:not(.container--narrow) {
    width: 100% !important;
    max-width: 1285px;
  }

  #home-new-arrivals.row {
  	margin-top: 17px;
	padding: 0 15px;
  }

  .mobile-footer-container {
  	display: none!important;
  }
}

@media (max-width: 960px) {
  /* Basic adjustments */
  .container {
    padding: 0 15px;
    margin: 0;
    width: 100% !important;
  }

  /* Navigation fixes */
  .nav > li > a {
    padding: 10px 5px;
  }

  .nav.navbar-nav {
    float: right;
    height: auto;
  }

  /* Content fixes */
  .slider {
    margin-bottom: 15px;
  }

  .col-sm-6 .featured-img {
    max-width: 100%;
  }

  /* Homepage specific fixes */
  .new_arrivals h2 {
      width: 96%;
      margin: 10px 0 25px;
      font-size: 14px;
      padding: 0 15px;
      color: #000;
  }

  /* Removes Quicklook on hover */
  .product-li:hover > .prod-li-img > .actions {
    display: none;
  }

  ul.utility-nav {
  	margin-right: 0;
    width: 120px;
  }

  ul.utility-nav li {
    margin-left: 10px;
  }

  div#recently-viewed-products-mobile .col-md-4 {
   	padding: 0;
  }

  div#recently-viewed-products-mobile .col-md-4:first-of-type {
   	padding-right: 2%;
  }

  div#recently-viewed-products-mobile .col-md-4:last-of-type {
   	padding-left: 2%;
  }

  .navbar-collapse {
  	border: 0px;
  	max-height: 100%;
  }

  .navbar.navbar-default.navbar-fixed-top {
    border-bottom: 1px solid #dbdbdb;
    z-index: 4;
  }

  @media (max-width: 1199px) {
    .navbar.navbar-default.navbar-fixed-top .container {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  .footer-container {
  	display: none!important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 1200px) {
  .container.logo {
    display: inline-block!important;
    width: inherit;
    padding: 0 5px;
  }

  .anchor {
    display: block;
    position: relative;
    top: -97px;
    visibility: hidden;
  }

  .navbar-header {
    position: relative;
    z-index: 2;
    transform: translateY(18px);
  }

  .navbar-header.hidden-xs {
    clear: both;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -20px;
  }

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

  #add-to-wishlist-link {
    font-family: arial, sans-serif;
    color: #757575;
    position: relative;
    top: -34px;
    right: -132px;
    text-decoration: none;
    font-size: 12px;
    line-height: 26px;
  }


  #home-new-arrivals.row .col-md-3:nth-of-type(even), #home-new-arrivals.row .col-md-3:nth-of-type(odd) {
  	padding: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }

}

/*@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)*/
@media (max-width: 1199px) {
    #mobile-login-text {
    display: none;
	}

  .mobile-search {
    top: 49px;
    left: 0;
    height: 40px;
    position: absolute;
    background: var(--color-lighter-grey);
    width: 104%;
    margin: 0;
  }

  .nav .collections-drop {
    position: inherit;
  }

  .zoom {
    display: none;
  }

  div#simplemodal-container {
  width: 100% !important;
    left: 0 !important;
    top: 15% !important;
  }

  /* size guide modal */
  .std-modal {
    width: 100%;
    left: 125px;
    top: 100px;
  }

  /* Footer */
  .social-media {
    padding-top: 15px;
  }

  .col-xs-12 {
  	padding: 0;
  }

  #products-list-container {
  	padding: 0 3%;
  }

  #nav {
    float: none;
  }

  #nav > ul > li > ul {
    display: block !important;
    float: none;
    position: static;
  }

  #nav > ul > li > ul > li {
    float: none;
  }

  .featured-image {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }

  .nav.navbar-nav:after {
    clear: both;
    content: "";
    display: block;
  }

  .navbar.navbar-default.navbar-fixed-top {
    min-height: 0;
  }

  .mobile-search {
    top: 49px;
    left: 0;
    height: 40px;
    position: absolute;
    background: var(--color-lighter-grey);
    width: 104%;
    margin: 0;
  }

  .nav .collections-drop {
    position: inherit;
  }

  .zoom {
    display: none;
  }

  div#simplemodal-container {
  width: 100% !important;
    left: 0 !important;
    top: 15% !important;
  }

  /* size guide modal */
  .std-modal {
    width: 100%;
    left: 125px;
    top: 100px;
  }

  /* Footer */
  .social-media {
    padding-top: 15px;
  }

  .col-xs-12 {
  	padding: 0;
  }

  #products-list-container {
  	padding: 0 3%;
  }

  #nav {
    float: none;
  }

  #nav > ul > li > ul {
    display: block !important;
    float: none;
    position: static;
  }

  #nav > ul > li > ul > li {
    float: none;
  }

  .featured-image {
    display: none !important;
  }
}

/* Small devices (phones, 320px and up) */
#add-to-wishlist-link {
  font-family: arial, sans-serif;
  color: #757575;
  position: relative;
  top: -32px;
  right: -132px;
}

@media (min-width: 993px) {
  .container.logo a {
    transform: translateX(-50%);
  }
}

.container.logo img {
  max-height: 100%;
}

.dropdown-mobile {
  width: 100%;
  text-align: left;
  border-radius: 0;
  margin-bottom: 10px;
}

.dropdown-menu-mobile a {
  font-family: 'GaramondProRegular', 'EB Garamond', Garamond, Georgia, serif;
  text-decoration: none;
}

.caret {
  float: right;
  margin-top: 8px;}

.dropdown-menu-mobile {
  width: 100%;
  margin-top: -10px;
  border-radius: 0;
}

#home-carousel {
  margin-bottom: 0;
}

#home-new-arrivals {
  padding: 0 15px;
}

#home-new-arrivals #thin-padding {
  padding: 0;
}

#home-new-arrivals col-md-3 {
  padding: 0;
}

#home-new-arrivals .col-md-3:nth-of-type(odd) {
padding-right: 2%!important;
}

#home-new-arrivals .col-md-3:nth-of-type(even) {
padding-left: 2%!important;
}


table#shopping-bag tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}

table#shopping-bag tfoot {
  border-bottom: 1px solid var(--bd-color);
}

table#shopping-bag tfoot tr td {
  padding-top: 28px;
  padding-bottom: 28px;
}

table#shopping-bag tfoot .btn {
  padding: 0;
}

.cart-product {
  width: 120px;
}

@media (min-width: 993px) {
  .cart-product {
    width: auto;
  }
}

.cart-product img {
  width: 100px;
  background-color: var(--color-lighter-grey);
}

@media (min-width: 993px) {
  .cart-product img {
    width: 150px;
  }
}

@media (min-width: 993px) {
  #shopping-bag tr td.cart-title {
    padding-top: 48px;
    padding-bottom: 40px;
    text-align: center;
  }
}

#shopping-bag tr td.cart-title p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
}

.cart-quantity {
  display: flex;
  transform: translateX(-15px);
}

@media (min-width: 993px) {
  .cart-quantity {
    display: flex;
    justify-content: center;
    margin: 20px auto 15px;
    transform: none;
  }
}

.cart-quantity a {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  height: 38px;
  width: 38px;
  font-size: 18px;
  text-decoration: none;
}

.cart-quantity input[type="text"],
.cart-quantity .cart-quantity-lbl {
  height: 38px;
  width: 72px;
  text-align: center;
  border: 0;
}

.cart-quantity .cart-quantity-lbl {
  display: flex;
  align-items: center;
  justify-content: center;
}

#shopping-bag tr td.cart-price {
  position: relative;
  text-align: right;
}
@media (min-width: 993px) {
  #shopping-bag tr td.cart-price {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}

#shopping-bag tr td .cart-price-inner {
  display: flex;
  position: absolute;
  width: 100%;
  flex-direction: column;
  bottom: 10px;
  top: 10px;
}

@media (min-width: 993px) {
  #shopping-bag tr td .cart-price-inner {
    bottom: 40px;
    top: 48px;
  }
}

#shopping-bag tr td .cart-price-inner p {
  margin-top: auto;
  color: #c00;
  line-height: 1.235;
}

#shopping-bag tr td.cart-total-price {
  text-align: right;
}

#shopping-bag tr td.cart-total-price span {
  margin-right: 110px;
}

@media (max-width: 400px) {
  .img-responsive {
    width: 100%;
  }

  .prod-li-img .img-responsive {
    width: auto;
    max-height: 100%;
  }

  .pd-li-img img {
    max-height: 160px;
    margin: auto;
    width: auto;
  }

  #home-carousel .carousel-indicators {
    bottom: 15px;
    left: 10px!important;
    bottom: 6px;
    margin-left: 0;
    width: auto;
  }

  #home-carousel .carousel-indicators li, #home-carousel .carousel-indicators li.active{
    height: 7px;
    width: 7px;
    margin: 0 5px 0 0;
  }

  #mobile-products-carousel .carousel-indicators {
  	display: block;
  }

  #other-views-mobile img {
    width: auto;
    max-height: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  #other-views-mobile .other-views-container {
    height: 70px;
  }

  #cta a {
    background: #fff;
    color: #000 !important;
    border: 1px solid #777;
  }

  .product-li {
    height: 250px !important;
  }

  .select-option {
    margin-bottom: 15px;
  }

  a.size-guide-click {
    font-family: 'garamond-premier-pro-display', georgia, serif;
    color: #000;
  }

  #add-to-wishlist-link {
    color: #999;
    top: -32px;
    right: -155px;
  }

  #product-social {
    margin-bottom: 20px;
  }

  #related {
    margin-left: 0;
    margin-right: 0;
  }

}

/* Phone devices (480px and below)*/
@media only screen and (max-device-width : 480px) {
  .filter-collection {
    display: none!important;
  }

  .filter-collection .navbar-header a {
    border: 0;
    float: right;
    margin: 0;
    padding: 0 20px 0 0;
    text-decoration: none;
  }

  .lookbook-list .lookbook-item-container {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
  }

  .lookbook-list .lookbook-item-container .shop-the-look, .actions .std-btn {
    color: #fff;
    display: block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }

  .hidden-lrg {
    display: none;
  }
}

@media only screen and (min-device-width : 480px) {
  .lookbook-list .lookbook-item-container {
    padding-bottom: 10px;
  }

  .lookbook-list .lookbook-item-container {
    padding-bottom: 10px;
  }

}

.filter-collection-mobile {
  margin-top: -35px;
  padding-bottom: 20px;
  text-align: right;
}

.filter-collection-mobile a {
  text-decoration: none;
}

.filter-collection-mobile label {
  height: 30px;
  margin-bottom: 0;
  width: 50%;
  font-weight: normal;
  line-height: 30px;
  cursor: pointer;
}

.filter-collection-mobile > ul {
  margin-left: -15px;
  margin-right: -15px;
  list-style-type: none;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}

.filter-collection-mobile li {
  line-height: normal;
}

.filter-collection-mobile li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.filter-collection-mobile input[type="checkbox"] {
  display: none;
}

.filter-collection-mobile input[type="checkbox"]:checked + label {
  background-color: #F7F7F7;
}

.mobile-refine-link {
  font-weight: bold;
}

.mobile-refine-link:after,
.refine:after {
  content: '\25BE';
  margin-left: 7px;
  font-size: 10px;
  display: inline-block;
  transform: rotate(180deg);
}
.mobile-refine-link.collapsed:after,
.refine.collapsed:after {
  content: '\25BE';
  margin-left: 7px;
  font-size: 10px;
  transform: rotate(0);
}

.refine:after,
.refine.collapsed:after {
  margin-left: 0;
}

.refine:after {
  position: relative;
  top: -2px;
}

#mobile-clear-filter {
  padding-right: 15px;
  text-align: right;
}

/* Product image fix - 11/11/2015 - pb */

#products-list-container {
	width: 75%;
	float: left;
	display: block;
	overflow: hidden;
}

.product-li {
	float: left;
	display: block;
	width: 400px;
	min-height: 520px;
	margin: 0 0 25px;
}

.product-li:nth-child(2n+1) {
	margin-right: 25px;
}

.prod-li-img {
	width: 400px;
	height: 520px;
	padding: 0;
	margin: 0;
	display: table-cell;
}

.prod-li-img img {
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}

.cart-quick-look .products .product-img {
	width: 100px;
	padding: 0;
	height: 130px;
}

.hp-li-img {
	height: 299px;
}

.recently-viewed-grid .pd-li-img {
	height: 445px;
	background-color: var(--color-lighter-grey);
	display: table-cell;
	vertical-align: middle;
}

.recently-viewed-grid div.product-details {
	margin-top: 15px;
}

.product-quicklook-row .featured-img {
	width: 226px;
	display: table-cell;
	vertical-align: middle;
}

ul.collections-list li div.product-details {
	text-align: center;
}

@media (min-width : 960px ) {
	.collections-list.search-container {
		display: block;
		width: 825px;
		overflow: hidden;
		margin: 0 auto;
	}
}

@media (max-width : 1023px) {

	ul.collections-list {
	    width: 475px;
	    display: block;
	    margin: 0 auto;
	}

	.product-li {
		width: 225px;
		height: 293px!important;
		min-height: 340px;
	}

	.prod-li-img {
		width: 225px;
		height: 293px!important;
		min-height: 340px;
	}

}
@media (min-width : 1024px) and (max-width : 1200px) and (orientation: landscape)  {

	ul.collections-list {
	    width: 765px;
	    display: block;
	    margin: 0 auto;
      	float: right;
      	padding-right: 10px;
	}

	.product-li {
		width: 365px;
		height: 100%!important;
		min-height: 340px;
	}

	.prod-li-img {
		width: 355px;
		height: 460px!important;
		min-height: 340px;
	}

}


@media (min-width : 1024px) and (max-width : 1200px) and (orientation: portrait)  {

	ul.collections-list {
	    width: 475px;
	    display: block;
	    margin: 0 auto;
	}

	.product-li {
		width: 225px;
		height: 293px!important;
		min-height: 340px;
	}

	.prod-li-img {
		width: 225px;
		height: 293px!important;
		min-height: 340px;
	}

}

@media (max-width : 767px) and (orientation: landscape) {
  #products-list-container {
		width: 100%;
	}
  ul.collections-list li {
		/*display: block;*/
          display: inline-block;
      vertical-align: top;
	}
  li.product-li {
		width: 225px;
		height: auto!important;
		min-height: 300px;
		float: none;
		clear: both;
		margin: 0 auto 20px;
	}
  .prod-li-img {
		width: auto;
		min-height: 225px;
        text-align: center;
    	display: block;
	}
  .product-li:nth-child(2n+1) {
      	margin-top:0px;
      margin-right:3px;
      margin-bottom:14px;
      margin-left:auto;
	}
}

@media (max-width : 767px) and (orientation: portrait) {

	#products-list-container {
		width: 100%;
      	text-align: center;
      	position: relative;
	}

	ul.collections-list {
	    width: 100%;
	    display: block;
	    margin: 0 auto;
	}

	ul.collections-list li {
		/*display: block;*/
          display: inline-block;
      vertical-align: top;
	}

	.product-li:nth-child(2n+1) {
      	margin-top:0px;
      margin-right:3px;
      margin-bottom:14px;
      margin-left:auto;

	}

	li.product-li {
		width: 165px;
		height: auto!important;
		min-height: 250px;
		float: none;
		clear: both;
		margin: 0 auto 20px;
	}

	.prod-li-img {
		width: auto;
		height: 225px!important;
		min-height: 225px;
        text-align: center;
    	display: block;
	}

	.new_arrivals .product-details {
		margin-bottom: 15px;
	}

}

@media (max-width : 400px) {
	.col-xs-6 .hp-li-img {
		height: 230px;
	}
}

/* Navigation */
.navbar-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}

.featured-image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}

.featured-image div {
  line-height: 18px;
}

.featured-image-cta {
  color: #505050;
}

#shop-roll-over > ul > li:nth-child(1){
  width: 82px;
}

#shop-roll-over > ul > li:nth-child(2){
  width: 96px;
}

#shop-roll-over > ul > li:nth-child(3){
  width: 99px;
}

#shop-roll-over > ul > li:nth-child(4){
  width: 112px;
}

#lookbook-roll-over > ul > li:nth-child(1){
  width: 95px;
}
/*increasing width of hamburger menu -CDP 6/23/2020*/
.mobile-navigation {
  display: none !important;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  min-width: 80%;
  max-width: 90%;
  background-color: #fff;
  visibility: hidden;
  transition: visibility 0s ease 0.5s, left 0.5s ease;
  overflow: auto;
  z-index: 9999;
}

.mobile-navigation-overlay {
  display: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s ease 0.5s, opacity 0.5s ease;
}

.mobile-navigation.open {
  visibility: visible;
  left: 0;
  transition: visibility 0s ease, left 0.5s ease;
}

.mobile-navigation-overlay.open {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s ease, opacity 0.5s ease;
}

@media (max-width: 993px) {
  .mobile-navigation {
    display: block !important;
  }

  .mobile-navigation-overlay {
    display: block !important;
  }
}

.mobile-navigation ul {
  list-style-type: none;
}

.mobile-navigation a {
  display: block;
  text-decoration: none;
}

.mobile-navigation__close button {
  background-color: transparent;
}

.mobile-navigation__close,
.mobile-navigation .mobile-navigation__parent {
  border-bottom: 1px solid #D8D8D8;
}

.mobile-navigation__subnav {
  padding-left: 20px;
  padding-bottom: 13px;
}

.mobile-navigation__subnav a {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1;
}

.mobile-navigation__close,
.mobile-navigation__trigger {
  padding: 20px;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.mobile-navigation .active .mobile-navigation__trigger {
  padding-bottom: 8px;
}

.mobile-navigation .active .mobile-navigation__subnav {
  display: block;
}

.mobile-navigation__subnav {
  display: none;
}

.search-bar {
  position: fixed;
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
  z-index: 10;
}

/* @media (max-width: 992px) {
  .search-bar {
    display: none !important;
  }
} */

.search-bar form {
  margin-top: 90px;
  margin-bottom: 90px;
  position: relative;
}

.search-bar form input[type=text] {
  outline: none;
  background: none;
  border: none;
  border-bottom: 2px solid #ccc;
  width: 100%;
  font-size: 34px;
  line-height: 2;
  height: auto;
  padding-right: 80px; /* Button width plus some real padding */
}

.search-bar form #search {
  position: absolute;
  top: 25px;
  right: 0;
  height: 48px; /* Text input font-size * line-height */
  width: 60px;
  background: transparent url(//www.araks.com/cdn/shop/t/60/assets/icon-search-btn.svg?v=141701277565375828091640272784) right center no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.4;
}

/*adding close image-CDP 6/23/2020*/
.search-bar form #search-close {
  cursor: pointer;
  opacity: 0.4;

  background-color: transparent;
}

.noscroll {
  overflow: hidden;
}

.fullscreen-images {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10000;
  overflow: auto;
}

.fullscreen-images .next {
  position: fixed;
  top: 50%;
  margin-top: -40px;
  background: url(//www.araks.com/cdn/shop/t/60/assets/icon-arrow-right.svg;?31285) center center no-repeat;
  height: 80px;
  width: 80px;
  right: 0;

  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 6;
  cursor: pointer;
}

.fullscreen-images .previous {
  position: fixed;
  top: 50%;
  margin-top: -40px;
  background: url(//www.araks.com/cdn/shop/t/60/assets/icon-arrow-left.svg;?31285) center center no-repeat;
  height: 80px;
  width: 80px;
  left: 0;

  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 6;
  cursor: pointer;
}

.fullscreen-images .close {
  position: fixed;
  top: 19px;
  right: 19px;
  background: url('/cdn/shop/files/icon-search-close-btn.svg?v=1592928219') center center no-repeat;
  height: 50px;
  width: 50px;
  color: #fff;
  opacity: 0.5;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 6;
}

.fullscreen-images .outer-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.fullscreen-images .outer-wrapper .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.fullscreen-images .outer-wrapper .inner-wrapper img {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  background-color: var(--color-lighter-grey);
}

.fullscreen-images .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  background: url(//cdn.shopify.com/s/files/1/0877/5012/t/3/assets/squares.gif?14936155073246941204) no-repeat center center;
  background-size: 48px;
  height: 48px;
  width: 48px;
}

/************************************************************
*  Homepage banners
************************************************************/

.banner {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 677px;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  color: #ffffff;
  text-align: center;
}

@media (max-width: 767px) {
  .banner {
    height: 520px;
  }
}

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.banner video,
.banner-v2-img video {
  position: absolute;
  z-index: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-title-sm,
.banner-title,
.banner-btn,
.btn-view-reel {
  position: relative;
  z-index: 1;
}

.banner-title-sm {
  font-family: 'garamond-premier-pro-display', georgia, serif;
  font-size: 26px;
  line-height: 1.1;
}

.banner-title {
  color: #fff;
  font-size: 46px;
  line-height: 0.88;
}

.banner-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 10px;

  color: #fff;
  text-decoration: none;
}

.banner-btn:active,
.banner-btn:focus,
.banner-btn:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
}

.banner-v2 {
  display: grid;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .banner-v2 {
    grid-template-columns: 1fr 1fr;
    padding-right: 0;
    padding-left: 0;
  }
}

.banner-v2-img {
  position: relative;
  height: 400px;
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .banner-v2-img {
    height: 677px;
    margin-bottom: 0;
  }
}

.banner-v2-txt .banner-title,
.banner-v2-txt a.banner-btn {
  color: initial;
  text-align: center;
}

.banner-v2-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}

.banner-v2-txt .banner-title {
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .banner-v2-txt .banner-title {
    font-size: 26px;
  }
}

.banner-v2-txt .banner-btn:hover {
  background: rgba(0,0,0,0.10);
}

#shopify-section-banner-four {
  margin-top: var(--home-grid-gap);
}

#shopify-section-banner-five,
#shopify-section-banner-nine {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #shopify-section-banner-five,
  #shopify-section-banner-nine {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  #shopify-section-banner-nine .banner-v2 > div:nth-child(1) {
    order: 1;
  }
}

@media (min-width: 768px) {
  #shopify-section-banner-nine .banner-v2 > div:nth-child(2) {
    order: 0;
  }
}

/************************************************************
*  Homepage two column cta's
************************************************************/

.banner-col-2 {
  display: grid;
  grid-gap: var(--home-grid-gap);
  padding-left: var(--home-grid-gap);
  padding-right: var(--home-grid-gap);
}

@media (min-width: 768px) {
  .banner-col-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.banner-col-2 div[id^="shopify-section-editorial-"] {
  margin-top: 0;
  margin-bottom: 0;
}

/************************************************************
*  Homepage three column cta's
************************************************************/

.homepage-col-3 {
  display: grid;
  grid-gap: var(--home-grid-gap);
  margin-top: 10px;
  padding-left: var(--home-grid-gap);
  padding-right: var(--home-grid-gap);
}

@media (min-width: 768px) {
  .homepage-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }
}

/************************************************************
*  Homepage products
************************************************************/

.homepage-products-title {
  margin-top: 80px;
  margin-bottom: 40px;

  font-size: 26px;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .homepage-products-title {
    font-size: 28px;
  }
}

.homepage-products {
  display: grid;
  grid-gap: var(--home-grid-gap);
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .homepage-products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 80px;
  }
}

.homepage-products > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 416px) {
  .homepage-products > div:hover > a:nth-child(2) {
    display: block;
  }
}

.homepage-products > div > a:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;

  display: none;
  height: 30px;
  width: 100%;

  line-height: 34px;
  text-decoration: none;

  background: rgba(255,255,255,0.40);
}

.homepage-products > div > a:nth-child(2) img {
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  margin-left: 10px;
  width: 13px;
  height: 13px;
}

/************************************************************
*  Mobile search
************************************************************/

.mobile-navigation .search {
  height: auto;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #F7F7F7;
}

.mobile-navigation .search form {
  position: relative;
}

.mobile-navigation .search input {
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  border-bottom: 1px solid #A6A6A6;
  height: 25px;
  width: 100%;
}

.mobile-navigation .search button {
  background: transparent url(//www.araks.com/cdn/shop/t/60/assets/icon-search.jpg?v=111603181540343972631640272784) right center no-repeat;
  position: absolute;
  top: 4px;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/************************************************************
*  Sold out modal overwrites
************************************************************/

#booster-select-wrapper,
.booster-modal h3,
.booster-modal hr,
.booster-modal div.footer {
  display: none;
}

#booster-modal-container.booster-modal {
  border-radius: 0;
  box-shadow: none;
  padding: 60px 40px 40px 40px;
  font-family: inherit;
}

#booster-modal-container.booster-modal p.body-text {
  margin-top: 15px;
  margin-bottom: 23px;
}

#booster-modal-container.booster-modal .form-group {
  margin-bottom: 10px;
}

#booster-modal-container.booster-modal .form-control {
  border-radius: 0;
  box-shadow: none;
}

#booster-modal-container.booster-modal a.close-modal {
  top: 20px;
  right: 20px;
  height: 25px;
  width: 25px;
  background: url(//www.araks.com/cdn/shop/t/60/assets/icon-close.svg;?31285) center center no-repeat;
  background-size: 25px 25px;
}

#booster-modal-container.booster-modal .btn {
  border-radius: 0;
  background-color: transparent;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #CCC;
}

#booster-trigger {
  cursor: pointer;
}

/************************************************************
*  Mobile products carousel
************************************************************/

#mobile-products-carousel .carousel-indicators {
  top: auto;
  margin-left: 0;
  width: 100%;
  left: 0;
  text-align: left;
  bottom: 0;
  padding-left: 16px;
}

#mobile-products-carousel .carousel-indicators li {
  background-color: #fff;
  border: 0;
}

#mobile-products-carousel .carousel-indicators li.active {
  background-color: #8A8B88;
}
@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}


/************************************************************
*  Stay Abreast Dialog
************************************************************/

.araksModalBody {
  padding: 70px 40px 58px;
}

.araksModalBody .submit-wrapper {
  padding-top: 25px;
  text-align: center;
}

.araksModalBody .btn {
  width: 160px;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: 414px;
    /* height:inherit; */
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

.modal-signup {
  top: auto;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

@media (min-width: 768px) {
  .modal-signup {
    left: auto;
  }
}

.modal.fade.modal-signup .modal-dialog {
  margin: 0;
  width: 100%;
  transform: none;
}

@media (min-width: 768px) {
  .modal.fade.modal-signup .modal-dialog {
    width: 355px;
  }
}

.modal-signup .modal-content {
  text-align: center;
  border-radius: 0;
  border-width: 0;
}

.modal-signup .modal-body {
  padding: 54px 32px 60px;
  background-color: var(--color-light-grey);
}

.modal.modal-signup .close  {
  position: absolute;
  top:16px;
  right:16px;
  width: auto;
  height: auto;
  text-indent: 0;
  background: none;
  opacity: 1;
}

.signupTitle {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: var(--ff-serif);
  line-height: 0.8;
  text-align: center;
}

.signupDesc {
  margin-top: 15px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.signupFootnote {
  margin-top: 34px;
}

.signupFootnote a {
  color: #818181;
  text-decoration: none;
}

.signupFootnote p {
  margin-bottom: 0;
  color: #818181;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

.modal-signup .input-group {
  width: 100%;
}

.modal-signup #email,
.modal-signup #btnSubmit {
  height: 32px;
  background-color: transparent;
}

.modal-signup #email {
  width: 100%;
  border-width: 0;
  border-bottom: 1px solid #000;
}

.modal-signup #btnSubmit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.closeFV {
  position: absolute;
  top: 20px !important;
  right: 20px !important;
  text-indent: -9999px;
  width: 20px !important;
  height: 20px !important;
  background: url(/cdn/shop/t/39/assets/close.png?v=1603891089) !important;
  cursor: pointer;
  background-size: 40px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.outOfStock
{
    /*background: url(/cdn/shop/t/12/assets/X-CLOSE-20px.png?3016477071879788261) !important;*/
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    cursor: default !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

@media (min-width:320px) and (max-width: 700px) {
    .pagerBlockPrevNext{width: 100%; }
  .pagerBlockViewAll{text-align:center;    text-transform: uppercase;    }
}


@media (min-width:701px) {
    .pagerBlockPrevNext{width: 290px; float: right;}
  .pagerBlockViewAll{float:left; padding-left: 0px;     text-transform: uppercase;    }
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (min-width:320px) and (max-width: 700px) {
  .articleStyle
  {
  	padding-left:10px;
    padding-right:10px;
  }
  .shop-the-look
  {
  	display:none !important;
  }
}

@media (min-width:701px) {
  .shop-the-look {
  	display: none !important;
  }
}

#mobileCartMsg
{
  	font-size:14px;font-family: 'garamond-premier-pro-display', georgia, serif;
  	display:none;width:100%;position: absolute; top: 0;opacity: 1;background:black;color:white;  padding-top:10px;  padding-left: 10px;margin-right: 20px;height: 37px;
}
#mobileCartMsg a{
 color: white;

}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*10/7/2020 adding zoom feature for mobile product page*/
 .modal-dialog-full-width {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width:none !important;

    }

    .modal-content-full-width  {
        height: auto !important;
        min-height: 100% !important;
        border-radius: 0 !important;
        background-color: #ececec !important
    }


div.pinch-zoom,
        div.pinch-zoom img {
            width: 100%;
            text-align: center;
            -webkit-user-drag: none;
        }

/************************************************************
*  Mobile search
************************************************************/

div[id^="shopify-section-editorial-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

div[id^="shopify-section-editorial-"]:first-of-type {
  margin-top: 0;
}

/************************************************************
*  Mobile search
************************************************************/

@media screen and (max-width: 767px) {
  #bc-sf-filter-tree-mobile button,
  #bc-sf-filter-top-sorting-mobile label,
  .bc-sf-filter-tree-mobile-button,
  .bc-sf-filter-option-block .bc-sf-filter-block-title h3,
  .bc-sf-filter-option-value,
  .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item > a {
    color: #000 !important;
  }
}

.bc-sf-filter-tree-mobile-button {
  font-size: 15px !important;
}

.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item {
  text-transform: none !important;
}

.bc-sf-filter-selection-wrapper .bc-sf-filter-block-title h3,
.bc-sf-filter-option-block .bc-sf-filter-block-title h3,
.bc-sf-filter-block-title {
  font-size: 15px !important;
  font-family: var(--ff-sans-serf) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .selected-type strong,
.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .selected-type strong > span,
.bc-sf-filter-custom-sorting label > span > span {
  font-weight: 400 !important;
}

.bc-sf-filter-option-block,
.bc-sf-filter-selection-wrapper {
  border-bottom-color: #979797 !important;
}

.bc-sf-filter-block-title>h3>span::after {
  margin-top: 0 !important;
  font-size: 12px;
  opacity: 0.5;
}

#bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown {
  padding: 16px 12px 22px !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  #bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown {
    margin-top: -1px !important;
  }
}

.selectLabel {
  margin-bottom: 10px;
  font-family: var(--ff-sans-serif);
  font-size: 13px;
  line-height: 1.428571429;
}

.btnMobileMargin{
    padding-top: 12px !important;
    padding-right: 64px !important;
    padding-bottom: 12px !important;
    padding-left: 64px !important;
  }
@media screen and (max-width: 500px) {
  

  .btnMobileMargin{
    
    padding-top: 12px !important;
    padding-right: 14px !important;
    padding-bottom: 12px !important;
    padding-left: 14px !important;
  }
  .mobile
    {
      display:block;
    }
  
  .desk
  {
  	display:none;
  }
}
 @media screen and (min-width: 501px) {
  .mobile
    {
      display:none;
    }
   .desk
  {
  	display:block;
  }
}

/************************************************************
*  ACCORDION
************************************************************/
.accordian {
  border-bottom: 1px solid var(--bd-color);
}

.accordion-trigger {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  font-size: 26px;
  text-align: left;
  background-color: transparent;
}

@media (max-width: 1024px) {
  .accordion-trigger {
    padding-bottom: 16px;
    font-size: 20px;
  }
}

.accordian-active + .accordion-content {
  display: block;
}

.accordion-content {
  display: none;
  padding-bottom: 24px;
}

.accordion-content ul li {
  margin-bottom: 30px;
  list-style-type: none;
}

.accordion-content ul li p {
  margin-bottom: 0;
}
