.block-product-buy-button {
  white-space: normal !important;
}

.block-product-buy-button-wrapper {
  padding: var(--button-border-thickness, 1px);
}
.form__buttons .button.button--fill.button--secondary {
    height: 40px;
    background-color: #2e2e2e;
        box-shadow: none;
        border-color: #2e2e2e;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 14px;
}
.form__buttons .button.button--fill.button--secondary:hover{
    height: 40px;
    background-color: #dd8c32;
}
.fixed-btn {
    /* display: none; */
}
@media (max-width: 959px) {
    .is-sticky>.product-detail__buy-buttons{
        padding: 0;
        box-shadow: none;
    }
    .is-sticky>.product-detail__buy-buttons .fixed-btn{
        display: flex;
        justify-content: space-between;
    }
    .fixed-btn {
            /* position: fixed;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 60px;
            z-index: 9;
            background-color: #fff;
            display: flex;
            justify-content: space-between; */
        }
    
    .is-sticky>.product-detail__buy-buttons .fixed-btn #product-form-main-product-info__wrapper {
            background-color: #fff;
            width: calc(100% - 60px);
        }
    
    .is-sticky>.product-detail__buy-buttons .fixed-btn .kefu {
            background-color: #f7ead9;
            width: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        .fixed-btn theme-product-form{
            width: calc(100vw - 60px);
            height: 60px;
        }
    
        /* .fixed-btn .kefu>svg {
            width: 20px;
            height: 20px;
    
        } */
    
        
/*     
        .fixed-btn #product-form-main-product-info__wrapper #product-form-main-product-info-submit {
            height: 60px;
        }
    
        .fixed-btn #product-form-main-product-info__wrapper #product-form-main-product-info-submit span {
            margin-top: 5px;
        } */
        .is-sticky>.product-detail__buy-buttons .fixed-btn .button.button--fill.button--secondary{
            height: 60px;
            line-height: 60px;
        }
        .quick-add-modal__modal .fixed-btn {
            display: none;
        }
    
        #lf-quick-add-modal-content .fixed-btn {
            display: none;
        }
        /* body[data-page-type="product"] .preview-content-button-mobile--Mw_Wl.preview-button-left{
            left: 0;
        }
        body[data-page-type="product"] #J-mc-chat-widget .preview-content-button--wDAni {
            left: 0;
            bottom: 0;
            width: 60px;
            height: 60px;
        }
    
        body[data-page-type="product"] #J-mc-chat-widget .preview-content-button--wDAni .chat-widget-button--FSeT5 {
            height: 60px;
        }
    
        body[data-template="product"] #J-mc-chat-widget .preview-content-button--wDAni .chat-widget-button--FSeT5 .chat-widget-button-circle {
    
            height: 40px;
            margin: 10px auto;
        } */
}