@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');

@font-face {
    font-family: 'blendbold';
    src: url('../content/fonts/typesenses_-_blend-bold-webfont.woff2') format('woff2'), url('../content/fonts/typesenses_-_blend-bold-webfont.woff') format('woff'), url('../content/fonts/typesenses_-_blend-bold-webfont.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'blendregular';
    src: url('../content/fonts/typesenses_-_blend-webfont.woff2') format('woff2'), url('../content/fonts/typesenses_-_blend-webfont.woff') format('woff'), url('../content/fonts/typesenses_-_blend-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    color: #6c6057;
    font-family: 'blendbold', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    min-width: 1200px;
}

    body.modalPage,
    body.AddressBookModal {
        min-width: 20px;
    }

h1 {
    font-size: 42px;
}

.fa {
    font-family: FontAwesome !important;
}

.Primary {
    color: #000;
    font-weight: normal;
}

.PrimaryHeader {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.PrimaryBoldText {
    color: #000;
    font-weight: bold;
}

.PrimaryEnlargedText {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.PrimaryReducedText {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.Secondary {
    color: #000;
    font-weight: normal;
    background: #fff;
}

.SecondaryHeader {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
}

.SecondaryBoldText {
    color: #000;
    font-weight: bold;
    background: #fff;
}

.SecondaryEnlargedText {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
}

.SecondaryReducedText {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    background: #fff;
}

.Accent {
    color: #000;
    font-weight: normal;
}

.AccentHeader {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.AccentBoldText {
    color: #000;
    font-weight: bold;
}

.AccentEnlargedText {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.AccentReducedText {
    color: #000;
    font-size: 10px;
    font-weight: normal;
}

.Splash {
    color: #000FFF;
    font-weight: normal;
}

.SplashHeader {
    color: #000FFF;
    font-size: 16px;
    font-weight: normal;
}

.SplashBoldText {
    color: #000FFF;
    font-weight: bold;
}

.SplashEnlargedText {
    color: #000FFF;
    font-size: 16px;
}

.SplashReducedText {
    color: #000FFF;
    font-size: 12px;
    font-weight: normal;
}

.GridRowOdd {
    color: #000;
    font-weight: normal;
    background: rgba(255,255,255, 0.2);
}

.GridRowEven {
    color: #000;
    background-color: #e4e4e4;
    font-weight: normal;
}

.BoldText {
    font-weight: bold;
}

.EnlargedText {
    font-size: 16px;
    font-weight: normal;
}

.HeaderText {
    font-size: 16px;
    font-weight: normal;
}

.ReducedText {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    clear: both;
    margin-top: 2px;
}

table.TableWithBorder {
    background-color: none;
    border: 0;
    font-weight: normal;
    empty-cells: show;
}

.TableWithBorderHeader {
    background-color: none;
    border: 0;
    font-weight: normal;
    empty-cells: show;
}

.Outline {
    background-color: #000;
    border: 1px solid #617750;
    color: #fff;
    font-weight: bold;
    empty-cells: show;
}

.Error {
    color: #FF0000;
    font-weight: bold;
}

.FormElementInput,
select {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-family: inherit;
    font-weight: normal;
    min-height: 30px;
    vertical-align: middle;
    border-radius: 0;
    font-size: inherit;
    outline: 0;
}

    .FormElementInput:disabled,
    select:disabled {
        background: #bbb;
        color: #666;
        cursor: not-allowed;
    }

    .FormElementInput:active,
    select:active,
    .FormElementInput:focus,
    select:focus {
        border: 1px solid #617750;
    }

input[type="checkbox"],
input[type="radio"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
}

.WindowsBrowser input[type="checkbox"],
.WindowsBrowser input[type="radio"] {
    top: 2px;
}

.FormButtons,
.addressBookButton {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #617750;
    color: #fff;
    padding: 15px 30px 15px 30px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    position: relative;
    border: 0;
}

    .FormButtons:hover,
    .addressBookButton:hover {
        background: #6c6057;
    }

    .addressBookButton,
    .addressBookButton:hover {
        background-size: 15px 15px;
        border-right-width: 15px;
        padding: 7px 15px 10px
    }

#body .abBillingAddressHeader, #body .abShippingAddressHeader {
    font-weight: 400;
}

a,
a:link,
a:visited,
.link {
    color: #617750;
    text-decoration: underline;
}

    a:hover, .link:hover {
        color: #6c6057;
    }

.RemoveOnLoad, .noprint {
    display: block;
}

@media print {
    .noprint {
        display: none;
    }
}

h1, h2, h3, h4, h5 {
    color: #617750;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.1;
}

.clearBoth {
    clear: both;
    height: 1px;
}

.clearLeft {
    clear: left;
    height: 1px;
}

.clearRight {
    clear: right;
    height: 1px;
}

.clearContainer {
    clear: both;
}

.floatLeft {
    /* float: left; */
}

.floatRight {
    float: right;
}

#site-container {
    margin: auto;
}

.site-container {
    width: 1100px;
    margin: auto;
    position: relative;
}

.site-content {
    margin: 25px 0 0px 0;
    min-height: 900px;
}

#back-to-top {
    background: none repeat scroll 0 0 #617750;
    border: 0 none;
    bottom: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 28px;
    line-height: 27px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    -moz-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
    width: 40px;
    z-index: 1040;
    padding-top: 1px;
}

    #back-to-top:hover {
        background: #000;
    }

    #back-to-top.show {
        opacity: 1;
    }

.tbox {
    position: absolute;
    display: none;
    padding: 15px 17px;
    z-index: 900;
}

.tinner {
    padding: 15px;
    -moz-border-radius: 5px;
    border-radius: 0;
    background: #fff url(../../../../Commerce/images/preload.gif) no-repeat 50% 50%;
    border-right: 0;
    border-bottom: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.tmask {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 800;
}

#body .tclose {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 29px;
    position: absolute;
    top: 7px;
    right: 10px;
    background-color: #fff;
    border-radius: 100px;
    cursor: pointer;
    background: inherit;
}

body#body .tclose::after {
    content: "\f057";
    font-family: FontAwesome;
    font-size: 30px;
    color: #000;
    pointer-events: none;
    position: relative;
    right: -4px;
    top: 2.4px;
}

#error {
    background: #ff6969;
    color: #fff;
    text-shadow: 1px 1px #cf5454;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0;
}

    #error .tcontent {
        padding: 10px 15px 11px;
        border: 1px solid #ffb8b8;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

#success {
    background: #2ea125;
    color: #fff;
    text-shadow: 1px 1px #1b6116;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
    -moz-border-radius: 0;
    border-radius: 0;
}

.PageNum {
    display: inline-block;
    background: #000;
    color: #fff !important;
    /* padding: 4px 8px 3px 8px; */
    margin: 0 5px;
    font-size: 16px;
    margin-bottom: 3px;
    text-decoration: none !important;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
}

    .PageNum:hover {
        text-decoration: none;
        background: #617750;
        color: #fff !important;
    }

a.PageCur,
a.PageCur:hover {
    display: inline-block;
    background: #617750;
    color: #fff;
    /* padding: 4px 8px 3px 8px; */
    margin: 0 5px;
    font-size: 16px;
    margin-bottom: 3px;
    text-decoration: none;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
}

.COMSrchCell {
    width: 33%;
    padding: 15px;
    text-align: center;
}

.horzLineTop,
#exactMatchHR {
    margin-bottom: 20px;
}

.searchExactItems {
    padding-top: 20px;
    background: none;
}

.searchOtherItems {
    background: none;
}

#COMSrchPageBottom,
#COMSrchPageTop {
    margin-top: 15px;
    text-align: right;
}

#COMSrchPageTop {
    display: none;
}

.COMSrchProdName {
    margin-top: 5px;
}

hr {
    height: 2px !important;
    border: 0;
    background: #e2e2e2;
}

#SearchForm .TableWithBorder {
    border: 0;
    background: none;
    color: #000000;
    border: 1px solid #000000;
}

.comingSoonContainer {
    text-align: center;
    padding: 40px;
    background: #fff;
    min-height: 800px;
}

    .comingSoonContainer img {
        max-width: 100%;
    }

/*Content Pages*/
form div table .DefaultText {
    padding: 4px 2px;
}

div#contactImage {
    float: right;
}

    div#contactImage img {
        margin-bottom: 20px;
    }

form#catalogrequest tr:first-child,
form#contactus tr:first-child {
    display: none;
}

form#catalogrequest td:last-child,
form#contactus td:last-child {
    color: #d10101;
}

form#catalogrequest td .FormElementInput,
form#contactus td .FormElementInput {
    margin-right: 3px;
}

form#catalogrequest,
form#catalogrequest .FormButtons,
form#contactus,
form#contactus .FormButtons {
    margin-top: 10px;
}

    form#catalogrequest tr:nth-child(5) td:first-child,
    form#catalogrequest tr:nth-child(6) td:first-child,
    form#contactus tr:nth-child(10) td:first-child {
        vertical-align: top;
        padding-top: 6px;
    }

form#contactus {
    float: left;
    width: 59%;
}
/*Content Pages*/
/*********************** NEW INLINE CART CSS ************************************/
#cartContainerInline {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

/* Container */
#simplemodal-container {
    height: 221px !important;
    width: 728px;
    color: #000;
    background-color: #FFF;
    padding: 0px;
    border-radius: 0;
}

    #simplemodal-container a.modalCloseImg {
        display: inline-block;
        width: 33px;
        height: 33px;
        line-height: 29px;
        position: absolute;
        top: -10px;
        right: -10px;
        border-radius: 100px;
        cursor: pointer;
        background: #f8f8f8;
        z-index: 10;
        text-decoration: none;
    }

        #simplemodal-container a.modalCloseImg::after {
            content: "\f057";
            font-family: FontAwesome;
            font-size: 30px;
            color: #000;
            pointer-events: none;
            position: relative;
            right: -4px;
            top: 2.4px;
        }

    #simplemodal-container h3 {
        color: #84b8d9;
    }

.content__footer a, .content__footer a:visited {
    color: #617750 !important;
    text-decoration: none !important;
}

.modalContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
/* Utility Area*/
/*.utilityArea {
    color: #000;
    background: #fff;
    padding: 20px 0 20px 0;
    min-width: 1100px;
    height: 100px;
    min-width: 1150px;
}
    */
.utilityArea {
    background: #617750;
}

.fa-shopping-bag {
    font-size: 19px !important;
    position: relative;
    top: 0px;
    line-height: 12px !important;
    left: 2px;
}

.utilityNav ul {
    padding: 0;
}

    .utilityNav ul li {
        float: left;
        list-style-type: none;
    }

.Logo {
    text-align: center;
}

.utilityNav {
    float: right;
    margin-top: -3px;
}

.iconDiv {
    color: #000;
    font-size: 12px;
    line-height: 24px;
}

.utilityArea .iconDiv span {
    /* position: relative;
    bottom: -34px;*/
}
/* Top Menu End*/

/*Commerce Menu*/
/*Commerce Menu*/
.mainMenu {
    display: block;
    background-color: #231f20;
    min-width: 1150px;
}

.TopNavigation {
    float: none;
    background-color: #f1ece0;
    min-width: 1150px;
    padding-top: 10px;
    box-shadow: 0 3px 3px rgba(80,80,80,0.1);
    position: relative;
    z-index: 5;
}

    .TopNavigation ul {
        padding: 0;
        margin: 0 -12px;
        list-style: none;
        list-style-type: none;
        position: relative;
        width: 100%;
        padding: 0;
    }

    .TopNavigation li {
        float: left;
        padding: 0;
        position: relative;
        margin-right: 45px;
    }

.IEEdge .TopNavigation li {
    margin-right: 44px;
}

.TopNavigation li:last-child {
    margin-right: 0;
}

li.HotParent a {
    color: #6c6057;
}

.top-navigation a:hover, .ddTNavLevel0_hot, .top-navigation li:hover .ddTNavLevel0, .ActiveNav a {
    color: #617750 !important;
    border-bottom: 3px solid #617750 !important;
}

.ddNavLevel0:hover, .TopNavigation li:hover a {
}

.ddNavLevel1:hover {
}

.TopNavigation li a, .TopNavigation li a:visited {
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 10px 18px 0 18px;
    border-bottom: 2px solid #617750;
    margin: 10px 50px 15px 50px;
}

    .TopNavigation ul li:hover a,
    .TopNavigation li.HotParent a,
    .TopNavigation li a:hover {
        color: #6c6057;
        border-bottom: 2px solid #6c6057;
    }

        .TopNavigation ul li:hover a:before,
        .TopNavigation li.HotParent a:before,
        .TopNavigation li a:hover:before {
            content: '';
            position: absolute;
            top: -18px;
            height: 22px;
            width: 100%;
            z-index: 10;
        }

.TopNavigation ul li ul {
    background-color: none;
    display: none;
    list-style: none;
    min-width: 250px;
    padding: 0;
    position: absolute;
    /* text-align: center; */
    z-index: 1025;
    float: none;
    margin-left: 0px;
}

    .TopNavigation ul li ul li {
        border-bottom: 0 none;
        padding: 0;
        position: relative;
        margin: 0;
        float: none;
        width: 100%;
        padding: 5px 0;
        background-color: #6d6057cc;
    }

        .TopNavigation ul li ul li:hover {
            background-color: #617750;
        }

        .mac .TopNavigation ul li ul li a, .mac .TopNavigation ul li ul li a:visited, .TopNavigation ul li ul li a, .TopNavigation ul li ul li a:visited {
            border-bottom: 0 none !important;
            color: #fff !important;
            display: block;
            font-size: 22px !important;
            line-height: 1.3;
            padding: 5px 15px;
            text-transform: none;
            font-weight: 400;
            text-align: left;
            background: none !important;
            font-style: normal;
            margin: 0;
        }

TopNavigation ul li ul li a:hover {
    border-bottom: 0 none !important;
    text-decoration: none;
    color: #fff !important;
}

.TopNavigation ul li ul li a:before,
.TopNavigation ul li:hover ul li a:before,
.TopNavigation li.HotParent ul li a:before,
.TopNavigation li ul li a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    background: none;
    height: 1px;
    width: 100%;
    z-index: 10;
}

.TopNavigation ul li:hover ul {
    animation: 0.25s ease 0s normal both 1 running fadeInUp;
    display: block;
}

ul.TopMenu {
    padding: 0;
    list-style: none;
    margin: 0px 0 0 0;
}

    ul.TopMenu:after {
        display: table;
        clear: both;
        content: "";
    }

.top-navigation a:hover, .ddTNavLevel0_hot, .top-navigation li:hover .ddTNavLevel0, .ActiveNav a {
    color: #1082c5 !important;
    border-bottom: 3px solid #1082c5 !important;
}

.utilityNav {
}

    .utilityNav li {
        list-style: none;
        text-align: center;
        float: left;
    }

    .utilityNav a {
        text-decoration: none;
        font-style: italic;
        font-size: 12px;
        display: block;
        padding-top: 30px;
        color: #000;
    }

    .utilityNav span {
        text-decoration: none;
        font-style: normal;
        font-size: 12px;
    }

    .utilityNav ul li {
        margin: 0 16px;
    }


    .utilityNav .searchIconDiv a {
        position: relative;
    }

        .utilityNav .searchIconDiv a:before {
            content: "\f002";
            font-family: FontAwesome;
            color: #000;
            position: absolute;
            font-size: 20px;
            top: 6px;
            left: 0;
            width: 100%;
            text-align: center;
            font-style: normal;
        }

        .utilityNav .searchIconDiv a:hover:before {
            color: #617750;
        }

    .utilityNav .searchIconDiv.activeSearchIcon a,
    .utilityNav .iconDiv:hover a,
    .utilityNav a:hover,
    .utilityNav .searchIconDiv.activeSearchIcon a:before {
        color: #617750;
    }

    .utilityNav .signinIconDiv a {
        position: relative;
    }

        .utilityNav .signinIconDiv a:before {
            content: "\f023";
            font-family: FontAwesome;
            color: #000;
            position: absolute;
            font-size: 20px;
            top: 6px;
            left: 0;
            width: 100%;
            text-align: center;
            font-style: normal;
        }

        .utilityNav .signinIconDiv a:hover:before {
            color: #617750;
        }

    .utilityNav .signoutIconDiv a {
        position: relative;
    }

        .utilityNav .signoutIconDiv a:before {
            content: "\f13e";
            font-family: FontAwesome;
            color: #000;
            position: absolute;
            font-size: 20px;
            top: 5px;
            left: 0;
            width: 100%;
            text-align: center;
            font-style: normal;
        }

        .utilityNav .signoutIconDiv a:hover:before {
            color: #617750;
        }

    .utilityNav .registerIconDiv a {
        position: relative;
    }

        .utilityNav .registerIconDiv a:before {
            content: "\f15c";
            font-family: FontAwesome;
            color: #000;
            position: absolute;
            font-size: 18px;
            top: 7px;
            left: 0;
            width: 100%;
            text-align: center;
            font-style: normal;
        }

        .utilityNav .registerIconDiv a:hover:before {
            color: #617750;
        }

    .utilityNav .storeIconDiv a {
        position: relative;
    }

        .utilityNav .storeIconDiv a:before {
            content: "\f041";
            font-family: FontAwesome;
            color: #000;
            position: absolute;
            font-size: 20px;
            top: 5px;
            left: 0;
            width: 100%;
            text-align: center;
            font-style: normal;
        }

        .utilityNav .storeIconDiv a:hover:before {
            color: #617750;
        }

    .utilityNav .cartIconDiv a {
        position: relative;
    }

        .utilityNav .cartIconDiv a:before {
            content: "\f291 ";
            font-family: FontAwesome;
            color: #000;
            position: absolute;
            font-size: 18px;
            top: 6px;
            left: 0;
            width: 100%;
            text-align: center;
            font-style: normal;
        }

        .utilityNav .cartIconDiv a:hover:before {
            color: #617750;
        }

    .utilityNav .myaccountIconDiv a {
        position: relative;
    }

        .utilityNav .myaccountIconDiv a:before {
            content: "\f2be";
            font-family: FontAwesome;
            color: #000;
            position: absolute;
            font-size: 20px;
            top: 5px;
            left: 0;
            width: 100%;
            text-align: center;
            font-style: normal;
        }

        .utilityNav .myaccountIconDiv a:hover:before {
            color: #617750;
        }

    .utilityNav .quickorderIconDiv a {
        position: relative;
    }

        .utilityNav .quickorderIconDiv a:before {
            content: "\f0ca";
            font-family: FontAwesome;
            color: #000;
            position: absolute;
            font-size: 20px;
            top: 6px;
            left: 0;
            width: 100%;
            text-align: center;
            font-style: normal;
        }

        .utilityNav .quickorderIconDiv a:hover:before {
            color: #617750;
        }

.utilityLeft {
    float: left;
}

.utilityRight {
    float: right;
}

.utility-nav {
    padding: 20px 0;
}

    .utility-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .utility-nav li {
        float: left;
        margin: 0;
        padding: 0 10px;
        border-right: 1px solid #fff;
        line-height: 12px;
    }

        .utility-nav li:last-child {
            padding-right: 0;
            border-right: 0;
        }

    .utility-nav:first-child {
        padding-left: 0;
    }

    .utility-nav a, .utility-nav a:link, .utility-nav a:visited {
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        font-weight: 600;
    }

        .utility-nav a:hover {
            color: #fff;
            text-decoration: underline;
        }

.header {
    padding: 15px 0 0 0;
}

.white-background {
    background: #fff;
}

.SignInMessage {
    float: right;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-right: 3px;
    line-height: 16px;
}

.signinModal {
    text-align: center;
    padding: 0 20px;
}

    .signinModal .LoginError {
        text-align: left;
    }

.ShopMenuWrapper {
    display: none;
    position: absolute;
    z-index: 20;
    background: rgba(51, 51, 51, 0.8);
    padding: 15px;
    color: #fff;
    width: 600px;
    top: 58px;
    left: 0;
}

.ShopMenuItems ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ShopMenuItems li {
    color: #fff;
    display: block;
    padding: 0;
    margin: 0 2px 0 0;
    float: none;
}

    .ShopMenuItems li:before {
        display: none;
    }

.TopMenu li .ShopMenuItems a,
.TopMenu li .ShopMenuItems a:link,
.TopMenu li .ShopMenuItems a:visited {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    background: none;
    padding: 10px 10px 10px 10px;
    display: block;
    position: relative;
}

    .TopMenu li .ShopMenuItems a:hover {
        color: #000;
        background: none;
    }


        .TopMenu li .ShopMenuItems a:hover:before {
            color: #000;
        }

.ShopMenuItems {
    float: left;
    width: 242px;
    margin-right: 13px;
}

.ShopMenuImage {
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 310px;
    width: 315px;
}

.TopMenu li:hover .ShopMenuWrapper {
    animation: 0.3s ease 0s normal both 1 running fadeInUp;
    display: block;
}

#NavigationWrapper {
    width: 250px;
    padding: 0px;
    margin-bottom: 25px;
    border-bottom: 3px solid #617750;
}

    #NavigationWrapper ul {
        display: block;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        font-style: normal;
        font-weight: 500;
    }

    #NavigationWrapper h2 {
        color: #000;
        font-size: 16px;
        line-height: 30px;
        font-weight: 900;
        text-transform: uppercase;
    }

    #NavigationWrapper ul ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

    #NavigationWrapper ul li {
        list-style: none;
        margin-top: 2px;
        position: relative;
    }
/*Search*/
.searchpagebox {
    position: relative;
}

form#SearchForm2 {
    position: relative;
}

.search-bar.activeSearch {
    background: none;
}

.searchfield {
    background: #617750;
    padding: 10px 10px;
    display: none;
    /* right: -6px; */
    margin-top: 27px;
    position: absolute;
    z-index: 3;
    width: 340px;
    right: -33px;
    top: 40px;
    color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    height: 58px;
}

.mac .searchfield {
    height: 54px;
}

.searchfield:after {
    bottom: 100%;
    left: 49%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #617750;
    border-width: 10px;
    margin-left: 112px;
}

.search-bar {
    float: right;
    margin-top: -43px;
}

.search-bar {
    position: relative;
    cursor: pointer;
}

.FormSearchButtons {
    background: none;
    color: #617750;
    font-size: 27px;
    border: 0;
    padding: 0;
}

    .FormSearchButtons i {
        top: 4px;
        position: relative;
    }

.topNavSearchInput {
    background: #fff;
    border-radius: 15px;
    color: #617750;
    padding: 6px 6px 6px 10px;
    border: 0;
    width: 243px;
    margin-left: 2px;
    top: 20px;
    font-size: 18px;
}


/* NAVIGATION CLASSES */
.LeftNavHeading a, .LeftNavHeading a:link, .LeftNavHeading a:visited, .LeftNavHeading a:hover {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    background: #617750;
    line-height: 30px;
    padding-left: 10px;
}

#NavigationWrapperTop {
    margin-bottom: 30px;
}

.leftNavMenu {
    width: 100%;
    margin: 0px;
    padding: 0px 20px 0 0;
}

    .leftNavMenu ul {
        display: block;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }


/* ***SUB LEVEL ONE LINK*** */

div.NavLevel1 {
    display: none;
    margin-bottom: 15px;
}

.NavLevel1 li {
    height: auto;
    background: none;
}

    .navLevel1 li a {
        padding: 7px 27px 7px 15px;
        display: block;
        font-size: 16px;
        text-decoration: none;
    }

a.navLevel1:link, a.navLevel1:visited {
    text-decoration: none;
    padding: 7px 27px 7px 15px;
    display: block;
}

a.navLevel1:hover {
    text-decoration: none;
    color: #617750;
    background: transparent;
}

a.navLevel1::after {
}

a.NavLevel1_hot {
    text-decoration: none;
    color: #617750;
    background: transparent;
}

#NavigationWrapperTop .navLevel1 li a,
#NavigationWrapperTop a.navLevel1:link,
#NavigationWrapperTop a.navLevel1:visited {
    text-decoration: none;
    padding: 7px 27px 7px 15px;
    display: block;
    background: #000;
    color: #fff;
    margin-bottom: 7px;
    text-transform: uppercase;
}

#NavigationWrapperTop a.navLevel1:hover {
    text-decoration: none;
    color: #617750;
}

#NavigationWrapperTop a.navLevel1_hot {
    text-decoration: none;
    color: #fff;
    background: #617750;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 7px;
}

a.navLevel1:hover:before {
}

.ParentActive .navLevel1,
a.navLevel1_hot:link,
a.navLevel1_hot:visited,
a.navLevel1_hot:hover {
    background: transparent;
    color: #617750;
    padding: 7px 27px 7px 15px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}

.LeftNavHeading a {
    padding: 5px 10px;
}
/** SubLevel 2 Navigation **/

.ParentActive .navLevel2, a.navLevel2_hot:link, a.navLevel2_hot:visited, a.navLevel2_hot:hover {
    background: none;
    color: #617750;
    padding: 7px 27px 7px 25px;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

div.NavLevel2 {
    z-index: 100;
    background: #f1f1ec;
    margin-top: -2px;
}

a.navLevel2, a.navLevel2:link, a.navLevel2:visited {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 7px 27px 7px 25px;
    background: none;
}

    a.navLevel2:hover {
        background: none;
        color: #617750;
        padding: 7px 27px 7px 25px;
        display: block;
        font-size: 16px;
        text-decoration: none;
    }

a.navLevel2_hot {
    color: #617750;
    background-color: none;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 7px 27px 7px 25px;
}

    a.navLevel2_hot::after {
        content: "\f101";
        font-family: FontAwesome;
        font-style: italic;
        font-size: 13px;
        position: absolute;
        right: 11px;
        top: 9px;
        font-weight: 100;
    }


/* END NAVIGATION CLASSES */

/* ***ROOT LEVEL LINK*** */
/*
.navLevel0 ul li a{
    padding: 7px 6px 7px 15px;
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.navLevel0 ul li a:Hover{
    background: #e9e9e1;
    color: #617750;
}
a.navLevel0:link,
a.navLevel0:visited {
	text-decoration: none;
	color: #000;
}
a.navLevel0:hover {
	text-decoration: none;
	color: #617750;
}
.navLevel0_hot {
	text-decoration: none;
	color: #617750;
   background: #e9e9e1;
}
.navLevel0_hot::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 11px;
    top: 8px;
    font-weight: 100;
}
a.navLevel0_hot:link,
a.navLevel0_hot:visited {
	text-decoration: none;
	color: #617750;
}
a.navLevel0_hot:link, a.navLevel0_hot:visited, a.navLevel0_hot:hover {
    text-decoration: none;
    color: #617750;
    display: block;
    background: #e9e9e1;
}
a.navLevel0_hot:hover {
	text-decoration: none;
	color: #4b4b4b;	
}

/* ***SUB LEVEL ONE LINK*** */
/*
a.NavLevel1 {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

div.NavLevel1 {
	display: none;
}

.NavLevel1 ul {
}
.NavLevel1 li {
	height:auto;
	background: none;
     margin: 0px;
}
.NavLevel1 ul li a::before {
  
}
a.navLevel1:link,
a.navLevel1:visited {
	text-decoration: none;
	color: #000;
	line-height: 16px;
	font-weight: 300;
}
a.navLevel1:hover {
    text-decoration: none;
    color: #617750;
    background: #e9e9e1;
    line-height: 16px;
    font-weight: 300;
    font-size: 16px;
    display: block;
}
a.NavLevel1_hot {
    background: #e9e9e1;
    color: #617750;
}
.NavLevel1_hot::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 11px;
    top: 8px;
    font-weight: 100;
}
a.navLevel1_hot:link, a.navLevel1_hot:visited {
    color: #617750;
    background: #e9e9e1;
}
a.navLevel1_hot:hover {

}

/** SubLevel 2 Navigation **/
/*
div.NavLevel2 {
    display: block;
    z-index: 100;
    background: none;
    font-size: 16px;
    margin-left: 0;
}

a.NavLevel2, a.NavLevel2:link, a.NavLevel2:visited {
    color: #000;
    padding-left: 10px;
    text-decoration: none;
    background: none;
    margin-left: 15px;
}

a.navLevel2:hover
{
	color: #617750;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none;
    background: #e9e9e1;
}
a.navLevel2_hot::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: italic;
    font-size: 13px;
    position: absolute;
    right: 11px;
    top: 8px;
    font-weight: 100;
}
a.navLevel2_hot:link,
a.navLevel2_hot:visited
{
	color: #617750;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none;
    background: #e9e9e1;
}

a.navLevel2_hot:hover
{
	color: #617750;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none;
    background: #e9e9e1;
}

/* END NAVIGATION CLASSES */

/* Commerce Menu End*/

/* Slider Area*/
#slider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    /*height: 821px !important;*/
    overflow: hidden;
    background: #eee;
    min-width: 1150px;
}

.nivoSlider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: auto;
}

    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: none;
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .nivo-box img {
        display: block;
    }

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 17px;
    margin-left: AUTO;
    margin-right: auto;
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
}

    .nivo-controlNav a {
        cursor: pointer;
        color: transparent;
        width: 8px;
        height: 8px;
        background: rgba(255,255,255,0.6);
        display: inline-block;
        margin: 4px 7px;
        border-radius: 50%;
    }

        .nivo-controlNav a:hover,
        .nivo-controlNav a.active {
            background: #617750;
        }
/*Slider Area End*/

/*Home Content Area*/
.homepage-content {
    padding: 0 0 50px 0;
    background: #f1ece0;
    min-width: 1150px;
}

.homepage-content-inner {
    max-width: 980px;
    margin: 0 auto;
}

    .homepage-content-inner h1 {
        font-size: 48px;
        text-transform: uppercase;
    }

    .homepage-content-inner p {
        line-height: 1.4;
        font-weight: 500;
        font-size: 24px;
    }

.homeCallouts {
    margin: 25px 0 40px 0;
}

    .homeCallouts a {
        text-decoration: none;
    }

.homeCallout {
    position: relative;
    margin: 18px 0 18px 0;
}

div#homeCallout1 {
    float: left;
}

div#homeCallout2 {
    float: right;
}

div#homeCallout3 {
    float: left;
}

div#homeCallout4 {
    float: right;
}

div#homeCallout1 img {
    text-align: left;
}

div#homeCallout2 img {
    text-align: right;
}

div#homeCallout3 img {
    text-align: left;
}

div#homeCallout4 img {
    text-align: right;
}

.homeCallout span {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    background-color: rgba(51, 51, 51, 0.75);
    padding: 13px 0 13px 0;
    text-transform: lowercase;
}

    .homeCallouts a:hover span,
    .homeCallout span:hover {
        background-color: rgba(150, 156, 94, 0.75);
        transition: 200ms ease;
    }

.home-callouts span a:hover {
    color: #6c6057;
}

.homeCallouts .fa {
    font-weight: 100;
    font-size: 18px;
    margin-left: 8px;
}

.homeCallouts:after {
    content: "";
    display: table;
    clear: both;
    home
}

.callout {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 60px;
}

    .callout h2 a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        font-weight: bold;
    }

.home-content-right h1 {
    margin-top: 0;
}

.home-content-left {
    float: left;
    width: 400px;
}

.home-content-right {
    float: right;
    width: 700px;
}
/*Home Content Area End*/
/*Footer Area*/
.footerArea {
    background: #6d6057;
    height: auto;
    /* display: -webkit-box; */
    padding: 50px 0 100px 0;
    min-width: 1150px;
}

.footer-container {
    display: flex;
    flex-direction: row;
    max-width: 1700px;
}

.footer-heading {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 4px 0;
    font-weight: 800;
    line-height: 1.4;
    color: #f1ece0;
    text-align: center;
}

.footer-block {
    float: left;
    color: #fff;
    margin-right: 68px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    flex: 3;
}

    .footer-block ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-block li {
        line-height: 24px;
    }

    .footer-block .footer-email a {
        text-decoration: underline;
    }

.footerArea form#newsletter {
    float: left;
    margin-top: 20px;
}

    .footerArea form#newsletter .FormElementInput {
        height: 30px;
    }

    .footerArea form#newsletter .DefaultText {
        padding: 0;
    }

.footerArea #mc_embed_signup form {
    text-align: left;
    padding: 0;
}

.footerArea #mc_embed_signup {
    float: left;
    margin-top: 20px;
    width: 29%;
    clear: none;
    background: none;
}

.footer-email a {
    color: #fff !important;
}

.footerArea #mc_embed_signup input.email {
    font-size: 16px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    height: 40px;
    padding: 0px 10px;
    display: inline-block;
    margin: 0;
    width: 185px;
    vertical-align: top;
    text-transform: lowercase;
    line-height: 40px;
}

.footerBadges img:first-child {
    margin-right: 17px;
}

div#pageBottom {
    color: #9b8b7a;
    background: #f1ece0;
    text-align: center;
}

.bottomContent {
    margin: 0;
    padding: 25px 0px;
}

    .bottomContent p {
        font-size: 26px;
        line-height: 1.4;
        margin: 0;
    }

    .bottomContent .button {
        display: inline-block;
        font-family: "Blend-Bold";
        font-weight: 600;
        background: #617750;
        border: 1px solid #617750;
        color: #fff;
        font-size: 14px;
        line-height: 1.225;
        margin: 0 0 0.5rem 0;
        padding: 0.75rem 1.4rem;
        border-radius: 5px;
        vertical-align: middle;
        text-shadow: none;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        transition: background 0.2s;
    }

        .bottomContent .button a {
            text-decoration: none;
        }

        .bottomContent .button:hover {
            background: #6c6057;
        }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #98a0a2;
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #98a0a2;
    font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #98a0a2;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: #98a0a2;
    font-style: italic;
}

.footerArea #mc_embed_signup input.email:active {
    border-color: #617750;
}

.footerArea #mc_embed_signup .button:hover {
    background-color: #617750;
    cursor: pointer;
}

.footerArea .footerCallouts {
    margin-top: 5px;
}

.footerArea .SocialIcons {
    margin-top: 4px;
    display: block;
    margin-left: -6px;
    margin: 0 auto;
}

.footerArea #mc_embed_signup label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    /* margin: 0 0 4px 0; */
    font-weight: 800;
    line-height: 1.4;
}

.footerArea input#mc-embedded-subscribe {
    font-size: 16px;
    text-transform: lowercase;
    background-color: #000;
    font-style: italic;
    color: #fff;
    padding: 0px 30px 0px 30px !important;
    text-align: center;
}

.footerArea #mc_embed_signup .button {
    font-size: 16px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    letter-spacing: normal;
    color: #fff;
    box-sizing: border-box;
    height: 40px;
    line-height: 1;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    margin-left: -4px;
    transition: all 0.23s ease-in-out 0s;
    font-weight: 300;
    float: right;
}

.footerArea .FormButtons {
    font-size: 16px;
    background-color: #617750;
    color: #fff;
    padding: 8px 25px 8px 25px !important;
    text-align: center;
}

    .footerArea .FormButtons::after {
        content: "\f101";
        font-family: FontAwesome;
        font-style: italic;
        font-size: 13px;
        position: absolute;
        right: 11px;
        top: 8px;
        font-weight: 100;
    }

    .footerArea .FormButtons:hover {
        background-color: #617750;
    }

.footerArea #joinLabel {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: 800;
    line-height: 1.4;
    color: #f1ece0;
    margin-bottom: -13px;
}

.footer-block a, .footer-block a:link, .footer-block a:visited {
    text-decoration: none;
    font-weight: 600;
    font-size: 26px;
    font-style: NORMAL;
    color: #f1ece0;
}

    .footer-block a:hover {
        text-decoration: underline;
    }

.footerLogo {
    float: left;
    margin-right: 85px;
}

    .footerLogo img {
        margin-bottom: 5px;
    }

.footerCallouts .fa {
    text-align: center;
    color: #6d6057;
    border: 10px;
    border-radius: 50%;
    background: #f1ece0;
    padding: 4px;
    font-size: 20px;
    margin: 4px;
    line-height: 1;
    width: 29px;
}

    .footerCallouts .fa:hover {
        background: #617750;
    }

#copyright {
    color: #6c6057;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.4;
}

.copyrightArea {
    padding: 30px 0 30px 0;
    background: #f1ece0;
    min-width: 1150px;
}
/*Footer Area End*/

/*leftNav*/
.leftNav {
    width: 250px;
    float: left;
    margin-right: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 16px;
}

#openaccount h2, #openaccount h3 {
    text-align: center;
}

#openAccountHeader {
    background: #6d6057;
    padding: 20px 0 20px 0;
}

    #openAccountHeader h2 {
        color: #fff;
        line-height: 1.4;
        font-weight: bold;
        text-align: center;
        font-size: 24px;
        text-transform: uppercase;
        margin: 0;
    }

    #openAccountHeader h3 {
        text-align: center;
        margin: 0;
        color: #fff;
        font-size: 22px;
    }

        #openAccountHeader h3 a {
            font-weight: 400;
            font-size: 25px;
            color: #fff;
            font-style: italic;
            text-transform: lowercase;
            margin: 0;
            text-align: center;
            text-decoration: none;
            line-height: 1.4;
        }

            #openAccountHeader h3 a:hover {
                text-decoration: none;
                color: rgba(255,255,255,0.7)
            }

    #openAccountHeader .fa-angle-double-right {
        font-size: 18px;
        margin-top: 0px;
        font-weight: 300;
    }

.openAccountDiv .fa-angle-right {
    display: block;
    font-weight: bold;
    font-size: 16px;
    float: left;
    padding: 0 8px 0 0px;
}

.openAccountDiv {
    background: #fff;
    clear: both;
    margin-bottom: 40px;
}

    .openAccountDiv ul {
        padding: 20px 30px;
        margin: 0;
        background: #f5f5f5;
    }

        .openAccountDiv ul li {
            font-size: 26px;
            color: #000008;
            margin: 10px 0;
            list-style-type: none;
            position: relative;
            padding-left: 20px;
        }

            .openAccountDiv ul li:first-child {
                margin-top: 0;
                padding-left: 0;
                margin-left: -6px;
                font-style: normal;
                font-size: 25px;
                margin-bottom: 16px;
                font-weight: 500;
            }

                .openAccountDiv ul li:first-child:before {
                    display: none;
                }

            .openAccountDiv ul li::before {
                content: "\f105";
                font-family: FontAwesome;
                position: absolute;
                left: 4px;
            }
/*leftNav End*/
/*Category Page*/
.mainContent {
    float: right;
    width: 100%;
    /* min-height: 600px; */
    margin-top: 30px;
}

    .mainContent h1:first-child {
        margin-top: 0;
    }

.commerceContent {
    float: right;
    width: 100%;
    min-height: 600px;
    margin-top: 30px;
    margin-bottom: 60px;
}

    .commerceContent h1:first-child {
        margin-top: 0;
    }

.COMCatHeader h1 {
    font-weight: 500;
    font-size: 48px;
    color: #617750;
    margin-top: 0;
    margin-bottom: 25px;
}

.COMCatDescription {
    margin: -15px 0 25px 0;
    font-size: 16px;
    line-height: 25px;
    color: #6c6057;
    padding-right: 5px;
}

.COMCatProdCell {
    width: 50%;
    float: left;
    /* margin-right: 30px; */
    margin-bottom: 30px;
    cursor: pointer;
    background: #fff;
    text-align: center;
    /* display: flex; */
    text-align: center;
}

.COMCatCell {
    width: 500px;
    float: left;
    margin-right: 100px;
    margin-bottom: 30px;
    cursor: pointer;
    background: #fff;
}

    .COMCatCell.lastChild, #productsResult .COMCatProdCell:nth-child(4n), .COMCatProdCell.lastChild, #prodCatContainer .COMCatCell:nth-child(2n) {
        margin-right: 0;
    }

#prodCatContainer .COMCatCell:nth-child(4n + 1):after {
    content: "";
    display: table;
    clear: both;
}

.COMCatProdImg {
    width: 550px;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.ProductTagCategory {
    position: absolute;
    top: -4px;
    left: -4px;
}

.comProdDropDown {
    margin: 5px 5px;
}

.quickProductTagCategory {
    position: absolute;
    top: -3px;
    left: -4px;
}

.rvProductTagCategory {
    position: absolute;
    top: -3px;
    left: -4px;
}

.quickProductTagCategory img {
    width: 86px !important;
}

.rvProductTagCategory img {
    width: 70px !important;
}

.home-slider-products.RecentlyViewdContainer {
    /*margin-left: 32px;*/
}

div#featuredHeader {
    clear: both;
    margin-bottom: 35px;
    text-align: center;
}

#featuredHeader span {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 33px;
    background: #fff;
    padding: 30px;
    text-transform: uppercase;
}

.owl-carousel.recently-viewed-products-content.owl-theme.owl-loaded {
    width: 1000px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.home-slider-products .owl-theme .owl-controls {
    left: -50px;
    position: absolute;
    top: 57px;
    width: 1100px;
    height: 0;
}

    .home-slider-products .owl-theme .owl-controls .owl-prev {
        position: absolute;
        left: 0;
    }

    .home-slider-products .owl-theme .owl-controls .owl-next {
        position: absolute;
        right: 0;
    }

.home-slider-products.RecentlyViewdContainer .RelCarousel.COMCatProdCell {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.home-slider-products.RecentlyViewdContainer .owl-carousel.recently-viewed-products-content {
    margin-bottom: 0;
}

.home-slider-products.RecentlyViewdContainer .COMCatProdImg,
.home-slider-products.RecentlyViewdContainer .COMCatProdImg a,
.home-slider-products.RecentlyViewdContainer .COMCatImg,
.home-slider-products.RecentlyViewdContainer.COMCatImg a {
    width: 188px;
    height: 188px;
    display: table-cell;
    vertical-align: middle;
}

.home-slider-products.RecentlyViewdContainer .COMCatHomeProdImg img {
    max-width: 188px;
    max-height: 188px;
}

.home-slider-products.RecentlyViewdContainer .ProductTagCategory {
    top: -4px;
    left: -4px;
}

/*Home Callouts*/
.homepage-tagline {
    padding: 30px 0 60px 0;
}

    .homepage-tagline:after {
        display: table;
        clear: both;
        content: "";
    }

.shop-welcome {
    font-size: 38px;
    text-decoration: none;
    text-transform: uppercase;
    color: #617750;
    line-height: 1.2;
    width: 100%;
    float: left;
    font-weight: 500;
    text-align: center;
    margin: 20px 0 30px 0;
}

    .shop-welcome span {
        color: #617750;
    }

.shop-text {
    font-size: 17px;
    padding-left: 40px;
    float: left;
    /* width: calc(100% - 220px); */
}

.home-callouts {
    position: relative;
}

    .home-callouts ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .home-callouts li {
        float: left;
        margin-right: 80px;
        margin-bottom: 35px;
    }

        .home-callouts li:nth-child(2n) {
            margin-right: 0;
        }

        .home-callouts li:nth-child(4n) {
            margin-right: 0;
        }

    .home-callouts span a {
        color: #617750;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        margin-top: 20px;
        font-size: 1.5em;
    }

    .home-callouts img {
        width: 450px !important;
        height: auto !important;
    }

    .home-callouts span {
        text-align: center;
        display: block;
        clear: both;
    }

    .home-callouts:after {
        content: "";
        display: table;
        clear: both;
    }
/*Home Callouts End*/
.hrLine {
    margin-top: -29px;
}

    .hrLine hr {
        background-color: #3f3d3f;
    }

.COMCatProdImg a,
.COMCatImg,
.COMCatImg a {
    display: table-cell;
    width: 550px;
    height: 252px;
    vertical-align: middle;
    text-align: center;
}

    .COMCatImg img {
        max-width: 500px;
        max-height: 500px;
        display: block;
        margin: auto;
    }

.COMCatProdImg img {
    max-width: 400px;
    max-height: 400px;
    display: block;
    margin: auto;
}

.COMCatHomeProdImg img {
    max-width: 175px;
    max-height: 175px;
}

.COMCatPartNo {
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
    margin-top: 4px;
}

.COMCatProdName {
    font-size: 25px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: 900;
}

.COMCatProdPrice {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

.owl-item .COMCatProdPrice {
    margin-top: 5px;
}

.COMCatProdOriginalPrice {
    display: inline-block;
    color: #adada6;
    margin-left: 10px;
}

.COMCatProdSalePrice {
    display: inline-block;
}

.ProductModifiers {
    margin-top: 20px;
    margin-bottom: 25px;
}

    .ProductModifiers .comProdDropDown {
        margin: 0px 5px 12px 5px;
    }

.COMCatProdDetails, .COMCatName {
    background: #fff;
    padding: 10px 16px;
    text-align: center;
}

    .COMCatName a {
        font-size: 28px;
        font-weight: 600;
    }

        .COMCatProdDetails a, .COMCatProdDetails a:link, .COMCatProdDetails a:visited, .COMCatName a, .COMCatName a:link, .COMCatName a:visited {
            color: #6c6057;
            text-decoration: none;
        }

            .COMCatProdDetails a:hover,
            .COMCatProdCell:hover a,
            .COMCatProdName a:hover,
            .COMCatCell:hover a {
                color: #617750;
            }

    .COMCatName a {
    }

.owl-item:hover .COMCatProdName a,
.owl-item .COMCatProdName a:hover {
    color: #617750;
}

div#SortDiv {
    float: right;
    position: relative;
    top: 1px;
}

}

.SortItemName {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

select#CMSortDDL {
    color: #000 !important;
    line-height: 1;
    padding: 3px 10px;
    text-transform: lowercase;
    margin-left: 13px;
}

tr.quickOrderRow {
    margin-bottom: 30px;
    display: block;
    background-color: #f5f5f5;
}

div#COMCatQuickOrderGrid {
    font-size: 35px;
    float: right;
    margin-left: 40px;
    margin-right: 10px;
}

span.SortItemName {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.QuickOrder .fa-bars {
    position: relative;
    top: -2px;
}

.COMTopRightBar {
    float: right;
    margin-top: -164px;
}

.QuickOrder .fa-th {
    margin-right: 25px;
}

.QuickOrder.QuickOrderHot {
    color: #6d6057;
}

.QuickOrder a {
    color: #c1c1bb;
}

    .QuickOrder a:hover {
        color: #617750;
    }

.addtocartwarningmessage {
    margin-bottom: 24px;
}

.QuickOrderTD {
    vertical-align: top;
    border-bottom: 0;
    padding: 15px 0 0 0;
}

.quickorderdetails {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.QuickOrderTDImage {
    width: 200px;
}

    .QuickOrderTDImage img {
        max-width: 100%;
    }

    .QuickOrderTDImage .COMCatProdImg, .QuickOrderTDImage .COMCatProdImg a, .QuickOrderTDImage .COMCatImg, .QuickOrderTDImage .COMCatImg a {
        display: table-cell;
        width: 200px;
        height: 200px;
        vertical-align: middle;
        text-align: center;
    }

    .QuickOrderTDImage .COMCatProdImg {
        position: relative;
        min-width: 224px;
    }

.QuickOrderViewLarger {
    /* left: -8px; */
    text-align: right;
    margin-top: 1px;
    position: relative;
    left: -5px;
    top: -24px;
}

    .QuickOrderViewLarger a,
    .QuickOrderViewLarger a:visited,
    .QuickOrderViewLarger a:link {
        text-decoration: none;
        font-size: 12px;
        color: #878787;
    }

        .QuickOrderViewLarger a:hover {
            color: #ef6318;
        }

.QuickOrderTDOrdering {
    width: 175px;
    text-align: right;
}

.QuickOrderTDInformation {
    padding: 15px;
    width: 100%;
}

.addtocartquickordertop {
    text-align: right;
    margin-bottom: 15px;
    float: right;
}

.quickordertable {
    border-top: none;
}

.quickorderproductname {
    line-height: 1.2;
}

    .quickorderproductname a,
    .quickorderproductname a:link,
    .quickorderproductname a:visited {
        color: #000;
        text-transform: uppercase;
        font-size: 21px;
        text-decoration: none;
        font-weight: 900;
    }

        .quickorderproductname a:hover {
            color: #617750;
        }

.quickorderpartnumber {
    font-style: italic;
    color: #000;
    font-size: 16px;
}

.quickorderproductname {
    margin-bottom: 25px;
}

span.quickordervalue {
    font-style: normal;
    color: #000;
    font-size: 16px;
    width: 100px;
    display: inline-block;
}

.quickorderregularprice .regularpriceamount {
    color: #adada6;
    text-decoration: line-through;
    font-size: 22px;
}

.quickordersaleprice {
    margin-right: 5px;
}

.InventoryOutOfStock {
    color: #d83927;
}

.quickorderPriceDisplay {
    color: #000;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 15px;
    float: left;
    width: 38%;
}

.quickorderqtydiv {
    float: left;
}

.quickorderDesctiprion {
    margin-top: 15px;
    display: none;
}

.totalText {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.quickorderqtylabel {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}

span.quickordertag {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 21px;
    color: #617750;
    width: 120px;
    display: inline-block;
}

.quickorderTotalPrice {
    font-size: 16px;
    float: right;
    width: 35%;
}

.QOpriceDisplay {
    clear: both;
    margin-top: 35px;
}

.productsubtotal {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

div#SubtotalDiv {
    text-align: right;
    margin-top: 0;
    font-size: 20px;
    font-style: italic;
    float: right;
}

div#SubtotalDivTop {
    text-align: right;
    margin-bottom: 15px;
    font-size: 20px;
    font-style: italic;
    float: right;
    margin-right: 30px;
    margin-top: 8px;
}

.quickorderloading {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.9);
    z-index: 10;
    font-size: 30px;
    padding-top: 80px;
}

.addtocartquickorderbottom {
    text-align: right;
    margin-top: -10px;
    float: right;
    margin-left: 30px;
    margin-bottom: 50px;
}

.quickorderMoreDetails {
    margin-top: 15px;
    font-style: italic;
    display: none;
}

.quickorderwrapper {
    position: relative;
}
/*.quickorderloading {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    background: rgba(255,255,255,0.85);
    padding-top: 65px;
}
    */
/*Category Page*/

/*Breadcrumb Area*/
.headerBar {
    color: #f1ece0;
    background: #6c6057;
    padding: 50px 158px;
}

    .headerBar h3 {
        margin-top: 0;
        color: #f1ece0;
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 21px;
    }

    .headerBar p {
        margin-bottom: 0;
    }

.breadcrumbArea {
}

.COMBreadCrumb a,
.COMBreadCrumb a:link,
.COMBreadCrumb a:visited {
    color: #617750;
    text-decoration: underline;
    font-size: 16px;
    font-style: normal;
}

    .COMBreadCrumb a:hover {
        color: #000;
    }

    .COMBreadCrumb a:last-child {
        color: #000;
        text-decoration: none;
    }

.storeList {
    width: 31%;
    float: left;
    border-right: 2px dashed #617750;
    margin-right: 3%;
    text-align: center;
}

.eventList {
    width: 30%;
    float: left;
    text-align: center;
    border-right: 2px dashed #617750;
    margin-right: 3%;
    text-align: center;
    padding: 20px;
}

.imagesList {
    width: 33%;
    float: left;
    text-align: center;
}

.wheretofind {
    display: flex;
    flex-wrap: nowrap;
}
/*Breadcrumb Area End*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        margin-bottom: 5px;
    }

    .bx-wrapper .slide {
        height: 200px;
        text-align: center;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        left: -5px;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../content/images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
        display: none;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: -27px;
        background: url(../content/images/controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: -29px;
        background: url(../content/images/controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -65px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(../content/images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(../content/images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }


.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;
}

#InlineCartRelatedInfo {
    border-top: 1px solid #ededed;
    clear: both;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    display: none;
}

#inlinecartscrollbar {
    border-right: 0;
    float: left;
    margin-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
    width: 46%;
}

    #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%;
    }

    #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.4);
        border-radius: 10px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 0 3px #000 inset;
    }

    #inlinecartscrollbar .thumb {
        background: #000;
        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;
        }

    #inlinecartscrollbar .disable {
        display: none;
    }

.noSelect {
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.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;
    padding-left: 40px;
    height: 26px;
    padding-top: 5px;
}

.inlinecartitemimage {
    float: left;
    margin-right: 20px;
}

    .inlinecartitemimage img {
        max-width: 110px;
    }

.inlineitemdetails {
    float: left;
    font-size: 14px;
    width: 53%;
    line-height: 1.5;
}

.inlinecartitembreak {
    clear: both;
    padding-top: 15px;
}

.inlineitemname {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
    color: #000;
    text-transform: uppercase;
}

.inlinecartbody {
    margin-left: 20px;
}

.inlinecartitems {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.inlinecartsubtotal {
    font-size: 16px;
    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;
    /* font-weight: 300 !important; */
    margin-top: 15px;
    padding: 8px 6px 9px 6px !important;
    text-transform: uppercase !important;
    width: 51%;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
    /* font-style: italic; */
}

    .inlinecartviewitems a:hover {
        background-color: #000;
        border: 1px solid #000;
    }

a.InlineCartCheckoutCart,
a.InlineCartCheckoutCart:link,
a.InlineCartCheckoutCart:visited {
    background: none repeat scroll 0 0 #617750;
    border: 1px solid #617750;
    color: #FFFFFF !important;
    float: right;
    text-align: center;
    font-size: 16px !important;
    /* font-weight: 300 !important; */
    margin-top: 15px;
    padding: 6px !important;
    text-transform: uppercase !important;
    width: 37%;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
    /* font-style: italic; */
}

    a.InlineCartCheckoutCart:hover {
        background-color: #6c6057;
        border: 1px solid #6c6057;
    }

.InlineCartRelatedItemsHeader {
    font-size: 16px;
    /* padding-bottom: 15px; */
    font-weight: bold;
    margin-left: 7px;
    text-align: center;
}

#InlinecartRelatedItems a, #InlinecartRelatedItems a:link, #InlinecartRelatedItems a:visited {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

    #InlinecartRelatedItems a:hover {
        color: #000;
    }

#InlinecartRelatedItems {
    font-size: 12px;
    line-height: 18px;
}

#cartInline {
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
}

#countItemsInCartInline {
    position: relative;
    top: 0;
    left: 1px;
}

span#cartInline:hover {
    color: #fff;
    text-decoration: underline;
}

#cartInline:after {
    content: "\f290";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    margin-left: 7px;
}
/*Inline Cart End*/
/* CHECOUT START */
#checkoutContainer .ui-widget-content {
    color: #000;
}

#RestCart_CartItems .prod_headwrap {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.RestCart_CartItem.cartItemRow {
    border-bottom: 1px solid #ccc;
    background: none !important;
}

    .RestCart_CartItem.cartItemRow:first-child {
        border-top: 1px solid #ccc;
    }

.CheckoutBreadcrumb li a {
    padding: 0 !important;
    color: #000 !important;
    float: none !important;
    display: inline-block;
    padding: 0 20px !important;
}

.CheckoutBreadcrumb i {
    background: #6c6057;
    color: #fff;
}

#cartSubtotal, .EstimatedShippingTotal {
    margin-bottom: 8px;
    font-size: 18px !important;
}

.EstiamtedTotal {
    font-size: 20px !important;
    font-weight: bold;
    margin-top: 10px;
}

#cartSubtotal, #estimateShippingContainer, .couponText {
    font-size: 18px !important;
}

.CheckoutBreadcrumb .ui-tabs-active i {
    background: #617750;
    color: #fff;
}

#cartSubTotalValue {
    font-size: 22px;
}

.RestCart_CartItem.price {
    font-size: 21px;
}

.cartUpdateBtn a, .cartUpdateBtn a:link, .cartUpdateBtn a:visited, .cartRemoveBtn a, .cartRemoveBtn a:link, .cartRemoveBtn a:visited {
    color: #617750;
    text-transform: lowercase !important;
}

#checkoutContainer .ui-widget, #checkoutContainer .ui-widget-content a, #checkoutContainer .ui-widget-content, #checkoutContainer .ui-widget input, #checkoutContainer .ui-widget select, #checkoutContainer .ui-widget textarea, #checkoutContainer .ui-widget button {
    font-family: Arial;
    font-size: 17px !important;
    line-height: 1.4;
}

.RestCart_CartItemtTotalItemPrice {
    font-size: 20px;
}

.EstiamtedTotal {
    font-size: 18px;
}

.cartRemoveBtn {
    padding-top: 2px;
}

#checkoutContainer .CheckoutBreadcrumb .ui-tabs-tab a {
    color: #617750 !important;
    font-size: 17px;
}

#checkoutContainer .CheckoutBreadcrumb .ui-tabs-active a {
    color: #292929 !important;
}

#checkoutContainer .CheckoutHeader .message u {
    text-decoration: none;
}

#checkoutContainer .ui-widget, #checkoutContainer .ui-widget-content a, #checkoutContainer .ui-widget-content, #checkoutContainer .ui-widget input, #checkoutContainer .ui-widget select, #checkoutContainer .ui-widget textarea, #checkoutContainer .ui-widget button {
    font-family: Arial;
    font-size: 16px;
    line-height: 1.4;
}

.cartUpdateBtn a,
.cartUpdateBtn a:link,
.cartUpdateBtn a:visited,
.cartRemoveBtn a,
.cartRemoveBtn a:link,
.cartRemoveBtn a:visited {
    color: #617750;
    text-transform: lowercase !important;
}

    .cartUpdateBtn a:hover,
    .cartRemoveBtn a:hover {
        color: #617750;
    }

#checkoutContainer .ui-widget, #checkoutContainer .ui-widget-content a, #checkoutContainer .ui-widget-content, #checkoutContainer .ui-widget input, #checkoutContainer .ui-widget select, #checkoutContainer .ui-widget textarea, #checkoutContainer .ui-widget button {
    font-family: inherit !important;
    font-size: 16px;
    line-height: 1.4;
}

    #checkoutContainer .ui-widget button.FormButtons {
        line-height: 1 !important;
    }

#checkoutContainer .CheckoutHeader {
    color: #292929;
    font-weight: 400;
    line-height: 1.1;
    font-size: 36px;
    padding-bottom: 20px;
}

    #checkoutContainer .CheckoutHeader .message {
        font-size: 16px !important;
    }

.continueShopping a, .continueShopping a:link, .continueShopping a:visited, .continueShopping a:hover {
    font-size: 16px !important;
    text-transform: lowercase !important;
}

#RestCart_tableCart th {
    background: #000 !important;
}

.cartitemCommentsButtons .FormButtons {
    background-image: none !important;
    border: 0 !important;
}

#RestCart_tableCart {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
}

#checkoutContainer .FormElementInput:active,
select:active, .FormElementInput:focus,
select:focus {
    border: 1px solid #617750 !important;
    box-shadow: none !important;
}

.cartCol {
    border-bottom: 1px solid #f1f1f1;
    border-top: 0 !important;
}

.cartItemRowSpecial {
    border-top: 1px dashed #f1f1f1;
}

.cartItemRow:last-child .cartCol {
    border-bottom: 0 !important
}

#cartEstTotalValue {
    color: #000;
    font-size: 25px;
}

.sum-wrap {
    font-size: 16px !important;
    font-weight: normal;
}

#RestCart_EstimatePostalCode {
    text-align: center;
}

div.cartItemComment a {
    font-size: 12px !important;
    color: #617750;
    text-decoration: underline;
}

#body #RestCart_SavedCartsList .RESTsavedCartItem {
    margin-top: 0;
    padding-top: 10px;
}

#body .RestSavedCartUseCart a:hover, #body .RestSavedCartActions a:hover, #body .RestSavedCartDelete a:hover {
    color: #617750;
}

.FormButtonsGrayCart {
    background: #666;
    border-radius: 0;
    font-size: 16px !important;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 4px 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

    .FormButtonsGrayCart:hover {
        background: #617750;
    }

#RestCart_SavedCarts {
    margin-top: 100px !important;
}

.SavedCartsHeading {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.RestSavedCartUseCart input {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    text-transform: lowercase;
    font-family: inherit;
    font-style: italic;
    margin-right: 5px;
}

.gips-body {
    font-family: inherit !important;
}

.CheckoutInternationalAddress {
    display: none;
}

#RestCart_tabShippingAddress .CheckoutHeader,
#RestCart_tabPaymentInput .CheckoutHeader,
#RestCart_tabSummary .CheckoutHeader {
    font-size: 26px !important;
}

div#lblShippingMethodLegend1 {
    margin-top: -20px;
}

div#RestCart_totals {
    margin-top: 10px;
    border: 2px solid #fff;
    background: none;
    outline: 1px solid #ccc;
}

#RestCart_totals .orderSummaryTitle {
    padding: 10px;
    background-color: #617750;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
}

.reviewOrderShipping, .reviewOrderPayMethod, .reviewOrderShipMethod, .reviewOrderPayMethod {
    font-size: 16px;
}

.checkoutHeaderBG {
    background: #6c6057;
}

.orderSummaryLblTotal span.amount {
    font-size: 16px;
    font-weight: bold;
    color: #617750;
}

.sum-wrap.head {
    border-bottom: 2px solid #f1f1f1;
    font-weight: bold;
    font-size: 16px !important;
    color: #fff;
    text-transform: uppercase;
    background-color: #6c6057;
}

.sum-wrap.prod {
    border-bottom: 1px solid #ddd;
}

.RestCart_summaryItemsRow {
    border-bottom: 1px solid #ccc;
}

.prod-details-wrap .cartImg {
    width: 100px;
    text-align: center;
}

.editCartPlaceOrder {
    margin-top: 15px;
}

.PromotionalCodeForm .FormButtons {
    padding: 6px 52px 7px 22px;
    font-size: 16px;
    background-size: 29px;
}

#reviewPlaceOrder {
    margin-top: 20px;
    outline: 1px solid #a1a1a1;
    padding: 2px;
    background: none;
    border: 2px solid #fff;
    padding: 15px;
}

#checkoutContainer .reviewOrderEditLinks a,
#checkoutContainer .reviewOrderEditLinks a:link,
#checkoutContainer .reviewOrderEditLinks a:visited,
#checkoutContainer .editCartPlaceOrder a,
#checkoutContainer .editCartPlaceOrder a:link,
#checkoutContainer .editCartPlaceOrder a:visited,
#checkoutContainer .RestCheckoutForgotUserName a,
#checkoutContainer .RestCheckoutForgotUserName a:link,
#checkoutContainer .RestCheckoutForgotUserName a:visited {
    color: #617750;
}

    #checkoutContainer .reviewOrderEditLinks a:hover,
    #checkoutContainer .editCartPlaceOrder a:hover,
    #checkoutContainer .RestCheckoutForgotUserName a:hover {
        color: #000;
    }

.checkoutHeaderBG {
    font-size: 16px;
    padding: 6px 8px;
    background: #000;
    color: #FFF;
}

.itemsSummaryListHeader {
    background: #ccc;
    padding: 5px 10px;
    text-align: center;
}

#RestCart_SavedCartsList .RESTsavedCartItem {
    border-bottom: 1px solid #ccc;
}

.ShippingOption {
    margin-bottom: 8px;
}

    .ShippingOption input {
        margin-right: 3px;
    }

.checkoutrequred, .checkouterror, .checkoutrequired {
    color: #ff0000;
    text-align: left;
}

.orderSummaryBreak hr {
    background: #f1f1f1;
}

#body .continueShopping a, #body .continueShopping a:link, #body .continueShopping a:visited, #body .continueShopping a:hover {
    margin-top: 15px;
}

#checkoutContainer .ShoppingCartEmptyMessage {
    margin-top: 17px;
    margin-bottom: 20px;
}
/* CHECKOUT END*/

/*Sales Rep*/
.salesReps {
}

    .salesReps table {
        border-bottom: 15px solid #000;
        border-top: 1px solid #000;
    }

        .salesReps table:last-child {
            border-bottom: 0;
        }

    .salesReps td {
        padding: 7px;
        border-bottom: 1px solid #000;
    }

        .salesReps td:first-child {
            font-weight: 600;
            width: 18%;
            border-right: 1px solid #000;
            background: rgba(51,51,51, 0.05);
        }
/*Sales Rep*/
/*Quick Order By Item #*/
/*Quick Order By Item Number page*/
#tblAppendGrid {
    width: 100%;
}

    #tblAppendGrid .ui-widget-header {
        background: none;
        text-align: center;
        padding: 7px;
        font-weight: 500;
        color: #fff !important;
        font-size: 16px !important;
        border: none !important;
    }

    #tblAppendGrid .columnHead td {
        background: #000;
        padding: 12px;
        text-transform: uppercase;
    }

#tblAppendGrid_footer_td {
    text-align: left;
    background: none;
    border: 0;
    color: #000;
    border-top: 3px solid #000;
}

#tblAppendGrid td {
    border-color: #000;
}

#tblAppendGrid .remove, #tblAppendGrid .removeLast {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #d10101 !important;
    border: solid 1px #d10101;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 30px;
}

#tblAppendGrid .append {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #2ea125 !important;
    border: solid 1px #2ea125;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

#tblAppendGrid .remove .ui-icon-trash, #tblAppendGrid_footer_td .ui-icon-plusthick, #tblAppendGrid_footer_td .ui-icon-closethick {
    background: none !important;
}

#tblAppendGrid .remove::before {
    content: "\f1f8";
    font-family: FontAwesome;
    position: absolute;
    top: 4px;
    left: 10px;
    color: #fff;
    font-size: 20px;
}

#tblAppendGrid .append:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    top: 6px;
    left: 7px;
    color: #fff;
    font-size: 18px
}

#tblAppendGrid .removeLast:before {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    left: 7px;
    color: #fff;
    font-size: 18px
}

input[id^="tblAppendGrid_Price"]:focus, input[id^="tblAppendGrid_Extended"]:focus {
    background: none !important;
}

td[id^="tblAppendGrid_ItemNo"] {
    width: 12% !important;
}

td[id^="tblAppendGrid_ItemInformation"] {
    width: 40% !important;
}

span[id^="tblAppendGrid_ItemInformation"] {
    width: 100% !important;
    font-size: 16px;
}

td[id^="tblAppendGrid_Qty"] {
    width: 8% !important;
}

td[id^="tblAppendGrid_Price"] {
    width: 18% !important;
}

td[id^="tblAppendGrid_Extended"] {
    width: 15% !important;
}

#tblAppendGrid td.last {
    width: 5%
}

#tblAppendGrid input {
    background-color: #FFFFFF;
    color: #000;
    border: 1px solid #ccc;
    font-weight: normal;
    padding: 5px 11px 6px;
    font-size: 16px
}

    #tblAppendGrid input.errorItem {
        border-color: #d10101;
        border-width: 2px;
    }

    #tblAppendGrid input:read-only,
    #tblAppendGrid textarea:read-only,
    #tblAppendGrid input[readonly="readonly"],
    #tblAppendGrid textarea[readonly="readonly"] {
        background: none;
        border: 0;
        text-align: center;
    }

    #tblAppendGrid input:-moz-read-only,
    #tblAppendGrid textarea:-moz-read-only {
        background: none;
        border: 0;
        text-align: center;
    }

td#tblAppendGrid_ItemInformation_td_head {
    text-align: left !important;
}

.footerDetail div {
    padding-bottom: 10px;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 5px;
    font-weight: 700;
}

.footerDetail #totalDiv {
    font-size: 24px;
    margin-left: 20px;
    font-weight: 400;
    color: #000;
}
/*END Quick Order By Item Number page*/

/*Product View*/
.WaitingForCart {
    padding-top: 10px;
    text-align: center;
    height: 72px;
    padding-top: 32px;
}

#QtyPriceDiv {
    display: block !important;
    margin-bottom: 25px;
}

.backToCat {
    text-align: center;
    margin-top: 20px;
}

input#addtocartBT {
    font-size: 20px;
    padding: 15px 60px;
}

.COMProdContainer {
    margin-bottom: 50px;
}

.COMProdLeftContainer {
    float: left;
    width: 47%;
    margin-right: 25px;
}

.COMProdRightContainer {
    float: left;
    width: 50%;
}

.COMProdHeader h1 {
    font-size: 32px;
    color: #617750;
    font-weight: 500;
    margin: -4px 0 5px 0;
    text-transform: uppercase;
}

.COMProdContainer .openAccountDiv {
    margin-top: 22px;
}

.COMProdProperties {
    display: none;
}

.COMProdNewArrival {
    position: absolute;
    top: -6px;
    left: -6px;
}

.COMProdOnSale {
    position: absolute;
    top: -6px;
    left: -6px;
}

#COMCartSpan {
    clear: both;
}

.MainProdBox {
    width: 500px;
    height: 500px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    background: #fff;
    position: relative;
}

    .MainProdBox img {
        display: block;
        max-width: 500px;
        max-height: 500px;
        margin: auto;
    }

    .MainProdBox .ViewLarger {
        text-align: right;
        position: absolute;
        bottom: 7px;
        right: 10px;
    }

.ViewLarger {
}

.ProductThumbGridBox {
    display: table-cell;
    width: 110px;
    height: 110px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}

    .ProductThumbGridBox img {
        display: block;
        margin: auto;
        max-width: 110px;
        max-height: 110px;
    }

.thumbSelected .ProductThumbGridBox img {
    max-width: 106px;
    max-height: 106px;
}

.ProdThumbsBox {
    border: none;
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
}

    .ProdThumbsBox a {
        display: block;
        margin: auto;
    }

    .ProdThumbsBox:hover {
        border-color: #617750;
    }

    .ProdThumbsBox.thumbLast {
        margin-right: 0;
    }

.ProductThumbs {
    margin-top: 10px;
}

.ProdThumbsBox.thumbSelected {
    border: 3px solid #617750;
}

    .ProdThumbsBox.thumbSelected .ProductThumbGridBox {
        width: 106px;
        height: 106px;
    }

.COMProdContainer span#ProductPrice {
    font-size: 26px;
    color: #6c6057;
    font-weight: 400;
}

.COMProdContainer .COMProdPrice {
    display: inline-block;
}

.COMProdContainer .COMProdQty {
    float: left;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    display: block;
    margin-left: 38px;
}

.COMProdContainer .COMProdQtyHeading {
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    display: block;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 2px;
}

.COMProdContainer .fa-search-plus {
    color: #bfbfbf;
    font-size: 18px;
    z-index: 100;
}

#ProductDiscount,
.COMProdContainer span.CCOMProdPriceValue {
    color: #6c6057;
    font-weight: 500;
    font-size: 28px;
    display: inline-block;
}

span.QOUOMPrice {
    font-size: 20px;
    margin-left: -2px;
}

.COMProdUnitOfMeasure {
    display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    margin-left: 2px;
}

.COMProdRegPrice {
    display: inline-block;
}

    .COMProdRegPrice span.CCOMProdPriceValue {
        color: #adada6;
        font-size: 24px;
        text-decoration: line-through;
        display: inline-block;
        margin-left: 15px;
    }

.COMProdContainer span.COMProdPriceTag {
    font-style: italic;
    font-size: 12px;
}

.COMProdContainer .COMProdQtyTotal {
    float: right;
    text-align: right;
    margin-right: 20px;
}

.COMProdContainer .FormElementInput {
    background-color: #fff;
    color: #999999;
    font-size: 24px;
}

.COMProdContainer .FormElementInput {
    background-color: #fff;
    color: #000 !important;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #e3e3e3;
    border-top-color: rgb(227, 227, 227);
    border-right-color: rgb(227, 227, 227);
    border-bottom-color: rgb(227, 227, 227);
    border-left-color: rgb(227, 227, 227);
    width: 60px !important;
    border-color: #e2e2e2;
    float: left;
    padding: 6px 4px;
    /* width: 93px; */
    height: auto;
}

.COMProdOrderingGrid {
    background-color: #f5f5f5;
    /* height: 169px; */
    margin-top: 20px;
    clear: both;
    margin-bottom: 20px;
    padding: 25px;
}

.COMProdCasePackWrapper.COMcpItemCost {
    display: none;
}

.COMProdOrderingReqTag,
.COMProdOrderingReqTag,
.COMProdUPCTag,
.COMProdStockTag,
span.COMProdCasePackTag,
.COMProdDimensionsTag {
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    line-height: 21px;
    color: #617750;
    width: 105px;
    display: inline-block;
    vertical-align: top;
}

#COMCartSpan {
    clear: both;
    padding-top: 10px;
    text-align: center;
}

    #COMCartSpan #addtocartBT {
        font-size: 22px;
        padding: 20px 80px 20px 80px !important;
        text-align: center;
        position: relative;
        border: 0;
    }

.COMProdItemNum {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    color: #6c6057;
    margin-bottom: 20px;
}

span#ProductItemCode {
    font-weight: 300;
    margin-left: 3px;
}

.COMProdDesc {
    font-size: 25px;
    line-height: 1.4;
    color: #6c6057;
    margin-bottom: 0;
    margin-top: 10px;
    float: none;
    margin-bottom: 18px;
    font-style: normal;
}

    .COMProdDesc p:first-child {
        margin-top: 0;
    }

    .COMProdDesc p:last-child {
        margin-bottom: 0;
    }

span.at-icon-wrapper {
    border-radius: 24px;
    background: none !important;
}

.ShareToolbar {
    text-align: center;
    clear: both;
}

.ShareToolbarHeading {
    display: none;
}

.ShareToolbar .at-icon {
    fill: #fff !important;
    border: 0;
    background: #6c6057;
}

    .ShareToolbar .at-icon:hover {
        fill: #617750;
    }

span.at-icon-wrapper path {
    fill: #000;
    color: #fff;
}

.addthis_toolbox.addthis_32x32_style span path {
    line-height: 2pc;
    fill: #fff;
}

.addthis_toolbox.addthis_default_style.addthis_32x32_style {
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    display: inline-block;
    margin-top: 30px;
}

.COMProdQtyTotalTag {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
}

span#QtyAlert {
    display: block;
    padding-top: 4px;
    width: 100px;
}

span.COMProdQtyHeading {
    font-style: italic;
    font-size: 12px;
    color: #000;
}

span#multiplyIcon {
    float: left;
    line-height: 75px;
    color: #999999;
    margin-left: 40px;
    margin-right: 25px;
    margin-top: 10px;
}

span#equalIcon {
    float: left;
    line-height: 75px;
    margin-left: 30px;
    color: #999;
    margin-top: 10px;
}

.comReq {
    float: left;
}

.COMProdContainer .COMProdStock {
    color: #000;
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
    word-break: break-word;
}

.COMProdStock {
    display: none;
}

.COMProdCasePack {
    display: block;
}

.quickorderavailability.quickorderdetails {
    display: none;
}

td.QuickOrderTD.QuickOrderTDImage {
    width: auto;
    position: relative;
}

.quickorderwrapper .COMCatProdImg img {
    max-width: 224px;
    margin: 0 auto;
    display: block;
    margin-left: 15px;
}

#COMCartSpan {
    clear: both;
    padding-top: 10px;
}

span.gridListStyle {
    float: right;
}

.quickorderDesctiprion {
    display: none;
}

.productInfo {
    float: left;
}

button#addtocartBT .fa {
    font-size: 21px;
    background-color: #fff;
    color: #352000;
    padding: 2px 4px;
    margin-left: 15px;
    border-radius: 2px;
}

.COMProdOrderingReq {
    width: auto;
    float: left;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 21px;
    color: #617750;
}

.COMProdDescHeading {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}

.COMProdOrderingReqValue,
.COMProdUPCValue,
.COMProdCasePackValue,
.COMProdStockValue,
.COMProdDimensionsValue {
    color: #000;
    font-size: 16px;
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    width: 115px;
}

.COMProdDetails {
    float: left;
    width: 45%;
}

.COMCatProdDetails:hover, .COMCatName:hover {
    color: #617750;
}

.RecentlyViewdContainer {
    padding: 30px 0 0 0;
}

    .RecentlyViewdContainer .RelCarousel.COMCatProdCell {
        width: 175px;
    }

    .RecentlyViewdContainer .COMCatProdImg {
        width: 175px;
        height: 175px;
        display: table-cell;
        vertical-align: middle;
    }

        .RecentlyViewdContainer .COMCatProdImg a, .RecentlyViewdContainer .COMCatImg, .RecentlyViewdContainer .COMCatImg a {
            display: table-cell;
            width: 175px;
            height: 175px;
            vertical-align: middle;
            text-align: center;
        }

#RelatedInfo {
    background: #fff;
    padding: 30px 0 0 17px;
}

#relatedHeader {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 18px;
}

/* Owl Carousel - Animate Plugin*/

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* Owl Carousel - Auto Height Plugin*/

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/* Core Owl Carousel CSS File*/

.owl-carousel {
    display: none;
    width: 1000px;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    /*margin-top: 40px;*/
    margin-bottom: 70px;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
        padding-top: 5px;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: auto;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/* Owl Carousel - Lazy Load Plugin*/

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/*Owl Carousel - Video Plugin*/

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
    }

        .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
            background: #869791 none repeat scroll 0 0;
            color: #fff;
            text-decoration: none;
        }

    .owl-theme .owl-controls .owl-nav .disabled {
        cursor: default;
        opacity: 0.5;
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

    .owl-theme .owl-dots .owl-dot span {
        background: #d6d6d6 none repeat scroll 0 0;
        border-radius: 30px;
        display: block;
        height: 10px;
        margin: 5px 7px;
        transition: opacity 200ms ease 0s;
        width: 10px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #005aab none repeat scroll 0 0;
    }


/*.owl-nav{display: none;}*/

.owl-item .item {
    text-align: center;
    color: #636363;
}





.owl-next,
.owl-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center !important;
    color: rgba(0, 0, 0, 0) !important;
    top: 10px;
}

.owl-prev {
    position: absolute;
    left: -18px;
}

.owl-next {
    position: absolute;
    right: -50px;
}

.owl-prev:before {
    content: "\f053";
}

.owl-next:after {
    content: "\f054";
}

.owl-next:after, .owl-prev:before {
    font-family: FontAwesome;
    font-size: 20px;
    color: #000;
}

.owl-next:hover::after,
.owl-prev:hover::before {
    color: #617750;
}

#caruselCats .owl-next:after,
#caruselCats .owl-prev:before {
    color: #005aab;
}

.owl-theme .owl-controls {
    left: -54px;
    position: absolute;
    top: 80px;
    width: 1069px;
    height: 0;
}

.owl-dot {
    display: none !important;
}


/*#COMProdContainer.owl-carousel,
#caruselCats{padding: 25px 0 15px;}*/

#caruselCats .item a {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    /*display: table-cell;vertical-align:middle;height: 192px;width:124px;*/
    line-height: 1.2;
    /*padding: 0 20px;*/
}

    #caruselCats .item a:hover {
        text-decoration: none;
        color: #005aab;
    }

#caruselCats .item-image {
    height: 140px;
    width: 189px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    #caruselCats .item-image img {
        max-width: 140px;
        max-height: 140px;
        width: 140px;
        height: auto;
        margin: 0 auto;
    }

#COMProdContainer.owl-carousel {
    height: 146px;
}

    #COMProdContainer.owl-carousel .CatNameCell {
        position: absolute;
        top: 192px;
        background: #000;
        padding: 5px 10px;
        display: none;
    }

        #COMProdContainer.owl-carousel .CatNameCell a {
            color: #ffffff;
            font-size: 16px;
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
            text-align: center;
            display: block;
        }

    #COMProdContainer.owl-carousel .CatPicCell {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #COMProdContainer.owl-carousel img {
        max-height: 146px;
        max-width: 146px;
        width: 146px;
        height: auto;
        margin: 0 auto;
    }

#COMProdContainer .CatPicCell.owl-item {
    margin: 0 auto;
    text-align: center;
    width: 146px !important;
    height: 146px;
    /*padding: 0 4px;*/
}

    #COMProdContainer .CatPicCell.owl-item .COMCatProdImg a {
        display: table-cell;
        height: 147px;
        vertical-align: middle;
    }

#COMProdContainer .owl-item .floatLeft {
    float: none;
}

#COMProdContainer .CatPicCell.owl-item .COMCatProdImg div {
    width: 146px;
    height: 146px;
}

.showSchedule h2 {
    background: #e2e2e2;
    margin: 0;
    padding: 13px 10px;
    margin-bottom: -8px;
    margin-top: -8px;
    font-size: 21px;
    font-weight: 700;
}

.showSchedule p {
    margin-left: 15px;
    margin-right: 15px;
}
/**** SEARCH FILTERS CSS ****/
#customFilters {
    display: none !important;
}

.SearchProductResults {
}

.validationError {
    color: #FF0000;
    font-size: 12px;
    margin-top: 5px;
}


#productsResult .GridImage {
    width: 175px;
    height: 175px;
    padding: 5px;
}

    #productsResult .GridImage img {
        max-width: 100%;
        max-height: 100%;
    }

.COMSearchCell,
.CatSrchCell {
    float: left;
    width: 230px;
    margin: 0 20px 25px 0;
}

.COMSearchImg img,
.COMSearchProdCell img {
    max-width: 100%;
    max-height: 100%;
}

.COMSearchImg {
    width: 230px;
    height: 230px;
    border: 1px solid #e1e1e1;
    /* padding: 4px; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 4px 4px 0 4px;
}

.COMSearchProdImg {
    width: 175px;
    height: 175px;
    border: 1px solid #e1e1e1;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 4px 4px 0 4px;
}

.COMSearchProdCell {
    width: 175px;
    margin: 0 21px 25px 0;
    display: inline-block;
    float: none;
    vertical-align: top;
}

    .COMSearchProdCell.lastChild,
    .COMSearchProdCell:nth-child(4n),
    .CatSrchCell.lastChild,
    .COMSearchCell.lastChild {
        margin-right: 0;
    }

.COMSearchDescription {
    margin-bottom: 20px;
    line-height: 1.6;
    margin-top: -5px;
}

.COMSearchName,
.COMSearchProdDetails,
.COMSrchProdName {
    margin-top: 7px;
    text-align: center;
}

    .COMSearchName a,
    .COMSearchName a:link,
    .COMSearchName a:visited,
    .COMSearchProdName a,
    .COMSearchProdName a:link,
    .COMSearchProdName a:visited,
    .COMSrchProdName a,
    .COMSrchProdName a:link,
    .COMSrchProdName a:visited {
        color: #000;
        font-weight: bold;
        font-size: 13px;
        line-height: 1.3;
        text-decoration: none;
    }

        .COMSearchName a:hover,
        .OMCatProdName a:hover,
        .COMSrchProdName a:hover {
            color: #bd262d;
        }

.COMSrchPartNo,
.COMSearchPartNo {
    text-align: center;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: -1px;
}

    .COMSrchPartNo .NoItemsInCategory {
        line-height: 1.3;
    }

.CMProdPrice,
.COMSrchPrice,
.COMSearchProdPrice {
    font-size: 13px;
    text-align: center;
    margin-top: 3px;
    font-weight: 700;
}

.COMSearchHeader {
    background: #ededed;
    padding: 15px 40px;
    color: #888;
    text-transform: uppercase;
    font-family: 'Economica', sans-serif;
    font-weight: 700;
    font-size: 30px;
    float: none;
    width: 1062px;
    margin-left: -40px;
    margin-top: -30px;
    margin-bottom: 30px;
}

.COMSearchProdID,
.COMSearchProdBrand {
    display: none;
}

.ViewMoreLessLink {
    margin-top: 5px;
    margin-left: 5px;
}

    .ViewMoreLessLink a,
    .ViewMoreLessLink a:link,
    .ViewMoreLessLink a:visited {
        font-size: 12px;
        color: #000;
    }

        .ViewMoreLessLink a:hover {
            color: #bd262d;
        }

div#lblCheckAllProducts {
    display: none !important;
}

.COMFilterProductsSearch {
    margin-bottom: 30px;
}

.FormElementInputSearchBar {
    width: 62%;
    margin-right: 5px;
    height: 46px;
    position: relative;
    top: -3px;
}

.filtersHeading.filtersHeadingSearch {
    margin-top: 10px;
}

    .filtersHeading.filtersHeadingSearch:before {
        left: 0;
        width: 18px;
    }

    .filtersHeading.filtersHeadingSearch:after {
        right: 0;
        width: 18px;
    }

.customcenter {
    color: #6c6057;
    background: #e7ddc5;
    clear: both;
}

    .customcenter p {
        margin: 0;
        padding: 30px 0 40px 0;
        text-align: center;
        font-size: 23px;
    }
/***** SEARCH FILTERS END *****/
#body .OrderHistoryHeader {
    background: #000;
    color: #fff;
}

#body .ShippingOptionsAccount {
    margin: 5px 0 5px 35px;
}

span.sameasbilling {
    font-size: 16px;
    margin-left: 15px;
}

    span.sameasbilling input {
        margin-right: 3px;
    }

.footer-phone-number {
}

    .footer-phone-number.first-child {
    }

.auto-required-note {
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
}

.RegisterLoading {
    margin-top: 15px;
    line-height: 37px;
    font-weight: bold;
}

#RegFormBilling .FormElementInput {
    margin: 10px 7px;
}

#registrationautoapprovaldata .FormButtons {
    margin-top: 15px;
}

#registrationautoapprovaldata tr td:last-child {
    color: #d10101;
}

#registrationautoapprovaldata td .FormElementInput {
    margin-right: 3px;
}

#thover {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .6
}

#tpopup {
    position: absolute;
    width: 600px;
    height: auto;
    background: #fff;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    padding: 60px 0;
    margin-left: -320px;
    margin-top: -150px;
    text-align: center;
    box-shadow: 0 0 10px 0 #000;
    z-index: 1000;
}

#tclose {
    position: absolute;
    background: black;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #000;
}

#body .addthis_default_style .at300b,
#body .addthis_default_style .at300bo,
#body .addthis_default_style .at300m {
    padding: 0 4px;
}

#body #checkoutContainer .ui-widget button {
    font-size: 16px;
}

#body .CartSubtotalShippingContainer {
    width: 300px;
}

#body .cartTotalsLabel {
    width: 165px;
}

input.FormButtons.FormButtonsSearchButton {
    position: relative;
    top: -2px;
}

.template-info-bubble {
    background: rgb(204, 85, 40);
    padding: 13px 13px 13px 35px;
    text-align: left;
    color: #fff;
    position: relative;
}

    .template-info-bubble:before {
        content: "\f05a";
        font-family: FontAwesome;
        position: absolute;
        left: 13px;
        top: 12px;
    }

    .template-info-bubble.cc-info-box {
        margin-bottom: 20px;
    }

button.FormButtons {
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
}

#ShoppingCartContainer #GlobalErrors {
    display: none !important;
}


.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

/* Styles for the gallery */

.tz-gallery {
    padding: 40px;
}

    .tz-gallery .thumbnail {
        padding: 0;
        margin-bottom: 30px;
        border: none;
    }

    .tz-gallery img {
        border-radius: 2px;
    }

    .tz-gallery .caption {
        padding: 26px 30px;
        text-align: center;
    }

        .tz-gallery .caption h3 {
            font-size: 16px;
            font-weight: bold;
            margin-top: 0;
        }

        .tz-gallery .caption p {
            font-size: 12px;
            color: #7b7d7d;
            margin: 0;
        }

.baguetteBox-button {
    background-color: transparent !important;
}

.homePage .customcenter {
}

.ourStory {
    float: left;
    width: 75%;
    padding-right: 22px;
}

.outStoryImg {
    float: right;
    width: 22%;
}

#RestCart_CartItems .prod_headwrap {
    background: #6c6057;
}

#cartSubTotalValue, #RestCart_listEstimateRate, #cartEstTotalValue {
    font-weight: 500;
}

form#smalllogon {
    font-size: 17px;
}

@media screen and (min-width: 640px) {
    #RestCartItems .cartRemoveBtn {
        position: absolute;
        display: inline-block;
        right: 0;
        top: 63px;
    }
}

.orderSummaryLbl {
    font-size: 17px !important;
}

.blogArticle {
    clear: both;
}

.blogImage {
    float: right;
    width: 30%;
    margin-top: 147px;
}

.blogText {
    width: 70%;
    float: left;
    padding-right: 40px;
}

.breadcrumb-container {
    background-color: #e7ddc5;
    padding: 25px 0;
    font-size: 23px;
    min-width: 1150px;
}

.CheckoutBreadcrumb li i {
    border-radius: 100%;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
}

.reviewOrderShipping, .reviewOrderPayMethod, .reviewOrderShipMethod, .reviewOrderPayMethod {
    font-size: 15px !important;
}

.reviewOrderHeader {
    font-weight: bold;
    font-size: 18px !important;
}

.companyGifts {
    padding-top: 35px;
    display: block;
    padding-bottom: 35px;
}

    .companyGifts .fa {
        font-size: 48px;
        color: #617750;
    }

.footer-email {
    color: #fff;
}

    .footer-email a {
        color: #fff;
    }

/******************CHECKOUT CSS**************************/
div {
    padding: 0;
}

.checkoutdiv {
    float: left;
    width: 670px;
    text-align: left;
    min-height: 400px;
    margin-left: 10px;
}

    .checkoutdiv td {
        text-align: left;
    }

.checkoutlogo {
    float: left;
    margin-top: 12px;
}

.checkoutsecure {
    float: right;
}

#checkoutcontainer .PrimaryBoldText {
    background: none;
    color: #232221;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 25px;
    text-align: left;
}

#checkoutcontainer #tblCheckOut .PrimaryBoldText {
    line-height: 20px;
    text-align: left;
}

#checkoutcontainer .Primary {
    background: none;
    color: #232221;
    text-align: left;
}

#checkoutcontainer .ReducedText {
    color: #232221;
    line-height: 20px;
    text-align: left;
}

div#checkoutcontainer img {
    vertical-align: inherit !important;
}

#checkoutcontainer .CheckoutHeader {
    background: none;
    font-size: 20px;
    font-weight: bold;
    color: #232221;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
}

.checkouterror,
.checkoutrequred {
    color: #d10101;
    font-weight: bold;
    text-align: left;
}

.checkoutrequred {
    padding-left: 2px;
}

#checkoutcontainer .PrimaryBoldText {
    color: #232221;
    background: none;
    text-align: left;
}

#mainReg select,
#mainReg .FormElementInput,
#checkoutcontainer .FormElementInput,
#checkoutcontainer select {
    background: #FFF;
    color: #232221;
    border: 1px solid #959595;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding: 5px 11px 6px;
}

#checkoutcontainer select {
    font-size: 14px;
}

    #mainReg select:active,
    #mainReg .FormElementInput:focus,
    #checkoutcontainer .FormElementInput:active,
    #checkoutcontainer select:active,
    #checkoutcontainer .FormElementInput:focus,
    #checkoutcontainer select:focus {
        border: 1px solid #617750;
        /*background-color: #e7e7e7;*/
    }

#checkoutcontainer .findcvvcode {
    font-size: 12px;
    color: #617750;
    font-weight: normal;
    cursor: pointer;
}

#checkoutcontainer select {
    padding: 5px;
}

#checkoutcontainer .FormButtonsModify {
    font-size: 12px;
    border: 0px;
    background: none;
    color: #617750;
    font-weight: bold;
    margin-left: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
    text-decoration: underline;
}

input#ModifyCart {
    margin-bottom: -9px;
    margin-top: 2px;
    font-size: 13px !important;
    padding: 3px 12px !important;
}

#checkoutcontainer .Step4DetailsHeader {
    background: #777;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px;
    font-weight: normal;
}

#checkoutcontainer .Step4DetailsItem {
    border-bottom: 1px solid #ccc;
}

#checkoutcontainer .step4orderototal {
    font-size: 17px !important;
    color: #617750;
    font-weight: bold;
}

#checkoutcontainer #GoOrder,
#checkoutcontainer #GoOrder3 {
    color: #FFF;
    background: #617750;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 1px solid #617750;
}

    #checkoutcontainer #GoOrder:hover,
    #checkoutcontainer #GoOrder3:hover {
        background: #617750;
        text-decoration: underline;
    }

#checkoutcontainer .step4placeorder {
    background: #ededed;
    border: 1px solid #b2b2b2;
    padding: 0px;
}

#checkoutcontainer .step4placeorderborder {
    border: 2px solid #FFF;
    padding: 20px 15px;
}

#checkoutcontainer .ordersummarybox {
    width: 265px;
    background: #ededed;
    float: right;
    vertical-align: top;
    margin-right: 5px;
    border: 1px solid #B2B2B2;
}

#checkoutcontainer .ordersummaryheading {
    background: #617750;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding: 8px 15px;
    border: 2px solid #FFF;
    border-bottom: 1px solid #fff;
    text-align: left;
}

#checkoutcontainer .itemsincartsummary {
    font-size: 15px;
    padding: 8px 0px 3px 0px;
    text-align: left;
}

#checkoutcontainer #ordersummarytable {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 19px;
    padding-bottom: 15px;
}

    #checkoutcontainer #ordersummarytable td {
        font-size: 17px;
    }

#checkoutcontainer .ordersummarybody,
#checkoutcontainer #cartminidetails,
#checkoutcontainer #placeorderbuttonsummary {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 0 10px;
}

#checkoutcontainer .ordersummarybottomborder {
    border-bottom: 2px solid #fff;
}

#checkoutcontainer .shippingtaxnextsstep {
    text-transform: uppercase;
    font-size: 9px !important;
    color: #666666;
    text-align: center;
}

#checkoutcontainer #cartminidetails {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 11px;
}

    #checkoutcontainer #cartminidetails td {
        font-size: 16px !important;
    }

    #checkoutcontainer #cartminidetails .Step4DetailsHeader {
        font-size: 13px !important;
        margin-top: 30px;
    }

#checkoutcontainer #placeorderbuttonsummary {
    text-align: center;
    padding: 5px 0px 20px 0px;
}

#checkoutcontainer #termsLink {
    color: #232221;
    cursor: text;
}

#checkoutcontainer #BillingStateData,
#checkoutcontainer #ShippingStateData {
    width: 110px !important;
    padding-left: 3px;
    padding-right: 3px;
}

#checkoutcontainer #BillingAddressCountry,
#checkoutcontainer #ShippingAddressCountry {
    width: 122px !important;
    padding-left: 3px;
    padding-right: 3px;
}
/*custom font*/
.breadcrumbcheckout {
    /*centering*/
    display: inline-block;
    overflow: hidden;
    border: 1px solid #b2b2b2;
    background: #ededed;
    margin-bottom: 30px;
    width: 100%;
}

    .breadcrumbcheckout span {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 22px;
        line-height: 30px;
        color: white;
        /*need more margin on the left of links to accomodate the numbers*/
        padding: 10px 24px 10px 44px;
        padding: 10px 24px 10px 43px\9;
        position: relative;
        font-weight: bold;
        background: #e3e3e3;
        border-top: 1px solid #fff;
        cursor: pointer;
    }
        /*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
        .breadcrumbcheckout span:first-child {
            padding-left: 10px;
            padding-right: 5px;
        }

            .breadcrumbcheckout span:first-child:before {
                left: 14px;
            }

        .breadcrumbcheckout span:last-child {
            -webkit-padding-start: 39px;
        }

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.securecheckout:after,
.completedstep:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -15px; /*half of square's length*/
    /*same dimension as the line-height of .breadcrumb a */
    width: 30px;
    height: 30px;
    /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
    -moz-transform: scale(1.2) rotate(45deg);
    -ms-transform: scale(1.2) rotate(45deg);
    -o-transform: scale(1.2) rotate(45deg);
    -webkit-transform: scale(1.2) rotate(45deg);
    transform: scale(1.2) rotate(45deg);
    /*we need to prevent the arrows from getting buried under the next link*/
    z-index: 1;
    /*background same as links but the gradient will be rotated to compensate with the transform applied*/
    background: transparent;
    /*stylish arrow design using box shadow*/
    box-shadow: 2px -2px 0 2px #fff, 3px -3px 0 2px #fff;
    /*
		5px - for rounded arrows and
		50px - to prevent hover glitches on the border created using shadows*/
    border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumbcheckout span:last-child:after {
    content: none;
}
/*we will use the :before element to show numbers*/

.breadcrumbcheckout span, .breadcrumbcheckout span:after {
    color: #999;
    background: transparent;
}

    .breadcrumbcheckout span:before {
        background: white;
        box-shadow: 0 0 0 1px #ccc;
    }

    .breadcrumbcheckout span.active,
    .breadcrumbcheckout span.active:after {
        color: #617750;
    }

.securecheckout,
.securecheckout:after {
    background: #777 !important;
    color: #FFF !important;
    border-top: 1px solid #FFF !important;
}

.completedstep,
.completedstep:after {
    color: #fff !important;
    background: #617750 !important;
    border-top: 1px solid #FFF !important;
}

.ccactive {
    display: block !important;
}

.step2height {
    min-height: 180px;
}



/* NEW CART CSS*/
#cartContainerDiv,
#frmCart {
    width: 100%;
    float: left;
}

#frmCart {
    margin-top: 13px;
}

#COMEmptyCart {
    /*font-weight: bold;
    font-size: 14px;*/
    margin-bottom: 10px;
}

/*#JSONCart,*/
#COMCartSummaryBox {
    border-top: 1px solid #617750;
    border-left: 2px solid #617750;
    border-right: 2px solid #617750;
    border-bottom: 1px solid #617750;
}

#JSONCart {
    border: none 0;
}

.COMCartHeader {
    background: none;
    text-align: center;
    padding: 7px;
    font-weight: 600;
    color: #000 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    border-bottom: solid 2px #617750;
    border-top: 2px solid #617750;
}

.COMCartItemImage {
    width: 10%;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
}

.COMCartItemDetails {
    width: 40%;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
    text-transform: uppercase;
}

.COMCartItemQTY {
    width: 10%;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
    text-align: center;
}

.COMCartItemPriceTD {
    width: 10%;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
    text-align: center;
}

.COMCartItemTotal {
    width: 10%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
}

.COMCartDeleteBtn .FormButtons,
.COMCartClearSave .FormButtons {
    background: #dcdbdb !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 2px !important;
    margin-top: 7px;
}

#COMCartSavedCartHolder .FormButtons {
    background: none repeat scroll 0 0 #dcdbdb;
    border: 1px solid #dcdbdb;
    color: #000 !important;
    font-size: 11px !important;
    font-weight: bold !important;
    padding: 2px 7px !important;
    text-transform: none !important;
    margin-top: 0px !important;
    cursor: pointer;
}

.SaveCartNoCarts {
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 15px;
}

.gips-container .Formbuttons {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #232221 !important;
    font-size: 11px !important;
    font-weight: bold !important;
    padding: 2px !important;
    text-transform: none !important;
    margin-top: 0px !important;
    text-align: center;
}

.RenameCartRow .FormButtons {
    width: 55px !important;
    margin-left: 15px;
}

.RenameCartRow .FormElementInput {
    width: 240px !important;
}

.COMCartUpdateButton .FormButtons,
.COMCartDeleteBtn .FormButtons,
.FormButtonsDisabled {
    background: transparent !important;
    border: 0px !important;
    color: #000 !important;
    font-size: 11px !important;
    font-weight: bold !important;
    padding: 2px !important;
    width: 75%;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 10px;
    text-decoration: underline;
}

    .COMCartUpdateButton .FormButtons:hover,
    .COMCartDeleteBtn .FormButtons:hover,
    .FormButtonsDisabled:hover {
        color: #617750 !important;
    }


/*.COMCartSeparator {
    background: #617750;
    height: 1px;
}*/

.COMCartDeleteBtn {
    margin-top: 7px;
}

.COMCartSubtotalLeft {
    font-size: 18px !important;
    font-weight: bold !important;
    padding-right: 10px;
    text-align: right;
}

.COMCartSubtotalRight {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #617750 !important;
    text-align: right !important;
    padding-right: 15px !important;
}

.COMCartBottomSeparator {
    display: none;
}

.COMCartClearSave span {
    float: left;
    width: 95px;
    text-align: left;
}

.COMCartClearSave .FormButtons {
    width: 90% !important;
    padding: 5px 6px !important;
    font-size: 13px !important;
    /* font-weight: normal !important; */
    text-align: center !important;
}

.COMCartClearSave {
    float: left;
}

.COMCartCheckoutShop {
    float: right;
    width: 315px;
    text-align: right;
}

    .COMCartCheckoutShop span {
        text-align: right;
    }

#COMConShopSpanNew {
    float: right;
    vertical-align: top;
}

    #COMConShopSpanNew .FormButtons {
        background: none !important;
        width: 144px !important;
        text-transform: none !important;
        border: 0px !important;
        text-decoration: underline !important;
        font-weight: normal !important;
        color: #000 !important;
        font-size: 14px;
        padding-top: 8px;
    }

        #COMConShopSpanNew .FormButtons:hover {
            color: #617750 !important;
        }

#COMCheckoutSpan .FormButtons {
    width: 145px !important;
    margin-left: 25px;
    margin-bottom: 5px;
    /* padding: 3px 7px !important; */
    /* color: #000; */
}

#COMCheckoutPaypalSpan,
#COMCheckoutSpan {
    float: right;
}

#COMCartCheckoutShopButtons #COMConShopSpanNew,
#COMCartCheckoutShopButtons #COMCheckoutSpan,
#COMCartCheckoutShopButtons #COMCheckoutPaypalSpan {
    margin-top: 7px;
}

.cartclearboth,
.clearboth,
.clearBoth {
    clear: both !important;
}

#SaveCartDiv {
    width: 75%;
    margin-top: 40px;
}

.SavedCartHeader {
    font-size: 20px !important;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

#SaveCartConfirm,
#SaveCartLoadConfirm {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    color: #617750;
}

    #SaveCartLoadConfirm a,
    #SaveCartLoadConfirm a:link,
    #SaveCartLoadConfirm a:visited {
        color: #232221 !important;
        text-decoration: underline;
    }

.COMCartErrorDiv {
    margin-bottom: 10px;
    margin-top: 10px;
}

.COMSaveCartModal {
    background: #fff;
    width: 450px;
    padding-bottom: 10px;
}

    .COMSaveCartModal td {
        padding: 6px !important;
    }

    .COMSaveCartModal .FormButtons {
        background: none repeat scroll 0 0 #232221 !important;
        border: 1px solid #232221 !important;
        color: #FFFFFF !important;
        font-size: 11px !important;
        font-weight: bold !important;
        padding: 2px !important;
        text-transform: none !important;
        margin-top: 15px;
        width: 98% !important;
    }

.COMSaveCartModalHeader {
    font-size: 14px !important;
    font-weight: bold;
    padding-bottom: 5px;
    background: #620E0E;
    color: #fff !important;
}

#COMStartShopping {
    margin-bottom: 30px;
}

.COMCartModifier {
    /* float: left;*/
    width: 100%;
}

.COMCartSubtotalLeftTable {
    border-top: 1px solid #617750;
    padding: 10px 0;
    border-bottom: 2px solid #617750;
}

#cartbuttonstop {
    margin-bottom: 10px;
    margin-top: -10px;
    float: right;
}

#cartError {
    color: #FF0000;
    font-weight: bold;
    line-height: 2;
    text-align: left;
}

#JSONCart .FormElementInput {
    padding: 2px !important;
    width: 40px !important;
}

#JSONCart .imgError {
    margin: 0px 4px;
}

#COMCartSummaryBox {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    margin-right: -3px;
    margin-top: 15px;
    width: 305px;
    padding-bottom: 5px;
}

.COMCartSummaryBoxHeading {
    background: #617750;
    text-align: left;
    padding: 7px;
    font-weight: bold;
    color: #fff !important;
    font-size: 14px !important;
}

.COMCartSummarySubtotal,
.COMCartSummaryEstimatedShipping,
.COMCartSummaryTotal {
    float: left;
    padding-left: 10px;
    padding-bottom: 4px;
}

.COMCartSummarySubtotalAmount,
.COMCartSummaryEstimatedShippingAmount,
.COMCartSummaryTotalAmount {
    float: right;
    padding-right: 10px;
    padding-bottom: 4px;
}

.COMCartSummaryFinePrint {
    font-size: 9px;
    color: #666;
    text-align: center;
    padding: 5px 10px;
}

.COMCartSummarySubtotal,
.COMCartSummarySubtotalAmount {
    margin-top: 10px;
}

.COMCartSummaryTotal,
.COMCartSummaryTotalAmount {
    font-weight: bold;
    font-size: 13px;
}

.COMCartSaveCartDiv {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}

#savecartshowMoreLink {
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px !important;
    text-decoration: underline !important;
    margin-top: 10px;
    display: block;
}

.COMSaveCartRemove {
    background: url("../content/images/remove_savecart.png") no-repeat;
    background-position: right top;
    display: block;
    height: 19px;
    width: 14px;
    cursor: pointer;
    padding-left: 25px;
}

.COMCartSavedCartRow {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 4px;
}

.RenameCartRow a,
.RenameCartRow a:link,
.RenameCartRow a:visited {
    font-size: 14px;
}

#CartRelatedInfo {
    float: left;
    vertical-align: top;
    margin-top: 7px;
    width: 125px;
    margin-left: 50px;
}

.CartRelatedItemsHeader {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.CartRelatedItemsRow {
    margin-bottom: 15px;
    width: 115px;
}

    .CartRelatedItemsRow img {
        margin-bottom: 2px;
        width: 100px;
    }

#COMStartShopping .FormButtons {
    width: 250px !important;
}

.COMCartProdIMG {
    margin-right: 5px;
}

input#Cancel, #CancelProcess {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #617750;
    color: #fff;
    padding: 15px 23px 15px 23px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    position: relative;
    border: 0;
}

#COMMySavedCartSpan .FormButtons {
    width: 120px !important;
    background: none !important;
    border: 0px !important;
    text-decoration: underline;
    margin-left: 10px;
    color: #232221 !important;
    text-transform: none !important;
}

.SaveCartNewNameCancel {
    background: url('../content/images/cancel_rename.png') no-repeat;
    background-position: top;
    width: 14px;
    height: 16px;
    border: 0px;
    margin-left: 15px;
    cursor: pointer;
}

.CartNewNameSave {
    background: url('../content/images/rename_cart.png') no-repeat;
    background-position: top;
    width: 14px;
    height: 16px;
    border: 0px;
    margin-left: 15px;
    cursor: pointer;
}

.SaveCartRemoveInside {
    text-align: left;
    padding-right: 15px;
    height: 60px;
}

.SaveCartUseCart {
    text-align: left;
    padding-right: 15px;
}

    .SaveCartUseCart .FormButtons {
        width: 45% !important;
        text-align: center;
    }

#mainCartTable #Loading {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 45px;
    line-height: 2;
    padding: 15px;
    width: 160px;
    font-weight: bold;
    box-shadow: 0px 0px 10px #232221;
}

.gips-container {
    height: 70px;
    width: 252px;
    position: absolute;
    line-height: 14px;
}

.gips-body {
    color: White;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    width: 220px;
    height: auto;
    padding: 10px;
    padding-right: 20px;
    position: relative;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-behavior: url(PIE.htc);
    behavior: url(PIE.htc);
    top: 11px;
}

    .gips-body.yellow {
        background-color: #617750;
    }

    .gips-body.red {
        background-color: #CB2026;
        padding-right: 20px;
        width: 210px;
    }

    .gips-body.green {
        background-color: #617750;
    }

.gips-close {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
    background: url('../content/images/close_callout.png');
    width: 16px;
    height: 14px;
}

.gips-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    position: absolute;
}

/*icon at the top*/

.gips-icon-top {
    margin-left: 12px;
}

    .gips-icon-top.red {
        border-color: transparent transparent #CB2026 transparent;
    }

    .gips-icon-top.green {
        border-color: transparent transparent #617750 transparent;
    }
/*icon at the left*/

.gips-icon-left {
    margin-top: 12px; /*   float: left;*/
}

    .gips-icon-left.yellow {
        border-color: transparent #617750 transparent transparent;
    }
