div#cart-opacity {
    position: fixed;    background: #000;
    z-index: 4;    width: 100%;    height: 100%;
    display: block;    opacity: 0.7;    transition: all 0.5s;    -webkit-transition: all 0.5s;
    top: 0;
    left: 0;
    cursor:pointer;
}

div#load-cart-image {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 250px;
    z-index: 20;
}

div#load-cart-image img {
    border: 12px solid #fff; */;
    border-radius: 5px;
    width: 30px;
}

div#wrap-popup-cart {
    position: fixed;
    width: 100%;
    z-index: 111;
    height: 500px;
    top: 50px;
    box-sizing:  border-box;
}

div#popup-cart {
    background: #fff;
    width: 804px;
    margin: auto;
    /* padding: 10px; */
    border: 9px solid #666;
    border-radius: 5px!important;
    position: relative;
    max-width: 94%;
    box-sizing:  border-box;
}

div#popup-cart {}

div#cart-header {
    padding: 7px 10px;
    text-align: center;
    border-bottom: 1px solid silver;
    text-transform: uppercase;
    font-weight: bold;
    color: #323232;
}

div#cart-content {
    position: relative;
    /* min-height: 390px; */
}

.cart-col1 {
    width: 50%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}
img.close-cart {
    position: absolute;
    top: -22px;
    right: -22px;
    cursor:pointer;
}
a.cart-product-name {
    color: #474747;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-family: 'HelveticaNeue-Medium';
    font-size: 14px;
}

.cart-content-title {
    margin-bottom: 10px;
}

.cart-col2 {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing:  border-box;
    padding-left: 25px;
}

.cart-content-title span {
    /* padding: 5px 15px; */
    /* background: rgb(182, 38, 44); */
}

.cart-item-image img {
    width: 80px;
    vertical-align: middle;
}

.cart-item-image {
    vertical-align: middle;
    margin-right: 2%;
    width: 18%;
}

.cart-item {
    border-bottom: 1px solid rgb(245 245 245);
    padding: 10px 0;
    position: relative;
    box-sizing: border-box;
}

p.cart-price {
    margin-bottom: 6px;
}

.cart-item-info {
    width: 80%;
    line-height: 25px;
}

p.cart-price span {
    font-weight: bold;
    /* color: rgb(255 255 255); */
}

.desc-num, .asc-num {
    border: 1px solid #dfdfdf;
    padding: 1px 10px;
    text-align: center;
    cursor: pointer;
    display: block;
    float: left;
}

p.cart-num input {
    border: 1px solid #dedede;
    padding: 6px;
    width: 50px;
    color: rgb(94, 93, 93);
    text-align: center;
    display: block;
    float: left;
    border-left: 0;
    border-right: 0;
}

.desc-num:hover, .asc-num:hover {
    background: rgb(241, 241, 241);
}

.delete-cart-item {
    background: rgb(128 128 128);
    width: 43px;
    border-radius: 2px;
    background: none!important;
    color: #756c6c!important;
    font-size: 17px;
    /* border: 1px solid #bc7a63; */
    padding: 1px!important;
    position: absolute;
    top: 35%;
    right: 10px;
}

.delete-cart-item:hover {
    background: rgb(158, 68, 72);
}

.cart-item-action p{
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    margin-right: 0px;
    line-height: 20px;
}

p.update-cart-item {
    background: rgb(48, 90, 168);
    width: 70px;
}

.cart-item-action {
    height: 40px;
    text-align: right;
}

p.update-cart-item:hover {
    background: rgb(23, 122, 220);
}
div#cart-detail {
    max-height: 440px;
    overflow: auto;
    /* border-bottom: 1px solid rgb(232, 228, 228); */
    font-size: 13px;
}

#cart-detail::-webkit-scrollbar{
    width: 8px;
}

div#cart-detail::-webkit-scrollbar-track {
    background: #E8E8E8;
    border-radius: 0;
}

div#cart-detail::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #6C6A6B;
}
div#total-price {
    font-weight: bold;
    margin-top: 20px;
    /* font-size: 14px; */
    float: left;
}

div#total-price span {
    color: rgb(182, 38, 44);
    font-size: 17px;
}

#empty-cart {
    padding: 5px;
    /* background: rgb(117 108 108); */
    color: #343434;
    margin: 19px 0;
    width: 132px;
    font-size: 11px;
    text-align: center;
    float: right;
    cursor: pointer;
    border-radius: 2px;
    font-style: italic;
}

#empty-cart:hover {
    /* background: rgb(117, 108, 108); */
    color: red;
}

#order-form input, #order-form textarea {
    display: block;
    margin: 0px;
    padding: 9px 10px!important;
    background: #f3f3f3;
    color: #6A6565;
    border: 0;
    font-family: inherit;
    font-size: 13px;
}

input#submit-order:hover {
    background: rgb(9, 173, 162);
}

#order-form input.text, #order-form textarea {
    width: 100%;
    border: 1px solid rgb(229 229 229);
    margin: 15px 0;
    box-sizing:  border-box;
    max-width: 100%;
}

#order-form input:focus {
    outline: none;
}
body input#submit-order {
    padding: 10px 20px!important;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
    background-color: #eb6e21!important;
    border: 0px solid #9d6748!important;
    cursor: pointer;
    margin: auto!important;
    font-size: 15px;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 10px!important;
    width: 100%;
    font-family: 'HelveticaNeue-Medium';
}

div#after-order {
    background: #dff0d8;
    /* padding: 10px; */
    border-radius: 3px;
    /* color: rgb(108, 108, 108); */
    /* line-height: 25px; */
    /* margin-top: 10px; */
}

p.empty-cart-noti {
    margin: 20px auto;
    text-align: center;
    font-size: 15px;
}

textarea#other_info {
    /* width: 100%; */
    /* padding: 3px 5px; */
    height: 80px;
    /* border: 1px solid rgb(209, 207, 207); */
    /* max-width:  100%; */
    /* box-sizing:  border-box; */
}

textarea#other_info:focus {
    outline: none;
}

@media only screen and (max-width:767px){
    div#wrap-popup-cart{
        top: 40px;
    }
}
input#order-email {
    display: none!important;
}

.product-search-list {
    text-align: right;
    margin-bottom: 20px;
}

.product-search-list .product-search-title {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    padding-right: 10px;
}

.product-search-list .product-search-content {
    display: inline-block;
}

.product-search-list .product-search-content select {
    padding: 5px 10px;
    border: 1px solid #d5d1d1;
    color: #6a6a6a;
}
input#order-coupon {
    /* border: 2px solid #81ccc6!important; */
    width: 60%;
    margin: 5px 0;
    margin-right: 2%;
    border-radius: 50px;
    padding: 8px 20px;
}
.wrap-coupon {
    margin-top: 20px;
}

.wrap-coupon {}
span.coupon-apply-button {
    background: #333;
    padding: 4px 20px;
    border-radius: 50px;
    color: #fff;
    width: 19%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 5px 0;
}

.wrap-coupon {
    background: #d1f7d1;
    border-radius: 20px;
    padding: 20px;
}
span.apply-coupon-msg.apply-coupon-msg-success {
    text-align: center;
    font-style: italic;
    color: #2196F3;
    padding: 10px;
    display: inline-block;
}

span.percent-discount {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #e3e3e3;
    text-align: center;
    border-radius: 100%;
    color: #FF9800!important;
    margin: 0 10px;
    font-size: 14px!important;
}
h1#new-cart-header {
    /* margin-bottom: 40px; */
}

.cart-content-title {}

label.pay-method {
    font-weight: normal;
    display: block;
}

.pay-methods {
    border: 2px dotted #e45721;
    padding: 10px 20px;
    margin-top: 20px;
    line-height: 30px;
}

div#total-price-before {
    position: relative;
    top: 13px;
}

span#total-price-value-before {
    color: #828582;
    font-weight: bold;
    text-decoration: line-through;
}
span#total-price-value-before-aff {
    color: #beb9b9!important;
    font-weight: normal;
    padding: 0 10px;
    text-decoration: line-through;
    display: none;
}

span#total-price-value-before-aff.active {
    display: inline;
}
span.remove-cart-item {
    position: absolute;
    right: 20px;
    top: 70px;
    background: #d4d4d4;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-size: 10px;
}

span.remove-cart-item:hover {
    background: red;
}
