#products-widget-area{
    text-align: center;
    background-color: #fff;
    padding: 20px;
}
#products-widget-area #seeAllProductsWidget{
    margin: 50px auto 0 auto;
    color: #ffffff!important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0.3em;
    padding: 0.8em 1.8em !important;
    background-color: #f9a02c !important;
    border-color: transparent !important;
    box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 20%);
    font-family: 'MyriadPro-Regular', sans-serif !important;
    cursor: pointer;
    min-width: 250px;
}