/*
Template Name:Shop On
File: Layout CSS
Author: Templates On Web
Author URI: http://templateonweb.com/
Licence: <a href="http://www.templateonweb.com/terms.php?v=content&contentid=152">Website Template Licence</a>
*/
/*********************cart****************/
#cart{
 padding-top:40px;
 padding-bottom:40px;
 }
.cart_1{
background:#f7941d;
padding-top:15px;
padding-bottom:15px; 
 }
.cart_2i .input-group{
width:71%; 
}
.cart_2i .number-spinner .cart-form {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.cart_2i .number-spinner .cart-form .form-control {
    flex: 1;
    min-width: 0;
    text-align: center;
}
.cart_2i .number-spinner .cart-form .btn {
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_2i .option{
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.cart_2i h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    word-break: break-word;
}
.cart_2{
background: #fbf2e8;
border-bottom:1px solid #fff;
padding-top:30px;
padding-bottom:30px;
 }
.cart_3i .form-control{
box-shadow:none;
border-color:#eee;
border-radius:0;
height:48px;
float:left;
width:70%; 
margin-right:10px;
font-size:18px;
 }
.cart_3{
margin-top:30px; 
 }
.cart_3i1 .button{
display:block;
text-align:center; 
 }
/*********************cart_end****************/

.empty-cart {
    text-align: center;
    padding: 80px 20px;
}
.empty-cart-icon {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
}
.empty-cart h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
}
.empty-cart p {
    font-size: 15px;
    color: #777;
    margin: 0 0 25px 0;
}
.empty-cart .btn-primary {
    background: #f7941d;
    border-color: #f7941d;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.empty-cart .btn-primary:hover {
    background: #e0830a;
    border-color: #e0830a;
}
@media screen and (max-width : 767px){

}

@media (min-width:768px) and (max-width:991px) {

 }
@media (min-width:992px) and (max-width:1200px) {

 }
@media (min-width:1201px) and (max-width:1350px) {

 }




