@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@font-face {
  font-family: 'Avenir';
  src: url('../content/fonts/Avenir-Book.woff2') format('woff2'),
  url('../content/fonts/Avenir-Book.woff') format('woff'),
  url('../content/fonts/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../content/fonts/Avenir-Medium.woff2') format('woff2'),
  url('../content/fonts/Avenir-Medium.woff') format('woff'),
  url('../content/fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../content/fonts/Avenir-Heavy.woff2') format('woff2'),
  url('../content/fonts/Avenir-Heavy.woff') format('woff'),
  url('../content/fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
  font-weight: bold;
  font-style: normal;
}
body{
  color: #231f20;
}
/* Root Styles
-------------------------------------------------------------------------------------*/
:root {
    --primary: #231f20;
    --accent: #5c788f;
    --dark: #353535;
}
/* Core CSS Changes
-------------------------------------------------------------------------------------*/
/* Primary Color */
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i {
  box-shadow: none;
}
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::before,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::before,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::after,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::after {
  background: var(--primary);
}
.checkoutHeaderBG,
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--accent);
}
    .btn.btn-primary,
    .btn.btn-primary:hover,
    .btn.btn-primary:not(:disabled):not(.disabled).active,
    .btn.btn-primary:not(:disabled):not(.disabled):active {
        border-color: var(--accent);
    }
/* Accent Color */
a, a:hover { color: var(--accent) }
.checkoutrequired,
.dropdown .dropdown-menu .util-sub-register a, #checkoutContainer a:not(.ui-tabs-anchor),
.COMProdPrice, #ProductDiscount, .openAccountDiv #openAccountHeader h3 a,
.modalPage a, .modal-addcart .modal-title, .modal-addcart .bootCart-details .bootCart-name,
.btn-link, .btn-link:hover, #subBar a:hover,
.modal-addcart .bootCart-info .bootCart-count{
  color: var(--accent) !important;
}
@media (min-width: 576px) {
  .dropdown-item.active a, .dropdown-item:active a {
    color: var(--primary) !important;
  }
}
.announcement-bar, #back-to-top, .orderSummaryTitle, .COMProdButton, .dropdown .dropdown-menu .util-sub-signin a,
.st-account-manager .nav-pills .nav-link.active,
#SearchFormMobile .ui-widgetTN, .app-menu-burger .app-menu-line, .list-group .list-group-item.active,
.list-group div[id^="SubCats"] .list-group-item.active {
  background-color: var(--accent) !important;
}
.btn.btn-secondary, .btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:hover {
  background-color: var(--dark) !important;
}
.st-account-manager .account-manager-content,
.list-group .list-group-item.active, .list-group div[id^="SubCats"] .list-group-item.active,
.ProductThumbs .ProdThumbsBox.thumbSelected .ProductThumbGridBox,
.dropdown .dropdown-menu .util-sub-signin a,.dropdown .dropdown-menu .util-sub-register a {
  border-color: var(--accent) !important;
}
.btn.btn-secondary, .btn.btn-secondary:hover,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
  border-color: var(--dark) !important;
}
/* General
---------------------------------------------------------------------- */
body {
  font-family: 'Avenir', sans-serif;
}
body>.container {
  background-color: #fff;
}
.st-account-manager {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.nav-side-wrap .nav-side-logo::after {
  background-color: #efefef;
}
.template-info-bubble {
  background-color: #cc5629;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
/* Elements
---------------------------------------------------------------------- */
#back-to-top.show {
  opacity: 0.5;
}
#back-to-top.show:hover {
  opacity: 1;
}
#bootLogin iframe {
    height: 475px;
}
.availableSizesLabel::After {
    content: '(Please select a color before adding quantities)';
    display: block;
    color: red;
    line-height: 2;
    font-size: .75rem;
    margin-left: 4px;
    margin-top: 3px;
}
/* Sub Bar
---------------------------------------------------------------------- */
.sub-left {
  white-space: nowrap;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sub-ico {
  max-height: 25px;
  margin-right:0.5rem;
}
.nav-ui-custom .sub-left .sub-ico,
.nav-ui-custom .sub-left strong {
  flex: 0 0 auto;
}
.nav-ui-contacts {
  justify-content: flex-end !important;
  width: 100%;
}
#navToolbar a {
    color: #231f20;
}
#navToolbar {
    background-color: #ecedef;
    color: #1b1b17;
}
#navToolbar > .container {
    height: 100%;
    align-items: center;
}
#navToolbar .nav-ui-custom {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 905px) {
    #navToolbar .sub-left strong
    {
        display: none;
    }
}
.nav-ui-custom ul {
  flex-flow: row;
}
#header .nav-ui-brand {
    padding: .5rem 1rem;
    margin-right: 0;
    text-align: center;
}
.nav-ui-custom .nav > .nav-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.nav-ui-custom .nav > .nav-item a:hover {
  text-decoration: none;
}
.nav-ui-custom .nav-item i,
.nav-ui-custom .nav-item ion-icon {
  font-size: 1rem;
}
.nav-ui-custom>ul>li>a {
  font-size: 1rem;
  display: block;
}
#subBar .container ul:nth-of-type(1).nav-ui-contacts .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
#subBar .container ul:nth-of-type(1).nav-ui-contacts li:first-of-type a {
  margin-right: -1rem;
}
#subBar .container ul:nth-of-type(1).nav-ui-contacts .nav-item:last-of-type .nav-link {
  margin-right: -1rem;
}
#navToolbar .container .nav-ui-custom {
    max-height: 100%;
    align-items: center;
}
@media (min-width: 576px) {
/*  #header::after {
    content: '';
    display: block;
    width: calc(100vw);
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 100%;
    box-shadow: 0 0 18px -5px rgba(32, 47, 60, 0.65);
    margin: 0 auto;
  }*/
}
@media (max-width: 991.98px) {
  #subBar .sub-left strong {
    display: none;
  }
}
/* Main Menu
---------------------------------------------------------------------- */
.mobile #mainMenu, .mobile.homepage #mainMenu {
    background-color: #ecedef;
}
.desktop #topBar
{
    padding-top: 45px !important;
    padding-bottom: 0.8rem;
}
@media (max-width: 575.98px) {
    .nav-ui-brand { width: 100%; }
  .nav-ui-brand .navbar-brand a { width: initial !important; }
}
.dropdown-stage {
  display: none !important;
}
.mobile #mainMenu .navbar-toggler {
  background-color: var(--primary);
  color: #fff !important;
}
#mainMenu {
  background-color: #231f20;
}
.desktop #mainMenuNav > ul > li > a {
  color: #fff;
  font-weight: bold;
}
.desktop #mainMenuNav > ul > li.show > a,
.desktop #mainMenuNav > ul > li:hover > a {
  background-color: var(--primary);
}
#mainMenu .dropdown .dropdown-menu {
  background-color: #eef0f3;
}
.dropdown-item a {
  text-decoration: none !important;
}
#mainMenu .dropdown-item a {
  color: #5d5d5d;
}
#mainMenu .dropdown-item:hover a {
  color: var(--primary);
}
@media (min-width: 992px) {
  .dropdown.show .dropdown-menu {
    max-height: 800px !important;
  }
}
.nav-ui-utils .nav-link {
    font-size: 1rem;
}
.nav-ui-utils .nav-link {
    color: var(--primary);
}
    /* Featured Categories/Products
---------------------------------------------------------------------- */
    .featured-name {
  font-weight: 500;
  font-size: 1.2rem;
}
.featured-details {
  display: flex;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.featured-price {
  color: var(--primary) !important;
  font-size: 1.2rem;
}
/* Homepage
---------------------------------------------------------------------- */
.featured-title { display: block; }
.mobile .welcome-section .col-lg-auto
{
    display: none;
}
.callouts {
    text-align: center;
}
.callouts a {
  display: inline-block;
}
.callouts a img {
  max-width: 100%;
  height: unset !important;
}
.callouts h2 {
  text-align: center;
  margin-top: 0;
}
.callouts h2 a {
  font-size: 1rem;
  font-weight: 500;
  font-weight: bold;
  text-decoration: none;
}
/* Homepage Hero Slider ---------------------- */
.desktop .fixedHeightSlider .slick-slide.item {
    background-position: center 22%;
}
/* Categories/Product List View
---------------------------------------------------------------------- */
.breadcrumb-category {
  display: none;
}
.categoryHeader h1 {
    margin-bottom: 0;
}
.categoryName {
    margin-top: 5px;
}
.openAccountDiv #openAccountHeader h3 a,
.categoryName a {
    font-size: 1.1rem;
    color: #e04f39 !important;
}
.openAccountDiv #openAccountHeader h3 a:hover,
.categoryName a:hover,
.categoryCell:hover .categoryName a{
    color: #5c788f !important;
}
.categoryCell img {
    /*max-width: inherit;*/
}
.categoryCell .categoryImg a img {
   max-width: 100%;
}
.categoryCell .categoryImg {
    background-color: #fff;
    border: 0;
    box-sizing: content-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    position: relative;
    height: auto !important;
}
.categoryCell {
    transition: all 150ms ease-out;
    display: flex;
    flex-flow: column nowrap;
}
    .categoryCell .categoryImg a {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: inline-flex;
        flex-flow: column nowrap;
        justify-content: center;
        position: relative;
        align-items: center;
        overflow: hidden;
    }
/* Product View
---------------------------------------------------------------------- */
.ProductThumbs .ProdThumbsBox .ProductThumbGridBox img
{
    object-fit: fill;
}
.MainProdBox {
    max-height: inherit !important;
    height: inherit !important;
}
.ViewLarger {
    background: rgba(255, 255, 255, 0.8);
    bottom: -1px;
    right: -1px;
    height: inherit;
    padding: 5px;
    font-size: 1.5rem;
}
.qoProdPrice {
    font-size: 1.4rem;
    font-weight: 700;
}
.qoPurchaseHeading {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.discountProdPrice {
    margin-left: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
}
.availableSizesLabel {
    font-weight: bold;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.3rem;
    margin-top: 2rem;
    font-size: 1.1rem;
    padding-left: 0;
}
.SizesContainer.row {
    margin-bottom: 10px;
}
span#selectedColor {
    font-weight: 400;
    padding-left: 5px;
}
.retailItemPrice {
    font-weight: 400;
    margin-top: 4px;
    font-size: 1rem;
    font-style: italic;
}
.activeAttrColor .swatchBGContainer {
    border: 4px solid var(--accent);
}
div#bootCart.container {
    max-height: 250px;
    overflow-y: auto;
}
.ProductThumbs .ProdThumbsBox.thumbSelected .ProductThumbGridBox
{
    border-width: 2px;
}
.bootCart-product.row {
    border-bottom: 1px solid #8f98a14a;
    padding: 1rem 0;
    font-size: 0.9rem;
}
.swatchBGContainer {
    width: 100%;
    height: 50px;
    display: block;
    background-size: auto 65px !important;
    background-position: center !important;
    border-radius: 5%;
}
.Swatch-Container {
    position: relative;
    width: 100%;
    height: 65px;
    background-position: center !important;
    background-repeat: repeat !important;
    background-size: auto 95px !important;
}
.swatchLargeName.text-center {
    position: absolute;
    bottom: 26%;
    background: #5c788f;
    text-transform: uppercase;
    padding: 3px 7px;
    font-weight: bold;
    color: #fff;
    left: 8px;
}
.OrderingSizeIcon img
{
    max-height: 100%;
    max-width: 70%;
}
#bootAvailableColors .modal-header {
    padding: 1rem 1rem 0;
    border-bottom: 0;
}
.availableColorsContainer > img {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.ColorsContainer .availableColorsContainer > img {
    width: 100%;
    height: 65px;
}
#availableColorsModal .availableColorsContainer img {
    max-width: 100%;
    max-height: 100%;
    min-height: 120px;
}
.availableColorsContainer {
    padding: 0.4rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
#availableColorsModal .availableColorsContainer
{
    flex-flow: inherit;
    padding: 0;
}
.qoProdMainImg > a {
  border: 1px solid #d6d6d6;
  display: block;
}
.qoProdMainImg > a > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.qoPurchase {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.qoProdTopDetails {
  margin-bottom: 3rem;
}
.qoPurchase > .btn-primary {
    margin-left: 1rem;
    background-color: var(--accent);
    color: #fff !important;
}
.qoPurchase > .btn-primary i {
  padding-right: 0.5rem;
}
.qoProductIcon > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #d6d6d6;
}
.qoProd {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eaeaea;
}
.qoProductIcon {
  text-align: center;
}
.OrderingGrid label {
  font-weight: bold;
  font-size: 0.8rem;
}
.OrderingGrid {
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.OrderingContainer input[type='text'][id^='Qty'] {
  text-align: center;
  max-width: 4rem;
  margin: 0 auto;
}
.prodStock {
  display: none;
}
#qoContainer .qoPurchase {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.COMProdHeader h1 {
  font-size: 2rem;
  font-family: 'Avenir';
  font-weight: bold;
  margin-bottom: 1rem;
}
.COMProdPriceStock {
  margin-bottom: 0;
}
.fromProdPrice label {
  margin-bottom: 0;
}
.fromProdPrice span {
  font-size: 1.5rem;
}
.qoProdTitle {
  font-size: 1.1rem;
  margin: 0.5rem 0 0.5rem 0.5rem;
}
.regularProdPrice {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}
.COMProdDesc {
  margin-bottom: 1.5rem;
}
.availableColorsLarger {
  text-align: right;
  line-height: 2.25rem;
}
.availableColorsLarger {
    color: #231f20 !important;
    padding: 0.5rem;
}
    .availableColorsLarger a {
        color: #fff !important;
        font-size: 0.9rem;
        text-decoration: none;
        background: var(--accent);
        padding: 7px 10px;
        border-radius: 5px;
    }
.availableColorsLarger a:hover
{
    opacity: 0.8;
}
.availableColorsLabel {
  font-weight: bold;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
}
.WholesalePriceRegular {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 0.9rem;
    font-style: italic;
}
.cartItemBasePrice
{
    display: none;
}
/* Contact Form
---------------------------------------------------------------------- */
.cfm-id-addressline2 .cfm-input {
    margin-top: 0 !important;
}
/* Footer
---------------------------------------------------------------------- */
.footer {
  background-color: #231f20;
  color: #fff;
  padding-bottom: 0;
}
.footer a {
  color: #fff;
}
.footer-copy {
  background-color: #fff;
  color: #231f20;
  margin-top: 2rem;
}
.footer-copy a {
  color: var(--primary);
}
#copyright {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-flag {
    font-weight: 700;
    display: flex;
    align-items: center;
}
.footer-flag img {
  margin-right: 0.5rem;
}
/* @ @ @ Responsive Queries - Copy from below list
---------------------------------------------------------------------- */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
#dhtmltooltip {
    position: absolute;
    width: 150px;
    border: 2px solid black;
    padding: 2px;
    background-color: lightyellow;
    display: none;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: calc(100% - 40%);
    }
}
/* Homepage Slider --------------------------------------------------- */
.homeslide {
    max-height: 750px;
    position: relative;
}
    .homeslide .slick-slide a::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 60%);
        opacity: .5;
        z-index: 3;
    }
    .homeslide .item {
        position: relative;
    }
    .homeslide .caption-wrap {
        position: absolute;
        bottom: 15%;
        height: auto;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: flex-end;
        background: none;
        padding: 0.5rem 4rem;
        z-index: 10;
    }
    .homeslide .caption {
        font-size: 1.1rem;
        font-weight: 500;
        color: #fff;
        padding: 0 1rem;
        text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
        /* padding: 0; */
        text-align: right;
    }
.caption {
}
.homeslide .caption span {
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    position: relative;
}
    .homeslide .caption span:after {
        content: "\f138";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 10px;
        font-size: 1.35rem;
    }
@media (max-width: 576px) {
    .homeslide .caption-wrap {
        bottom: 20%;
        padding: 0.5rem 1rem;
    }
}
@media (min-width: 576px) {
    .homeslide .caption {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .homeslide .caption {
        font-size: 3rem;
    }
}
@media (min-width: 992px) {
    .homeslide .caption {
        font-size: 3rem;
    }
}
#body .slick-dotted.slick-slider {
    margin-bottom: 10px;
}
#body .slick-dots
{
    bottom: 10px;
}
#body .slick-dots li button:before {
    font-size: 15px;
    opacity: .75;
    color: #fff;
}
#body .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e04f39;
}