.main-logo {
    height: 60px;
    text-align: right;
}
.call-us {
    margin-left: -30px;
    margin-top: -20px;
}
.footer-top { 
    padding: 40px 0 20px 0; 
}
.footer-bottom { 
    background: #000;
}
.indicator-item img {
      width: 100px;
    height:auto !important;
}
.details-price del {
    color: #ff0000; 
}

.product-cart .name {
    font-size: 24px;
    
}
.details-price {
    font-size: 42px;
}
.copyright p { 
    color: #FFF;
}
.header-list-items {
    text-align: center;
    margin: 10px 0;
    border: 2px solid #005845;
    width: 200px;
    padding: 10px 0 10px 0;
}
.owl-carousel .owl-item img {
    max-height: 500px; 
    max-width: auto;
    width: auto;
    margin: 0 auto;
}
.header-list-items:hover, .header-list-items:hover li.cart-dialog a {
    color:white;
    background: #005845; 
}
.main-search form{
  border-radius: 0;
} 
.pro_img {
    height: 270px;
    position: relative;
}
.pro_name {
    height: 50px;
}
.hot-deals-section {
    background: #ededed;
}
.main-search form button {
    background: #005845;
    width: 120px;
    position: absolute;
    right: 0;
    height: 50px;
}
.main-search form input {
    height: 50px;
    padding: 0 20px;
    width: 640px;
}

.categories ul li a {
    display: block;
    padding: 25px 40px;
    color: #fff;
    font-weight: 600;
    height: 70px;
    transition: 0.35s all;
}
.footer-about a img {
    height: 120px; 
}
.footer-about p { 
    font-size: 20px; 
    line-height: 32px;
}
.footer-hotlint { 
    font-size: 22px; 
}

.product-action-btn a button {
    width: 100px;
    float: right; 
    margin-top: -22px;
}
.sub-category{
    min-width:300px;
}
   section.breadcumb_section {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
    font-size:25px;
    background-size: cover;
    background-position: center center;
    background-image: url('https://nusrahshop.com/public/frontEnd/images/breadcrumbbg.png');

}
section.breadcumb_section::after {
    position: absolute;
    content: ""; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: -1;
}
section.breadcumb_section .bredcumb-title a, section.breadcumb_section .bredcumb-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}