html {

}

body {
  background-color: #FFFFFF;
  text-align: center;
  color: #000000;
  font-family: 'Times', 'Times New Roman';
  font-size: 14px;
  line-height: 18px;
  position: relative;
  overflow-x: hidden;  
}

body[data-popup='bag'],
body[data-popup='nav'] {
  overflow-y: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0; 
  right: 0;
  bottom: 0;
  overflow: scroll;
}


button:active, button:focus,
select:active, select:focus,
input:active, input:focus,
a:active, a:focus {
  outline: none;
}

img.lazy-loading-image {
  opacity: 0;
  transition: all 1s ease-in-out;
}

img.lazy-loading-image.preview {
  opacity: 1 !important;
}

img.lazy-loading-image.loaded {
  opacity: 1;
}

.video-wrap .audio {
  position: absolute;
  z-index: 1;
  left: 10px; 
  bottom: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 5px solid #FFFFFF;
  background-image: url(img/audio-on.png);
  background-color: #FFFFFF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.video-wrap .audio.muted {
  background-image: url(img/audio-off.png);
}

.image-wrap img {
  width: 100%;
  height: auto;
}

input,select,textarea,button {
  font-family: inherit;
}

input[type=button],
input[type=submit],
input[type=text] {
  font-family: inherit;
  -webkit-appearance: none;
}


select:focus,
button:focus,
input:focus {
  outline: none;
}

input[type=password]:focus,
input[type=email]:focus,
input[type=text]:focus {
  background-color: #EEEEEE;
  color: #505050;
}

.field-wrap.with-error input,
.field-wrap.with-error select {
  border: 1px solid red !important;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 120%;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1.entry-title {
  margin-bottom: 30px;
}

button::-moz-focus-inner {
  border: 0;
}

.hide {
  display: none;
}

.screen-reader-text {
  display: none;
}

.socicon {
  font-family: 'socicon' !important;
}

table {
  border-collapse: collapse;
  width: 100%;
  border: 3px solid #000000;
  margin: 20px 0 50px 0;
}

tr {
  vertical-align: top;
}

td, th {
  padding: 10px;
  border: 1px solid #000000;
  vertical-align: top;
} 



#page {
  padding: 0 50px;
  overflow: hidden;
  position: relative;
}


#masthead {
  margin: 0 0 25px 0;
  padding: 40px 0 25px 0;
  background-color: #FFFFFF;
  transition: transform 0.5s ease-in-out;
}

#masthead > .sleeve {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}


#masthead.initialised {
  position: fixed;
  padding-left: 50px;
  padding-right: 50px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

#masthead.fixed {
  transform: translateY(-100%);
}

#masthead .header-branding {
  width: 40%;
  position: relative;
  z-index: 999;
  margin: 0 auto;
}

#masthead .header-links {

  width: 30%; 
  position: relative;
  z-index: 999;
}

#masthead .navbar {

  width: 30%; 
  position: relative;
  z-index: 999;
}

#masthead .navbar .main-navigation {
  position: relative;
}

#masthead .navbar .main-navigation .collection-link {
  position: absolute;
  top: 5px;
  left: 60px;
  text-transform: uppercase;
  white-space: nowrap;
}

#masthead .navbar .main-navigation .collection-link a {
  display: inline-block;
  margin-right: 20px;
}

#header-branding a.home-link {
  width: 185px;
  height: 55px;
  display: block;
  background-image: url(img/main-logo-black.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

#header-branding .site-title {
  display: none;
}

#header-branding .site-description {
  display: none;
}



#navbar {
  order: -1;
  text-align: left;
}

#navbar button {
  background-color: transparent;
  border: 0;
  display: inline-block;
  height: 15px;
  width: 40px;
  position: relative;
  cursor: pointer;
  z-index: 999;
}

#navbar button span {
  position: absolute;
  height: 1px;
  background-color: #000000;
  left: 0;
  width: 40px;
  top: 7px;
}

#navbar button:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  background-color: #000000;
}

#navbar button:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  background-color: #000000;
}

#navbar .navigation-wrap {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 120px 50px 0 0;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
}

body[data-popup=nav] #navbar .navigation-wrap {
  opacity: 1;
  transform: translateX(0);
}

body[data-popup=nav] #navbar .navigation-wrap > * {
  pointer-events: initial;
}

body #navbar .navigation-wrap .share-links {
  min-height: 20px;
}

body #navbar .navigation-wrap .share-links .label {
  cursor: pointer;
}

body #navbar .navigation-wrap .share-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;  
  display: none;
}

body #navbar .navigation-wrap .share-links ul li {
  display: inline-block;
  margin-left: 5px;
}

body #navbar .navigation-wrap .share-links ul li a:hover {
  text-decoration: none;
}


body #navbar .navigation-wrap li {
  opacity: 0;
  transition: all 2s ease-in-out;
}

body[data-popup=nav] #navbar .navigation-wrap li {
  opacity: 1;
  pointer-events: initial;
}



#navbar .navigation-wrap .level-1-navigation-wrap {
  padding-right: 45px;
  flex-shrink: 0;
  width: 245px;
  background-color: #FFFFFF;
  z-index: 1;
  padding-left: 50px;
}

#navbar .navigation-wrap .level-2-navigation-wrap {
  flex-shrink: 0;
  transform: translateX(-100%);
  width: 245px;
  background-color: #FFFFFF;
}

#navbar .navigation-wrap .level-2-navigation-wrap .back {
  display: none;
}

#navbar .navigation-wrap .level-2-navigation-wrap.initialised { 
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
}

#navbar .navigation-wrap ul {
  margin: 0 0 30px 0;
  padding: 0;
}


#navbar .navigation-wrap ul ul {
  display: none;
}

#navbar .navigation-wrap ul li a {
  display: inline-block;
  position: relative;
}



#navbar .navigation-wrap ul li.current-menu-ancestor > a,
#navbar .navigation-wrap ul li.current-menu-item > a {
  color: #AAAAAA;
}

#navbar .navigation-wrap ul li a:before {
  content: '';
  opacity: 0;
  transition: all 1s ease-in-out;
}

#navbar .navigation-wrap ul li.active a:before {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 20px;
  height: 11px;
  right: -25px;
  background-image: url(img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 10px center;
  opacity: 1;
  z-index: -1;
}



#navbar .navigation-wrap ul li a:hover {
  text-decoration: none;
  color: #666666;
}

#navbar .navigation-wrap ul li:last-child {
  margin: 0;
}


#navbar .menu-secondary-navigation-container ul {
  margin-bottom: 0;
}

#navbar .navigation-wrap .menu-primary-navigation-container ul li {
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  margin: 0 0 10px 0;
}

#navbar .navigation-wrap .menu-primary-navigation-container ul li.with-spacer-below {
  margin-bottom: 30px;
}

#navbar .navigation-wrap .level-2-navigation-wrap ul li {
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  margin: 0 0 10px 0;
/*
  opacity: 0;
  transition: all 0.5s ease-in-out;
*/
}

#navbar .navigation-wrap .level-2-navigation-wrap ul li.view-all-link {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 22px;
  margin-top: 3px;
}



#navbar .navigation-wrap .menu-secondary-navigation-container ul li {
  line-height: 18px;
  padding: 0;
  margin: 0 0 5px 0;
}





#header-links .customer-links {
  
} 

#header-links .customer-links ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;  
}



#header-links .customer-links ul li {
  margin: 0 30px 0 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
}

#header-links .customer-links ul li:last-child {
  margin-right: 0;
}

#header-links .customer-links ul li a:hover {
  text-decoration: none;
}

#header-links .customer-links ul li a:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  border-bottom: 1px solid #000000;
}


#header-links .customer-links ul ul {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding-top: 10px;
}

#header-links .customer-links ul li:hover ul {
  display: block;
}

#header-links .customer-links ul ul li {
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 90%;
}


#header-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; 
  z-index: 11;
  background-color: #CCCCCC;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #000000;
  font-size: 0.85em;
  display: none;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  margin-bottom: 20px;
}


#site-footer {
  padding: 120px 30px 90px 30px;
  background-color: #f7f7f7;
}


#main {
  margin: 0 0 50px 0;
  min-height: 50vh;
  text-align: left;
}


#popup-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: rgba(255,255,255,0.8);
}

#popup {
  position: fixed;
  top: 50vh;
  left: 0;
  right: 0;  
  margin: 0 auto;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
  z-index: 102;
  max-width: 960px;
  max-width: 300px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

#popup .popup-header {
  text-align: right;
  padding: 10px 10px 0px 10px;
  position: relative;
  z-index: 99999;
}

#popup .popup-header span.close {
  display: inline-block;
  height: 17px;
  width: 17px;
  background-image: url(img/cross.svg?v=3);
  background-size: contain;
  cursor: pointer;  
  position: relative;  
  z-index: 100;
}

#popup .popup-content-wrap {
  max-height: 90vh;
  padding: 10px;
  overflow-y: auto;
}

#popup .popup-content-wrap .woocommerce-message,
#popup .popup-content-wrap .woocommerce-info,
#popup .popup-content-wrap .woocommerce-error {
  display: block !important;
}


.page-grid-no-results {
  display: none;
  text-align: center;
}

.page-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap; 
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

.page-grid .page-grid-item {
  width: 100%;
}

.page-grid .page-grid-item h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.page-grid .page-grid-item h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.page-grid .page-grid-item-first {
  width: 120px;
  display: none;
}

.page-grid .page-grid-item-main {
  width: calc( 100% - 150px );
}

.page-grid .page-grid-item-last {
  width: 120px;
}


.header-wrap {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.basket-form {
  max-width: 500px;
  margin: 0 auto;
}

.basket-form button {
  background-color: #000000;
  border: 1px solid #000000;
  padding: 10px 15px;
  color: #FFFFFF;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.basket-form input {
  border: 1px solid #000000;
  padding: 10px 15px;
  color: #000000;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.basket-form select {
  border: 1px solid #000000;
  padding: 10px 15px;
  color: #000000;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  box-sizing: border-box;
}


.product-list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}



.product-list-wrap .product-list-item {
  width: calc(25% - (60px / 4));
  width: calc(( 100% / 6 ) - (90px / 5));
  margin-bottom: 50px !important;
  position: relative;
  margin-right: 20px;
}

.product-list-wrap .product-list-item:nth-child(6n+6) {
  margin-right: 0px;
}



.product-list-wrap .product-list-item a:hover {
  text-decoration: none !important;
}

.product-list-wrap .product-list-item .image-wrap span:nth-child(2) {
  display: none;
}

.product-list-wrap .product-list-item:hover .image-wrap[data-image-count='2'] span:nth-child(1) {
  display: none;
}

.product-list-wrap .product-list-item:hover .image-wrap[data-image-count='2'] span:nth-child(2) {
  display: block;
}

.product-list-wrap .product-list-item .image-wrap {
  margin-bottom: 10px;
  position: relative;
}

.product-list-wrap .product-list-item img {
  display: block;
}

.product-list-wrap .product-list-item .highlight {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #afffaf;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #000000;
  text-align: center;
  line-height: 55px;
  font-size: 11px;
}



.product-list-wrap .product-list-item .title-wrap {
  position: relative;
  margin-bottom: 15px;
}

.product-list-wrap .product-list-item a:hover .title-wrap h3 {
  x-text-decoration: underline;
}

.product-list-wrap .product-list-item .action-wrap {
  text-decoration: underline;
  cursor: pointer;
}



.product-list-wrap-basket .product-list-item {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  border-bottom: 15px;
}



.product-list-wrap-basket .product-list-item .image-wrap {
  width: 40%;
}

.product-list-wrap-basket .product-list-item .content-wrap {
  width: 60%;
  padding-right: 30px;
  box-sizing: border-box;
}

.product-list-wrap-basket .product-list-item h3 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 30px;
}

.product-list-wrap-basket .product-list-item h3 a:hover {
  text-decoration: underline;
}

.product-list-wrap-basket .product-list-item .remove {
  text-transform: uppercase;
  margin-top: 30px;
} 


.keyword-filter {
  border: 1px; solid #000000;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #EEEEEE;
  margin-bottom: 15px;
  margin-left: -10px;
  width: calc( 100% + 20px );
  box-sizing: border-box;
}

.story-wrap {
  margin-bottom: 15px;
}

.story-wrap .label {
  text-transform: uppercase;
  margin-bottom: 5px;
  cursor: pointer;
}

.story-wrap ul li {
  list-style-type: none;
  position: relative;
  line-height: 1.2em;
  margin-bottom: 2px;
  cursor: pointer;
}

.order-by-wrap {
  margin-bottom: 45px;
}

.filter-wrap {
  margin-bottom: 15px;
}

.order-by-wrap .label,
.filter-wrap .label {
  text-transform: uppercase;
  margin-bottom: 5px;
  cursor: pointer;
}

.order-by-wrap .label span,
.filter-wrap .label span {
  position: relative;  
}

.order-by-wrap .label span:after,
.filter-wrap .label span:after {
  content: '+';
}

.order-by-wrap .label.active span:after,
.filter-wrap .label.active span:after {
  content: '-';
}

.filter-wrap ul {
  display: none;
}

.order-by-wrap ul li,
.filter-wrap ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  line-height: 1.2em;
  margin-bottom: 2px;
  cursor: pointer;
}

.order-by-wrap ul li:before,
.filter-wrap ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  display: block;  
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
}

.order-by-wrap ul li.active:before,
.filter-wrap ul li.active:before {
  background-color: #000000;
}






.product-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap; 
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  x-max-width: 1180px;
  margin: 0 auto;
}

.product-content .featured-graphic-wrap {
  width: calc(50% - 30px);
  margin-bottom: 30px;
} 

.product-content .featured-graphic-wrap .image-wrap {

}

.product-content .featured-graphic-wrap .video-wrap {

}

.product-content .featured-graphic-wrap .video-wrap video {
  width: 100%;
  height: auto;
}

.product-content .info-wrap {
  width: calc(50% - 30px);
  margin-bottom: 30px;
  padding-top: 100px;
  text-align: center;
  position: relative;
} 

.product-content .info-wrap .sleeve {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.product-content .info-wrap h1 {
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 5px;
}

.product-content .info-wrap .button-wrap {
  position: absolute;
  top: 0px;
  right: -20px;
}

.product-content .info-wrap .drop-button {
  background-color: #000000;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  line-height: 55px;
  margin-bottom: 10px;
  font-size: 11px;
}

.product-content .info-wrap .highlight-button {
  background-color: #afffaf;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #000000;
  text-align: center;
  line-height: 55px;
  margin-bottom: 10px;
  font-size: 11px;
}



.product-content .info-wrap .sku {
  margin-bottom: 5px;
}

.product-content .info-wrap .gender {
  margin-bottom: 75px;
}

.product-content .info-wrap .price-wrap {
  margin-bottom: 15px;
}

.product-content .info-wrap .price-wrap .label {
  display: inline-block;
  margin-right: 10px;
}

.product-content .info-wrap .price-wrap .price-item {
  display: inline-block;

}

.product-content .info-wrap .price-wrap .price-item:after {
  content: ' / ';
}

.product-content .info-wrap .price-wrap .price-item:last-child:after {
  content: none;
}

.product-content .info-wrap .meta-wrap {
  margin-bottom: 15px;
}

.product-content .info-wrap .action-wrap {
  display: flex;
}

.product-content .info-wrap .action-wrap select {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 10px 15px;
  color: #000000;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-right: 15px;
}

.product-content .info-wrap .action-wrap button {
  background-color: #000000;
  border: 1px solid #000000;
  padding: 10px 15px;
  color: #FFFFFF;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.product-content .info-wrap .action-wrap button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.product-content .info-wrap .action-wrap button:hover {
  color: #FFFFFF;
  background-color: #000000;
}


.product-content .info-wrap .back-button {
  position: absolute;
  right: 0;
  top: 0;
}

.product-content .info-wrap .back-button a {
  padding-left: 12px;
  cursor: pointer;
  display: block;
}

.product-content .info-wrap .back-button a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  width: 10px;
  height: 10px;  
  transform: rotate(180deg);
  background-image: url(img/arrow-right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}




.product-content .info-wrap .colour-variations {
  margin-top: 25px;
  margin-bottom: 50px;
}

.product-content .info-wrap .colour-variations .colourway-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}

.product-content .info-wrap .colour-variations .colourway-wrap .colourway-item {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  -webkit-flex-flow: column;
  margin: 18px 15px 10px 0;
  border: 3px solid #F1F1F1;
  background-size: contain;
  background-position: center center;
}

.product-content .info-wrap .colour-variations .colourway-wrap .colourway-item.selected {
  border: 3px solid #000000;
}

.product-content .info-wrap .colour-variations .colourway-wrap .colourway-item .colour-bar {
  flex-grow: 1;
}


.product-content .gallery-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap; 
  -webkit-justify-content: space-between;
  justify-content: space-between; 
} 

.product-content .gallery-wrap .gallery-item {
  width: calc(50% - 30px);
  margin-bottom: 30px;
} 





.download-basket-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #F8F7F5;
  text-align: center;
}

.download-basket-wrap button {
  background-color: #F8F7F5;
  border: 1px solid #000000;
  padding: 10px 30px;
  color: #000000;
  cursor: pointer;
  border-radius: 19px;
  text-transform: uppercase;
}

.download-basket-wrap  button:hover {
  color: #FFFFFF;
  background-color: #000000;
}


.lookbook-video {
  text-align: center;
  width: 100%;
}

.lookbook-video video {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.lookbook-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

.lookbook-wrap .lookbook-item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.lookbook-wrap .lookbook-item .image-wrap {
  background-size: cover;
  background-position: center center;
}

body.look_book-template-default .page-grid .page-grid-item-main {
  width: 100%;
}

.size-guide-wrap{
  max-width: 900px;
  margin: 0 auto;
}

.logged-out-info {
  position: relative;
  overflow: hidden;
  width: 50%;
  top: 50vh;
  transform: translateY(-50%);
}

.login-form {
  position: relative;
  overflow: hidden;
  width: 50%;
  top: 50vh;
  transform: translateY(-50%);
}

.login-form h2 {
  margin-bottom: 10px;
}

.login-form h2.error {
  color: red;
}

.login-form .field-wrap {
  margin-bottom: 10px;
}

.login-form .field-wrap .input-wrap {

}

.login-form .field-wrap .input-wrap input {
  padding: 15px 15px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #000000;
}

.login-form .field-wrap button {
  text-transform: uppercase;
  padding: 15px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  vertical-align: middle;
  font-size: 14px !important;
  line-height: 18px !important;
  width: 100%;
  box-sizing: border-box;
}

.bag-content {
  position: absolute;
  z-index: 99999;
  right: -10px;
  top: -10px;
  min-width: 220px;
  background-color: #FFFFFF;
  text-align: right;
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
  min-height: 60px;
  border: 1px solid #000000;
  text-align: left;
  padding: 15px 30px 15px 15px;
  transform: translateX( calc(100% + 50px) );
  transition: all 0.5s ease-in-out;
}

.bag-content.in {
  transform: translateX(0);
}

.bag-content .close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 12px;
  width: 12px;
  background-image: url(img/cross.svg);
  background-size: contain;
  cursor: pointer;   
  z-index: 100;
}



.bag-content .title-wrap {
  font-weight: bold;
  margin-bottom: 10px;
}

.bag-content .variation-wrap {
  margin-bottom: 15px;
}

.bag-content .variation-wrap.loading {
  background-image: url(img/loading.svg);
  background-color: #FFFFFF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 50px;
}

.bag-content .variation-wrap p {
  margin-bottom: 10px;
}

.bag-content .link-wrap a {
  padding: 8px 15px;
  width: 100%;
  box-sizing: border-box;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  background-color: #000000;
  display: block;
}

.bag-content .link-wrap a:hover {
  text-decoration: none;
}

.thank-you {
  border: 1px solid #000000;
  max-width: 500px;
  margin: auto;
  padding: 30px;
  text-align: center;
}

.thank-you h1 {
  height: 75px;
  background-image: url(img/thank-you.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.thank-you h1 span {
  display: block;
  text-indent: -99999px;
}

.thank-you p {
  margin-bottom: 15px;
  line-height: 130%;
}

.thank-you p a {
  text-decoration: underline;
}

.return-link-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.return-link-wrapper a {
    padding-left: 15px;
    display: block;
    background-image: url(//cdn.shopify.com/s/files/1/0208/0184/7345/t/4/assets/arrow-left.svg?v=1146195…);
    background-size: auto 12px;
    background-position: left 3px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}


@media screen and ( min-width: 601px ) {



  body.page-id-9 .site-footer {
    display: none;
  }

  body.page-id-9 #page {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap; 
    -webkit-justify-content: space-between;
    justify-content: space-between; 
  }

  body.page-id-9 #masthead { 
    width: 50%;
    box-sizing: border-box;
  }

  body.page-id-9 #masthead .navbar {
    position: absolute;
  }

  body.page-id-9 #masthead .header-links {
    display: none;
  }

  body.page-id-9 #masthead .header-branding {
    position: fixed;
    left: 0;
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
  }


  body.page-id-9 #header-branding a.home-link {
    background-image: url(img/logo-home.svg);
    height: 100px;
    width: 300px;
  }
 

  body.page-id-9 #main[style] { 
    width: 50%;
    margin: 0 !important;
    height: 100vh;
  }

  body.page-id-9 #main[style] .home-graphic {
    height: calc(100vh - 200px);
    position: relative;
    overflow: hidden;
    top: 100px;
  }

  body.page-id-9 #main[style] .home-graphic a {
    height: 100%;
    position: relative;
    display: block;
  }

  body.page-id-9 #main[style] .home-graphic video {
    height: 100%;
  }

  body.page-id-9 #main h1 {
    display: none;
  }


/*

  body.page-id-9 {
    x-overflow: hidden !Important;
  }

  body.page-id-9 #masthead {
    left: 0;
    right: initial;
    bottom: 0;
    width: 50%;
    box-sizing: border-box;
  }



  body.page-id-9 #masthead .header-branding {
    width: 100%;
  }

  body.page-id-9 #masthead .header-links {
    display: none;
  }

  body.page-id-9 #header-branding a.home-link {
    background-image: url(img/logo-home.svg);
    height: 100px;
    width: 300px;
    top: 50%;
    transform: translateY(-50%);
  }

  body.page-id-9 .site-footer {
    display: none;
  }

  body.page-id-9 #main[style] {
    margin: 0 !Important;
  }

  body.page-id-9 #main .home-graphic {
    position: fixed;
    right: 50px;
    top: 100px;
    width: calc(50% - 50px);
    z-index: -1;
    overflow: hidden;
    padding-bottom: calc(50% - 50px);
  }

  body.page-id-9 #main .home-graphic video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  body.page-id-9 #main[style] a {
    display: none;

  }

  body.page-id-9 #main[style] a:hover {
    text-decoration: none;
  }

  body.page-id-9 #main[style] h1 {
    color: #FFFFFF;
    text-align: center;
    top: 50vh;
    transform: translateY(-50%);
    font-size: 5em; 
    line-height: 1em;
    position: relative;
  }


*/

}

@media screen and ( max-width: 600px ) {

  #masthead .header-links {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-cart" viewBox="0 0 37 40"><path d="M36.5 34.8L33.3 8h-5.9C26.7 3.9 23 .8 18.5.8S10.3 3.9 9.6 8H3.7L.5 34.8c-.2 1.5.4 2.4.9 3 .5.5 1.4 1.2 3.1 1.2h28c1.3 0 2.4-.4 3.1-1.3.7-.7 1-1.8.9-2.9zm-18-30c2.2 0 4.1 1.4 4.7 3.2h-9.5c.7-1.9 2.6-3.2 4.8-3.2zM4.5 35l2.8-23h2.2v3c0 1.1.9 2 2 2s2-.9 2-2v-3h10v3c0 1.1.9 2 2 2s2-.9 2-2v-3h2.2l2.8 23h-28z"></path></svg>');
  }
 
  #masthead .bag-content {
    position: fixed;
    left: 30px;
    right: 30px;
    top: calc(50vh - 200px);

    bottom: initial;
    
  }

  #page {
    padding-left: 15px;
    padding-right: 15px;
  }

  #masthead.initialised {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }

  #masthead .navbar {
    position: absolute;
  }

  #masthead .navbar .main-navigation .collection-link {  
    display: none;
  }  

  #masthead .header-branding {
    width: 100%;
  }



  .page-grid .page-grid-item {
    width: 100%;
  }

  .page-grid .page-grid-item-first {
    text-align: center;
  }

  .product-list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap; 
    -webkit-justify-content: space-between;
    justify-content: space-between; 
  }

  .product-list-wrap .product-list-item {
    width: calc(50% - 15px);
    margin-right: 0;
  }

  .product-list-wrap.product-list-wrap-collection .product-list-item {
    width: 100%;
    margin-right: 0;
  }

  body.page-id-9 #masthead.initialised {
    position: static !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  body.page-id-9 #main[style] {
    position: relative;
    margin: 0 !Important;
    height: 50vh;
    overflow: hidden;
/*
    background-image: url(img/ARIES_VIRTUAL_SHOWROOM_01.jpg);
    background-size: cover;
    background-position: center center;
*/
    margin-bottom: 15px !important;
  }

  body.page-id-9 #main .home-graphic { 
    position: absolute;
    inset: 0;
  }

  body.page-id-9 #main[style] a {
    display: absolute;
    width: 100%;
    height: 100vh;
  }

  body.page-id-9 #main[style] a:hover {
    text-decoration: none;
  }

  body.page-id-9 #main[style] h1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 5em; 
    line-height: 1em;
    position: relative;
    top: 25vh;
    transform: translateY(-50%);
  }

  .product-content .featured-graphic-wrap {
    width: 100%;
  }

  .product-content .info-wrap {
    width: 100%;
    padding-top: 0;
  }

  .product-content .info-wrap .back-button {
    display: none !Important;
  }

  .login-form {
    position: relative;
    overflow: hidden;
    width: auto;
    top: auto;
    transform: none;
  }


}