/**************************************/
/* PRICING/BUYLINK STUFF*/
/**************************************/

div.priceformat-holder {
    width: 640px;
    padding: 10px;
    margin: auto;
    clear: both;
    text-align: left;
  }
  
  div.priceformat-row {
    display: block;
  }
  
  div.priceformat-title {
    position: absolute;
    width: 400px;
    left: 10px;
    margin-left: 10px;
  }
  
  div.priceformat-price {
    position: relative;
    left: 150px;
    margin-left: 260px;
    width: 260px;
  }
  
  span.priceformat-reduced {
    color: red;
    text-decoration: line-through;
    margin-right: 25px;
  }
  
  span.priceformat-current {
    color: black;
    margin-right: 10px;
  }
  
  .buylink-combined-holder,
  .buylink-clean-holder {
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
    clear: both;
    text-align: left;
  }
  
  .buylink-combined-holder form {
    border-top: 1px solid #000;
    padding-top: 1.2em;
  }
  
  .buylink-clean-holder form {
    border-top: 1px solid #000;
    margin-top: 1em !important;
    padding-top: 0.3em;
  }
  
  .buylink-combined-holder hr,
  .buylink-clean-holder hr {
    width: 100%;
    background-color: #CCC;
    color: #CCC;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    height: 1px;
  }
  
  .buylink-combined-holder p,
  .buylink-clean-holder p {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  
  div.buylink-product {
    margin: 5px 0px 10px 0px;
    max-width: 100%;
  }
  
  div.buylink-variant {
    margin: 5px 0px 10px 0px;
  }
  
  div.buylink-upsells {
    text-align: left;
    font-size: 0.9em;
    margin: 8px 0 15px;
  }
  
  .buylink-combined-holder button,
  .buylink-clean-holder button {
    width: 100%;
    font-family: 'Urbanist', sans-serif;
    font-size: 1.25em;
	letter-spacing: 0.04em;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #018849;
    border: solid 2px #018849;
    padding: 12px 0;
	margin-bottom: 0.5em;
    display: block;
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  }
  
  .buylink-single-holder button {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 18px !important;
    color: #FFF;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    transition: all 0.3s ease !important;
    background: #004F76 !important;
    border: solid 2px #004F76 !important;
    padding: 12px 0 !important;
    display: block !important;
    outline: 0 !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    width: 100% !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
  }
  
  .buylink-combined-holder button:hover,
  .buylink-clean-holder button:hover,
  .buylink-single-holder button:hover {
    text-decoration: none;
    background: #FFF;
    color: #018849;
  }
  
  .buylink-single-holder button a {
    text-decoration: none;
  }
  
  .buylink-clean-holder-holder div.buylink-price {
    margin: 0;
    padding-bottom: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1em;
  }
  
  .buylink-clean-holder .buylink-price div {
    float: left;
    text-align: left;
    color: #004F76;
    width: 80%;
    padding-bottom: 1em;
  }
  
  .buylink-clean-holder div.buylink-price-saving {
    padding-bottom: 0;
  }
  
  .buylink-clean-holder div.buylink-price::after {
    display: none;
  }
  
  .buylink-clean-holder .buylink-price .clean-price-label {
    float: left;
    font-size: 1em;
    font-weight: 600;
    color: #000;
    padding: 0 0.4em 0 0;
  }
  
  .buylink-clean-holder .buylink-price div::after {
    content: '';
    display: block;
    clear: both;
  }
  
  .klarna-wrapper {
    width: 100%;
    cursor: pointer;
  }
  
  .klarna-content {
    width: 100%;
    display: flex;
    padding-top: 0.6em;
  }
  
  .klarna-branding {
    display: flex;
  }
  
  .klarna-branding .klarna-logo {
    width: 90px;
  }
  
  .klarna-branding .klarna-logo img {
    max-height: 60px;
  }
  
  .klarna-branding .klarna-brand-text {
    flex: 1;
    padding-top: 0.5em;
    padding-left: 15px;
    width: 80px;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 12px;
    font-family: Arial;
    color: #000;
  }
  
  .klarna-info {
    flex: 1;
  }
  
  .klarna-text {
    font-weight: 500;
    font-size: 13px;
    font-family: Arial;
    color: #666;
    padding-top: 0.5em;
    text-align: right;
  }
  
  .klarna-learn {
    font-weight: 500;
    font-size: 13px;
    font-family: Arial;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 0.5em;
    text-align: right;
  }
  
  #klarna-info h3 {
    color: #000;
  }
  
  #klarna-info p {
    color: #000;
  }
  
  #klarna-info ul {
    list-style-type: square; 
    font-weight: bold;
  }
  
  #klarna-info li {
    color: #000;
    padding: 8px;
  }
  
  #klarna-info .smallprint {
    color: #989898;
    font-size: 12px;
  }
  
  .combined-price-label {
    display: none;
  }
  
  .pricesaving {
    font-size: 0.9em;
    color: #333;
    font-weight: 400;
  }
  
  div.buylink-price::after {
    content: 'Price:';
    white-space: pre;
    float: right;
    display: block;
    font-weight: 600;
    color: #cc0000;
    font-family: 'Montserrat', sans-serif;
    padding: 0.05em 0.3em 0 0;
    font-size: 1em;
  }
  
  .buylink-combined-holder div.buylink-price {
    margin: 1.2em 0 0 0;
    margin-left: 5px;
    font-size: 0.9em;
  }
  
  .buylink-clean-holder div.buylink-price {
    margin: 1.2em 0 0 0;
    font-size: 0.9em;
  }
  
  div.buylink-price div {
    width: 70px;
    float: right;
    display: block;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #004F76;
    font-weight: 700;
    font-size: 1.1em;
    text-align: right;
  }
  
  .local-stock-info {
    float: left;
    display: block;
    color: #333;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 0.7em
  }
  
  .buylink-single-holder .local-stock-info {
    margin-top: 3px;
    margin-bottom: 10px;
    padding: 0;
  }
  
  .buylinksingle-stock {
    font-size: 0.8em;
    font-weight: 500;
  }
  
  div.buylink-stock .stock-msg {
    float: left;
    display: block;
    font-weight: 300;
    margin-top: 3px;
    margin-bottom: 0.6em;
    color: #000;
    font-size: 0.8em;
  }
  
  .buylink-combined-holder .stock-msg {
    width: 60%;
  }
  
  .buylink-clean-holder .stock-msg {
    width: 100%;
  }
  
  div.buylink-stock .stock-msg:first-of-type {
    margin-top: 12px;
  }
  
  .buylink-stock .stock-soldout,
  .buylink-stock .stock-lowstock,
  .buylink-stock .stock-instock {
    font-weight: 500;
  }
  
  .stock-soldout {
    color: red;
  }
  
  .stock-lowstock {
    color: #018849;
  }
  
  .stock-instock {
    color: #018849;
  }
  
  .buylink-product-label::before {
    content: '';
    display: block;
    clear: both;
  }
  
  .buylink-product-label {
    margin: 0.2em 0 0.3em 0;
    font-size: 0.95em;
    font-weight: 500;
	color: #000;
  }
  
  .buylink-product-text {
    margin: 3px 0;
    font-size: 0.9em;
    font-weight: 500;
  }
  
  .buylink-product-select {
    margin: 0 0 10px 0;
  }
  
  .buylink-variant-label {
    margin: 1.2em 0 0.3em 0;
    font-size: 0.95em;
    font-weight: 500;
	color: #000;
  }
  
  .buylink-variant-text {
    margin: 3px 0;
    font-size: 0.9em;
    font-weight: 500;
  }
  
  .buylink-variant-select {
    margin: 0 0 10px 0;
  }
  
  .select2 {
    width: 100% !important;
  }
  
  .select2-subtext {
    float: right !important;
    font-weight: 400;
  }
  
  .select2-container--flat .select2-selection--single {
    width: 100%;
    background: #FFF;
    border: solid 1px #000;
    height: 38px;
  }
  
  .select2-container--flat .select2-selection--single .select2-selection__rendered {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    line-height: 37px;
    font-size: 1em;
    font-weight: 400;
    padding: 0 35px 0 10px !important;
    -webkit-padding-end: 35px !important;
    -webkit-padding-start: 10px !important;
  }
  
  .select2-container--flat .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 34px;
    background-image: url("/assets/checkout/images/dropdown-arrow-ico.png");
    background-repeat: no-repeat;
  }
  
  .select2-container--flat .select2-selection--single .select2-selection__placeholder {
    color: #fff;
  }
  
  .select2-container--flat .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
  }
  
  .select2-container--flat .select2-dropdown {
    border: solid 1px #004F76;
  }
  
  /****** Multiple SCSS *******/
  .select2-container--flat .select2-selection--multiple {
    border: 1px solid #16a085;
  }
  
  .select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #16a085;
    cursor: pointer;
  }
  
  .select2-container--flat .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
  }
  
  .select2-container--flat .select2-selection--multiple .select2-selection__choice {
    background-color: #48c9b0;
    color: #fff;
    border: 1px solid #48c9b0;
    border-radius: 0px;
    padding: 3px 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
  }
  
  .select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
    color: #006699;
    margin-right: 6px;
    margin-left: 6px;
    float: right;
  }
  
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--above {
    background: #fff;
    color: #000;
    font-size: 1em;
    max-height: 300px;
    overflow-y: auto;
  }
  
  .select2-container--flat .select2-container--focus .select2-selection--multiple {
    border: 1px solid #006699;
  }
  
  .select2-container--flat .select2-results__option--highlighted[aria-selected] {
    background: #ccc !important;
  }
  
  .select2-container--flat .select2-results__option[aria-selected=true] {
    background: #ccc;
    opacity: 0.8;
  }
  
  .select2-container--flat .select2-selection--single {
    border-radius: 0px;
  }
  
  .select2-container--flat.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  
  .select2-container--flat span.select2-search input {
    height: 30px !important;
  }
  
  .select2-container .select2-choice {
    border: 2px solid #dce4ec;
    height: 36px;
    border-radius: 0px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-indent: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
  }
  
  .select2-container .select2-choice div {
    border-left: 2px solid #dce4ec;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  
  .select2-container .select2-choice .select2-arrow {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    background-image: none;
  }
  
  .select2-container *:focus {
    outline: 0px;
  }
  
  .select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #dce4ec;
    border-radius: 0px;
  }
  
  .select2-drop {
    margin-top: -2px;
    border: 2px solid #dce4ec;
    border-top: 0;
    border-radius: 0px !important;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  
  .select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec;
    border-bottom: 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  
  .select2-search {
    margin-top: 3px;
  }
  
  .select2-search input {
    height: 26px;
    border: 2px solid #dce4ec;
  }
  
  .select2-container-active .select2-choice,
  .select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  
  .select2-dropdown-open .select2-choice {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }
  
  .select2-dropdown-open .select2-choice .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
  }
  
  .select2-results {
    padding: 0 0 0 0px;
    margin: 4px 0px 0px 0;
  }
  
  .select2-results .select2-highlighted {
    background: #16a085;
    color: #fff;
    border-radius: 0px;
  }
  
  .select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    border: 2px solid #dce4ec;
  }
  
  .select2-container-multi.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* BUYLINK COLLECT INFO MODAL START */

.buylink-info-collect {
  cursor: pointer;
  font-family: 'Fredoka', sans-serif;
  color: #000;
  font-weight: 400;
  margin: 0.6em 0 0 auto;
  text-align: right;
  width: 55%;
  float: right;
}

@media screen and (max-width: 960px) {
  .buylink-info-collect {
    margin-bottom:1.4em;
  }
}

.buylink-info-collect span {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  color: #000;
  min-width: 0.8em;
  height: 0.8em;
  border-radius: 1.76em;
  padding: 0px 6px;
  border: 3px solid #000;
  box-sizing: border-box;
}

.tab_container .buylink-info-collect {
  font-size: 0.8em;
}

.tab_container .buylink-info-collect span {
  border: 2px solid #000;
  padding: 0px 4px 0 3px;
}

.collect-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.collect-info-head {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.collect-popup .content p {
  margin: 4px 0;
}

.collect-popup .content p:first-of-type {
  margin-top: 1em;
}

.collect-popup .close {
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  float: right;
  padding: 0 20px 0 0;
}

.collect-popup .close:hover {
  color: #006699;
  cursor: pointer;
}

.collect-popup .content {
  overflow: auto;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 1.2em;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 25%;
}


@media screen and (max-width: 700px) {
  .collect-popup .content {
    width: 80%;
  }
}

/* BUYLINK COLLECT INFO MODAL END */

/* ADD TO BASKET MODAL BUTTON STYLING START */

#add-to-basket-actions .basket-button {
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  border: solid 2px #2f82ac;
  background: #2f82ac;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 0.9em;
  white-space: nowrap;
  line-height: normal;
}

#add-to-basket-actions .basket-button:hover {
  background: #FFF;
  color: #2f82ac;
}

/* ADD TO BASKET MODAL BUTTON STYLING END */

/* Sizing Modal */

.sizing-modal-opener {
  margin: 0.6em 0 0 auto;
  width: 45%; 
  float: left;
  /* text-align: right; */
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000;
}

#sizing-modal-content {
  display: none;
}

#sizing-modal .modal-body {
  padding: 20px;
}

/* Sizing Modal End */

/* Buy Options Start - Selector Multi Option Buy Links */

.buy-option-card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0.25em 0;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  width: 100%;
}

.buy-option-icon {
  padding: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  flex: 0 0 85px;
  align-self: center;
}

.buy-option-icon img {
  width: auto;
  height: 75px; 
}

.buy-option-contents {
  display: flex;
  flex-direction:column;
  justify-content: center;
  flex: 1;
  align-self: flex-start;
  padding: 4px;
  height: 100%;
}

.buy-option-contents div{
  margin: 1px;
}

.buy-option-contents > div, .buy-option-contents > span, .buy-option-contents > p {
  font-size: 0.8em;
}

.buy-option-heading h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}

.buy-option-detail, .buy-option-detail p {
  color:#999;
}

.buy-option-includes-label {
  font-weight: bold;
}

.buy-option-includes ul {
  margin: 0 5px;
  font-size: 1em;
}

.buy-option-buying {
  display: flex;
  flex-direction:column;
  justify-content: center;
  flex: 0 0 150px;
  align-self: center;
  padding: 6px;
  height: 100%;
}

.buy-option-price-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-family: 'Urbanist', sans-serif;
  letter-spacing: 0.035em;
}

.buy-option-price-label {
  font-weight: bold;
  font-size: 12px;
  color: #000;
  margin: 3px 3px 0 0;
}

.buy-option-price {
  color: #004F76;
  font-weight: 600;
  font-size: 18px;
}

.buy-option-rrp-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0.2em 0 0 auto;
  font-family: 'Urbanist', sans-serif;
  letter-spacing: 0.035em;
}

.buy-option-rrp-label {
  font-weight: 600;
  font-size: 10px;
  color: #999;
  margin: 1px 2px 0 0;
}

.buy-option-rrp {
  color: #999;
  font-weight: 500;
  font-size: 13px;
  text-decoration: line-through;
}

.buy-option-add-to-basket {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.buy-option-button {
  background-color: #004F76;
  font-family: 'Urbanist', sans-serif;
  letter-spacing: 0.035em;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  padding: 6px;
  margin: 2px 0;
  width: 130px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}

.buy-option-button:hover {
	background-color: #000;
}

.buy-option-selector-heading {
  font-family: 'Urbanist', sans-serif;
  letter-spacing: 1px;
  color: #000;
  font-weight: 600;
  font-size: 1.1em;
  padding: 0.2em 0;
}

.buy-option-dropdown-label {
  font-family: 'Urbanist', sans-serif;
  letter-spacing: 1px;
  color: #787878;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0.3em 0;
}

.buy-option-dropdown,
.buy-option-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.buy-option-dropdown {
	display: flex;
	flex:1 1 100%;
	position: relative;
	background-color: #FFF;
	border:1px solid #757575;
	border-radius: 2px;
}

.buy-option-dropdown select {
  font-family: 'Urbanist', sans-serif;
  font-size: 0.9em;
  width: 100%;
  padding: 5px 24px 5px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.buy-option-dropdown select:disabled {
	cursor: default;
}

.buy-option-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.buy-options-result {
  margin-bottom: 1em;
}

.buy-options-result:empty {
  margin-bottom: 0;
}

/* Buy Options End */
