body
{
    min-width: 100px;
}
.mobilestore-header {
    background: #eed1c9;
    padding: 10px;
    text-align: center;
}

.shopMenu {
    color: transparent;
     width: 40px; 
     height: 30px; 
    overflow: hidden;
    z-index: 10;
    position: relative;
    cursor: pointer;
}

    .shopMenu:before {
        content: "\f0c9";
        font-family: FontAwesome;
        color: #000;
        font-size: 30px;
        line-height: 1;
    }

.mobile-main-store-navigation {
    float: left;
    width: 40px;
    height: 30px;
}
.shopMenuContents {
    display: none;
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    z-index: 100;
}
.shopMenuContents ul {
    background: rgba(0,0,0,.93);
    border-top: none !important;
    padding: 10px 20px;
    list-style: none;
    margin: 0;

}

    .shopMenuContents ul ul {
        background: none;
        padding: 0 0 0 20px;
        position: relative;
        display: block;
    }
.shopMenuContents ul li a {
    color: #FFF;
    font-family: "bebas-neue",sans-serif;
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 17px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: left;
}
    ul
    {
        box-sizing: border-box;
    }
.mobilestorelogo {
    text-align: center;
    margin: auto;
    display: inline-block;

}
.headerCart {
    float: right;
    height: 40px;
    width: 40px;
    overflow: hidden;
}
    .headerCart a
    {
        color: transparent;
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
    }
        .headerCart a:before {
            content: "";
            width: 28px;
            height: 28px;
            float: right;
            background: url(../content/images/shop/cart-icon.png);
            background-repeat: no-repeat;
            background-size: 100% 200%;
            background-position: 0 100%;
            display: block;
            margin-right: 4px;
            margin-top: 0;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }
.mobile-page-heading {
    background: #eed1c9;
    text-align: center;
    padding: 15px 0 90px 0;
}
    .mobile-page-heading h1 {
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        font-size: 78px;
        font-family: "bebas-neue",sans-serif;
        line-height: 1;
    }
.CatPicCell
{
    width: 80%;
}
.COMCatProdImg {
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.CatPicCell img {
    border: 0;
    width: 100%;
}
.COMCatBGImage {
    width: 100%;
    height: 100%;
}
    .mobile-store-footer {
    padding-top: 50px;
    padding-bottom: 20px;
}
.footer-logo {
    float: none;
    text-align: center;
}
ul.cb-footer-sm {
    display: block;
    float: none;
    margin: 15px 0 10px 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: center;
}
ul.cb-footer-sm:after
{
    content: '';
    clear: both;
    display: table;
}
ul.cb-footer-sm li {
    display: inline-block;
    float: none;
    margin: 0 5px;
    padding: 0;
    position: relative;
}
form.af-form-wrapper {
    float: none;
    clear: both;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 35px;
}
span.af-textWrap input {
    min-width: 100%;
    width: 100%;
}
span.af-element.buttonContainer {
    margin-left: 0;
    margin-top: 15px;
    display: block;
}
.cb-subfooter.cb-subfooter-left {
    float: none;
    font-size: 9px;
    margin-top: 18px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    width: 80%;
    margin-top: 20px;
}
.cb-subfooter.cb-subfooter-right {
    float: none;
    margin-top: 18px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}
.mobilebodydiv {
    padding: 20px;
    min-height: 400px;
}
#smalllogon {
    width: 100%;
}
#smalllogon .FormButtons
{
    margin-top: 5px;
}
#smalllogon td
{
    padding-bottom: 15px !important;
}
.mobile-page-heading.mobile-page-heading-content {
    padding: 15px 0 30px 0;
}
.mobile-page-heading.mobile-page-heading-content h1
{
    font-size: 60px;
}
#cartContainerDiv {
    margin-bottom: 30px;
    margin-top: 30px;
}
#JSONCart .FormElementInput {
    height: 35px;
}
.FormButtonsDelete {
    background: none;
    border: 0;
    padding: 0;
    text-decoration: underline;
    margin: 10px 0;
}
tr#COMCartSubtotalRow {
    font-size: 20px;
}

#COMContinueShopSpan .FormButtons,
#COMCheckoutSpan .FormButtons,
#COMUpdateCartQTY  .FormButtons{
    width: 100% !important;
    margin-bottom: 15px !important;
}
div#COMCartCheckoutShopButtons {
    margin-top: 20px;
}
#mainDiv > table {
    width: 100% !important;
}
.PrimaryBoldText {
    background: none;

}
.FormElementInput,
select
{
    width: 100%;
    font-family: inherit;
}
#stmobile #cartError {
    margin-bottom: 15px;
    color: #CB2026;
}

#stmobile .CartSingleError {
    margin-bottom: 4px;
}

#stmobile input[type="checkbox"],
#stmobile input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
/****** ADD TO HOME SCREEN CSS START ******/
.ath-viewport * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ath-viewport {
    position: relative;
    z-index: 2147483641;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.ath-modal {
    pointer-events: auto !important;
    background: rgba(0,0,0,0.6);
}

.ath-mandatory {
    background: #000;
}

.ath-container {
    pointer-events: auto !important;
    position: absolute;
    z-index: 2147483641;
    padding: 0.7em 0.6em;
    width: 18em;
    background: #eee;
    background-size: 100% auto;
    box-shadow: 0 0.2em 0 #d1d1d1;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
}

    .ath-container small {
        font-size: 0.8em;
        line-height: 1.3em;
        display: block;
        margin-top: 0.5em;
    }

.ath-ios.ath-phone {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}

.ath-ios6.ath-tablet {
    left: 5em;
    top: 1.8em;
}

.ath-ios7.ath-tablet {
    left: 0.7em;
    top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet,
.ath-ios.ath-tablet {
    right: 0.4em;
    top: 1.8em;
}

.ath-android {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}

/* close icon */
.ath-container:before {
    content: '';
    position: relative;
    display: block;
    float: right;
    margin: -0.7em -0.6em 0 0.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
    background-color: rgba(255,255,255,0.8);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 2.7em;
    height: 2.7em;
    text-align: center;
    overflow: hidden;
    color: #a33;
    z-index: 2147483642;
}

.ath-container.ath-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    float: none;
}

.ath-mandatory .ath-container:before {
    display: none;
}

.ath-container.ath-android:before {
    float: left;
    margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
    position: absolute;
    right: auto;
    left: 0;
    margin: 0;
    float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {
}

.ath-action-icon {
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon,
.ath-ios .ath-action-icon {
    width: 1.6em;
    height: 1.6em;
    background-image: url(data:image/png;base64,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);
    margin-top: -0.3em;
    background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
    width: 1.8em;
    height: 1.8em;
    background-image: url(data:image/png;base64,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);
    margin-bottom: 0.4em;
    background-size: 100% auto;
}

.ath-android .ath-action-icon {
    width: 1.4em;
    height: 1.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
    background-size: 100% auto;
}

.ath-container p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2147483642;
    text-shadow: 0 0.1em 0 #fff;
    font-size: 1.1em;
}

.ath-ios.ath-phone:after {
    content: '';
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    bottom: -0.9em;
    left: 50%;
    margin-left: -1em;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
    box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
    content: '';
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    top: -0.9em;
    left: 50%;
    margin-left: -1em;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
    z-index: 2147483641;
}

.ath-application-icon {
    position: relative;
    padding: 0;
    border: 0;
    margin: 0 auto 0.2em auto;
    height: 6em;
    width: 6em;
    z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
    border-radius: 1em;
    box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3), inset 0 0.07em 0 rgba(255,255,255,0.5);
    margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
    .ath-container.ath-phone {
        width: 24em;
    }

    .ath-android.ath-phone {
        margin-left: -12em;
    }

    .ath-ios.ath-phone {
        margin-left: -12em;
    }

    .ath-ios6:after {
        left: 39%;
    }

    .ath-ios8.ath-phone {
        left: auto;
        bottom: auto;
        right: 0.4em;
        top: 1.8em;
    }

        .ath-ios8.ath-phone:after {
            bottom: auto;
            top: -0.9em;
            left: 68%;
            z-index: 2147483641;
            box-shadow: none;
        }
}

.ath-samsungAndroid {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}

.ath-stockAndroid {
    right: 1.5em;
    top: 1.8em;
}

.ath-samsungAndroid:after {
    content: '';
    background: #eee;
    background: -webkit-linear-gradient(135deg, rgba(238,238,238,0) 0%,rgba(238,238,238,0) 50%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 100%);
    position: absolute;
    width: 2em;
    height: 2em;
    bottom: -1.5em;
    left: 0;
}

.ath-stockAndroid:after {
    content: '';
    background: #eee;
    background: -webkit-linear-gradient(-45deg, rgba(238,238,238,0) 0%,rgba(238,238,238,0) 50%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 100%);
    position: absolute;
    width: 2em;
    height: 2em;
    top: -1.5em;
    right: 0;
}

.ath-container.ath-stockAndroid:before {
    float: left;
    margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-stockAndroid.ath-icon:before {
    position: absolute;
    right: auto;
    left: 0;
    margin: 0;
    float: none;
}

/*
 * The following is not strictly needed and should be customized. If you want you can have an icon inside the message.
 * All you need to to is to add a special %icon tag in the message string (see below)
 */
.ath-stockAndroid .ath-action-icon,
.ath-samsungAndroid .ath-action-icon {
    width: 1.2em;
    height: 1.2em;
    /* DO NOT include the code below, it's just for the sake of this demo and to demostrate how the %icon tag works */
    background-image: url(data:image/png;base64,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);
    background-size: auto 100%;
}

/****** ADD TO HOME SCREEN CSS END ******/
#stmobile .MultiOrderTable {
    padding-top: 10px;
}

    #stmobile .MultiOrderTable td {
        font-size: 12px !important;
    }

#stmobile .GridProductTD {
    border-top: 1px solid #E5E5E5;
    background: #f2f2f2;
    padding: 4px;
}

#stmobile .GridProductTD2 {
    border-top: 1px solid #E5E5E5;
    background: #f2f2f2;
}

    #stmobile .GridProductTD .FormElementInput,
    #stmobile .GridProductTD2 .FormElementInput {
        width: 50% !important;
        text-align: center !important;
    }

#stmobile .GridProductTDN {
    border-top: 1px solid #E5E5E5;
    background: #f2f2f2;
    padding: 4px;
    width: 50%;
}

#stmobile .GridProductTDN2 {
    font-weight: bold;
}

#stmobile #ProductDiscount {
    margin-left: 0px;
    padding-top: 0;
    margin-bottom: -10px;
}

#stmobile .productpriceboxgrid {
    text-align: center;
    margin-top: 4px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

#stmobile .MultiOrderTable .attributenametag {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#stmobile .ProductModifiersQTY {
    margin-bottom: 10px;
}

#stmobile .inlinecartbody {
    overflow-y: auto;
}
#stmobile .inlinecartitembreak {
    clear: both;
    padding-top: 0;
}
#stmobile .inlineitem {
    border-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    max-height: 200px;
    overflow: auto;
}

#stmobile .inlinecartitemqty {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 13px;
}


#stmobile .COMCartSaveCartDiv {
    margin-top: 35px;
    width: 100%;
    margin-bottom: -10px;
}

#stmobile #savecartshowMoreLink {
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px !important;
    text-decoration: underline !important;
    margin-top: 10px;
    display: block;
}

#stmobile .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;
}

#stmobile .COMCartSavedCartRow {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 5px;
    margin-top: 5px;
}

#stmobile #COMMySavedCartSpan .FormButtons {
    width: 110px !important;
    background: none !important;
    border: 0px !important;
    text-decoration: underline;
    font-size: 13px !important;
    margin-left: 10px;
    color: #333 !important;
}

#stmobile .SaveCartNewNameCancel {
    color: #fff !important;
    background: none repeat scroll 0 0 #A4A4A4 !important;
    font-size: 12px !important;
    border: 1px #666 solid !important;
    padding: 5px !important;
    width: 35% !important;
    margin-top: 5px !important;
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

#stmobile .CartNewNameSave {
    color: #fff !important;
    background: none repeat scroll 0 0 #A4A4A4 !important;
    font-size: 12px !important;
    border: 1px #666 solid !important;
    padding: 5px !important;
    width: 35% !important;
    margin-top: 5px !important;
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

#stmobile .SaveCartRemoveInside {
    text-align: left;
    padding-right: 15px;
    height: 60px;
}

#stmobile .SaveCartUseCart {
    text-align: left;
    padding-right: 15px;
}

    #stmobile .SaveCartUseCart .FormButtons {
        width: 45% !important;
        text-align: center !important;
    }

#stmobile .RenameCartRow .FormElementInput {
    width: 70% !important;
    font-size: 12px;
}

#stmobile .SavedCartHeader {
    font-size: 20px !important;
    font-weight: lighter;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 5px;
    padding-top: 30px;
    padding-bottom: 15px;
}

#stmobile .COMCartSavedCartRow .FormButtons {
    font-size: 12px !important;
    margin-top: 15px !important;
    padding: 5px !important;
    width: 75% !important;
    background: none !important;
    border: 0px !important;
    color: #333 !important;
    text-transform: none !important;
    text-decoration: underline;
    margin-top: 10px !important;
    text-align: left !important;
}

#stmobile .gips-container .FormButtons {
    color: #fff !important;
    background: none repeat scroll 0 0 #A4A4A4 !important;
    font-size: 12px !important;
    border: 1px #666 solid !important;
    padding: 5px !important;
    width: 45% !important;
    margin-top: 10px !important;
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center !important;
}

#stmobile #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 #333;
}

#stmobile .gips-container {
    height: 70px;
    width: 252px;
    position: absolute;
    line-height: 14px;
}

#stmobile .gips-body {
    color: White;
    font-weight: bold;
    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);
    margin-top: 10px;
}

    #stmobile .gips-body.yellow {
        background-color: #620E0E;
    }

    #stmobile .gips-body.red {
        background-color: #CB2026;
        padding-right: 20px;
        width: 210px;
    }

    #stmobile .gips-body.green {
        background-color: #620E0E;
    }

#stmobile .gips-close {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
    background: url('../content/images/close_callout.png');
    width: 16px;
    height: 14px;
}

#stmobile .gips-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    position: absolute;
}

/*icon at the top*/

#stmobile .gips-icon-top {
    margin-left: 12px;
}

    #stmobile .gips-icon-top.red {
        border-color: transparent transparent #CB2026 transparent;
    }

    #stmobile .gips-icon-top.green {
        border-color: transparent transparent #620E0E transparent;
    }
/*icon at the left*/

#stmobile .gips-icon-left {
    margin-top: 12px; /*   float: left;*/
}

    #stmobile .gips-icon-left.yellow {
        border-color: transparent #620E0E transparent transparent;
    }
/* CHECKOUT & CART CSS START */

#transaction #mainDiv > table {
    width: 100%;
}

#newusers {
    width: 100%;
}

#stmobile #transStepOneHead,
#stmobile #transStepTwoHeader,
#stmobile .transStepThreeHeader,
#stmobile .transStepFourHeader {
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    font-family: "bebas-neue",sans-serif;
}

#stmobile #transaction .SecondaryBoldText {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#stmobile #transOptInLeft {
    padding-bottom: 15px;
}

#stmobile .gobacktocartcheckout {
    float: right;
    margin-top: 12px;
}

#stmobile #COMCheckoutPaypalSpan {
    margin-top: 10px;
    display: inline-block;
}

#stmobile #jsonCartDiv {
    border-top: 1px solid #000;
}

#stmobile .COMCartSeparator {
    background: #000;
    height: 1px;
}

#stmobile #JSONCart, #stmobile #COMCartSummaryBox {
    border: 0;
}

#stmobile #jsonCartDiv .Secondary td {
    border-bottom: 1px solid #000;
    padding-top: 10px;
    background: none;
}

#stmobile #jsonCartDiv .Secondary,
#stmobile #jsonCartDiv .SecondaryBoldText {
    background: none;
}

#stmobile .SecondaryBoldText,
#stmobile .Primary,
#stmobile .PrimaryBoldText {
    background: none;
}

#stmobile .cartitemrow td,
#stmobile .ErrorItem td {
    padding-top: 10px;
}

    #stmobile .cartitemrow td td,
    #stmobile .ErrorItem td td {
        padding-top: 0px;
    }

#stmobile .ItemsubTotal {
    font-size: 18px;
    font-weight: bold;
}

#stmobile .Standard {
    font-size: 15px;
    font-weight: bold;
}

#stmobile a.COMCartProdName,
#stmobile a.COMCartProdName:visited {
    font-size: 14px;
    font-weight: bold;
}

#stmobile .COMCartProdPartNo {
    margin-top: 5px;
}

#stmobile .COMCartItemPrice {
    margin-top: 3px;
}

#stmobile .qtydiv {
    margin-top: 5px;
}

#stmobile .StandardSubtotal,
#stmobile #subTotal {
    font-size: 18px;
    padding-top: 8px;
    text-align: right;
    font-weight: 700;
}

#stmobile #subTotal {
    padding-left: 8px;
}

#stmobile .COMCartCheckoutShop {
    float: none;
    text-align: center;
    width: 100%;
}

#COMCartCheckoutShopButtons #COMConShopSpanNew, #COMCartCheckoutShopButtons #COMCheckoutSpan, #COMCartCheckoutShopButtons #COMCheckoutPaypalSpan {
    margin-top: 0px;
}

#COMCheckoutPaypalSpan, #COMCheckoutSpan {
    float: none;
}

.COMCartCheckoutShop span {
    text-align: center;
}


#QtyUpdBtn {
    margin: auto;
}

#cartContainerDiv, #transaction {
    padding: 0px;
}

#stmobile .qtydiv .FormElementInput {
    width: 55px;
}

#stmobile .FormButtonsDelete {
    -webkit-appearance: none;
    border: 0px;
    background: none;
    padding: 10px 0px 0px 0px;
    color: #333;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 15px;
}

#stmobile .totaldiv {
    margin-top: -25px;
}

#stmobile .step4orderototal {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#stmobile .ccactive {
    display: block !important;
}

#stmobile #termsLink {
    text-decoration: none;
    color: #333;
}

#stmobile .Step4DetailsHeader {
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px;
    font-weight: bold;
}

#stmobile .Step4DetailsItem {
    border-bottom: 1px solid #ccc;
}

#stmobile #GoOrder {
    width: 100%;
}

#stmobile .checkoutdiv {
    float: none;
    margin-left: 0px;
    min-height: 100px;
    text-align: left;
    width: auto;
}

/* CHECKOUT & CART CSS END */
/* FORM CONTORL STYLES START */


#stmobile #forgotpass #Submit {
    margin: 0px;
}

#stmobile .qty,
#stmobile .qtyminus,
#stmobile .qtyplus {
    border: 1px solid #838383;
    border-radius: 1px;
    font-size: 14px;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    width: 40px;
    height: 30px;
    -webkit-appearance: none;
    vertical-align: middle;
}

#stmobile .qtyminus,
#stmobile .qtyplus {
    cursor: pointer;
    font-weight: bold;
    height: 34px;
}

#stmobile select {
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 14px;
    padding: 7px;
    width: 100%;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    background: #fff url(../content/images/down_select.png) no-repeat right center;
    -moz-background-size: 28px 11px;
    -o-background-size: 28px 11px;
    -webkit-background-size: 28px 11px;
    background-size: 28px 11px;
}



#stmobile #smalllogon #LogonSave {
    height: 45px;
}

#stmobile .FormButtonsGray {
    font-family: "bebas-neue",sans-serif;
    letter-spacing: 1px;
    border-radius: 0;
    background: #c3c3c3;
    color: #000 !important;
    border: 1px solid #c3c3c3 !important;
    text-transform: uppercase;
    line-height: 15px !important;
    letter-spacing: 1px;
    padding: 1em 1.2em;
    font-weight: normal !important;
    width: 75%;
    font-size: 15px;
}

#stmobile .FormButtonsModify {
    font-size: 11px !important;
    border: 0px !important;
    background: none !important;
    color: #000 !important;
    font-weight: bold !important;
    margin-left: 5px !important;
    cursor: pointer !important;
    text-decoration: underline;
}
/* FORM CONTROL STYLE END */
#stmobile #CancelStepTwo,
#stmobile #CancelCCB,
#stmobile #CancelProcess,
#stmobile #ModifyBilling,
#stmobile #ModifyShipping {
    background: none repeat scroll 0 0 #c3c3c3;
    border: 0 none;
    color: #FFFFFF;
    border: 1px solid #c3c3c3;
}

#stmobile .checkouterror,
#stmobile .checkoutrequred {
    color: #d10101;
    font-weight: bold;
    text-align: left;
}

#stmobile .checkoutrequred {
    padding-left: 2px;
}

#stmobile .CheckoutHeader {
    background: none;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-align: left;
}

#stmobile .secureshoppingmobnile {
    background: url("../content/images/checkoutlock2.png") no-repeat scroll left center / 25px 25px rgba(0, 0, 0, 0);
    font-size: 11px;
    margin-top: 40px;
    padding-left: 30px;
}

#stmobile #transaction .PrimaryBoldText {
    padding: 5px 0;
}

#stmobile hr {
    border: 0;
    height: 1px;
    background: #333;
}
td#transStepOneGo {
    padding-top: 25px !important;
}
.step4placeorderborder .FormButtons,
.step4placeorderborder .FormButtonsGray {
    margin-top: 15px;
}
input#ModifyCart {
    position: relative;
    top: 17px;
}
.COMProdContainer {
    float: none;
    width: 100%;
    margin: auto;
    padding: 20px;
}
h1.COMProdHeader {
    line-height: 1;
    margin-top: 15px;
}
.COMProdPrice
{
    margin-top: 15px;
}
/****** INLINE CART CSS START ******/

#stmobile #countItemsInCartInline {
    background: none repeat scroll 0 0 #999999;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    padding: 3px 5px;
    margin-left: 5px;
    font-size: 13px;
    margin-top: 2px;
}

#stmobile .shoppingcarticon img {
    height: 20px;
}

#stmobile #cartInline {
    float: right;
    display: inline-table;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    display: none;
}

    #stmobile #cartInline a,
    #stmobile #cartInline a:link,
    #stmobile #cartInline a:visited {
        text-decoration: none;
    }

#addtocartoverlay,
#topmenuoverlay {
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#stmobile .inlinecart {
    width: 280px;
    background: #fff;
    border: 0;
    padding: 15px;
}

#stmobile .inlineclose {
    position: absolute;
    top: -10px;
    right: -10px;
}

#stmobile .InlineCartFormButtonsClose {
    color: #fff;
    background: #000;
    font-size: 12px;
    border: 1px #000 solid;
    font-weight: bold;
    border-radius: 20px;
    -webkit-appearance: none;
    cursor: pointer;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 0;
}

#stmobile .inlinecart,
#stmobile .classDown {
    position: absolute;
    z-index: 9999;
}

#cartContainerInline {
    position: absolute;
    border: 0px solid #dfdfdf;
    height: 250px;
    display: none;
    z-index: 99999;
}

#stmobile .curtain {
    z-index: 10000;
    position: absolute;
    height: 100px;
    background-color: white;
    width: 310px;
}

#stmobile .inlinecartbody {
    background-color: white;
    margin-left: 0;
}

#stmobile .classDown {
    top: 200px;
}

#stmobile #cartInline img {
    vertical-align: middle;
}

#stmobile .itemsjustadded {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-left: 0;
    margin-bottom: 8px;
}

#stmobile .inlineitemname {
    font-size: 14px;
    color: #000;
    margin-left: 0;
    margin-bottom: 3px;
}

#stmobile .inlineitemprice {
    font-size: 12px;
    color: #000;
    margin-left: 0;
    float: none;
    margin-top: 7px;
}

#stmobile .inlinecartitemsubtotal {
    font-size: 14px;
    color: #000;
    margin-left: 5px;
    float: right;
    margin-top: 20px;
}

#stmobile .cartsummaryheadling {
    border-top: 0;
    margin-top: 0;
    padding-top: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-bottom: 5px;
}

#stmobile .inlinecartitems {
    border-bottom: 0 none;
    border-right: 1px solid #000;
    color: #000;
    float: left;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 10px;
    font-weight: normal;
}

#stmobile .inlinecartsubtotal {
    border-bottom: 0 none;
    color: #000;
    float: left;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#stmobile .inlinecartviewitems {
    float: right;
    margin-top: 0;
    width: auto;
    background: none !important;
    border: 0 !important;
    font-size: 12px !important;
    border-radius: 0;
    padding: 0 !important;
    font-variant: normal;
    font-family: inherit;
    letter-spacing: 0;
}

    #stmobile .inlinecartviewitems a,
    #stmobile .inlinecartviewitems a:visited,
    #stmobile .inlinecartviewitems a:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        color: #000 !important;
        font-size: 12px;
        text-decoration: underline !important;
        text-transform: none;
        padding: 0;
    }

#stmobile .InlineCartFormButtonsContShopping {
    color: #000;
    background: #c3c3c3;
    font-size: 15px;
    border: 1px #c3c3c3 solid;
    padding: 7px 6px;
    width: 100%;
    border-radius: 0px;
    -webkit-appearance: none;
    font-family: "bebas-neue",sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}

#stmobile .inlinecartcontinueshopping {
    margin-top: 15px;
}

#stmobile .inlinecartcheckout {
    margin-top: 10px;
    width: 100%;
    float: none;
    font-variant: normal;
    padding: inherit;
}

#stmobile .InlineCartFormButtons {
    color: #FFF;
    background: none repeat scroll 0 0 #000 !important;
    font-size: 18px;
    border: 1px #000 solid;
    padding: 7px 19px;
    width: 100%;
    margin-top: 0px;
    border-radius: 0px;
    font-weight: 700;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "bebas-neue",sans-serif;
    letter-spacing: 1px;
}

#stmobile .inlinecartattrs {
    font-size: 12px;
    color: #000;
    margin-left: 5px;
    margin-top: 5px;
}


/****** INLINE CART CSS END ******/
#COMCheckoutSpan .FormButtons {
    margin-left: 0;
}
.af-element.privacyPolicy {
    text-align: center;
    margin-bottom: 30px;
}
/****** SLIDESHOW CSS START ******/
#stmobile #slides {
    display: none;
    margin-top: 5px;
    margin-bottom: 7px;
}

    #stmobile #slides .slidesjs-navigation {
        margin-top: 5px;
        display: none;
    }

#stmobile a.slidesjs-next, #stmobile a.slidesjs-previous {
    background-image: url(../content/images/btns-next-prev.png);
    background-repeat: no-repeat;
    display: block;
    width: 12px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    margin-right: 5px;
    -moz-background-size: 59px 36px;
    -o-background-size: 59px 36px;
    -webkit-background-size: 59px 36px;
    background-size: 59px 36px;
    /* margin-top: 5px; */
    float: left;
    margin-bottom: 10px;
    display: none;
    
}

    #stmobile a.slidesjs-next,
    #stmobile a.slidesjs-next:hover {
        background-position: -12px 0;
        margin-top: 7px;
        float: right;
    }

    #stmobile a.slidesjs-previous,
    #stmobile a.slidesjs-previous:hover {
        background-position: 0 0;
        margin-right: 10px;
        margin-top: 7px;
        float: left;
    }

#stmobile a.slidesjs-play {
    width: 15px;
    background-position: -25px 0;
}

#stmobile .slidesjs-play a:hover {
    background-position: -25px -18px;
}

#stmobile a.slidesjs-stop {
    width: 18px;
    background-position: -41px 0;
}

#stmobile .slidesjs-stop a:hover {
    background-position: -41px -18px;
}

#stmobile .slidesjs-pagination {
    margin: 0px 0 0;
    text-align: center;
    list-style: none;
    padding: 5px 0 0 0;
    margin-top: 3px;
}

    #stmobile .slidesjs-pagination li {
        display: inline-block;
        margin: 2px;
    }

        #stmobile .slidesjs-pagination li a {
            display: block;
            width: 13px;
            height: 0;
            padding-top: 13px;
            background-image: url(../content/images/pagination.png);
            background-position: 0 0;
            float: left;
            overflow: hidden;
            -moz-background-size: 13px 39px;
            -o-background-size: 13px 39px;
            -webkit-background-size: 13px 39px;
            background-size: 13px 39px;
            -moz-transition: none;
            -webkit-transition: none;
            -o-transition: color 0 ease-in;
            transition: none;
        }

            #stmobile .slidesjs-pagination li a.active,
            #stmobile .slidesjs-pagination li a:hover .active {
                background-position: 0 -13px;
            }

            #stmobile .slidesjs-pagination li a:hover {
                background-position: 0 -26px;
            }

#stmobile #slides a:link,
#stmobile #slides a:visited {
    color: #292929;
}

#stmobile #slides a:hover,
#stmobile #slides a:active {
    color: #9e2020;
}

#stmobile .navbar {
    overflow: hidden;
}
#stmobile .securecat {
    float: left;
    margin-top: 25px;
    text-align: center;
    width: auto;
    margin-bottom: 25px;
}
/****** SLIDESHOW CSS END ******/
/* CHECOUT START */

#checkoutContainer .ui-widget-content {
    color: #333;
}

#RestCart_CartItems .prod_headwrap {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.RestCart_CartItem.cartItemRow {
    border-bottom: 1px solid #d2b0a6;
    background: none !important;
}

    .RestCart_CartItem.cartItemRow:first-child {
        border-top: 1px solid #d2b0a6;
    }

.CheckoutBreadcrumb li a {
    padding: 0 !important;
    color: #333 !important;
    float: none !important;
    display: inline-block;
    padding: 0 20px !important;
}

.CheckoutBreadcrumb i {
    background: #333;
    color: #fff;
}

.CheckoutBreadcrumb .ui-tabs-active i {
    background: #C49E94;
    color: #fff;
}

#checkoutContainer .CheckoutBreadcrumb .ui-tabs-tab a {
    color: #333 !important;
}

#checkoutContainer .CheckoutBreadcrumb .ui-tabs-active a {
    color: #292929 !important;
}

#checkoutContainer .CheckoutHeader .message u {
    text-decoration: none;
}

.cartUpdateBtn a,
.cartUpdateBtn a:link,
.cartUpdateBtn a:visited,
.cartRemoveBtn a,
.cartRemoveBtn a:link,
.cartRemoveBtn a:visited {
    color: #000;
    text-transform: lowercase !important;
}

    .cartUpdateBtn a:hover,
    .cartRemoveBtn a:hover {
        color: #C49E94;
    }

#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: 14px;
    line-height: 1.4;
}

    #checkoutContainer .ui-widget button.FormButtons {
        line-height: 1 !important;
    }

#checkoutContainer .CheckoutHeader {
    background: none;
    font-size: 42px;
    color: #000;
    font-family: "bebas-neue",sans-serif;
    text-align: left;
    padding-bottom: 0px !important;
    font-weight: normal;
    padding-bottom: 10px !important;
}

    #checkoutContainer .CheckoutHeader .message {
        font-size: 14px !important;
        font-family: "europa", sans-serif !important;
        padding-top: 0 !important;
        margin-top: -5px;
        margin-bottom: 10px;
    }

.continueShopping a, .continueShopping a:link, .continueShopping a:visited, .continueShopping a:hover {
    font-size: 15px !important;
    text-transform: lowercase !important;
}

#RestCart_tableCart th {
    background: #333 !important;
}

.cartitemCommentsButtons .FormButtons {
    background-image: none !important;
    border: 0 !important;
}

#RestCart_tableCart {
    border-top: 2px solid #333 !important;
    border-bottom: 2px solid #333 !important;
}

#checkoutContainer .FormElementInput:active,
select:active, .FormElementInput:focus,
select:focus {
    border: 1px solid #C49E94 !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: #cc5628;
}

#RestCart_EstimatePostalCode {
    text-align: center;
}

div.cartItemComment a {
    font-size: 12px !important;
    color: #cc5628;
    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: #cc5628;
}

.FormButtonsGrayCart {
    background: #C49E94;
    border-radius: 0;
    font-size: 15px !important;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 4px 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

    .FormButtonsGrayCart:hover {
        background: #C49E94;
    }

#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: #333;
    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: 32px !important;
}

div#lblShippingMethodLegend1 {
    margin-top: -20px;
}

div#RestCart_totals {
    margin-top: 10px;
    border: 0;
    background: none;
    outline: 1px solid #d2b0a6;
}

#RestCart_totals .orderSummaryTitle {
    padding: 10px;
    background-color: #C49E94;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
    border: 2px solid rgba(255,255,255, 0.9);
    border-bottom: 0;
}

.orderSummaryLblTotal span.amount {
    font-size: 16px;
    font-weight: bold;
    color: #C49E94;
}

.sum-wrap.head {
    border-bottom: 2px solid #f1f1f1;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
}

.sum-wrap.prod {
    border-bottom: 1px solid #d2b0a6;
}

.RestCart_summaryItemsRow {
    border-bottom: 1px solid #C49E94;
}

.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 #c49e94;
    padding: 2px;
    background: none;
    border: 0;
    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: #000;
}

    #checkoutContainer .reviewOrderEditLinks a:hover,
    #checkoutContainer .editCartPlaceOrder a:hover,
    #checkoutContainer .RestCheckoutForgotUserName a:hover {
        color: #C49E94;
    }

.checkoutHeaderBG {
    font-size: 16px;
    padding: 6px 8px;
    background: #000;
    color: #FFF;
}

.itemsSummaryListHeader {
    background: #C49E94;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
}

#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;
    color: #000 !important;
}

#checkoutContainer .ShoppingCartEmptyMessage {
    margin-top: 17px;
    margin-bottom: 20px;
}

#body .page-container button.FormButtons {
    width: initial;
    font-family: "bebas-neue",sans-serif !important;
}

div#estimateShippingContainer,
.couponText,
#btnSaveCartDB,
#PromotionalCodeForm,
.RestCart-BottomButtons,
.checkoutHeaderBtn {
    display: none !important;
}

#cartSubtotal, .EstimatedShippingTotal {
    margin-bottom: 15px !important;
    font-size: 20px !important;
}

#checkoutContainer .ui-widget button:first-of-type {
    margin-top: 0 !important;
}

.cartRemoveBtn.cartBtn #remove a {
    color: #000 !important;
}

#RestCartItems .cartRemoveBtn {
    margin-top: 10px !important;
}

.reviewOrderShipping, .reviewOrderPayMethod, .reviewOrderShipMethod, .reviewOrderPayMethod {
    font-size: 15px !important;
}

#RestCart_SummaryAdditionalInfo {
    margin-top: 20px;
}

#RestCart_identExisting {
    border-right: 1px solid #c49e94 !important;
}
.CheckoutBreadcrumb {
    display: none;
}
@media screen and (max-width: 639px) {
    .RestCart_CartItem.cartQtyInput::before {
        content: 'Qty:';
        position: relative;
        display: inline-block;
        margin-right: 5px;
        font-weight: 600;
        margin-top: 11px;
    }
}
#RestCart_totals
{
    display: none;
}
/* CHECKOUT END*/