.p-productList__item .p-productList__buttons .c-button {
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    border-radius: 25px;
    padding: 9px 10px;
    max-width: 140px;
}
@media only screen and (max-width: 1024px){
    .list-product .list-product__title{
        height: unset!important;
    }
    .list-product .list-product__title h2{
        font-size: 32px !important;
        line-height: 1.25;
        height: unset!important;
    }
}
@media only screen and (max-width: 767px){
    .list-product .list-product__title{
        height: unset!important;
    }
    .list-product .list-product__title h2{
        font-size: 20px !important;
        line-height: 1.25;
    }

    .shop-content-area .shop-loop-head .wd-shop-tools.woodmart-shop-tools {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .woocommerce-ordering.wd-ordering-mb-icon:after{
        display: none!important;
    }

    .shop-content-area .shop-loop-head .wd-shop-tools.woodmart-shop-tools .wd-shop-filter form.woocommerce-ordering{
        width: 100%;
    }

    .shop-content-area .shop-loop-head .wd-shop-tools.woodmart-shop-tools .wd-shop-filter .woocommerce-ordering select {
        border-bottom: 1px solid #EEEBEE;
        position: relative;
        max-width: unset;
        width: unset;
        color: var(--color-gray-900)!important;
        font-weight: 600;
        background-image: var(--wd-form-chevron);
        background-position: right 10px top 50%;
        padding-right: 30px;
    }
    .shop-content-area .shop-loop-head .wd-shop-tools.woodmart-shop-tools .wd-shop-result-count {
        margin-bottom: 10px!important;
    }

    .p-product .p-product__general {
        flex-direction: column;
    }
    
    .p-product .p-product__general .p-product__information {
        width: 100%!important;
        order: 2;
    }
    
    .p-product .p-product__general .p-product__information .p-product__title h1 {
        font-size: 32px!important;
    }
    
    .p-product .p-product__general .p-product__img {
        width: 100%!important;
        order: 1;
        margin-bottom: 20px;
    }

    .p-product .p-product__descriptionText{
        column-count: 1!important;
    }

    .p-options .p-option {
        flex-direction: column;
    }

    .p-options .p-option > div{
        width: 100%!important;
    }
    .p-options .p-option.is-required .p-option__radiologies{
        padding-top: 25px;
    }

    .button-group .c-button {
        min-width: unset!important;
        padding: 10px 40px!important;
    }

    .p-productList__item .p-productList__title h2.c-title {
        min-height: 34px;
        -webkit-line-clamp: 2;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
    }
}

.header-menu-login-btn {
    min-width: 105px !important;
}