.ContentShoppingCartFeatureCell > table > tbody > tr:nth-child(2) > td > table {
    width: 100%;
}

.ContentShoppingCartFeatureCell > table > tbody > tr:nth-child(1) {
    display: none;
}

.ShoppingCart_DescriptionTable,
.BreadCrumbcategorytree_parent,
.ShoppingCartShoppingCartUploadLink,
.ShoppingCartShoppingCartUploadTitle,
.ShoppingCart_EmptyMessageTable, .ShoppingCart_ApplyPromoButton,
.ShoppingCart_Table, .ShoppingCart_PromoCodeTable,
.ShoppingCart_SubTotalTable, .ShoppingCart_OuterButtonTable,
form[name="Shopping_Cart_Content"] br,
.ShoppingCart_CaptionImage,
.ContentImportHTMLTR, .ShoppingCart_HeaderReqDateLabel, .BreadCrumbcategorytree_activepage {
    display: none !important;
}

#EmptyCartMessageWrap {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    position: relative;
}

    #EmptyCartMessageWrap .fa-shopping-cart {
        font-size: 100px;
        padding-right: 20px;
        color: #606060;
    }

    #EmptyCartMessageWrap .fa-times {
        font-size: 70px;
        color: #e74c3c;
        position: absolute;
        left: 15%;
        top: 7px;
    }

#EmptyCartMessage {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #e74c3c;
    font-size: 20px;
    margin-top: 40px;
}

.sa-button-container .cancel {
    background-color: #535353 !important;
}

.sa-confirm-button-container .confirm {
    background-color: #37850e !important;
}

/********************************
   TOP SECTION OF SHOPPING CART
 ********************************/

#ShoppingCartWrapper {
    padding: 0px 10px;
}

#ShoppingCartTopSection {
    padding: 0px 10px;
    height: 140px;
    margin-top: 25px;
}

#ShoppingCartTitleWrapper {
    display: inline-block;
    width: 38%;
    height: 135px;
    position: relative;
}

#ShoppingCartTitle {
    color: #e74c3c;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

#ItemsInCart {
    color: #535353;
    font-size: 22px;
}

#EmailShoppingCart {
    background-image: url("/customer/thyegr/images/Icons/Email.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 25px;
    padding-left: 25px;
    display: inline-block;
    line-height: 25px;
    margin-right: 20px;
    width: 70px;
    display: none;
}

#PrintShoppingCart {
    background-image: url("/customer/thyegr/images/Icons/Print.Png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    display: inline-block;
    line-height: 25px;
    width: 70px;
}

    #PrintShoppingCart input {
        background-color: #fff;
        border: none;
        font-size: 15px;
        color: #3c3c3c;
        padding: 0px;
    }

        #EmailShoppingCart a:hover,
        #PrintShoppingCart input:hover {
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }

#RequiredDateWrapper {
    margin-top: 20px;
}

    #RequiredDateWrapper span {
        line-height: 44px;
        vertical-align: top;
        display: inline-block;
    }

.ShoppingCart_HeaderReqDateTable {
    display: inline-block;
    vertical-align: top;
}

.ShoppingCartHeaderReqDateText {
    padding-left: 5px;
    height: 30px;
    box-sizing: border-box;
}

.SmallCalendar {
    cursor: pointer;
}

#TopSubtotalWrapper {
    vertical-align: top;
    float: right;
    text-align: center;
}

    #TopSubtotalWrapper .SubtotalLabel {
        font-size: 16px;
        font-weight: bold;
        margin-right: 10px;
        color: #606060;
    }

    #TopSubtotalWrapper .Subtotal {
        text-align: left;
        font-size: 16px;
        display: inline-block;
        font-weight: bold;
    }

#TopCheckoutButton {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    width: 180px;
}

#CartUpload {
    text-align: right;
}

    #CartUpload a:hover {
        font-weight: bold;
        text-decoration: none;
    }

#SubtotalContent {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

/********************************
     SHOPPING CART PRODUCTS
 ********************************/
.ShoppingCartProduct {
    position: relative;
    border-bottom: 1px solid #b7b8b9;
    padding: 5px 0px;
    box-sizing: border-box;
    height: 165px;
}

    .ShoppingCartProduct:nth-child(1) {
        border-top: 1px solid #b7b8b9;
    }

.ProductImgWrapper {
    width: 115px;
    height: 140px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.ItemIcons {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

.Icon {
    max-width: 25px;
    max-height: 25px;
}

.ImageContainer {
    width: 115px;
    height: 115px;
    position: relative;
    padding: 3px;
    background-color: #fff;
    box-sizing: border-box;
}

    .ImageContainer img {
        max-width: 100px;
        max-height: 100px;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }

.ShoppingCart_ItemCode {
    color: #e74c3c !important;
}

.SeeItemDetails {
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    font-size: 13px;
    font-style: italic;
    display: block;
    text-align: center;
    width: 100%;
}

.DetailsWrapper {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.ProductDescription {
    padding-top: 10px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    color: #444343;
    line-height: 14px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.ItemCodeWrapper {
    font-size: 12px;
    margin-top: 10px;
}

.ItemNotes {
    font-size: 12px;
    margin-top: 5px;
}

    .ItemNotes textarea {
        width: 300px !important;
        height: 30px !important;
        font-family: 'Roboto Condensed';
    }

.AvailabilityWrap {
    font-size: 12px;
}

.Availability {
    color: #606060;
}

.PriceInfoWrapper {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 385px;
    height: 90px;
}

.Label {
    font-weight: bold;
    margin-bottom: 5px;
}

.PriceWrapper {
    display: inline-block;
    width: 125px;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
}

.Price {
    font-weight: bold;
    font-size: 16px;
}

.UnitSize {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.QtyWrapper {
    width: 125px;
    display: inline-block;
    position: relative;
    height: 90px;
    vertical-align: top;
}

.Qty {
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.QtyBorder {
    width: 3px;
    background: #e8e8e8;
    box-shadow: inset 0px 0px 8px -3px rgb(95, 95, 95), 0px 0px 4px 0px rgba(183, 183, 183, 0.76);
    position: absolute;
    height: 90px;
    border: 1px solid #a2a2a2;
    box-sizing: border-box;
    margin: 0px 3px;
    vertical-align: top;
}

    .QtyBorder.Right {
        right: 0px;
        top: 0px;
    }

.QtyTimes {
    position: absolute;
    left: 0px;
    display: inline-block;
    top: 35px;
    font-size: 12px;
    background: #ffffff;
    color: #656161;
    height: 20px;
}

    i.fa.fa-times, .QtyTimes svg {
        margin-top: 4px;
    }

.QtyEquals {
    position: absolute;
    right: 1px;
    display: inline-block;
    top: 35px;
    font-size: 14px;
    z-index: 8;
    background: #ffffff;
    font-weight: bold;
    color: #656161;
    margin: 0;
    cursor: default;
}

.ShoppingCartQuantityText {
    width: 50px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    color: #8a8989;
    box-shadow: inset 0px 0px 11px -3px #928f8f;
}

.Update {
    text-decoration: underline;
    color: #676767;
    background-color: inherit;
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    font-size: 12px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.UOM {
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
}

    .UOM select {
        margin: 5px 0px;
    }

.TotalPriceWrapper {
    display: inline-block;
    width: 125px;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
}

.ExtPrice {
    color: #e74c3c;
    font-size: 18px;
    font-weight: bold;
}

.ProductButtonsWrapper {
    position: absolute;
    right: 0px;
    bottom: 5px;
    line-height: normal;
}

.AddCheckedWrapper,
.RemoveWrapper {
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
    text-align: left;
    margin: 0 auto;
    vertical-align: top;
    display: inline-block;
    line-height: 23px;
    padding: 0px 5px;
}

    .AddCheckedWrapper:hover,
    .RemoveWrapper:hover {
        font-weight: bold;
        cursor: pointer;
    }

    .AddCheckedWrapper input[type="checkbox"],
    .RemoveWrapper input[type="checkbox"] {
        margin: 0px;
        vertical-align: middle;
    }

    .AddCheckedWrapper input[type="checkbox"],
    .AddCheckedWrapper span,
    .RemoveWrapper span,
    .RemoveWrapper input[type="checkbox"] {
        display: inline-block;
    }

.CheckedAddToList {
    background-color: #24c509 !important;
    color: #fff;
    font-weight: bold;
}

.CheckedRemove {
    background-color: #f23838 !important;
    color: #fff;
    font-weight: bold;
}

/***********************************
   BOTTOM SECTION OF SHOPPING CART
 ***********************************/

#SubtotalBottomWrapper {
    margin-top: 40px;
    position: relative;
}

#ShoppingCartButtons {
    display: inline-block;
    float: left;
    text-align: left;
    margin-bottom: 10px;
}

#Continue {
    margin-left: 10px;
}

#SubtotalBottom {
    width: 250px;
    font-size: 12px;
    display: inline-block;
    text-align: left;
    float: right;
}

#BottomSubtotalWrap {
    padding-left: 10px;
    background: #f7f5f5;
    border-top-left-radius: 6px;
    box-shadow: inset 0px 1px 6px -1px #2c3e50;
    border: 1px solid #767779;
    border-bottom: none;
    border-top-right-radius: 6px;
    box-sizing: border-box;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

    #BottomSubtotalWrap .Subtotal {
        padding-left: 10px;
    }

.SubtotalLabel {
    color: #606060;
}

#BottomCheckoutButton {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px;
    height: 35px;
}

#PromotionWrapper {
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    top: 50px;
    left: 10px;
}

#PromoInput {
    display: inline-block;
    vertical-align: top;
}

#Label {
    font-weight: bold;
    display: inline-block;
}

#PromoInput input {
    box-sizing: border-box;
    border: 1px solid #777;
    height: 30px;
    padding-left: 5px;
}

#PromoButtonWrap {
    display: inline-block;
    vertical-align: top;
}

#PromoButton {
    padding: 0px 10px;
}

#PromotionMessage {
    font-size: 12px;
    display: inline-block;
    padding-left: 5px;
    width: 35%;
    line-height: 15px;
    vertical-align: top;
}

.PromoCodeMessage {
    display: block;
    width: 100%;
}

/********************************
      EMAIL POP UP STYLE
********************************/

.ui-dialog {
    border: 1px solid #777 !important;
    border-radius: 0px !important;
}

.ui-dialog-titlebar {
    background-color: #485784 !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 18px;
}

.ui-dialog-title {
    display: none;
}

.ui-widget-header .ui-icon {
    color: #fff !important;
    background-image: url("/customer/thyegr/images/ui-icons_222222_256x240.png") !important;
}

.ui-dialog-titlebar::before {
    content: "Email Shopping Cart" !important;
    color: #fff;
    font-weight: bold;
}

.ui-dialog .ui-dialog-content {
    height: auto !important;
}

#dialog-confirm > p > span {
    font-size: 14px !important;
    text-align: left !important;
    display: block !important;
    font-weight: bold;
}

.txtRecipientName,
.EmailCartEmailAddress,
.EmailCartCCEmailAddress {
    width: 100% !important;
    padding-left: 5px;
    box-sizing: border-box;
}

.ui-dialog-buttonset {
    text-align: center;
    display: block;
    width: 100%;
}

    .ui-dialog-buttonset .ui-button {
        padding: 0px;
        height: 40px !important;
        line-height: 40px !important;
        padding: 0px 20px;
        background-color: #b1b1b1;
        background-image: linear-gradient(#d6d3d3,#a5a4a4) !important;
        box-shadow: 0px 0px 1px #4f5152 !important;
        border: 1px solid #666869 !important;
        color: #171717 !important;
        text-shadow: -1px 1px rgba(220, 218, 218, 0.49) !important;
        font-size: 14px !important;
        font-weight: bold !important;
        box-sizing: border-box !important;
        transition: all .3s ease-in !important;
        outline: none !important;
    }

        .ui-dialog-buttonset .ui-button span {
            padding: 0px;
        }

@media print {
    #HeaderWrapper, #FooterWrapper,
    #ShoppingCartButtons, #PromotionWrapper,
    #EmailShoppingCart, #PrintShoppingCart,
    #CartUpload, #TopCheckoutButton,
    .SmallCalendar, SeeItemDetails,
    .Update, .ProductButtonsWrapper,
    .ProductImgWrapper, #BottomCheckoutButton,
    .SeeItemDetails, #NewsletterSectionWrapper {
        display: none !important;
    }

    #ShoppingCartTitleWrapper,
    #ShoppingCartTopSection,
    .ShoppingCartProduct {
        height: auto;
        padding: 0px;
    }

    #ShoppingCartTitle, #ItemsInCart,
    .ShoppingCart_SubTotalText,
    .ExtPrice, .Availability {
        color: #000;
    }

    .ShoppingCartProduct {
        background-color: #fff;
        height: auto;
        min-height: 88px;
    }

    .Qty {
        margin: 7px !important;
    }

    .ShoppingCartHeaderReqDateText {
        border: none;
        position: relative;
        top: 3px;
    }

    .PriceInfoWrapper {
        top: 0px;
        width: 328px;
    }

    .QtyTimes, .QtyEquals {
        top: 25px;
    }

    .Qty {
        margin-top: 15px;
    }

    .QtyWrapper {
        margin-top: 10px;
        width: 70px;
    }

    .QtyWrapper, .QtyBorder {
        height: 70px;
    }

    .ProductDescription {
        padding-bottom: 5px;
    }

    .PriceWrapper,
    .QtyWrapper,
    .TotalPriceWrapper {
        text-align: center;
    }

    .TotalPriceWrapper {
        width: 110px;
    }

    .AvailabilityWrap b,
    .AvailabilityWrap, .ProductDescription,
    .ItemCodeWrapper b, .Label, .Price,
    .ExtPrice, #RequiredDateWrapper b,
    .UnitSize b {
        font-weight: normal;
    }

    .AvailabilityWrap {
        position: initial;
    }

    .ShoppingCartQuantityText,
    #BottomSubtotalWrap {
        color: #000;
        border: none;
        box-shadow: none;
        background-color: #fff;
    }

    #BottomSubtotalWrap {
        text-align: left;
        padding-left: 0px;
    }

    a.SeeItemDetails {
        display: none !important;
    }

    .ShoppingCart_ItemCode {
        color: black;
        font-weight: bold;
    }

    .CartWeightWrap {
        display: none;
    }

    .PriceBeforeDiscountWrap {
        display: none;
    }

    .DiscontsAppliedWrap {
        display: none;
    }

    #TopSubtotalContent {
        display: none;
    }

    #BottomSubtotalWrap {
        text-align: right;
    }


    .QtyBorder {
        display: none;
    }

    .ShoppingCartQuantityText {
        position: relative;
        top: 9px;
        right: 22px;
        width: 20px;
        display: inline-block;
        font-size: 16px;
    }


    .LocationWrap, .ItemReqDateWrap {
        position: initial;
    }

    .ShoppingCartLineReqDateText {
        border: none;
        position: relative;
        bottom: 2px;
    }

    textarea {
        border: none;
        resize: none;
    }

    .UOM {
        position: relative;
        bottom: 23px;
        left: 12px;
        font-size: 16px;
    }

        .UOM select {
            border: none;
            -webkit-appearance: none;
            font-size: 16px;
        }

    .QtyTimes {
        left: -12px;
    }

    .QtyEquals {
        right: -15px;
    }
}
