/** Shopify CDN: Minification failed

Line 111:17 Expected ":"
Line 111:23 Expected ":"
Line 209:17 Expected ":"
Line 209:23 Expected ":"
Line 341:17 Expected ":"
Line 341:23 Expected ":"
Line 592:17 Expected ":"
Line 592:23 Expected ":"

**/
@font-face {
font-family: 'NeuzeitSLTBook';
src: url('//mastbooks.com/cdn/shop/t/4/assets/Neuzeit_S_LT_Book.woff2?v=4110775168645921791606745291') format('woff2');
}

@font-face {
font-family: 'NeuzeitSLTBook';
src: url('//mastbooks.com/cdn/shop/t/4/assets/Neuzeit_S_LT_Book_Heavy.woff2?v=135360265186629218221606745291') format('woff2');
font-weight: bold;
}



html,body {
  font-family: 'NeuzeitSLTBook' !important;
  letter-spacing: 0.03em;
  font-size: 12px;
  line-height: 18px;
    height: 100%;
}
 
body {
  display: flex;
  flex-direction: column;
}

body.fixed {
overflow: hidden;
}


#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
      pointer-events: none;
      background: white;
 animation-duration: 200ms;
    animation-timing-function: ease-in-out;
}


@keyframes fade-out {
    from { opacity: 1 }
      to { opacity: 0 }
}

@keyframes fade-in {
    from { opacity: 0 }
      to { opacity: 1 }
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
}




#content {
  flex: 1 0 auto;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

a{
  -webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -ms-transition: border 500ms ease;
  transition: border 500ms ease; 
}

header a:link, header a:visited {
  color: black;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(0,0,0,0);
  -webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -ms-transition: border 500ms ease;
  transition: border 500ms ease; 
  
}

header a:hover, header a:active {
  color: black;
  text-decoration; none;
  border-bottom: 1px solid rgba(0,0,0,1);
}

header {

  padding: 20px;
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  font-family: 'NeuzeitSLTBook';
  height: 60px;
  z-index: 9999;
}



#header-inner {max-width: 1600px; width: 100%;  display: flex;
  justify-content: space-between;
  align-items: center;
margin: 0px auto;
}

header ul#left-menu {
  width: calc(50% - 82px);
}

header ul li {
  display: inline;
}

header ul#left-menu li:first-of-type,
header ul#right-menu li:first-of-type,
header ul#left-menu li:nth-of-type(2) {
padding-right: 20px;
}



header ul#right-menu {
    width: calc(50% - 82px);
  text-align: right;
}
  
header #logo   {
  align-self: center;
}
 

header img {
  /*height: auto;
  width: 120px;*/
  height: 20px;
}

header #logo a:link, 
header #logo a:visited,
header #logo a:hover, 
header #logo a:active {
   padding-bottom: 0px;
  border-bottom: 0;
}

footer {
  background: #EFEFEF;
  padding: 55px 20px 20px 20px;
   flex-shrink: 0;
}

#footer-inner {max-width: 1600px; width: 100%; margin: 0px auto;}

.sell {margin-bottom: 10px;}

#footer-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
    color: #323232;
  margin-bottom: 70px;



}

#footer-top a:link,
#footer-top a:visited {
  color: #323232;
  text-decoration: none;
  padding-bottom: 1px;
    border-bottom: 1px solid rgba(50,50,50,0);

}

#footer-top a:hover,
#footer-top a:active {
  color: #323232;
  text-decoration; none;
    border-bottom: 1px solid rgba(50,50,50,1);

}



#footer-left {
  flex-basis: 50%;
}

#footer-left p {width: 50%;
  text-transform: uppercase;
}
 

#footer-right {
  flex-basis: 50%;
  display: flex;
  justify-content: space-between;
}

#footer-right div{
  flex-basis: 33%;
}

#footer-right #form {
  background: #EFEFEF;
    border: 1px solid #323232;
  padding: 8px;
  display: flex;
  justify-content: space-between;
      -webkit-appearance: none;
   -moz-appearance:  none;
   appearance:         none;
  margin-top: 25px;
  width: 100%;
}



#footer-right input[type="email"]{
  background: #EFEFEF;
    border: 0;
width: 100%;
  margin: 0;
  padding-right: 5px;
  outline: none !important;
  font-size: 9px;
  line-height: 10px;
}

#footer-right input[type="submit"] {
    background: #EFEFEF;
    border: 0;
    -webkit-appearance: none;
   -moz-appearance:  none;
   appearance:         none;
  cursor: pointer;
  margin: 0;
  line-height: 10px;
  padding: 0;
}


*::-webkit-input-placeholder {
  color: #323232;
}
*:-moz-placeholder {
  color: #323232;
    opacity: 1;
}
*::-moz-placeholder {
  color: #323232;
    opacity: 1;
}
*:-ms-input-placeholder {
  color: #323232;
}
*::-ms-input-placeholder {
  color: #323232;
}
*::placeholder {
  color: #323232;
}

input[type="email"]::-webkit-input-placeholder  {
  -webkit-transition: opacity 0.5s; 
}

input[type="email"]:focus::placeholder  {
  opacity: 0;
}

input[type="email"]::placeholder  {
  transition: opacity 0.5s; 
}

input[type="email"]:focus::-webkit-input-placeholder  {
  opacity: 0;
}

#footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #848484;
}

#footer-bottom ul li {
  display: inline;
}

#footer-bottom ul li:first-of-type {
  padding-right: 10px;
}



#footer-bottom a:link,
#footer-bottom a:visited {
  color: #848484;
  text-decoration: none;
  padding-bottom: 1px;
    border-bottom: 1px solid rgba(132,132,132,0);

}

#footer-bottom a:hover,
#footer-bottom a:active {
  color: #848484;
  text-decoration; none;
    border-bottom: 1px solid rgba(132,132,132,1);

}

#home-top-mobile {display: none;}

#home-top-m {display: none;}


main {margin: 60px auto 0 auto; max-width: 1600px;}


#home-top {
  width: calc(100% + 40px);
display: flex;
/*margin-left: -20px;*/
  width: 100%;
}


#home-top a,
#home-top a:link span,
#home-top a:visited span,
#home-top-m a,
#home-top-m a:link span,
#home-top-m a:visited span
{
color: black;
  padding-bottom: 1px;
    border-bottom: 1px solid rgba(132,132,132,0);
  text-decoration: none !important;
}

#home-top a span {  align-self: flex-start;
}


#home-top a:active span:hover,
#home-top a:hover span:hover{
color: black;
    border-bottom: 1px solid rgba(132,132,132,1);
    text-decoration: none !important;
}



#home-top-left {
  width: 50%;
  /*margin-right: 5px;*/
  position: relative;

}

#home-top-left span {
  margin-left: 20px;
}

#home-top-left-image {
  padding-bottom: 100%;
  margin-bottom: 5px;
}

#home-top-left-image:hover,
#home-top-right-image:hover {
/*opacity: 70%;*/
}


#home-top-right {
  width: 50%;
  /*margin-left: 5px;*/
    position: relative;
}


#home-top-right-image {
  padding-bottom: 100%;
    margin-bottom: 5px;

}

#home-top img {
width: 100%;
  height: auto;
  display: block;
    transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}


/*#home-top-left:hover img {
}

#home-top-right:hover img:hover {
opacity: 70%;
}*/

#home-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
    margin-bottom: 50px;
}

#home-bottom-left {
  width: calc(33.33% - 13px);
  position: relative;
  cursor: pointer;
}

#home-bottom-middle {
  width: calc(33.33% - 13px);
  position: relative;
    cursor: pointer;


}


#home-bottom-right {
  width: calc(33.33% - 13px);
    position: relative;
    cursor: pointer;


}

#home-bottom img {
width: 100%;
  height: auto;
  position: relative;
  display: block;
  transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
  margin-bottom: 5px;
}

#home-bottom-left:hover img,
#home-bottom-middle:hover img,
#home-bottom-right:hover img{
  opacity: 70%;
}


#home-bottom a,
#home-bottom a:link span,
#home-bottom a:visited span
{
color: black;
  padding-bottom: 1px;
    border-bottom: 1px solid rgba(132,132,132,0);
  text-decoration: none !important;
}



#home-bottom a:active span:hover,
#home-bottom a:hover span:hover{
color: black;
    border-bottom: 1px solid rgba(132,132,132,1);
    text-decoration: none !important;
}

/*#home-bottom-left::after,
#home-bottom-middle::after,
#home-bottom-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:black;
    opacity: .2;
  z-index: 0;
  pointer-events: none;
}*/

a.blue-button:link,  a.blue-button:visited {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 1px solid white;
  color: white;
   background-color: rgba(6,41,148,0)
  -webkit-transition: background-color 5000ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  transition: background-color 500ms ease; 
  padding: 7px;
  z-index: 1;
  text-decoration: none !important;
}
    a.blue-button:hover,  a.blue-button:active {
       background-color: rgba(6,41,148,1);
    }



h2#new-arrivals {margin: 50px 0 0px 0;}

/*#new-arrivals:before { content: ''; display: block; position: relative; width: 0; height: 75px; margin-top: -75px }*/

#collection-title {text-align: left; margin:0; padding: 20px 0 5px 0; font-size: 12px; text-transform: uppercase;}

.hidden {display: none;}


ul#grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    margin:0 -10px;
  width: calc(100% + 20px);
  
}



#grid li {
width: 25%;
padding:0 10px 50px 10px;
position: relative;
}


#grid li img {
width: 100%;
}

.title {text-transform: uppercase; font-size: 12px; font-weight: bold; padding-top: 5px;}
.vendor {text-transform: uppercase; font-size: 12px; font-weight: bold;}
.price {text-transform: uppercase; font-size: 12px; padding-top: 10px}

a.title:link, a.title:visited {
  color: black;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(0,0,0,0);
  -webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -ms-transition: border 500ms ease;
  transition: border 500ms ease; 
  
}

a.title:hover, a.title:active {
  color: black;
  text-decoration; none;
  border-bottom: 1px solid rgba(0,0,0,1);
}

.sold-out-marker {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(6,41,148,1);
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  z-index: 1;
}


.sold-out-marker span {
top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
  position: absolute;
}

.slick-prev {
  position: absolute;
  z-index: 1;
 left: 0;
  top: 0%;
  bottom: 0;
    content: "" !important;
border: 0;
  background: none;
  cursor: pointer;
  width: 20%;
    background-image: url(//mastbooks.com/cdn/shop/t/4/assets/left.svg?v=182358376366569321041606745290);
  background-repeat: no-repeat;
  background-position: left 7px top calc(50% + 0px); 
    background-size: 12px;
opacity: 0;
    -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease; 
    padding: 0;
  margin:0 ;
}



.slick-next {
  position: absolute;
  z-index: 1;
top: 0%;
  bottom: 0;
right: 0;
  border: 0;
  background: none;
  cursor: pointer;
    width: 20%;
    background-image: url(//mastbooks.com/cdn/shop/t/4/assets/right.svg?v=126442918450149987331606745294);
  background-repeat: no-repeat;
  background-position: right 7px top calc(50% + 0px); 
    background-size: 12px;
    -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease; 
opacity: 0.0001;
  padding: 0;
  margin:0 ;
}


.slickslider:hover .slick-next,
.slickslider:hover .slick-prev
{
  opacity: .4;
  
}


.slickslider:hover .slick-next:hover,
.slickslider:hover .slick-prev:hover {
    opacity: 1;
}

#product {display: flex; justify-content: space-between; margin-bottom: 40px;}

#product-left {width: 66.66%;  align-self: flex-start; }

.my-gallery {width: 100%;display: flex; flex-wrap:wrap; justify-content: space-between;
 }
  

.my-gallery figure {
width: calc(50% - 5px);
padding-bottom: 10px;
 
}

.my-gallery img {
  width: 100%;
  height: auto; 
  display: block;
 
}
#product-right {width: 33.33%; padding: 80px; }
#product-right h1 {text-transform: uppercase; font-weight: bold;}

#product-right h2 {text-transform: uppercase; font-weight: bold;}

#product-price,
#sold-out {margin: 20px 0 35px 0;}

.product-description {}
.product-description p {padding-bottom: 10px;}
.product-description p:last-of-type {padding-bottom: 0;}


#product-add input {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
color: rgba(0,0,0,1);

background-color: rgba(6,41,148,0);
  -webkit-transition: background-color 5000ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  transition: background-color 500ms ease;   
  /*  -webkit-transition: color 5000ms ease;
  -moz-transition: color 500ms ease;
  -ms-transition:color 500ms ease;
  transition: color 500ms ease; */
  border-radius: 0;
  text-transform: uppercase;
    font-family: 'NeuzeitSLTBook' !important;
  letter-spacing: 0.03em;
  font-size: 12px;
  line-height: 18px;
  margin: 20px 0 !important;
  -moz-appearance: none;
-webkit-appearance: none;
}

a#product-add {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
color: rgba(0,0,0,1);
background-color: rgba(6,41,148,0);
  -webkit-transition: background-color 5000ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  transition: background-color 500ms ease;   
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 12px;
  line-height: 18px;
    width: 100%;
  margin: 20px 0;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
}

a#product-add:hover {
  background-color: rgba(6,41,148,1);
  color: white;
}


#product-add input:not([disabled]):hover,
#product-add input:not([disabled]):active,
#product-add input:not([disabled]):focus {
  background-color: rgba(6,41,148,1);
  color: white;
color: rgba(255,255,255,1);
    cursor: pointer;  
}

#similar {text-align: left; margin: 0px 0 10px 0; font-size: 13px;}

#product-add input:disabled {
  opacity: 0.3;

}

.home-link {display: none;}
.not-home-link {display: inline;}

#mobile-images {display: none;}


#mobile-footer-text {display: none;}

#footer-right ul li:last-of-type {
  display: none;
}



#cart {padding-top: 55px; width: 100%; text-transform: uppercase; text-align: left; 
margin-bottom: 55px;}

#cart a {color: black; text-decoration: none; }

#cart #row{
  padding: 20px 0; border-bottom: 1px solid black;
width: 100%; display: flex; justify-content: space-between;
  align-items:center;}

#cart #row.head {padding: 0 0 5px 0; border-bottom: 1px solid black;}



#cart #row #cell:first-of-type
{
width: calc(25% - 5px);
  padding-right: 20px;
}


#cart #row #cell:nth-of-type(2),
#cart #row #cell:nth-of-type(3),
#cart #row #cell:nth-of-type(4)
{
width: calc(25% - 5px);
}





#cart #row #cell:last-of-type
{
width: 20px;
}

#cart #row.notes #cell:first-of-type {
width: calc(50% - 10px);
  padding-right: 20px;
}

#cart #row.notes #cell:nth-of-type(2) {
width: calc(50% + 35px);
padding-top: 15px;}



#cart #cart-head {
  padding-bottom: 5px;
}


#cart input[type=submit] {
  border: 1px solid black;
  padding: 7px;
  background: white;
  border-radius: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
    background-color: rgba(6,41,148,0)
  -webkit-transition: background-color 5000ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  transition: background-color 500ms ease; 
      -webkit-appearance: none;

appearance:none;
}


#cart input[type=submit]:hover {
         background-color: rgba(6,41,148,1);
  color: white;
    cursor: pointer;


}



#cart textarea {
  border: 1px solid black;
  padding: 8px;
  background: white;
  border-radius: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  resize: none;
  height: 70px;
  margin-top: 5px;
  font-family: 'NeuzeitSLTBook';
  font-size: 12px;
}

#sub-total {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}

#cart-submit {
    display: flex;
  justify-content: flex-end;
    padding: 0px 0;

}

#sub-total #cell {
width: calc(25% + 15px);
}

#cart-submit #cell {
width: calc(25% + 15px);
}

input[type="number"] {
width: 20px;
  
  border: 0;
  background: white;
  color: black;
  font-size: 12px;
  font-family: 'NeuzeitSLTBook';


  
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  appearance: none;
 
  
}


.quantity button {
   font-family: 'NeuzeitSLTBook';
  /*font-size: 10px;*/
  line-height: 10px;
 /*border: 1px solid black;*/
  text-align: center;
  background: white;
  /*width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 0 3px;*/
  cursor: pointer;
  font-size: 14px;
  border: 0px;
  width: unset;
  padding: 0;
  height: unset;
  margin: -3px 7px 0 5px;
}


.quantity button:active {
  color: black;
}

.quantity {display: flex;}


#product-right h1,
#product-right h2,
#product-price,
#sold-out{
    font-size: 14px;
  line-height: 20px;
}

#paginate {margin-bottom: 50px; text-align: center;}
#paginate a {color: black; text-decoration: none;}
#paginate span {padding: 0 2px;}
#paginate span.prev {padding-right: 5px;}
#paginate span.next {padding-left: 5px;}
#paginate span.page.current {padding-bottom: 2px; border-bottom: 1px solid black;}


#catalogue-desktop {
width: 100%;
  margin-bottom: 50px;
}



#catalogue-mobile {
  display: none;
  width: 100%;
}

#catalogue-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0px 0;
  text-transform: uppercase;
  padding: 0 20px;
}

#catalogue-bottom a {
 color: black; text-decoration: none; padding: 0 0 1px 0;
 border-bottom: 1px solid white;
}

#catalogue-bottom a:hover {
border-bottom: 1px solid black;
}

.sesami__button {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    color: rgba(0,0,0,1);
    background-color: rgba(6,41,148,0);
    -webkit-transition: background-color 5000ms ease;
    -moz-transition: background-color 500ms ease;
    -ms-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'NeuzeitSLTBook' !important;
    letter-spacing: 0.03em;
    font-size: 12px;
    line-height: 18px;
    margin: 20px 0 0 0;
  margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
  cursor: pointer;
}

.sesami__button:hover {
    background-color: rgba(6,41,148,1);
    color: white;
}

#subscribe-result {
  margin-top: 10px;
  font-size: 9px;
  line-height: 9px;
  height: 9px;
  color: #323232;
}

#page h1 {
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: 12px;
}

#page p {
  margin-bottom: 10px;
    font-size: 12px;
}

#terms {
      min-height: calc((var(--vh, 1vh) * 100) - 60px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        }

#terms-inner {
  width: 33.33%;
padding: 40px 0;
        }



#terms h1 {
  font-weight:bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}



#terms h2 {
  font-weight:normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}


#terms p {
  
  margin-bottom: 20px;
}




.GiftWizard-gift-button {

width: 100%;
    padding: 10px;
    border: 1px solid black;
    color: rgba(0,0,0,1);
    background-color: rgba(6,41,148,0);
    -webkit-transition: background-color 5000ms ease;
    -moz-transition: background-color 500ms ease;
    -ms-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'NeuzeitSLTBook' !important;
    letter-spacing: 0.03em;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 0 0 0 !important;
  margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
  cursor: pointer;
}

.GiftWizard-gift-button:hover {
    background-color: rgba(6,41,148,1);
    color: white;
}

#home-left-text {
  display: block;
  margin-left: auto;
  max-width: 800px;
}

 #home-top span,
#home-top-m span{
text-transform: uppercase;
padding-top: 5px;
display: inline-block;
   
 }
@media all and (min-width: 601px) {
header {
  font-size: 14px;
}

footer {
  font-size: 11px;
}
  

  
  #home-top span, #home-bottom span {
    font-size: 13px;
    
  }


  .title, 
.vendor,
.price {
  font-size: 13px;
  line-height: 19px;

}
  
}

@media all and (max-width: 1600px) {
main {padding: 0 20px;}
}


@media all and (max-width: 1200px) {

#footer-top {
flex-wrap: wrap;
margin-bottom: 20px;
}

#footer-left {
  flex-basis: 100%;
  margin-bottom: 20px;
}

#footer-right {
  flex-basis: 100%;

}
#footer-right div{
  flex-basis: 33%;
}
  
  
#footer-right #form {
max-width: 414px;
}
  

  #product-left {width: 50%; }

#product-right {width: 50%; padding: 80px; }

}

@media all and (max-width: 600px) {
  
main {padding: 0 20px 20px 20px;}

  header ul#left-menu li {display: none}
  

   /* header ul#right-menu li:first-of-type {
display: none;
      
}*/

  footer {
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100) - 60px);
   /* height: -webkit-fill-available;*/
      padding: 0 20px 20px 20px;
      display: flex;
      flex-direction: column;
}
  
  #footer-inner {
    display: flex;
      flex-direction: column;
    flex:1;
    
  }
  
#footer-top {
  margin-bottom: 0;
    display: flex;
    flex-direction: column;
    flex:1;
}

  
#footer-left p {
  width: 100%;
}
 
  #footer-right {
  flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    flex:1;
}
#footer-right div{
  width: 100%;
  flex-basis: unset;;
}
  

#footer-right #form {
max-width: unset;
  margin-top: 0;
}
  
  
  #footer-bottom {
    margin-top: auto;
  }
  
#home-top {
/*flex-wrap: wrap;*/
flex-direction: column;
/*height: 100vh;*/
 /* height: calc((var(--vh, 1vh) * 100) - 60px);*/
 /* height: -webkit-fill-available;*/
}

  #home-top {display: none;}
  
  #home-top-m {display: block}
  
  #home-top-left {
    flex-direction: column;
  }
  
  #home-top-left img {
    width: 100%;
    display: block;
  }
  
  #home-top-right {
    flex-direction: column;
  }

    
  #home-top-right img {
    width: 100%;
    display: block;
  }
  
#home-top-mobile {
  display: block;
}
 
#home-top-mobile a{
 padding-bottom: 0;
  border-bottom: 0;
  text-decoration: none !important;
}
  #home-top-mobile span{
align-self: flex-start;
  }
  
#home-top-mobile a:link span,
#home-top-mobile a:visited span
{
color: black;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(132,132,132,0);
  text-decoration: none !important;
}



#home-top-mobile a:active span:hover,
#home-top-mobile a:hover span:hover{
color: black;
    border-bottom: 1px solid rgba(132,132,132,1);
    text-decoration: none !important;
}

  .home-slide {    
width: 100%;
flex: 1;
display: flex !important; 
/*height: calc((var(--vh, 1vh) * 100) - 60px);*/
 /* height: 100vh;*/
    
padding-bottom: 10px;
  }

  
  
  .home-slide a{
    flex-direction: column;

display: flex;
    width: 100%;
    
  }
  
  
   .home-slide a #home-top-left-image,
     .home-slide a #home-top-right-image {
       flex: unset;
     }


  
  
#home-top-left {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  padding:0;
  display: flex;
}
  
  #home-top-left a{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  #home-top-right span {
  margin-left: 20px;
}
  
    #home-top-left-image {
  padding:0;
 flex: 1;
      height: calc(100vh - 220px);
}



#home-top-right {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 10px;
  padding:0;
  flex: 1;
  display: flex;
}
  
  #home-top-right a{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
    #home-top-right-image {
  padding:0;
flex: 1;
height:calc(100vh - 220px);


}


  
  
  #home-bottom {
flex-wrap: wrap;
}

#home-bottom-left {
  flex-basis: 100%;
}


#home-bottom-middle {
  flex-basis: 100%;
margin: 20px 0;
}

#home-bottom-right {
  flex-basis: 100%;
}

ul#grid {
flex-wrap: wrap;
}

#grid li {
width: 50%;
padding:0 10px 50px 10px;
}
  
  
.sold-out-marker {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 9px;
  line-height: 12px;
 
}
  
   #product {flex-wrap: wrap;}

  #mobile-images {
    display: block;
  width: 100%;
    margin-bottom: 20px;
    /*width: calc(100% + 40px);
    margin-left: -20px;*/
  }
  
 
  

  #mobile-images img {width: 100%;}
  
  #product-left {width: 100%;   -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;}

#product-right {width: 100%; padding: 0px;  -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

    #product-left {display: none;}

/*  .title, 
.vendor,
.price {
  font-size: 14px;
  line-height: 20px;
}*/
  
  
#footer-middle ul li:last-of-type {
display: block;
}

  .ig-link {display: none;}
  
  #footer-left {display: none;}
  
  #mobile-footer-text {display: block;}

  #mobile-footer-text p {text-transform: uppercase;}

  #footer-right .one {
    text-align: center;
    display: flex;
      margin: 0 0 20px 0;
    align-items: flex-end;
    flex: 1;
  }
  
    #footer-right .two{
    text-align: center;
    display: flex;
      margin: 20px 0 0 0 ;
          align-items: flex-start;
      justify-content: center;
      flex: 1;
  }
  
  #footer-right .three {
   display: flex;
    align-items: flex-end;    
    flex-wrap: wrap;
  }
  
  footer form {width: 100%; margin: 20px 0 0 0;}

  
  #cart-submit #cell {
width: 100%;
}
  
   #cart #row.notes {
     flex-wrap: wrap;
   }
  
  #cart #row.notes #cell:first-of-type {
    width: 100%;
    padding: 0;
  }
  
    #cart #row.notes #cell:nth-of-type(2) {
    width: 100%;
    padding: 0;
  }

  #cart textarea {
    width: 100%;
    margin-bottom: 10px;
     -webkit-appearance: none;
   -moz-appearance:  none;
   appearance:         none;
  }
  
  
#cart #row #cell:first-of-type
{
width: calc(42% - 5px);
padding-right: 20px;
}
  
#cart #row #cell:nth-of-type(2)
{
width: calc(18% - 5px);
padding-right: 5px;
}
  

#cart #row #cell:nth-of-type(3)
  {
width: calc(22% - 5px);
padding-right: 5px;
}
  
  

#cart #row #cell:nth-of-type(4)
{
width: calc(18% - 5px);
}

.quantity button {
  font-size: 14px;
  border: 0px;
  width: unset;
  padding: 0;
  height: unset;
  margin: -3px 7px 0 5px;
}
h2#new-arrivals {font-size: 12px;}  
  
  
#zoom-slider {
display: none;
}
  

#catalogue-desktop {
    display: none;


}

#catalogue-mobile {
  display: block;
  margin-bottom: 30px;
}  
  
  #subscribe-result {
margin-bottom: 20px;
}
  
  
#home-top-mobile .slick-next,
#home-top-mobile .slick-prev {
  bottom: 35px;
}
  
}

@media all and (max-width: 400px) {
#cart 
{
font-size: 10px;
}
input[type="number"] {
font-size: 10px;
}  
}


@media all and (max-width: 350px) {
 footer {
   font-size: 10px;
   line-height: 13px;
}

}
  
  
/* DROPDOWN MENU */

#menu {
  background: white;
  
  position: absolute; 
  width: 100%;
   max-height:0em;
    overflow:hidden;
    transition:max-height .5s ease-in-out;
    margin-top: -1px;
  left: 0;


}

#menu:hover {
      max-height:100vh;
}



  ul#cat {
    padding: 20px;
    list-style: none;
    margin: 0 auto;
    text-transform: uppercase;
    max-width: 1640px;
    width: 100%;
  }
  
  ul#cat li {
    display: block;
    padding: 2px; margin: 0;
  }


ul#cat li a {
  color:#393939;
}

ul#cat li a:hover {
  color: black;
}

.menu-hover {cursor: pointer;}

.menu-hover:hover #menu {
      max-height:100vh;
}

#search-bar {
  background: white;
  position: absolute; 
  width: 100%;
   max-height:0em;
    overflow:hidden;
    transition:max-height .5s ease-in-out;
  left: 0;
  margin-top: -1px;
}

.search-hover {cursor: pointer;}



#search-bar form {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
    border: 1px solid #323232;
  padding: 8px;
  display: flex;
  justify-content: space-between;
      -webkit-appearance: none;
   -moz-appearance:  none;
   appearance:         none;
  width: 300px;
}



#search-bar form input[type="text"]{
  background: white;
    border: 0;
width: 100%;
  margin: 0;
  padding-right: 5px;
  outline: none !important;
  font-size: 16px;
  line-height: 16px;
  font-family: 'NeuzeitSLTBook';


}

#search-bar form input[type="submit"] {
    background: white;
    border: 0;
    -webkit-appearance: none;
   -moz-appearance:  none;
   appearance:         none;
  cursor: pointer;
  margin: 0;
  line-height: 10px;
  padding: 0;
}

#mobile-menu {
  position: absolute;
  background: white;
  width: 100%;
  display: none;
  padding-bottom: 40px;
      height: calc(var(--vh, 1vh) * 100);
        left: 0;


}

#hamburger {display: none;}

.hamburger {
  padding: 0;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}


 
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 20px;
  width: 16px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -.5px; }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 1px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }


.search-click {
  height: 40px;
}

#search-bar-mobile {display: none;}

#search-bar-mobile form {

  background: white;
    border: 1px solid #323232;
  padding: 8px;
  display: flex;
  justify-content: space-between;
      -webkit-appearance: none;
   -moz-appearance:  none;
   appearance:         none;
  width: calc(100% - 40px);
}



#search-bar-mobile form input[type="text"]{
  background: white;
    border: 0;
width: 100%;
  margin: 0;
  padding-right: 5px;
  outline: none !important;
  font-size: 16px;
  line-height: 16px;
  font-family: 'NeuzeitSLTBook';


}

#search-bar-mobile form input[type="submit"] {
    background: white;
    border: 0;
    -webkit-appearance: none;
   -moz-appearance:  none;
   appearance:         none;
  cursor: pointer;
  margin: 0;
  line-height: 10px;
  padding: 0;
}

.search-hover img {display: none;}
.cart-button-mobile {display: none;}

header .cart-button-mobile a:hover, header .cart-button-mobile a:active {
  border-bottom: 0;
}

  
  #sell {
    width: calc(100% + 40px);
    margin-left: -20px;
/*  height: calc((var(--vh, 1vh) * 100) - 60px);*/
      display: flex;
        background: #F7F8F9;
   /* align-items: center;*/

    width:100%;
    margin-left: 0;

  }
  
  #sell-left {
    width:50%;
        background: #F7F8F9;


  }
  
    #sell-right {
    background: #F7F8F9;
    width:50%;
     display: flex;
      justify-content: center;
align-items: center;
      flex-direction:column;
      max-width:800px;
      
      
      
}
  
  
  #sell-right #product-right {
    width: 50%;
    width: 100%;
    width: 66%;
    padding: 0;
    padding: 80px 160px;
 padding: 80px


  }
  
 #sell-right .product-description {
margin: 50px 0;


}

#grid a {
  color: black;
  text-decoration: none;
}

#product-price-empty {margin-top: 20px;}




 #slider-m {
  display: none;
}

#about {width: 100%;
}

#about-image-d {width: 100%;}
#about-image-m {display: none;}

#wrapper {margin: 0 auto; max-width: 1600px;}


#about-text {
  width: 33.33%;
  margin: 80px auto;
}

#about-text p {
  margin-bottom: 20px;
}

#about-text p:last-child {
  margin-bottom: 0px;
}

#about-bottom {
display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
 /* padding: 0 10px;*/
    align-items: flex-start;
  margin-left: -10px;
width: calc(100% + 20px);


}

#about-bottom div {
  width: 25%;
  padding: 0 10px;
  

}
#about-bottom img {
  display: block;
  width: 100%;
  height: auto;

}
#about-bottom h4 {
  margin: 10px 0 20px 0;
  text-transform: uppercase;

}

#contact-middle {
display: flex;
  justify-content: space-between;
  margin: 50px 0;
  padding: 0 10px;
    align-items: flex-start;
  margin: 50px 0 50px -20px;
width: calc(100% + 40px);
}

#contact-middle a {
color: black;
  text-decoration: none;
}

#contact-middle div {
  width: 33.33%;
  padding: 0 10px;
 
}

#contact-bottom {
display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 10px;
    align-items: flex-start;
    margin: 0px 0 50px -20px;
width: calc(100% + 40px);


}

#contact-bottom img {
  width: 33.33%;
  padding: 0 10px;
  height: auto;
 
}

.zbackinstock__headings h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left !important;
}

.zheading__text {
    text-align: left !important;


}
  #zooomyalertbtn{
  cursor: pointer;
     -webkit-transition: background-color 5000ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  transition: background-color 500ms ease; 
    text-transform: uppercase;
    
  }

#zooomyalertbtn:hover {
  background-color: rgba(6,41,148,1);
  color: white;
}

#zooomybackinstock #zooomyalertemail {
  text-align: left !important;
  border: 1px solid black;
}

#zooomybackinstock {
  border: 0 !important;
  padding: 0 !important;
  margin: 20px 0 -15px 0 !important;
}

#zooomybackinstock #zooomyalertemail, #zooomybackinstock #zooomyalertbtn {
  padding: 10px !important;
}

#zooomybackinstock form {
  padding: 10px 0 0 0 !important;
}
  

@media all and (min-width: 601px) {


#search-bar:hover {
 max-height:100vh;
  height: 300px;
}

.search-hover:hover  #search-bar {
      max-height:100vh;
  height: 300px;
}
}

@media all and (max-width: 1200px) {




      #sell-right #product-right {
    width: 100%;
      padding: 40px;
     
 
  }

}

@media all and (max-width: 800px) {
header ul#left-menu li:first-of-type,
header ul#right-menu li:first-of-type,
header ul#left-menu li:nth-of-type(2) {
padding-right: 5px;
}
}


@media all and (max-width: 600px) {
.hamburger {display: inline-block;}

  
#mobile-menu ul li {
  padding: 3px 0;
  margin: 0;
}
  
  #mobile-menu ul:last-of-type li {
  display: block;

}

   #mobile-menu ul {
     padding-left: 20px;
   }
  
ul#cat {
  padding: 30px 0 20px 20px;
}
  
ul#cat li a {
  color:#848484;
  color: black;
    
}
  
    #mobile-menu ul:hover,
      #mobile-menu ul:active,
  ul#cat li a:hover,
  ul#cat li a:active {
  color:#848484;
      color: black;
border-bottom: 0;

    text-decoration: none;
    
}
  
  .search-hover span {display: none;}
.cart-button {display: none;}
  
  .search-hover img {display: inline-block; padding-right:5px; cursor: pointer;}
.cart-button-mobile {display: inline-block; position: relative;}
  
  #mobile-count {position: absolute; top: calc(50% + 3.5px); left: 50%; transform: translate(-50% , -50%);
    font-size: 9px; line-height: 9px; text-align: center;
  top: 9px;
transform: translateX(-50%);

  }
  
  .cart-button-mobile img {display: block;}
  
#search-bar {
      max-height:100vh;
  height: 0px;
    transition: height .25s;

}
  
  #search-bar.open-search {
      max-height:100vh;
  height: 100px;

}
  
      #sell {
      flex-wrap: wrap;
      height: unset;
    }
  #sell-left {
    width:100%;
  }
  
    #sell-right {
    width:100%;
      

  }
    
      #sell-right #product-right {
    width: 100%;
      padding: 20px 20px 20px 20px;
     
 
  }

 #slider-d {
  display: none;
}

#slider-m {
  display: block;
}
  
  #about-image-d {display: none;}
#about-image-m {width: 100%; display: block;}

  #about-text {
  width: 100%;
  margin: 40px auto;
    padding: 0 20px;
}
  
  #about-bottom { 
flex-wrap: wrap;
  padding: 0 20px; 
    padding: 0 10px;
}

#about-bottom div {
  width: 100%;
  padding: 0 0 20px 0;
  

}
  
  #terms {
      height: unset;
        display: block;
    min-height: unset;
       
        }

#terms-inner {
  width: 100%;
padding: 20px 0;
        }
  
  #contact-middle {
flex-wrap: wrap;

  }
#contact-middle div {
  width: 100%;
  padding: 0 0 20px 0;
 
}

#contact-bottom {
flex-wrap: wrap;


}

#contact-bottom img {
  width: 100%;
  padding: 0 0 20px 0;
 
}
 
  #contact-bottom img:last-of-type,
  #contact-middle div:last-of-type {
    padding-bottom: 0;
  }
  
  #home-left-text {
    margin-left: unset;
  }
  
  
}


@media all and (max-width: 1600px) {
#wrapper {
  padding: 0 20px;

}
  
}

@media all and (min-width: 1601px) {
#home-top-left span {
  margin:0;
}

}

.ajaxified-cart-feedback {display: none !important;}

