﻿/*#region ProductDetails */
#oosImageHolder {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
}
#oosImageHolder #oosImage {
  display: block;
  margin: 0;
  width: 90%;
  max-width: 350px;
}
#oosHeading {
  font-size: 1.1em;
  border-bottom: 4px solid #00dc55;
  display: table;
  padding-bottom: 5px;
  margin-bottom: 10px;
  white-space: nowrap;
  font-weight: bold;
}
#quickViewRight {
  display: inline-block;
  width: 55%;
}
#quickViewImage {
  float: left;
  width: 40%;
  display: inline-block;
  position: relative;
}
#productDetails {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
#productDetails .brand {
  font-weight: bold;
}
#productDetails .reduction {
  color: #b10631;
  font-weight: bold;
}
#productDetails .reductionStrike {
  color: #000000;
  margin-left: 10px;
  display: inline-block;
  text-decoration: line-through;
  width: auto;
  overflow: initial;
}
.suggestion {
  color: #000000;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
  line-height: 25px;
  cursor: pointer;
}
/*#endregion ProductDetails */
/*#region Brand OOS*/
.oosPage {
  font-size: 0.9em;
  padding: 15px 5% 10px 5%;
}
.pageContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.oosBrandLeftContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 300px;
  gap: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-top: 0px;
  border: 0px;
}
.oosBrandHeading {
  font-size: 1.1em;
  border-bottom: 4px solid #00dc55;
  padding-bottom: 0px;
  margin-bottom: 5px;
  white-space: nowrap;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 280px;
  max-width: 325px;
  width: 90%;
}
.oosBrandDetails {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  gap: 10px;
}
.oosBrandImage {
  display: flex;
  flex-direction: column;
  flex: 35;
  align-self: flex-start;
}
.oosBrandMessage {
  display: flex;
  flex-direction: column;
  flex: 50;
  align-self: flex-start;
}
.oosBrandRightContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  width: 500px;
}
.newInContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newInTitle {
  position: absolute;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background-color: black;
  margin: 0px auto 0px auto;
  padding: 5px;
  text-align: center;
  line-height: 25px;
  width: 300px;
}
.newInTitle > a {
  color: #fff;
  width: 100%;
  display: inline-block;
}
/*#endregion Brand OOS*/
/*#region Message */
#oosMsg {
  padding: 15px;
}
/*#endregion */
/*#region Size Guide*/
.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  display: none;
}
#sizeGuide {
  float: left;
  height: 45px;
  line-height: 45px;
  /*clear: both;*/
}
#sizeGuideModal {
  display: none;
}
.box {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 5px 0 5px -5px #e7e7e7;
  padding: 20px 25px;
  color: #000;
  display: none;
  position: absolute;
  left: 2%;
  right: 2%;
  top: 0;
  z-index: 1000000;
}
.box .close {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 205;
}
.box .close .icon-cross {
  height: 20px;
  width: 20px;
}
.box .close .icon-cross svg {
  height: 20px;
  width: 20px;
}
.box #boxSizeGuide {
  font-weight: bold;
  float: left;
  clear: left;
}
.box #sizeGuideHead {
  position: relative;
  overflow: hidden;
}
.box #boxitemLogo {
  float: left;
  clear: left;
  padding-top: 17px;
}
.box #boxText {
  display: inline-block;
  float: left;
  padding: 17px 0 20px 0;
  width: 65%;
}
.box .boxGuideHeader {
  background-color: #000;
  clear: both;
  color: #fff;
  font-size: 0.9em;
  height: 38px;
  letter-spacing: 1.5px;
  line-height: 38px;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  padding-left: 10px;
}
.box #sizeGuideSpinner {
  position: absolute;
  height: 250px;
  width: 100%;
  margin-left: -25px;
  background: #fff;
}
.box #sizeGuideSpinner .show {
  opacity: 1;
}
.box #sizeGuideContent {
  opacity: 0;
}
.box #sizeGuideContent.show {
  opacity: 1;
}
.box #sizeGuideContent.sizeGuideTransition {
  transition: opacity ease-in-out 0.5s;
}
.box #sizeGuideContent .boxSize {
  border: solid 1px #b2b2b2;
  border-bottom: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.box #sizeGuideContent .boxSizeList {
  width: 33.333333%;
  float: left;
}
.box #sizeGuideContent .sizeGuideHeader {
  border-top: none;
}
.box #sizeGuideContent #boxUKSize .boxSize {
  border-left: none;
}
.box #sizeGuideContent #boxEUSize .boxSize {
  border-left: none;
  border-right: none;
}
.box #sizeGuideContent #boxUSSize .boxSize {
  border-right: none;
}
.box #sizeGuideContent #boxUKAge .boxSize {
  border-left: none;
}
.box #sizeGuideContent.sizeGuideFourColumns .boxSizeList {
  width: 25%;
}
.box .sizeGuideError {
  color: #b10631;
  text-align: center;
  padding-top: 60px;
}
/*#endregion Size Guide*/
/*#region Email */
#itemEmailOos {
  padding: 0;
  margin: 0 0 20px 0;
  clear: both;
  width: auto;
  overflow: hidden;
}
#itemEmailOos.formRemoved {
  padding: 0;
}
#itemEmailOos p {
  font-size: 0.9em;
  margin-bottom: 10px;
}
#itemEmailOos #emailSuggestionReStock {
  clear: both;
  float: left;
  line-height: normal;
  padding: 0 0 10px;
}
#itemEmailOos .custom-select {
  width: 100%;
}
#itemEmailOos .custom-select select {
  font-style: italic;
  border-radius: 0 !important;
}
#itemEmailOos .oosThanks,
#itemEmailOos .oosError {
  background-color: #e7e7e7;
  padding: 15px;
  color: #000000;
  margin-top: 10px;
  width: 100%;
}
#itemEmailOos .oosThanks h2,
#itemEmailOos .oosError h2 {
  font-size: 1.2em;
}
#itemEmailOos #itemOosEmail {
  font-style: italic;
  border-radius: 0 !important;
}
.icon-sizeGuide {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  stroke-miterlimit: 10;
  fill: none;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1px;
}
#btnSizeGuide {
  vertical-align: bottom;
}
#sizeGuideIcon {
  margin: 0 0px 10px;
}
/*#endregion */
/*#region Results */
#oosSimilar {
  clear: both;
  padding-top: 2%;
  font-size: 1.1em;
  border-bottom: 4px solid #00dc55;
  display: table;
  padding-bottom: 5px;
  margin-bottom: 20px;
  white-space: nowrap;
  font-weight: bold;
  margin-left: 10px;
}
#oosResults {
  padding: 0 10px 15px;
  clear: both;
}
#oosResults .product {
  text-align: center;
  width: 46%;
  float: left;
  margin: 2% 4% 2% 0;
  position: relative;
}
#oosResults .product:nth-child(2n) {
  margin: 2% 0 2% 4%;
}
#oosResults .product img {
  width: 100%;
  display: block;
}
#oosResults .product p {
  display: block;
  margin: 0;
  font-size: 0.9em;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
}
#oosResults .product .brand {
  height: 22px;
  margin-top: 8px;
  font-weight: bold;
}
#oosResults .product .price {
  font-weight: bold;
  padding-top: 1px;
}
#oosResults .product .reduction {
  color: #b10631;
}
#oosResults .product .reductionStrike {
  color: #000000;
  margin-left: 10px;
  display: inline-block;
  text-decoration: line-through;
  width: auto;
  overflow: initial;
}
#oosResults .product .icon {
  stroke: none;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
}
#oosResults .product .icon svg {
  stroke: none;
  width: 20px;
  height: 20px;
}
#oosResults .product a {
  text-decoration: none;
}
/*#endregion */
@media all and (min-width: 480px) {
  /*#region Brand OOS*/
  .oosBrandLeftContainer {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    padding-bottom: 15px;
    padding-left: 0px;
    justify-content: center;
  }
  .oosBrandHeading {
    width: 40%;
  }
  .oosBrandDetails {
    gap: 15px;
  }
  .oosBrandImage {
    flex: 20;
  }
  .oosBrandRightContainer {
    width: 100%;
  }
  /*#endregion Brand OOS*/
}
/*******************/
/* *** Ipad *** */
/******************/
@media only screen and (min-device-width: 768px) {
  #oosHeading {
    width: 53%;
  }
  #oosResults .product {
    width: 21%;
  }
  #oosResults .product:nth-child(2n) {
    margin: 2% 4% 2% 0px;
  }
  /*#region Brand OOS*/
  .oosPage {
    padding: 15px 10% 10px 10%;
    margin: 0 auto;
  }
  .oosBrandLeftContainer {
    width: 100%;
    gap: 10px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .oosBrandHeading {
    width: 40%;
  }
  .oosBrandDetails {
    gap: 15px;
  }
  .oosBrandImage {
    width: 280px;
  }
  .oosBrandRightContainer {
    width: 100%;
    align-items: center;
  }
  .newInContainer {
    width: 600px;
  }
  .newInTitle {
    font-size: 14px;
    width: 48%;
  }
  /*#endregion Brand OOS*/
}
/*******************/
/* *** Tablet *** */
/******************/
@media all and (min-width: 860px) {
  .box {
    left: 30%;
    right: 30%;
  }
  #oosPage #loadingOverlay {
    display: block;
  }
  #oosMsg {
    margin: 0;
    padding: 0;
  }
  #oosButtons {
    margin: 25px -22px 0px 0px;
    clear: both;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  #oosButtons .oosButton {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  #oosButtons .oosButton:nth-child(3) {
    margin-right: 2%;
  }
  #oosHeading {
    font-size: 1.3em;
    display: table;
    width: 0 !important;
  }
  #quickViewImage {
    width: 40% !important;
  }
  #oosSimilar {
    margin-left: 0;
    display: table !important;
    font-size: 1.5em;
    width: 0 !important;
  }
  #oosLeftContainer {
    width: 50%;
    float: left;
    margin-right: 1.5%;
  }
  #oosImageHolder {
    float: left;
    display: block;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    padding: 20px;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
  }
  #oosRightContainer {
    width: 47%;
    float: left;
    margin-left: 1.5%;
  }
  #bottomContainer {
    clear: none !important;
    width: 47%;
    float: left;
    margin-left: 1.5%;
  }
  #oosResults {
    padding: 0;
  }
  #oosResults .product {
    width: 22%;
  }
  #oosResults .product:nth-child(4n) {
    margin: 2% 0 0 2% !important;
  }
  #oosResults .product:nth-child(4n+1) {
    margin: 2% 1% 0 0;
  }
  #oosResults .product:nth-child(4n+2) {
    margin: 2% 1% 0 2% !important;
  }
  #oosResults .product:nth-child(4n+3) {
    margin: 2% 1% 0 2%;
  }
  #itemEmailOos {
    margin: 10px 0 0 0;
    float: right;
    width: 100%;
  }
  #itemEmailOos .custom-select {
    width: 100%;
  }
  #oosSimilar {
    padding: 0;
  }
  /*#region Brand OOS*/
  .oosPage {
    padding: 10px 10% 0px 10%;
  }
  .oosBrandLeftContainer {
    width: 100%;
    gap: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .oosBrandHeading {
    width: 40%;
  }
  .oosBrandDetails {
    gap: 15px;
  }
  .oosBrandImage {
    width: 280px;
  }
  .oosBrandMessage {
    flex: 65;
  }
  .oosBrandRightContainer {
    width: 100%;
    align-items: center;
  }
  .newInContainer {
    width: 600px;
  }
  .newInTitle {
    font-size: 14px;
    width: 36%;
  }
  /*#endregion Brand OOS*/
}
/***********************/
/* *** End Tablet *** */
/**********************/
/*******************/
/* *** Desktop *** */
/*******************/
@media all and (min-width: 1025px) {
  #oosImage {
    max-width: 332px !important;
  }
  /*#region Brand OOS*/
  .oosPage {
    padding: 10px 10% 0px 10%;
    margin: 0 auto;
  }
  .pageContainer {
    gap: 5px;
  }
  .oosBrandLeftContainer {
    width: 47.5%;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: fit-content;
  }
  .oosBrandHeading {
    display: table;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .oosBrandRightContainer {
    gap: 15px;
    width: 47.5%;
  }
  .newInTitle {
    width: 20%;
  }
  div.newinContainer {
    position: relative;
  }
  /*#endregion Brand OOS*/
}
/************************/
/* *** End Desktop *** */
/**********************/