﻿
.info-cart{
    position:relative;
    text-align:left;
}

#cart_items .cart_info {
  border: none;
  margin-bottom: 50px;
}

.cart_menu {
    background-color: #001d85;
    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 #001d85;
    cursor: text;
    border-bottom: solid 1px #001d85 !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: #fff;
}

.cart:hover{
    opacity:0.8;
    cursor:pointer;
}

.cart-counter {
    position: absolute;
    top: -10px;
    right: 1px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 0.5em;
    background-color: #EC012B;
    color: #fff;
    border-radius: 20px;
    cursor: default;
    font-family: 'Poppins-Regular' !important;
}

.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: #EC012B;
    color: #FFFFFF;
    border-radius: 20px;
    z-index: 10;
    cursor: default;
}

.cart-box {
    position: absolute;
    top: 60px;
    right: 0;
    width: 500px;
    max-height: 600px;
    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: 15px 10px;
    color: #fff;
    background-color: #001d85;
    
    font-size: 1.3em;
    text-align:left !important;
}

.cart-body {
    position: relative;
    float: left;
    top: 20px;
    width: 100%;
    max-height: 440px;
    overflow-y: auto;
}

.cart-item{
    position: relative;
    float: left;
    /*top: 100px;*/
    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;
    text-align: left !important;
    font-size: 0.8em;
    padding-top: 25px;
}

.cart-item-name {
    position: relative;
    top: -8px;
    color: #333;
    font-family: 'Poppins-Regular' !important;
}

.cart-item-total {
    position: relative;
    display: block;
    top: -12px;
    color: #001d85;
    font-weight: 500;
    font-size:0.7em;
}

.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: #001d85;
    font-size: 0.7em !important;
    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: #EC012B;
        color: #FFFFFF;
        cursor: pointer;
        text-decoration: none;
    }


@media screen and (max-width: 991px) {
    .cart-box {
        right: -114px;
        width: 485px;
        max-height: 700px;
    }

    .text-myaccount {      
        top: -52px;
    }
}

@media screen and (max-width: 767px) {

    .text-myaccount {
        top: 33px;
    }
}


@media screen and (max-width: 575px) {
    .cart-item img{
       max-height:150px;
       max-width: 150px;
    }

    .cart-box {
        right: -75px;
        width: 485px;
        max-height: 700px;
    }

}

@media screen and (max-width: 405px) {

    .cart-box {
        right: -75px;
        width: 445px;
        max-height: 700px;
    }
}

@media screen and (max-width: 389px)
{
    .cart-box{
        right: -70px;

        width: 445px;
        max-height: 700px;
    }
    .btn-viewcart {
        width: 150px;
    }
}

@media screen and (max-width: 365px) {
    .cart-box {
         width: 405px;
        max-height: 700px;
    }
}

@media screen and (max-width: 336px) {
    .cart-box {
        width: 385px;
        max-height: 700px;
    }
}

    @media screen and (max-width: 324px) {
        .cart-box {
            right: -186px;
            width: 485px;
            max-height: 700px;
        }

        .btn-viewcart {
            width: 50%;
            float: left;
        }

        .cart-total {
            text-align: left !important;
        }

        .total-mv {
            text-align: left;
        }
    }

@media screen and (max-width: 310px) {
    .cart-box {
        width:470px;
        }
}

@media screen and (max-width: 294px) {
    .cart-box {
        width: 440px;
    }
}
