/* Custom button styles to change all buttons to yellow (#f8a915) */

/* Main button background color override */
.bg-main,
.btn.btn-thin:hover,
.btn.btn-bold:not(:hover),
.shpcart-subtotal-block .btn-checkout .btn,
.shopping-cart-container table td.wrap-btn-control .btn,
.review-form-wrapper .form-row button[type=submit],
.pr-detail-layout .info .buttons .add-to-cart-btn,
.contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn,
.sidebar .price-filter .frm-contain .f-item .btn-submit,
.newsletter-block .form-content .bnt-submit,
.mobile-search .mobile-search-content .btn-submit,
.biolife-banner__promotion3 .product-detail .add-to-cart-btn,
.biolife-cart-info .minicart-block .btn-control .view-cart,
.sumary-product .action-form .buttons .add-to-cart-btn,
.content-404 .button,
.slider-opt03__layout01 .buttons .btn.btn-bold:not(:hover),
.slider-opt04__layout01.light-version .buttons .btn.btn-bold:not(:hover),
.biolife-banner__style-05 .btn-shopnow,
.biolife-banner__style-06 .btn-shopnow,
.biolife-banner__style-07 .btn-shopnow,
.slider-opt03__layout01.mode-03 .buttons .btn.btn-bold:not(:hover),
.biolife-banner__special-02 .product-detail .add-to-cart-btn:not(:hover),
.contain-product__right-info-layout3 .buttons .add-to-cart-btn:not(:hover),
.contain-product__deal-layout .slide-down-box .buttons .add-to-cart-btn,
.biolife-banner__special .product-detail .add-to-cart-btn,
.post-item .post-content .btn.readmore:hover,
.post-comments .form-row.last-btns .btn-sumit,
.contact-form-container .form-row .btn-submit,
.login-on-checkout .form-row button,
.minicart-block.layout-02 .icon-contain .btn-to-cart,
.add-to-cart-btn,
.btn.checkout,
.btn-checkout .btn,
.vokobbtn {
    background: #f8a915 !important;
    background-color: #f8a915 !important;
    background-image: none !important;
}

/* Button hover state */
.btn:hover,
.shpcart-subtotal-block .btn-checkout .btn:hover,
.shopping-cart-container table td.wrap-btn-control .btn:hover,
.review-form-wrapper .form-row button[type=submit]:hover,
.pr-detail-layout .info .buttons .add-to-cart-btn:hover,
.contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn:hover,
.sidebar .price-filter .frm-contain .f-item .btn-submit:hover,
.newsletter-block .form-content .bnt-submit:hover,
.mobile-search .mobile-search-content .btn-submit:hover,
.biolife-banner__promotion3 .product-detail .add-to-cart-btn:hover,
.biolife-cart-info .minicart-block .btn-control .view-cart:hover,
.sumary-product .action-form .buttons .add-to-cart-btn:hover,
.content-404 .button:hover,
.add-to-cart-btn:hover,
.btn.checkout:hover,
.btn-checkout .btn:hover,
.vokobbtn:hover {
    background: #e09913 !important;
    background-color: #e09913 !important;
}

/* Color accent for links and other elements */
.hover-main-color:hover,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: #f8a915;
}

/* Border colors */
.btn.btn-thin:hover,
.biolife-panigations-block ul li a:hover,
.biolife-panigations-block ul li .current-page,
.slider-opt03__layout01 .buttons .btn-thin:not(:hover),
.slider-opt04__layout01.light-version .buttons .btn-thin:not(:hover) {
    border-color: #f8a915;
}

/* Top border color */
.biolife-cart-info .minicart-block .cart-inner {
    border-top-color: #f8a915;
}
