/* 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 */

/**************************************/
/* Buylinks V2 / Radio List */
/**************************************/
.buylink-v2-holder {
    width: 100%;
    margin-left: 0px;
    clear: both;
    text-align: left;
    border-top: 1px solid #939393;
    margin-top: 0.75em !important;
    padding-top: 0.3em;
}

.buylink-v2-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-v2-holder p {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.buylink-v2-holder button {
    width: 100%;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #018849;
    border: solid 2px #018849;
    padding: 16px 0;
    margin: 1em 0 0 0;
    display: block;
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.buylink-v2-holder button:hover {
    text-decoration: none;
    background: #FFF;
    color: #018849;
}

.buylink-v2-holder button a {
    text-decoration: none;
}

/* .buylink-v2-holder select {
    width: 100%;
    background: #FFF;
    border: solid 1px #000;
    height: 38px; 
    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;
    height: 34px;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 34px;
    background-image: url("/assets/checkout/images/dropdown-arrow-ico.png");
    background-repeat: no-repeat;
} */

.buylink-prod-label,
.buylink-var-label {
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
    margin: 1.5em 0 1em 0;
}

.buylink-prod-radio,
.buylink-var-radio {
    border: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
	width: 100%;
}

.buylink-prod-radio input[type="radio"],
.buylink-var-radio input[type="radio"] {
    display: none;
}

.buylink-prod-radio div,
.buylink-var-radio div {
    white-space: nowrap;
}

.buylink-prod-radio label,
.buylink-var-radio label {
    display: flex;
	flex-wrap: wrap;
    border: 1px solid #000;
    color: #000;
    padding: 0.65rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
	white-space: normal;
}

.buylink-prod-radio input[type="radio"]:checked+label,
.buylink-var-radio input[type="radio"]:checked+label {
    background-color: #000;
	color: #FFF;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.buylink-main-price-outer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 1rem 0;
}

.buylink-main-price {
    display: inline-flex;
}

.buylink-main-price .current {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--main-accent-color);
    padding-right: 0.35em;
}

.buylink-main-price .rrp, .buylink-main-price .saving {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #2a2b2a;
    align-content: flex-end;
    margin-bottom: 0.1em;
}

.buylink-main-note {
    font-size: 0.9rem;
    color: #2a2b2a;
    margin: 0.5em 0;
}

.buylink-main-note a {
    font-weight: normal;
    text-decoration: underline;
    color: #2a2b2a;
}

.stock-status-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.4em;
}

.stock-status-local-availability {
    display: flex;
    font-family: 'Public Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    width: max-content;
    padding: 0 0.4em;
    margin-top: auto;
    margin-bottom: 0.2em;
    color: #2a2b2a;
    min-width: 60%;
}

.stock-status-wrapper .buylink-stock-status-block:has(div.soldout)~.stock-status-local-availability {
    display: none !important;
}

.stock-status-wrapper .buylink-stock-status-block:has(div:not(.soldout))~.stock-status-local-availability {
    display: flex;
}

.buylink-stock-status-block {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
}

.stock-status-badge {
    color: #fff;
    font-family: 'Public Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    width: max-content;
    padding: 0.25em 0.4em;
    margin-bottom: 0.2em;
    font-size: 0.8rem;
    font-weight: 400;
}

.stock-msg svg {
    margin-right: 0.3em;
}

.stock-msg {
    font-size: 1rem;
    font-weight: 600;
    display: block;
}

.stock-msg:before {
    width: 8px;
    height: 8px;
    display: inline-block;
    content: '';
    -webkit-mask: url("data:image/svg+xml,%3Csvg style='width:8px;height:8px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 122.88 122.88' enable-background='new 0 0 122.88 122.88' xml:space='preserve'%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23000' d='M61.438,0c33.93,0,61.441,27.512,61.441,61.441 c0,33.929-27.512,61.438-61.441,61.438C27.512,122.88,0,95.37,0,61.441C0,27.512,27.512,0,61.438,0L61.438,0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg style='width:8px;height:8px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 122.88 122.88' enable-background='new 0 0 122.88 122.88' xml:space='preserve'%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23000' d='M61.438,0c33.93,0,61.441,27.512,61.441,61.441 c0,33.929-27.512,61.438-61.441,61.438C27.512,122.88,0,95.37,0,61.441C0,27.512,27.512,0,61.438,0L61.438,0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    margin-right: 0.3em;
    margin-bottom: 0.1em;
}

.stock-status-badge.instock {
    color: #018849;
    background-color: rgb(1, 136, 73, 0.2);
}

.stock-status-badge.instock .stock-msg:before {
    background-color: #018849;
}

.stock-status-badge.lowstock {
    color: #3b3b39;
    background-color: rgba(252, 237, 26, 0.589);
}

.stock-status-badge.lowstock .stock-msg:before {
    background-color: #f6c00e;
}

.stock-status-badge.soldout {
    color: #fff;
    background-color: rgb(46, 46, 46);
}

.stock-status-badge.soldout .stock-msg:before {
    background-color: #cc0000;
}

.hidden {
    display: none !important;
}

.buylink-v2-holder .pay-in-3-box {
    background-color: #FFF;
    border: 1px solid #939393;
    border-radius: 2px;
    padding: 0.75em 1em 0.2em 1em;
    margin: 1.5em 0 0 0;
}

.prod-brand-link {
    float: right;
}

.prod-brand-link a {
    text-transform: capitalize;
    color: var(--main-accent-color);
    font-size: 0.85em;
}

.prod-brand-link a:hover {
    text-decoration: underline;
}

.prod-brand-link-disc {
    float: right;
}

.prod-brand-link-disc a {
    text-transform: uppercase;
    color: var(--main-accent-color);
    font-size: 0.85em;
}

.prod-brand-link-disc a:hover {
    text-decoration: underline;
}

.block-buy {
    width: 100%;
    margin-bottom: 14px;
}

.block-buy .price {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: var(--main-accent-color);
    font-weight: 700;
    font-size: 1em;
    margin: 10px 0 0 0;
}

.block-buy .price .price-label {
    font-size: 0.9em;
    font-weight: 600;
    color: var(--main-accent-color);
    padding: 0 0.4em 0 0;
}

.block-buy .price .price-saving {
    font-size: 0.8em;
    color: #666;
    font-weight: 400;
}

.block-buy form {
    width: 100%;
}

div.buylink-holder h2 {
    color: #333 !important;
    font-size: 1.2em !important;
    padding-bottom: 8px;
}

.multi-prod-buylink-process h2 {
    display: none;
}

.multi-prod-buylink-process div {
    background: #FFF;
    border: 0;
}

.multi-prod-buylink-process button:hover {
    background: #FFF !important;
}

.buylink button {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-weight: 500;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    border: solid 2px var(--main-accent-color);
    background: var(--main-accent-color);
    margin-top: 10px;
}

.buylink button:hover {
    text-decoration: none;
    background: rgb(239, 239, 239) !important;
    color: var(--main-hover-color) !important;
}

.buylink button a {
    text-decoration: none;
    color: #FFF;
}

.multi-prod-buylink-process div.buylink-holder {
    padding: 0px;
    margin-top: 0px;
}

.multi-prod-buylink-process div.buylink-product select {
    max-width: 75%;
}

.buylink-payment-methods {
	display: flex;
	flex-wrap: wrap;
	margin:1.5em 0 0 0;
	padding-right:0.2em;
}

.buylink-payment-methods ul {
	display: flex;
	margin: 0;
	padding: 0;

}.buylink-payment-methods li {
	display: inline-flex;
	margin-right:0.5em;
}

.buylink-v2-addons button {
    width: 100%;
    font-family: 'Public Sans', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #018849;
    border: solid 2px #018849;
    padding: 16px 0;
    margin: 0;
    display: block;
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.buylink-v2-addons button:hover {
    text-decoration: none;
    background: #FFF;
    color: #018849;
}

.buylink-v2-addons button a {
    text-decoration: none;
}