/* Minification failed. Returning unminified contents.
(1364,35): run-time error CSS1063: Expected calculation unit, found '/'
(1364,35): run-time error CSS1064: Expected calculation product, found '/'
(1364,35): run-time error CSS1065: Expected calculation sum, found '/'
(1364,35): run-time error CSS1034: Expected closing parenthesis, found '/'
(1364,35): run-time error CSS1042: Expected function, found '/'
(1364,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@media (min-width: 768px) {
    body {
        padding-top: 76px; /* for sticky header*/
    }
}

.sidebar {
    display: block;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}

#sidebar .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
}

/* Start Header */

.header-main-wrap > ul {
    height: 130px;
    list-style: none;
    margin: 0 auto;
    padding: 10px 0 60px 0;
}

/*logo*/
.header-main-wrap .menu-logo {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-main-wrap .menu-logo .logo-image {
    width: 120px;
}

/*menu*/
.header-main-wrap .navbar-mainmenu {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #dedede;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 50px 0 0 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
}

html.main-menu--active .header-main-wrap .navbar-mainmenu {
    opacity: 1;
    visibility: visible;
}

.header-main-wrap .navbar-mainmenu .navbar-close {
    background-color: #fff;
    border-color: transparent;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    font-size: 22px;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 70%;    
    z-index: 2;
}

.header-main-wrap .navbar-mainmenu .navbar-close:hover {
    color: #777;
}

.header-main-wrap .navbar-mainmenu .navbar-close .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: 0;
}

.header-main-wrap .navbar-mainmenu > ul {
    background-color: #fff;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: 70%;
}

.header-main-wrap .navbar-mainmenu > ul > li > button,
.header-main-wrap .navbar-mainmenu > ul > li > a {
    border-bottom: 1px solid #dedede;
    color: #333;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:hover,
.header-main-wrap .navbar-mainmenu > ul > li > a:hover {
    color: #777;
}

/*store*/
.header-main-wrap .menu-store {
    border-radius: 5px;
    left: 15%;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-store .store-link {
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-store .store-link span {
    display: none;
}

.header-main-wrap .menu-store .store-link span.fa {
    display: block;
    line-height: 50px;
}

.header-main-wrap .menu-store .store-link span.fa:before {
    color: #333;
    font-size: 21px;
}

/*search*/
.header-main-wrap .menu-search {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.header-main-wrap .menu-search .navbar-form {
    border: none;
    margin: 0;
    padding: 0;
}

.header-main-wrap .menu-search .search-wrap {
    padding: 10px;
    position: relative;
}

.header-main-wrap .menu-search #keywords {
    color: #555;
    height: 40px;
    max-width: 100%;
    padding-right: 70px;
    width: 100%;
}

.header-main-wrap .menu-search .form-control-clear {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    right: 49px;
    text-indent: -9999px;
    top: 10px;
    width: 34px;
}

.header-main-wrap .menu-search .form-control-clear:before {
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-main-wrap .menu-search .btn-search {
    border-radius: 0 4px 4px 0;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*cart*/
.header-main-wrap .menu-cart {
    border-radius: 5px;
    position: absolute;
    right: 15%;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-cart .menu-cart-link {
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-cart .fa {
    line-height: 50px;
}

.header-main-wrap .menu-cart .navbar-account {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-main-wrap .menu-cart .fa:before {
    color: #222;
    font-size: 21px;
}

.header-main-wrap .menu-cart .cart-items-wrap {
    background-color: #2e3583;
    border-radius: 50%;
    display: none;
    height: 20px;
    left: 50%;
    min-width: 20px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 5px;
}

.header-main-wrap .menu-cart .cart-items-wrap.active {
    display: block;
}

.header-main-wrap .menu-cart .cart-items-wrap .counter {
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 16px;
}

/*account*/
.header-main-wrap .menu-account {
    border-radius: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-account .account-link {
    border-radius: 5px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.header-main-wrap .menu-account .fa {
    line-height: 50px;
}

.header-main-wrap .menu-account .fa:before {
    color: #333;
    font-size: 21px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header-main-wrap .menu-account .caret {
    color: #333;
    display: none;
}

.header-main-wrap .menu-account .my-account-menus > h2 {
    display: none;
}

.header-main-wrap .menu-account .my-account-menus .list-group {
    margin: 0;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item {
    background-color: transparent;
    border-color: transparent transparent #dedede transparent;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item:hover {
    color: #777;
}

.header-main-wrap .menu-account .my-account-menus .list-group-item .fa {
    display: none;
}

.header-main-wrap .menu-account .my-account-logout a {
    border-color: transparent transparent #dedede transparent;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
}

.header-main-wrap .menu-account .my-account-logout a:hover {
    color: #777;
}

/*search*/
.header-main-wrap .menu-navs {
    border-radius: 5px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-navs .main-menu-link {
    cursor: pointer;
    display: block;
}

.header-main-wrap .menu-navs .main-menu-link .fa {
    line-height: 50px;
}

.header-main-wrap .menu-navs .main-menu-link .fa:before {
    color: #333;
    font-size: 21px;
}

@media (min-width: 768px) {
    .header-main-wrap > ul {
        height: 75px;
        padding-bottom: 10px;
    }

    .header-main-wrap .menu-logo {
        left: 10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header-main-wrap .menu-navs {
        left: auto;
        right: 150px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap.single-store .menu-navs {
        right: 100px;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close {
        width: 50%;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close.mobile-only {
        display: block;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        width: 50%;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        float: none;
    }

    .header-main-wrap .menu-search {
        background-color: transparent;
        border: none;
        bottom: auto;
        left: 160px;
        top: 20px;
        width: -webkit-calc(100% - 370px);
        width: -moz-calc(100% - 370px);
        width: calc(100% - 370px);
    }

    .header-main-wrap.single-store .menu-search {
        width: -webkit-calc(100% - 320px);
        width: -moz-calc(100% - 320px);
        width: calc(100% - 320px);
    }

    .header-main-wrap .menu-search .search-wrap {
        padding: 0;
    }

    .header-main-wrap .menu-search .form-control-clear {
        right: 39px;
        top: 0;
    }

    .header-main-wrap .menu-search .btn-search {
        right: 0;
        top: 0;
    }

    .header-main-wrap .menu-store {
        left: auto;
        right: 100px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-cart {
        right: 50px;
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-account {
        top: 15px;
        width: 50px;
    }

    .header-main-wrap .menu-account .caret {
        display: inline-block;
    }

    .header-main-wrap .menu-account .navbar-nav > li {
        float: none;
    }

    .header-main-wrap .navbar-default .navbar-nav > li > a,
    .header-main-wrap .menu-account .my-account-menus .list-group-item,
    .header-main-wrap .menu-account .my-account-logout a {
        display: block;
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .header-main-wrap .menu-logo .logo-image {
        width: 125px;
    }

    .header-main-wrap .menu-navs {
        left: 165px;
        width: 40%;
    }

    .header-main-wrap .menu-navs .main-menu-link {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu {
        background-color: transparent;
        border: none;
        height: auto;
        left: auto;
        opacity: 1;
        padding-top: 0;
        position: static;
        top: auto;
        visibility: visible;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu .navbar-close.mobile-only {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu > ul {
        background-color: transparent;
        border: none;
        float: none;
        max-height: 52px;
        overflow: visible;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        float: left;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        border-bottom-color: transparent;
    }

    .header-main-wrap .menu-search {
        left: -webkit-calc(40% + 165px);
        left: -moz-calc(40% + 165px);
        left: calc(40% + 165px);
        width: -webkit-calc(60% - 325px);
        width: -moz-calc(60% - 325px);
        width: calc(60% - 325px);
    }

    .header-main-wrap.single-store .menu-search {
        width: -webkit-calc(60% - 275px);
        width: -moz-calc(60% - 275px);
        width: calc(60% - 275px);
    }
}

@media (min-width: 1200px) {
    .header-main-wrap > ul {
        position: relative;
        width: 1170px;
    }

    .header-main-wrap .menu-navs {
        left: 355px;
        width: 30%;
    }

    .header-main-wrap.single-store .menu-navs {
        left: 165px;
        width: 40%;
    }

    .header-main-wrap .menu-store {
        left: 165px;
        top: 15px;
        width: 190px;
    }

    .header-main-wrap .menu-store .store-link {
        padding-left: 20px;
        position: relative;
    }

    .header-main-wrap .menu-store .store-link span {
        display: block;
        line-height: 1;
    }

    .header-main-wrap .menu-store .store-link span.fa {
        left: 5px;
        line-height: 1;
        position: absolute;
        top: 5px;
    }

    .header-main-wrap .menu-store .store-link__text {
        color: #333;
        font-size: 14px;
        padding: 5px 0 0 5px;
        text-align: left;
    }

    .header-main-wrap .menu-store .store-link__text.current-store {
        font-weight: bold;
        line-height: 1.3;
        margin-top: 3px;
        max-height: 36px;
        overflow: hidden;
        padding: 0 0 5px 5px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-main-wrap .menu-search {
        left: -webkit-calc(30% + 385px);
        left: -moz-calc(30% + 385px);
        left: calc(30% + 385px);
        width: -webkit-calc(60% - 375px);
        width: -moz-calc(60% - 375px);
        width: calc(60% - 375px);
    }

    .header-main-wrap.single-store .menu-search {
        left: -webkit-calc(40% + 165px);
        left: -moz-calc(40% + 165px);
        left: calc(40% + 165px);
        width: -webkit-calc(60% - 275px);
        width: -moz-calc(60% - 275px);
        width: calc(60% - 275px);
    }
}

/* End Header */

/* Start My Account */

.my-account-wrap #sidebar {
    display: none;
}

.my-account-wrap #sidebar > h2 {
    font-size: 18px;
}

.my-account-wrap .page-title {
    line-height: 34px;
}

@media (min-width: 600px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .my-account-wrap #sidebar {
        display: Block;
    }

    .my-account-wrap #sidebar .list-group .list-group-item .fa-chevron-right {
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .my-account-wrap #sidebar > h2 {
        font-size: 30px;
    }
}

/* End My Account */

/* Start Modal Dialog */

@media (min-width: 768px) {
    .modal-dialog {
        top: 130px;
    }
}

@media (min-width: 965px) {
    .modal-dialog {
        top: 90px;
    }
}

/* End Modal Dialog */

@font-face {
    font-family: 'LibreFranklinBold';
    src: url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-bold-webfont.eot');
    src: url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-bold-webfont.woff2') format('woff2'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-bold-webfont.woff') format('woff'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-bold-webfont.ttf') format('truetype'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-bold-webfont.svg#libre_franklinbold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'LibreFranklinLight';
    src: url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-light-webfont.eot');
    src: url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-light-webfont.woff2') format('woff2'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-light-webfont.woff') format('woff'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-light-webfont.ttf') format('truetype'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-light-webfont.svg#libre_franklinlight') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'LibreFranklinRegular';
    src: url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-regular-webfont.eot');
    src: url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-regular-webfont.woff2') format('woff2'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-regular-webfont.woff') format('woff'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-regular-webfont.ttf') format('truetype'),
         url('/_Content/1021/Themes/Default/Content/Fonts/librefranklin-regular-webfont.svg#libre_franklinregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Icomoon';
    src: url('/_Content/1021/Themes/Default/Content/Fonts/icomoon.eot?fo5hum');
    src: url('/_Content/1021/Themes/Default/Content/Fonts/icomoon.eot?fo5hum#iefix') format('embedded-opentype'),
         url('/_Content/1021/Themes/Default/Content/Fonts/icomoon.ttf?fo5hum') format('truetype'),
         url('/_Content/1021/Themes/Default/Content/Fonts/icomoon.woff?fo5hum') format('woff'),
         url('/_Content/1021/Themes/Default/Content/Fonts/icomoon.svg?fo5hum#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\e001";
}

.icon-user:before {
  content: "\e002";
}

.icon-locator:before {
  content: "\e003";
}

.icon-search:before {
  content: "\e004";
}

.icon-bag:before {
  content: "\e005";
}

.icon-plant:before {
  content: "\e006";
}

.icon-about:before {
  content: "\e007";
}

.icon-phone:before {
  content: "\e008";
}

.icon-locator-fill:before {
  content: "\e009";
}


/* Start Global */
@media (min-width: 992px) {
    html.catalog-menu--active {
        overflow: auto;
    }
}

body {
    font-family: LibreFranklinRegular;
    padding-top: 75px;
}

.breadcrumb-wrap .container {
    margin: 0 auto;
    max-width: 1405px;
    padding: 0 20px;
    width: 100%;
}

.breadcrumb-wrap .container .breadcrumb {
    padding-top: 20px!important;
}

.body-content {
    margin: 0 auto;
    max-width: 1405px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.col-xs-1, .col-sm-1, .col-md-1,
.col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3,
.col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4,
.col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6,
.col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7,
.col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9,
.col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10,
.col-lg-10, .col-xs-11, .col-sm-11,
.col-md-11, .col-lg-11, .col-xs-12,
.col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
}

.text-danger {
    color: #AF0E2E;
}

.alert-danger.alert-dismissible .close {
    border: 1px solid transparent;
    right: auto;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.alert-danger.alert-dismissible .validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
}

a:hover {
    color: #404042;
    text-decoration: none;
}

b, strong {
    font-family: LibreFranklinBold;
    font-weight: normal;
}

.btn {
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.btn-primary {
    background-color: #F37720;
    border-color: #F37720;
    border-radius: 25px;
    color: #000;
    font-family: LibreFranklinBold;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover:active,
.btn-primary:hover:focus,
.btn-primary:hover {
    background-color: #404042;
    border-color: #404042;
    border-radius: 25px;
    box-shadow: none;    
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #005c97;
    border-color: #005c97;
}

.logo-link .logo-image {
    max-height: 105px;
}

@media (min-width: 768px) {

    body {
        padding-top: 80px;
    }

}

@media (min-width: 992px) {

    body {
        padding-top: 147px;
    }

}

/* End Global */


/* Start Cookie Disclaimer */

.cookie-disclaimer__accept {
    background-color: #F37720;
    border-color: #F37720;
    color: #000;
    font-family: LibreFranklinBold;
}

.cookie-disclaimer__accept:active,
.cookie-disclaimer__accept:focus,
.cookie-disclaimer__accept:hover {
    background-color: #404042;
    border-color: #404042;
    box-shadow: none;    
    color: #fff;
}

/* End Cookie Disclaimer */


/* Scroll Top */

.scrollTopWrapper {
    background-color: transparent;
    padding: 0;
}

.scrollTopWrapper button {
    border: 1px solid transparent;
}

.scrollTopWrapper .scroll--hide {
    display: none!important;
}

.scrollTopWrapper .scroll--up {
    color: #F37720;
    font-size: 25px;
    text-shadow: none;
}

.scrollTopWrapper .scroll--up:before {
    content: "\f062";
}

.scrollTopWrapper .scroll--up:hover {
    color: #404042;
}

/* End Scroll Top */


/* Start Header */

#masthead {
    background-color: #fff;
    border: 1px solid #CCCCCC;
}

.header-main-wrap > ul {
    height: 75px;
    padding: 0;
}

.header-main-wrap .menu-store {
    display: none;
}

.header-main-wrap .menu-navs .navbar-mainmenu__catalog-link::after,
.header-main-wrap .navbar-mainmenu > ul > li > button:after {
    color: #333;
    content: "\f107";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 17px;
    font-weight: bold;
    margin-left: 10px;
    right: 0;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:after {
    margin-left: 7px;
}

html.catalog-menu--active .header-main-wrap .menu-navs .navbar-mainmenu__catalog-link::after,
.header-main-wrap .navbar-mainmenu > ul > li.open > button:after {
    -webkit-transform: translateY(0) rotate(-180deg);
    -moz-transform: translateY(0) rotate(-180deg);
    -ms-transform: translateY(0) rotate(-180deg);
    -o-transform: translateY(0) rotate(-180deg);
    transform: translateY(0) rotate(-180deg);
}

.header-category-popup {
    display: none;
    opacity: 0;
    visibility: hidden;
}

html.catalog-menu--active .header-category-popup {
    display: block;
    opacity: 1;
    visibility: visible;
}

.header-category-popup > ul {
    display: block!important;
    margin: 0;
    text-align: left;
}

.header-category-popup > ul > li {
    padding-left: 25px;
}

.header-category-popup > ul > li:first-child {
    border: none;
}

.header-category-popup > ul > li > a {
    color: #333;
    font-size: 14px;
}

.header-main-wrap .menu-cart .fa-shopping-cart:before {
    content: "\e001";
    font-family: Icomoon;
}

.header-main-wrap .menu-account .fa-user-o:before {
    content: "\e002";
    font-family: Icomoon;
}

.header-main-wrap .menu-account .caret,
.header-main-wrap .menu-account .label {
    display: none;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:hover,
.header-main-wrap .navbar-mainmenu > ul > li > a:hover,
.header-category-popup > ul > li > a:hover,
.header-main-wrap .navbar-account > ul > li > a:hover,
.header-main-wrap .menu-account .my-account-menus a.list-group-item:hover,
.header-main-wrap .navbar-account .nav-column-menu a.list-group-item:hover,
.header-main-wrap .navbar-account .nav-column-menu .my-account-switch a:hover,
.header-main-wrap .menu-account .my-account-logout a:hover {
    color: #F37720;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:active,
.header-main-wrap .navbar-mainmenu > ul > li > button:focus {
    outline: 0;
}

.header-main-wrap .navbar-mainmenu > ul > li > button > .caret {
    display: none;
}

.header-main-wrap.single-store .menu-search,
.header-main-wrap .menu-search {
    border-radius: 5px;
    left: 15%;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 15%;
}

.header-main-wrap .menu-search .search {
    background-color: transparent;
    border: 1px solid transparent;
    width: 100%;
}

.header-main-wrap .menu-search .search .icomoon:before {
    font-size: 21px;
    line-height: 50px;
}

.header-main-wrap .menu-search .navbar-search {
    left: 0;
    position: fixed;
    top: 75px;
    -webkit-transform: translateY(-115px);
    -moz-transform: translateY(-115px);
    -ms-transform: translateY(-115px);
    -o-transform: translateY(-115px);
    transform: translateY(-115px);
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    width: 100%;
}

html.search-dropdown--active .header-main-wrap .menu-search .navbar-search {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header-main-wrap .menu-search .search-wrap {
    padding: 0 10px;
}

.header-main-wrap .menu-search #keywords {
    background-color: #F0F2F1;
    border: 1px solid #CCCCCC;
    box-shadow: none;
    font-family: LibreFranklinLight;
}

.header-main-wrap .menu-search .form-control-clear {
    top: 0;
}

.header-main-wrap .menu-search .btn-search {
    background-color: #F0F2F1;
    border-color: #CCCCCC;
    border-left-color: #F0F2F1;
    top: 0;
}

.header-main-wrap .menu-search .btn-search .fa:before {
    color: #404042;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.header-main-wrap .menu-search .btn-search:hover .fa:before {
    color: #F37720;
}


@media (min-width: 768px) {

    .header-main-wrap > ul {
        height: 80px;
    }

    .header-main-wrap .menu-logo {
        top: 15px;
    }

    .header-main-wrap .menu-store {
        display: block;
    }

    .header-main-wrap .menu-store .store-link .fa-map-marker:before {
        content: "\e003";
        font-family: Icomoon;
    }

    .header-main-wrap.single-store .menu-search,
    .header-main-wrap .menu-search {
        left: auto;
        right: 215px;
        top: 20px;
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px);
    }

    .header-main-wrap .menu-search .search {
        display: none;
    }

    .header-main-wrap .menu-search .navbar-search {
        left: auto;
        position: relative;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header-main-wrap .menu-search .search-wrap {
        padding: 0;
    }

    .header-main-wrap .menu-search #keywords {
        border-radius: 25px;
        padding-left: 15px;
    }

    .header-main-wrap .menu-search .btn-search {
        border-radius: 0 25px 25px 0;
        padding: 6px 15px;
    }

}

@media (min-width: 992px) {

    .header-main-wrap > ul {
        height: 145px;
    }

    .header-main-wrap .menu-logo {
        bottom: 20px;
        top: auto;
    }

    .header-main-wrap.single-store .menu-navs,
    .header-main-wrap .menu-navs {
        bottom: 0;
        top: auto;
    }

    .header-main-wrap.single-store .menu-navs {
        left: 150px;
        width: -webkit-calc(100% - 550px);
        width: -moz-calc(100% - 550px);
        width: calc(100% - 550px);
    }

    .header-main-wrap .navbar-mainmenu > ul {
        max-height: none;
        text-align: right;
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        display: inline-block;
        float: none;
        padding-bottom: 2px;
        vertical-align: top;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > a,
    .header-main-wrap .navbar-mainmenu > ul > li > button {
        line-height: 20px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button {
        padding: 5px 12px 15px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > a:before,
    .header-main-wrap .navbar-mainmenu > ul > li > button:before {
        color: #005C97;
        display: block;
        font-family: Icomoon;
        font-size: 25px;
        margin-bottom: 13px;
        text-align: center;
        width: 100%;
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Products"] > a:before,
    .header-main-wrap .navbar-mainmenu > ul > li.navbar-mainmenu__catalog > a:before {
        content: "\e005";
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="TrussPlant"] > a:before {
        content: "\e006";
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="About"] > a:before,
    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="About"] > button:before {
        content: "\e007";
    }

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Contact"] > a:before {
        content: "\e008";
    }

    .header-main-wrap .navbar-mainmenu > ul > li > a {
        padding: 5px 12px 15px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > a.navbar-mainmenu__catalog-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-category-popup {
        height: -webkit-calc(100% - 145px);
        height: -moz-calc(100% - 145px);
        height: calc(100% - 145px); 
        left: 0; 
        padding-left: -webkit-calc((100% - 1405px)/2);
        padding-left: -moz-calc((100% - 1405px)/2);
        padding-left: calc((100% - 1405px)/2);
        padding-right: -webkit-calc((100% - 1405px)/2);
        padding-right: -moz-calc((100% - 1405px)/2);
        padding-right: calc((100% - 1405px)/2);
        position: fixed;
        top: 146px;
        width: 100%;
    }

    .header-category-popup:after {
        background-color: rgba(0, 0, 0, 0.35);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: fixed;
        top: 146px;
        width: 100%;
    }

    .header-category-popup > ul {
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

    .header-category-popup > ul:after,
    .header-category-popup > ul:before {
        clear: both;
        content: "";
        display: table;
    }

    .header-category-popup > ul > li {
        border: 1px solid transparent!important;
        float: left;
        margin: 0;
        padding-left: 15px;
        width: -webkit-calc(100% -/ 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }

    .header-main-wrap .menu-store {
        left: 10px;
        right: auto;
        top: 15px;
        width: auto;
    }

    .header-main-wrap .menu-store .store-link {
        padding-left: 35px;
        position: relative;
    }

    .header-main-wrap .menu-store .store-link span.fa-map-marker {
        left: 0;
        line-height: normal;
        position: absolute;
        top: 5px;
    }

    .header-main-wrap .menu-store .store-link span.fa-map-marker:before {
        font-size: 27px;
    }

    .header-main-wrap .menu-store .store-link span {
        color: #595959;
        display: block;
        line-height: 16px;
        padding: 0;
        text-align: left;
    }

    .header-main-wrap .menu-store .store-link .store-link__text:nth-of-type(2) {
        font-size: 0;
    }

    .header-main-wrap .menu-store .store-link .store-link__text:nth-of-type(2):after {
        content: "Shopping At";
        font-size: 14px;
    }

    .header-main-wrap .menu-store .store-link span.current-store {
        color: #333;
        font-family: LibreFranklinBold;
        font-size: 16px;
        line-height: 20px;
        margin-top: 0;
        padding-left: 0;
    }

    .header-main-wrap .menu-cart {
        right: 130px;
        top: 0;
        width: 205px;
    }

    .header-main-wrap .menu-cart-link .fa-shopping-cart {
        margin-right: 7px;
    }

    .header-main-wrap .menu-cart-link .sr-only {
        bottom: 3px;
        color: #333;
        display: inline-block;
        font-size: 0;
        height: auto;
        margin: 0;
        overflow: visible;
        position: relative;
        width: auto;
    }

    .header-main-wrap .menu-cart-link .sr-only:nth-of-type(2):after {
        color: #404042;
        content: "My Cart:";
        font-family: LibreFranklinBold;
        font-size: 15px;
    }

    .header-main-wrap .menu-cart-link .sr-only:after {
        color: #404042;
        content: "item(s)";
        font-family: LibreFranklinLight;
        font-size: 15px;
    }

    .header-main-wrap .menu-cart .cart-items-wrap {
        background-color: transparent;
        border-radius: 0;
        bottom: 3px;
        color: #333;
        display: inline-block;
        left: auto;
        height: auto;
        min-width: inherit;
        padding: 0;
        position: relative;
        top: auto;
    }

    .header-main-wrap .menu-cart .cart-items-wrap.active {
        display: inline-block;
    }

    .header-main-wrap .menu-cart .cart-items-wrap .counter {
        color: #404042;
        font-size: 15px;
    }

    .mini-cart-popup {
        z-index: 1;
    }

    .header-main-wrap .menu-account {
        right: 10px;
        top: 0;
        width: 115px;
    }

    .header-main-wrap .menu-account .label {
        bottom: 3px;
        color: #404042;
        display: inline-block;
        font-family: LibreFranklinBold;
        font-size: 15px;
        padding: 0 0 0 5px;
        position: relative;
    }

    html.account-menu--active .header-main-wrap .menu-account .label:after {
        -webkit-transform: translateY(0) rotate(-180deg);
        -moz-transform: translateY(0) rotate(-180deg);
        -ms-transform: translateY(0) rotate(-180deg);
        -o-transform: translateY(0) rotate(-180deg);
        transform: translateY(0) rotate(-180deg);
    }

    .header-main-wrap .menu-account .label:after {
        color: #404042;
        content: "\f107";
        float: right;
        font-family: Fontawesome;
        font-size: 12px;
        margin-left: 8px;
        right: 0;
        position: relative;
        top: 2px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .header-main-wrap.single-store .menu-search,
    .header-main-wrap .menu-search {
        bottom: 21px;
        right: 10px;
        top: auto;
        width: 385px;
    }

    .header-main-wrap .menu-search #keywords {
        height: 55px;
        padding-left: 20px;
        padding-right: 90px;
    }

    .header-main-wrap .menu-search .btn-search {
        height: 55px;
        padding-right: 20px;
    }

    .header-main-wrap .menu-search .btn-search .fa:before {
        font-size: 22px;
    }

    .header-main-wrap .menu-search .form-control-clear {
        height: 55px;
        line-height: 55px;
        right: 56px;
    }

    .search-autocomplete-result {
        left: auto;
        right: 0;
    }
}

@media (min-width: 1200px) {

    .header-main-wrap > ul {
        margin: 0 auto;
        max-width: 1405px;
        width: 100%;
    }

    .header-main-wrap .menu-store {
        bottom: 15px;
        left: 150px;
        top: auto;
    }

    .header-main-wrap.single-store .menu-navs,
    .header-main-wrap .menu-navs {
        text-align: right;
    }
}

@media (min-width: 1405px) {

    .header-main-wrap .menu-logo {
        left: 20px;
    }

    .header-main-wrap .menu-logo .logo-image {
        width: 260px;
    }

    .header-main-wrap .menu-store {
        left: 320px;
    }

    .header-main-wrap.single-store .menu-navs,
    .header-main-wrap .menu-navs {
        left: 300px;
    }

    .header-main-wrap.single-store .menu-navs {
        width: -webkit-calc(100% - 710px);
        width: -moz-calc(100% - 710px);
        width: calc(100% - 710px);
    }

    .header-main-wrap .navbar-mainmenu > ul > li:before {
        font-size: 25px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > a,
    .header-main-wrap .navbar-mainmenu > ul > li > button {
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .header-main-wrap .menu-cart {
        right: 140px;
    }

    .header-main-wrap .menu-account {
        right: 20px;
    }

    .header-main-wrap.single-store .menu-search,
    .header-main-wrap .menu-search {
        right: 20px;
    }
}

/* ### menu hover ### */
@media (min-width: 992px) {
    .header-main-wrap .menu-cart:hover .mini-cart-popup,
    .header-main-wrap .menu-account:hover .navbar-account,
    .header-main-wrap .navbar-mainmenu > ul > li:hover .dropdown-menu,
    .header-main-wrap .navbar-mainmenu > ul > li:hover .header-category-popup {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .header-main-wrap .menu-account:hover .account-link .label:after,
    .header-main-wrap .navbar-mainmenu > ul > li:hover .dropdown-toggle:after,
    .header-main-wrap .menu-navs .navbar-mainmenu__item:hover .navbar-mainmenu__catalog-link:after {
        -webkit-transform: translateY(0) rotate(-180deg);
        -moz-transform: translateY(0) rotate(-180deg);
        -ms-transform: translateY(0) rotate(-180deg);
        -o-transform: translateY(0) rotate(-180deg);
        transform: translateY(0) rotate(-180deg);
    }
}

/* End Header */


/* Start Homepage */

.homepage {
    max-width: 100%;
    padding: 0;
}

.main-banner .page-section {
    height: 250px;
}

.main-banner .page-section__vertical-center {
    margin: 0 auto;
    max-width: 1365px;
}

.main-banner .page-section__vertical-center-content {
    /*width: 145px;*/
    width: 170px;
}

.main-banner .page-section__content {
    display: block;
}

.main-banner .btn {
    font-family: LibreFranklinBold;
    font-size: 12px;
    padding: 0;
}

.main-banner .btn:after {
    background-color: #FFD600;
    border-radius: 50%;
    color: #000;
    content: "\f105";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    margin-left: 10px;
    width: 20px;
}

.featured-categories {
    margin: 0 auto;
    max-width: 1310px;
    position: relative;
}

.featured-categories .row {
    margin-left: -10px;
    margin-right: -10px;
}

.featured-categories .product-category__item {
    padding: 0 10px;

}

.featured-categories #show-more {
    background-color: #E5E5E5;
    border: 1px solid #E5E5E5;
    bottom: 50px;
    -webkit-box-shadow: 0 0 10px 40px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 10px 40px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 10px 40px rgba(255, 255, 255, 0.75);
    color: #343434;
    font-size: 13px;
    height: 35px;
    left: 50%;
    line-height: 35px;
    padding: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 180px;
    z-index: 1;
    left: 50%;
        
}

.featured-products {
    margin: 0 auto;
    max-width: 1390px;
}

.featured-products .page-section__title {
    color: #404042;
    font-family: LibreFranklinBold;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.featured-products .page-section__title p {
    margin: 0;
}

.featured-products .ibos-slider {
    padding: 0 20px;
}

.ibos-slider .slick-arrow,
.ibos-carousel .slick-arrow {
    background-color: #FFD600;
    border: 1px solid #FFD600;
    border-radius: 50%;
    height: 45px;
    line-height: 45px;
    top: 40%;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    width: 45px;
}

.ibos-slider .slick-arrow:hover,
.ibos-carousel .slick-arrow:hover {
    background-color: #404042;
    border-color: #404042;
}

.ibos-slider .slick-arrow:hover:before,
.ibos-carousel .slick-arrow:hover:before {
    color: #fff;
}

.ibos-slider .slick-arrow:before,
.ibos-carousel .slick-arrow:before {
    color: #000;
    font-size: 22px;
    line-height: 45px;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.ibos-slider .slick-prev {
    left: 20px;
}

.ibos-slider .slick-arrow.slick-prev:before,
.ibos-carousel .slick-arrow.slick-prev:before {
    left: -1px;
    position: relative;
}

.ibos-slider .slick-next {
    right: 20px;
}

.ibos-slider .slick-arrow.slick-next:before,
.ibos-carousel .slick-arrow.slick-next:before {
    padding-left: 3px;
}

.home-banner-wrap {
    margin: 0 auto;
    max-width: 1680px;
    padding: 0 20px;
}

.home-banner.page-section-wrap--ImageWithTextOverlay .page-section__vertical-center-content {
    background-color: rgba(255, 255, 255, 0.6);
    left: 20px;
    padding: 15px 20px 20px;
    position: absolute;
    top: 0;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

.home-banner.page-section-wrap--ImageWithTextOverlay .page-section__vertical-center-content .page-section__content {
    color: #404042;
    display: block;
    font-family: LibreFranklinBold;
}

.home-banner.page-section-wrap--ImageWithTextOverlay .page-section__vertical-center-content .btn {
    border-radius: 25px!important;
    font-family: LibreFranklinBold;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.home-banner.page-section-wrap--ImageWithTextOverlay .page-section__vertical-center-content .btn:hover {
    background-color: #404042!important;
    border-color: #404042!important;
    color: #fff!important;
    opacity: 1;
}

.js-wrapper .page-section {
    padding: 0;
}


@media (max-width: 767px) {

    .featured-categories {
        padding-top: 40px!important
    }

    .featured-products {
        padding-bottom: 40px!important
    }

    .home-banner {
        width: 100%;
    }

    .home-banner.page-section-wrap--ImageWithTextOverlay {
        padding: 20px 0!important;
    }

}

@media (min-width: 768px) {

    .main-banner .page-section {
        height: 355px;
    }

    .main-banner .page-section__vertical-center-content {
        width: 280px;
    }

    .main-banner .page-section__content {
        font-size: 28px;
        line-height: 33px;
    }

    .main-banner .btn {
        font-size: 14px;
    }

    .main-banner .btn:after {
        font-size: 19px;
        height: 28px;
        line-height: 28px;
        padding-left: 2px;
        width: 28px;
    }

    .home-banner.page-section-wrap--ImageWithTextOverlay .page-section__vertical-center-content {
        left: auto;
        padding: 30px 20px;
        right: 30px;
        width: 220px;
    }

}

@media (min-width: 992px) {

    .featured-products .page-section__title {
        font-size: 36px;
        line-height: 43px;
    }

}

@media (min-width: 1450px) {

    .featured-products .ibos-slider .slick-prev {
        left: -6px;
    }

    .featured-products .ibos-slider .slick-next {
        right: -6px;
    }

}

/* End Homepage */


/* Start Product Catalog */

.product-category__link {
    border: 1px solid transparent;
    padding: 0;
}

.product-category__image-wrap {
    height: 60px;
}

.product-category__image {
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    height: 60px;
    margin: 0 auto;
    width: 60px;
}

.product-category__no-image {
    height: 60px;
    position: relative;
    width: 60px;
}

.product-category__no-image:before {
    font-size: 55px;
    line-height: 60px;
}

.product-category__name {
    color: #404042;
    font-family: LibreFranklinBold;
    padding-top: 20px;
    text-align: center;
}

.product-category__name h2 {
    color: #343434;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 14px;
}

.product-tile__link {
    border: 1px solid transparent;
    padding: 0;
}

.product-tile__item:hover .product-tile__link {
    border-color: transparent;
}

.product-tile__item:hover .product-tile__link:before {
    background-color: transparent;
}

.product-tile__list--show-available-stock .product-tile__details,
.product-tile__details {
    padding-bottom: 110px;
}

.product-tile__image-wrap {
    border: 1px solid #A7A9AB;
    height: 210px;
    left: auto;
    padding: 20px;
    position: relative;
    top: auto;
    width: 100%;
}

.product-tile__no-image:before {
    line-height: 210px;
}

.product-tile__info {
    padding: 20px 0 5px;
}

.product-tile__name {
    background-color: rgba(255, 255, 255, 0.75);
    bottom: auto;
    color: #404042!important;
    font-family: LibreFranklinLight;
    font-size: 14px!important;
    left: auto;
    line-height: 24px!important;
    min-height: 60px;
    padding: 0 10px 0 0;
    position: static;
    top: 20px;
    width: 65%;
}

.product-tile__name strong {
    font-weight: normal;
}

.product-tile__price {
    color: #404042;
    font-family: LibreFranklinBold;
    font-size: 16px;
    right: 0;
    position: absolute;
    text-align: right;
    top: 20px;
    width: 35%;
}

.product-tile__price small {
    display: none;
}

.product-tile__sku {
    display: none;
}

.product-display--grid .product-tile__qty-available,
.product-tile__qty-available {
    bottom: 46px;
    left: 20px;
}

.product-tile__btn {
    background-color: #FFD600;
    border: 1px solid #FFD600;
    border-radius: 25px;
    bottom: 0;
    color: #000;
    font-size: 0;
    height: 40px;
    left: 20px;
    width: 160px;
}

.product-tile__btn:before {
    content: "\e001";
    font-family: Icomoon;
    font-size: 17px;
    margin-right: 10px;
}

.product-tile__btn:after {
    bottom: 2px;
    content: "+ Add to Cart";
    font-family: LibreFranklinBold;
    font-size: 13px;
    position: relative;
}

.ibos-carousel--product .product-tile__out-of-stock {
    bottom: 0;
}

.product-tile__list--show-qty.product-tile__list--show-available-stock .incre-decre-wrap {
    left: 20px;
}

@media (max-width: 479px) {

    .product-category__item {
        width: 50%;
    }

    .product-display--list .product-tile__item {
        padding: 0 20px;
    }

}

@media (min-width: 480px) {

    .product-tile__list--show-available-stock .product-tile__details,
    .product-tile__details {
        padding-bottom: 130px;
    }

    .product-display--list .product-tile__no-image:before {
        line-height: 100px;
    }

    .product-display--grid .product-tile__name {
        width: 55%;
    }

    .product-display--list .product-tile__name,
    .product-display--list .product-tile__price {
        width: auto;
    }

    .product-display--grid .product-tile__price {
        width: 45%;
    }

    .product-display--list .product-tile__list--show-qty.product-tile__list--show-available-stock .incre-decre-wrap,
    .product-display--list .product-tile__qty-available,
    .product-display--list .product-tile__btn {
        left: auto;
        right: 15px;
    }

    .product-list-wrap.product-display--grid .product-tile__list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flexbox.flexboxlegacy .page-section-wrap .product-tile__link,
    .flexbox.flexboxlegacy .product-list-wrap.product-display--grid .product-tile__link {
        height: 100%;
    }
}

@media (min-width: 580px) {

    .product-tile__list--show-available-stock .product-tile__details,
    .product-tile__details {
        padding-bottom: 80px;
    }

}

@media (min-width: 600px) {

    .product-display--list .product-tile__list--show-qty .product-tile__info {
        padding-right: 185px;
    }

    .product-display--list .product-tile__name {
        line-height: normal!important;
    }

    .product-display--list .product-tile__list--show-qty .product-tile__price {
        bottom: auto;
        left: auto;
        position: initial;
        top: auto;
    }

    .flexbox.flexboxlegacy .page-section-wrap .product-display--grid .slick-list,
    .flexbox.flexboxlegacy .page-section-wrap .product-display--grid .slick-track,
    .flexbox.flexboxlegacy .page-section-wrap .product-display--grid .slick-slide,
    .flexbox.flexboxlegacy .related-items-widget-wrap .slick-list,
    .flexbox.flexboxlegacy .related-items-widget-wrap .slick-track,
    .flexbox.flexboxlegacy .related-items-widget-wrap .slick-slide {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
    }
}

@media (min-width: 768px) {

    .product-tile__list--show-available-stock .product-tile__details,
    .product-tile__details {
        padding-bottom: 130px;
    }

    .product-display--list .product-tile__no-image:before {
        line-height: 150px;
    }

    .product-display--grid .product-tile__name,
    .product-tile__name {
        width: 65%;
    }

    .product-display--grid .product-tile__price,
    .product-tile__price {
        font-size: 16px;
        top: 17px;
        width: 35%;
    }

}

@media (min-width: 890px) {

    .product-tile__list--show-available-stock .product-tile__details,
    .product-tile__details {
        padding-bottom: 80px;
    }

}

@media (min-width: 992px) {

    .product-category__item {
        width: 20%;
    }

    .product-category__details {
        padding: 0;
    }

    .product-tile__list--show-available-stock .product-tile__details {
        padding-bottom: 140px;
    }

    .product-category__image-wrap {
        height: 125px;
    }

    .product-category__image,
    .product-category__no-image {
        height: 125px;
        width: 125px;
    }

    .product-category__no-image:before {
        font-size: 100px;
        line-height: 125px;
    }

    .product-category__name {
        height: 120px;
        position: relative;
    }

    .product-category__name h2 {
        color: #404042;
        font-size: 18px;
        line-height: 30px;
    }

    .product-tile__details {
        padding-bottom: 55px;
    }

    .product-display--list .product-tile__list--show-qty .product-tile__info {
        padding-right: 215px;
    }

    .product-display--grid .product-tile__qty-available,
    .product-tile__qty-available {
        bottom: 50px;
    }

    .product-tile__btn {
        height: 50px;
        width: 190px;
    }

    .product-tile__btn:before {
        font-size: 22px;
    }

    .product-tile__btn:after {
        bottom: 4px;
        font-size: 16px;
    }

}

@media (min-width: 1200px) {

    .product-tile__list--show-available-stock .product-tile__details {
        padding-bottom: 90px;
    } 

    .product-display--list .product-tile__no-image:before {
        line-height: 200px;
    }

}

@media (min-width: 1400px) {
    .product-display--grid .product-tile__price,
    .product-tile__price {
        font-size: 20px;
    }
}

/* End Product Catalog */


/* Start Login */

html.login-layout body {
    padding-top: 74px;
}

html.login-layout #masthead {
    border-bottom-color: #ccc;
}

.login-page-wrap {
    max-width: 425px;
}

.login-page-wrap.login-page--checkout-as-guest #loginForm.login-default h1 {
    margin-bottom: 30px;
}

.login-layout .login-page-wrap #loginForm .h3,
.forgot-password-wrap .page-title h1,
.registration-page-wrap .page-title h1 {
    color: #404042;
    font-family: LibreFranklinBold;
    text-transform: uppercase;
}

.login-page-wrap .form-group,
.registration-page-wrap .form-group {
    margin-bottom: 20px;
}

.login-page-wrap .form-group--password {
    margin-bottom: 0;
}

.login-page-wrap .form-group label,
.forgot-password-wrap .form-group label {
    display: none;
}

.login-page-wrap .form-group .form-control,
.forgot-password-wrap .form-group .form-control,
.registration-page-wrap .form-group .form-control {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: none;
    font-family: LibreFranklinLight;
}

.login-page-wrap .form-group--forgot-password a {
    color: #217BC0;
}

.login-page-wrap .form-group--forgot-password a:active,
.login-page-wrap .form-group--forgot-password a:focus,
.login-page-wrap .form-group--forgot-password a:hover {
    color: #404042;
    text-decoration: none;
}

.login-page-wrap .register hr {
    display: none;
}

.login-page-wrap .register .register-label {
    color: #333;
    margin-bottom: 10px;
}

.login-page-wrap .form-group .btn:not(.reveal-password--btn),
.forgot-password-wrap .form-group .btn,
.registration-page-wrap .form-group .btn-register {
    background-color: #005C97;
    border-color: #005C97;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: LibreFranklinBold;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.login-page-wrap.login-page--checkout-as-guest .btn--sign-up,
.login-page-wrap.login-page--checkout-as-guest .btn--continue-as-guest {
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: LibreFranklinBold;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0!important;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.login-page-wrap .form-group .btn:not(.reveal-password--btn):active,
.login-page-wrap .form-group .btn:not(.reveal-password--btn):focus,
.login-page-wrap .form-group .btn:not(.reveal-password--btn):hover,
.forgot-password-wrap .form-group .btn:active,
.forgot-password-wrap .form-group .btn:focus,
.forgot-password-wrap .form-group .btn:hover,
.registration-page-wrap .form-group .btn-register:active,
.registration-page-wrap .form-group .btn-register:focus,
.registration-page-wrap .form-group .btn-register:hover {
    background-color: rgba(0, 92, 151, 0.9);
    border-color: rgba(0, 92, 151, 0.9);
}

.login-page-wrap .form-group .btn-register {
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    color: #000;
    outline: 0;
    text-decoration: none;
}

.login-page-wrap .form-group .btn-register:active,
.login-page-wrap .form-group .btn-register:focus,
.login-page-wrap .form-group .btn-register:hover {
    background-color: #ececec;
    border-color: #ececec;
}

html.login-layout .newsletter,
html.login-layout .footer .footer-menu-wrap {
    display: none;
}

html.login-layout .footer {
    padding-top: 20px;
}

html.login-layout .copyright {
    border: none;
    margin: 0;
    padding: 0;
}

html.login-layout .copyright .h6 {
    padding: 0;
}

html.login-layout .copyright a {
    color: #fff;
}

.shopping-cart--layout #mainfooter {
    padding: 20px;
}

.shopping-cart--layout #mainfooter .copyright {
    padding: 0;
}

.shopping-cart--layout #mainfooter .copyright .h6 {
    margin: 0;
}


@media (min-width: 768px) {

    html.login-layout body {
        padding-top: 84px;
    }

    html.login-layout .footer {
        padding-top: 5px;
    }

    html.login-layout .footer-bottom-menu {
        padding-bottom: 20px;
    }

}

@media (min-width: 992px) {

    html.login-layout body {
        padding-top: 128px;
    }

    html.login-layout .header-main-wrap .logo-image {
        width: 260px;
    }

    .login-page-wrap {
        margin-top: 30px;
    }

    .login-layout .login-page-wrap #loginForm .h3,
    .registration-page-wrap .page-title h1 {
        font-size: 36px;
        line-height: 43px;
    }

    .login-page-wrap .form-group .form-control,
    .forgot-password-wrap .form-group .form-control,
    .registration-page-wrap .form-group .form-control {
        height: 50px;
    }

    .login-page-wrap .form-group--forgot-password a {
        font-size: 16px;
    }

    .login-page-wrap .register {
        margin-top: 50px;
    }

    .login-page-wrap .register .register-label {
        font-size: 16px;
    }

    .login-page-wrap .form-group .btn:not(.reveal-password--btn),
    .forgot-password-wrap .form-group .btn,
    .login-page-wrap.login-page--checkout-as-guest .btn--sign-up,
    .login-page-wrap.login-page--checkout-as-guest .btn--continue-as-guest {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

    html.login-layout .footer {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    html.login-layout .footer .nav.navbar-masthead-top {
        margin-top: -1px!important;
    }

}

@media (min-width: 1200px) {

    html.login-layout .footer {
        padding-top: 30px;
    }

}

/* End Login */


/* Start Forgot Password */

.forgot-password-wrap {
    max-width: 385px;
}

.forgot-password-wrap .form-group {
    margin: 0 0 20px;
}

.forgot-password-wrap .form-group .col-md-12 {
    padding: 0;
}

.forgot-password-wrap .forgot-password-links-wrap {    
    padding: 0;
    text-align: center;
}

.forgot-password-wrap .forgot-password-links-wrap a {
    color: #217BC0;
}

.forgot-password-wrap .forgot-password-links-wrap a:active,
.forgot-password-wrap .forgot-password-links-wrap a:focus,
.forgot-password-wrap .forgot-password-links-wrap a:hover {
    color: #404042;
    text-decoration: none;
}


@media (min-width: 992px) {

    .forgot-password-wrap {
        margin-top: 30px;
    }

    .forgot-password-wrap .page-title h1 {
        font-size: 27px;
        line-height: 43px;
    }

    .forgot-password-wrap .forgot-password-links-wrap a {
        font-size: 16px;
    }

}

/* End Forgot password */


/* Start Register */

.registration-page-wrap .form-group legend,
.registration-page-wrap .form-group label {
    color: #404042;
}

.registration-page-wrap .form-group label {
    font-family: LibreFranklinBold;
    font-weight: normal;
    margin-bottom: 10px;
}

/*.registration-page-wrap .form-group--customer-number .custom-button__label {
    padding: 0;
    position: relative;
    top: -2px;
}*/

.registration-page-wrap .form-group--customer-number .custom-button__label:hover .custom-button__input + .fa {
    line-height: 1;
}

.registration-page-wrap .form-group--customer-number .custom-button__label:hover .custom-button__text {    
    color: #005C97;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

/*.registration-page-wrap .form-group label.custom-button__label .btn {
    background-color: transparent;
    border: none;
}*/

/*.registration-page-wrap .form-group label.custom-button__label .btn:before {
    display: none;
}*/

.registration-page-wrap .form-group .btn-register {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
}


@media (min-width: 992px) {

    .registration-page-wrap {
        margin-top: 30px;
    }

    .registration-page-wrap .form-group .btn-register {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }

}

/* End Register */


/* Start Vendors */

html.page-main-layout--homepage .brand-slider {
    display: block;
}

.brand-slider {
    display: none;
    margin: 0 auto;
    max-width: 1450px;
    padding: 50px 20px;
    width: 100%;
}

.brand-slider .ibos-carousel__title {
    color: #404042;
    font-family: LibreFranklinBold;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.brand-slider .ibos-carousel {
    background-color: transparent;
    margin: 0;
}

.brand-slider .slick-arrow {
    opacity: 1;
    top: 50%;
    visibility: visible;
}

.brand-slider .slick-prev {
    left: 0;
}

.brand-slider .slick-next {
    right: 0;
}

.brand-slider .ibos-carousel .slick-list {
    margin: 0 50px;
}

.brand-slider .slick-track {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.brand-slider .slick-slide {
    padding: 0 10px;
}


@media (min-width: 992px) {

    .brand-slider {
        padding-bottom: 7rem;
        padding-top: 7rem;
    }

    .brand-slider .ibos-carousel__title {
        font-size: 36px;
        line-height: 43px;
    }

}

/* End Vendors */


/* Start Footer */

.newsletter {
    padding: 0 20px;
}

.newsletter .subscription-widget-wrap {
    background-color: #F1F1F1;
    border: 1px solid #D8D8D8;
    margin: 0 auto;
    max-width: 1365px;
}

.newsletter .subscription-widget-wrap .form-inline {
    margin: 0 auto;
    max-width: 840px;
    padding: 30px 10px;
}

.newsletter .navbar-text {
    color: #404042;
    display: block;
    float: none;
    font-size: 18px;
    letter-spacing: 0.9px;
    margin: 0 0 15px;
}

.newsletter .input-group {
    width: 100%;
}

.newsletter .input-group:before {
    background-image: url("/m/webp/message.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    float: left;
    height: 27px;
    margin-top: 3px;
    width: 30px;
}

.newsletter .input-group .form-control {
    border: 2px solid #D8D8D8;
    border-radius: 25px!important;
    box-shadow: none;
    font-family: LibreFranklinLight;
    margin: 0 10px;
    padding: 6px 15px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}

.newsletter .btn-primary {
    border-radius: 25px!important;
    font-family: LibreFranklinBold;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-transform: uppercase;
    width: 80px;
}

.newsletter .btn-primary:hover {
    background-color: #404042;
    border-color: #404042;
}

.footer {
    background-color: #005C97;
    padding: 40px 20px 0;
}

.footer .footer-menu-wrap {
    margin: 0 auto;
    max-width: 1365px;
}

.footer .logo {
    margin-bottom: 20px;
    text-align: center;
}

.footer .logo-image {
    width: 150px;
}

.footer .menu .navbar-text {
    border-bottom: 1px solid #FCE464;
    cursor: pointer;
    margin-bottom: 15px;
}

.footer .menu .navbar-text:after {
    color: #fff;
    content: "";
    float: right;
    font-family: Fontawesome;
    font-size: 23px;
    position: relative;
    right: 10px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer .menu .navbar-text.active:after {
    top: 2px;
    -webkit-transform: translateY(0) rotate(-180deg);
    -moz-transform: translateY(0) rotate(-180deg);
    -ms-transform: translateY(0) rotate(-180deg);
    -o-transform: translateY(0) rotate(-180deg);
    transform: translateY(0) rotate(-180deg);
}

.footer .navbar-text {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.9px;
    line-height: 48px;
}

.footer .menu .navbar-nav {
    display: none;
}

.footer .menu .navbar-nav.active {
    display: block;
}

.footer .menu .navbar-nav li {
    display: block;
}

.footer .nav > li > a {
    color: #fff;
    font-size: 15px;
}

.footer .nav > li > a:hover {
    color: #F37720;
}

.footer .social {
    margin: 10px 0 20px;
}

.footer .social .navbar-text {
    display: none;
}

.footer .social > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer .social > ul > li {
    display: inline-block;
}

.footer .social > ul > li + li {
    margin-left: 10px;
}

.footer .social > ul > li > a {
    background-color: #fff;
    border-radius: 50%;
    color: #005C97;
    display: block;
    font-size: 22px;
    height: 36px;
    line-height: 36px;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    width: 36px;
}

.footer .social > ul > li > a:hover {
    background-color: #F37720;
    color: #000;    
}

.footer-bottom-menu {
    margin: 0 auto;
    max-width: 1365px;
}

.copyright {
    border-bottom: 1px solid #FCE464;
    margin: 0 -20px;
    padding-bottom: 5px;
}

.copyright .h6 {
    padding: 0 20px;
}

.copyright span {
    line-height: 20px;
}

.copyright span a {
    font-family: LibreFranklinBold;
}

.copyright span a:active,
.copyright span a:focus,
.copyright span a:hover {
    color: #F37720;
    text-decoration: none;
}

.footer .navbar-masthead-top {
    padding: 15px 0 20px;
    text-align: center;
}

.footer .navbar-masthead-top > li {
    display: inline-block;
    width: auto;
}

.footer .navbar-masthead-top > li > a {
    background-color: transparent;
    font-size: 12px;
    line-height: 22px;
    padding: 0 12px;
}


@media (min-width: 768px) {

    .newsletter .input-group .input-group-btn {
        width: 1%;
    }

    .footer .logo {
        display: inline-block;
        margin-right: 15px;
        padding-right: 20px;
        position: relative;
        text-align: left;
    }

    .footer .logo:after {
        background-color: #FCE464;
        content: "";
        display: inline-block;
        height: 51px;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
    }

    .footer .logo-image {
        width: 124px;
    }

    .footer .navwrap {
        display: inline-block;
        font-size: inherit;
        margin-bottom: 10px;
    }

    .footer .navwrap .navbar {
        width: auto;
    }

    .footer .menu .navbar-text {
        display: none;
    }

    .footer .menu .navbar-nav {
        display: block;
    }

    .footer .menu .navbar-nav li {
        display: inline-block;
        margin-bottom: 10px;
        width: auto;
    }

    .footer .menu .navbar-nav li + li {
        margin-left: 20px;
    }

    .footer .nav > li > a {
        padding: 0;
    }

    .footer .social {
        display: inline-block;
        margin: 0 0 0 20px;
        position: relative;
        top: 4px;
    }

    .footer-bottom-menu {
        padding: 10px 0 40px;
    }

    .copyright {
        border: none;
        margin: 0;
    }

    .copyright .h6 {
        padding: 0;
        text-align: left;
    }

    .copyright span {
        line-height: 22px;
    }

    .footer .navbar-masthead-top {
        float: none;
        padding: 0;
        text-align: left;
    }

    .footer .navbar-masthead-top > li + li {
        padding-left: 20px;
    }

}

@media (min-width: 992px) {

    .newsletter .subscription-widget-wrap .form-inline {
        padding: 50px 0;
    }

    .newsletter .navbar-text {
        font-size: 25px;
        letter-spacing: 1.25px;
        margin-bottom: 20px;
    }

    .newsletter .input-group:before {
        height: 50px;
        margin: 0;
        width: 56px;
    }

    .newsletter .input-group .form-control {
        height: 50px;
        margin: 0 20px;
        width: -webkit-calc(100% - 96px);
        width: -moz-calc(100% - 96px);
        width: calc(100% - 96px);
    }

    .newsletter .btn-primary {
        font-size: 18px;
        height: 50px;
        width: 135px;
    }

    .footer .logo:after {
        height: 68px;
    }

    .footer .logo-image {
        width: 165px;
    }

    .footer .menu .navbar-nav li + li {
        margin-left: 35px;
    }

    .footer .menu .nav > li > a {
        font-size: 18px;
    }

    .footer .social {
        margin-left: 40px;
    }

}

@media (min-width: 1200px) {

    .footer-bottom-menu {
        padding-bottom: 30px;
    }

    .footer-bottom-menu:after,
    .footer-bottom-menu:before {
        clear: both;
        content: "";
        display: table;
    }

    .copyright {
        float: left;
        width: 460px;
    }

    .copyright .h6 {
        margin-top: 0;
    }

    .footer .nav.navbar-masthead-top {
        float: right;
        margin-top: 10px!important;
        text-align: right;
        width: -webkit-calc(100% - 460px);
        width: -moz-calc(100% - 460px);
        width: calc(100% - 460px);
    }

}

/* End Footer */

/* Start Shopping Cart */

.shopping-cart--layout body {
    padding-top: 115px;
}

.shopping-cart--layout #masthead {
    height: 115px;
}

.shopping-cart--layout #mainfooter {
    padding-top: 20px;
}

.shopping-cart--layout .logo-link .logo-image {
    width: auto;
}

.shopping-cart--layout .login-page-wrap {
    max-width: 700px;
}

.mini-cart-button--checkout .mini-cart__btn-shopping-cart {
    background-color: #005C97;
    border-color: #005C97;
    color: #fff;
    font-family: LibreFranklinBold;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.mini-cart-button--checkout .mini-cart__btn-shopping-cart:hover {
    background-color: #008ee6;
    border-color: #008ee6;
}

.thank-you--layout .newsletter {
    display: none;
}

.thank-you--layout .footer {
    margin-top: 0;
}

@media (min-width: 768px) {
    .shopping-cart--layout #mainfooter .copyright .h6 {
        text-align: center;
    }
}

/* End Shopping Cart */

/* Start Saved Cart */

.saved-cart-layout .shopping-cart__footer-disclaimer {
    padding: 20px 0;
}

/* End Saved Cart */

/* Start Wish List */

.wish-list-layout .shopping-cart__footer-disclaimer {
    padding: 20px 0;
}

/* End Wish List */

/* Start Payment */
#creditCardInfo:after {
    content: "Secured by Authorize.net";
    color: #9c9b99;
    display: block;
    font-family: 'LibreFranklinRegular';
    margin: 10px 0 0 10px;
}

@media (min-width: 992px) {
    #creditCardInfo:after {
        margin-top: 0;
    }
}
/* End Payment */


/* Start My Account */

.my-account-wrap .breadcrumb-wrap ul > li:last-of-type > a {
    color: #000;
}

.my-account-wrap .breadcrumb-wrap ul > li:last-of-type > a:hover {
    color: rgba(0, 92, 151, 0.9);
}

.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn {
    background-color: #005C97;
    border-color: #005C97;
    color: #fff;
}

.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:active,
.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:active:focus,
.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:focus,
.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn:hover {
    background-color: rgba(0, 92, 151, 0.9);
    border-color: rgba(0, 92, 151, 0.9);
}

.panel-last-statement__view-link,
.my-account-layout--fullwidth-layout .panel-title .btn-link {
    color: #005C97;
}

.my-account-layout--fullwidth-layout .panel-title .btn-link:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:before {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.my-account-layout--fullwidth-layout .panel-title .btn-link:active:before,
.my-account-layout--fullwidth-layout .panel-title .btn-link:focus:before,
.my-account-layout--fullwidth-layout .panel-title .btn-link:hover:before,
.my-account-layout--fullwidth-layout .panel-title .btn-link:active:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:focus:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:hover:after {
    color: #005C97;
}

/* Invoices */

.my-account-layout--fullwidth-layout .my-account-report-toolbar__link,
.my-account-layout--fullwidth-layout .grid-filter__button-reset {
    color: #005C97;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.my-account-layout--fullwidth-layout .my-account-report-toolbar__link:active,
.my-account-layout--fullwidth-layout .my-account-report-toolbar__link:focus,
.my-account-layout--fullwidth-layout .my-account-report-toolbar__link:hover,
.my-account-layout--fullwidth-layout .grid-filter__button-reset:active,
.my-account-layout--fullwidth-layout .grid-filter__button-reset:focus,
.my-account-layout--fullwidth-layout .grid-filter__button-reset:hover {
    color: rgba(0, 92, 151, 0.9);
}

/* Payments */

.my-account-payment__header-due-date {
    color: #005C97;
}

.my-account-payment-summary__actions .btn--blue {
    background-color: #005C97;
    border-color: #005C97;
}

.my-account-payment-summary__actions .btn--blue:active,
.my-account-payment-summary__actions .btn--blue:active:focus,
.my-account-payment-summary__actions .btn--blue:focus,
.my-account-payment-summary__actions .btn--blue:hover {
    background-color: rgba(0, 92, 151, 0.9);
    border-color: rgba(0, 92, 151, 0.9);
}


@media (min-width: 992px) {

    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item.nav--active {
        color: #005C97;
    }

    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item:active,
    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item:focus,
    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item:hover {
        color: rgba(0, 92, 151, 0.9);
    }

}

/* End My Account */


/* Start Logistics */

.logistics .page-section-wrap--ImageWithText .page-section__text-content ul {
    text-align: left;
}

/* End Logistics */

.contact-us-page {
    margin: 0 auto;
    max-width: 1000px;
}
.contact-us-page .form-horizontal {
    margin-bottom: 30px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
.generic-form-configurator h1.page-header__title {
    color: #404042;
    font-family: LibreFranklinBold;
}
.generic-form-configurator  .form-group--submit .btn.btn-default {
    background-color: #005c97;
    border-color: #005c97;
    color: #fff;
    font-family: LibreFranklinBold;
    border-radius: 25px;
    font-size: 15px;
    line-height: 23px;
}
.generic-form-configurator  .form-group--submit .btn.btn-default:hover {
    background-color: #404042;
    border-color: #404042 !important;
}
.generic-form-configurator  .form-group--submit .btn.btn-default:focus {
    background-color: #005c97;
    border-color: #005c97 !important;
    outline:0;
}

.form-configurator-confirmation-page  .form-configurator-confirmation__button-wrap .btn.btn-default {
    background-color: #005c97;
    border-color: #005c97;
    color: #fff;
    font-family: LibreFranklinBold;
    border-radius: 25px;
    font-size: 15px;
    line-height: 23px;
}
.form-configurator-confirmation-page  .form-configurator-confirmation__button-wrap .btn.btn-default:hover {
    background-color: #404042;
    border-color: #404042 !important;
}
.form-configurator-confirmation-page  .form-configurator-confirmation__button-wrap .btn.btn-default:focus {
    background-color: #005c97;
    border-color: #005c97 !important;
    outline:0;
}

/* ======================= RICHCONTENT CSS CODES ======================= */
.product-details-sku-description li {list-style: unset}

/* =============== GENERIC CONTENT, PRODUCT, MY ACCOUNT HEADER, TEXT  CSS CODES =============== */
/* CONTENT */
h1.page-header__title {
   font-family: 'LibreFranklinBold';
   color: #404042;
   text-transform: uppercase;
}
h2.page-section__title {
   font-family: 'LibreFranklinBold';
   font-size:27px;
   color: #404042;
   text-transform:uppercase;
}
.page-section__title {
   font-family: 'LibreFranklinBold';
   font-size:27px;
   color: #404042;
}
.page-section__accordion-header {
   font-family: 'LibreFranklinBold';
   font-size: 23px;
   line-height: 32px;
   color: #404042; 
   text-transform:uppercase;
}
.page-section__accordion-content {
    font-family: 'LibreFranklinRegular';
    font-size: 17px;
    line-height: 29px;
    color: #404042;
}
.page-section__content {
    font-family: 'LibreFranklinRegular';
    font-size: 17px;
    line-height: 29px;
    color: #404042;
}
/* OTHER PAGES */
.page-title.mtop-0 {
   font-family: 'LibreFranklinBold';
}
h1.page-title {
   font-family: 'LibreFranklinBold';
}
h2.page-title {
   font-family: 'LibreFranklinBold';
}
.registration-confirmation-wrap .page-title h3 {
   font-family: 'LibreFranklinBold';
}
h1.text-danger {
   font-family: 'LibreFranklinBold';
}
h2.text-danger {
   font-family: 'LibreFranklinBold';
}
.modal-title {
   font-family: 'LibreFranklinBold';
    text-transform: uppercase;
}
.form-configurator-confirmation-page .text-center .h4 {
   font-family: 'LibreFranklinBold';
   font-size: 27px;
   line-height: 35px;
   color: #404042; 
}
.form-configurator-confirmation-page .text-center p {
    line-height:25px;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
    h1.page-header__title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1024px) {
    h1.page-header__title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    h1.page-header__title {
        font-size: 36px;
    }
}

/* ======================= POSTS CSS CODES ======================= */
.breadcrumb--post .container {
    padding-top: 35px;
}
/* MAIN POSTS PAGE */
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item h2.post-list-item__title {
    font-family: 'LibreFranklinBold';
    font-size: 30px;
    line-height: 40px;
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__publish-info {
    font-family: 'LibreFranklinRegular';
    font-size: 17px;
    line-height: 29px;
    color: #000;
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__summary {
    font-family: 'LibreFranklinRegular';
    font-size: 17px;
    line-height: 29px;
    color: #000;
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .post-list-category__title {
    font-family: 'LibreFranklinBold';
    font-size: 24px;
    line-height: 33px;
    color: #000;
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .list-filter-wrap .list-group .list-group-item {
    font-family: 'LibreFranklinRegular';
    font-size: 17px;
    line-height: 29px;
    color: #000;
}
/* POST ENTRIES */
.breadcrumb--post + .body-content .page-header__title {
    font-family: 'LibreFranklinBold';
    font-size: 30px;
    line-height: 40px;
}
.post-list-template--default .post-list-publish-info {
    font-family: 'LibreFranklinRegular';
    font-size: 15px;
    line-height: 26px;
    color: #000;
}
.post-list-template--default .page-section-wrap .page-section__title  {
    font-family: 'LibreFranklinBold';
    font-size: 30px;
    line-height: 40px;
}
.post-list-template--default .page-section-wrap .page-section__content  {
    font-family: 'LibreFranklinRegular';
    font-size: 17px;
    line-height: 29px;
    color: #000;
}



/* =============== CONTACT US CSS CODES =============== */
div#ContactUs-MainContainer {
  padding:40px 5px 5px 5px;
  width:100%;
  max-width:1024px;
  margin:0 auto;
  vertical-align:top;
}
.ContactUs-Row {
  width:100%;
  max-width:1024px;
  margin:0 auto;
  vertical-align:top;
}
.ContactUs-Column1 {
  padding:5px;
  display:inline-block;
  width:100%;
  max-width:1024px;
  margin:0 auto;
  vertical-align:top;
}
.ContactUs-Column2 {
  padding:5px 5px 5px 5px;
  display:inline-block;
  width:100%;
  max-width:1024px;
  margin:0 auto;
  vertical-align:top;
}

/* FONTS */
.contact-us-page .page-header__title {
  color: #404042;
  font-family: LibreFranklinBold;
}
h2.ContactUs-SubHeaders {
  font-size:19px;
  line-height:27px;
  text-decoration: underline;
  color: #404042;
  font-family: LibreFranklinBold;
}

li {list-style: none}

.ContactUs-BodyText {
  font-size:17px;
  line-height:26px;
  color: #404042;
}
.ContactUs-BodyTextURL {
  font-size:17px;
  line-height:26px;
  color:#005c97;
  text-decoration: underline;
}
.ContactUs-BodyTextURL:hover {
  font-size:17px;
  line-height:26px;
  color:#005c97;
  text-decoration: none;
}
.ContactUs-BodyTextPhoneURL {
  font-size:17px;
  line-height:26px;
   color: #404042;
  text-decoration: none;
}
.ContactUs-BodyTextPhoneURL:hover {
  text-decoration: underline;
}
/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
  .ContactUs-Column1 {
       width:59%;
  }
  .ContactUs-Column2 {
       width:40%;
  }
}

/* =============== ACCOUNT SIGNING PERMISSION CSS CODES =============== */
.generic-form-configurator--10000 .form-group--Date, .form-group--Name, .form-group--GiveAuthority, .form-group--AccountNumber, .form-group--EmailAddress {
    width:100%
}
.generic-form-configurator--10000 .form-group--GiveAuthority {
    padding:15px;
}
.generic-form-configurator--10000 .form-group--AndOr {
    padding:5px 15px;
    width:100%;
}
.generic-form-configurator--10000 .form-group--AndOr h2.form-configurator__static-text-title {
    font-size:22px;
    line-height:30px;
    font-weight:600;
    text-transform: uppercase;
}
.generic-form-configurator--10000 .form-group--PurchaseOrdersMustBeUsed {
    width:100%;
}
.generic-form-configurator--10000 .form-group--UnderstandAndAgree {
    padding:5px 15px;
    width:100%;
}
.generic-form-configurator--10000 .form-group--UnderstandAndAgree .form-configurator__static-text-content {
    font-weight:600;
    font-size: 15px;
    line-height: 23px;
}
.generic-form-configurator--10000 .form-group--AccountholdersSignature {
    width:100%;
}

/* =============== CREDIT APP CORPORATE - CSS CODES =============== */
.generic-form-configurator--10001 {
    padding-top:20px;
}
.generic-form-configurator--10001 .page-header__title.text-center {
    display:none;
}
.generic-form-configurator--10001 .form-group--KilrichIndustries {
    width:100%;
    padding-left:15px;
}
.generic-form-configurator--10001 .form-group--KilrichIndustries u {
    font-size:18px;
    line-height:26px;
}
.generic-form-configurator--10001 .form-group--CreditSalesAgreement {
    width:100%;
    padding-bottom: 30px;
    padding-left:15px;
}
.generic-form-configurator--10001 .form-group--CreditSalesAgreement h2 {
    margin-bottom:1px;
    font-size:18px;
    line-height:26px;
    font-weight:600;
    text-transform: uppercase;
}
.generic-form-configurator--10001 .form-group--CreditSalesAgreement .form-configurator__static-text-content {
    font-size:18px;
    line-height:26px;
    font-weight:600;
}
.generic-form-configurator--10001 .col-xs-12.h4 strong {
    font-size:19px;
    line-height:28px;
    text-decoration: underline;
}
.generic-form-configurator--10001 .form-group--BusinessName, .form-group--ContactNameAndPosition, .form-group--NatureOfBusiness, .form-group--YearsOfCorporation, .form-group--MailingAddress, .form-group--ShippingAddress, .form-group--BanksUsed, .form-group--CreditAmount {
    width:100%;
}
.generic-form-configurator--10001 .form-group--SignatureConsentText .form-configurator__static-text-content {
    padding: 3px 15px;
}
.generic-form-configurator--10001 .form-group--AuthorizedSignatures {
    width: 100%;
    padding-left: 15px;
}
.generic-form-configurator--10001 .form-group--AuthorizedSignatures h2.form-configurator__static-text-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
.generic-form-configurator--10001 .form-group--PersonalGuarantee {
   padding: 0 15px;
}
.generic-form-configurator--10001 .form-group--PersonalGuarantee h2.form-configurator__static-text-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
.generic-form-configurator--10001 .form-group--WebsiteAddress {
    width:100% !important;
}
.SectionATopHeader {
	font-weight:600;
	font-size:25px !important;
	line-height:34px !important;
	text-transform: uppercase;
	text-align: center;
}
.SectionAContentBody {
	font-size:15px !important;
	line-height:23px !important;
}
.SectionATable {
	border:solid 1px #666;
	width:100%;
	max-width:700px;
	margin:0 auto;
}
.SectionATable tr td {
	padding:7px;
}
/* =============== CREDIT APP PERSONAL - CSS CODES =============== */
.generic-form-configurator--10004 {
    padding-top:20px;
}
.generic-form-configurator--10004 .page-header__title.text-center {
    display:none;
}
.generic-form-configurator--10004 .form-group--KilrichIndustries {
    width:100%;
    padding-left:15px;
}
.generic-form-configurator--10004 .form-group--KilrichIndustries u {
    font-size:18px;
    line-height:26px;
}
.generic-form-configurator--10004 .form-group--CreditSalesAgreement {
    width:100%;
    padding-bottom: 30px;
    padding-left:15px;
}
.generic-form-configurator--10004 .form-group--CreditSalesAgreement h2 {
    margin-bottom:1px;
    font-size:18px;
    line-height:26px;
    font-weight:600;
    text-transform: uppercase;
}
.generic-form-configurator--10004 .form-group--CreditSalesAgreement .form-configurator__static-text-content {
    font-size:18px;
    line-height:26px;
    font-weight:600;
}
.generic-form-configurator--10004 .col-xs-12.h4 strong {
    font-size:19px;
    line-height:28px;
    text-decoration: underline;
}
.generic-form-configurator--10004 .form-group--Section1Name, .form-group--Section1DateOfBirth, .form-group--MailingAddress, .form-group--ShippingAddress, .form-group--BanksUsed, .form-group--CreditAmount, .form-group--Section2DateOfBirth, .form-group--SIN, .form-group--SpouseSIN, .form-group--Section4Signature, .form-group--Section4PrintName1, .form-group--Section4PurchaserSpouse, .form-group--Section4PrintName2, .form-group--WebsiteAddress {
    width:100%;
}
.generic-form-configurator--10004 .form-group--ProvideAuthority .form-configurator__static-text-content {
    padding: 3px 15px;
}
.generic-form-configurator--10004 .form-group--SignatureConsentText .form-configurator__static-text-content {
    padding: 3px 15px;
}
.generic-form-configurator--10004 .form-group--Section4PurchaserSpouse .form-configurator__static-text-content {
    padding: 3px 15px;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
}
.generic-form-configurator--10004 .form-group--Section4Purchaser .form-configurator__static-text-content {
    padding: 3px 15px;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
}
.generic-form-configurator--10004 .form-group--AuthorizedSignatures {
    width: 100%;
    padding-left: 15px;
}
.generic-form-configurator--10004 .form-group--AuthorizedSignatures h2.form-configurator__static-text-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
}
.generic-form-configurator--10004 .form-group--PersonalGuarantee {
   padding: 0 15px;
}
.generic-form-configurator--10004 .form-group--PersonalGuarantee h2.form-configurator__static-text-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

/* =============== ABOUT US - CSS CODES =============== */
.about-us {
    padding-top:30px;
}
.about-us h1.page-header__title  {
    text-align: center;
}
/* =============== COMMUNITY INVOLVEMENT - CSS CODES =============== */
.community-involvement {
    padding-top:30px;
}
.community-involvement h1.page-header__title  {
    text-align: center;
}
.community-involvement .CommunityInvolvement-Bullets .page-section--RichText .page-section__content ul li  {
    list-style: disc;
    padding: 3px 17px 3px 2px;
}
.community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__content>div {
    padding: 0;
}
.community-involvement .CommunityInvolvement-ImgwithText .page-section__text-wrap .page-section__text-content {
     margin: 0 auto;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    max-width: 830px;
    padding-top: 10px;
}

/* MEDIA QUERIES */
@media only screen and (min-width:320px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:150px;
     }
}
@media only screen and (min-width:400px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:200px;
     }
}
@media only screen and (min-width:480px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:220px;
     }
}
@media only screen and (min-width:540px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:240px;
     }
}
@media only screen and (min-width:560px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:260px;
     }
}
@media only screen and (min-width:600px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:275px;
     }
}
@media only screen and (min-width:640px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:295px;
     }
}
@media only screen and (min-width:680px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:315px;
     }
}
@media only screen and (min-width:700px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:325px;
     }
}
@media only screen and (min-width:730px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:350px;
     }
}
@media only screen and (min-width:780px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:370px;
     }
}
@media only screen and (min-width:800px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:400px;
     }
}
@media only screen and (min-width:880px) {
    .community-involvement .CommunityInvolvement-ImgwithText .page-section--ImageWithText .page-section__image--Large {
         height:415px;
     }
}

/* =============== PROJECTS - CSS CODES =============== */
.projects {
    padding-top:30px;
}
.projects h1.page-header__title  {
    text-align: center;
    padding-bottom:5px;
}
.projects .page-section-wrap--Slider .ibos-slider-wrap  h2.page-section__title {
    font-size:21px;
    line-height:31px;
    text-transform: capitalize;
}

/* =============== PRIVACY POLICY - CSS CODES =============== */
.privacy-policy {
    padding-top:30px;
}
.privacy-policy h1.page-header__title  {
    text-align: center;
    padding-bottom:5px;
}
.privacy-policy .page-section-wrap--Accordion .page-section--Accordion .page-section__accordion-list .page-section__accordion-item .page-section__accordion-content ul li {
    list-style:disc;
    padding:10px 0;
}

/* =============== TERMS AND CONDITIONS - CSS CODES =============== */
.termsandconditions {
    padding-top:30px;
}
.termsandconditions h1.page-header__title  {
    text-align: center;
    padding-bottom:5px;
}
.termsandconditions .page-section-wrap--Accordion .page-section--Accordion .page-section__accordion-list .page-section__accordion-item .page-section__accordion-content ul li {
    list-style:disc;
    padding:10px 0;
}

/* =============== DELIVERY POLICY - CSS CODES =============== */
.delivery-policy {
    padding-top:30px;
}
.delivery-policy h1.page-header__title  {
    text-align: center;
    padding-bottom:5px;
}
.delivery-policy .page-section-wrap--RichText .page-section--RichText .page-section__content ul li {
    list-style:disc;
    padding:10px 0;
}

/* =============== APPLY FOR CREDIT - CSS CODES =============== */
.apply-for-credit {
    padding-top:30px;
}
.apply-for-credit h1.page-header__title  {
    text-align: center;
    padding-bottom:5px;
}
.apply-for-credit .page-section-wrap--RichText .page-section--RichText .page-section__content ul li {
    list-style:disc;
    padding:10px 0;
}

/* =============== TRUSS PLANT - CSS CODES =============== */
.truss-plant {
    padding-top:30px;
}
.truss-plant  h1.page-header__title  {
    text-align: center;
    padding-bottom:5px;
}
.truss-plant .TrussPlant-ImageWithText .page-section--ImageWithText.page-section--orientation-Right .page-section__content>div.page-section__text-wrap  {
    background-color: #F1F1F1;
    border: 1px solid #D8D8D8;
}
.truss-plant .page-section-wrap--RichText .page-section--RichText .page-section__content ul li {
    list-style:disc;
    padding:10px 0;
}

/* MEDIA QUERIES */
@media only screen and (min-width:640px) {
    .truss-plant .TrussPlant-ImageWithText .page-section--ImageWithText.page-section--orientation-Right .page-section__content>div.page-section__text-wrap  {
         width:60%;
         padding:30px;
    }
    .truss-plant .TrussPlant-ImageWithText .page-section--ImageWithText.page-section--orientation-Right .page-section__content>div.page-section__image-wrap  {
         width:40%;
    }
}
@media only screen and (min-width:768px) {
    .truss-plant .TrussPlant-ImageWithText .page-section--ImageWithText.page-section--orientation-Right .page-section__content>div.page-section__text-wrap  {
         width:70%;
    }
    .truss-plant .TrussPlant-ImageWithText .page-section--ImageWithText.page-section--orientation-Right .page-section__content>div.page-section__image-wrap  {
         width:30%;
    }
}
@media only screen and (min-width:1100px) {
    .truss-plant .TrussPlant-ImageWithText .page-section--ImageWithText.page-section--orientation-Right .page-section__content>div.page-section__text-wrap  {
         width:80%;
    }
    .truss-plant .TrussPlant-ImageWithText .page-section--ImageWithText.page-section--orientation-Right .page-section__content>div.page-section__image-wrap  {
         width:20%;
    }
}

/* =============== CAREERS - CSS CODES =============== */
.careers {
    padding-top:30px;
}
.careers h1.page-header__title  {
    text-align: center;
    padding-bottom:5px;
}
.careers .page-section-wrap--RichText .page-section--RichText .page-section__content ul li {
    list-style:disc;
    padding:10px 0;
}

/* =============== LOGISTICS - CSS CODES =============== */
.logistics {
    padding-top:30px;
}
.logistics h1.page-header__title  {
    text-align: center;
}
.logistics .Logistics-ImageWithText .page-section--ImageWithText .page-section__content>div {
    padding: 10px 20px;
}
.logistics .Logistics-ImageWithText2 .page-section--ImageWithText .page-section__content>div {
    padding: 10px 20px;
}
.logistics .Logistics-ImageWithText3 .page-section--ImageWithText .page-section__content>div {
    padding: 10px 20px;
}
.logistics .Logistics-ImageWithText .page-section__text-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
   min-height:77px;
}
.logistics .Logistics-ImageWithText2 .page-section__text-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 260px;
   min-height:77px;
}
.logistics .Logistics-ImageWithText3 .page-section__text-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 260px;
    min-height:77px;
}
.logistics .Logistics-ImageWithText .page-section__text-wrap .page-section__text-content {
    font-size:15px;
    line-height:24px;
}
.logistics .Logistics-ImageWithText2 .page-section__text-wrap .page-section__text-content {
    font-size:15px;
    line-height:24px;
}
.logistics .Logistics-ImageWithText3 .page-section__text-wrap .page-section__text-content {
    font-size:15px;
    line-height:24px;
}
.logistics .Logistics-ImageWithText .page-section__text-wrap .page-section__text-content ul li {
    list-style:disc;
   margin-left:-13px;
}
.logistics .Logistics-ImageWithText2 .page-section__text-wrap .page-section__text-content ul li {
    list-style:disc;
   margin-left:-13px;
}
.logistics .Logistics-ImageWithText3 .page-section__text-wrap .page-section__text-content ul li {
    list-style:disc;
   margin-left:-13px;
}
.logistics .Logistics-ImageWithText2 .page-section__text-wrap .page-section__text-content {
    font-size:15px;
    line-height:24px;
}
.logistics .Logistics-ImageWithText2 .page-section__text-wrap .page-section__text-content ul li {
    list-style:disc;
   margin-left:-13px;
}
.logistics .Logistics-ImageWithText3 .page-section__text-wrap .page-section__text-content {
    font-size:15px;
    line-height:24px;
}
.logistics .Logistics-ImageWithText3 .page-section__text-wrap .page-section__text-content ul li {
    list-style:disc;
   margin-left:-13px;
}
.logistics .page-section--ImageWithText .page-section__image--Medium {
    height: 200px;
}


/* MEDIA QUERIES */
@media only screen and (min-width:600px) {
    .logistics .Logistics-ImageWithText1 .page-section__text-wrap {
        min-height: 151px;
    }
    .logistics .Logistics-ImageWithText2 .page-section__text-wrap {
        min-height: 151px;
    }
    .logistics .Logistics-ImageWithText3 .page-section__text-wrap {
        min-height: 151px;
    }
    .logistics .page-section--ImageWithText .page-section__image--Medium {
        height:100px;
    }
}
@media only screen and (min-width:610px) {
    .logistics .Logistics-ImageWithText1 .page-section__text-wrap {
        min-height: 127px;
    }
    .logistics .Logistics-ImageWithText2 .page-section__text-wrap {
        min-height: 127px;
    }
    .logistics .Logistics-ImageWithText3 .page-section__text-wrap {
        min-height: 127px;
    }
}
@media only screen and (min-width:640px) {
    .logistics .Logistics-ImageWithText1 .page-section__text-wrap {
        min-height: 125px;
    }
    .logistics .Logistics-ImageWithText2 .page-section__text-wrap {
        min-height: 125px;
    }
    .logistics .Logistics-ImageWithText3 .page-section__text-wrap {
        min-height: 125px;
    }
}
@media only screen and (min-width:689px) {
    .logistics .Logistics-ImageWithText1 .page-section__text-wrap {
        min-height: 103px;
    }
    .logistics .Logistics-ImageWithText2 .page-section__text-wrap {
        min-height: 103px;
    }
    .logistics .Logistics-ImageWithText3 .page-section__text-wrap {
        min-height: 103px;
    }
    .logistics .page-section--ImageWithText .page-section__image--Medium {
        height:150px;
    }
}
@media only screen and (min-width:860px) {
    .logistics .Logistics-ImageWithText1 .page-section__text-wrap {
        min-height: 78px;
    }
    .logistics .Logistics-ImageWithText2 .page-section__text-wrap {
        min-height: 78px;
    }
    .logistics .Logistics-ImageWithText3 .page-section__text-wrap {
        min-height: 78px;
    }
}
@media only screen and (min-width:900px) {
    .logistics .page-section--ImageWithText .page-section__image--Medium {
        height:200px;
    }
}
/* =============== REQUEST QUOTE BANNER - CSS CODES =============== */
#QuoteBannerMainContainer {
	width:100%;
	display:block;
        padding-top:20px;
}
.QuoteBannerRow {
	width:100%;
	display:block;
	padding:5px;
	background-image:url('/m/webp/contact/RequestQuote-Banner.webp');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	height:241px;
	max-width:1220px;
	margin:0 auto;
}
.QuoteBannerMainTextContainer {
	width:100%;
	display:block;
	text-align:left;
	padding:10px;
}
/* FONTS */
.QuoteHeaderText {
	color: #fff;
    font-family: LibreFranklinBold;
    font-size: 22px;
    line-height:30px;
    margin-top: 10px;
}
.QuoteBodyText {
	color: #fff;
    font-family: LibreFranklinRegular;
    font-size: 15px;
    line-height:26px;
    width:100%;
    max-width:400px;
    margin-bottom: 15px!important;
}
.QuoteBodyTextLink {
	color: #fff;
    font-family: LibreFranklinRegular;
    font-size: 15px;
    line-height:26px;
    text-decoration:none;
}
.QuoteBodyTextLink:hover {
	color: #fcd52b;
    text-decoration:underline;
}
.QuoteBodyTextLink:focus {
	color: #fcd52b;
    text-decoration:underline;
}
.QuoteBodyTextButton {
	border-radius: 25px!important;
	background-color: #fcd52b;
    border-color: #fcd52b;
    font-family: LibreFranklinBold;
    font-size: 15px;
    color:#000;
    height: 34px;
    line-height: 26px;
    padding: 13px 23px;
    text-transform: uppercase;
    text-decoration:none;
    width: 80px;
}
.QuoteBodyTextButton:hover {
	background-color: #F37720;
    border-color: #F37720;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 500px) {
	.QuoteBannerMainTextContainer {
		padding:8px 20px;
	}
	.QuoteHeaderText {
	    font-size: 26px;
	    line-height:34px;
	}
	.QuoteBodyText {
	    margin-bottom: 22px!important;
	}
	.QuoteBodyTextButton {
	    font-size: 16px;
	    line-height: 26px;
	    padding: 16px 25px;
	}
}
@media only screen and (min-width: 600px) {
	.QuoteBannerMainTextContainer {
		padding:5px 25px;
	}
	.QuoteHeaderText {
	    font-size: 28px;
	    line-height:36px;
	}
	.QuoteBodyTextButton {
	    font-size: 17px;
	    line-height: 26px;
	    padding: 16px 25px;
	}
}
@media only screen and (min-width: 635px) {
	.QuoteBannerMainTextContainer {
		padding:15px 25px;
	}
	.QuoteBodyText {
	    margin-bottom: 35px!important;
	}
}
/* =============== REQUEST QUOTE ONLINE FORM - CSS CODES =============== */
.generic-form-configurator--10005 .form-group--EmailAddress {
    width:50%;
}
.generic-form-configurator--10005 .form-group--Comments {
    width:100%;
}
