﻿
.info-cart{
    position:relative;
    text-align:left;
}

#cart_items .cart_info {
  border: none;
  margin-bottom: 50px;
}

.cart_menu {
  background-color: #0f1f3e;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}


.th {
    height: 60px !important;
    line-height: 60px !important;
    font-weight: 300;
    font-size: 1.1em;
    text-align: center;
}

.th-name {
    width:200px !important;
    height: 60px !important;
    line-height:60px !important;
    font-weight:300;
    font-size:1.1em;
    text-align:center;
}

.td{
    font-weight:300 !important;
    font-size:1.1em !important;
    text-align:center;
}

.cart_image {
    width:130px;
    height:130px;
    margin: 0 auto;
    display: block;
    border-radius:3px;
}

.cart_quantity_cont{
    position:relative;
    width:100%;
    top:5px;
    height:0px !important;
    display: inline-block;
}

.cart_quantity_down, .cart_quantity_up, .cart_quantity_delete{
    cursor:pointer;
    display: inline-block;
}

.c_qty_up, .c_qty_dwn{
    display: inline-block;
}

input[type=text].cart_quantity_input {
    position:relative;
    top: -10px;
    width:45px;
    height:32px;
    line-height: 32px;
    color: #444;
    font-size: 16px;
    text-align: center;
    border: solid 1px #749e2d;
    cursor: text;
    border-bottom: solid 1px #749e2d !important;
    border-radius:3px;
}

.cart_quantity_delete{
    position:relative;
    float:left;
    left:0px;
    width:34px;
    height:34px;
}

.c_qty_del{
    position:relative;
    float:left;
    left:0px;
    width:34px;
    height:34px;
}

.cart_total_price{
    font-weight:500;
    font-size:1em;
    color: #333;
}

.no-display{
    display: none;
}

/***********************************************/

.main-cart{
    position: relative;
    float: right;
    top: -14px;
    padding: 0px 13px;
    font-size: 1.2em;
    color: #1e792c;
}

.cart:hover{
    opacity:0.8;
    cursor:pointer;
}

.cart-counter {
    position: absolute;
    top: -10px;
    right: 1px;
    height: 18px;
    width: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 0.6em;
    background-color: #003c52;
    border: solid 1px #989898;
    color: #fff;
    border-radius: 20px;
    cursor: default;
}

.cart-item-counter {
    position: absolute;
    top: 8px;
    left: 11px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 0.5em;
    background-color: #0a1e3f;
    color: #FFFFFF;
    border-radius: 20px;
    z-index: 10;
    cursor: default;
}

.cart-box{
    position: absolute;
    top: 45px;
    right: 0;
    width: 305px;
    height: auto;
    background-color: #FFFFFF;
    z-index: 100;
    display:none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius:3px;
}

.title-cart {
    position: relative;
    float: left;
    top: 0px;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    background-color: #1e792c;
    font-weight: 600;
}

.cart-body{
    position: relative;
    float: left;
    top: 0px;
    width: 100%;
    max-height:239px;
    overflow-y: auto;
}

.cart-item{
    position: relative;
    float: left;
    top: 0px;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 16px;
    padding-bottom: 7px;
    animation-duration: 1s;
    cursor: pointer;
}

.cart-item img{
    position: relative;
    float: left;
    margin-right: 13px;
}

.cart-item:hover{
    background-color: #f9f9f9;
    animation-duration: 1s;
}

.cart-total{
    font-size: 0.8em;
    color: #444;
}

.cart-total span{
    font-weight:500;
}

.cart-item-data{
    position:relative;
    float: left;
}

.cart-item-name{
    position: relative;
    top: -8px;
    color: #333;
}

.cart-item-total {
    position: relative;
    display: block;
    top: -12px;
    color: #0a1e3f;
    font-weight: 500;
}

.cart-footer{
    position: relative;
    float: left;
    top: 0px;
    width: 100%;
    padding: 15px 13px;
    border-top: solid 1px #efebeb;
}

.btn-viewcart{
    padding: 5px 10px;
    background-color: #192e44;
    font-size: 0.7em;
    color: #fff;
    border-radius: 2px;
    border:none;
    letter-spacing: .5px;
    vertical-align: middle;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); 
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-viewcart:hover{
    background-color: #0b4d66;
    color: #FFFFFF;
    cursor:pointer;
    text-decoration: none;
}

.btn-viewcart:visited{
    color: #FFFFFF !important;
}

@media screen and (max-width: 389px)
{
    .cart-box{
        right: -54px;
    }
}