/* Minification failed. Returning unminified contents.
(4299,46): run-time error CSS1046: Expect comma, found '0'
(4299,50): run-time error CSS1046: Expect comma, found '/'
(4300,43): run-time error CSS1046: Expect comma, found '0'
(4300,47): run-time error CSS1046: Expect comma, found '/'
(4301,38): run-time error CSS1046: Expect comma, found '0'
(4301,42): run-time error CSS1046: Expect comma, found '/'
(4386,53): run-time error CSS1046: Expect comma, found '0'
(4386,57): run-time error CSS1046: Expect comma, found '/'
(4387,45): run-time error CSS1046: Expect comma, found '0'
(4387,49): run-time error CSS1046: Expect comma, found '/'
(4750,1): run-time error CSS1019: Unexpected token, found '}'
(5010,23): run-time error CSS1030: Expected identifier, found '.'
(5010,23): run-time error CSS1031: Expected selector, found '.'
(5010,23): run-time error CSS1025: Expected comma or open 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: 'AntonioRegular';
    src: url('/_Content/1033/Themes/Default/Content/Fonts/antonio-regular-webfont.eot');
    src: url('/_Content/1033/Themes/Default/Content/Fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/antonio-regular-webfont.woff2') format('woff2'),
         url('/_Content/1033/Themes/Default/Content/Fonts/antonio-regular-webfont.woff') format('woff'),
         url('/_Content/1033/Themes/Default/Content/Fonts/antonio-regular-webfont.ttf') format('truetype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('/_Content/1033/Themes/Default/Content/Fonts/poppins-bold-webfont.eot');
    src: url('/_Content/1033/Themes/Default/Content/Fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-bold-webfont.woff') format('woff'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-bold-webfont.ttf') format('truetype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('/_Content/1033/Themes/Default/Content/Fonts/poppins-medium-webfont.eot');
    src: url('/_Content/1033/Themes/Default/Content/Fonts/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-medium-webfont.woff') format('woff'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-medium-webfont.ttf') format('truetype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('/_Content/1033/Themes/Default/Content/Fonts/poppins-regular-webfont.eot');
    src: url('/_Content/1033/Themes/Default/Content/Fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-regular-webfont.woff') format('woff'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-regular-webfont.ttf') format('truetype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PoppinsSemibold';
    src: url('/_Content/1033/Themes/Default/Content/Fonts/poppins-semibold-webfont.eot');
    src: url('/_Content/1033/Themes/Default/Content/Fonts/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-semibold-webfont.woff') format('woff'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-semibold-webfont.ttf') format('truetype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/poppins-semibold-webfont.svg#poppinssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Icomoon';
    src: url('/_Content/1033/Themes/Default/Content/Fonts/icomoon.eot?xhz1lt');
    src: url('/_Content/1033/Themes/Default/Content/Fonts/icomoon.eot?xhz1lt#iefix') format('embedded-opentype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/icomoon.ttf?xhz1lt') format('truetype'),
         url('/_Content/1033/Themes/Default/Content/Fonts/icomoon.woff?xhz1lt') format('woff'),
         url('/_Content/1033/Themes/Default/Content/Fonts/icomoon.svg?xhz1lt#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-map:before {
    content: "\e001";
}

.icon-search:before {
    content: "\e002";
}

.icon-menu:before {
    content: "\e003";
}

.icon-user:before {
    content: "\e004";
}

.icon-cart:before {
    content: "\e005";
}

.icon-arrow-right:before {
    content: "\e006";
}

.icon-arrow-left:before {
    content: "\e007";
}

.icon-cart-arrow:before {
    content: "\e008";
}


/* Start Global */

html[class*="menu--active"] {
    overflow: visible;
}

body {
    font-family: PoppinsRegular;
    padding-top: 220px;
}

.breadcrumb-wrap {
    padding: 0 20px;
}

.breadcrumb-wrap .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0;
    width: 100%;
}

.breadcrumb-wrap .breadcrumb {
    padding-top: 20px!important;
}

.breadcrumb-wrap ul > li > a {
    color: #000;
}

.breadcrumb-wrap ul > li > a:hover {
    color: #990000;
}

.breadcrumb-wrap ul > li:last-of-type > a {
    color: #990000;
}

.body-content {
    margin: 0 auto;
    max-width: 1440px;
    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: #D91A1A;
}

.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: #990000;
    outline: 0;
    text-decoration: none;
}

b, strong {
    font-family: PoppinsBold;
    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,
.cookie-disclaimer__accept {    
    background-color: #990000;
    border-color: #990000;   
    box-shadow: none;    
    color: #fff;
    font-family: PoppinsSemibold;
    font-weight: normal;
}

.cookie-disclaimer__close:hover .fa:before {
    color: #A80729;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover:active,
.btn-primary:hover:focus,
.btn-primary:hover,
.cookie-disclaimer__accept:active,
.cookie-disclaimer__accept:focus,
.cookie-disclaimer__accept:hover:active,
.cookie-disclaimer__accept:hover:focus,
.cookie-disclaimer__accept:hover {
    background-color: #A80729;
    border-color: #A80729;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.custom-button__input.custom-button--radio.custom-button--radio:checked + .fa:before,
.custom-button__label:hover .custom-button__input.custom-button--radio.radio-button-icon--icomoon + .fa:before {
    color: #990000;
}

@media (min-width: 768px) {

    body {
        padding-top: 130px;
    }

}

@media (min-width: 992px) {

    body {
        padding-top: 250px;
    }

}

/* End Global */


/* Scroll Top */

.scrollTopWrapper {
    background-color: transparent;
    padding: 0;
}

.scrollTopWrapper button {
    border: 1px solid transparent;
}

.scrollTopWrapper .scroll--hide {
    display: none!important;
}

.scrollTopWrapper .scroll--up {
    color: #990000;
    font-size: 25px;
    text-shadow: none;
}

.scrollTopWrapper .scroll--up:before {
    content: "\f062";
}

.scrollTopWrapper .scroll--up:hover {
    color: #A80729;
}

/* End Scroll Top */


/* Start Header */

#masthead {
    background-color: #1A1A1A;
    border: none;
}

html.search-bar--hidden .header-main-wrap > ul,
.header-main-wrap > ul {
    height: 220px;
    margin: 0 auto;
    max-width: 1540px;
    padding: 0;
    width: 100%;
}

.header-main-wrap .menu-logo {
    left: 20px;
    top: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.header-main-wrap .logo-link {
    position: relative;
    z-index: 1;
}

.logo-link .logo-image {
    max-height: 69px;
}

.header-main-wrap .menu-logo .logo-image {
    width: 75px;
}

.header-main-wrap .menu-logo .branch {
    display: none;
}

.header-main-wrap .menu-store {
    left: auto;
    right: 50%;
    top: 40px;
}

.header-main-wrap .menu-store .store-link span.fa-map-marker:before {
    color: #fff;
    content: "\e001";
    font-family: Icomoon;
    font-size: 30px;
}

.header-main-wrap .menu-store .store-location-popup-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
}

.header-main-wrap .menu-store .store-location-popup-wrap .store-location-info__store-name {
    font-size: 13px;
}

.header-main-wrap .menu-store .store-location-popup-wrap .store-location-button-wrap .btn {
    padding: 3px 5px 1px;
}

html.search-bar--hidden .header-main-wrap .menu-search {
    opacity: 1;
    visibility: visible;
}

.header-main-wrap .menu-search {
    bottom: 20px;
    left: auto;
    right: 30px;
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: calc(100% - 145px);
    z-index: 1;
}

.header-main-wrap .menu-search .navbar-form {
    box-shadow: none;
}

.header-main-wrap .menu-search .search-wrap {
    padding: 0;
}

.header-main-wrap .menu-search #keywords {
    border: 2px solid #1A1A1A;
    border-radius: 0;
    box-shadow: none;
    color: #B33D3D;
    font-family: PoppinsRegular;
    font-size: 13px;
    height: 50px;
    line-height: 52px;
    padding-left: 40px;
    padding-right: 10px;
    text-transform: uppercase;
}

#masthead .ui-autocomplete-loading {
    background-position: left 5px center;
}

.header-main-wrap .menu-search #keywords::-webkit-input-placeholder {
    color: #B33D3D;
}

.header-main-wrap .menu-search #keywords:-ms-input-placeholder {
    color: #B33D3D;
}

.header-main-wrap .menu-search #keywords::-ms-input-placeholder {
    color: #B33D3D;
}

.header-main-wrap .menu-search #keywords::placeholder {
    color: #B33D3D;
}

.header-main-wrap .menu-search .form-control-clear {
    border: 1px solid transparent;
    color: #1A1A1A;
    height: 50px;
    line-height: 50px;
    padding: 0;
    right: 0;
    top: 0;
    -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;
    width: 35px;
}

.header-main-wrap .menu-search .btn-search {
    background-color: transparent;
    border-color: transparent!important;
    border-radius: 0;
    box-shadow: none;
    color: #1A1A1A;
    height: 50px;
    left: 0;
    padding: 0;
    right: auto;
    top: 0;
    width: 40px;
}

.header-main-wrap .menu-search .form-control-clear:hover,
.header-main-wrap .menu-search .btn-search:hover {
    color: #B33D3D;
}

.header-main-wrap .menu-search .btn-search .fa:before {
    content: "\e002";
    font-family: Icomoon;
    font-size: 18px;
    line-height: 40px;
}

.header-main-wrap .menu-navs {
    bottom: 18px;
    top: auto;
    width: 115px;
}

.header-main-wrap .menu-navs .main-menu-link .fa-bars:before {
    color: #fff;
    content: "\e003";
    font-family: Icomoon;
    font-size: 30px;
    position: relative;
    top: 7px;
}

.header-main-wrap .navbar-mainmenu .navbar-close {
    -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 .navbar-mainmenu .navbar-close:hover,
.header-main-wrap .navbar-account .navbar-close:hover .fa:before {
    color: #B33D3D;
}

.header-main-wrap .navbar-mainmenu > ul > li > button,
.header-main-wrap .navbar-mainmenu > ul > li > a {
    font-family: AntonioRegular;
    font-size: 15px;
    text-transform: uppercase;
}

.header-main-wrap .navbar-mainmenu > ul > li > button > .caret {
    display: none;
}

.header-main-wrap .navbar-mainmenu > ul > li > button:after,
.header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
    color: #000;
    content: "\f107";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 17px;
    left: 7px;
    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 .navbar-mainmenu > ul > li.open > button:hover:after,
.header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:hover:after {
    color: #B33D3D;
}

.header-main-wrap .navbar-mainmenu > ul > li.open > button:after,
html.catalog-menu--active .header-main-wrap .navbar-mainmenu > ul > li > .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);
}

.header-main-wrap .navbar-mainmenu > ul > li > button:active,
.header-main-wrap .navbar-mainmenu > ul > li > button:focus,
.header-main-wrap .navbar-mainmenu > ul > li > button:hover,
.header-main-wrap .navbar-mainmenu > ul > li > a:active,
.header-main-wrap .navbar-mainmenu > ul > li > a:focus,
.header-main-wrap .navbar-mainmenu > ul > li > a:hover {
    color: #B33D3D;
}

.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-main-wrap .navbar-mainmenu .dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    padding: 0;
}

.header-category-popup > ul > li,
.header-main-wrap .navbar-mainmenu .dropdown-menu li {
    background-color: transparent;
    border: none;    
    border-bottom: 1px solid #dedede;
    border-radius: 0!important;
    padding: 13px 15px 12px 25px;
}

.header-category-popup > ul > li:last-child,
.header-main-wrap .navbar-mainmenu .dropdown-menu li:last-child {
    border-bottom: none;
}

.header-category-popup > ul > li > a,
.header-main-wrap .navbar-mainmenu .dropdown-menu li a {
    color: #000;
    display: block;
    font-family: AntonioRegular;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

.header-category-popup > ul > li > a:hover,
.header-category-popup > ul > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #B33D3D;
}

.header-main-wrap .menu-account {
    right: 30%;
    top: 40px;
}

.header-main-wrap .menu-account .fa-user-o:before {
    color: #fff;
    content: "\e004";
    font-family: Icomoon;
    font-size: 30px;
}

.header-main-wrap .menu-account .caret {
    display: none;
}

.header-main-wrap .menu-account .navbar-account {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
}

.header-main-wrap .navbar-account .nav-column__title {
    font-size: 13px;
}

.header-main-wrap .navbar-account > ul > li > a,
.header-main-wrap .menu-account .my-account-menus .list-group-item,
.header-main-wrap .menu-account .my-account-logout a,
.header-main-wrap .navbar-account .nav-column-menu .list-group-item,
.header-main-wrap .navbar-account .nav-column-menu .my-account-switch a {
    font-size: 12px;
}

.header-main-wrap .navbar-account > ul > li > a:hover,
.header-main-wrap .menu-account .my-account-menus .list-group-item:hover,
.header-main-wrap .menu-account .my-account-logout a: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 {
    color: #B33D3D;
}

.header-main-wrap .navbar-account .nav-column-menu form .list-group-item {
    cursor: pointer;
}

.header-main-wrap .menu-account .my-account-logout a {
    border-color: transparent;
}

.header-main-wrap .navbar-account > ul > li > a > .fa:before,
.header-main-wrap .menu-account .my-account-logout a .fa-sign-out:before {
    font-size: 17px;
    margin-right: 3px;
}

.header-main-wrap .navbar-account > ul > li:last-child > a {
    border-color: transparent;
}

.header-main-wrap .menu-cart {
    right: 40px;
    top: 40px;
}

.header-main-wrap .menu-cart .fa-shopping-cart:before {
    color: #fff;
    content: "\e005";
    font-family: Icomoon;
    font-size: 30px;
    -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-cart .cart-items-wrap {
    background-color: #B33D3D;
}


@media (min-width: 768px) and (max-width: 991px) {

    .search-autocomplete-result .ui-menu {
        left: auto!important;
        position: fixed!important;
        right: 290px;
        top: 90px!important;
        width: -webkit-calc(100% - 450px)!important;
        width: -moz-calc(100% - 450px)!important;
        width: calc(100% - 450px)!important;
    }

}

@media (min-width: 992px) and (max-width: 1050px) {

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        font-size: 13px;
    }

}

@media (min-width: 768px) {

    .header-main-wrap {
        overflow: hidden;
    }

    .header-main-wrap > ul {
        height: 130px;
    }

    .header-main-wrap .menu-store {
        right: 160px;
        width: 50px;
    }

    .header-main-wrap .menu-search {
        bottom: auto;
        right: 290px;
        top: 40px;
        width: -webkit-calc(100% - 440px);
        width: -moz-calc(100% - 440px);
        width: calc(100% - 440px);
    }

    .header-main-wrap .menu-navs {
        right: 220px;
        top: 40px;
        width: 50px;
    }

    .header-main-wrap .menu-navs .main-menu-link .fa-bars:before {
        top: auto;
    }

    .header-main-wrap .menu-account {
        right: 100px;
    }    

    .header-main-wrap .menu-account .navbar-account {
        background-color: #fff;
    }
}

@media (min-width: 992px) {

    .header-main-wrap {
        overflow: visible;
    }

    .header-main-wrap > ul {
        height: 250px;
    }

    .header-main-wrap .menu-logo {
        text-align: center;
        top: 30px;
    }

    .header-main-wrap .menu-logo .logo-image {
        width: 60px;
    }

    .header-main-wrap .menu-logo .branch {
        color: #fff;
        display: block;
        font-family: AntonioRegular;
        font-size: 20px;
        letter-spacing: 0.03em;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .header-main-wrap .menu-store {
        left: 290px;
        right: auto;
        text-align: left;
        top: 60px;
        width: 210px;
    }

    .header-main-wrap .menu-store:hover .store-link {
        background-color: transparent;
    }

    .header-main-wrap .menu-store .store-link {        
        border: 2px solid #fff;
        border-radius: 0!important;
        height: 50px;
        padding: 0;
        -webkit-transition: border-color .3s ease-in-out;
        -moz-transition: border-color .3s ease-in-out;
        -o-transition: border-color .3s ease-in-out;
        transition: border-color .3s ease-in-out;
        width: 210px;
    }

    .header-main-wrap .menu-store .store-link:hover,
    .header-main-wrap .menu-store .store-link:focus,
    .header-main-wrap .menu-store .store-link:hover {
        border: 2px solid #B33D3D!important;
    }

    .header-main-wrap .menu-store .store-link span.fa-map-marker {
        bottom: 7px;
        left: 10px;
        line-height: normal;
        position: absolute;
        top: auto;
    }

    .header-main-wrap .menu-store .store-link span.fa-map-marker:before {
        color: #B33D3D;
        font-size: 20px;
    }

    .header-main-wrap .menu-store .store-link .store-link__text {
        color: #fff;
        display: block;
        font-size: 9px;
        letter-spacing: 0.03em;
        padding: 5px 0 0 10px;
        text-transform: uppercase;
    }

    .header-main-wrap .menu-store .store-link .current-store {
        font-family: AntonioRegular;
        font-size: 14px;
        left: 35px;
        overflow: hidden;
        padding: 0;
        position: relative;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-transform: uppercase;
        top: 5px;
        white-space: nowrap;
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .header-main-wrap .menu-search {
        bottom: auto;
        left: 530px;
        top: 60px;
        width: -webkit-calc(100% - 550px);
        width: -moz-calc(100% - 550px);
        width: calc(100% - 550px);
    }    

    .search-autocomplete-result {
        left: auto;
        right: 0;
    }

    .header-main-wrap .menu-wrap {
        border-top: 1px solid #353535;
        bottom: 0;
        left: 20px;
        position: absolute;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }

    .header-main-wrap .menu-navs {
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
        width: -webkit-calc(100% - 270px);
        width: -moz-calc(100% - 270px);
        width: calc(100% - 270px);
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        padding: 25px 10px 20px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button {
        line-height: 20px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button,
    .header-main-wrap .navbar-mainmenu > ul > li > a {
        color: #fff;
        padding: 0;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link {
        padding-left: 25px;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > button:after,
    .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:after {
        display: none;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:hover:before {
        color: #B33D3D;
    }

    .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:before {
        bottom: 3px;
        color: #fff;
        content: "\e003";
        font-family: Icomoon;
        left: 0;
        margin-right: 10px;
        position: absolute;
        -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 .navbar-mainmenu .navbar-mainmenu__catalog:hover .header-category-popup {
        opacity: 1;
        visibility: visible;
    }

    .header-category-popup {
        display: block;
        position: fixed;
        top: 250px;
        -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;
    }

    .header-category-popup > ul {
        background-color: #fff;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 505px;
        max-height: 60vh;
    }

    .header-category-popup > ul > li,
    .header-main-wrap .navbar-mainmenu .dropdown-menu li {
        padding: 10px 15px;
    }

    .header-category-popup > ul > li > a,
    .header-main-wrap .navbar-mainmenu .dropdown-menu li a {
        font-size: 14px;
    }

    .header-main-wrap .menu-account .account-link,
    .header-main-wrap .menu-cart .menu-cart-link,
    html.mini-cart--active .header-main-wrap .menu-cart .menu-cart-link,
    html.account-menu--active .header-main-wrap .menu-account .account-link {
        background-color: #1A1A1A;
        border: 2px solid #fff;
        border-radius: 0;
    }

    .header-main-wrap .menu-account:hover .account-link,
    .header-main-wrap .menu-cart:hover .menu-cart-link {        
        background-color: #1A1A1A;
    }

    .header-main-wrap .menu-account .account-link:active,
    .header-main-wrap .menu-account .account-link:focus,
    .header-main-wrap .menu-account .account-link:hover,
    .header-main-wrap .menu-cart .menu-cart-link:active,
    .header-main-wrap .menu-cart .menu-cart-link:focus,
    .header-main-wrap .menu-cart .menu-cart-link:hover {
        background-color: #fff;
        border: 2px solid #fff!important;
    }

    .header-main-wrap .menu-account .account-link:focus .fa-user-o:before,
    .header-main-wrap .menu-account .account-link:focus .sr-only,
    .header-main-wrap .menu-account .account-link:hover .fa-user-o:before,
    .header-main-wrap .menu-account .account-link:hover .sr-only,    
    .header-main-wrap .menu-cart .menu-cart-link:focus .fa-shopping-cart:before,
    .header-main-wrap .menu-cart .menu-cart-link:focus .sr-only:nth-child(2),
    .header-main-wrap .menu-cart .menu-cart-link:hover .fa-shopping-cart:before,
    .header-main-wrap .menu-cart .menu-cart-link:hover .sr-only:nth-child(2) {
        color: #B33D3D;
    }

    .header-main-wrap .menu-account .fa,
    .header-main-wrap .menu-cart .fa {
        line-height: 44px;
    }

    .header-main-wrap .menu-account .fa-user-o:before,
    .header-main-wrap .menu-cart .fa-shopping-cart:before {
        font-size: 20px;
    }

    .header-main-wrap .menu-account .account-link .sr-only,
    .header-main-wrap .menu-cart .menu-cart-link .sr-only:nth-child(2) {
        bottom: 1px;
        color: #fff;
        display: inline-block;
        font-family: AntonioRegular;
        font-size: 15px;
        height: auto;
        margin-left: 7px;
        overflow: visible;
        padding-right: 2px;
        position: relative;
        text-transform: uppercase;
        -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;
        width: auto;
    }

    .header-main-wrap .menu-account {
        right: 100px;
        top: 10px;
        width: 105px;
    }

    .header-main-wrap .menu-cart {
        right: 0;
        top: 10px;
        width: 85px;
    }    

    .header-main-wrap .menu-cart .cart-items-wrap {
        left: 25px;
    }    

}

@media (min-width: 1200px) {

    .header-main-wrap .menu-search {
        width: -webkit-calc(100% - 900px);
        width: -moz-calc(100% - 900px);
        width: calc(100% - 900px);
    }

    .search-autocomplete-result {
        left: 0;
        right: auto;
    }

    .header-main-wrap .menu-wrap {
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px);
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        padding: 25px 4px 20px;
    }
}

@media (min-width: 1400px) {
    .header-main-wrap .menu-search {
        width: -webkit-calc(100% - 970px);
        width: -moz-calc(100% - 970px);
        width: calc(100% - 970px);
    }

    .header-main-wrap .menu-wrap {
        width: -webkit-calc(100% - 460px);
        width: -moz-calc(100% - 460px);
        width: calc(100% - 460px);
    }

    .header-main-wrap .navbar-mainmenu > ul > li {
        padding: 25px 10px 20px;
    }
}

@media (min-width: 1600px) {
    .header-main-wrap .navbar-mainmenu > ul > li {
        padding: 25px 20px 20px;
    }
}

/* epicor */

.header-main-wrap .navbar-account > ul > li.my-account-single-sign-on a {
    border-color: transparent transparent #dedede transparent;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: PoppinsRegular;
    font-size: 12px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
}

.header-main-wrap .navbar-account > ul > li.my-account-single-sign-on a:hover {
    color: #B33D3D;
}

.header-main-wrap .navbar-account .nav-column-menu .my-account-single-sign-on a {
    background-color: transparent;
    border-color: transparent transparent #dedede transparent;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    font-family: PoppinsRegular;
    font-size: 12px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
}

.header-main-wrap .navbar-account .nav-column-menu .my-account-single-sign-on a {
    display: block;
}

.header-main-wrap .navbar-account .nav-column-menu .my-account-single-sign-on a:hover {
    color: #B33D3D;
    text-decoration: none;
}

@media (min-width: 768px) {
    .header-main-wrap .navbar-account > ul > li.my-account-single-sign-on a,
    .header-main-wrap .navbar-account .nav-column-menu .my-account-single-sign-on a {
        padding: 5px;
    }
}

/* End Header */


/*
    Start Header Branch Image

    01 - Arlington Coal & Lumber
    02 - Chelmsfold Lumber Company
    03 - Sudbury Lumber Company
    04 - Wilmington Builders Supply
*/

.header-main-wrap .menu-image {    
    position: absolute;
}

.header-main-wrap li.menu-image--1 {
    bottom: 0;
    right: -20px;
}

.header-main-wrap li.menu-image--1 img {
    width: 185px;
}

.header-main-wrap li.menu-image--2,
.header-main-wrap li.menu-image--5,
.header-main-wrap li.menu-image--6,
.header-main-wrap li.menu-image--7 {
    bottom: 15px;
    right: -50px;
}

.header-main-wrap li.menu-image--2 img,
.header-main-wrap li.menu-image--5 img,
.header-main-wrap li.menu-image--6 img,
.header-main-wrap li.menu-image--7 img {
    width: 265px;
}

.header-main-wrap li.menu-image--3 {
    bottom: 0;
    right: -200px;
}

.header-main-wrap li.menu-image--3 img {
    width: 370px;
}

.header-main-wrap li.menu-image--4 {
    bottom: 0;
    right: -250px;
}

.header-main-wrap li.menu-image--4 img {
    width: 405px;
}


@media (min-width: 768px) {

    .header-main-wrap li.menu-image--1 {
        bottom: -40px;
        right: -60px;
    }

    .header-main-wrap li.menu-image--2,
    .header-main-wrap li.menu-image--5,
    .header-main-wrap li.menu-image--6,
    .header-main-wrap li.menu-image--7 {
        bottom: -5px;
        right: -50px;
    }

    .header-main-wrap li.menu-image--2 img,
    .header-main-wrap li.menu-image--5 img,
    .header-main-wrap li.menu-image--6 img,
    .header-main-wrap li.menu-image--7 img {
        width: 185px;
    }

    .header-main-wrap li.menu-image--3 {
        bottom: -20px;
        right: -100px;
    }

    .header-main-wrap li.menu-image--3 img {
        width: 250px;
    }

    .header-main-wrap li.menu-image--4 {
        bottom: -25px;
        right: -170px;
    }

    .header-main-wrap li.menu-image--4 img {
        width: 300px;
    }

}

@media (min-width: 992px) {

    .header-main-wrap li.menu-image--1 {
        bottom: 7px;
        right: 20px;
    }

    .header-main-wrap li.menu-image--1 img,
    .header-main-wrap li.menu-image--2 img,
    .header-main-wrap li.menu-image--5 img,
    .header-main-wrap li.menu-image--6 img,
    .header-main-wrap li.menu-image--7 img {
        width: 440px;
    }

    .header-main-wrap li.menu-image--2,
    .header-main-wrap li.menu-image--5,
    .header-main-wrap li.menu-image--6,
    .header-main-wrap li.menu-image--7 {
        bottom: 15px;
        right: 20px;
    }

    .header-main-wrap li.menu-image--3 {
        bottom: 0;
        right: 20px;
    }

    .header-main-wrap li.menu-image--3 img {
        width: 450px;
    }

    .header-main-wrap li.menu-image--4 {
        bottom: 30px;
        right: 20px;
    }

    .header-main-wrap li.menu-image--4 img {
        width: 450px;
    }

}

@media (min-width: 1200px) {    

    .header-main-wrap li.menu-image--2 img,
    .header-main-wrap li.menu-image--5 img {
        width: 540px;
    }

    .header-main-wrap li.menu-image--3 img {
        width: 730px;
    }

    .header-main-wrap li.menu-image--4 img {
        width: 620px;
    }

}

/* End Header Branch Image */


/* Start Header Scroll */

@media (min-width: 992px) {    

    .header-main-wrap > ul {
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }

    .header-main-wrap .menu-logo,
    .header-main-wrap .menu-store,
    .header-main-wrap .menu-search,
    .header-main-wrap .menu-image,
    .header-main-wrap .menu-navs,
    .header-main-wrap .menu-account, 
    .header-main-wrap .menu-cart {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .sticky-header .header-main-wrap > ul {
        height: 115px;
    }

    .sticky-header .header-main-wrap .menu-logo {
        top: 23px;
    }    

    .sticky-header .header-main-wrap .menu-logo .branch {
        opacity: 0;        
        visibility: hidden;
    }

    .header-main-wrap .menu-logo .branch {
        -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;
    }

    .sticky-header .header-main-wrap .menu-store,
    .sticky-header .header-main-wrap .menu-search,
    .sticky-header .header-main-wrap .menu-image,
    .sticky-header .header-main-wrap .menu-account, 
    .sticky-header .header-main-wrap .menu-cart {        
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);   
    }

    .sticky-header .header-main-wrap .menu-store {
        left: 185px;
        z-index: 1;
    }

    .sticky-header .header-main-wrap .menu-search {
        left: 440px;
        max-width: 290px;
    }

    .sticky-header .header-main-wrap .menu-image {
        bottom: auto;
        height: 115px;
        overflow: hidden;
        position: relative;
        text-align: right;
    }

    .sticky-header .header-main-wrap .menu-image img {
        height: 100%;
        max-width: 320px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
    }

    .sticky-header .header-main-wrap .menu-wrap {
        border: none;
        bottom: auto;  
        left: auto;
        position: initial;
        width: auto;
    }

    .sticky-header .header-main-wrap .menu-navs {
        left: 5px;
        position: absolute;
        top: 32px;
        width: 50px;
    }

    .sticky-header .header-main-wrap .menu-navs .main-menu-link {
        display: block;
    }

    .sticky-header .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: 1;
    }

    .sticky-header .header-main-wrap .navbar-mainmenu .navbar-close {
        background-color: #fff;
        border-color: transparent;
        border-width: 1px;
        display: block;
        color: #333;
        cursor: pointer;
        font-size: 22px;
        height: 50px;
        left: 0;
        overflow: hidden;
        position: absolute;
        text-indent: -9999px;
        top: 0;
        width: 50%;
        z-index: 2;
    }

    .sticky-header .header-main-wrap .navbar-mainmenu .navbar-close:hover {
        color: #B33D3D;
    }

    .sticky-header .header-main-wrap .navbar-mainmenu > ul {
        background-color: #fff;
        height: 100%;
        margin: 0;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        width: 50%;
    }

    .sticky-header .header-main-wrap .navbar-mainmenu > ul > li {
        float: none;
        padding: 0;
    }

    .sticky-header .header-main-wrap .navbar-mainmenu > ul > li > button,
    .sticky-header .header-main-wrap .navbar-mainmenu > ul > li > a {
        border-bottom-color: #dedede;
        color: #1A1A1A;
        padding: 15px;
    }

    .sticky-header .header-main-wrap .navbar-mainmenu > ul > li > button:hover,
    .sticky-header .header-main-wrap .navbar-mainmenu > ul > li > a:hover {
        color: #B33D3D;
    }

    .sticky-header .header-main-wrap .navbar-mainmenu > ul > li > .navbar-mainmenu__catalog-link:before {
        display: none;
    }

    .sticky-header .header-category-popup {
        display: none;
        position: relative;
        top: auto;
    }

    .sticky-header .header-category-popup > ul {
        box-shadow: none;
        max-height: 100%;
        overflow: visible;
    }

    .sticky-header .header-category-popup > ul > li {
        padding: 13px 15px 12px 25px;
    }

    .sticky-header .header-main-wrap .menu-account {
        left: 775px;
    }

    .sticky-header .header-main-wrap .menu-cart {
        left: 890px;
    }

}

@media (min-width: 1500px) {

    .sticky-header .header-main-wrap .menu-search {
        max-width: 380px;
    }

    .sticky-header .header-main-wrap .menu-image img {
        max-width: 400px;
    }

    .sticky-header .header-main-wrap li.menu-image--3 img {
        max-width: 550px;
    }

    .sticky-header .header-main-wrap .menu-account {
        left: 865px;
    }

    .sticky-header .header-main-wrap .menu-cart {
        left: 980px;
    }

}

/* Ened Header Scroll */


/* Start Homepage */

.homepage {
    max-width: 100%;
    padding: 0;
}

.homepage .page-section {
    padding: 0;
}

.career-opportunities .page-section__title {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.career-opportunities .page-section__title a {
    color: #B33D3D;
    font-family: PoppinsMedium;
    text-decoration: underline;
}

.career-opportunities .page-section__title a:hover {
    color: #990000;
    text-decoration: none;
}

.main-banner {
    background-image: url("/m/webp/homepage/banner-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-banner .slick-slider {
    margin-bottom: 75px;
}

.main-banner .slick-list {
    overflow: visible!important;
}

.main-banner .slick-track {
    top: 37px;
}

.main-banner .widget-sub-item-image__link {
    height: 560px;
    margin: 0 auto;
    max-width: 1540px;
}

.main-banner .ibos-slider-height--Medium .widget-sub-item-image__link .widget-sub-item-image__image {
    bottom: 0;
    height: auto;
    left: 50%;
    -o-object-fit: initial;
    object-fit: initial;
    -o-object-position: initial;
    object-position: initial;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 370px;
    z-index: 999;
}

.main-banner .widget-sub-item-image__text-content-wrap {
    max-width: 320px;
    top: -10px;
}

.main-banner .widget-sub-item-image__text-content {
    padding: 0 20px 20px;
    vertical-align: top;
}

.main-banner .widget-sub-item-image__title {
    font-family: AntonioRegular;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 15px;
    text-shadow: none;
}

.main-banner .widget-sub-item-image__description {
    display: block;
    text-shadow: none;
}

.main-banner .widget-sub-item-image__description a {
    background-color: #F9DF8D;
    color: #000009;
    display: block;
    font-family: AntonioRegular;
    font-size: 24px;
    height: 65px;
    line-height: 70px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 200px;
}

.main-banner .widget-sub-item-image__description a:hover {
    background-color: rgba(249, 223, 141, 0.9);
}

.main-banner .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.main-banner .ibos-slider-wrap .slick-dots {
    bottom: -75px;
    position: absolute;
}

.main-banner .slick-dots li {
    margin: 0;
}

.main-banner .slick-dots li button:before {
    color: #C4C4C4;
    content: "\f111";
}

.main-banner .slick-dots li.slick-active button:before {
    color: #1A1A1A;
    opacity: 1;
}

.featured-categories .page-section__title,
.featured-products .page-section__title {
    color: #1A1A1A;
    font-family: AntonioRegular;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
}

.featured-categories .ibos-slider-wrap .slick-next,
.featured-products .ibos-slider-wrap .slick-next {
    right: -20px;
}

.featured-categories .ibos-slider-wrap .slick-prev,
.featured-products .ibos-slider-wrap .slick-prev {
    left: -20px;
}

.ibos-slider-wrap .slick-arrow {
    background: rgba(229, 229, 229, 0.5);
    border: 1px solid transparent;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 30px;
}

.ibos-slider-wrap .slick-arrow:hover {
    background: rgba(229, 229, 229, 1);
}

.ibos-slider-wrap .slick-arrow:before {
    font-family: Icomoon;
    font-size: 20px;
    line-height: 50px;
    opacity: 1;
    text-shadow: none;
}

.ibos-slider-wrap .slick-prev:before {
    content: "\e007";
}

.ibos-slider-wrap .slick-next:before {
    content: "\e006";
}

.image-text-banner .page-section__content > .page-section__image-wrap {
    height: auto;
    padding: 30px 20px 25px;
}

.image-text-banner .page-section__image-wrap img,
.dupont-tyvek .page-section__image-wrap img,
.weyerhaeuser-lumber .page-section__image-wrap img {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 80px;
}

.image-text-banner.image-text-banner--benjamin-moore .page-section__image-wrap img {
    width: auto;
}

.image-text-banner .page-section__content > .page-section__text-wrap {
    padding: 0 20px 30px;
}

.image-text-banner .page-section__title,
.dupont-tyvek .page-section__title,
.weyerhaeuser-lumber .page-section__title {
    color: #fff;
    font-family: PoppinsBold;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.image-text-banner .page-section--ImageWithText .page-section__link,
.dupont-tyvek .page-section--ImageWithText .page-section__link,
.weyerhaeuser-lumber .page-section--ImageWithText .page-section__link {
    font-family: PoppinsSemibold;
    font-size: 18px;
    height: 50px;
    line-height: 55px;
    margin: 0;
    min-width: 150px;
    padding: 0;
    text-transform: uppercase;
}

.dupont-tyvek .page-section--ImageWithText .page-section__image-wrap {
    bottom: 0;
    height: auto;
    padding: 0;
    position: absolute;
    right: -65px;
}

.dupont-tyvek .page-section__image-wrap img {
    width: 300px;
}

.dupont-tyvek .page-section--ImageWithText .page-section__text-wrap {
    max-width: 350px;
    padding: 35px 35px 65px;
}

.weyerhaeuser-lumber .page-section--ImageWithText .page-section__image-wrap {
    height: auto;
    padding: 0;
}

.weyerhaeuser-lumber .page-section--ImageWithText .page-section__text-wrap {
    margin: 0 auto;
    max-width: 300px;
    padding-bottom: 0;
}

.weyerhaeuser-lumber .page-section__title {
    text-transform: none;
}

.weyerhaeuser-lumber .page-section__title span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
}

.instagram-feed .page-section__title {
    color: #1A1A1A;
    font-family: AntonioRegular;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 35px;
    padding: 0;
    text-transform: uppercase;
}

.instagram-feed .ibos-carousel .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.instagram-feed .ibos-carousel .slick-prev {
    left: -15px;
}

.instagram-feed .ibos-carousel .slick-next {
    right: -15px;
}

.instagram-feed .page-section__instagram-list {
    padding: 0 10px;
}

.home-services-wrap {    
    padding: 60px 0 80px;
}

.home-services-wrap .home-services-content {
    margin: 0 auto;
    max-width: 1620px;
}

.home-services-wrap .home-services + .home-services {
    margin-top: 20px;
}

.home-services .page-section__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start!important;
    -moz-align-items: flex-start!important;
    -ms-align-items: flex-start!important;
    align-items: flex-start!important;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.home-services .page-section--ImageWithText .page-section__content > div {
    display: inline-block!important;
    vertical-align: top;
}

.home-services .page-section--ImageWithText .page-section__content > .page-section__image-wrap {
    height: auto;
    width: 90px!important;
}

.home-services .page-section--ImageWithText .page-section__image--Auto > img {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.home-services .page-section--ImageWithText .page-section__content > .page-section__text-wrap {
    padding-left: 0;
    width: -webkit-calc(100% - 90px)!important;
    width: -moz-calc(100% - 90px)!important;
    width: calc(100% - 90px)!important;
}

.home-services .page-section__title {
    color: #000;
    font-family: PoppinsSemibold;
    font-size: 14px;
    margin-bottom: 10px;
}

.home-services .page-section__text-content {
    font-size: 12px;
    line-height: 22px;
}

.more-services .page-section__content a {
    border: 1px solid #C4C4C4;
    border-radius: 1px!important;
    color: #990000;
    display: block;
    font-family: PoppinsSemibold;
    font-size: 14px;
    height: 50px;
    line-height: 55px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    -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;
    width: 210px;
}

.more-services .page-section__content a:hover {
    background-color: #990000;
    border-color: #990000;
    color: #fff;
}

.home-categories {
    margin: 0 auto;
    max-width: 1500px;
}

.home-categories .product-category__list {
    margin: 0;
}

.home-categories .product-category__item {
    margin-bottom: 50px;
    padding: 0;
    width: 100%;
}

.home-categories .product-category__details {
    padding: 0;
}

.home-categories .product-category__image {
    border-radius: 0;
}

.home-categories .product-category__no-image:before {
    line-height: 300px;
}

.home-categories .product-category__name {
    background-color: #fff;
    left: 70px;
    padding: 15px;
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
}

.js-wrapper .page-section {
    padding: 0;
}


@media (min-width: 600px) {

    .home-services-wrap .home-services + .home-services {
        margin: 0;
    }

    .home-categories .product-category__list {
        margin: 0 -15px;
    }

    .home-categories .product-category__item {
        padding: 0 15px;
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }

    .home-categories .product-category__name {
        left: 20px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }

}

@media (min-width: 640px) {

    .image-text-banner .page-section__content > .page-section__image-wrap {
        padding: 20px;
    }

    .image-text-banner .page-section__image-wrap img {
        width: 225px;
    }

    .image-text-banner .page-section__content > .page-section__text-wrap {
        padding: 20px;
    }

    .dupont-tyvek .page-section--ImageWithText .page-section__image-wrap {
        bottom: auto;
        padding: 20px;
        position: relative;
        right: auto;
    }

    .weyerhaeuser-lumber .page-section--ImageWithText .page-section__image-wrap,
    .weyerhaeuser-lumber .page-section--ImageWithText .page-section__text-wrap {
        padding: 20px;
    }

    .weyerhaeuser-lumber .page-section--ImageWithText .page-section__text-wrap {
        max-width: 100%;
    }

}

@media (min-width: 768px) {

    .main-banner .slick-slider {
        margin-bottom: 50px;
    }

    .main-banner .slick-track {
        top: 25px;
    }

    .main-banner .widget-sub-item-image__link {
        height: 430px;
    }

    .main-banner .widget-sub-item-image__text-content-wrap {
        max-width: 380px;
        top: -25px;
    }

    .main-banner .widget-sub-item-image__text-content {
        padding: 20px;
        vertical-align: middle;
    }

    .main-banner .ibos-slider-height--Medium .widget-sub-item-image__link .widget-sub-item-image__image {
        left: auto;
        right: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .main-banner .widget-sub-item-image__title {
        font-size: 36px;
        line-height: 50px;
    }

    .main-banner .ibos-slider-wrap .slick-dots {
        bottom: -50px;
    }

    .instagram-feed .page-section {
        margin: 0 40px;
    }

    .instagram-feed .ibos-carousel .slick-prev {
        left: -55px;
    }

    .instagram-feed .ibos-carousel .slick-next {
        right: -55px;
    }

}

@media (min-width: 992px) {

    .main-banner .slick-arrow {
        opacity: 1;
        visibility: visible;
    }

    .main-banner .slick-prev {
        left: 0;
    }

    .main-banner .slick-next {
        right: 0;
    }

    .career-opportunities .page-section__title {
        font-size: 15px;
        line-height: 18px;
    }

    .main-banner .widget-sub-item-image__text-content-wrap {
        max-width: 580px;
    }

    .main-banner .ibos-slider-height--Medium .widget-sub-item-image__link .widget-sub-item-image__image {
        width: 480px;
    }

    .main-banner .widget-sub-item-image__title {
        font-size: 48px;
        line-height: 66px;
        margin-bottom: 20px;
    }

    .featured-categories .ibos-slider-wrap,
    .featured-products .ibos-slider-wrap {
        padding: 0 40px;
    }

    .featured-categories .page-section__title,
    .featured-products .page-section__title {
        margin-bottom: 30px;
    }

    .featured-categories .slick-list,
    .featured-products .slick-list {
        margin: 0 -15px;
    }

    .featured-categories .ibos-slider-wrap .slick-next,
    .featured-products .ibos-slider-wrap .slick-next {
        right: -60px;
    }

    .featured-categories .ibos-slider-wrap .slick-prev,
    .featured-products .ibos-slider-wrap .slick-prev {
        left: -60px;
    }

    .ibos-slider-wrap .slick-arrow {
        height: 80px;
        line-height: 80px;
        width: 50px;
    }

    .ibos-slider-wrap .slick-arrow:before {
        font-size: 34px;
        line-height: 80px;
    }

    .image-text-banner .page-section__content,
    .dupont-tyvek .page-section__content,
    .weyerhaeuser-lumber .page-section__content {
        height: 110px;
        margin: 0 auto;
        max-width: 1500px;
    }

    .image-text-banner .page-section__content > .page-section__image-wrap {
        padding: 0;
        width: 226px!important;
    }

    .image-text-banner.image-text-banner--benjamin-moore .page-section__image-wrap img {
        width: 270px !important;
    }

    .image-text-banner .page-section__image-wrap img,
    .dupont-tyvek .page-section__image-wrap img {
        width: 100%;
    }

    .image-text-banner .page-section__content > .page-section__text-wrap,
    .dupont-tyvek .page-section__content > .page-section__text-wrap,
    .weyerhaeuser-lumber .page-section__content > .page-section__text-wrap {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -webkit-flex!important;
        display: -moz-flex!important;
        display: -ms-flex!important;
        display: flex!important;
        -webkit-justify-content: left;
        -moz-justify-content: left;
        -ms-justify-content: left;
        justify-content: left;
        padding: 0 30px 0 0;
        width: -webkit-calc(100% - 226px)!important;
        width: -moz-calc(100% - 226px)!important;
        width: calc(100% - 226px)!important;
    }

    .image-text-banner.image-text-banner--benjamin-moore .page-section__content > .page-section__text-wrap {
        padding: 0 0 0 30px;
        width: -webkit-calc(100% - 270px) !important;
        width: -moz-calc(100% - 270px) !important;
        width: calc(100% - 270px) !important;
    }

    .image-text-banner .page-section__title,
    .dupont-tyvek .page-section__title {
        font-size: 36px;
        line-height: 46px;
        margin: 0 20px 0 0;
    }

    .image-text-banner.image-text-banner--benjamin-moore .page-section__title {
        margin: 0;
        padding-right: 20px;
        width: -webkit-calc(100% - 150px) !important;
        width: -moz-calc(100% - 150px) !important;
        width: calc(100% - 150px) !important;
    }

    .dupont-tyvek .page-section__content {
        position: relative;
    }

    .dupont-tyvek .page-section__content > .page-section__image-wrap {
        bottom: 0;
        left: 0;
        padding: 0;
        position: absolute;
        width: 245px!important;
    }

    .dupont-tyvek .page-section--ImageWithText .page-section__text-wrap {
        max-width: 100%;
    }

    .dupont-tyvek .page-section__content > .page-section__text-wrap {      
        padding-left: 280px;
        width: 100%!important;
    }

    .dupont-tyvek .page-section__title {
        margin-right: 40px;
    }

    .weyerhaeuser-lumber .page-section--ImageWithText .page-section__image-wrap {
        padding: 10px 20px;
        width: 120px!important;
    }

    .weyerhaeuser-lumber .page-section--ImageWithText .page-section__text-wrap {
        padding-right: 20px;
        width: -webkit-calc(100% - 120px)!important;
        width: -moz-calc(100% - 120px)!important;
        width: calc(100% - 120px)!important;
    }

    .weyerhaeuser-lumber .page-section__title {
        margin: 0;
        padding-right: 20px;
        width: -webkit-calc(100% - 150px)!important;
        width: -moz-calc(100% - 150px)!important;
        width: calc(100% - 150px)!important;
    }

    .instagram-feed .page-section__instagram-list {
        padding: 0;
    }

    .instagram-feed .page-section__title {
        text-align: center;
    }

    .instagram-feed .page-section__title:after {
        background-color: #C4C4C4;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        top: 17px;
        width: 100%;
        z-index: 0;
    }

    .instagram-feed .page-section__title p {
        background-color: #fff;
        display: inline-block;
        padding: 0 25px;
        position: relative;
        z-index: 1;
    }

    .home-services-wrap {
        padding: 45px 20px 65px;
    }

    .home-services-content {
        border-top: 1px solid #C4C4C4;
        padding-top: 40px;
    }

    .home-services-wrap .home-services + .home-services {
        position: relative;
    }

    .home-services-wrap .home-services + .home-services:before {
        background-color: #C4C4C4;
        content: "";
        height: 70px;
        left: 0;
        position: absolute;
        top: 15px;
        width: 1px;
    }

    .home-services .page-section--ImageWithText .page-section__content > .page-section__text-wrap {
        padding-left: 20px;
    }

    .more-services .page-section:before {
        background-color: #C4C4C4;
        content: "";
        height: 1px;
        position: absolute;
        top: 25px;
        left: 0;
        width: 100%;
    }

    .more-services .page-section__content {
        background: #fff;
        margin: 0 auto;
        max-width: 250px;
        position: relative;
        z-index: 1;
    }

    .home-categories .product-category__name {
        left: 70px;
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
    }

}

@media (min-width: 1200px) {

    .main-banner .slick-slider {
        margin-bottom: 65px;
    }

    .main-banner .slick-track {
        top: 40px;
    }

    .main-banner .widget-sub-item-image__text-content-wrap {
        top: -40px;
    }

    .main-banner .ibos-slider-height--Medium .widget-sub-item-image__link .widget-sub-item-image__image {
        width: 550px;
    }

    .main-banner .ibos-slider-wrap .slick-dots {
        bottom: -65px;
    }

    .dupont-tyvek .page-section__content > .page-section__text-wrap {
        padding-left: 300px;
    }

    .dupont-tyvek .page-section__title {
        margin-right: 60px;
    }

    .weyerhaeuser-lumber .page-section__title {
        font-size: 35px;
        line-height: 46px;
    }

    .weyerhaeuser-lumber .page-section__title span {
        font-size: 24px;
        line-height: 28px;
    }

}

@media (min-width: 1400px) {
    .image-text-banner.image-text-banner--benjamin-moore .page-section__image-wrap,
    .image-text-banner.image-text-banner--benjamin-moore .page-section__image-wrap img {
        width: 360px !important;
    }

    .image-text-banner.image-text-banner--benjamin-moore .page-section__content > .page-section__text-wrap {
        padding: 0 20px 0 30px;
        width: -webkit-calc(100% - 360px) !important;
        width: -moz-calc(100% - 360px) !important;
        width: calc(100% - 360px) !important;
    }
}

/* End Homepage */


/* Start Product Catalog */

.product-category__item {
    padding: 0 15px;
}

.product-category__link {
    border: 1px solid transparent;
    border-radius: 0!important;
    padding: 0;
}

.product-category__link:hover {
    border-color: transparent;
}

.product-category__details {
    padding-bottom: 95px;
}

.product-category__image-wrap {
    height: 100%;
}

.page-main-layout--iframe .product-category__image-wrap {
    max-height: 210px;
}

.product-category__image {
    border-radius: 50%;
}

.product-category__no-image {
    min-height: 150px;
    min-width: 150px;
    position: relative;
}

.product-category__name {
    font-family: PoppinsMedium;
    font-size: 24px;
    line-height: 30px;
    min-height: 95px;
    padding: 20px 10px 10px;
    text-align: center;
    text-transform: uppercase;
}

.product-display--grid .product-tile__item,
.product-tile__item {
    display: inline-block;
    font-size: 14px;
    float: none;
    padding: 0 15px;
    vertical-align: top;
}

.product-tile__item {
    margin-bottom: 25px;
}

.product-tile__link {
    border: 1px solid #C4C4C4;
    border-radius: 0!important;
    padding: 20px;
}

.product-tile__item:hover .product-tile__link {
    border-color: #B33D3D;
}

.product-tile__details {
    padding-bottom: 0;
}

.product-tile__image-wrap {
    height: 250px;
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
}

.product-tile__no-image:before {
    color: #1A1A1A;
    line-height: 250px;
}

.product-tile__info {
    padding: 20px 10px 0;
}

.product-display--grid .product-tile__name,
.product-tile__name {
    background-color: rgba(255, 255, 255, 0.75);
    bottom: auto;
    color: #1A1A1A;
    font-size: 14px;
    left: auto;
    line-height: 28px;
    min-height: 0;
    padding: 0;
    position: static;
    top: auto;
    width: 100%;
}

.product-tile__name strong {
    font-family: PoppinsRegular;
    font-weight: normal;
}

.product-tile__sku {
    color: #1A1A1A;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-display--grid .product-tile__price,
.product-tile__price {
    color: #1A1A1A;
    font-family: PoppinsSemibold;
    font-size: 14px;
    line-height: 30px;
    padding-right: 25px;
}

.product-tile__btn {
    background-color: #990000;
    border: 1px solid #990000;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    left: 30px;
    line-height: 40px;
    padding: 0;
    right: 35px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}

.product-display--list .product-tile__btn {
    width: auto;
}

.product-tile__btn:active,
.product-tile__btn:focus,
.product-tile__btn:hover {
    background-color: #A80729;
    border-color: #A80729;
    color: #fff;
}

.product-tile__btn:after {
    /*content: "\e008";
    font-family: Icomoon;
    font-size: 24px;*/
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 18px!important;
    position: absolute;
    right: 20px;
}

.product-display--list .product-tile__btn:after {
    display: none;
}

.product-display--grid .product-tile__qty-available,
.product-display--grid .product-tile__list .incre-decre-wrap {
    left: 45px;
}

.product-display--grid .product-tile__list--show-qty.product-tile__list--show-available-stock .incre-decre-wrap {
    bottom: 90px;
}

.product-display--grid .product-tile__qty-available {
    bottom: 65px;
}

.product-display--grid .product-tile__out-of-stock {
    left: -webkit-calc(50% - 60px);
    left: -moz-calc(50% - 60px);
    left: calc(50% - 60px);
}

.product-tile__list--show-qty.product-tile__list--show-available-stock .product-tile__item--out-of-stock .product-tile__details {
    height: 100%;
    padding-bottom: 120px;
}

.product-tile__stock-from-other-branch {
    left: 20px;
    padding: 0 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

@media (max-width: 479px) {

    .product-display--list .product-tile__list .incre-decre-wrap,
    .product-display--list .product-tile__qty-available,
    .product-display--list .product-tile__out-of-stock {
        left: 45px;
    }

    .product-display--list .product-tile__btn {
        bottom: 10px;
        left: 45px;
        right: auto;
    }

}

@media (min-width: 480px) {
    .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;
    }

    .product-display--list .product-tile__item {
        width: 100%;
    }

    .flexbox.flexboxlegacy .page-section-wrap .product-tile__link,
    .flexbox.flexboxlegacy .product-list-wrap.product-display--grid .product-tile__link {
        height: 100%;
    }

    .product-display--grid .product-tile__out-of-stock,
    .product-display--grid .product-tile__qty-available,
    .product-display--grid .product-tile__list .incre-decre-wrap {
        left: 45px;
    }

    .product-display--list .incre-decre-wrap,
    .product-display--list .product-tile__qty-available,
    .product-display--list .product-tile__btn,
    .product-display--list .product-tile__out-of-stock {
        right: 35px;
    }

    .product-display--list .product-tile__btn {
        bottom: 10px;
    }
}

@media (min-width: 600px) {
	.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: 992px) {

    .product-display--list .product-tile__list--show-qty .product-tile__info {
        padding-right: 190px;
    }

    .product-display--grid .product-tile__name,
    .product-tile__name,
    .product-display--grid .product-tile__sku,
    .product-display--grid .product-tile__price {
        font-size: 18px;
    }

    .product-tile__btn {
        bottom: 22px;
    }

    .product-tile__btn:after {
        font-size: 28px;
    }

    .product-display--list .product-tile__btn {
        width: 180px;
    }

    .product-display--list .product-tile__btn:after {
        display: inline-block;
    }

}

/* End Product Catalog */


/* Start Cart */

.shopping-cart--layout body {
    padding-top: 102px;
}

.shopping-cart--layout #masthead {
    height: auto;
}

.shopping-cart--layout .header-main-wrap {
    padding: 15px 0;
}

.shopping-cart--layout .header-main-wrap .logo-link {
    line-height: normal;
}

.shopping-cart--layout .logo-link .logo-image {
    max-height: 92px;
}

.shopping-cart--layout #mainfooter {
    padding: 40px 0;
}

/* End Cart */


/* Start Login */

.login-layout body {
    padding-top: 101px;
}

.login-layout #masthead {
    background-color: #000;
    border-bottom: 1px solid #e7e7e7;
}

.login-layout .header-main-wrap {
    padding: 15px 0;
}

.login-layout .header-main-wrap .logo-image {
    width: 60px;
}

.login-layout #maincontent {
    /*background-color: #f8f8f8;*/
    background-color: #fff;
    padding-bottom: 30px;
}

.login-layout .footer {
    margin-top: 0;
}

.login-layout .login-page-wrap {
    max-width: 440px;
}

.login-page-wrap h1,
.forgot-password-wrap h1,
.registration-page-wrap h1 {
    font-family: AntonioRegular;
    text-transform: uppercase;
}

.login-page-wrap .form-group,
.forgot-password-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,
.registration-page-wrap .form-group label {
    font-family: PoppinsMedium;
    font-weight: normal;
}

.login-page-wrap .form-group .form-control,
.forgot-password-wrap .form-group .form-control,
.registration-page-wrap .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    line-height: 45px;
}

.registration-page-wrap .form-group select.form-control {
    line-height: normal;
}

.login-page-wrap .form-group--forgot-password a,
.forgot-password-wrap .form-group a {
    color: #000;
}

.login-page-wrap .form-group--forgot-password a:hover,
.forgot-password-wrap .form-group a:active,
.forgot-password-wrap .form-group a:focus,
.forgot-password-wrap .form-group a:hover {
    color: #990000;
    text-decoration: none;
}

.login-page-wrap .form-group hr {
    border-color: #eee;
    z-index: 1;
}

.login-page-wrap .form-group .register-label {
    background-color: #fff;
    color: #000;
    position: relative;
    z-index: 2;
}

.login-page-wrap .form-group .btn:not(.reveal-password--btn),
.forgot-password-wrap .form-group .btn,
.registration-page-wrap .form-group .btn-register,
.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;
    height: 45px;
    line-height: 45px;
    padding: 0!important;
    width: 100%;
}

.login-page-wrap .form-group .btn-register {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
    color: #fff;
}

.login-page-wrap .form-group .btn-register:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}


@media (min-width: 768px) {

    .login-layout body {
        /*padding-top: 85px;*/
    }

}

@media (min-width: 992px) {

    .login-layout body {
        padding-top: 101px;
    }

    .login-layout .header-main-wrap .logo-image {
        width: 60px;
    }

    .login-page-wrap .form-group .form-control,
    .forgot-password-wrap .form-group .form-control,
    .login-page-wrap .form-group .btn:not(.reveal-password--btn),
    .forgot-password-wrap .form-group .btn,
    .registration-page-wrap .form-group .btn-register,
    .login-page-wrap.login-page--checkout-as-guest .btn--sign-up,
    .login-page-wrap.login-page--checkout-as-guest .btn--continue-as-guest {
        height: 50px;
        line-height: 50px;
    }

    .login-page-wrap .form-group .btn:not(.reveal-password--btn),
    .forgot-password-wrap .form-group .btn,
    .registration-page-wrap .form-group .btn-register,
    .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: 15px;
    }

}

/* End Login */


/* Start Forgot Password */

.forgot-password-wrap .form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px;
}

.forgot-password-wrap .forgot-password-links-wrap {
    padding-left: 8px;
}

/* End Forgot Password */


/* Start Registration */

.registration-page-wrap {
    max-width: 840px;
}

.registration-page-wrap .form-group legend {
    font-family: PoppinsMedium;
}

.registration-page-wrap .row {
    padding: 0;
}

/* End Registration */


/* Start Error Page */

.error-page .error-page-wrap {
    padding: 50px 0 20px;
}

.error-page .error-page-wrap .h1 {
    font-family: PoppinsBold;
    font-weight: normal;
}

.error-page .error-page-wrap .h3,
.error-page .error-page-wrap a {
    font-family: PoppinsSemibold;
}

.error-page .error-page-wrap a {
    color: #990000;
}

.error-page .error-page-wrap a:hover {
    color: #B33D3D;
}

/* End Error Page */


/* Start Newsletter */

.page-main-layout--homepage .newsletter {
    margin: 0;
}

.newsletter {
    background-color: #990000;
    margin-top: 30px;
    padding: 35px 20px 20px;
}

.newsletter .newsletter-wrap {
    margin: 0 auto;
    max-width: 1360px;
}

.newsletter .navbar-text {
    color: #fff;
    float: none;
    font-family: AntonioRegular;
    font-size: 36px;
    line-height: 46px;
    margin: 0;
}

.newsletter .form-group {
    margin-bottom: 10px;
}

.newsletter .form-control {
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 13px;
    height: 50px;
}

.newsletter .subscription-widget-wrap .input-group--email .form-control {
    border-radius: 0!important;
}

.newsletter .form-control::-webkit-input-placeholder {
    color: rgba(26, 26, 26, 0.5);
}

.newsletter .form-control:-ms-input-placeholder {
    color: rgba(26, 26, 26, 0.5);
}

.newsletter .form-control::-ms-input-placeholder {
    color: rgba(26, 26, 26, 0.5);
}

.newsletter .form-control::placeholder {
    color: rgba(26, 26, 26, 0.5);
}

.newsletter .input-group--email .form-control {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
}

.newsletter .form-inline .input-group-btn {
    width: 1%;
}

.newsletter .btn-subscription {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
    border-radius: 0;
    font-family: PoppinsSemibold;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 80px;
}

.newsletter .btn-subscription:hover {
    background-color: #2A2A2A;
    border-color: #2A2A2A;
}

.newsletter .subscription-widget-wrap .form-group--captcha {
    margin-top: 10px;
}


@media (min-width: 992px) {

    .newsletter .subscription-widget-wrap .form-group {
        float: left;
        margin-right: 10px;
        width: -webkit-calc((100% / 3) - 10px);
        width: -moz-calc((100% / 3) - 10px);
        width: calc((100% / 3) - 10px);
    }

    .newsletter .form-inline .input-group {
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }

    .newsletter .subscription-widget-wrap .form-group--captcha {
        margin-top: 0;
        width: 100%;
    }

}

@media (min-width: 1200px) {    

    .newsletter {
        padding: 30px 20px;
    }

    .newsletter .form-inline {
        -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;
    }

    .newsletter .navbar-text {
        padding-right: 20px;
        position: relative;
        top: 5px;
    }

    .newsletter .subscription-widget-wrap .form-group {
        margin-bottom: 0;
        width: -webkit-calc(100% - 390px);
        width: -moz-calc(100% - 390px);
        width: calc((100% / 2) - 390px);
    }

    .newsletter .form-inline .input-group {
        margin-right: 10px;
        width: 380px;
    }

    .newsletter .subscription-widget-wrap .form-group--captcha {
        float: left;
        margin: 0;
        width: 305px;
    }

    .newsletter .form-control {
        height: 55px;
    }

    .newsletter .btn-subscription {
        height: 55px;
        line-height: 55px;
    }

}

@media (min-width: 1500px) {

    .newsletter .navbar-text {
        width: 305px;
    }

    .newsletter .subscription-widget-wrap .form-group {
        width: -webkit-calc(100% - 500px);
        width: -moz-calc(100% - 500px);
        width: calc((100% / 2) - 500px);
    }

    .newsletter .form-inline .input-group {
        width: 365px;
    }

}

/* End Newsletter */


/* Start Footer */

.footer {
    background-color: #1A1A1A;
    margin: 0;
    padding: 40px 0 30px;
}

.footer .footer-menu-wrap {
    margin: 0 auto;
    max-width: 1440px;
}

.footer .logo {
    margin-bottom: 5px;
}

.footer .logo > ul,
.footer .social > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .logo > ul > li,
.footer .social > ul > li {
    display: inline-block;
}

.footer .logo > ul > li + li {
    margin-left: 5px;
    position: relative;
    top: 6px;
}

.footer .logo > ul > li > img {
    height: auto;
    max-height: 46px;
    width: 40px;
}

.footer .logo > ul > li > span {
    color: #fff;
    font-family: AntonioRegular;
    font-size: 22px;
    text-transform: uppercase;
}

.footer .social {
    margin-top: 40px;
}

.footer .social > .navbar-text {
    display: none;
}

.footer .social > ul > li + li {
    margin-left: 15px;
}

.footer .social > ul > li > a {
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 22px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    width: 30px;
}

.footer .menu {
    font-size: 0;
}

.footer .navbar-text {
    font-family: AntonioRegular;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.footer .navbar-nav li {
    display: block;
    width: 100%;
}

.footer .nav > li > a,
.footer .nav > li > span {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 0;
}

.footer .nav > li > a:hover {
    color: #B33D3D;
}

.copyright {
    display: none;
}


@media (max-width: 767px) {

    .footer .menu .navbar-inverse {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

}

@media (max-width: 991px) {

    .footer .menu .navbar-inverse {        
        margin-top: 55px;
    }

}

@media (min-width: 992px) {

    .footer {
        padding: 50px 0;
    }

    .footer .navbar-text {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .footer .nav > li > a,
    .footer .nav > li > span {
        font-size: 14px;
        line-height: 30px;
    }

}

/* End Footer */


/* Start My Account */

.my-account-wrap .breadcrumb-wrap ul > li > a {
    color: #000;
}

.my-account-wrap .breadcrumb-wrap ul > li > a:hover {
    color: #990000;
}

.my-account-wrap .breadcrumb-wrap ul > li:last-child > span {
    font-family: PoppinsSemibold;
}

.my-account-layout--fullwidth-layout .dashboard-my-account-wrap .page-header .btn-toolbar .btn {
    background-color: #990000;
    border-color: #990000;
}

.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: #A80729;
    border-color: #A80729;
}

.my-account-layout--fullwidth-layout .panel-title,
.my-account-layout--fullwidth-layout .panel-title .btn-link {
    font-family: PoppinsMedium;
}

.panel-last-statement__view-link,
.my-account-layout--fullwidth-layout .panel-title .btn-link {
    color: #990000;
}

.my-account-layout--fullwidth-layout .panel-title .btn-link:after,
.my-account-layout--fullwidth-layout .panel-title .btn-link:before {
    font-weight: 500;
    -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: #990000;
}

.dashboard-my-account-wrap .my-account-payment-summary__actions {
    padding: 0;
}

/* Invoices */

.my-account-layout--fullwidth-layout .my-account-report-toolbar__link,
.my-account-layout--fullwidth-layout .grid-filter__button-reset {
    color: #990000;
    -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: #A80729;
}

/* Payments */

.my-account-payment__header-due-date {
    color: #990000;
}

.my-account-payment-summary__actions .btn--blue {
    background-color: #990000;
    border-color: #990000;
}

.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: #A80729;
    border-color: #A80729;
}

.my-account-layout .newsletter {
    margin: 0;
}


@media (min-width: 992px) {

    .my-account-layout--fullwidth-layout .page-header {
        margin: 30px 0 10px;
    }

    .dashboard-my-account-wrap .page-header__title {
        margin-top: 23px;
    }

    .my-account-layout--fullwidth-layout .my-account-navs-wrap .list-group-item.nav--active {
        color: #990000;
        font-family: PoppinsSemibold;
    }

    .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: #A80729;
    }

}

/* End My Account */

/* Start Branch Selection Popup */
.branch-select__branches {
    font-size: 0;
}

.branch-select__branch {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: top;
    width: 100%;
}

.branch-select__branch .custom-button__label {
    text-align: left;
    min-width: 120px;
}

.branch-select__branch .custom-button__text {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.branch-select__branch .custom-button__input.custom-button--radio + .fa {
    border-color: transparent;
    margin-right: 10px;
}

.branch-select__branch .custom-button__input.custom-button--radio + .fa:before {
    content: "\f1db";
    font-size: 20px;
}

.branch-select__branch .custom-button__input.custom-button--radio:checked + .fa {
    background-color: #990000;
}

.branch-select__branch .custom-button__input.custom-button--radio:checked + .fa:before {
    color: #fff;
    content: "\f192";
}

@media (min-width: 400px) {
    .branch-select__branch {
        width: 50%;
    }
}
/* End Branch Selection Popup */

/* Start Branch Switcher */
.store-branch-switcher__branch {
    text-align: left;
}

.store-branch-switcher__branch .custom-button__text {
    font-family: 'PoppinsRegular';
    font-weight: normal;
}

.custom-button__label .custom-button__input.custom-button--radio.radio-button-icon--icomoon:checked + .fa:before {
    color: #990000;
}

.custom-button__input.custom-button--radio.radio-button-icon--icomoon + .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* End Branch Switcher */

/* Start Departments Dropdown */
.navbar-default .navbar-nav li[data-menu-name="Shop"] .dropdown-menu.loading-gif:before {
    background-color: rgba(255, 255, 255, 0.75);
    background-image: url(/Content/images/loading-transparent.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Shop"] > .dropdown-menu li[data-submenu-name="shop-by-brand"],
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Shop"] > .dropdown-menu > li > a[data-menu-name="main-category"] {
    display: none;
}

.navbar-default .navbar-nav > li[data-menu-name="Shop"].open > .dropdown-menu,
.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Shop"] > .dropdown-menu > li[data-submenu-name="main-category"] {
    border: none;
    padding: 0;
}

.header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Shop"] .category-list-menu__list--main li:last-child {
    border: none;
}


@media (max-width: 1199px) {

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Shop"] .category-list-menu__list--sub-menu {
        display: none;
    }

}

@media (max-width: 991px) {

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Shop"] > .dropdown-menu > li[data-submenu-name="main-category"] {
        background-color: #f2f2f2;
    }

}

@media (max-width: 767px) {

    .header-main-wrap .navbar-mainmenu > ul > li[data-menu-name="Shop"] .category-list-menu__list--main {
        display: block;
    }

}

@media (min-width: 992px) {

    .navbar-default .navbar-nav li[data-menu-name="Shop"] .dropdown-menu {
        min-width: 250px;
    }

}

@media (min-width: 1200px) {

    .navbar-default .navbar-nav li[data-menu-name="Shop"] .dropdown-menu {
        border: none;
        border-radius: 0;
        margin-top: 1px;
        min-height: 332px;
    }

    .category-list-menu__list {
        display: block;
        height: 342px;
    }

    .category-list-menu__list--main.category-list-menu__list {
        height: 342px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .category-list-menu__list--main.category-list-menu__list ~ .category-list-menu__list {
        background-color: #fff;
        /*border-left: 1px solid #eaecea;*/
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        -moz-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        display: none;
        overflow-x: hidden;
        overflow-y: auto;
        height: 342px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .category-list-menu__list .category-list-menu__item[haschild="true"] > a {
        position: relative;
    }

    .category-list-menu__list .category-list-menu__item {        
        padding: 0!important;
    }

    .category-list-menu__list .category-list-menu__item a {
        border-radius: 0;
    }

    .category-list-menu__list .category-list-menu__item.category-list-menu__item--parent-name {
        padding: 10px 15px 5px!important;
    }

    .category-list-menu__list .category-list-menu__item > a {
        padding: 10px 15px 5px!important;
    }

    .category-list-menu__list .category-list-menu__item > a:active,
    .category-list-menu__list .category-list-menu__item > a:active:focus,
    .category-list-menu__list .category-list-menu__item > a:focus,
    .category-list-menu__list .category-list-menu__item > a:hover {
        background-color: #e9ecef;
        text-decoration: none;
    }

    /*.category-list-menu__list .category-list-menu__item[haschild="true"] > a:hover {
        font-weight: 700;
    }*/

    .category-list-menu__list .category-list-menu__item[haschild="true"] > a:after {
        color: #555;
        content: "\f105";
        font-family: Fontawesome;
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        right: 10px;
    }

    .category-list-menu__list[data-ul-level="2"] {
        left: 100%;
    }

    .category-list-menu__list[data-ul-level="3"] {
        left: 200%;
    }

    .category-list-menu__list[data-ul-level="4"] {
        left: 300%;
    }

    .category-list-menu__list[data-ul-level="5"] {
        left: 400%;
    }

    .category-list-menu__list[data-ul-level="6"] {
        left: 500%;
    }    

    .category-list-menu__list.child--active {
        display: block !important;
    }    

    .category-list-menu__item.hover--active > ul {
        display: block;
        height: 342px;
        max-height: none;
    }

    .category-list-menu__image {
        background-color: #fff;
        border-left: 1px solid #eaecea;
        -webkit-box-shadow: 6px 6px 12px -2px rgb(0 0 0 / 18%);
        box-shadow: 6px 6px 12px -2px rgb(0 0 0 / 18%);
        height: 100%;
        left: 100%;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 200px;
    }

    .category-list-menu__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
    }

    .category-list-menu__image {
        display: none;
    }

    .category-list-menu__item.hover--active > .category-list-menu__image,
    .category-list-menu__item:hover > .category-list-menu__image {
        display: block;
    }

    .category-list-menu__item--parent-name {
        display: block;
    }

    .category-list-menu__item--parent-name strong {
        display: block;
        font-size: 12px;
        padding: 5px 0;
        text-transform: uppercase;
    }

    .sticky-header .navbar-default .navbar-nav li[data-menu-name="Shop"].open .dropdown-toggle,
    .sticky-header .navbar-default .navbar-nav li[data-menu-name="Shop"].open .dropdown-toggle:after {
        color: #B33D3D;
    }

    .sticky-header .navbar-default .navbar-nav li[data-menu-name="Shop"] .dropdown-toggle:after {
        display: inline-block;
    }

    .sticky-header .navbar-default .navbar-nav li[data-menu-name="Shop"] .dropdown-menu {
        box-shadow: none;
        float: none;
        min-height: auto;
        min-width: 100%;
        position: relative;
    }

    .sticky-header .category-list-menu__list--main.category-list-menu__list {
        height: auto;
    }

    .sticky-header .category-list-menu__list .category-list-menu__item > a {
        padding: 13px 15px 12px 25px!important;
    }

    .sticky-header .category-list-menu__list .category-list-menu__item[haschild="true"] > a:after {
        display: none;
    }

}

/* End Departments Dropdown */

/* Start Posts */
.page-main-layout--post-list-index .body-content {
    margin: 0 auto;
    max-width: 1540px !important;
    padding: 0 20px !important;
}

.page-main-layout .row.post-list-wrap {
    margin: 0;
}

.post-list-publish-info {
    padding: 0 20px;
}

.post-list-item-feature-image {
    height: 200px;
    width: 100%;
}

.post-list-item-feature-image img {
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.post-list-template--tiled-2.post-list-template--tiled-wall .post-list-item__title {
    font-size: 18px;
}

@media (min-width: 400px) {
    .post-list-template--tiled-wall .post-list-item {
        margin: 5px 0;
        width: 100%;
    }
}

@media (min-width: 600px) {
    .post-list-template--tiled-wall .post-list-item {
        margin: 5px;
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .post-list-template--tiled-wall .post-list-item {
        width: -webkit-calc(33.33% - 10px);
        width: -moz-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }
}

@media (min-width: 1200px) {
    .post-list-publish-info {
        margin: 0 auto;
        max-width: 1540px;
    }

    .breadcrumb--post {
        margin: 0 auto;
        max-width: 1540px;
    }

    .breadcrumb--post .container {
        padding: 0 !important;
    }
}

@media (min-width: 1400px) {
    .post-list-template--tiled-wall .post-list-item {
        width: -webkit-calc(25% - 10px);
        width: -moz-calc(25% - 10px);
        width: calc(25% - 10px);
    }
}
/* End Posts */

/* Start Product Ship Via */
.product-item-ship-via__row--title {
    white-space: nowrap;
}

.product-item-ship-via__title {
    color: #A80729;
    font-family: "PoppinsSemibold";
    white-space: normal;
}

.product-details-form .product-item-ship-via__group.active {
    border-color: #A80729 !important;
}

.product-details-form .product-item-ship-via__group:before {
    color: #ccc;
}

.product-details-form .product-item-ship-via__group.active:before {
    color: #A80729;
}

.product-details-form .product-item-ship-via__group strong {
    font-family: "PoppinsSemibold";
}

.product-tile__details .product-item-ship-via__title {
    color: #333;
}

.product-tile__details .product-item-ship-via__row--title .icomoon {
    border-color: #A80729;
    color: #A80729;
}

.ship-via__lead-date,
.product-item-ship-via__lead-date,
.product-item-ship-via__row--cost strong,
.shopping-cart-wrap .product-item-ship-via .dropdown-menu .btn-link .ship-via-cost strong {
    font-family: "PoppinsSemibold";
}

.product-details__current-store-name strong {
    color: #A80729;
    font-family: "PoppinsSemibold";
}

.product-details__product-availability {
    background-color: #fee7ec;
}

.product-details__product-availability .btn,
.product-details__product-availability .btn .text strong {
    color: #A80729;
}
/* End Product Ship Via */

/* Start Split Cart Ship Via*/
.shopping-cart-wrap .shopping-cart__row-shipping-option > .product-item-ship-via__title {
    color: #333;
}

.shopping-cart-wrap .product-item-ship-via__group.active {
    border-color: #A80729 !important;
}

.shopping-cart-wrap .product-item-ship-via__group:before {
    color: #ccc;
}

.shopping-cart-wrap .product-item-ship-via__group.active:before {
    color: #A80729;
}
/* End Split Cart Ship Via*/

/* Start Product Search */
.store-search--layout .product-attributes__title-icon, 
.store-search--layout .category-menu__title-icon {
    display: inline-block;
}

.store-search--layout .product-attributes__toggle-content,
.store-search--layout .category-menu__toggle-content {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.store-search--layout .product-attributes--filter-stocks .product-attributes__title-text {
    color: #333;
    font-family: PoppinsRegular;
    font-size: 24px;
}

.store-search--layout .product-attributes-wrap:not(.product-attributes--filter-stocks) .product-attributes__title-text,
.store-search--layout .product-attributes-wrap:not(.product-attributes--filter-stocks) .category-menu__title-text {
    color: #333;
    font-family: PoppinsRegular;
    font-size: 24px;
}

.store-search--layout .product-attributes-wrap:not(.product-attributes--filter-stocks) .product-attributes__title-text:after {
    display: none;
}

.store-search--layout .category-menu__title-text {
    color: #333;
    display: inline;
    font-family: PoppinsRegular;
    font-size: 24px;
}

.store-search--layout .product-attributes__title-text:after {
    display: none;
}

.store--layout .custom-button__input.custom-button__input--medium + .fa,
.store-search--layout .custom-button__input.custom-button__input--medium + .fa {
    border-color: #ccc;
    border-radius: 4px;
    line-height: 22px;
}

.store-search--layout .product-attributes__name {
    padding-left: 15px;
}

.store-search--layout .product-attributes__item .custom-button__text {
    font-family: PoppinsRegular;
    font-size: 14px;
    font-weight: normal;
}

.store-search--layout .product-attributes__list-group-item-buttons .product-attributes__name strong {
    font-family: PoppinsBold;
    font-size: 14px;
    font-weight: normal;
}

.store-search--layout .product-attributes__btn-show-more,
.store-search--layout .category-menu__btn-show-more,
.store-search--layout .product-attributes__btn-show-more-filters {
    font-family: PoppinsBold;
    font-size: 12px;
    font-weight: normal;
}

.store-search--layout .product-attributes__btn-show-more:after, 
.store-search--layout .category-menu__btn-show-more:after, 
.store-search--layout .product-attributes__btn-show-more-filters:after {
    display: none;
}

.store-search--layout #category-menu__list-group .list-group-item:first-child:after {
    font-family: PoppinsRegular;
    font-size: 16px;
}

.store-search--layout .product-list-wrap.product-list--search .list-group-wrap .list-group-item {
    border-radius: 0;
    border-bottom-color: transparent !important;
    border-right-color: transparent;
    border-top-color: transparent;
    font-family: PoppinsRegular;
    font-size: 16px;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.store-search--layout .product-attributes__items {
    padding: 0 0 10px 15px;
}

@media (max-width: 991px) {
    .store-search--layout .product-list-wrap.product-list--search .list-group-wrap .list-group-item {
        margin-bottom: 0;
        padding: 10px 20px !important;
    }

    .store-search--layout .product-list-wrap.product-list--search .list-group-wrap .product-attributes--default-filter .list-group-item {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .product-attributes--default-filter .product-attributes__show-more-wrap {
        padding-right: 20px;
        text-align: right;
    }
}
/* End Product Search */

.page-header h1 {
    font-family: 'AntonioRegular';
    text-transform:uppercase;
}
.page-main-layout h2 {
    line-height: 1.5;
}
/* =============== PAGE MAIN LAYOUT  CSS CODES =============== */
.page-main-layout #maincontent .container {
    width:100% !important;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
/* .page-section-wrap--ImageWithTextOverlay ~ .page-section-wrap {
    max-width: 1440px;
    margin: 0 auto; */
} 
/* =============== GENERIC CONTENT, PRODUCT, MY ACCOUNT HEADER, TEXT  CSS CODES =============== */
/* CONTENT */
h1.page-header__title {
    font-family: 'AntonioRegular';
    text-transform:uppercase;
}
h2.page-section__title {
    color: #333;
    font-family: 'AntonioRegular';
    text-transform:uppercase;
}
h2.page-title {
    font-family: 'AntonioRegular';
    text-transform:uppercase;
}
.page-section__title {
    font-family: 'AntonioRegular';
    text-transform:uppercase;
}
.page-section__accordion-header {
   font-family: 'AntonioRegular';
   font-size: 24px;
   line-height: 35px;
   text-transform: uppercase;
}
.page-section__accordion-content {
    font-family: 'PoppinsRegular';
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
}
.page-section__accordion-item {
    border: 1px solid #d0d0d0;
    margin: 25px 0;
    padding: 20px;
}
.page-section__accordion-item+.page-section__accordion-item {
    border: 1px solid #d0d0d0;
    margin: 25px 0;
   padding: 20px;
}
.page-section__content {
    font-family: 'PoppinsRegular';
    font-size: 15px;
    line-height: 25px;
}
.page-section__content p a {
   color: #B33D3D;
   text-decoration:none;
}
.page-section__content p a:hover {
   color: #B33D3D;
   text-decoration:underline;
}
.btn.btn-default.page-section__btn-link {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
    color: #fff;
    display: block;
    font-family: 'AntonioRegular';
}
.btn.btn-default.page-section__btn-link:hover {
    background-color: #B33D3D!important;
    border-color: #B33D3D!important;
    outline: 0;
    text-decoration: none;
}
.btn.btn-default.page-section__btn-link:active {
    background-color: #B33D3D!important;
    border-color: #B33D3D!important;
    outline: 0;
    text-decoration: none;
}
.btn.btn-default.page-section__btn-link:focus {
    background-color: #B33D3D!important;
    border-color: #B33D3D!important;
    outline: 0;
    text-decoration: none;
}
.ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__title {
    font-family: AntonioRegular;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 15px;
    text-shadow: none;
}
/* OTHER PAGES */
.page-title.mtop-0 {
   font-family: 'AntonioRegular';
}
h1.page-title {
   font-family: 'AntonioRegular';
   text-transform:uppercase;
}
h2.page-title {
   font-family: 'AntonioRegular';
   text-transform:uppercase;
}
.registration-confirmation-wrap .page-title h3 {
   font-family: 'AntonioRegular';
   text-transform:uppercase;
}
h1.text-danger {
   font-family: 'AntonioRegular';
   text-transform:uppercase;
}
h2.text-danger {
   font-family: 'AntonioRegular';
   text-transform:uppercase;
}
.modal-title {
   font-family: 'AntonioRegular';
}
.store-location-page .page-header__title {
   font-family: 'AntonioRegular';
   text-align: center;
   padding: 30px 0;
}
.form-configurator-confirmation-page .text-center .h4 {
    font-family: 'AntonioRegular';
}

/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
    h1.page-header__title {
        font-size: 28px;
    }
    h2.page-section__title {
      font-size: 28px;
      line-height: 41px;
   }
   .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__title {
        font-size: 36px;
        line-height: 50px;
    } 
}
@media only screen and (min-width: 992px) {
    h2.page-section__title {
      font-size: 35px;
      line-height: 48px;
   }
   .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__title {
       font-size: 48px;
       line-height: 66px;
       margin-bottom: 20px;
    } 
}
@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: 'AntonioRegular';
   text-transform:uppercase;
   font-size: 28px;
   line-height: 39px;
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__publish-info {
    font-family: 'PoppinsRegular';
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__summary {
    font-family: 'PoppinsRegular';
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .post-list-category__title {
    font-family: 'AntonioRegular';
    text-transform:uppercase;
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .list-filter-wrap .list-group .list-group-item {
    font-family: 'PoppinsRegular';
}
/* POST ENTRIES */
/*.breadcrumb--post + .body-content .page-header__title {
    font-family: 'AntonioRegular';
    text-transform:uppercase;
    font-size: 30px;
    line-height: 40px;
    color: #e93c4f;
}*/
.post-list-publish-info {
    color: #333;
}
.post-list-template--default .post-list-publish-info {
    font-family: 'PoppinsRegular';
    font-size: 13px;
    line-height: 22px;
}
.post-list-template--default .page-section-wrap .page-section__title  {
    font-family: 'AntonioRegular';
    text-transform:uppercase;
}
.post-list-template--default .page-section-wrap .page-section__content  {
    font-family: 'PoppinsRegular';
    font-size: 15px;
    line-height: 25px;
}
/* ======================= 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: 'AntonioRegular';
   font-size: 28px;
   line-height: 39px;
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__publish-info {
    font-family: 'PoppinsRegular';
}
.post-list-wrap .post-list-content-wrap .post-list-content .post-list-items .post-list-item .post-list-item__summary {
    font-family: 'PoppinsRegular';
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .post-list-category__title {
    font-family: 'AntonioRegular';
}
.post-list-wrap .post-list-navs.nav--right .post-list-category-wrap .list-filter-wrap .list-group .list-group-item {
    font-family: 'PoppinsRegular';
}
/* POST ENTRIES */
/*.breadcrumb--post + .body-content .page-header__title {
    font-family: 'AntonioRegular';
    font-size: 30px;
    line-height: 40px;
    color: #e93c4f;
}*/
.post-list-publish-info {
    color: #333;
}
.post-list-template--default .post-list-publish-info {
    font-family: 'PoppinsRegular';
    font-size: 13px;
    line-height: 22px;
}
.post-list-template--default .page-section-wrap .page-section__title  {
    font-family: 'AntonioRegular';
}
.post-list-template--default .page-section-wrap .page-section__content  {
    font-family: 'PoppinsRegular';
    font-size: 15px;
    line-height: 24px;
}
/* =============== CONTACT US  CSS CODES =============== */
.contact-us-mantle ~ .body-content {
    max-width: none;
    margin-left: -1px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
}
.contact-us-mantle ~ ..container {
    padding-left: 0;
    padding-right: 0;
}
.contact-us-page {
    width:100%;
    max-width: none;
}
.contact-us-page .page-header__title {
     font-family: AntonioRegular;
     font-size: 34px;
     line-height: 44px;
     text-transform: uppercase;
     padding: 20px 10px 5px 10px;
}
.contact-us-snippet--top {
   padding:10px;
}
.contact-us-page .form-horizontal {
   padding:7px;
}
.contact-us-btn-toolbar {
   padding:7px;
}
#ContactUsTopMainContainer {
	display:block;
	width:100%;
	padding:5px;
}
#ContactUsBottomMainContainer {
	display:block;
	width:100%;
	padding:5px;
	position:relative;
	margin:0 auto;
	max-width:1200px;
}
.ContactUsBottomPictureMainContainer {
	display:block;
	width:100%;
	padding:5px;
	background-image:url('/m/webp/contact-us/contactus-banner.webp');
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
        height: 400px;
}
.ContactUsBottomPictureSubContainer {
	display:block;
	width:100%;
	padding:5px;
}
.ContactUsBottomLocationsDesktopContainer {
	display:block;
	width:100%;
        background-color:#f5f5f5;
}
.ContactUsBottomLocationsDesktopRow {
	display:block;
	width:100%;
	padding:80px 5px;
        max-width:1280px;
	margin:0 auto;
        text-align:center;
}
.ContactUsBottomLocationsDesktopContainerCell {
	display:inline-block;
	width:46%;
	padding:12px;
	margin:8px;
	background-color:#fff;
	border: solid 1px #CCC;
	vertical-align:top;
}
.ContactUsBottomLocationsMobileContainer {
	display:block;
	width:100%;
	padding:5px;
}
.ContactUsBottomLocationsMobileRow {
	display:block;
	width:100%;
	padding:5px;
}

/* FONTS */
.ContactUsMainHeader {
	font-family: 'PoppinsRegular';
	font-weight:700;
	font-size:32px;
	line-height:41px;
}
.ContactUsSubHeader {
	font-family: 'PoppinsRegular';
	font-weight:700;
	font-size:16px;
	line-height:24px;
        text-align: left;
        padding-left:3px;
}
.ContactUsTopBodyText {
	font-family: 'PoppinsRegular';
	font-size:15px;
	line-height:24px;
        text-align: left;
}
.ContactUsBodyText {
	font-family: 'PoppinsRegular';
	font-size:15px;
	line-height:24px;
	margin:3px;
        text-align: left;
}
.ContactUsBodyTextBlackURL {
	font-family: 'PoppinsRegular';
	font-size:15px;
	line-height:24px;
	text-decoration:none;
	color: #000;
        text-align: left;
}
.ContactUsBodyTextBlackURL:hover {
	font-family: 'PoppinsRegular';
	text-decoration:underline;
}
.ContactUsBodyTextURL {
	font-family: 'PoppinsRegular';
	font-size:15px;
	line-height:24px;
	text-decoration:underline;
	color: #9a0000;
        text-align: left;
}
.ContactUsBodyTextURL:hover {
	text-decoration:none;
}

.contact-us-page li {
	list-style: none;
}

/* MEDIA QUERIES */

@media only screen and (max-width:599px) {
	.ContactUsBottomLocationsDesktopContainer {
	   display:none;
    }
}
@media only screen and (min-width:600px) {
	.ContactUsBottomLocationsDesktopContainer {
	   display:block;
    }
    .ContactUsBottomLocationsDesktopContainerCell {
      min-height:505px;
    }
    .ContactUsBottomLocationsMobileContainer {
	   display:none;
    }
}
@media only screen and (min-width:713px) {
    .ContactUsBottomLocationsDesktopContainerCell {
      min-height:465px;
    }
}
/* @media only screen and (min-width:900px) {
	.ContactUsBottomLocationsDesktopContainerCell {
		width:30%;
	}
	.ContactUsBottomLocationsDesktopContainerCell {
      min-height:505px;
    }
} */
@media only screen and (min-width:900px) {
	.ContactUsBottomLocationsDesktopContainerCell {
		width:30%;
	}
	.ContactUsBottomLocationsDesktopContainerCell {
      min-height:505px;
    }
    .contact-us-page .contact-us-snippet--top {
        width: 50%;
        max-width: 600px;
        margin: 0 auto;
        display: inline-block;
    }
    .contact-us-page .form-horizontal .form-group {
         width:50%;
    }
    .contact-us-page .contact-us-btn-toolbar {
         width:50%;
    }
    .contact-us-page .contact-us-btn-toolbar .form-group {
         width:100%;
    }
   .ContactUsBottomPictureMainContainer {
	 top:0;
         left: 52%;
	 position:absolute;
         background-position:top center;
         height: 695px;
         max-width: 415px;
       }
}
@media only screen and (min-width:925px) {
   .ContactUsBottomPictureMainContainer {
         max-width: 430px;
       }
}
@media only screen and (min-width:955px) {
   .ContactUsBottomLocationsDesktopContainerCell {
       min-height:490px;
    }
   .ContactUsBottomPictureMainContainer {
         max-width: 440px;
       }
}
@media only screen and (min-width:980px) {
   .ContactUsBottomPictureMainContainer {
         max-width: 455px;
       }
}
@media only screen and (min-width:1024px) {
   .ContactUsBottomPictureMainContainer {
         max-width: 480px;
       }
}
@media only screen and (min-width:1068px) {
     .ContactUsBottomLocationsDesktopContainerCell {
         min-height:470px;
    }
   .ContactUsBottomPictureMainContainer {
         max-width:500px;
       }
}
@media only screen and (min-width:1100px) {
     .ContactUsBottomPictureMainContainer {
         left:53%;
         max-width:505px;
    }
}
@media only screen and (min-width:1120px) {
     .ContactUsBottomPictureMainContainer {
         max-width:515px;
    }
}
@media only screen and (min-width:1150px) {
     .ContactUsBottomPictureMainContainer {
         max-width:525px;
    }
}
@media only screen and (min-width:1180px) {
     .ContactUsBottomPictureMainContainer {
         max-width:530px;
    }
}
@media only screen and (min-width:1260px) {
     .contact-us-page > .page-header__title, .contact-us-snippet--top {
         margin-left: -webkit-calc((100% - 1200px) / 2) !important;
         margin-left: -moz-calc((100% - 1200px) / 2) !important;
         margin-left: calc((100% - 1200px) / 2) !important;
      }
     .contact-us-page .form-horizontal {
         margin-left: -webkit-calc((100% - 1215px) / 2) !important;
         margin-left: -moz-calc((100% - 1215px) / 2) !important;
         margin-left: calc((100% - 1215px) / 2) !important;
         max-width: 1450px;
      }
}
@media only screen and (min-width:1280px) {
     .ContactUsBottomPictureMainContainer {
         max-width:560px;
    }
}
@media only screen and (min-width:1300px) {
     .contact-us-page .form-horizontal {
         margin-left: -webkit-calc((100% - 1230px) / 2) !important;
         margin-left: -moz-calc((100% - 1230px) / 2) !important;
         margin-left: calc((100% - 1230px) / 2) !important;
      }
}
@media only screen and (min-width:1380px) {
     .contact-us-page > .page-header__title, .contact-us-snippet--top {
         margin-left: -webkit-calc((100% - 1265px) / 2) !important;
         margin-left: -moz-calc((100% - 1265px) / 2) !important;
         margin-left: calc((100% - 1265px) / 2) !important;
      }
     .contact-us-page .form-horizontal {
         margin-left: -webkit-calc((100% - 1300px) / 2) !important;
         margin-left: -moz-calc((100% - 1300px) / 2) !important;
         margin-left: calc((100% - 1300px) / 2) !important;
      }
     .ContactUsBottomPictureMainContainer {
         max-width:530px;
    }
}
@media only screen and (min-width:1415px) {
     .contact-us-page .form-horizontal {
         margin-left: -webkit-calc((100% - 1310px) / 2) !important;
         margin-left: -moz-calc((100% - 1310px) / 2) !important;
         margin-left: calc((100% - 1310px) / 2) !important;
         padding-right: 20px;
      }
}
@media only screen and (min-width:1450px) {
     .contact-us-page .form-horizontal {
         padding-right: 25px;
      }
}
@media only screen and (min-width:1500px) {
     .contact-us-page .form-horizontal {
         margin-left: -webkit-calc((100% - 1315px) / 2) !important;
         margin-left: -moz-calc((100% - 1315px) / 2) !important;
         margin-left: calc((100% - 1315px) / 2) !important;
      }
}
@media only screen and (min-width:1510px) {
     .contact-us-page .form-horizontal {
         padding-right: 45px;
      }
}
@media only screen and (min-width:1540px) {
     .contact-us-page .form-horizontal {
         margin-left: -webkit-calc((100% - 1328px) / 2) !important;
         margin-left: -moz-calc((100% - 1328px) / 2) !important;
         margin-left: calc((100% - 1328px) / 2) !important;
      }
}
@media only screen and (min-width:1600px) {
     .contact-us-page > .page-header__title, .contact-us-snippet--top {
         margin-left: -webkit-calc((100% - 1295px) / 2) !important;
         margin-left: -moz-calc((100% - 1295px) / 2) !important;
         margin-left: calc((100% - 1295px) / 2) !important;
      }
     .contact-us-page .form-horizontal {
         margin-left: -webkit-calc((100% - 1360px) / 2) !important;
         margin-left: -moz-calc((100% - 1360px) / 2) !important;
         margin-left: calc((100% - 1360px) / 2) !important;
      }
}
@media only screen and (min-width:1610px) {
     .contact-us-page .form-horizontal {
         margin-left: -webkit-calc((100% - 1345px) / 2) !important;
         margin-left: -moz-calc((100% - 1345px) / 2) !important;
         margin-left: calc((100% - 1345px) / 2) !important;
         padding-right: 55px;
      }
}
/* ===================== SITE MAP CSS ===================== */ 
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(1) {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(2) {
   display:block;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(3) {
   display:block;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) {
   display:block;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(2) h2.sitemap-menu__main-header {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(3) h2.sitemap-menu__main-header {
   display:none;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item:nth-child(4) h2.sitemap-menu__main-header {
   display:none;
}

.sitemap-page .sitemap-menu__list--main>.sitemap-menu__item {
    background-color: #fff;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item h3.sitemap-menu__sub-header {
    font-family: 'AntonioRegular';
    color: #000;
    font-size: 19px;
    line-height: 27px;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item h4.sitemap-menu__sub-header {
    font-family: 'PoppinsRegular';
    color: #000;
    font-size: 15px;
    line-height: 25px;
}
.sitemap-page .sitemap-links .sitemap-menu__list--main>.sitemap-menu__item  ul.sitemap-menu__list.sitemap-menu__list--sub-menu li.sitemap-menu__item {
   list-style:none;
   margin-top: 2px;
   margin-bottom: 2px;
}
/* ===================== ABOUT US CSS ===================== */ 
.AboutUs-BoxContent .page-section {
    border: solid 1px #ccc;
    padding: 30px 35px;
}
.AboutUs-OurLocationsContainer  {
    max-width: 1440px;
    margin: 0 auto;
    width:100%;
    margin-top: -20px;
} 
.AboutUs-LocationsContact .page-section {
    border: solid 1px #ccc;
    padding: 20px;
}
.AboutUs-LocationsContact .page-section h2.page-section__title {
    	font-family: 'PoppinsRegular';
	font-weight:700;
	font-size:16px;
	line-height:24px;
        text-align: left;
        padding-left:3px;
}
.AboutUs-LocationsContact .page-section .page-section__content {
   font-family: 'PoppinsRegular';
    font-size: 16px;
    line-height: 24px;
    margin: 3px;
    text-align: left;
}
/* MEDIA QUERIES */
@media only screen and (min-width:600px) {
    .AboutUs-LocationsContact {
       width:100%;
    }
}
@media only screen and (min-width:640px) {
    .AboutUs-LocationsContact {
       width:50%;
    }
   .AboutUs-LocationsContact .page-section {
       min-height: 335px;
    }
}
@media only screen and (min-width:970px) {
    .AboutUs-LocationsContact {
       width:33.33%;
    }
}
/* ===================== FAQ CSS ===================== */ 
.FAQ-AccordionContent .page-section .page-section__accordion-list .page-section__accordion-item .page-section__accordion-content a {
   color:#990000;
   text-decoration:none;
}
.FAQ-AccordionContent .page-section .page-section__accordion-list .page-section__accordion-item .page-section__accordion-content a:hover {
   text-decoration:underline;
}
/* ===================== STORE HOURS CSS ===================== */ 
.store-hours {
   padding-top:60px;
   padding-bottom:30px;
}
.page-main-layout--store-hours #maincontent .container {
    width:100% !important;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
}
/* MEDIA QUERIES */
@media only screen and (min-width:600px) {
    .StoreHours-LocationDetails {
       width:100%;
    }
}
@media only screen and (min-width:640px) {
    .StoreHours-LocationDetails {
       width:50%;
    }
}
@media only screen and (min-width:970px) {
    .StoreHours-LocationDetails {
       width:33.33%;
    }
}
/* ===================== SERVICES CSS ===================== */ 
.Services-PaymentOptions .page-section {
   border: solid 1px #ccc;
}
.Services-PaymentOptions .page-section--ImageWithText .page-section__image--Small {
    height: 100px;
}
/* MEDIA QUERIES */
@media only screen and (min-width:900px) {
    .Services-ListofServices .page-section__content .page-section__image-wrap {
         width:40% !important;
     }
    .Services-ListofServices .page-section__content .page-section__text-wrap {
         width:60% !important;
     }
}
@media only screen and (min-width:1024px) {
    .Services-ListofServices .page-section__content .page-section__image-wrap {
         width:35% !important;
     }
    .Services-ListofServices .page-section__content .page-section__text-wrap {
         width:65% !important;
     }
}
@media only screen and (min-width:1100px) {
    .Services-PaymentOptions .page-section__content .page-section__image-wrap {
         width:40% !important;
     }
    .Services-PaymentOptions .page-section__content .page-section__text-wrap {
         width:60% !important;
     }
    .Services-ListofServices .page-section__content .page-section__image-wrap {
         width:30% !important;
     }
    .Services-ListofServices .page-section__content .page-section__text-wrap {
         width:70% !important;
     }
}
/* =============== HOMEPAGE  CSS CODES =============== */
.main-banner .slick-track {
    top: 20px;
}
.main-banner .ibos-slider-height--Medium .widget-sub-item-image__link .widget-sub-item-image__image {
    bottom: 10px;
}
.main-banner .widget-sub-item-image__text-content-wrap {
    max-width: none;
    top: 5px;
}
.main-banner .widget-sub-item-image__text-content .widget-sub-item-image__title img {
   width:100% !important;
   max-width:150px !important;
   margin-top: 10px;
    margin-bottom: 10px;
}
.main-banner .widget-sub-item-image__link {
    height:760px;
}
.main-banner .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__link img {
   width: 100%;
}
.FeaturedCategories-MainContainer {
    width: 100%;
    padding: 20px 20px 40px 20px;
    max-width: 1515px;
    margin: 0 auto;
    text-align:center;
}
.FeaturedCategories-HeaderText .page-section--RichText h2.page-section__title {
    color: #1A1A1A;
    font-family: AntonioRegular;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
}
.FeaturedCategories-ImageWithText {
    width:100%;
}
.FeaturedCategories-ImageWithText .page-section__image-wrap {
    width:32% !important;
    display:inline-block;
}
.FeaturedCategories-ImageWithText .page-section__text-wrap {
    width:65% !important;
    display:inline-block;
    vertical-align: top;
    padding-top:27px !important;
}
.FeaturedCategories-ImageWithText .page-section--ImageWithText .page-section__content>div {
    padding: 8px;
}
.FeaturedCategories-ImageWithText .page-section--ImageWithText {
    border: solid 1px #ccc;
}
.FeaturedCategories-ImageWithText .page-section--ImageWithText .page-section__image--Small {
    height: 80px;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 380px) {
    .main-banner .widget-sub-item-image__link {
        height:800px;
    }
}
@media only screen and (min-width: 460px) {
    .FeaturedCategories-ImageWithText {
        width:45%;
        max-width:300px;
        margin:10px;
     }
    .FeaturedCategories-ImageWithText .page-section__image-wrap {
        width:38% !important;
    }
   .FeaturedCategories-ImageWithText .page-section__text-wrap {
        width:58% !important;
        padding-top:20px !important;
    }
}
@media only screen and (min-width: 550px) {
    .main-banner .widget-sub-item-image__link {
        height:820px;
    }
}
@media (min-width: 600px) {
  .home-services {
       width:50%;
  }
}
@media only screen and (min-width: 640px) {
    .main-banner .widget-sub-item-image__link {
        height:870px;
    }
    .FeaturedCategories-ImageWithText .page-section__text-wrap {
        padding-top: 10px !important;
    }
}
@media only screen and (min-width: 700px) {
    .main-banner .widget-sub-item-image__link {
        height:920px;
    }
}
@media only screen and (min-width: 717px) {
    .FeaturedCategories-ImageWithText {
         width: 30%;
    }
    .FeaturedCategories-ImageWithText .page-section__text-wrap {
         padding-top: 6px !important;
     }
}
@media (min-width: 751px) {
  .home-services .page-section .page-section__content h2.page-section__title {
       line-height:23px;
  }
}
@media only screen and (min-width: 768px) {
    .main-banner .slick-track {
        top: 15px;
     }
    .main-banner .ibos-slider-wrap .ibos-slider .slick-list.draggable {
        height: 460px !important;
    }
    .main-banner .widget-sub-item-image__text-content-wrap {
         max-width: 440px;
         top: -25px;
    }
   .main-banner .ibos-slider .widget-sub-item-image__text-content .widget-sub-item-image__description a {
        margin-top: -20px;
    }
   .main-banner .widget-sub-item-image__link {
         height: 480px;
    }
   .main-banner .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__link img {
        max-width: 330px;
    }
}
@media (min-width: 800px) {
  .home-services {
       width:33.33%;
  }
   .main-banner .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__link img {
        max-width: 360px;
    }
}
@media only screen and (min-width: 860px) {
   .main-banner .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__link img {
        max-width: 400px;
    }
}
@media only screen and (min-width: 920px) {
   .main-banner .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__link img {
        max-width: 450px;
    }
}
@media only screen and (min-width: 960px) {
   .main-banner .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__link img {
        max-width: 500px;
    }
}
@media only screen and (min-width: 992px) {
   .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__title {
       font-size: 36px;
       line-height: 50px;
   }
    .FeaturedCategories-ImageWithText {
        width: 33%;
    }
}
@media only screen and (min-width: 1024px) {
    .main-banner .ibos-slider-wrap .ibos-slider .slick-list.draggable {
        height: 460px !important;
    }
   .main-banner .widget-sub-item-image__text-content-wrap {
         max-width: 475px;
    }
    .FeaturedCategories-ImageWithText {
        width: 22%;
    }
}
@media only screen and (min-width: 1100px) {
   .main-banner .widget-sub-item-image__text-content-wrap {
         max-width: 510px;
    }
   .main-banner .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__link img {
        max-width: 550px;
    }
    .main-banner .ibos-slider-wrap .ibos-slider .slick-list.draggable {
        height: 450px !important;
    }
}
@media only screen and (min-width: 1118px) {
    .FeaturedCategories-ImageWithText {
        width: 18%;
    }
}
@media only screen and (min-width: 1150px) {
    .main-banner .widget-sub-item-image__text-content-wrap {
         max-width: 550px;
    }
    .main-banner .ibos-slider-wrap .ibos-slider .slick-list.draggable {
          height: 405px !important;
    }
   .main-banner .widget-sub-item-image__link {
         height: 425px;
    }
}
@media only screen and (min-width: 1200px) {
    .main-banner .widget-sub-item-image__text-content-wrap {
         max-width: 600px;
    }
    .main-banner .ibos-slider-wrap .ibos-slider .slick-list.draggable {
        height: 400px !important;
    }
}
@media only screen and (min-width: 1300px) {
    .main-banner .widget-sub-item-image__text-content-wrap {
         max-width: 720px;
    }
}
@media only screen and (min-width: 1336px) {
    .FeaturedCategories-ImageWithText {
        width: 15%;
    }
}
@media only screen and (min-width: 1400px) {
    .main-banner .widget-sub-item-image__text-content-wrap {
         max-width: 800px;
    }
    .main-banner .ibos-slider-wrap .ibos-slider .slick-list.draggable {
        height: 390px !important;
    }
}
@media only screen and (min-width: 1500px) {
    .main-banner .widget-sub-item-image__text-content-wrap {
         max-width: 900px;
    }
}
/* =============== KITCHEN DESIGN CENTER  CSS CODES =============== */
  .KitchenDesignCenter-Slider .slick-track {
     height: 400px;
  } 
  .KitchenDesignCenter-Slider .ibos-slider-height--Medium .widget-sub-item-image__link {
     height: 400px;
  } 
.KitchenDesignCenter-Slider .widget-sub-item-image__text-content-wrap {
    max-width: 320px;
    top: 0;
    background-color: #000;
    opacity:0.88;
}
.KitchenDesignCenter-Slider .widget-sub-item-image__description a {
    background-color: #b33d3d;
    color: #fff;
    display: block;
    font-family: AntonioRegular;
    font-size: 24px;
    height: 65px;
    line-height: 70px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 200px;
}
.KitchenDesignCenter-Merillat-Container {
    background-color: #c4c4c4;
    padding-top: 5px;
}
.kitchen-design-center .Home-Merillat-Button .page-section .btn {
    border-radius: 0 !important;
    padding: 8px 35px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
}
.Home-Merillat-Text .page-section h2.page-section__title {
   font-family: 'PoppinsSemibold';
   font-size:22px;  
   color: #60646d;
   line-height:30px;
}
.KitchenDesignCenter-OmegaCabinetry-Container {
    background-color: #a7dea7;
    padding-top: 5px;
}
.kitchen-design-center .Home-OmegaCabinetry-Button .page-section .btn {
    border-radius: 0 !important;
    padding: 8px 35px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
}
.Home-OmegaCabinetry-Text .page-section h2.page-section__title {
   font-family: 'PoppinsSemibold';
   font-size:22px;  
   color: #000;
   line-height:30px;
}
.kitchendesign-services-wrap {
   padding: 30px 20px 1px 20px;
   max-width: 1550px;
   margin: 0 auto;
   width:100%;
}
.more-services2 {
    max-width: 1550px;
    margin: 0 auto;
}
.more-services2 .page-section__content a {
    border: 1px solid #C4C4C4;
    border-radius: 1px!important;
    color: #990000;
    display: block;
    font-family: PoppinsSemibold;
    font-size: 14px;
    height: 50px;
    line-height: 55px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    -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;
    width: 210px;
}
.more-services2 .page-section__content a:hover {
    background-color: #990000;
    border-color: #990000;
    color: #fff;
}
.more-services2 .page-section__content a:focus {
    text-decoration:underline;
}
/* MEDIA QUERIES */
@media (max-width: 767px) {
    .kitchen-design-center  .Home-Merillat-Image1 {
        width:100%;
        padding-top: 25px !important;
    }
    .kitchen-design-center .Home-Merillat-Button {
        width:100%;
        padding: 1px 0px 20px 0px !important;
    }
    .kitchen-design-center .Home-Merillat-Text {
        width:100%;
        padding: 20px 1px 1px 1px !important;
     }

    .kitchen-design-center  .Home-OmegaCabinetry-Image1 {
        width:100%;
        padding-top: 25px !important;
    }
    .kitchen-design-center .Home-OmegaCabinetry-Button {
        width:100%;
        padding: 1px 0px 20px 0px !important;
    }
    .kitchen-design-center .Home-OmegaCabinetry-Text {
        width:100%;
        padding: 20px 1px 1px 1px !important;
     }
}
@media (min-width: 768px) {
    .KitchenDesignCenter-Slider .widget-sub-item-image__text-content-wrap {
        max-width: 380px;
    }
    .KitchenDesignCenter-Merillat-Container {
         padding-top: 25px;
    }
    .kitchen-design-center  .Home-Merillat-Image1 {
        padding-top: 12px !important;
    }
    .kitchen-design-center .Home-Merillat-Button {
        padding-top: 20px !important;
    }

    .KitchenDesignCenter-OmegaCabinetry-Container {
         padding-top: 25px;
    }
    .kitchen-design-center  .Home-OmegaCabinetry-Image1 {
        padding-top: 12px !important;
    }
    .kitchen-design-center .Home-OmegaCabinetry-Button {
        padding-top: 20px !important;
    }
}
@media (min-width: 992px) {
    .KitchenDesignCenter-Slider .widget-sub-item-image__text-content-wrap {
        max-width: 580px;
     }
     .KitchenDesignCenter-Slider .ibos-slider .slick-track .widget-sub-item-image .widget-sub-item-image__title {
        font-size: 36px;
        line-height: 50px;
    } 
   .kitchendesign-services-wrap .home-services + .home-services {
        border-left: solid 1px #C4C4C4;
        height:120px;
    }
 /* .kitchendesign-services-wrap .home-services + .home-services:before {
        background-color: #C4C4C4;
        content: "";
        height: 70px;
        left: 0;
        position: absolute;
        top: 15px;
        width: 1px;
    } */
    .more-services2 .page-section__content {
       background: #fff;
       margin: 0 auto;
       max-width: 250px;
       position: relative;
       z-index: 1;
   }
  .more-services2 .page-section:before {
       top: 43px;
       left: 0;
       width: 100%;
      background-color: #C4C4C4;
      content: "";
      height: 1px;
      position: absolute;
   }
   .kitchendesign-services-content {
       border-top: 1px solid #C4C4C4;
       padding-top: 40px;
    }
}
@media (min-width: 1271px) {
    .kitchen-design-center  .Home-Merillat-Image1 {
        padding-top: 0px !important;
    }
    .kitchen-design-center .Home-Merillat-Button {
        padding-top: 6px !important;
    }
    .kitchen-design-center .Home-OmegaCabinetry-Button {
        padding-top: 12px !important;
    }
}
@media (min-width: 1675px) {
    .kitchen-design-center .Home-OmegaCabinetry-Image1 {
         padding-top: 0px !important;
    }
    .kitchen-design-center .Home-OmegaCabinetry-Button {
        padding-top: 8px !important;
    }
}
/* =============== COMMERCIAL CREDIT APPLICATION CSS CODES =============== */
.generic-form-configurator--10000 .form-group--StoreLocations {
     width:100%;
}
.generic-form-configurator--10000 .form-group--StoreLocations .form-configurator__radio-group .custom-button__label {
    display: inline-block;
    vertical-align: top;
    width:100%;
   margin-top: 5px;
    margin-bottom: 5px;
}
.generic-form-configurator--10000 .form-configurator__radio-group-label strong {
    font-size: 16px;
    line-height: 26px;
}
.generic-form-configurator--10000 .form-configurator-fieldset__form-input .h4 strong {
    font-size: 16px;
    line-height: 26px;
}
.generic-form-configurator--10000 .form-group--TypeOfOrganization {
    width:100%;
}
.generic-form-configurator--10000 .form-group--TypeOfBusiness {
    width:100%;
}
.generic-form-configurator--10000 .form-group--TypeOfBusiness .form-configurator__radio-group .custom-button__label {
    margin-top: 7px;
    margin-bottom: 7px;
}
.generic-form-configurator--10000 .form-group--DoYouOwnRentThisProperty {
    width:100%;
}
.generic-form-configurator--10000 .form-group--MortgageCompany1Name, .form-group--MortgageCompany1Address, .form-group--MortgageCompany1State, .form-group--MortgageCompanyAccountNumber, .form-group--MortgageCompany2Name, .form-group--MortgageCompany2Address, .form-group--MortgageCompany2State, .form-group--MortgageCompany2AccountNumber {
    width:100%;
}
.generic-form-configurator--10000 .form-group--SupplierTradeNoteField {
    width:100%;
}
.form-group--Trustee1Name, .form-group--Trustee1HomeAddress, .form-group--Trustee1Town, .form-group--Trustee1State, .form-group--Trustee1ZipCode, .form-group--Trustee1Phone, .form-group--Trustee1SociualSecurity, .form-group--Trustee2Name, .form-group--Trustee2HomeAddress, .form-group--Trustee2Town, .form-group--Trustee2State, .form-group--Trustee2ZipCode, .form-group--Trustee2Phone, .form-group--Trustee2SocialSecurity {
   width:100%;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 640px) {
    .generic-form-configurator--10000 .form-group--StoreLocations .form-configurator__radio-group .custom-button__label {
         width:45%;
    }
}
@media only screen and (min-width: 768px) {
    .generic-form-configurator--10000 .form-group--StoreLocations .form-configurator__radio-group .custom-button__label {
         width:47%;
    }
}

/* =============== TREX COMPOSITE DECKING LANDING PAGE CSS CODES =============== */
.trex-composite-decking .trex-composite-decking--image-with-text-section-top .page-section__content .page-section__text-wrap {
     padding:20px 10px;
}
.trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
    border: solid 1px #e5e5e5;
    padding: 10px;
}
.trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content .page-section__image-wrap {
    text-align: left;
    height: 150px;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 640px) {
    .trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
        min-height:615px;
    }
}
@media only screen and (min-width: 700px) {
    .trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
        min-height:580px;
    }
}
@media only screen and (min-width: 718px) {
    .trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
        min-height:550px;
    }
}
@media only screen and (min-width: 768px) {
    .trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
        min-height:530px;
    }
}
@media only screen and (min-width: 810px) {
    .trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
        min-height:500px;
    }
}
@media only screen and (min-width: 887px) {
    .trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
        min-height:470px;
    }
}
@media only screen and (min-width: 1024px) {
    .trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
        min-height:450px;
    }
}
@media only screen and (min-width: 1100px) {
    .trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
        min-height:415px;
    }
}
@media only screen and (min-width: 1200px) {
    .trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
        min-height:390px;
    }
}
@media only screen and (min-width: 1386px) {
    .trex-composite-decking .trex-composite-decking--image-with-text-section-whychoosetrex .page-section__content {
        min-height:370px;
    }
}
