body {
    .page-header.type1, .page-header.type23, .page-header, header.page-header.sticky-header .header-main {
        background-color: #292929;
    }
    @media (min-width: 992px) {
        .page-header.type1 .search-area .minisearch .actions button {
            color: #292929;
            background: #ffffff;
        }
    }
    .header-row .header-left {
        padding: 0;
    }
    @media (min-width: 992px) {
        .page-header.type1 .navigation:not(.side-megamenu) .level0 {
            margin-right: 20px;
        }
    }
    .product-item-name a {
        font-size: 0.7rem !important;
        color: #000 !important;
        &:hover{
            color:#ff6840 !important;
        }
    }
    .qty.field .control, .col.qty .control {
        width: 144px;
    }
    .qty.field .input-text.qty, .col.qty .input-text.qty {
    width: 100%;
    }
    .qty.field .qty-changer>a, .col.qty .qty-changer>a {
    flex: 0 0 auto;
    }
    
    .box-tocart {
        .qty.field .control {
            width: 144px;
            .input-text {
            &.qty {
                width: 100%;
            }
            }
        }
    }
}

/* Custom Product View Styling */
.product-price-disclaimer {
    margin: 0.5em 0;
    font-size: 0.9em;
    color: #666;
}

.product-price-disclaimer p {
    margin: 0.25em 0;
}

/* Price disclaimer in place of stock status */
.product-price-disclaimer-inline {
    display: block;
    margin-bottom: 0.25rem;
}

.product-price-disclaimer-inline span {
    color: #666;
    font-size: 0.8571em;
    text-transform: uppercase;
}

.product-label-specifications {
    margin: 1em 0;
    font-size: 0.85em;
    color: #555;
}

.product-label-specifications p {
    margin: 0.35em 0;
    line-height: 1.5;
}
.footer-top {
    background-color: #292929 !important;
}
.footer .newsletter .action.subscribe {
        background: #f4663f !important;
}