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: 47%;
    padding: 10px;
    float: left;
}
img.close-cart {
    position: absolute;
    top: -22px;
    right: -22px;
	cursor:pointer;
}
a.cart-product-name {
    color: #8b6163;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.cart-content-title {
    /* text-transform: uppercase; */
    color: #fff;
    font-size: 13px;
    border-bottom: 2px solid rgb(182, 38, 44);
    height: 21px;
    font-weight: bold;
    margin: 8px 0;
    display: none;
}

.cart-col2 {
    /* width: 45%; */
    float: left;
    padding: 10px;
    box-sizing:  border-box;
}

.cart-content-title span {
    padding: 5px 15px;
    background: rgb(182, 38, 44);
}

.cart-item-image img {
    width: 80px;
    vertical-align: middle;
}

.cart-item-image {
    /* width: 80px; */
    /* height: 80px; */
    /* padding: 5px; */
    /* border: 1px solid rgb(197, 192, 192); */
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
}

.cart-item {
    border-bottom: 1px solid rgb(219, 215, 215);
    padding: 10px 0;
    position: relative;
    box-sizing: border-box;
}

p.cart-price {
    margin-bottom: 6px;
}

.cart-item-info {
    width: 245px;
    line-height: 25px;
}

p.cart-price span {
    font-weight: bold;
    color: rgb(255 255 255);
}

.desc-num, .asc-num {
    border: 1px solid silver;
    padding: 3px 10px;
    text-align: center;
    cursor: pointer;
}

p.cart-num input {
    border: 1px solid silver;
    padding: 3px;
    width: 40px;
    color: rgb(94, 93, 93);
}

.desc-num:hover, .asc-num:hover {
    background: rgb(241, 241, 241);
}

.delete-cart-item {
    background: rgb(128 128 128);
    width: 43px;
    border-radius: 2px;
}

.delete-cart-item:hover {
    background: rgb(158, 68, 72);
}

.cart-item-action p{
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 11px;
	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;
}

form#order-form input, form#order-form textarea {
    display: block;
    margin: 0px;
    padding: 9px 10px!important;
    background: #e1e1e1;
    color: #6A6565;
    border: 0;
}

input#submit-order:hover {
    background: rgb(9, 173, 162);
}

form#order-form input.text {
    width: 340px;
    border: 0px solid rgb(209, 207, 207);
    margin: 15px 0;
    box-sizing:  border-box;
    max-width: 100%;
}

form#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: #d59f80!important;
        border: 0px solid #9d6748!important;
        cursor: pointer;
        margin: auto!important;
        font-size: 13px;
        border-radius: 2px;
        text-transform: uppercase;
}

div#after-order {
    background: #dff0d8;
    padding: 10px;
    border-radius: 3px;
    color: rgb(108, 108, 108);
    line-height: 25px;
}

p.empty-cart-noti {
    margin: 20px auto;
    text-align: center;
    font-size: 15px;
}

textarea#other_info {
    width: 340px;
    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:0;
}
}
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;
}