﻿.colourswatchtop {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.colourswatch {
    width:32px;
    height:32px;
    display:inline-block;
    margin-bottom:10px;
}
.colourswatchON {
    border-bottom:3px solid red;
}
#header-leftwide {
    width: 66%;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px
}
table, th, td {
    border: 1px solid black;
}
table {
    border-collapse: collapse;
    width:100%;
}
td {
    width:50%;
    padding:5px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.basket-placeholder span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    color: #a1b6b7;
    font-size: 24px;
}

.ct-section-inner-wrap {
    padding-bottom: 25px;
}

.hidden {
    display: none;
}
.has-error {
    border:1px solid red !important;
}

.redemptioncode {
    width:80px;
    margin:3px;
}

.count {
    float: right;
    position: relative;
    top: 14px;
    left: -10px;
    color: #bbbbbb;
    font-size: 12px;
}

.inputbox, .rplm-alert > input {
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
}

.inputboxhighlight, .rplm-alert.inputboxhighlight  {
    border: 2px solid #fdbc00;
}

.rplm-alert input:focus {
    outline:none;
    border:1px solid white;
}
.product-purchase-form input, .rplm-alert input {
    border: none;
    font-size: 20px;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    width: calc(100% - 67px);
    margin-bottom: 0px;
    outline: none;
}

.iceprefix {
    padding-left:10px;
}

.rplm-alert input {
    margin-top: 0px;
}

.rplm-alert .inputbox {
    background-color:#ffffff;
}

.hide {
    display:none;
}

#enterbeyondswimcode {
    margin-left: 20px;
}

#redemptioncodenotification {
    margin-left: 20px;
}

a:hover {
    cursor:pointer;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.label-warning,
.badge-warning {
    background-color: #fdbc00;
    color:white;
}

.headerlink {
    font-weight:600;
}

.confirmation {
    text-align:center;
    margin-bottom:30px;
}

#site-preview > .ct-section-inner-wrap {
    padding-top: 0;
    padding-bottom: 5px;
}

div.basket-item-container.notactive, div.checkout-order-item-row.notactive {
    display: none !important;
}

.active-basket-items {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

span#product {
    text-transform:capitalize;
}

#basket-change, #basket-delete {
    font-size: 13px;
    border:1px solid #fdbc00;
    padding:4px;
    border-radius:0;
    cursor:pointer;
}

.basket-edit {
    margin-right:0px;
}

.svgrender {
    max-width:666px;
}

.runner-formLB {
    display: table;
    width: 100%;
    background-color: #eae9f0;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
    border-radius: 15px;
    margin-top: 30px;
    text-align:left;
}


/*CHECKOUT STYLING*/
#shipping-form {
    background-image: linear-gradient(#f7f7f7,#f7f7f7);
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items:start;
    justify-content: start;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 800px;
    padding-left: 30px;
    padding-right: 30px;
}

.form-group-checkout >label {
    font-size:13px;
    font-weight: bold;
}

    label [required1] {
    margin-left: -6px;
}

    label[required1]::before {
        content: '*';
        position: relative;
        left: -2px;
        color: #f00;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group-checkout {
    width:100%;
    margin-bottom:15px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size:10pt;
}

label[optional1]::after {
    content: ' (optional)';
    color: #737373;
}

.input-group-btn > .btn {
    position: relative;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}


.input-group-checkout {
    position: relative;
    display: table;
    border-collapse: separate;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid silver;
    border-radius: 4px;
    float:right;
    width:150px;
    background-color:white;

}

.floatleft {
    float: left;
    width: calc(100% - 150px);
}

#lookup_field {
    margin-top:20px;
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    /*background: #fff url(images/downarrow.png) no-repeat 97.5% 50%;*/
    background-size: 12px;
}

.active-items {
    text-align: left;
    width:100%;
}
#idpc_dropdown {
    width: 100%;
    padding: 6px 8px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
}

#lookup_field {
     padding: 0;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    /*background: #fff url(images/downarrow.png) no-repeat 97.5% 50%;*/
    background-size: 12px;
}


#idpc_dropdown:focus {
    outline: none;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated :invalid.custom-select, .was-validated :invalid.form-control {
    border-color: #dc3545;
}
.custom-select.is-valid, .form-control.is-valid, .was-validated :valid.custom-select, .was-validated :valid.form-control {
    border-color: #28a745;
}