#EJEJC_overlay {
    position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
    overflow: auto;
}

#EJEJC_window {
    transform: translateY(-50%);
    background: rgb(255, 255, 255);
    padding: 10px;
    border: 0 !important;
    display: table;
    box-shadow: rgb(0, 0, 0) 0px 3px 53px;
    -moz-box-shadow: rgb(0, 0, 0) 0px 3px 53px;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 3px 53px;
}

#EJEJC_title {
    position: absolute;
    right: 10px;
    background: none !important;
}

#EJEJC_closeWindow {
    width: 32px;
    height: 32px;
    background: #d13938;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
}

#EJEJC_closeWindow a {
    color: #fff !important;
    font-size: 13px !important;
    text-indent: 50px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#EJEJC_closeWindow:before {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
}

#EJEJC_iframeContent {
    height: auto !important;
}

#EJEJC_iframeContent form {
    background: #fff !important;
}

#EJEJC_iframeContent table {
    font-size: 12px !important;
}

#EJEJC_iframeContent td {
    padding: 5px !important;
    background: #f5f5f5 !important;
}

#EJEJC_iframeContent tr {
    background: #ff !important;
}

#EJEJC_iframeContent tr td {
    background: none !important;
}

#EJEJC_iframeContent tr:nth-of-type(odd) {
    background: #fff !important;
}

#EJEJC_iframeContent tr:nth-of-type(odd) td {
    background: none !important;
}

#EJEJC_iframeContent input[type="text"] {
    padding: 5px !important;
}

#total-count {
    font-weight: bold;
    font-size: 14px;
    background: #fff;
}

#total-count td {
    background: #fff !important;
}

#EJEJC_iframeContent input[type="button"] {
    padding: 5px !important;
    background: #222 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 10px !important;
    display: table !important;
    height: auto !important;
    line-height: normal !important;
    border: 0 !important;
}

#btnUpdtCart {
    background: #d13938 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 10px !important;
    display: table !important;
    height: auto !important;
    line-height: normal !important;
}

#btnPP {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -30px !important;
    margin-right: -6px !important;
    float: right !important;
}

#tdHeader {
    background: none !important;
}