/*---------------------------
Custom CSS create 2019/09
--------------------------*/

h1,
.h1 {
    color: #EB3353;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-5 {
    margin-top: 5px;
}


.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top:40px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-10 {
    margin-left: 10px;
}


.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.p-0 {
    padding: 0;
}

.pv-10 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pv-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom:40px;
}

.border-custom {
     border-bottom:1px solid #dfdfdf;
}

.panel-products {
    min-height: unset;
    border:none;
}

.panel-products img {
   height: 120px;
}


.d-none {
    display: none;
}

.d-inline-block {
    display: inline-block;
}

.btn-grp,
.btn-grp, .modal-footer .btn.btn-grp {
    margin: 0 0.25em 1em 0.25em;
}

.req:after {
    content: "*";
    vertical-align: middle;
    font-size: 0.9em;
    color: #000000;
    margin: 0 0 0 0.3em;
}

.nav > li > a {
    color: #777777;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/dist/fonts/glyphicons-halflings-regular.eot');
    src: url('/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
    url('/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), 
    url('/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
    url('/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.btn-search input {
    float: none;
    display: inline-block;
    max-width: 200px;
}

.btn-feature{
    cursor: pointer;
    margin: 10px auto;
    display: block;
}

.header-text {
    padding-top: 5px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-left: 2em;
    margin-right: 1em;
}

a.header-text,
a.header-text:hover,
a.header-text:focus {
    text-decoration:none;
}

.breadcrumb a {
    color:#000000;
}
/*----------------------------------------
Custom icon styles
----------------------------------------*/
.pagination>li:first-child>span:before,
.pagination>li:last-child>span:after,
.pagination>li:first-child>a:before,
.pagination>li:last-child>a:after,
.accordion-title::before,
.panel-heading a:after,
.collapse-trigger:after,
.breadcrumb>li+li::before,
.fa,
.fa:before,
.header--secondary a[href^="tel"]:before,
.dropdown>a:before,
.dropdown>a:after,
.icon-link:before,
.icon-list--all li:before,
.has-icon:before,
.has-icon:after,
.has-icon--next:after {
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.disabled,
.pagination > li > span.disabled {
    color:#cdcdcd;
}
a.has-icon--cart {
    margin-right: -0.5em;
    text-decoration: none;
}

.has-icon--cart.btn-animated:after,
.has-icon--cart:not(.btn-animated):before,
.badge-header,
.cart-count,
a.header-text {
    color: #d9534f;
}
a.header-text:hover,
a.header-text:focus,
.has-icon.has-icon--cart:hover:before,
.has-icon.has-icon--cart:focus:before{
    color:#d2322d;
}

.has-icon--cart.btn-animated:after,
.has-icon--cart:not(.btn-animated):before{
    content: "\e116";
}

.list-unstyled a.has-icon {
    font-size: unset;
}

.badge-header {
    position: relative;
    top: -1em;
    max-width: 2em;
    right: 1.3em;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 2px 4px;
    background-color: transparent;
}

.collapse-trigger:after {
    position: absolute;
    left:
}

.collapse-style-1 .panel-heading a:after {
    content: "\e082";
}

.collapse-style-1 .panel-heading a.collapsed:after {
    content: "\e081";
}

/*.scrollToTop i {
margin-top: 12px;
display: block;
}*/

.fa-chevron-up:before {
    content: "\e113";
    margin-left: 2px;
}


.icon-list--all {
    list-style: none;
    padding-left: 2em;
}

.panel-body .icon-list--all li {
    border-bottom: 1px solid #eaeaea;
    margin-left: -2em;
    padding: 0.75em 0.5em 0.75em 2.5em;
}

.panel-body .icon-list--all li:last-of-type {
    border: none transparent;
}

.panel-body .icon-list--all {
    margin-bottom: 0;
}

.main-container .list-unstyled li {
    margin-bottom: 0.25em;
}

/*.main-container .list-unstyled.icon-list--all {
padding-left: 0;
}*/

.icon-list--all a {
    color: #777;
}

.icon-list--all li:before,
.header--secondary a[href^="tel"]:before,
.has-icon:before,
.has-icon--next:after {
    display: inline-block;
    font-size: inherit;
    margin-right: 0.5em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.has-icon:before {
    margin-left: -1.5em;
    font-size: 1.5em;
    vertical-align: middle;
}

.has-icon:hover,
.has-icon:focus,
.list-unstyled a.has-icon:hover,
.list-unstyled a.has-icon:focus {
    background-color: transparent;
    color: #000;

}

.icon-list--all-checked li:before {
    content: "\e013";
}

.icon-list--all-download li:before {
    content: "\e166";
}

.icon-list--all-play li:before {
    content: "\e072";
}

.icon-list--all small {
    display: block;
    margin-left: 2em;
    color: #666;
}

.icon-link {
    width: 22px;
    overflow: hidden;
    height: 22px;
    padding: 0;
    vertical-align: middle;
    line-height: 1em;
    border-radius: 0;
    border: none;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.icon-link--close {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    background-color: #fff;
    border-radius: 100%;
    border: transparent;
    z-index: 200;
}

.icon-add-circled:before,
.icon-link--close:before {
    content: "\e088";
    font-size: 22px;
    margin-top: 1px;
}

.icon-add-circled:before {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    margin-top: -3px;
    margin-left: -2.1em;
    font-size: 1.1em;
}

.btn.icon-add-circled {
    padding: 0.5em 0.5em 0.5em 3em;
}

.well+.icon-add-circled {
    margin-top: -1em;
}

.icon-play::before {
    content: "\e029";
}

.icon-download::before {
    content: "\e026";
}

.icon-phone:before {
    content: "\e182";
}

.popup-img {
    border: 1px solid #ddd;
    color: #666;
    display: block;
    margin: 0 auto 1em;
    padding: 1em;
    width: max-content;
    text-align: center;
    text-decoration:none;
}
.popup-img img {
    margin-bottom:1em;
}

.popup-img:hover,
.popup-img:focus {
    border-color: #357ebd;
    color: #357ebd;
    text-decoration:none;
}

/*----------------------------------------
Mega menu styles
----------------------------------------*/
.navbar-right .dropdown-menu {
    right: auto;
}
.dropdown>a:after{
    content: "\e114";
    color:#ababab;
    top: 0.2em;
    right:0;
    font-size: 0.8em;
}

.dropdown-menu-group {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}

.dropdown-menu-group li a {
    line-height: 1.5;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    color: #333;
    display: block;
    transition: none;
    border-bottom: 1px solid #ababab;
    text-decoration: none;
}

.dropdown-menu-group li a:hover,
.dropdown-menu-group li a:focus {
    background-color: #e7e7e7;
}

/*----------------------------------------
Panel
----------------------------------------*/
.panel-group .panel-default {
    border-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-group .panel-heading {
    padding: 0
}

.panel-heading a {
    font-weight: 400;
    display: block;
    position: relative;
    padding: 10px 40px 10px 15px;
    color: inherit
}

.collapse-contextual .panel-heading a:after,
.panel-heading a:after {
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%
}

.collapse-style-1 .panel-heading {
    background-color: #fafafa
}


.collapse-style-1 .panel-heading a:after {
    /* content: "\f146";*/
    font-size: 14px;
    font-weight: 300;
    margin-top: -7px
}

.collapse-style-1 .panel-body {
    border-top: none !important;
    background-color: #fafafa;
    padding-top: 0
}


.collapse-style-1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.panel-group .panel {
    border-radius: 0;
}

.collapse-style-1 .panel-heading a {
    text-decoration: none;
    border: none;
    outline: 0;
}

.collapse-style-1 .panel-heading a:not(.collapsed) {
    color: #fff;
    background: #000;
}

.collapse-style-1 .panel-heading a.collapsed:hover,
.collapse-style-1 .panel-heading a.collapsed:focus {
    background-color: #E7E7E7;
    color: #000;

}

.collapse-style-1 .panel-body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
}

.list-inline.icon-list--all {
    padding-left: 0;
}

.list-inline.icon-list--all li {
    /* margin-bottom: 0.5em;*/
    padding-right: 1em;
    padding-left: 0;
}

.list-inline.icon-list--all li:before {
    margin-right: 0.25em;
}

.list-inline.icon-list--all .has-icon {
    padding-left: 0;
}

.list-inline.icon-list--all .has-icon::before,
.list-inline.icon-list--all li::before {
    margin-left: 0;
    margin-right: 0.4em;
    font-size: 0.9em;
}

.list-inline[class*="pull-left"] li {
    margin: 0;
    padding: 0;
}

/*-------------------------
block list
--------------------------*/

.block-list {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}

.block-list li {
    margin: 0.5em auto;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.block-list img {
    max-width: 100px;
}
/*----------------------
Modal styles
------------------------*/
.modal {
    z-index: 10000;
}
.modal-title {
    display: inline-block;
}
.modal-header .close {
    margin-top: 0;
    font-size: 24px;
}
/*.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left:0;
}
.modal-footer .btn {
    margin-right: 0 1em;
}*/

/*----------------------
Cart controls
------------------------*/
.item--qty input,
.cart-item--qty input {
    display: inline-block;
    max-width: 5em;
    vertical-align: middle;
    text-align: center;
}

table.stack-table th,
table.stack-table td {
    vertical-align: middle !important;
}

#cart-count-md {
    /* top: -1rem;
position: relative; */
}

input.qtyplus,
input.qtyminus {
    /* color:#fff;*/
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: transparent;
    /* font-size: 0.8em */
    font-weight: 700;
    outline: transparent;
    width: auto;
    height: auto;
    padding: 0;
}




/*input.qtyplus:focus,
input.qtyminus:hover {
border: transparent;
color:#fff;
}*/

/*Hides browser generated spinners when input type is a number*/
input[type="number"].qtynum,
input[type=number].qtynum–noSpinners {
    -moz-appearance: textfield;
    max-width: 5em;
    display: inline-block;
}




input[type=number].qtynum::-webkit-inner-spin-button,
input[type=number].qtynum::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].qtynum {
    -moz-appearance: textfield;
    padding: 0.3rem;
}

#divAdd .btn,
#main-qty_4 {
    min-height: 38px;
}

.total-amount span small {
    display: table;
    font-weight: 400;
    width: 100%;
}

td.total-amount span:last-of-type {
    width: 100px;
    display: inline-block;
}


.text-danger {
    color: #000000;
    font-weight:600;
}

@media screen and (max-width: 479px) {
    .mt-xs-20 {
        margin-top: 20px;
    }

    .ml-xs-0 {
        margin-left: 0;
    }

    .text-center-xs {
        text-align: center;
    }

    .mx-xs-auto {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .xs-stack {
        width: 100%;
        clear:both;
        float: none;
    }    
}

/*----------------------------
Grid styles
------------------------------*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem text-decoration: none;
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

/*--- Card customisations ----------*/
.card-deck .card {
    color: #8c8d8e;
    margin-bottom: 3rem;
    border-radius: 0;
    flex: 0 0 calc(25% - 30px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 7px transparent
}

.card-deck .card:hover,
.card-deck .card:focus {
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.card-deck .card .card-title {
    color: #343536;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: none margin-top: 1rem;
}

.card-deck .card .card-img-top {
    padding: 0.5rem
}

.card-deck .card .card-body {
    padding: 0.25rem 1rem
}

.card-deck .card .card-footer {
    border-color: transparent;
    background-color: transparent;
    color: #000;
    padding-right: 1rem;
    padding-left: 1rem
}

.card-deck.category-grid .card {
    margin-right: 10px;
    margin-left: 10px
}

.card-deck.category-grid .card .card-title {
    font-size: 1.2rem;
    margin-bottom: 0
}

@media (min-width: 0) {
    .card-deck .card {
        flex: 0 0 calc(100% - 30px)
    }
    .card-deck.category-grid .card {
        flex: 0 0 calc(50% - 20px)
    }    
}

@media (min-width: 576px) {
    .card-deck .card {
        flex: 0 0 calc(50% - 30px)
    }
    .card-deck.category-grid .card {
        flex: 0 0 calc(50% - 20px)
    }    
}

@media (min-width: 768px) {
    .card-deck .card {
        flex: 0 0 calc(33.3333333333% - 30px)
    }
    .card-deck.category-grid .card {
        flex: 0 0 calc(33.3333333333% - 20px)
    }    

    /*----Internal page banner settings default ----*/
    .navbar.navbar-default:after {
        display: block;
        content: "";
        width: 100%;
        height: 200px;
        background: url(https://www.constructionsupply.com.au/v02_inc/images/layout-assets/feature-graphic-global-lg.jpg) no-repeat center center/cover;
    }
    /*----Overide defualt banner image ----*/
    .navbar.navbar-default.has-custom-banner:after{
        display: none;
    }

    .nav > li > a {
        border-bottom: 4px solid transparent;
    }

    .header-alt-content {
        position: absolute;
        top:15px;
    }


}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar .container {
        width: 100%;
    }
    .navbar > .container .navbar-brand {
        margin-left: 0;
    }
}


@media (min-width: 992px) {
    .card-deck .card {
        flex: 0 0 calc(25% - 30px)
    }
    .card-deck.category-grid .card {
        flex: 0 0 calc(25% - 20px)
    }
    .text-center-md {
        text-align: center;
    }
    .dropdown:hover .dropdown-menu,
    .dropdown:focus .dropdown-menu {
        display: block;
    }
    .text-right-md {
        text-align:right;
    }
    .btn-login a.header-text {
        font-size: 20px;
        margin-top: -27px;
        display: block;
    }    
    .btn-login a.header-text.cart-none {
        margin-top: 0;
    }
    .xs-iconify:before {
        display: none;
    }
    .header-alt-content {
        top:30px;
    }        
}


@media (max-width: 575px) {
    .card-deck.category-grid .card {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto
    }
    .navbar-brand img {
        max-width: 90px;
    }

    .modal-footer .btn {
        display: block;
    }


    .modal-footer .btn + .btn {
        margin-top: 1.5em;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin: 5px 8px 15px 8px;
        width: auto;
        border-color: #d9534f;
    }
    .navbar .navbar-icon {
        padding-top: 0;
    }
    .navbar.navbar-default {
        padding: 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #d9534f;
    }

    .btn-search {
        margin-top: 0 !important;
    }
    .navbar-collapse {
        max-height: none;
        overflow: hidden;
    }
    .navbar-brand img {
        margin-left:7px;
    }   
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-brand img {
        max-width: 150px;
    } 
}

@media only screen and (max-width: 991px) {
    a.header-text.xs-iconify {
        width: 30px;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        height: 30px;
        margin-top: -25px;
        text-indent: 100%;
    }
    a.header-text.has-icon.xs-iconify.icon-phone.cart-none {
        margin-top: 0;
    }
    a.header-text.xs-iconify:before {
        font-size: 1.25em;
        display: block;
        width: 30px;
        height: 30px;
    }



    table.stack-table thead,
    table.stack-table th:empty, 
    table.stack-table td:empty {
        display: none;
    }

    table.stack-table tr + tr {
        border-top: 2px solid #333;
    }

    table.stack-table td {
        display: block;
        white-space: normal !important
    }

    table.stack-table td::before {
        content: attr(data-title);
        margin-right: 1em;
        font-weight: 700;
        color: #000;
        display: block;
        font-size: 0.9em;
        margin-bottom: 0.35em;
    }
    table.stack-table td input[type="radio"]:after {
        content: "Select";
        display: inline-block;
        margin: 0 0 0 2rem;
        line-height: 1;
        vertical-align: text-top;
    }    
}

.cart-none {
    display: none;
}

/*Reset styles to defaults*/
*.reset-p > * {
    padding: unset !important;
}

.tbl_stores {
    font-size: 14px;
}

