.product-header-widget {
    margin-bottom: 20px !important;
    margin-top: 50px !important;
    @media (min-width: 768px) {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    h1 {
        color: #ae005f;
        text-align: center;
        margin-bottom: 10px;
        @media (min-width: 768px) {
            margin-bottom: 0;
            margin-top: 0;
        }
    }
    p {
        color: #575a5d;
        margin-top: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .product-section {
        padding: 20px 0px;
        a {
            p {
                color: #ff7900;
                transition: opacity 0.4s ease;
                opacity: 1;
                text-decoration: none;
                padding: 20px 0px 0px 0px;
                margin: 0;
                font-weight: 600;
            }
            img {
                margin-top: 40px;
                height: 40px;
                max-width: 65px;
                margin: 0 auto;
                transition: opacity 0.4s ease;
                opacity: 1;
                display: block;
            }
            &:hover {
                text-decoration: none;
                p{
                    color: #ff7900;
                    transition: opacity 0.4s ease;
                    opacity: 0.8;
                    text-decoration: none;
                }
                img {
                    height: 40px;
                    max-width: 65px;
                    margin: 0 auto;
                    transition: opacity 0.4s ease;
                    opacity: 0.7;
                    display: block;
                }
            }
        }
    }
    .product-item {
        border-bottom: 2px solid #ededed;
        @media (min-width: 768px) {
            border-bottom: none;
            border-right: 2px solid #ededed;
        }
        &:last-child {
            border-right: none;
            border-bottom: none;
        }
    }
}



/* Small devices (tablets, 767px and down) */
@media (max-width: 767px) {
    .product-header-widget {
        h1 {
            font-size: 2.7em !important;
        }
        p {
            margin-bottom: 20px;
        }
        .product-section {
            padding: 40px 0;
        }
        .middle {
            border-left: none;
            border-right: none;
            border-top: 2px solid #ededed;
            border-bottom: 2px solid #ededed;
        }
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .product-header-widget {
        h1 {
            font-size: 3em !important;
        }
        .middle {
            border-left: 2px solid #ededed;
            border-right: 2px solid #ededed;
            border-top: none;
            border-bottom: none;
        }
    }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .product-header-widget {
        h1 {
            font-size: 3em !important;
        }
        .middle {
            border-left: 2px solid #ededed;
            border-right: 2px solid #ededed;
            border-top: none;
            border-bottom: none;
        }
    }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .product-header-widget {
        h1 {
            font-size: 3em !important;
        }
        .middle {
            border-left: 2px solid #ededed;
            border-right: 2px solid #ededed;
            border-top: none;
            border-bottom: none;
        }
    }
}
