@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700');

/* General */

body {
    font-family: "Poppins",
    "Lato",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif
    /*{Global | body-font-family}*/
    ;
    font-size: 14px
    /*{Global | body-font-size}*/
    ;
    color: rgba(0,
        0,
        0,
        1)
    /*{Global | body-font-colour}*/
    ;
    background-color: #ffffff
    /*{Global | body-background-colour}*/
    ;
}

a {
    color: rgba(75,
        123,
        190,
        1)
    /*{Global | link-text-colour}*/
    ;
}

a:hover,
a:focus {
    color: rgba(63,
        104,
        161,
        1)
    /*{Global | link-text-hover-colour}*/
    ;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: rgba(75,
        123,
        190,
        1)
    /*{Global | headers-colour}*/
    ;
}

h1,
.h1 {
    font-size: 30px
    /*{Global | header-1-font-size}*/
    ;
}

h2,
.h2 {
    font-size: 24px
    /*{Global | header-2-font-size}*/
    ;
}

h3,
.h3 {
    font-size: 18px
    /*{Global | header-3-font-size}*/
    ;
}

h4,
.h4 {
    font-size: 16px
    /*{Global | header-4-font-size}*/
    ;
}

h5,
.h5 {
    font-size: 14px
    /*{Global | header-5-font-size}*/
    ;
}


/* Buttons */


/* Default */

.btn-default {
    color: #333333
    /*{Default colour style | btn-default-text-colour}*/
    ;
    background-color: #ffffff
    /*{Default colour style | btn-default-bg-colour}*/
    ;
    border-color: #cccccc
    /*{Default colour style | btn-default-border-colour}*/
    ;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333
    /*{Default colour style | btn-default-text-colour-hover}*/
    ;
    background-color: #ebebeb
    /*{Default colour style | btn-default-bg-colour-hover}*/
    ;
    border-color: #adadad
    /*{Default colour style | btn-default-border-colour-hover}*/
    ;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff
    /*{Default colour style | btn-default-bg-colour}*/
    ;
    border-color: #cccccc
    /*{Default colour style | btn-default-border-colour}*/
    ;
}

.label-default {
    background-color: #eeeeee
    /*{Default colour style | label-default-bg}*/
    ;
    color: #888888
    /*{Default colour style | label-default-text-colour}*/
    ;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
    /*{Default colour style | label-default-bg-hover}*/
    ;
}


/* Primary */

.btn-primary {
    color: #ffffff
    /*{Primary colour style | btn-primary-text-colour}*/
    ;
    background-color: rgba(75,
        123,
        190,
        1)
    /*{Primary colour style | btn-primary-bg-colour}*/
    ;
    border-color: rgba(75,
        123,
        190,
        1)
    /*{Primary colour style | btn-primary-bg-colour}*/
    ;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff
    /*{Primary colour style | btn-primary-text-colour-hover}*/
    ;
    background-color: rgba(121,
        46,
        121,
        1)
    /*{Primary colour style | btn-primary-bg-colour-hover}*/
    ;
    border-color: rgba(121,
        46,
        121,
        1)
    /*{Primary colour style | btn-primary-bg-colour-hover}*/
    ;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: rgba(121,
        46,
        121,
        1)
    /*{Primary colour style | btn-primary-bg-colour-hover}*/
    ;
    border-color: rgba(121,
        46,
        121,
        1)
    /*{Primary colour style | btn-primary-bg-colour-hover}*/
    ;
}

.label-primary {
    background-color: #428bca
    /*{Primary colour style | label-primary-bg}*/
    ;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
    /*{Primary colour style | label-primary-bg-hover}*/
    ;
}


/* Warning */

.btn-warning {
    color: #ffffff
    /*{Warning colour style | btn-warning-text-colour}*/
    ;
    background-color: #b391c7
    /*{Warning colour style | btn-warning-bg-colour}*/
    ;
    border-color: #b391c7
    /*{Warning colour style | btn-warning-bg-colour}*/
    ;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff
    /*{Warning colour style | btn-warning-text-colour-hover}*/
    ;
    background-color: #9c6fb6
    /*{Warning colour style | btn-warning-bg-colour-hover}*/
    ;
    border-color: #9c6fb6
    /*{Warning colour style | btn-warning-bg-colour-hover}*/
    ;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #9c6fb6
    /*{Warning colour style | btn-warning-bg-colour-hover}*/
    ;
    border-color: #9c6fb6
    /*{Warning colour style | btn-warning-bg-colour-hover}*/
    ;
}

.label-warning {
    background-color: #b391c7
    /*{Warning colour style | label-warning-bg}*/
    ;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #9c6fb6
    /*{Warning colour style | label-warning-bg-hover}*/
    ;
}


/* Danger*/

.btn-danger {
    color: #ffffff
    /*{Danger colour style | btn-danger-text-colour}*/
    ;
    background-color: #cc2639
    /*{Danger colour style | btn-danger-bg-colour}*/
    ;
    border-color: #cc2639
    /*{Danger colour style | btn-danger-bg-colour}*/
    ;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff
    /*{Danger colour style | btn-danger-text-colour-hover}*/
    ;
    background-color: #ac2925
    /*{Danger colour style | btn-danger-bg-colour-hover}*/
    ;
    border-color: #ac2925
    /*{Danger colour style | btn-danger-bg-colour-hover}*/
    ;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #cc2639
    /*{Danger colour style | btn-danger-bg-colour}*/
    ;
    border-color: #cc2639
    /*{Danger colour style | btn-danger-bg-colour}*/
    ;
}

.label-danger {
    background-color: #cc2639
    /*{Danger colour style | label-danger-bg}*/
    ;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
    /*{Danger colour style | label-danger-bg-hover}*/
    ;
}


/* Success */

.btn-success {
    color: rgba(255,
        255,
        255,
        1)
    /*{Success colour style | btn-success-text-colour}*/
    ;
    background-color: #333333
    /*{Success colour style | btn-success-bg-colour}*/
    ;
    border-color: #333333
    /*{Success colour style | btn-success-bg-colour}*/
    ;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: rgba(75,
        123,
        190,
        1)
    /*{Success colour style | btn-success-text-colour-hover}*/
    ;
    background-color: #1a1a1a
    /*{Success colour style | btn-success-bg-colour-hover}*/
    ;
    border-color: #1a1a1a
    /*{Success colour style | btn-success-bg-colour-hover}*/
    ;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #1a1a1a
    /*{Success colour style | btn-success-bg-colour-hover}*/
    ;
    border-color: #1a1a1a
    /*{Success colour style | btn-success-bg-colour-hover}*/
    ;
}

.label-success {
    background-color: #5cb85c
    /*{Success colour style | label-success-bg}*/
    ;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
    /*{Success colour style | label-success-bg-hover}*/
    ;
}


/* Info */

.btn-info {
    color: rgba(105,
        104,
        104,
        1)
    /*{Info colour style | btn-info-text-colour}*/
    ;
    background-color: #eeeeee
    /*{Info colour style | btn-info-bg-colour}*/
    ;
    border-color: #eeeeee
    /*{Info colour style | btn-info-border-colour}*/
    ;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: rgba(46,
        46,
        46,
        1)
    /*{Info colour style | btn-info-text-colour-hover}*/
    ;
    background-color: #d5d5d5
    /*{Info colour style | btn-info-bg-colour-hover}*/
    ;
    border-color: #d5d5d5
    /*{Info colour style | btn-info-bg-colour-hover}*/
    ;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #d5d5d5
    /*{Info colour style | btn-info-bg-colour-hover}*/
    ;
    border-color: #d5d5d5
    /*{Info colour style | btn-info-bg-colour-hover}*/
    ;
}

.label-info {
    background-color: #5bc0de
    /*{Info colour style | label-info-bg}*/
    ;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
    /*{Info colour style | label-info-bg-hover}*/
    ;
}


/* Breadcrumb*/

.breadcrumb {
    background-color: #f5f5f5
    /*{Breadcrumb | breadcrumb-background-colour}*/
    ;
}

.breadcrumb>li+li:before {
    color: #cccccc
    /*{Breadcrumb | breadcrumb-text-colour}*/
    ;
}

.breadcrumb>.active,
.breadcrumb a {
    color: rgba(120,
        170,
        214,
        1)
    /*{Breadcrumb | breadcrumb-active-link-colour}*/
    ;
}

.breadcrumb li:last-of-type>a {
    color: rgba(120,
        170,
        214,
        1)
    /*{Breadcrumb | breadcrumb-active-link-colour}*/
    ;
}


/* Pagination */

.pagination>li>a,
.pagination>li>span {
    color: #333333
    /*{Category Page | pagination-text-colour}*/
    ;
    background-color: #ffffff
    /*{Category Page | pagination-bg-colour}*/
    ;
    border-color: #333333
    /*{Category Page | pagination-text-colour}*/
    ;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: rgba(75,
        123,
        190,
        1)
    /*{Category Page | pagination-text-colour-active}*/
    ;
    background-color: #333333
    /*{Category Page | pagination-bg-colour-active}*/
    ;
    border-color: #333333
    /*{Category Page | pagination-bg-colour-active}*/
    ;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: rgba(75,
        123,
        190,
        1)
    /*{Category Page | pagination-text-colour-active}*/
    ;
    background-color: #333333
    /*{Category Page | pagination-bg-colour-active}*/
    ;
    border-color: #333333
    /*{Category Page | pagination-bg-colour-active}*/
    ;
}

.well {
    background-color: #f5f5f5;
    border-color: #e3e3e3;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-title {
    color: #333;
}

.panel-title.text-primary {
    color: #ffffff
    /*{Primary colour style | btn-primary-text-colour}*/
    ;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #dddddd;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav>li>a {
    color: #777777;
}

.navigation-list li a .icon {
    color: rgba(75,
        123,
        190,
        1)
    /*{Header | navbar-default-link-colour}*/
    ;
}

.navigation-list li:last-of-type a .icon {
    color: rgba(75,
        123,
        190,
        1)
    /*{Header | navbar-default-link-colour}*/
    ;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333333
    /*{Header | navbar-default-link-colour-hover}*/
    ;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555555
    /*{Header | navbar-default-link-colour-active}*/
    ;
    background-color: #e7e7e7
    /*{Header | navbar-default-link-bg-active}*/
    ;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: rgba(75,
        123,
        190,
        1)
    /*{Header | navbar-default-link-colour}*/
    ;
    border-bottom-color: rgba(75,
        123,
        190,
        1)
    /*{Header | navbar-default-link-colour}*/
    ;
}

.nav .caret {
    border-top-color: rgba(75,
        123,
        190,
        1)
    /*{Header | navbar-default-link-colour}*/
    ;
    border-bottom-color: rgba(75,
        123,
        190,
        1)
    /*{Header | navbar-default-link-colour}*/
    ;
}

.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
    border-top-color: rgba(75,
        123,
        190,
        1)
    /*{Header | navbar-default-link-colour}*/
    ;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333333
    /*{Header | navbar-default-link-colour-hover}*/
    ;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7
    /*{Header | navbar-default-bg-colour}*/
    ;
    color: #333333
    /*{Header | navbar-default-link-colour-hover}*/
    ;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.dropdown-menu {
    background-color: #ffffff;
    border-color: #cccccc;
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    color: #333333;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    background-color: #428bca;
}

.logo {
    max-width: 100%;
}


/**/

.container-news-sub h4 {
    color: rgba(75,
        123,
        190,
        1)
    /*{Footer | newsletter-heading-text-color}*/
    ;
}

.text-primary {
    color: #ffffff
    /*{Primary colour style | btn-primary-text-colour}*/
    ;
}

.text-danger,
.save,
.productsave,
.productsavetext {
    color: #cc2639
    /*{Danger colour style | sale-text-colour}*/
    ;
}

.blog-thumbs .date .day {
    color: #ffffff
    /*{Primary colour style | btn-primary-text-colour}*/
    ;
}

.wrapper-header .usps {
    color: #aaaaaa
    /*{Header | usp-text-color}*/
    ;
}

.wrapper-header .phone-number i,
.wrapper-header form[name=productsearch] i {
    color: rgba(75,
        123,
        190,
        1)
    /*{Header | phone-and-search-icon-colors}*/
    ;
}

.wrapper-header .phone-number a {
    color: rgba(75,
        123,
        190,
        1)
    /*{Header | phone-number-text-color}*/
    ;
}

.carousel-caption h3,
.carousel-caption .h3,
.carousel-caption p {
    color: #ffffff
    /*{Home Page | carousel-text-colour}*/
    ;
}

#homepageCarousel .carousel-item .carousel-caption h1 {
    color: #ffffff
    /*{Home Page | carousel-heading-color}*/
    ;
}

#homepageCarousel .carousel-item .carousel-caption .btn {
    color: #ffffff
    /*{Home Page | carousel-btn-color}*/
    ;
    border-color: #ffffff
    /*{Home Page | carousel-btn-color}*/
    ;
}

#homepageCarousel .carousel-item .carousel-caption {
    background-color: rgba(0,
        0,
        0,
        0.6)
    /*{Home Page | carousel-background-color}*/
    ;
}

.content-container {
    background-color: #f3f3f3
    /*{Home page | container-secondary-bg-color}*/
    ;
}

.wrapper-category-banner {
    background-color: #dcdcdc
    /*{Category Page | banner-background-color}*/
    ;
}

.wrapper-category-banner .category-caption {
    background-color: rgba(175,
        175,
        175,
        0.8)
    /*{Category Page | description-background-color}*/
    ;
}

#accordionOne .fa-star,
#accordionOne .fa-star-o {
    color: #ffffff
    /*{Primary colour style | btn-primary-text-colour}*/
    ;
}

.btn-outline-primary {
    color: #ffffff
    /*{Primary colour style | btn-primary-text-colour}*/
    ;
    background-color: transparent;
    border-color: #ffffff
    /*{Primary colour style | btn-primary-text-colour}*/
    ;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
    {
    color: #fff;
    background-color: #ffffff
    /*{Primary colour style | btn-primary-text-colour}*/
    ;
    border-color: #ffffff
    /*{Primary colour style | btn-primary-text-colour}*/
    ;
}

.main-nav .nav>li>a {
    color: rgba(0,
        0,
        0,
        1)
    /*{Header | menu-link-colour}*/
    ;
}

.container-main-nav {
    background-color: rgba(255,
        255,
        255,
        1)
    /*{Header | menu-background-colour}*/
    ;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #eeeeee
    /*{Header | menu-links-background-color}*/
    ;
}

.wrapper-header #cartcontentsheader,
.wrapper-header #cartcontentsheader:hover,
.wrapper-header #cartcontentsheader:focus {
    background-color: rgba(75,
        123,
        190,
        1)
    /*{Header | cart-button-colour}*/
    ;
}


/* ------------------------------------------- custom -------------------------------------- */

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}

.custom-script-thumbs {
    clear: both;
    margin: 10px 0 15px 0;
    text-align: left;
}

@media only screen and (min-width: 767px) {
    .custom-script-thumbs {
        height: 60px;
        clear: both;
        margin-top: 40px;
        text-align: left;
    }
}

li.custom-li {
    list-style: none;
}

a.custom_link {
    color: #b900ff;
}


/* New css */

header.container.wrapper-header+.container-fluid.container-main-nav .navbar-collapse ul.nav.navbar-nav li.dropdown.dropdown-hover:nth-child(7) {
    width: 200px !important;
}

/*header.container.wrapper-header+.container-fluid.container-main-nav .navbar-collapse ul.nav.navbar-nav li.dropdown.dropdown-hover:nth-child(7) a.Hire.dropdown-toggle {
    width: 100%;
    background: #4b7bbe;
    color: #fff;
    text-align: center;
}
*/
header.container.wrapper-header+.container-fluid.container-main-nav .navbar-collapse ul.nav.navbar-nav li.dropdown.dropdown-hover:nth-child(7) a.Hire.dropdown-toggle span.caret {
    display: none;
}

a.btn.btn-info.btn-lg.btn-block[data-target="#productenquiry"] {
    background: #4b7bbe;
    border: 2px solid #ccc;
    color: #fff;
}

a.wishlist_toggle.btn.btn-lg.btn-block.btn-outline-primary {
    border: 2px solid #ccc;
    color: #333;
}




@media (min-width:768px) {
    .tabbable .collapse {
        display: block;
    }
}

.tabbable .card button.btn.btn-link.btn-block.text-left {
    display: none;
}




/* 21 july 26 css */

.col-xs-12.col-md-4.ask-a-question {
    padding: 0;
}

.col-xs-12.col-md-4.ask-a-question a {
    background: none !important;
    color: #333 !important;
    padding: 10px 15px;
    border: 0 !important;
    text-align: left;
    font-size: 15px;
}

a.nav-link.reviews i.far.fa-star::before {
    font-family: 'FontAwesome';
    font-style: normal;
}

body#n_product .container-fluid.content-container>.container {
    width: 100%;
}


body#n_checkout .col-xs-12 .row.btn-stack .col-xs-12.col-md-9 button.btn.btn-default[title="Create Quote From Cart"] {

    background: #4b7bbe;

    height: 46px;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    color: #fff;

}

body#n_checkout .col-xs-12 .row.btn-stack .col-xs-12.col-md-9 button.btn.btn-default[title="Create Quote From Cart"] i.fa.fa-list-alt {

    margin-bottom: -2px;

}

body#n_product .productdetails.n-responsive-content {
    margin-top: 0;
}

body#n_product ul.read-more-wrap {
    padding-left: 0;
}

body#n_product .panel-body {
    padding: 0;
}



body a:focus {
    outline: unset !important;
}

article .thumbnail .product-image {
    padding-inline: 10px;
}

body#n_content table {
    margin-bottom: 20px;
}

.custom-table-class td, .custom-table-class th {
    padding-inline: 10px;
}

#n_product .wrapper-product-title h1 {
    line-height: 1.3;
}

@media (max-width:991px) {
    body#n_checkout .col-xs-12 .row.btn-stack .col-xs-12.col-md-9 button.btn.btn-default[title="Create Quote From Cart"] {
        width: 100%;
    }

    body#n_checkout .mt-2 {
        margin-top: 25px;
    }
}



@media (max-width:767px) {
    section.featured-prdoducts, .popular-products, body#n_product .row:has(article.wrapper-thumbnail), body#n_category .thumb .row {
        display: flex;
        flex-wrap: wrap;
        padding-inline: 15px;
        column-gap: 6px;
    }

    section.featured-prdoducts article.wrapper-thumbnail, .popular-products article.wrapper-thumbnail, body#n_product .row:has(article.wrapper-thumbnail) article.wrapper-thumbnail, body#n_category .thumb .row article.wrapper-thumbnail {
        width: calc(100% / 2 - 6px) !important;
        padding-inline: 0;
    }


    body#n_category .thumb .row::before, body#n_category .thumb .row::after {
        display: none;
    }

    section.featured-prdoducts h2.text-center {
        width: 100%;
    }

    .wrapper-footer .col-xs-12.col-sm-9 nav.row {
        display: flex;
        justify-content: space-between;
    }

    .wrapper-footer .col-xs-12.col-sm-9 nav.row ul.nav a {
        text-align: start;
        padding-inline: 0;
    }

    .wrapper-footer .col-xs-12.col-sm-9 nav.row h4 {
        text-align: start;
    }

    .wrapper-footer p img {
        margin-left: 0;
        display: block;
    }

    .wrapper-footer .col-xs-12.col-sm-9 nav.row .col-xs-12.col-sm-4 {
        width: auto;
    }

    .wrapper-footer .col-xs-12.col-sm-9 nav.row::before, .wrapper-footer .col-xs-12.col-sm-9 nav.row::after {
        display: none;
    }

    a:focus, a {
        outline: none !important;
    }

    #homepageCarousel .slick-prev, #homepageCarousel .slick-next {
        top: 45%;
    }

    .navbar-header ul.navigation-list.nMobileNav {
        display: flex !important;
        justify-content: space-between;
        gap: 15px;
    }

    .navbar-header ul.navigation-list.nMobileNav>li {
        width: auto;
    }

    .navbar-header ul.navigation-list.nMobileNav>li:last-child {
        background-color: #fff;
    }

    .navbar-header ul.navigation-list.nMobileNav>li:last-child a {
        color: #fff;
        position: relative;
        top: -4px;
    }

    .navbar-header ul.navigation-list.nMobileNav>li:last-child a span[rel="a2c_item_count"] {
        position: absolute;
        background: #5677bb;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        right: -4px;
        font-size: 12px;
        line-height: normal;
        top: -7px;
        border: 1px solid #fff;
    }

    .navbar-header ul.navigation-list.nMobileNav>li i.fa.fa-angle-down {
        top: -4px;
        position: relative;
    }

    .wrapper-footer p img {
        max-width: 100px;
        height: auto !important;
        width: 100% !important;
    }

    .wrapper-footer .col-xs-12.col-sm-9 nav.row .col-xs-12.col-sm-4:nth-child(2) {
        padding-inline: 0;
    }

    section#homepage-content>p {
        display: none;
    }

    section#homepage-content h2 {
        margin: 20px 0 20px;
    }

    .wrapper-footer ul.list-inline.list-social {
        margin-bottom: 0;
    }

    .wrapper-footer .payment-icons {
        padding-top: 0;
    }

    .wrapper-footer ul.list-inline.d-flex.flex-wrap {
        margin-bottom: 0;
    }

    .wrapper-header .navigation-list {
        margin: 7px 0 0px;
    }

    body#n_product .content-container section.row::before, body#n_product .content-container section.row::after {
        display: none;
    }

    .navbar-header ul.navigation-list.nMobileNav>li:last-child a span.icon {
        position: relative;
        top: 4px;
    }

    .wrapper-footer .nav>li>a {
        padding: 4px 15px;
    }

    .wrapper-footer hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .wrapper-footer .payment-icon-container {
        padding: 4px 2px;
    }

    .wrapper-footer .social-icons li:first-child, .wrapper-footer .payment-icons li:first-child {
        display: inline-block;
    }

    .wrapper-footer .payment-icon-container {

        height: 40px;
    }

    .wrapper-footer ul.list-inline.list-social {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section#homepage-content p:last-child {
        margin-bottom: 0;
    }

    .wrapper-category-banner .category-caption {
        padding: 15px 15px 8px;
    }

    .sort_container .form-group {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .sort_container .form-group label.control-label {
        margin-bottom: 0;
        padding: 0;
        width: auto;
    }


    body#n_category .thumb_list article .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    body#n_category .thumb_list article .panel.panel-default.no-border {
        margin-bottom: 0;
    }

    body#n_category .thumb_list article .row .price.lead {
        margin: 12px 0 0;
    }




    body#n_category .thumb_list article .row .price.lead {
        margin: 12px 0 0;
    }

    body#n_category .thumb_list article .row .col-xs-8.col-sm-6 {
        padding-right: 0;
    }

    body#n_category .thumb_list article .row .col-xs-12.col-sm-3.text-right, body#n_category .thumb_list article .row .col-xs-12.text-right, body#n_category .thumb_list article .row .col-xs-4.col-sm-3 {
        padding-inline: 0;
    }

    .nsearchinput-pl.well {
        left: 0;
    }

    section#homepage-content p br {
        display: none;
    }

    body .btn {
        padding: 6px 12px;
    }

    body#n_category .subcategories {
        display: flex;
        flex-wrap: wrap;
        padding-inline: 15px;
    }

    body#n_category .subcategories .category-thumbnail {
        width: calc(100% / 2);
        padding-inline: 0;
    }

    body#n_product .wrapper-brand.col-sm-5 {
        margin-bottom: 30px;
    }



    .instructions li {
        line-height: 22px;
        font-size: 16px;
    }

    .instructions.v5Design {
        margin-bottom: 0;
    }

    .content__container .content__row.disclosure.v5Design {
        margin-top: 0;
        padding-top: 0;
    }

    .header__content .subheadline_p {
        font-size: 16px;
        line-height: 22px;
    }

    .navbar {
        min-height: 40px;
    }

    body#n_customer .page-header h1 {
        font-size: 24px;
        line-height: 1.2;
        margin-top: 0;
    }

    .wrapper-category-banner h1 {
        font-size: 16px;
    }

    body#n_product section#shipbox .row.btn-stack {
        margin: 15px 0 0;
    }

    #n_product .wrapper-product-title .productpricetext {
        font-size: 30px;
    }

    body#n_content h1.page-header {
        font-size: 24px;
        line-height: 1.2;
    }

    .wrapper-footer address {
        margin-bottom: 10px;
    }

    body#n_checkout h1 {
        margin-top: 0;
        font-size: 24px;
    }

    .custom-table-class {
        overflow: auto;
    }

    .custom-table-class td, .custom-table-class th {
        padding-inline: 10px;
        white-space: nowrap;
    }

    #n_product .wrapper-product-title h1 {
        font-size: 16px;
    }

    body#n_product .row:has(article.wrapper-thumbnail) .col-xs-12 {
        padding-inline: 0;
    }

    body#n_product .custom-table-class {
        margin-bottom: 15px;
    }

    body#n_product .card-body {
        overflow: auto;
    }

    body#n_product .card-body th, body#n_product .card-body td {
        white-space: nowrap;
    }

    body#n_product .card-body td li, body#n_product .card-body th li {
        min-width: 200px;
        white-space: normal;
    }

    body#n_product li.custom-li ul {
        margin-bottom: 10px;
    }

    .wrapper-category-banner .category-caption .n-responsive-content img {
        object-fit: contain;
        margin: 0 10px 10px 0px;
    }

    body#n_product .col-xs-3.col-sm-6:has(a.fancybox) {
        padding-inline: 5px;
    }

    body#n_product .col-xs-3.col-sm-6:has(a.fancybox):first-child {
        margin-left: 10px;
    }

    #n_product #main-image {
        width: 100%;
    }

    .navbar-nav>li>.dropdown-menu a:empty {
        display: none;
    }

    body#n_category .col-xs-12 hr {
        margin: 10px 0;
    }

    body#n_product .tab-content {
        padding-top: 10px;
    }



    .custom-table-class td li, .custom-table-class th li {
        min-width: 200px;
        white-space: normal;
    }



    .row.desktop-accordion-main ul.nav.nav-tabs {
        display: none;
    }

    .row.desktop-accordion-main .card button.btn.btn-link.btn-block {
        display: block;
        outline: unset;
        min-height: 44px;
    }

    .tab-content>.tab-pane {
        display: block;
    }



    .desktop-accordion-main div#accordionVideo .n-responsive-content>.row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px !important;
        margin: 0;
    }

    .desktop-accordion-main div#accordionVideo .n-responsive-content>.row::before, .desktop-accordion-main div#accordionVideo .n-responsive-content>.row::after {
        display: none;
    }

    .desktop-accordion-main div#accordionVideo .n-responsive-content>.row .wrap-alt-img-1 {
        padding: 0;
    }

    .desktop-accordion-main .tab-content>.tab-pane .card {
        border: 1px solid rgba(0, 0, 0, .125);
        background-color: #fff;
    }



    .desktop-accordion-main .tab-content>.tab-pane .card .card-header {
        background-color: rgba(0, 0, 0, .03);
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }

    .desktop-accordion-main .tab-content>.tab-pane .card .card-header h5 {
        margin: 0;
    }

    .desktop-accordion-main .tab-content>.tab-pane .card .card-header h5 button {
        text-decoration: none;
        color: #000;
    }

    .desktop-accordion-main .tab-content>.tab-pane .card .card-body {
        padding: 20px;
    }


    .desktop-accordion-main .pdf-grid {
        grid-template-columns: 1fr;
        margin-bottom: 10px;
    }

    .row.desktop-accordion-main .tab-content {
        padding-top: 0 !important;
    }

    .row.desktop-accordion-main hr {
        margin-bottom: 0;
    }

    body#n_product section#shipbox .row.btn-stack>.col-xs-12 {
        padding-inline: 0;
    }
}

@media (max-width:567px) {
    body#n_product .nav-tabs>li>a {
        padding-inline: 8px;
    }

    .wrapper-footer .nav>li>a {
        padding: 2px 15px;
    }
}

@media (max-width:480px) {
    .wrapper-footer .col-xs-12.col-sm-9 nav.row {
        flex-wrap: wrap;
    }

    .wrapper-footer .col-xs-12.col-sm-9 nav.row .col-xs-12.col-sm-4:nth-child(2) {
        padding-inline: 15px;
    }

    .wrapper-footer .col-xs-12.col-sm-9 nav.row .col-xs-12.col-sm-4:last-child {
        width: 100%;
        margin-top: 12px;
    }

    .wrapper-footer .col-xs-12.col-sm-9 nav.row .col-xs-12.col-sm-4:last-child h4 {
        border-top: 1px solid #e6e6e6;
        padding-top: 22px;
    }

    .wrapper-footer p img {
        max-width: 80px;
    }

    .navigation-list .icon {
        font-size: 22px;
    }

    .navbar-header ul.navigation-list.nMobileNav>li:last-child a {
        top: -2px;
    }

    .navbar-header ul.navigation-list.nMobileNav>li:last-child a span.icon {
        top: 3px;
    }

    .desktop-accordion-main div#accordionVideo .n-responsive-content>.row {
        grid-template-columns: 1fr;
    }
}

@media (max-width:380px) {
    section.featured-prdoducts article.wrapper-thumbnail, .popular-products article.wrapper-thumbnail, body#n_product .row:has(article.wrapper-thumbnail) article.wrapper-thumbnail, body#n_category .thumb .row article.wrapper-thumbnail {
        width: calc(100% / 2 - 6px) !important;
        flex: 1 1 calc(100% / 2 - 6px) !important;
    }

    .thumbnail .product-image {
        width: auto;
        padding-inline: 10px;
    }
}

article.wrapper-thumbnail.col-xs-8.col-sm-6.col-md-4 a.btn.btn-info.btn-lg.btn-block {
    height: 34px;
    width: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: #4b7bbe;
    color: #fff;
}

@media(max-width: 767px) {
    section.desktop-banner-setion {
        display: none;
    }

    section.mobile-banner-setion {
        display: block !important;
    }
}

footer.wrapper-footer ul.nav.navbar-nav.navbar-right.mobile-display-none{
    display: none;
}

a.equipment-hire {
    display: flex;
    background: #4b7bbe;
    height: 100%;
    min-height: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
header.container.wrapper-header span.phone-number a {
    font-size: 14px;
}
header.container.wrapper-header span.phone-number {
    display: flex;
    align-items: center;
}









    .col-xs-12.col-sm-8.col-md-9.eqp-btn {
   display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {


.row.first-row {
    flex-wrap: wrap;
}

.row.first-row .col-xs-12.col-sm-3.col-md-5.col-md-offset-1.col-lg-5.col-lg-offset-3.first-div {
    width: 100%;
    justify-content: end;
    display: flex;
}

.row.first-row .hidden-xs.col-sm-6.col-md-3.col-lg-2:nth-child(2) {
    max-width: 35% !important;
    width: 100%;
}

.row.first-row .hidden-xs.col-sm-6.col-md-3.col-lg-2:nth-child(3) {
    width: 100%;
    max-width: 35% !important;
}

row.first-row .hidden-xs.col-sm-3.col-md-3.col-lg-3 {}

.row.first-row  .hidden-xs.col-sm-3.col-md-3.col-lg-3 {
    width: 100%;
    max-width: 30%;
}
}

@media(max-width: 767px){
    ul.nav.navbar-nav.navbar-right.mobile-display-none {
        display: none;
    }
    footer.wrapper-footer ul.nav.navbar-nav.navbar-right.mobile-display-none {
        display: block !important;
    }
    footer.wrapper-footer ul.nav.navbar-nav.navbar-right.mobile-display-none li:last-child {
        display: none;
    }
    footer.wrapper-footer ul.nav.navbar-nav.navbar-right.mobile-display-none li:first-child span.announcement.small {
        font-size: 14px;
        color: #888888;
    }
    .col-xs-12.col-sm-8.col-md-9.eqp-btn {
    margin-top: 10px;
}
    .col-xs-12.col-sm-8.col-md-9.eqp-btn {
    display: flex;
}
article.wrapper-thumbnail.col-xs-8.col-sm-6.col-md-4 a.btn.btn-info.btn-lg.btn-block {
    width: max-content;
    gap: 5px;
}

article.wrapper-thumbnail.col-xs-8.col-sm-6.col-md-4 a.btn.btn-info.btn-lg.btn-block span.hidden-sm.hidden-md.hidden-lg {
    font-size: 14px;
}

article.wrapper-thumbnail.col-xs-8.col-sm-6.col-md-4 a.btn.btn-info.btn-lg.btn-block i.fa.fa-clock-o {font-size: 14px;}
.wrapper-category-banner img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}
}




