/***********   Font Families *****/
html {
    font-family: 'Podkova', serif;
    font-size: 100%;
}

.dx-widget {
    font-family: 'Khand', sans-serif !important;
}

body,
.dxpnlControl,
.dxeBase,
.dxeButtonEdit,
.dxtcLite {
    font-family: 'Podkova', serif;
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Khand', sans-serif;
}

p {
    font-family: 'Podkova', serif;
}

.navbar li a,
.dxbButton {
    font-family: 'khand', sans-serif;
}

.RequiredField {
    color: red;
    font-weight: 700;
}
#emailaddressTextBox {
    width: 222px;
}

/***********   ENTIRE SITE *****/
body,
.dxeBase,
.dxpnlControl,
.dxbButton,
.dxeButtonEdit,
.dxeTextBox,
.dxpLite,
.dxeCaptionCell,
.dxdvControl,
.dxgvControl {
    font-family: 'Podkova', serif;
    color:#fff;
    font-size: 18px;
    font-weight: 300;
}

body,
.dxeBase,
.dxpnlControl,
.dxpLite,
.dxeCaptionCell,
.dxdvControl,
.dxgvControl {
    color: #333333;
}

.clear {
    clear: both;
}

/* used in CustomerOrderStatus and CheckOutShippingOptions (request ship date) Drop Downs */
/*.dxeTextBoxSys {
    width: auto !important;
    float: none !important;
}*/

table.dxeButtonEdit,
table.dxeTextBox {
    border-collapse: separate;
    border: none;
}

    table.dxeButtonEdit td.dxic,
    table.dxeTextBox td.dxic {
        margin-right: 5px;
        border-width: 2px;
        border-style: inset;
        border-color: rgb(238, 238, 238);
        padding: 5px 3px;
    }

    table.dxeButtonEdit td.dxeButton.dxeButtonEditButton {
        margin-right: 5px;
        border-width: 2px;
        border-style: inset;
        border-color: rgb(238, 238, 238);
        padding: 5px 3px;
        border-left: none;
    }
.divTableRow.headerRow {
    background-color: #f60 !important;
    color: #fff;
}
.no-padding {
    padding: 0 !important;
}
/* end */

button,
input[type="submit"],
input[type="button"] {
    border-radius: 2px;
    padding: 3px 8px 4px;
}

input[type="text"],
input[type="password"] {
    border-radius: 5px;
    padding: 3px;
}

select {
    border-radius: 5px;
    border-width: 2px;
    border-style: inset;
    border-color: rgb(238, 238, 238);
    padding: 5px 3px;
}

textarea {
    border-width: 2px;
    border-style: inset;
    border-color: rgb(238, 238, 238);
    padding: 5px 3px;
}

:focus {
    outline: none;
}

a,
.dxgvControl a,
a.dxeHyperlink {
    color: var(--green);
}

div#divlSelectedSKUPricing {
    margin-top: 20px;
}

.addToCartQtyDiv {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

    .addToCartQtyDiv input {
        max-width: 60px;
    }

.addToCartBtn.dxbButton.btnCart {
    margin: 8px 3px;
    padding: 5px !important;
    border-radius: 5px;
    font-size: 16px;
}

.PriceRow {
    margin-bottom: 5px;
}

    .PriceRow label {
        float: left;
        min-width: 130px;
        margin-bottom: 0;
    }

.itemPrice {
    display: inline-block;
}

/************ CATEGORY HOTSPOT DISPLAY ************/
.DefaultTable.CatDiagramList {
    width: 45%;
    margin: 15px;
}

.CatDiagramListDescription, .CatDiagramListHeadline,
.CatDiagramListName {
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
    word-break: normal;
    padding: 0 5px;
}

tr.HighlightTableRow {
    background: #f5f5f5;
}

.CatDiagramList tr td {
    vertical-align: top;
    padding: 10px 0;
}

.HighlightTableRow td.ColumnLabel {
    padding: 5px 5px 2px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    font-family: 'Khand', sans-serif
}

.CatDiagramListPicture {
    margin: 0px 10px 10px 0;
}

/************ END CATEGORY HOTSPOT DISPLAY ************/

/************ REMOVE BOOTSTRAP PADDING ON COLUMNS ************/
.no-gutter[class^="col-"],
.no-gutter[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/************ END REMOVE BOOTSTRAP PADDING ON COLUMNS ************/

/************ SCROLL UP SQUARE ************/
a.scrollup {
    text-align: center;
}

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 0;
    background: #222;
}

a.scrollup i {
    margin-top: 10px;
    color: white;
}

/********** END SCROLL UP SQUARE **********/

/* used on a links that need to look like buttons */
.btn {
    font-weight: 300;
    padding: 3px 8px 4px;
    margin: 10px 3px;
}

/********** 2 MAIN BUTTONS **********/
.primary-btn-theme, .btn-primary {
    color: white;
    border: 1px solid #b74d06;
    border-radius: 2px;
    background: #ff6600;
    margin: 10px 3px;
    font-size: 1.0em;
}

/*.loggedInButtons .primary-btn-theme {
    min-width: 165px;
}*/
.loggedInButtons .primary-btn-theme {
    min-width: 125px;
    width: 100%;
}
.btn-primary:hover {
    color: #fff;
    background-color: #106e0b;
    border-color:#106e0b;
}
.primary-btn-theme:hover,
.primary-btn-theme:focus {
    color: white;
    background-color: #f60;
}

.secondary-btn-theme {
    color: white;
    border: 1px solid black;
    border-radius: 2px;
    background: #363636;
    margin: 10px 3px;
}

    .secondary-btn-theme:hover,
    .secondary-btn-theme:focus {
        color: white;
        background-color: black;
    }

/********** END 2 MAIN BUTTONS **********/


/***********   HOME PAGE *****/
.homeTop {
    height: 90vh;
    background: url(/ECommerce/site/Themes/images/Img_7.jpg) center no-repeat;
    background-size: cover;
    background-position: center;
}

.homeTopLogo {
    max-width: 800px;
    width: 90vw;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
}

.homeContent1 {
    background-color: #ff6600;
    background: url(/ECommerce/site/Themes/images/OrangeTexture.jpg);
}

    .homeContent1 h2 {
        font-size: 45px;
        color: white;
        text-align: center;
    }

    .homeContent1 h3 {
        font-size: 30px;
        text-align: center;
    }

    .homeContent1 p {
        font-size: 25px;
        color: white;
        text-align: justify;
        width: 85%;
        margin: 0 auto;
    }

.homeContent2 {
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .0)), url('/ECommerce/site/Themes/images/HomeTrail.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.homeContent3 {
    background-color: #1b4403;
    background: url(/ECommerce/site/Themes/images/GreenTexture.jpg);
}

    .homeContent3 h4 {
        font-size: 32px;
        text-align: center;
        margin: 0 0 40px;
        color: #fff;
    }

.homeContent4 {
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .0)), url('/ECommerce/site/Themes/images/Img_6.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
}

.homeContentDiv {
    overflow: hidden;
}

    .homeContentDiv .container-fluid .row {
        margin: 25px 50px;
        padding: 30px;
    }


/********** PROMO BOXES **********/
.home-promo-blocks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 20px;
}
.promoBlocks img {
    width: 100%;
    max-width: 300px;
}

.promoBlocks .made-in-usa img {
    width: 100px;
    margin-bottom: 0;
}

.promoBlocks .ContentDisplayClass {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.promo-textbox {
    background: #fff;
    color: var(--blue);
    font-family: 'Times New Roman', serif;
    width: 100%;
    max-width: 300px;
    min-height: 300px;
    display: flex;
}

.promo-border {
    border: 2px solid var(--blue);
    margin: 6px;
    border-radius: 2px;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-promo-blocks h3,
.home-promo-blocks span {
    font-family: 'Times New Roman', serif;
}

.home-promo-blocks h3 {
    margin-top: 0;
    font-weight: 500;
    font-size: 42px !important;
}

.home-promo-blocks span {
    font-size: 17px;
    font-weight: 500;
}

a.promo-textbox:hover {
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}


/********** END PROMO BOXES **********/

/********** "DID YOU KNOW" BOXES **********/
.homeDidYouKnowTitle {
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.homeDidYouKnowBox {
    margin-bottom: 25px;
}

.homeDidYouKnowTop {
    background: #f3f3f3;
    padding: 20px;
    text-align: center;
}

.homeDidYouKnowBottom a {
    font-size: 24px;
    padding: 20px 0;
    background: #ff6600;
    color: white;
    display: block;
    text-align: center;
    text-decoration: none;
}

    .homeDidYouKnowBottom a:hover,
    .homeDidYouKnowBottom a:focus {
        color: white;
    }

/********** END "DID YOU KNOW" BOXES **********/


/***********   SIDEBAR AND SUBPAGE THEME *****/
.notHomeTop {
    height: 160px;
    z-index: 10;
}

.notHomeTopLogo {
    width: 360px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 35px auto 0 auto;
    z-index: 10;
}

.pageContent {
    margin-top: 40px;
    margin-bottom: 40px;
}

.rightSidebar {
    padding-top: 0px;
    border-left: 1px #e2e2e2 solid;
}

    .rightSidebar h3 {
        margin-top: 15px;
    }

.col-xs-12.col-md-8.notSidebar {
    border-right: 0px #e2e2e2 solid;
}

.CategoryHeader {
    margin-bottom: 30px;
}
.ListCategoryHeader {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    border-bottom: #ccc 1px solid;
    width: 100%;
    text-align: left;
    padding: 4px;
}
span.CatalogCategoryInformationName {
    font-size: 1.6em;
}

p#CategoryDescription {
    font-size: 1.5em;
    font-weight: 600;
    color: #737373;
}

h1.PageHeader {
    font-size: 46px;
    border-bottom: 1px solid #2e2e2e;
}

#contactForm input,
#contactForm textarea {
    width: 95%;
    padding: 5px;
    border-radius: 3px;
}

#contactForm textarea {
    height: 100px;
}

#contactForm .control-group {
    margin: 15px 0;
}

div#divActiveFilters_ItemCharacteristicFilter {
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

    div#divActiveFilters_ItemCharacteristicFilter a {
        margin-right: 5px;
    }

        div#divActiveFilters_ItemCharacteristicFilter a:hover {
            color: #ff6600;
        }

span.not-found-message {
    display: block;
    margin: 15px;
    font-size: 18px;
    color: #ff6600;
}

/********************************************************************
/* Buttons and links 
/********************************************************************
/*This stops buttons from getting smaller when clicked and getting a dotted border*/

.dxbButton div.dxbf {
    padding: 3px 8px 4px;
    border: none;
}
.dxbButton {
    background: var(--darkgray);
}
.FormButtonContinue,
.FormButtonCancel,
.ChangeDefaultShipButton,
.ContactFormSubmitButton,
.ShoppingCartSaveCartButton,
.ShoppingCartRecalcButton,
.ShoppingCartEmptyCartButton,
.ShoppingCartCheckoutButton,
.ShoppingCartShopMoreButton,
.btnCart,
.ModelDiv .dxbButton,
#btnPopupSwitch,
.LoginButton,
.restoreBtnCol input {
    font-family: 'Khand', san-serif;
    color: #fff;
    background-color: var(--darkgray);
    margin: 10px 5px;
    padding: 8px 12px;
    border-radius: 2px;
}

    .FormButtonContinue:hover,
    .FormButtonCancel:hover,
    .ChangeDefaultShipButton:hover,
    .ContactFormSubmitButton:hover,
    .ShoppingCartSaveCartButton:hover,
    .ShoppingCartRecalcButton:hover,
    .ShoppingCartEmptyCartButton:hover,
    .ShoppingCartCheckoutButton:hover,
    .ShoppingCartShopMoreButton:hover,
    .btnCart:hover,
    .ModelDiv .dxbButton:hover,
    #btnPopupSwitch:hover,
    .LoginButton:hover,
    .restoreBtnCol input:hover {
        background-color:var(--mediumgray);
        color:#000;
        border-width: 0px;
    }

.ModelDiv .dxbButton {
    margin: -10px 0 0 30px;
}

.FormButtonContinue div.dxb,
.FormButtonCancel div.dxb,
.ChangeDefaultShipButton div.dxb,
.ContactFormSubmitButton div.dxb,
.ShoppingCartSaveCartButton div.dxb,
.ShoppingCartRecalcButton div.dxb,
.ShoppingCartEmptyCartButton div.dxb,
.ShoppingCartCheckoutButton div.dxb,
.ShoppingCartShopMoreButton div.dxb,
.btnCart div.dxb,
#btnPopupSwitch div.dxb {
    padding: 5px 8px 4px;
}

.FormButtonContinue:focus,
.FormButtonCancel:focus,
.btnCart:focus,
.CatalogSearchField:focus,
.CatalogSearchSelect:focus,
#CustomerMasterAccountDropDown:focus,
.myAccLinks a:focus,
.ChangeDefaultShipButton:focus,
.SearchButton input:focus,
.btnCart .dxb:focus,
.btnCart .dxb-hbc:focus,
.btnCart .dx-vam:focus,
.FormButtonContinue .dxb:focus,
.FormButtonContinue .dx-vam:focus,
.FormButtonCancel .dxb:focus,
.FormButtonCancel .dx-vam:focus,
#btnPopupSwitch .dx-vam:focus,
.LoginButton:focus,
.restoreBtnCol input {
    outline: none;
}

a.LearnMoreLink {
    font-family: 'Khand', san-serif;
    font-weight: 500;
}

    a.LearnMoreLink:hover {
        text-decoration: none;
    }

    a.LearnMoreLink:before {
        content: "[";
        padding-right: 2px;
    }

    a.LearnMoreLink:after {
        content: "]";
        padding-left: 2px;
    }
.itemDetailFavoritesDiv a:not(.dxeHyperlink) {
    color: #fff;
    background: var(--green);
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
}
.itemDetailFavoritesDiv a.dxeHyperlink {
    text-decoration: underline;
}
.itemDetailFavoritesDiv a:not(.dxeHyperlink):hover {
    color: #fff;
    text-decoration:underline;
}
/***********   FOOTER *****/
footer {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), url(/ECommerce/site/Themes/images/GrayTexture.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.footerContent img {
    width: 240px;
}

.footerContent {
    text-align: center;
}

    .footerContent p {
        font-size: 16px;
    }

.copyRight {
    margin-top: 25px;
}

.footerContent {
    color: white;
}

    .footerContent a {
        color: #ffcbac;
    }

.social-network {
    list-style-type: none;
    padding-left: 0;
}

    .social-network li {
        display: inline;
        margin: 5px;
        font-size: 58px;
    }

    .social-network .fa {
        background-color: #fff;
        border-radius: 10px;
        height: 49px;
        line-height: 49px;
    }

.fa-google-plus-square {
    color: #d73d32;
}

.fa-facebook-square {
    color: #3a5795;
}

.fa-twitter-square {
    color: #55acee;
}

.fa-instagram {
    color: #000;
}

.fa-linkedin-square {
    color: #1985bc;
}

.fa-pinterest-square {
    color: #C2051F;
}

/***********   Content (htm) Styles *****/

/********** ACCOUNT/CHECKBOX FLEXBOX **********/
.thisStep {
    color: #D22020;
    font-weight: bold;
}

.anotherStep {
    color: #C0C1C1;
    font-weight: bold;
}

.anotherStepTitle,
.flex-item .fa {
    color: #CAC8C4;
}

.thisStepTitle {
    font-weight: bold;
}

.flex-item a:hover,
.flex-item a:focus {
    color: #C0C1C1;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    margin: 0 25px 25px 0;
}

span.badge.cart {
    background-color: #ff6600;
    font-weight: normal;
    position: relative;
    top: -10px;
    left: 5px;
}

/********** END ACCOUNT/CHECKBOX FLEXBOX **********/


/***********   Change Requested Ship Date *****/
.ChangeRequestShipDate {
}

span#lblRequestedShipDate {
}

span#txtRequestedShipDate {
    font-weight: bold;
}
/***********   Mobile Queries *****/
@media (max-width: 789px) {
    .homeTop {
        height: 80vh;
    }
    .notHomeTop {
        height: 170px;
        z-index: 10;
    }
    .notHomeTop .mp-pusher {
        top: 70px;
    }
    .homeContentDiv .container-fluid .row {
        margin: 5px;
    }
    .homeTopLogo {
        width: 80vw;
        top: 0;
        bottom: 0;
    }
    .notHomeTopLogo {
        position: relative;
        float: right;
        margin: -100px 0 0 0;
        z-index: 5;
    }
    img.ctaCart {
    display: none;
}
.pageContent {
    margin-top: 50px;
    }
}

@media (max-width: 450px) {
    .notHomeTop {
        height: 90px;
    }

    .notHomeTopLogo {
        width: 180px;
        margin: -75px 0 0 0;
    }

    .loggedInButtons .primary-btn-theme {
        font-size: .75em;
    }
}


/*******************   DEVEX OVERRIDES   *****************/

div#dateSearchBtn, #poSearchBtn, #onSearchBtn {
    background-color: #000 ;
}div#dateSearchBtn:hover, #poSearchBtn:hover, #onSearchBtn:hover {
    background-color: #e55c00 ;
    background-image: -webkit-linear-gradient(top,#e55c00 0%,#e55c00 100%) ;
    background-image: -o-linear-gradient(top,#e55c00 0%,#e55c00 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e55c00),to(#e55c00)) ;
    background-image: linear-gradient(to bottom,#e55c00 0%,#e55c00 100%) ;
    filter: DXImageTransform.Microsoft.gradient(startColorstr='#ff68A4C4',endColorstr='#ff578CA8',GradientType=0) ;
    filter: DXImageTransform.Microsoft.gradient(enabled=false) ;
}
    .dx-widget.dx-calendar-navigator .dx-button-mode-contained {
        background-color: #fff !important;
    border-color: #ddd;
    color: #000 !important;
    }
    .dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content {
        color: #fff !important;
    }
    .dx-calendar-navigator-next-month.dx-button .dx-icon, .dx-calendar-navigator-next-view.dx-button .dx-icon,
    .dx-calendar-navigator-previous-month.dx-button .dx-icon, .dx-calendar-navigator-previous-view.dx-button .dx-icon {
        color: #ffffff ;
    }
    .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date, .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today.dx-calendar-contoured-date {
        -webkit-box-shadow: inset 0 0 0 1px #bebebe, inset 0 0 0 1000px var(--green) !important;
        box-shadow: inset 0 0 0 1px #bebebe, inset 0 0 0 1000px var(--green) !important;
}