﻿/* Common style for all pages */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

.error {
    color: #cc0000;
}

.success {
    color: #009900;
}

.preline {
    white-space: pre-line;
}

.sub-category-item .product-heading {
    padding-bottom: 0;
}

.nav-login.logout a {
    background-image: url("../img/icons/icon-nav-logout.png");
}

.product-kit-options .radio {
    padding-left: 2px;
}

.product-list-row .row:not(:last-child) div {
    border-bottom: medium none;
}

.styled-form input[type="text"][disabled], .styled-form input[type="email"][disabled], .styled-form textarea[disabled] {
    color: #aaa;
}

#repControl {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 4px ridge #ccc;
    padding: 0px 8px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
    background: #eee;
    font-size: 0.9em;
    z-index: 999;
    opacity: 0.5;
    transition: opacity 0.3s;
}

    #repControl:hover {
        opacity: 1;
    }

    #repControl p {
        margin: 0.5em 0;
    }

    #repControl a.button {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 2px 6px;
        border-radius: 5px;
        background: #ff6c00;
        color: White;
        text-decoration: none;
    }

@media (max-width: 1024px) {
    #repControl {
        position: inherit;
    }
}

@media (max-width: 420px) {
    #repControl {
        position: inherit;
    }
}
/*Location page*/

@media (min-width: 768px) {
    .aus-map #adelaide {
        right: 26% !important;
        top: 67% !important;
    }
}

#loading-payment-popup-overlay {
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

#loading-payment-popup {
    background-image: url(/images/ajax-loader-payment.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

    #loading-payment-popup:before {
        content: "Please wait while your order is finalised....";
        position: absolute;
        top: 55%;
        left: 48%;
        transform: translate(-40%, 100%);
        color: white;
    }

#loading-popup {
    display: none;
    background-image: url(/images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

    #loading-popup:before {
        content: "Loading...";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%, 100%);
    }

.imgRight {
    float: right;
    margin: 0 0 5px 12px;
}

.imgCenter {
    display: block;
    text-align: center;
}

    .imgCenter > img {
        width: 100%;
    }

.sub-category-item .product-heading h2 a {
    height: 6em;
    overflow: hidden;
    line-height: 1;
    display: inline-block;
}

.category-list .sub-category-item .sub-category-container .product-heading h2 a {
    color: black;
    font-family: lato;
    font-weight: 200;
    font-size: 14px;
    height: auto;
}

    .category-list .sub-category-item .sub-category-container .product-heading h2 a:hover {
        color: #c96925;
    }

.category-list .sub-category-item .sub-category-container .product-heading h2 {
    background-color: #f5f5f5;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

@media (max-width: 768px) {
    .sub-category-item .product-heading h2 a {
        height: 9em;
    }
}

@media (min-width: 768px) {
    .main-content {
        padding: 30px 40px 70px 40px;
    }
}

.custom-overlap {
    margin-top: -85px;
    overflow: visible;
}

.custom-position {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
}

.breadcrumb {
    font-size: 12px;
}

.sub-category-container {
    background: white;
}

@media (max-width: 375px) {
    .addthis_native_toolbox {
        width: 275px !important;
    }
}

.sub-category-item .product-qty input {
    min-width: 40px;
}

@font-face {
    font-family: 'DaxRegular';
    src: url('/fonts/dax-regular-webfont.eot');
    src: url('/fonts/dax-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/dax-regular-webfont.woff') format('woff'), url('/fonts/dax-regular-webfont.ttf') format('truetype'), url('/fonts/dax-regular-webfont.svg#DaxRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#btnFeedback {
    position: absolute;
    left: 0;
    margin-top: -50px;
    top: 50%;
    z-index: 21;
}

@media (max-width: 991px) {
    #livechat-compact-container {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .install-instructions-box:nth-child(2n+3) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .install-instructions-box:nth-child(3n+4) {
        clear: left;
    }
}

.products-img-fixedheight {
    width: 171px;
    height: 137px;
}

@media (max-width : 450px ) {
    .products-img-fixedheight {
        width: 169px;
        height: 85px;
    }
}

.cursor_pointer {
    cursor: pointer !important;
}

.padding_bottom20 {
    padding-bottom: 20px;
}

.padding_bottom60 {
    padding-bottom: 60px;
}

.loginpagebox {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.min_height200 {
    min-height: 193px;
}
/* Home Page New Slider for promotions */

#slider .promo-btn {
    background: #e46918;
    font-size: 17px;
    padding-top: 10px;
    height: 45px;
    color: #FFFFFF;
    width: auto;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-appearance: button;
    padding-left: 24px;
    padding-right: 24px;
}

.slide-image-responsive {
    width: 100%;
    height: auto;
    display: block;
}

.mobile-content-image {
    padding-bottom: 20px;
    padding-top: 5px;
}

.center-content-hor-align-sm {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

#slider button {
    display: none;
}

#slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: -30px; /*max-width:1550px;*/
}

#screenslider .container {
    padding-bottom: 20px;
    padding-top: 20px;
}

#slider ul {
}

#slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

    #slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 16px;
        height: 16px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        outline: none;
        background: transparent;
        border-radius: 16px;
        border: #fff solid 1px;
    }

    #slider .slick-dots li.slick-active button:before {
        opacity: .75;
        background-color: #e46918;
        color: #e46918;
        border-radius: 16px;
        border: #fff solid 1px;
    }

    #slider .slick-dots li button::before {
        font-family: slick;
        font-size: 0px;
        line-height: 16px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 16px;
        height: 16px;
        content: "�";
        text-align: center;
        opacity: 0.25;
        color: #6D6A65;
        background-color: #6D6A65;
        -webkit-font-smoothing: antialiased;
        border-radius: 16px;
        border: #fff solid 1px;
    }

#slider .slick-list {
    overflow: hidden;
}

#slider .slider-previous2, #slider .slider-next2 {
    display: none;
}

#slider .slider-next2 {
    left: 10px;
}

    #slider .slider-previous2 img, #slider .slider-next2 img {
        display: none;
        margin: 0 auto;
    }

#slider .slide {
    min-height: 410px;
    width: 100%;
    color: #000000;
    float: left;
    background-color: transparent;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#mobileslider .slide {
    min-height: 120px;
}

#slider .slideText {
    padding-left: 0;
}

#slider .slideMobileContainer {
    padding-right: 0;
    padding-left: 0;
}

#slider .slideButton {
    padding-left: 0; /*width: 50%;*/
    margin-top: 5px;
}

#slider h2 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 5px;
}

#screenslider {
    display: block;
}

#mobileslider {
    display: none;
}

    #mobileslider .promo-btn {
        background: #e46918;
        font-size: 14px;
        padding-top: 8px;
        height: 35px;
        color: #FFFFFF;
        width: auto;
        margin: 0 auto;
        margin-top: 10px;
        -webkit-appearance: none;
        padding-left: 20px;
        padding-right: 20px;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4pt;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    #mobileslider .slideButton {
        padding-bottom: 50px;
    }

.mobile-content-img {
    max-height: 300px;
    width: auto;
    max-width: 100%;
}
/*@media only screen and (min-width: 768px) {    #screenslider .slide .slick-slide {        -webkit-flex-direction: column-reverse;        -ms-flex-direction: column-reverse;        flex-direction: column-reverse;    }}*/ /*@media only screen and (max-width: 768px) {*/

@media only screen and (max-width: 768px) {
    #screenSearchForm {
        display: none;
    }

    #screenslider {
        display: none;
    }

    #mobileslider {
        display: block;
    }

    #slider h2 {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 35px;
        text-align: center;
    }

    #slider slide {
        min-height: 120px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #screenslider {
        display: none;
    }

    .bottom-navbar2 {
        display: none;
    }

    #mobileslider {
        display: block;
    }

    #slider h2 {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 35px;
        text-align: center;
    }

    #slider slide {
        min-height: 120px
    }
}
/* End of Home Page New Slider for promotions */

.margin-top10 {
    margin-top: 10px;
}

.payment-type-container {
    background-image: linear-gradient(to top, #EFEDF0, #ffffff);
    margin-top: 30px;
}
/* Application form popup */

@media (min-width: 768px) {
    #application-form-popup .modal-dialog {
        width: 670px;
        margin: 30px auto;
    }
}

.main-searchbar {
    width: 100%;
    padding-left: 276px;
}

    .main-searchbar input {
        width: 80%;
        display: block;
        float: left;
        border: none;
        height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 17px;
    }

    .main-searchbar button {
        width: 20%;
        display: block;
        float: left;
        height: 45px;
        border: none;
        background: #e46918;
        color: #fff;
    }

.main-searchbar-left-block {
    float: left;
    height: 45px;
    width: 276px;
}

.main-searchbar-text-block {
    float: left;
    height: auto;
    width: auto;
    margin-left: -276px;
}

.bottom-navbar2 {
    background-color: #fff;
    min-height: initial;
    position: relative;
    z-index: 55;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 17px 39px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 17px 39px 0px rgba(0,0,0,0.03);
    box-shadow: 0px 17px 39px 0px rgba(0,0,0,0.03);
    margin-bottom: 5px;
}

    .bottom-navbar2 .navbar-header2 {
        height: 45px;
        overflow: hidden;
    }

.navbar-header2 {
    float: left;
}

#a-logout {
    padding-top: 15px;
}

.open-searchbar2 {
    display: block;
    border: none;
    background-image: url('../img/icons/icon-nav-search.png');
    background-repeat: no-repeat;
    background-position: 12px;
    width: 100%;
    height: 48px;
    background-color: transparent;
}

    .open-searchbar2:hover {
        background-color: #9C9C9C;
        color: #fff;
    }

#screenSearchForm {
    display: block;
}

@media only screen and (max-width: 768px) {
    #screenSearchForm {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #screenSearchForm {
        display: none;
    }
}
/*.open-searchbar2 span {    display: block;}*/

.span-specialbadge-small {
    width: 40px;
    height: 40px;
    position: absolute;
}

.span-specialbadge-small img{
    width:25px;
    height:25px
}

.specialbadge {
    display: inline-block;
    min-width: 10px;
    padding: 13px 10px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
}

.media img {
    position: relative;
    left: 8px;
}

span.specialbadge {
    position: absolute;
    top: 0%;
}

span.specialbadge-product {
    position: absolute;
    bottom: 0%;
    left: -20%;
}

@media (max-width: 991px) {
    span.specialbadge-product {
        position: relative;
        bottom: 0%;
        left: 0%;
    }
}

.prod-img img {
    position: relative;
    left: 0;
}

.specialbadge-small {
    width: 40px;
    height: 40px;
}
.specialbadge-small img {
    width: 25px;
    height: 25px
}

.specialbadge-large {
    width: 95px;
    height: 95px;
}

@media (min-width: 768px) {
    .media img {
        position: relative;
        left: 0;
    }
}

@media (max-width : 450px ) {
    .specialbadge-small {
        width: 25px;
        height: 25px;
    }

    .media img {
        position: relative;
        left: 0;
    }
}

.intro {
    text-align: center;
    font-family: Arial;
}

#previous-image, #previous-image-pop {
    position: absolute;
    top: 40%;
    background-color: transparent;
    background-image: url(/img/icons/back_arrow.png);
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 12px 12px;
    border: none;
    left: -2.5%;
    cursor: pointer;
    border-radius: 5px;
}

#next-image, #next-image-pop {
    position: absolute;
    top: 40%;
    left: 100%;
    background-color: transparent;
    font-size: 16px;
    padding: 12px 12px;
    background-repeat: no-repeat;
    background-image: url(/img/icons/front-arrow.png);
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

    #next-image:hover, #next-image-pop:hover {
        background-image: url(/img/icons/front_arrow_hover.png);
    }

#previous-image-pop:hover, #previous-image:hover {
    background-image: url(/img/icons/back_arrow_hover.png);
}

@media(min-width:768px) {
    #image-gallery, #image-gallery-pop {
        width: 100%;
        height: auto;
    }
    /*    #next-image {        left: 100%;    }*/
}

#current-image {
    width: 100%;
    height: auto;
}

#current-image-pop {
    width: 100%;
    height: auto;
}

@media(min-width:992px) {
    #image-gallery, #image-gallery-pop {
        width: 400px;
        height: auto;
        margin-left: 3%;
    }

    #image-gallery-pop {
        left: 13%;
    }
}

@media(min-width:1300px) {
    #image-gallery {
        margin-left: 5%;
        width: 400px;
        height: auto;
        margin-right: 3%
    }
}

@media(min-width:1300px) {
    #image-gallery-pop {
        margin: auto;
        width: 550px;
        height: auto;
        float: inline-start;
    }
}

.thumb-pop:hover {
    box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}

.thumb:hover {
    box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}

#image-thumbs, #image-thumbs-pop {
    padding: 10px 0px;
    display: flex;
    justify-content: safe center;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
}

#overlayIhPop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 500%;
    display: none;
    background: rgba(0,0,0,.6);
}

.thumb, .thumb-pop {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #000000;
}

.blurredElement {
    background: #000;
    opacity: 0.5;
}

.video-container {
    width: 100%;
    overflow: hidden;
    padding-top: 66.88%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 380px;
    border: none;
}

.popup {
    width: 65%;
    height: auto;
    padding: 10px 15px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 101;
    border-radius: 2px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    background-color: #ffffff;
}

@media(max-width:450px) {
    .popup {
        width: 100%;
        height: auto;
    }
}

@media(min-width:768px) {
    .popup {
        width: 600px;
        height: auto;
    }
}

@media(min-width:992px) {
    .popup {
        width: 600px;
        height: auto;
    }
}

@media(min-width:1300px) {
    .popup {
        width: 800px;
        height: auto;
    }
}

.popup button {
    display: block;
    background-color: transparent;
    font-size: 20px;
    color: #ffffff;
    background: #e46918;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    cursor: pointer;
}

.popup h2 {
    margin-top: -20px;
}

.popup p {
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}

.popup a {
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}

.alert-product-allocation {
    padding: 15px;
    background-color: #FFBABA;
    color: #D8000C;
}

.warning-product-allocation {
    padding: 15px;
    color: #9F6000;
    background-color: #FEEFB3;
}
.specialbadge {cursor: pointer; }
.specialbadge-product{cursor: pointer; }
.tooltip { position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); background-color: #333; color: #fff; padding: 8px 12px; border-radius: 6px; font-size: 13px; white-space: normal; width: 220px; text-align: center; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; z-index: 10; margin-bottom: 8px; }

.specialbadge:hover .tooltip { opacity: 1; visibility: visible; }
.specialbadge-product:hover .tooltip{ opacity: 1; visibility: visible; }