@media (min-width: 1000px) {
  .page--banner .main, .page--banner .sidebar {
    padding-top: 0 !important;
  }
}

.nopadding{
  padding-left:0;
  padding-right:0;
}

.btn {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  border: none;
  background: black;
  border-radius: 0;
}
.btn:hover {
  background: #6d6d6d;
}


.nopadding p{
      margin:15px 0 !important;
    display: block;
}

.nopadding .btn{
    margin-bottom: 30px;
}

.freereturns{
  border:none;
}

.accountbtn{
  position: relative;
    display: inline-block;
    min-height: 36px;
    min-width: 252px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 400;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
background: #000 !important;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0;
}

.field__input {
  border-radius: 0;
}
.boxshadow .field__input:focus, .boxshadow .field__input-wrapper--flag-focus .field__input{
  -webkit-box-shadow: 0 0 0 2px black;
  box-shadow: 0 0 0 2px black;
}
.icon-svg--color-accent {
  color: black;
}
a, .link, .order-summary-toggle__text--show, .order-summary-toggle__text--hide {
  color: black;
  &:hover {
    color: #6d6d6d;
  }
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.order-summary-toggle__icon, .order-summary-toggle__dropdown { fill: #000 !important; }

.social-share{
  float:right;
  clear:none;
  display: none;
  margin-top: -24px;
}

.social-share h4{
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-bottom: 10px !important;
  display: block;
  text-align: right;
  font-size: 11px;
  line-height: 1.2rem;
  text-transform: uppercase;
}

@media (max-width: 550px) {

  .social-share{
    float:left;
    clear:left;
    margin-top:24px;
  }

  .social-share h4{
    text-align: left;
  }

}

.social-share a{
  font-size: 25px;
  margin-right: 5px;
  text-decoration: none;
  color: black;
}

.social-share.cloned{
  display: block;
}
.social-share.cloned a {
  margin-right: 0;
  margin-left: 5px;
}

.social-share a.facebook-share:hover{
  color: rgba(59,89,152, 1);
}

.social-share a.twitter-share:hover{
  color:rgba(64,153,255, 1);
}

.social-share a.pinterest-share:hover{
  color:rgba(201,34,40, 1);
}

.os-header__heading{
  overflow: hidden !important
}

.os-order-number{
  float:left;
}

.os-header__title{
  float:left;
  clear:left;
}


.cart-complete-extra{
  display: none;
}

.country-not-listed {
  color: #999;
  font-size: 10px;

  padding-left: 0px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1000;
}

#NextDayDeliveryText
{
  margin-top: 30px;
  text-align: center;
}
.checkout-privacy-notice {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
.checkout-privacy-notice a {
  text-decoration: underline;
}
.button.klarna {
  width: 225px;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  background: url(//cdn.shopify.com/s/files/1/0156/6146/t/120/assets/klarna-logo.png?6462932674312052433) center center no-repeat;
  background-size: 150px;
  border: solid 1px #eee;
  height: 40px;
}



.main__header {
  display: block !important;
}

.os-header__hanging-icon{
  display: none !important;
}


.banner{
  height: 178px !important;
  padding:0 !important;
  background-position: center left !important;
  position: relative;
}


.banner .wrap{
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0;
  z-index: 1000;

}

.order-summary__sections {
  margin-top:15px !important;
}
.breadcrumb{
  display: block;
  width: 120%;
  position: relative;
  z-index: 550;
  overflow: hidden;
  margin-left: -10%;
  margin-top:20px;
}

.breadcrumb:before {
  content: "";
  display: block;
  width: 80%;
  height: 5px;
  vertical-align: middle;
  margin: 0 0;
  position: absolute;
  top:34%;
  left:10%;

  background-attachment: fixed !important;

  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  -o-transform: translateY(-60%);

  z-index: 440;


  background: #c8c8c8; /* Old browsers */
  background: -moz-linear-gradient(left, #c8c8c8 0%, #e8e8e8 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c8c8c8 0%,#e8e8e8 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c8c8c8 0%,#e8e8e8 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#e8e8e8',GradientType=1 ); /* IE6-9 */
}
.breadcrumb li{
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.04rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 660;
  width:20%;
  float: left;
  clear: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumb li.breadcrumb__item--blank a {
  color: #e8e8e8;
}

.breadcrumb__item {
  display: inline !important;
}

.breadcrumb li:nth-child(1):nth-last-child(4),
.breadcrumb li:nth-child(2):nth-last-child(3),
.breadcrumb li:nth-child(3):nth-last-child(2),
.breadcrumb li:nth-child(4):nth-last-child(1){
  width: 25%;
}

.breadcrumb li:nth-child(1):nth-last-child(5),
.breadcrumb li:nth-child(2):nth-last-child(4),
.breadcrumb li:nth-child(3):nth-last-child(3),
.breadcrumb li:nth-child(4):nth-last-child(2),
.breadcrumb li:nth-child(5):nth-last-child(1){
  width: 20%;
}

.breadcrumb li span:first-child{
  display: block;
  width:40px;
  height: 40px;
  border:solid 5px #e8e8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin:0 auto;
  background: #fff;
  color: #e8e8e8;
  margin-bottom: 10px;
}

.breadcrumb__item:after {
  content: "";
  display: none;
  width: 88px;
  height: 5px;
  vertical-align: middle;
  margin: 0 0;
  background-image: none !important;
  background:#c8c8c8;
}

.breadcrumb__item:last-of-type:after {
  display: none;
}


.breadcrumb__item--completed, .breadcrumb__item--completed a{
  color: #c8c8c8 !important;
}
.breadcrumb__item--completed span:first-child{
  border:solid 5px #c8c8c8 !important;
  color: #c8c8c8 !important;
  background:#fff url(//cdn.shopify.com/s/files/1/0156/6146/t/120/assets/complete.png?6462932674312052433) center center no-repeat !important;
  text-indent: -99999px;
}



.breadcrumb__item--finalcheck, .breadcrumb__item--finalcheck a{
  color: #009ace !important;
}

.breadcrumb__item--finalcheck span:first-child{
  border:solid 5px #009ace !important;
  color: #009ace !important;
  background:#fff url(//cdn.shopify.com/s/files/1/0156/6146/t/120/assets/complete-final.png?6462932674312052433) center center no-repeat !important;
  text-indent: -99999px;
}





.breadcrumb__item--current, .breadcrumb__item--current a{
  color: black !important;
}
.breadcrumb__item--current span:first-child{
  border:solid 5px black !important;
  background-color: #e9e9e9 !important;
  color:black !important;
}


.cart-help{
  margin-top: 1.5rem !important;
  padding:2rem !important;
  border: 1px solid rgba(175,175,175,0.34) !important;
}

.cart-help h4{
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color:#000;
}

.cart-help p{
  margin:0 0 5px 0 !important;
}

.cart-help p a{
  color: #000;
  text-decoration: underline;
}

.cart-help p a:hover{
  color: #1990c6;
  text-decoration: underline;
}


.cart-help p.morehelp{
  margin-top: 15px !important;

}

.cart-help p.morehelp a{
  color: #1990c6;
  text-decoration: underline;
}



.videocontent{
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  margin: 20px 0;
}


.related-content{
  border-top:1px solid #e1e1e1;
  margin-top: 20px;
}


@media (max-width: 1000px) {
  .cart-video{
    display: none !important;
  }

  .breadcrumb{
    margin-bottom: 15px
  }

  .breadcrumb{
    width: 100%;
    margin-left: 0;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    margin-top: -10px;
    padding-bottom: 15px;
    margin-bottom: 15px
  }

  .breadcrumb:before {
    top: 30%;
  }


  .breadcrumb.desktop{
    display: none;
  }

  .breadcrumb.mobile{
    display: block !important;
  }

}


@media (max-width: 550px) {

  .main__header .logo{
    display: none !important;
  }

  .banner .logo{
    display: block !important;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }


  .page--banner .banner {
    background-image: none !important;
    background-color: #fff;
    height: 55px !important;
  }

}

html.noscroll,
body.noscroll {
  overflow: hidden !important;
}

.sizeguide-popup-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: scroll
}
.sizeguide-popup {
  width: 70%;
  height: auto;
  padding: 3em;
  border: 1px solid #ddd;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  max-width: 800px
}
.sizeguide-popup-form {
  width: 45%;
  margin-right: 5%;
}
.sizeguide-popup .newsletter {
  border: none;
  margin: 0;
  padding: 0;
}
.sizeguide-popup .newsletter .twelve {
  width: 100%;
  margin: 0;
}




.sizeguide-popup .newsletter .twelve p, .sizeguide-popup .newsletter .twelve ul, .sizeguide-popup .newsletter .twelve h2, .sizeguide-popup .newsletter .twelve h3, .sizeguide-popup .newsletter .twelve h4, .sizeguide-popup .newsletter .twelve h5, .sizeguide-popup .newsletter .twelve h6{
  width: 90% !important;
  margin: 0 5% 20px 5% !important;
  text-align: left;
  line-height: 1.6;

}

.sizeguide-popup .newsletter .twelve ul li{
  list-style-type:disc !important;
  margin-bottom: 15px;
  text-align: left;
}



.sizeguide-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(//cdn.shopify.com/s/files/1/0156/6146/t/120/assets/close-dark.svg?6462932674312052433) 0 0 no-repeat;
  background-size: 15px 15px;
  z-index: 100;
  cursor: pointer;
}

.sizeguide-popup .newsletter .twelve form .newsletter-birthdate-day,
.sizeguide-popup .newsletter .twelve form .newsletter-birthdate-month,
.sizeguide-popup .newsletter .twelve form .newsletter-birthdate-year,
.sizeguide-popup .newsletter .twelve form .birthdate-years-options {
  z-index: 1000;
}
.sizeguide-popup .newsletter .twelve form .radio.field .gender-ui .genders-options li label {
  font-weight: normal;
}

#sizeguide-popup-result {
  padding: 120px 0;
}

.sizeguide-popup .gender-ui {
  z-index: 100;
  position: relative;
}
.sizeguide-popup .email .field .field_error {
  float: left;
}



@media (max-width: 750px) {

  .sizeguide-popup {
    width: 90%;
    transform: none;
    left: 5%;
    box-sizing: border-box;
    top: 2.5%;
  }
  .sizeguide-popup-form {
    width: 100%;
    margin: 0;
  }
  .sizeguide-popup-hero {
    display: none;
  }
  .sizeguide-popup-close {
    background: url(//cdn.shopify.com/s/files/1/0156/6146/t/120/assets/close-dark.svg?6462932674312052433) 0 0 no-repeat;
  }
}

.sizeguide-popup-container.reveal {
  display: block !important;
}

.result-title{
  margin-bottom: 2rem;
}

.breadcrumb__chevron-icon {
  margin: 0 !important;
  display: none !important;
}

@media (min-width: 750px) {
  .floating-labels .field--two-thirds, .floating-labels .field--third{
    width: 50% !important;
  }
}

/* Nosto */

.section-header {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-header h4 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.04rem;
  text-align: center;
  text-transform: uppercase;
  color: black;
}
@media only screen and (min-width: 750px) {
  .section-header {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.nosto_element {
  clear: both;
}
.recommended-items .grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}
.recommended-items .grid__item {
  float: left;
  padding-left: 30px;
}
.recommended-items .grid__item.medium-up--one-quarter {
  width: 50%;
  box-sizing: border-box;
}
.recommended-items .collection .product-grid .prod-image-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: -5rem !important;
}
.recommended-items .collection .product-grid a {
  text-decoration: none;
  font-size: 12px;
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
  line-height: 18px;
}
.recommended-items .collection .product-grid .prod-image-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.recommended-items .collection .product-grid .prod-caption {
  margin-top: 90px;
  margin-bottom: 20px;
  text-align: center;
}
.recommended-items .collection .product-grid a {
  text-decoration: none;
  font-size: 12px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
  line-height: 18px;
}
.recommended-items .collection .product-grid .nosto-product-name {
  min-height: auto;
  padding: 0 0;
}
.recommended-items .collection .product-grid .prod-price {
  margin-top: 5px;
  color: #999;
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}

.step__footer__continue-btn {color: #fff !important;}
.step__footer__continue-btn:hover {background: #000 !important;}

.loader,
.loader:after
{
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader
{
  display: inline-block;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(255, 255, 255, 0);
  border-right: 3px solid #009ace;
  border-bottom: 3px solid #009ace;
  border-left: 3px solid #009ace;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.order-cancel__button {
  display: inline-block;
  position: relative;
  line-height: 20px;
  padding: 10px 40px;
}

.order-cancel__button .loader {
  position: absolute;
  max-width: 15px;
  max-height: 15px;
  margin-left: -28px;
}

.order-cancel__remaining {
  display: block;
}

/*================ BLACK FIRDAY ================*/

.blackout-alert{
  display: none;
  margin:30px 0 10px 0;
  padding:10px;
  color: #fff;
  background: #aa2626;
}

.blackout-alert p{
  font-size: 12px;
  overflow: hidden;
  color: #fff;
  line-height: 18px;
}

.blackout-alert p strong{
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}

.blackout-alert p strong:before{
  display: block;
  position: absolute;
  left:0;
  top:-1px;
  content: 'i';
  width:13px;
  height:13px;
  border:1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
}

.blackout-alert p span{
  float: right;
  color: #fff;
}

.blackout-alert p a{
  float: right;
  color: #fff;
  margin-left: 10px;
  text-decoration: underline;
}

.blackout-alert.show{
  display: block !important;
}

@media only screen and (max-width: 1199px) {

  .blackout-alert p{
    line-height: 23px;
    text-align: center;
  }

  .blackout-alert p span, .blackout-alert p a{
    display: block;
    float: none;
    margin-left: 0;
  }

}