@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

/* Root Styles
-------------------------------------------------------------------------------------*/
:root {
	--primary: #cc5629;
	--accent: #cc5629;
	--dark: #353535;
	--light: #eeeeee;
}

/* Fonts
-------------------------------------------------------------------------------------*/
/*@font-face {
    font-family: 'FontName';
    src: url('../Content/Fonts/fontName.ttf');
}*/

/* 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);
}

/* btn-primary */
.checkoutHeaderBG,
.btn.btn-primary,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: var(--primary);
	border-color: var(--primary);
}


/* btn-accent */
.btn.btn-accent{
	background-color: var(--accent);
	border-color: var(--accent);
}
.btn.btn-accent:hover,
.btn.btn-accent:not(:disabled):not(.disabled).active,
.btn.btn-accent:not(:disabled):not(.disabled):active {
	background-color: var(--accent);
	border-color: var(--accent);
}



/* Accent Color */
a, a:hover {
    color: var(--accent);
}

.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;
}

.checkoutrequired{
    color: red;
}

@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;
}

#back-to-top{
	background-color: var(--primary) !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;
}

/* Backgrounds */
.bg-primary{
	background-color:var(--primary)!important;
}
.bg-accent{
	background-color:var(--accent)!important;
}
.bg-dark{
	background-color:var(--dark)!important;
}
.bg-light{
	background-color:var(--light)!important;
}


/* General
---------------------------------------------------------------------- */
body {
    font-family: 'Montserrat', 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: #eee;
}

.template-info-bubble {
    background-color: var(--accent);
    color: #fff;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
.super-user-bar {
    background: var(--dark);
}
.homepage .row-content{
	padding-top:3rem;
}
/* Elements
---------------------------------------------------------------------- */
#back-to-top.show {
	opacity: 0.5;
}

#back-to-top.show:hover {
	opacity: 1;
}

/* Sub Bar
---------------------------------------------------------------------- */
.nav-ui-contacts {
    justify-content: flex-end !important;
    width: 100%;
}

.nav-ui-user-menu > a,
.nav-ui-cart > a,
.nav-ui-search > a{
	color:var(--accent);
}
/* Nav
---------------------------------------------------------------------- */
#navToolbar a{
	transition:all .25s ease;
}
#mainMenuNav .dropdown.show .dropdown-menu:not(.spread) {
    overflow:initial!important;
}
div.dropdown-content ul li {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}
/* Main Menu
---------------------------------------------------------------------- */
.mobile #mainMenu .navbar-toggler {
    background-color: var(--primary);
    color: #fff !important;
}

#mainMenu {
    background-color: #333;
}

.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(--accent);
}

#mainMenu .dropdown .dropdown-menu {
    background-color: #f5f5f5;
}


.mobile #mainMenu .dropdown .dropdown-menu {
    background-color: initial;
}

.dropdown-item a {
    text-decoration: none !important;
}

#mainMenu .dropdown-item > a {
    color: #5d5d5d;
}

#mainMenu .dropdown-item:hover > a {
    color: #e85e29;
}

/* 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: none;*/
}

.callouts {
    text-align: center;
}

.callouts a {
    display: inline-block;
}

    .callouts a img {
        max-width: 100%;
        height: unset !important;
        border: 1px solid #eee;
        width: auto !important;
    }

.callouts h2 {
  text-align: center;
  margin-top: 0;
}

.callouts h2 a {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}

/* Homepage Hero Slider 
---------------------- */
.homeslide {
    position: relative;
}
.homeslide .item {
    position: relative;
}

.homeslide .caption-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.homeslide .caption-wrap a,
.homeslide .caption-wrap a:hover {
    color: #fff;
    text-decoration: none;
}

.homeslide .caption {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    text-align: center;
}

.homeslide .homepage-subtitle {
    font-weight: 500;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    text-align: center;
    font-size: .7rem;
}

.homeslide .slick-dots {
    bottom: 5px;
}
.homeslide.slick-dotted.slick-slider {
    margin-bottom:0px;
}
@media (min-width: 576px) {
  .homeslide .caption {
    font-size: 2.5rem;
  }

  .homeslide .homepage-subtitle {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .homeslide .caption {
    font-size: 4.5rem;
  }
  .homeslide .homepage-subtitle {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .homeslide .caption {
    font-size: 7rem;
  }
  .homeslide .homepage-subtitle {
    font-size: 1.4rem;
  }
}
/* Generic Sliders
---------------------- */
.defaultslider {
    overflow: hidden;
}
.defaultslider .item {
    position: relative;
}
.defaultslider .caption-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.defaultslider .caption-wrap a,
.defaultslider .caption-wrap a:hover {
    color: #fff;
    text-decoration: none;
}
.defaultslider .caption {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    text-align: center;
}
.defaultslider .subtitle {
    font-weight: 500;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    text-align: center;
    font-size: .7rem;
}
.defaultslider .slick-dots {
    bottom: 5px;
}
.defaultslider .slick-prev{
	left:1rem;
}
.defaultslider .slick-next{
	right:1rem;
}
@media (min-width: 576px) {
  .defaultslider .caption {
    font-size: 2.5rem;
  }

  .defaultslider .subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .defaultslider .caption {
    font-size: 4.5rem;
  }
  .defaultslider .subtitle {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .defaultslider:not(.homeslide) .caption {
    font-size: 7rem;
  }
  .defaultslider:not(.homeslide) .subtitle {
    font-size: 1.4rem;
  }
}

.caption-wrap.caption-wrap-static {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    color: #fff;
    font-size: 7rem;
	font-weight:500;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
	text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	pointer-events: none;
	line-height: 1;
}
.caption-wrap.caption-wrap-static a{
	color:#fff;
	text-decoration:none;
}
.caption-wrap.caption-wrap-static a:hover{
	color:#fff;
	text-decoration:none;
}

.defaultslider.slick-dotted.slick-slider {
    margin-bottom:0px!important;
}
/* Categories/Product List View
---------------------------------------------------------------------- */
body.mobile .hero-stage.fullscreen {
    min-height: 200px !important;
    max-height: 200px !important;
    height: 100% !important;
    opacity: 1;
}

body.mobile .hero-stage.fullscreen .categoryBanner {
    height: 100% !important;
}
.row-header.hero-stage.fullscreen
{
margin-top: 0 !important;
}
.breadcrumb-category {
    display: none;
}
.categoryHeader h1 {
    margin-bottom: 0;
}
#catprodBreadcrumb {
    margin-top: 0 !important;
}
.categoryBannerContent {
    align-items: center;
    justify-content: center;
    height: 350px;
}
.categoryBannerContent h3 {
    color: #fff;
    font-size: 4rem;
}
.categoryCell .categoryName {
    margin-top: 0.5rem;
}
.breadcrumb-category {
    display: none;
}

#customFiltersWrap #customFilters .FilterItem .FilterItemChild .checkboxFilter ion-icon {
    color: var(--primary);
}

#customFiltersWrap.sidebar #customFilters > .FilterItem {
    font-size: 1rem;
}

#customFilters {
    padding: 0 !important;
    border: 0 !important;
}

.filter-ui {
    position: fixed;
    bottom: 2rem;
    left: 1rem;
}

.filter-ui a {
    width: 2.65rem;
    overflow: hidden;
    white-space: nowrap;
    color: transparent !important;
    border-radius: 0;
}

.filter-ui a i {
    color: #fff !important;
}
.prodCell .prodDetails .prodPartNo
{
    text-align: left;
}
/* Product View
---------------------------------------------------------------------- */
.ProductTagCategory {
    position: absolute;
    left: 0;
    top: 0;
}
.ShareToolbar{
	display:none;
}

/* Contact Form
---------------------------------------------------------------------- */
.cfm-id-addressline2 .cfm-input {
    margin-top: 0 !important;
}
#cfsubmit {
    margin-top: 0.75rem;
}
/* Accordion
---------------------------------------------------------------------- */
.card{
	border:none;
}
.card-header {
    background-color: transparent;
	border:none;
    padding-bottom: .5rem!important;
    background-color: #fff;
    border-radius: 0.5rem;
    padding-left: 2rem!important;
}
.card-header .card-link:before {
    content: "\f054";
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    text-decoration: none !important;
    position: absolute;
    left:.5em;
    top:.75em;
    font-size: 1em;
    transition: all .1s linear;
    transform-origin: 50% 50%;
}
.card-header .card-link[aria-expanded="true"]:before {
	transform: rotate(90deg);
    transform-origin: 50% 50%;
}
.card-body {
    border-bottom: 1px solid #ddd;
	border-radius:0px;
	box-shadow: -2px 2px 4px -2px #c0c0c047;
    margin-bottom: 0.25rem;
	border-left:4px solid var(--primary);
}
/* Footer
---------------------------------------------------------------------- */
.footer {
    background-color: #333;
    color: #fff;
    padding-bottom: 0;
}

.footer a {
    color: #fff;
 }

.footer-copy {
    background-color: #fff;
    color: #555;
    margin-top: 2rem;
}

.footer-copy a {
    color: var(--accent);
}

#copyright {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* @ @ @ Responsive Queries - Copy from below list
---------------------------------------------------------------------- */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .nav-ui-utils .navbar-brand {
        flex: 1 1 auto;
        text-align: center !important;
        margin: 5px 0 8px 0;
    }
}

/* Medium devices (tablets, less than 768px) */
@media (max-width: 768px) {}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    li.nav-item.nav-ui-brand {
        width: 100%;
    }
}

/* 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) {}
/* 722 -> 723 Upgrade - Start*/
/* 722 -> 723 Upgrade - Start*/
#cartContainerInline {
    display: none;
}
#simplemodal-overlay {
    background-color: #817172;
}
#simplemodal-container {
    width: 728px;
    color: #817172;
    background-color: #FFF;
    padding: 0px;
    border-radius: 0;
    height: 221px;
}
#simplemodal-container a.modalCloseImg {
    display: inline-block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 100px;
    cursor: pointer;
    z-index: 10;
    text-decoration: none;
}
#simplemodal-container a.modalCloseImg::after {
	display: flex;
    content: "×";
    font-size: 30px;
    font-weight: bolder;
    color: #ffffff;
    pointer-events: none;
    line-height: 0;
    height: min-content;
    justify-content: center;
    align-items: center;
    background-color: #817172;
    border-radius: 50%;
    border: 3px solid white;
    height: 100%;
    width: 100%;
}
#inlinecartscrollbar {
    border-right: 0;
    float: left;
    margin-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
    width: 46%;
}
#inlinecartscrollbar .scrollbar {
    position: relative;
    background-position: 0 0;
    float: right;
    width: 15px;
    height: 110px !important;
}
#inlinecartscrollbar .track {
    width: 6px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 3px #000 inset;
}
#inlinecartscrollbar .thumb {
    background: #817172;
    border-radius: 10px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    width: 6px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
#inlinecartscrollbar .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 25px;
}
.inlinecartheader {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
#cartHeaderInline {
    font-size: 18px;
    font-weight: bold;
    color: #1c8200;
    background: url(../content/images/addedtocart.png) no-repeat left;
    height: 26px;
    padding-top: 5px;
}
#inlinecartscrollbar .viewport {
    width: 94%;
    height: 110px;
    overflow: hidden;
    position: relative;
}
#inlinecartscrollbar .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}
.inlinecartbody {
    margin-left: 20px;
}
.inlinecartitemimage {
    float: left;
    margin-right: 20px;
}
.inlinecartitemimage img {
    max-width: 110px;
}
.inlineitemdetails {
    float: left;
    font-size: 12px;
    width: 53%;
    line-height: 1.5;
}
.inlineitemname {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
    color: #817172;
    text-transform: uppercase;
}
.inlinecartitembreak {
    clear: both;
    padding-top: 15px;
}
.inlinecarttotalsbg {
	background: none repeat scroll 0 0 #F8F8F8;
	height: 221px;
	position: absolute;
	right: 0;
	width: 372px;
	z-index: 1;
	border-radius:0 10px 10px;
}
.inlinecarttotals {
    float: left;
    margin-left: 30px;
    padding-top: 38px;
    vertical-align: top;
    width: 41%;
    z-index: 3;
    position: relative;
}
.inlinecartitems {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.inlinecartsubtotal {
    font-size: 14px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.inlinecartviewitems a, .inlinecartviewitems a:link, .inlinecartviewitems a:visited {
    background: none repeat scroll 0 0 #646464;
    border: 1px solid #646464;
    color: #FFFFFF !important;
    float: left;
    text-align: center;
    font-size: 13px !important;
    margin-top: 15px;
    padding: 8px 6px 9px 6px !important;
    text-transform: uppercase !important;
    width: 51%;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
}
a.InlineCartCheckoutCart, a.InlineCartCheckoutCart:link, a.InlineCartCheckoutCart:visited {
    background: none repeat scroll 0 0 #82b2d2;
    border: 1px solid #82b2d2;
    color: #FFFFFF !important;
    float: right;
    text-align: center;
    font-size: 16px !important;
    margin-top: 15px;
    padding: 7px !important;
    text-transform: uppercase !important;
    width: 37%;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
}
#InlineCartRelatedInfo {
    border-top: 1px solid #ededed;
    clear: both;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    display: none;
}
/* 722 -> 723 Upgrade - End*/
/* 722 -> 723 Upgrade - End*/
