/*
Theme Name: Bemins Child
Theme URI: https://coscureenterprises.com/
Description: Child theme for Bemins
Author: Coscure Enterprises
Template: bemins
Version: 1.0.0
*/

/* Custom CSS */

ul.product-shipping-delivers {
    display: none;
}
.bwp-header .header-page-link>.bemins-topcart {
    display: none !important;
}
a.add-request-quote-button.button {
    padding: 10px 20px;
    border-radius: 20px;
}
.yith-ywraq-add-to-quote {
    margin-top: 15px;
}
.bwp-header .header-wrapper {
    padding: 0 !important;
}
.page-title.bwp-title {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.page-title.bwp-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgb(0 0 0 / 71%) 0%, rgb(0 0 0 / 59%) 25%, rgb(0 0 0 / 37%) 50%, rgba(255, 255, 255, 0) 80%);
    pointer-events: none;
    z-index: 1;
}
.page-title.bwp-title.light .breadcrumb .delimiter {
    background: #fff !important;
}
.bwp-top-bar.top ul.display.hidden-sm.hidden-xs {
    display: none;
}
.page-title.bwp-title .container {
    position: relative;
    z-index: 2;
}

.quickview-container .bwp-single-info .product-shipping-delivers, .single-product .bwp-single-info .product-shipping-delivers{display: none;}

/* =========================================================
   COSCURE ENTERPRISES
   B2B QUANTITY SELECTOR
   ========================================================= */

.coscure-b2b-quantity {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 20px 0 20px 0;
    padding: 18px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background: #fafafa;
    box-sizing: border-box;
}


/* Label */

.coscure-b2b-label {
    display: block;
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #222222;
}


/* Dropdown */

.coscure-b2b-select {
    display: block;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    color: #222222;
    font-size: 16px;
    line-height: 48px;
    cursor: pointer;
    box-sizing: border-box;
}


/* Dropdown focus */

.coscure-b2b-select:focus {
    outline: none;
    border-color: #333333;
    box-shadow: none;
}


/* Note */

.coscure-b2b-note {
    margin: 8px 0 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #777777;
}
.quickview-container .bwp-single-info .product-shipping-delivers, .single-product .bwp-single-info .product-shipping-delivers{display:none !important;}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .coscure-b2b-quantity {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        padding: 15px;
    }

    .coscure-b2b-label {
        font-size: 15px;
    }

    .coscure-b2b-select {
        height: 46px;
        font-size: 15px;
        line-height: 46px;
    }

    .coscure-b2b-note {
        font-size: 12px;
    }

}
