﻿.inner-title {
    display: none;
}

.bread-crumb-container {
    display: none;
}

.grid_table {
    border: 1px solid #eee;
}

    .grid_table tr th {
        background-color: #f7f9fa;
        color: #333;
        border-top: 1px solid #eee !important;
        color: gray;
    }



    .grid_table td {
        vertical-align: middle !important;
        border: 1px solid #eee;
        line-height: 22px;
        background-color: white;
    }

        .grid_table td p {
            line-height: 28px;
            font-size: 12px;
        }


.cart-product-color {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 4px;
}

.cart-product-info-box {
    display: inline-block;
}

    .cart-product-info-box i {
        margin-left: 5px;
        color: #999;
    }

    .cart-product-info-box a {
        color: #333;
        display: block;
        width: 100%;
    }


        .cart-product-info-box a:hover {
            color: #f00;
        }

    .cart-product-info-box h5 {
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .cart-product-info-box h6 {
        line-height: 1.5;
        font-family: Tahoma;
        font-size: 12px;
        margin-bottom: 20px;
    }

.cart-product-link {
    outline: none;
    text-align: center;
}

    .cart-product-link img {
        max-width: 90px;
        max-height: 90px;
    }

.cart-summary {
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    padding: 15px 7px;
}

.total-price {
    margin-bottom: 10px;
}

@media(min-width:320px) and (max-width:768px) {
    .total-price {
        text-align: center;
    }
}

hr {
    clear: both;
}

.final-price {
    /*border: 1px solid #85D51C;
	padding:10px;*/
}

.final-discount {
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #076936;
    overflow: auto;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.total {
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #555;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    overflow: auto;
}

.payable {
    font-size: 14px;
    color: #000;
    overflow: auto;
    font-weight: bold;
}

    .payable label {
        font-weight: bold;
    }

.tax {
    background-color: #ffecb0;
    height: 40px;
    margin-bottom: 10px;
    padding: 0px 7px;
    font-size: 14px;
    line-height: 40px;
    color: #806000;
}

.tbl-gift-box {
    margin-top: 10px;
}

    .tbl-gift-box i {
        color: #ff0065;
        font-size: 16px;
        vertical-align: middle;
    }

    .tbl-gift-box img {
        height: 30px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .tbl-gift-box h5 {
        display: inline-block;
        margin-right: 5px;
        font-size: 12px;
        color: #555;
    }

.btn-next, .btn-next:hover, .btn-next:focus, .btn-next:active, .btn-next:visited {
    padding: 10px 0;
    width: 300px;
    background-color: #076936;
    border-color: #076936;
    margin-top: 30px;
}
    .btn-next.btn-primary {
          background-color: #ffecb0;
    border-color: #ffecb0;
    color:#333;
    }
.empty-cart-box {
    text-align: center;
    padding: 40px 0;
    color: #555;
}

    .empty-cart-box img {
        height: 150px;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {

    .btn-next, .btn-next:hover, .btn-next:focus, .btn-next:active, .btn-next:visited {
        width: 100%;
    }
      .grid_table *,.cart-summary * {
        font-size:11px !important;
        line-height:20px;
    }
}
