

/* cart summary css start*/
.trigger-cart {
    position: relative;
    vertical-align: top;
}

.trigger-cart:hover{
    cursor: pointer;
}


.trigger-cart:hover .inner-cart-info {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.trigger-cart>a>i {
    margin-right: 12px;
}


.trigger-cart>a.common-card-area {
    position: relative;
}
.common-card-area .number-cart-total {
    font-size: 13px;
    margin-left: 20px;
    padding: 0 5px
}
.trigger-cart .inner-cart-info {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, .1);
    margin-right: -0;
    margin-top: 30px;
    opacity: 0;
    padding: 20px 15px;
    position: absolute;
    right: -1px;
    text-align: left;
    top: 100%;
    visibility: hidden;
    width: 400px;
    z-index: 99999;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.trigger-cart .inner-cart-info span{
    display: inline-block !important;
}


.inner-cart-info>h2 {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase
}

.info-list-cart {
    list-style: none none;
    margin: 10px 0 0;
    padding: 0;
    max-height: 310px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.info-list-cart::-webkit-scrollbar-thumb{
    background-color: #999;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.info-list-cart::-webkit-scrollbar{
    background-color: red;
    height: 7px;
    width: 5px;
}

.info-list-cart::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
}


.item-info-cart {
    border-top: 1px solid #f5f5f5;
    display: table;
    padding: 7px 0;
    width: 100%
}

.item-info-cart .cart-thumb {
    display: table-cell;
    vertical-align: middle;
    width: 85px
}

.item-info-cart .cart-thumb img {
    transition: all .5s ease-out 0s;
    width: 70px;
    border: 1px solid #ddd;
}

.wrap-cart-title {
    display: table-cell;
    padding: 0 15px 0 20px;
    vertical-align: top;
    width: 230px
}

.cart-title {
    margin: 9px 0 0px;
    text-transform: capitalize !important;
}

.cart-qty {
    color: #999;

}

.cart-qty span{
   display: inline-block !important;
    padding: 0 !important;
}

.cart-title a {
    font-size: 14px;
    padding: 0 !important;
}

.cart-qty>label {
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 0;
}

.wrap-cart-remove {
    color: #999;
    display: table-cell;
    text-align: right;
    vertical-align: top
}

 

.wrap-cart-remove .remove-product {
    background: url(../images/home1/remove-cart2.png) center center no-repeat rgba(0, 0, 0, 0);
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-bottom: 3px;
    transition: all .5s ease-out 0s;
    width: 30px
}

.total-cart {
    border-top: 1px solid #f5f5f5;
    display: table;
    font-size: 16px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%
}

.total-cart>label {
    display: table-cell;
    font-weight: 600;
    float: left;
}

.total-cart span {
    display: table-cell;
    text-align: right;
    font-weight: 600;
    float: right;
}

.link-cart {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.link-cart .cart-edit {
    margin-right: 10px;
}

.link-cart a {
    background: #fe330b;
    color: #fff !important;
    display: inline-block !important;
    height: 40px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 170px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.link-cart a:hover {
    background: #ff5c3b;
}

.trigger-cart:hover .inner-cart-info {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}
/* cart summary css start*/