.navbar ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}
.product_box {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0px 8px #ccc;
    text-align: center;
}
.product_box .caption p {
    margin: 0;
}
.product_box .caption p a {
    background: #FF9800;
    color: #fff;
}
/*button.btn.btn-info {
    background: #FF9800;
}
*/
.text-info {
    color: #FF9800 !important;
}
.product_box img {
    width: 80%;
}
.product_box .caption{
    margin: 7px;
}
.main-section{
    background-color: #F8F8F8;
}
.dropdown{
    float:right;
    padding-right: 30px;
}
/*
.btn{
    border:0px;
    margin:10px 0px;
    box-shadow:none !important;
}
*/
.dropdown .dropdown-menu {
    padding: 20px;
    top: 60px !important;
    width: 350px !important;
    left: -230px !important;
    box-shadow: 0px 5px 30px black;
}
.total-header-section{
    border-bottom:1px solid #d2d2d2;
}
.total-section p{
    margin-bottom:20px;
}
.cart-detail{
    padding:15px 0px;
}
.cart-detail-img img{
    width:100%;
    height:100%;
    padding-left:15px;
}
.cart-detail-product p{
    margin:0px;
    color:#000;
    font-weight:500;
}
.cart-detail .price{
    font-size:12px;
    margin-right:10px;
    font-weight:500;
}
.cart-detail .count{
    color:#C2C2DC;
}
.checkout{
    border-top:1px solid #d2d2d2;
    padding-top: 15px;
}
.checkout .btn-primary {
    border-radius: 50px;
    height: 45px;
    background: #FF9800;
    font-size: 22px;
    padding: 3px 0 0;
}
.dropdown-menu:before{
    content: " ";
    position:absolute;
    top:-20px;
    right:50px;
    border:10px solid transparent;
    border-bottom-color:#fff;
}