/* template.css 29-03-2021 @VC */

body {
    color: #444;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
}

#wait {
    position: fixed;
    z-index: 1040;
    color: #fff;
    background: rgba(0,0,0,0.9);
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    transition: all .3s;
    border-radius: 0px;
}

.waitbox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -150px;
    width: 300px;
    height: 80px;
}

.uppercase {
    text-transform: uppercase;
}

/* MARGIN */
.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}
/* /MARGIN */

/* PADDING */
.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}
/* /PADDING */

.redtext {
    color: red;
}

.navfix {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}

.collapse.navbar-collapse {
    justify-content: flex-end;
}

.mtop {
    margin-top: 60px;    
}

form {
    padding: 20px;
}

.form-control {
    font-size: 14px;
    height: auto;
    padding: 8px 12px;
}

label {
    font-family: 'MontserratMedium';
}

.singlelabel {
    display: inline-block;
}

.singlelabel:first-of-type {
    margin-left: 0 !important;
}

.singlelabel .noradio {
    display:none;
}

.singlelabel .noradio + label {
    position: relative;
    display: inline-block !important;
    padding: 7px 20px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    transition: all .3s;
    border: 1px solid #dddddd;
    font-weight: inherit;
}

.singlelabel .noradio:hover + label {
    background-color: #f5f5f5;
}

.singlelabel .noradio:checked + label {
    background-color: #eee;
    color: inherit;
}

.singlelabel .radio-inline span {
    padding-left: 17px;
}

.singlelabel .radio-inline span:before {
    top: 8px;
    left: 10px;
    background-image: url('../images/circle.svg');
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    -webkit-transition: background-image 150ms ease-in-out;
    transition: background-image 150ms ease-in-out;
}

.singlelabel .noradio:checked + label span:before {
    background-image: url('../images/circle-filled.svg');
}


.find-add {
    height: 40px;
    font-size: 12px;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 0 14px;
    transition: all .25s;
    width: 100%;
}

.find-add:hover {
    text-decoration: none;
}

.addresscontainer select {
    width: 100% !important;
    height: 40px;
    background-color: inherit;
    border-color: #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
    color: inherit;
}

.sel-add {
    display: none !important;
}

.prev-btn-abs {
    position: absolute;
    top: 10px;
}

.prev-btn-rel {
    position: relative;
    top: 7px;
}

.back {
    background: #eee;
    border: none;
    border-radius: 4px;
    padding: 2px 8px;
}

.newsletterOptin-input {
    display: none;
}

.newsletterOptin-input:checked ~ span:before {
    background-image: url('../images/tick.svg');
}

.newsletterOptin-text:before {
    background-image: url('../images/untick.svg');
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    top: 2px;
    left: 15px;
}

.newsletterOptin-text {
    font-size: 13px;
    color: inherit;
    line-height: 15px;
    display: block;
    padding-left: 25px;
}

.confirm {
    font-size: 12px;
    line-height: 15px;
}

#message {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px 15px;
}

.optout-row {
    margin-top: 60px;
    margin-bottom: 100px;
}

.optout {
    position: relative;
}

.optout-input {
    display: none;
}

.optout-input:checked ~ span:before {
    background-image: url('../images/tick.svg');
}

.optout-text:before {
    background-image: url('../images/untick.svg');
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
}

.optout-text {
    font-size: 13px;
    color: inherit;
    line-height: 15px;
    display: block;
    padding-left: 24px;
}

footer {
    font-size: 12px;
    padding: 60px 0;
}
footer a:hover {
    text-decoration: underline;
}

/* ----- RESPONSIVE ----- */
@media (max-width:480px) {
    .prev-btn-abs, .prev-btn-rel {
        position: relative;
        top: 7px;
    }
}

@media (min-width:481px) {
    .flex {
        display: flex;
        align-items: center;
    }
}

@media (min-width:481px) and (max-width:768px) {
    
}

@media (max-width:768px) {
    
}

@media (max-width:991px) {

}
/* ----- RESPONSIVE ----- */

/* Back to top button  */
#back-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    /* border-radius: 20px; */
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out 0s;
    z-index: 9999;
    /* background-color: rgba(0, 0, 0, 0.7) !important; */
    height: auto;
    width: auto;
}
#back-top a {
	width: auto;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

#back-top span {
    background-color: #222222;
    background-image: url('../images/top.svg') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    transition: all 1s ease 0s;
    background-size: 60% auto;
}
#back-top a:hover span {
	background-color: #888;
}