
.has-error
{
    /* border-color:#cc0000; */
    background-color:#f2dede9f;
}
.has-success{
    background-color:#def2e5dd;
}

#mountRoot {
    clear: both;
    min-height: 420px
}

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

div {
    display: block;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #424553;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html {
    font-family: Assistant, Helvetica, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

:not(input):not(textarea):not(button) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.emptyCart-base-mainContainer {
    min-height: 600px;
    position: relative;
    background-color: #fff;
}



/*Bag below text*/
.emptyCart-base-subContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 400px;
    text-align: center;
    margin-top: 10%;
}

.emptyCart-base-emptyBagImage {
    margin-bottom: 10px;
    margin-top: 10px;
}

.imageBanner-base-container {
    display: inline-block;
}

element.style {
    background: none;
    height: 165px;
    width: 146px;
}

.image-base-imgResponsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.emptyCart-base-emptyText,
.emptyCart-base-subContainer {
    text-align: center;
}

/*Hay ...*/
.emptyCart-base-emptyText {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}

/*secont line*/
.emptyCart-base-emptyDesc {
    font-size: 14px;
    color: #7e818c;
}

/*third line space*/
.emptyCart-base-addFromWishlist {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
}

.emptyCart-base-addFromWishlist .emptyCart-base-wishlistButton {
    background: #fff;
    color: #0d8877;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #0d8877;
    display: inline-block;
}

.button-base-button {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    background: #0d8877;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
