.post-content img{
    max-width: 100%;
}
.main-nav-right .osahan-top-dropdown .dropdown-toggle, .main-nav-right .btn {
    padding: 21px;
}
.osahan-menu .navbar-brand {
    padding: 0px 18px;
}
.osahan-menu .navbar-brand img{
    height: 68px;
    padding: 6px 0px;
}
.footer-img{
    height: 38px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.osahan-menu-2 .nav-link {
    padding: 9px 16px !important;
}
.cart-sidebar{
    z-index: 9999999;
}
.fz-90{
    font-size: 90px;
}
.category-active{
    font-weight: bold;
}
.search-input{
    height: 37px;
}
.select2.select2-container{
    width: 100% !important;
}
.payment-method.selected{
    border: 2px solid #868686;
    border-radius: 5px;
}
.payment-method{
    float:left;
    margin-right: 16px;
    cursor: pointer;
}
.payment-method-list{
    display: flex;
    width: 100%;
    justify-content: center;
}
.offer-price {
    height: 30px;
    font-size: 13px;
}
.shop-detail-right .badge{
    position: absolute;
    right: 30px;
    top: 15px;
}
.product-header{
    position: relative;
}
.product-header img{
    height: initial;
}
.product{
    display: flex;
    flex-direction: column;
}
.product-header .badge{
    top: 0px;
    left: 0px;
}
.owl-carousel .owl-wrapper{
    display: flex !important;    
}
.owl-carousel .owl-wrapper .item{
    height: 100%;   
}
.product .product-body{
    flex: 1;    
}
.offer-price{
    display: flex;
    align-items: center;
}
.remove-cart {
    background: #e21837;
    color: #fff !important;
    padding: 0px 2px;
    border-radius: 6px;
    cursor: pointer;
}
.cart-list-product h5 {
    margin-right: 24px;
}
.top-category{
    background: #ffffffba !important;
}
.bg-dark{
    background: #f3c22fe8 !important;
}
.main-nav-right .btn:hover {
    background-color: #c59608e8 !important;
}
.main-nav-right .btn {
    border-right: 1px solid #c59608e8;
}
body {
    background-color: #fff20736;
}