/* 20230707155114 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #6e6f70;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #6e6f70;
  box-shadow: 0 0 2px #6e6f70;
}

.gui-select.gui-focus .gui-handle {
  border-color: #6e6f70;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #3384a1;
}

/* custom */
.wsa-demobar {
    font-size: 1.5em !important;
    color: #bebebe !important;
    padding-top: 300px;
    height: 100% !important;
    background: #414141!important;
    z-index: 99999;
}
.wsa-demobar a {
    display: none;
}
.wsa-demobar .close {
    display: none !important;
}

@font-face {
  font-family: 'hand';
  src: url(https://cdn.webshopapp.com/shops/33884/files/321926909/justanotherhand-regular.ttf);
}

.sidebar {
  display: none;
}

.spec-title {
  padding-right: 15px;
  color: #9b052c;
}

.sort-top {
  border: 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
  padding-top: 11px;
  font-family: "Hel-con", Helvetica, sans-serif;
  letter-spacing: 1px;
  background-color: #eeeeee;
}

@media (max-width: 767px){
  .sort-top {
    width: 100%; 
    padding-bottom: 30px;
    padding-top: 15px;
    display:none;
	}
}

.slider-pagination a {
  background-color: #ccc;
  border-color: #ccc;
}

.slider-pagination a.active, .background-highlight-color {
  background-color: #18314e;
  border-color: #18314e;
}

.gui-faq, .gui-login, .gui-password, .gui-register, .gui-review, .gui-sitemap {
  padding: 0 60px;
}

.gui {
    color: #666666;
  	padding: 0 30px;
}

@media (max-width: 767px){
  .gui {
    color: #666666;
  	padding: 0px;
	}
}

.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {
    border-color: #183051;
    color: #ffffff;
    background-color: #183051;
    font-weight: bold;
    padding: 4px 15px 2px;
}



.categories .category span.title {
    box-shadow: none;
    padding: 0px;
    background-color: #ffffff;
    color: #9c232d;
    font-size: 24px;
    padding: 30px 60px;
    letter-spacing: 1px;
  	font-family:"Hel-bold-con", Helvetica, sans-serif;
}

.gui-block, .gui-block-title, .gui-buttons.gui-border, .gui-block-inner, .gui-image {
    border-color: #eaeaea;
}

.product-info .product-price {
    padding: 0 0 15px 0;
    border-top: 0px solid #f0f0f0;
}

.product-info .row {
    clear: both;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.product-label.label-sale {
  background-color: #ff3434;
}

.slider-prev, .slider-next {
  background-color: transparent;
}

.breadcrumbs a {
  color: #999999;
}

.header {
  padding: 20px;
}

nav.desktop .subnav .subitem .subitemLink:hover {
  color: #000;
  font-weight: normal;
  text-decoration: none;
  background-color: #eeeeee;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-family:"Hel-con", Helvetica, sans-serif;
}

nav.desktop .item.hover .itemLink {
  text-decoration: none;
}

nav.desktop .item.active .itemLink {
  color: #000;
}

nav.desktop .subnav .subitem {
  background-color: #eeeeee;
}

body > div.wrapper > div > div.products.row > div.col-md-2.sidebar.hidden-xs.hidden-sm > ul > li:nth-child(5) {display:none;}
body > div.wrapper > div > div.products.row > div.col-md-2.sidebar.hidden-xs.hidden-sm > ul > li:nth-child(6) {display:none;}

.infobar {
    border-bottom: 0px solid #ddd;
    padding: 8px 0 5px 0;
    background-color: #18314f;
  	color: #f7f7f7;
		font-family:"Ontour-bold-con", Helvetica, sans-serif;
  	font-size: 12px;
  	letter-spacing: 1px;
  	display:none;
}

.infobar ul li {
    display: inline-block;
    list-style-type: none;
    padding-left: 4%;
  	padding-right: 4%;
}

@media (max-width: 810px){
  .infobar {
    display: none;
	}
}

.usps {
    margin-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.gui-checkout .gui-progressbar ul li.gui-done a {
  color: #ABB3B3;
}



.product-page {
  padding-left: 0px;
  margin-bottom: 0px;
  color: #000;
}

.product-title {
  padding-top: 0px;
}

select {
		background: url(//cdn.shopify.com/s/files/1/0714/1079/t/23/assets/select.png?917184720025534566) no-repeat right,#fff;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    padding: 10px;
    padding-top: 14px;
    border-radius: 0;
    border-color: #eee;
    color: #333;
    font-size: 15px;
    font-family: "Hel-con", Helvetica, sans-serif;
    letter-spacing: 1px;
    background-color: #eee;
}

.cart2 {
  padding-top: 14px;
  float: right;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px){
  .cart2 {
		float: left;
    padding: 0px;
	}
}

.change {
  display: none;
}

.usps {
  font-weight: normal;
}

@media (max-width: 767px)
.categories .category {
    padding: 0;
}

.product-configure-variants .label {
  display:none;
}

.salenav {
  color: red;
}

.outofstock {
    background-color: #9c232d;
    margin: 0;
    padding: 22px;
    color: #fff;
    font-family: "Hel-bold-con";
    text-transform: uppercase;
}

.product-info .product-price .old-price {
  color: #b32824;
}

.products .product .info .old-price {
  color: #b32824;
}

.gui a.gui-button-small {
  padding: 5px 15px 1px;
}

@media (max-width:1279px) and (min-width:767px) {
    #formSearch {
        display:none;
    }
}

.product-page {
    padding-left: 0px;
    margin-bottom: 0px;
}

.subnav-hor {
    padding-left: 10px;
    list-style-type: none;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #eeeeee;
    margin: -1px 30px 0;
}

.subitem-hor {
  float: left;
  padding: 8px 10px; 
}

.subitemLink-hor {
  display: block;
  color: #666666!important;
  font-family: "Hel-con", Helvetica, sans-serif;
  letter-spacing: 1px;
}

.subitemLink-hor:hover {
  color: #000000!important;
  text-decoration: none;
}

@media (max-width: 767px){
.subnav-hor {
  padding: 10px;
  margin: 0px 15px 0;
	}
}

.page-title {
  padding-bottom: 30px;
}

.p2 {
  background-color: #fafafa;
  display: none;
}

@media (max-width: 767px){
.p2 {
    padding-bottom: 20px;
  	font-size: 10px;
    margin-left: 0px;
  	background-color:#18314e;
  	color: #fff!important;
	}
}

@media (max-width: 767px){
.p2 h1 {
  	color: #fff!important;
	}
}

.social {
  background-color:#f2f2f2;
}

h5 {    
  font-family: "Hel-bold-con", Helvetica, sans-serif;
	letter-spacing: 1px;
  font-size: 16px;
}

.my-account a {
  color: #666666;
}

.product-info {
  margin-left: 40px;
}

.size-choice {
  padding:0;
}

.price-wrap {
  padding-left: 0;
}

.gui a {
  color: #666;
}

.gui-nowrap {
    font-weight: 400;
  	font-family: "Hel-bold-con", Helvetica, sans-serif;
}

.gui-table a.gui-bold {
  font-weight: 400;
  font-family: "Hel-bold-con", Helvetica, sans-serif;
}

.gui-div-cart-shipping {
  margin-bottom: 30px;
}

.gui-table thead tr th {
    border-color: #eee;
    background-color: #eee;
}

.gui a.gui-button-facebook, .gui-login .gui-content-title, .gui-block-title span, .gui-block-subtitle, .gui-content-subtitle, .gui-block-linklist li.gui-active a, .gui-form .gui-radio span, .gui-popover-title, .gui-popover-title a, .gui-progressbar ul li.gui-active a, .gui-progressbar ul li.gui-done a, .gui-blog-commentlist header cite, .gui-banner, .gui a.gui-bold, .gui-page-title, .gui h1, .gui h2, .gui h3, .gui h4, .gui h5, .gui h6, .gui-table thead tr th, .gui strong {
    font-weight: 400;
    font-family: "Hel-bold-Con", Helvetica, sans-serif;
}

@media (max-width: 767px){
  .headline {
      margin-top: 0px;
      padding: 0 15px;
  }
  .categories .category {
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}
  .products .product {
    margin-bottom: 15px;
    padding: 0 8px;
}
  .product-wrap {
    padding: 15px;
}
  .row-thumbs {
    padding: 15px 8px;
}
  .col-xs-3 {
    padding: 0 8px;
}
  .product-info {
    margin-left: 15px;
}
  .product-info .product-price .cart {
    padding: 0;
}
  .topnav, .topnav a {
    color: #444;
}
}

/*Chris*/

/*HEADER*/

.cart-active .cart-sidebar-container {
    z-index: 99999;
}

.mega-menu-header .nav-style.main-nav li>ul li>ul {
	max-width: 280px;
}

.nav-style.main-nav li>ul li {
	padding: 20px;
}

.collections-mobile-title {
	display: none;
}

.menu-visible .burger span:after {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
 		opacity: 1;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
}

.menu-visible .burger span:before {
  opacity: 0;
  transform: translateY(-5) rotate(0);
}

.nc-icon-mini.ui-2_menu-34:before {
    content: "\ea97";
    font-size: 20px;
    font-weight: 600;
  	opacity: 1;
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
}

.nc-icon-mini.ui-2_menu-34:after {
    content: "\ea5c";
    font-size: 20px;
    font-weight: 600;
  	opacity: 0;
	}

.nav-style.main-nav li>ul a {
    font-size: 15px;
}

.nav-style li.active>a {
	border: none;
}

.mega-menu-header .nav-style.main-nav>ul>li>ul:after {
	background: none;
}

.selling-points {
    border-bottom: none;
    margin: 0 -40px;
    background-color: #f3f3f3;
    position: relative;
}

.selling-item {
    padding: 8px 35px 7px;
 	  font-size: 13px;
    text-transform: uppercase;
}

.selling-item a {
  color: #666;
}

.selling-item span {
    font-size: 14px;
    vertical-align: bottom;
    padding-bottom: 4px;
    color: #075c62;
}

.main-nav {
  flex: 1 !important;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  font-size: 15px;
}

.subnavi {
  top: 100px !important;
  padding: 0 25px 55px!important;
}

.nav-style.main-nav>ul>li {
    padding: 0px 12px;
}

.logo.logo-lg img {
    margin-top: 0px;
    max-height: 95px;
}

@media (max-width: 767px){
  .logo.logo-lg img {
    margin-top: -10px;
    max-height: 75px;
	}
}

@media (max-width: 400px){
  .logo.logo-lg img {
    margin-top: 0px;
  }
  
  .logo {
    max-width: calc(100% - 160px);
  }
}

.logo {
  margin-right:15px;
}

.nav-message {
    display: inline-grid;
    background-color: #ffffff;
    width: 100%;
    height: 58px;
    align-items: end;
    margin-bottom: 20px;
}

.nav-message-link {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.nav-wrap{
  flex: 1 !important;
  text-align: center;
  display: inline-block;
  margin: auto;
}

.secondary-nav {
    top: 0px;
    right: 0px;
}

.site-header.site-header-lg {
    height: 135px;
    max-height: 135px;
    display: flex;
    margin: 0 -40px;
    padding: 20px 30px;
    background-color: #ffffff;
    max-width: 1700px;
    margin: auto;
}

.hero.hero-full {
	position: relative;
  margin: 0 -40px;
  height: 85vh;
}

.hero.hero-full .hero-element {
    height: 85vh;
    width: 100%;
    max-height: 1000px;
}

.product-intro {
    padding: 0 0 50px;
    margin: 0;
    border-bottom: 0;
}

.stock, .share, .product-code{
	display: none;
}

.product-meta {
    border: none;
    padding: 10px 0;
    margin-bottom: 0px;
}

.search-header {
		width: 200px; 
}

.secondary-style input[type="text"]:focus {
 		border-bottom: 2px solid #3B3B3B;
}

.nav-collection-image {
	width: 145px;
  margin-right: 20px;
}

.nav-style.main-nav>ul>li>ul>li ul li a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.mega-menu-header .nav-style.main-nav>ul>li>ul {
	max-height: 278px;
  top: 130px!important;
}

.grid-wrap {
    position: absolute;
    width: calc(100% - 400px);
    float: right;
    right: 35px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3,33.33%);
    grid-template-rows: repeat(2,190px);
    margin: -8px;
  	padding-top: 20px;
}

.grid-item{
  padding: 5px;
}
.grid img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.grid a {
  width: 100%;
  height: 178px;
}

.grid-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 16px #000000;
    font-weight: 800;
  	font-family: 'hand';
    letter-spacing: 3px;
    font-size: 30px;
    line-height: 1.2em;
}

.nav-style li a {
    letter-spacing: 1px;
    font-family: 'Roboto Condensed';
    font-size: 16px;
 		font-weight: 500;
}

/* INDEX */

.hero .hero-content.hero-content-left{
	  bottom: 50%;
}

.featured-products-load-more {
    display: none;
}

.featured-products {
    margin-bottom: 40px;
}

.tabs-nav {
	text-transform: uppercase;
}

.slick-dots li {
	height:5px;
}

.burger span:before, .burger span:after{
	border-top: none;	
}

.products-list.slick-slider .slick-slide {
    padding: 5px;
}

.slick-slider .slick-arrow {
  cursor: pointer;
}

.arrow-right {
  display: none;
}

.hero-content a, h2 {
  color: #fff;
  font-size: 28px;
}

.section-title h3 {
    float: none;
    text-align: center;
}

.site-header-lg ~ .main-content .hero.hero-full+.container {
	margin-top: 10px;
}

.men-wrap {
    bottom: 8%;
    text-align: right;
    width: 33%;
    float: left;
    position: absolute;
}

.women-wrap {
    bottom: 8%;
    text-align: left;
    width: 33%;
    float: right;
    position: absolute;
  	right: 0px;
}

.men-women {
    color: white;
    font-weight: 900;
    font-size: 28px;
    padding: 0;
  	letter-spacing: 1px;
  	text-shadow: 0px 0px 16px #16323c;
}

.grid-wrap-index {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.grid-index {
    display: grid;
    grid-template-columns: repeat(3,33.33%);
    grid-template-rows: repeat(2,300px);
    margin: 5px -45px 50px;
}

.grid-item-index{
  padding: 5px;
}
.grid-index-block {
    width: 100%;
    height: 100%;
    background-size: cover;
  	background-position: center;
}

.grid-text-index {
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 16px #16323c;
    font-weight: 800;
    position: relative;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    /* font-style: italic; */
    text-transform: uppercase;
    font-family: 'hand';
    letter-spacing: 4px;
	  line-height: 1.2em;
}

.hero .hero-element:not(.slick-slide) .hero-content {
    top: 25%;
    text-shadow: 0px 0px 16px #16323c;
  
}

a:focus {outline:0;}

/*TEXT PAGE*/

.text-page-general-terms-conditions p, .text-page-shipping-returns p, .text-page-service p, .text-page-size-fit-care p  {
  color: #222!important;
  font-size: 16px!important;
  margin-bottom: 1em;
}

.text-page-general-terms-conditions, .text-page-shipping-returns, .text-page-service, .text-page-size-fit-care {
	max-width: 800px;
  margin:auto;
}

.page-title-service, .text-page h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #252525;
}

.about-banner {
	margin: 0 -80px;
  text-align: center;
}

.about-banner img {
	object-fit: cover;
  height: 400px!important;
}
.text-page {
  padding: 0 35px;
}

.text-page h1 {
	font-size: 2.6em;
  margin: 30px 0;
}

.mb-20 {
	margin-bottom: -20px;
}

.text-page p {
  color: #0E3743;
  font-size: 18px;
  margin-bottom: 1em;
}

.text-page table {
	width:100%;
}

.text-page .logo {
	width: 200px!important;
}

.storeimg {
  height: 350px!important;
  object-fit: cover;
}

/*PRODUCT PAGE*/

.unit-price {
	display:none;
}

.product-intro .product-media {
	padding-top: 55px;
}

  .single-product-content h1 {
    font-size: 24px;
    color: #0E3743;
    text-transform: initial;
    letter-spacing: 0.5px;
  }

  .product-intro .product-content .price{
  	color: #0E3743;
    font-weight: 500!important;
    font-size: 18px!important;
  }
  .product-custom-variants-options li a {
    color: #0E3743;
	} 
  .product-custom-variants-options li.active a {
		border: solid 2px #0E3743;
    color: #0E3743;
	}
  .size-guide-trigger {
      font-weight: 400;
      border-bottom: none;
      opacity: 1;
      color: #0E3743;
  }
  .product-description{
    color: #0E3743;
  }

  .product-images .slick-dots {
    text-align: center;
}
  
  .product-images .slick-dots li {
    width: 8px;
    opacity: .3;
    background-color: #7FCAD3;
    border-radius: 100%;
    height: 8px;
}
  
  .product-images .slick-dots a img{
    color:grey;
    opacity: 0;
  }
  
  .product-images .slick-dots li.slick-active, .product-images .slick-dots li:hover {
    opacity: 1;
    width: 9px;
    height: 9px;
    margin-bottom: -0.5px;
	}

.product-icons {
	font-size:0;
  margin: 15px -25px;
}

.product-images .slick-prev, .product-images .slick-next {
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	color: transparent;
	font-size: 0;
	z-index: 1;
  cursor: pointer;
}

.product-images .slick-next {
    right: 0;
}

.product-images .slick-prev::after, .product-images .slick-next::after {
	content: '';
	width: 30px;
	height: 20px;
	display: inline-block;
	margin: 20px 6px;
	background: url(arrow-left.svg) no-repeat center;
	background-size: contain;
	vertical-align: middle;
  opacity: 0.6;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.product-images .slick-next::after {
    background: url(arrow-right.svg) no-repeat center;
  background-size: contain;
}

.product-images:hover .slick-prev, .product-images:hover .slick-next {
  background: rgba(200, 200, 200, 0.4);
}

.product-images:hover .slick-prev::after, .product-images:hover .slick-next::after {
  opacity: 1;
}

.breadcrumbs_parent{
		max-width: 1700px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 20px;
    padding-left: 75px;
  	z-index: 99;
}

.breadcrumbs {
    text-transform: uppercase;
    font-size: 12px;
    float: left;
  	margin:0;
}

.breadcrumbs i {
    margin: 2px;
}

.size-guide-trigger{
	display: block;
  text-decoration: underline;
  border: none;
  margin-bottom: 20px;
}

.addtowishlist{
		float: right;
    width: calc(25% - 5px)!important;
    height: 55px;
    border-radius: 6px;
    background-color: #7FCAD3;
  	text-align:center;
}

.add-to-cart-trigger, .button-disabled{
	text-transform: uppercase;
  letter-spacing: 1px;
  width: calc(75% - 5px)!important;
  float:left;
}

.product-custom-variants-options {
	margin-bottom:15px;
  font-weight: 500;
}

.favourites i {
    opacity: 1;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    margin-top: 18px;
}

.product-content-women, .product-content-men {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px){
  .product-content-women, .product-content-men {
 	 	display: grid;
  	grid-template-columns: repeat(1, 1fr);
	}
}

.product-content-women > img, .product-content-women > iframe, .product-content-women > a > img, .product-content-men > img, .product-content-men > iframe, .product-content-men > a > img {
  width: 100%;
}

.product-content-women > iframe, .product-content-men > iframe {
  aspect-ratio: 16 / 9;
  height: auto;
}

.single-product-details-wrap {
    margin: 0px;
}

.single-product-details {
    border-bottom: 0;
    padding: 0;
    margin: 20px auto;
    max-width: 1700px;
  	overflow: hidden;
}

.product-gray {
    background-color: #f0f0f0;
    margin-left: -40px;
    margin-right: -40px;
}

.slick-lightbox {
    background-color: #f0f0f0 !important;
  	z-index: 99999;
}

.slick-lightbox-slick-img {
    max-width: 100%;
}

.quantity-selector {
    display: none;
}

.product_configure_form_wrapper {
	max-width: none;
  overflow: hidden;
}

.button.button-arrow.button-solid:after {
  	display: none;
}

.button.button-arrow.button-solid {
    text-align: center;
}

.button.button-arrow.button-solid:hover {
 	opacity: 0.65;
}

.video-trigger-wrapper {
    display: none;
}

.product_configure_form_wrapper .button-arrow {
  	border-radius: 4px;
}

.product-custom-variants-options li.active a {
		border: solid 2px #0E3743;
    color: #0E3743;
    border-radius: 4px;
}

.product-custom-variants-options li a:hover {
	opacity: 0.65;
}


.product-intro .product-content {
	padding: 60px 0 15px;
}

.product-icon{
	width:25%;
}

/*COLLECTION*/

.col-md-3 .product-actions .product-actions-items .product-list-custom-variants .product-custom-variants-options, .col-md-3 .product-actions .product-actions-items .product-list-custom-variants {
	    margin-bottom: 0px;
}

.collection-sort {
    border-top: none;
    margin-top: 20px;
}

.collection-sidebar-hidden {
	margin-top: -200px!important;
}

.collection-sidebar-wrapper {
    padding: 10px 10px 0;
}

.sidebar-filters {
		width: 100%;
    display: inline-block;
}

.product-actions {
    margin-bottom: 0px;
}

.product-element {
    margin-bottom: 10px;
}

.products-list>[class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.products-list {
    margin-left: -5px;
    margin-right: -5px;
}

.filter-container .filter-title:after {
    content: "\e99d";
    display: inline-block;
    font: normal normal normal 10px/1 'Nucleo Mini';
    font-size: inherit;
    speak: none;
    text-transform: none;
    opacity: .4;
    vertical-align: middle;
    float: right;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox label{
    border: solid 1px #fff;
    padding: 4px 8px;
 	  color: #808080;
  	font-size: 14px;
 	  text-transform: uppercase;
}

.checkbox label:hover{
    border: solid 1px #eee;
  	color: #252525;
}

.checkbox input[type=checkbox]:checked + label {
    border: solid 1px #252525;
    color: #252525;
}

.collection-products .filter-open-wrapper, .collection-products .grid-list {
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.cancel-filters label {
	color: #860c0c;
  cursor: pointer;
}

.cancel-filters {
    font-size: 14px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.collection-products .filter-open .close-icon, .collection-products .filter-open-mobile .close-icon, 
.collection-products.collection-sidebar-hidden .filter-open .open-icon {
    margin-left: 0px;
}

.small-product-actions {
    padding: 15px;
}

.col-md-3 .product-actions .product-actions-items, .product-list-custom-variants {
    background: transparent;
    bottom: 10px;
    border: none;
}

.quickAddCart {
	display: none;	
}

.
-sidebar-wrapper {
    margin: 20px 10px 0px;
    overflow: hidden;
    padding: 0;
}

.collection-products .collection-sidebar {
    position: relative;
    width: 100%;
	  border-right: none;
  	margin-left:0!important;
}

.collection-products .collection-content {
    margin-left: 0px;
  	padding-top: 0px;
}

.collection-actions {
    display: none;
}

/* .
-products .filter-open-wrapper, .collection-products .grid-list {
    display: none;
} */

.filter-wrap { 
    width: 50%;
    float: left;
    padding: 0 20px;
  	margin-bottom: 0;
}

.filter-wrap.active .filter-item {
    display: inline-block;
}

.checkbox input[type="checkbox"]+label:before, .checkbox input[type="radio"]+label:before, .product-configure-custom-option-item input[type="checkbox"]+label:before, .product-configure-custom-option-item input[type="radio"]+label:before {
    display:none;
}

.filter-title {
    border-top: solid 1px #e5e5e5;
  	padding-top: 10px;
}

.filter-wrap .filter-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
  	color: #235c62;
}

.filter-wrap:not(:last-child) {
    border-bottom: 0;
}

.small-product-actions a {
	background-color: transparent;
}

.grid-list {
	display: none;
}

.collection-row {
  margin-left: -40px;
  margin-right: -40px;
  background-color: #f0f0f0;
  display: none;
}

.collection-page-content {
  padding: 10px 30px;
}

.collection-products.collection-sidebar-hidden .collection-page-content + .collection-content {
  margin-top: 20px;
}

.collection-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
  text-align: center;
  color: #252525;
}

.page-title {
    color: #252525;
}

.collection-hero {
  padding:0;
}

.collection-image {
    max-width: 100%;
    height: 400px;
  	object-fit: cover;
}

.collection-image-wrapper {
  padding-right: 0px; 
  margin-bottom: -7px;
}

.collection-products {
  margin: auto;
  border-top: none;
}

.collection-products.collection-sidebar-hidden .collection-content {
    margin:0;
    margin-top: 50px;
}

.filter-wrap .filter-item {
    display: inline-block;
    margin-left: -4px;
    margin-right: 4px;
  	margin-bottom:5px;
}

.filter-wrap .filter-title:after {
    display: none;
}

.filter-item-first  {
	  display: inline-block;
    margin-left: -4px;
    margin-right: 4px;
}

.filter-item-first input[type=checkbox]:checked + label {
    margin-left: 9px;
}

.mobile-menu-subopen {
    opacity: 1!important;
}

.page-ocean-waste {
  text-align: center;
  background-color: #ddf0f6;
  margin: 0 -75px;
}

.ocean-form {
  max-width: 560px;
  margin: auto;
  margin-top: 20px;
}

.ocean-form select {
  width:100%;
  -webkit-appearance: auto;
  margin-bottom: 10px;
  background-color: white;
  border: none;
}

.ocean-form input, .ocean-form textarea {
	margin-bottom: 10px;
  background-color: white;
  border: none;
}

.ocean-form label {
	float: left;
}

.ocean-image {
	width: 100%;
  max-width: 600px!important;
}

.ocean-image2 {
	width: 100%;
  max-width: 320px!important;
}

.ocean-form input[type="submit"]{
  width:100%;
  background-color:#3888a6;
  color:white;
  padding: 8px;
  margin-top: 20px;
  -webkit-appearance: none;
}

.single-product-details-tab iframe, .text-page iframe {
	max-width: 600px;
}


@media only screen and (min-width: 600px)
.hero .hero-content h2 {
    margin-top: 0;
    font-size: 50px;
}

@media (max-width: 1000px){
  .nav-message {
    display:none;
	}
}

@media (max-width: 767px){
  
  .collection-products.collection-sidebar-hidden .collection-content {
  	margin-top: 0;
  }
  
  .container-has-hero {
      padding: 0px!important;
  }
  
  .single-product-content h1 {
    font-size: 22px;
    color: #0E3743;
    text-transform: initial;
    letter-spacing: 0.5px;
  }
  
  .product-intro .product-content .price{
  	color: #0E3743;
    font-weight: 400;
  }
  .product-custom-variants-options li a {
    color: #0E3743;
	} 
  .size-guide-trigger {
      font-weight: 400;
      border-bottom: none;
      opacity: 1;
      color: #0E3743;
  }
  .product-description{
    color: #0E3743;
  }
  
  .mega-menu-header .nav-style.main-nav li{
  border-bottom: solid 1px #eee;
  font-size: 16px;
  padding: 12px 26px 12px 36px;
  margin-bottom: 0px;
  }
  
  .mega-menu-header .nav-style.main-nav li.has-child {
    padding: 12px 26px 9px 36px;
  }
  
  .site-header.site-header-lg {	
    height: fit-content;
    max-height: 83px;
    display: block;
    margin: 0 -15px;
    padding: 15px;
	}

  .secondary-nav {
    margin-top: 16px;
		margin-right: 34px;
	}
  .burger {
    top: 32px;
	}
  .search-header {
    top: 35px;
    width: 250px;
	}
  .secondary-nav li a span {
    font-size: 20px;
	}
  .secondary-nav li {
    margin-right: 12px;
	}
  .burger span:before, .burger span:after {
    border-top: 2.5px solid;
	}
  .burger span {
    width: 22px;
    right: 15px;
	}
  .page-content {
  	padding: 0 15px;
  }
  .selling-points {
    padding: 0;
    z-index: 9999;
	}
  .selling-item {
  	padding: 8px 15px 7px;
  }
  .main-nav {
  text-align: left;
  }
  .nav-wrap {
    text-align: left;
    display: initial;
	}
  .nav-style.main-nav>ul>li {
    padding: 5px 0;
	}
  
  .mega-menu-header .nav-style.main-nav>ul>li>ul {
    max-height: fit-content;
    padding: 10px 15px!important;
    border-top: solid 1px #eeeeee!important;
    margin: 16px -30px 0px -40px;
    box-shadow: inset rgba(0, 0, 0, 0.05) 0 16px 14px 0px;
	}
  .nav-style.main-nav li>ul a {
    margin-bottom: 0px!important;
    letter-spacing: 1.7px;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 14px;
    color: rgb(33, 42, 47);
	}
  .nav-style.main-nav li>ul a:active {
  	color: grey;
  }
  .subsubitem, .nav-style.main-nav li>ul {
  	border: none!important;
  }
  .grid-wrap {
    position: relative;
    width: 100%;
    float: none;
    right: 0;
    top: 12px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
	}
  .grid-item {
    padding: 5px;
	}
  .grid {
    margin: -5px;
    grid-template-rows: repeat(2,180px);
    padding-top:0;
  }
  .grid-text {
    top: 30%;
    left: 50%;
    font-size: 20px;
	}
  .grid img {
    height: 170px;
	}
  .product-element {
    margin-bottom: 0;
	}
  .hero.hero-full {
    margin: 0;
	}
  .product-gray {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
	}
	.product-intro {
    padding: 0;
	}
  .filter-wrap {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
	}
  .cancel-filters {
    text-align: right;
    margin-bottom: 10px;
    padding-right: 10px;
	}
  .checkbox input[type=checkbox]:checked + label {
			padding: 0px 4px;
		}
  .filter-item-first input[type=checkbox]:checked + label {
			margin-left: 6px;
		}
  .cancel-filters label {
    font-weight: 400;
	}
  .filter-wrap .filter-item {
    margin-bottom: 5px;
	}
  .collection-products .filter-open-wrapper, .collection-products .grid-list {
    margin-top: 0;
    margin-bottom: 30px;
	}
  .page-content:before{
  	background-color: transparent;
  }
  .collection-sidebar-wrapper {
		margin: 0;
    padding: 10px 0 0!important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	}
  .filter-title {
    border-top: solid 0px #e5e5e5;
    padding-top: 0;
	}
  .sm-m-b-60 {
    margin-bottom: 20px !important;
	}
  .gui-cart .gui-table tbody tr td:first-child {
  	display:inline-table;
  }
  .gui-cart .gui-table tbody tr:last-child td {
    text-align: center;
    border: solid 3px #212A2F;
	}
  .gui-cart .gui-table tbody tr:last-child td a {
    color: #212a2f;
    padding-top: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
	}
  body .gui-page-title, .gui h1 {
    display: none;
	}
  .women-wrap {
    text-align: right;
    width: unset;
    float: left;
    padding-right: 4%;
    bottom: 4%;
	}
  .men-wrap {
    text-align: left;
    float: left;
    padding-left: 4%;
    bottom: 4%;
		width: unset;
	}
  .men-women {
    font-size: 22px;
	}
  
  .mega-menu-header .nav-style.main-nav li>ul li>ul {
  	display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    padding-bottom:0;
    margin-bottom: 0;
  }
  .nav-collection-image {
    width: 100px;
    margin-right: 20px;
	}
  .nav-style li a {
    letter-spacing: 1.7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 13px;
    color: rgb(33, 42, 47);
  }
  
  .burger span:before, .burger span:after {
    border-top: none;
	}

	.main-nav {
    margin-left: -15px;
    margin-top: -15px;
    border-top: solid 1px #eee;
    padding-top: 0px;
	}

	.subsubitem {
    padding:7px 10px!important;
	}

  .grid {
		grid-template-columns: repeat(2,50%);
  }

	.grid-wrap {
    padding-left: 10px;
    padding-right: 10px;
	}
  
  .grid a {
    height: 170px;
	}

  .subsubitem-ul .subsubitem{
    padding:7px 0px!important;
  }
	
	.collections-mobile-title {
		margin-bottom: 0px!important;
    letter-spacing: 1.7px;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 13px;
    color: rgb(33, 42, 47);
    display: block;
    margin: 20px 10px;
    display: none;
	}
  
  .lang-mobile {
  	padding: 0px!important;
  }
  
  .lang-mobile ul {
    box-shadow: none!important;
  }
  
  .lang-mobile li {
  	border: none!important;
    padding: 14px 0 8px!important;
  }
  
  .nav-style.main-nav>ul {
    margin-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 120px 60px 60px;
  }
  .stick-it-in{
  	padding: 0;
    margin-top: -15px;
  }
  
  .product-images .slick-dots {
    text-align: center;
}
  
  .product-images .slick-dots li {
    width: 8px;
    opacity: .3;
    background-color: #7FCAD3;
    border-radius: 100%;
    height: 8px;
}
  
  .product-images .slick-dots a img{
    color:grey;
    opacity: 0;
  }
  
  .product-images .slick-dots li.slick-active, .product-images .slick-dots li:hover {
    opacity: 1;
    width: 9px;
    height: 9px;
    margin-bottom: -0.5px;
	}
  
  
  
  
  .hero .hero-content {
  	display: none;
  }
  
  .hero.hero-full, .hero.hero-full .hero-element, .hero {
  	height: unset;
    min-height: unset;
    /*
    Use this and below for square banner image on the homepage on mobile
    aspect-ratio: 1/1;*/
  }
  
  /*.hero .hero-image {
    height: 100%;
  }*/
  
  .grid-index {
    grid-template-columns: repeat(2,50%);
    grid-template-rows: repeat(2,180px);
    margin: 5px -5px;
	}
  
    .grid-item-index {
        height: 180px;
    }
  
  .grid-text-index {
    font-size: 22px;
    top: 25%;
  }
  
  .hero-content a, h2 {
    font-size: 20px;
  }
  
  .hero .slick-dots {
  	display: none!important;
  }
  
  .breadcrumbs_parent{
    margin-top: -15px;
    padding: 15px;
  }
  .product-intro .product-content {
    padding: 20px 0 5px;
	}
  footer{
  	padding:15px;
    margin-top: 0px;
  }
  .breadcrumbs a {
  font-size:11px;
  }
  .product-description{
    margin-top: 15px;
  }
  .collection-sidebar-hidden{
		margin-top: 0px!important;
	}
  .checkbox label{
  	padding: 0px 4px;
  }
  .filter-wrap .filter-item {
    margin-left: -2px;
    margin-right: 2px;
  }
  .product-description-footer {
    height: 70px;
	}
  
  .product-element .product-title {
  	line-height: 1.2em;
  }
  
  .product-icons {
  	margin: 15px -15px;
  }
  .text-page h1 {
		  font-size: 1.5em;
    	text-align: left!important;
	}
  .text-page {
		padding:0;
  }
  
	.about-banner {
    margin: 0 -50px;
	}
  .about-banner img {
    height: 200px!important;
	}
  .text-page-general-terms-conditions p, .text-page-shipping-returns p {
    font-size: 14px!important;
  }
  
  .page-ocean-waste {
    margin: 0 -15px;
    padding: 15px;
  }
  
  .ocean-image2 {
    max-width: none!important;
  }
  
  .single-product-details {
  	margin: 0 -20px;
  }
  
}

@media (min-width: 1200px)
.container {
    width: 1280px!important;
}

.container-has-hero {
		width: 100%;
    padding: 0 30px;
}

.hand {
  	text-transform: uppercase;
    font-family: 'hand';
    letter-spacing: 4px;
}


/* RATING / REVIEW / STARS */

.ratings {
  cursor: pointer;
}

.ratings .ratings-link {
  color: #0E3743;
}

.ratings .ratings-link:hover {
  text-decoration: underline;
}

.ratings .ratings-summary {
  display: inline-block;
  color: #777777;
}

.product-stars {
  display: inline-block;
  margin-left: 8px;
  margin-right: 16px;
}

#product-review {
  margin: 50px 16px;
}

#product-review .review-view {
  cursor: pointer;
}

#product-review:not(.active) {
  display: block;
}

#product-review:not(.active) > .container > .row {
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  margin-bottom: 40px;
}

#product-review:not(.active) .reviews {
  display: none;
}

#product-review:not(.active) .review-trigger {
  display: none;
}

#product-review.active .review-view {
  display: none;
}

/* CHECKOUT  */

body .gui a.gui-button-large.gui-button-action, body .gui a.gui-button-small.gui-button-action {
    background-color: rgb(51, 131, 161);
}

/*Joram, Lightspeed, 07-09-2021:, [margin Paypal express button] BEGIN*/
a.gui-button-large.gui-button-action[title~=Bestellen] {
    margin-bottom: 1em;
}
/*Joram, Lightspeed, 07-09-2021:, [margin Paypal express button] END*/
