.product_wrapper {
	float:left;
	padding: 10px;
	text-align: center;
	}
.product_wrapper:hover {
	box-shadow: 0 0 0 2px #e5e5e5;
	cursor:pointer;
	}
.product_wrapper .name {
	font-weight:bold;
	}
.product_wrapper .buy {
	text-transform: uppercase;
    background: #F68B1E;
    border: 1px solid #F68B1E;
    cursor: pointer;
    color: #fff;
    padding: 8px 40px;
    margin-top: 10px;
}
.product_wrapper .buy:hover {
	background: #f17e0a;
    border-color: #f17e0a;
}
.message_box .box{
	margin: 10px 0px;
    border: 1px solid #2b772e;
    text-align: center;
    font-weight: bold;
    color: #2b772e;
	}
.table td {
	border-bottom: #F0F0F0 1px solid;
	padding: 10px;
	}
    .cart_div {
        float:right;
        font-weight:bold;
        position:relative;
        margin-top:10px;
        }
    .cart_div a {
        color:#000;
        }	
    .cart_div span {
               font-size: 12px;
    line-height: 14px;
    background: #F68B1E;
    padding: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 13px;
    color: #fff;
    width: 24px;
    height: 22px;
    text-align: center;
        }
.cart .remove {
    background: none;
    border: none;
    color: #0067ab;
    cursor: pointer;
    padding: 0px;
	}
.cart .remove:hover {
	text-decoration:underline;
	}
	  .cart_div_2 {
	                  display : none;
	                  visibility: hidden;

	  }

@media only screen and (max-width: 768px) {
    
        .cart_div{
            /*float : left;*/
            /*margin-left : 15px;*/
            display : none;
            
        }
        
           .cart_div_2 {
        float:right;
        font-weight:bold;
        position:relative;
        margin-top:10px;
        display:block;
        }
    .cart_div_2 a {
        color:#000;
        }	
    .cart_div_2 span {
             font-size: 12px;
    line-height: 14px;
    background: #F68B1E;
    padding: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 13px;
    color: #fff;
    width: 24px;
    height: 22px;
    text-align: center;
        }
        
} 

@media (max-width: 1024px){
.navbar-brand > img {
    z-index: 1 !important;
}
}