﻿/*ccs giỏ hàng ở trên góc*/
.cart-shopping {
    position:relative;
    padding-right:10px;
}
#hovercart {
    line-height: 35px;
    color: rgba(102,102,102,0.85);
}
    #hovercart i {
        color: #14a751
    }
    .cart-shopping:hover .cart-list {
        display: block;
    }

.cart-list {
    position: absolute;
    width: 290px;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border: 1px solid #f1f1f1;
    right: 0px;
    z-index: 99;
    display: none;
    border-radius: 6px;
}

.cart-price {
    padding: 10px 0;
    border-top: 1px solid #666;
    margin-top: 15px;
    font-size: 16px;
}

    .cart-price span {
        color: red;
        font-weight: bold;
    }

.cart-btn {
    text-align: center;
}

    .cart-btn a {
        color: #000;
        display: inline-block;
        padding: 3px 30px;
        border: 1px solid #333;
    }

        .cart-btn a:hover {
            background: #80b600;
            color: #000;
        }

.cart-item1 {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0px;
}

    .cart-item1 a img {
        width: 80px;
        height: 60px;
        float: left;
        margin-right: 6px;
    }

    .cart-item1 h3 a {
        font-size: 14px;
        color: #000;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        display: block;
    }

    .cart-item1 p {
        line-height: 20px;
    }

        .cart-item1 p span {
            color: red;
        }

    .cart-item1 .price {
        color: red;
    }

    .cart-item1 a.action {
        position: absolute;
        right: 0px;
        bottom: 0px;
        color: red
    }
/*css popup mua hang*/
#mask-cartPopup {
    background: #010101;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
}

#popup-box-cart {
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.skin-cartPopup {
    padding: 15px;
    position: relative;
}

.close-cartPopup {
    position: absolute;
    top: -12px;
    right: -12px;
    padding: 4px 8px;
    border-radius: 50%;
    background: #a8a8a8;
}

    .close-cartPopup a {
        color: #000;
    }

        .close-cartPopup a:hover {
            color: #ff6666;
        }

#popup-box-cart {
    width: 90%;
    border: 1px solid #F0141E;
}

#popup-box-cart {
    width: 90%;
}

    #popup-box-cart .note-cartPopup {
        font-size: 15px;
        color: white;
        padding: 0px 9px;
        line-height: 30px;
        text-align: center;
        background: #F0141E;
        margin-bottom: 15px;
    }

    #popup-box-cart .item-img-cartPopup {
    }

.name-product-cartPopup {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #F0141E;
    line-height: 24px;
}

.price-product-cartPopup {
    color: #333333;
    margin-bottom: 5px;
}

    .price-product-cartPopup span {
        color: red;
    }

.num-product-cartPopup {
    color: #333333;
    margin-bottom: 15px;
}

    .num-product-cartPopup span {
        color: red;
    }

#popup-box-cart .item-count-cartPopup {
    color: #666;
    font-size: 18px;
}

#popup-box-cart .total-price-cartPopup {
    margin-top: 5px;
    text-align: right;
    color: #666666;
    border-top: 1px solid #F0141E;
    padding-top: 15px;
}

    #popup-box-cart .total-price-cartPopup span {
        color: red;
    }

#popup-box-cart .action-cartPopup {
    text-align: right;
    margin-top: 15px;
}

    #popup-box-cart .action-cartPopup .btn-cartPopup {
        background: #fff000;
        border: 1px solid #8ec641;
        color: #8ec641;
        padding: 5px 6px;
        background-color: #f5f5f5;
    }

        #popup-box-cart .action-cartPopup .btn-cartPopup:hover {
            background: #8ec641;
            color: #000;
        }
/*trang gio hang*/
.red {color:#f00;} .guide h4, .guide p {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
}
.table-cart {width:100%;}
    .table-cart thead {background:#f1f1f1; color:#000; line-height:36px;}
    .table-cart td {padding:5px; } 
    .checkout-cart {
        float: left;
        width: 100%;
    }

    .checkout-cart table tr {
        display: block;
    }

        .checkout-cart table tr td {
            width: 50%;
            float: left;
            padding: 7px 0;
        }

            .checkout-cart table tr td.even {
                text-align: right;
            }

.btn-Continue {
    color: #fff;
    padding: 10px;
    background: #777;
    display: inline-block;
    border: 1px solid #777;
}

    .btn-Continue:hover {
        color: #777;
        background: #fff;
    }
/*form đặt hàng*/
.order-form {
    margin: 20px 0px;
}
    .order-form h3 {font-size:15px; font-weight:bold; text-transform:uppercase; color:#80b600; margin-bottom:15px;} 
    .divinput {
        margin-bottom: 10px;
    }

.m_star {
    color: red;
}

.divinput label {
    display: inline-block;
}

.divinput input {
    display: inline-block;
    border: none;
    height: 32px;
    width: 100%;
    padding: 0 5px;
    border:solid 1px #f1f1f1;
}

.divinput p {
    font-style: italic;
    overflow: hidden;
    width: 100%;
}

.divinput textarea {
    width: 100%;
    border: solid 1px #f1f1f1;
}
.lb-method {
    display: block;
    width: 100%;
    line-height: 35px;
}

.desc {
    display: none;
}

.bx-lstcart {
    border: 1px solid #f1f1f1;
}
    .table-ck .old {
        padding-left: 10px;
    }

.even {
    text-align: right;
    padding-right: 10px;
}

.table-ck tr td {
    padding: 5px;
}

.totaltb {
    background: #f0f0f0;
    color: red;
    padding: 10px;
}

    .totaltb td {
        padding: 10px;
    }