/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.woocommerce-account input[type=text], .woocommerce-account input[type=password], .woocommerce-account input[type=email],
.woocommerce #customer_login input[type=text], .woocommerce #customer_login input[type=email], .woocommerce #customer_login input[type=password]{
    border-color: rgba(197, 197, 197, 1);
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #14203b;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    padding-left: 0px;
    margin-bottom: 27px;
}
a.woocommerce-privacy-policy-link {
    color: #262626;
}

nav.main_menu > ul > li > a {
    margin: 0 19px !important;
    padding: 0 !important;
}
a, p a {
    /*color: #262626 !important;*/
}

form.whole-sale-form {
    display: flex;
    flex-direction: column;
}

form.whole-sale-form input,
form.whole-sale-form textarea {
    display: block;
    margin: 5px 0 0;
    padding: 15px;
    border: 0;
    font-size: 15px;
    line-height: 17px;
    background-color: #fff;
    color: #818181;
    font-family: Raleway;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-bottom: 1px solid #c5c5c5 !important;
    padding-left: 0 !important;
}

form.whole-sale-form input,
form.whole-sale-form textarea {
  font-family: 'Raleway', sans-serif;
}

form.whole-sale-form input::placeholder,
form.whole-sale-form textarea::placeholder {
  font-family: 'Raleway', sans-serif;
}


form.whole-sale-form input:focus,
form.whole-sale-form input:focus-visible,
form.whole-sale-form textarea:focus,
form.whole-sale-form textarea:focus-visible {
    outline: none;
    border: none;
}

/* Add spacing and styling for the download button */
form.whole-sale-form .download-btn {
    margin: 25px 0 15px;
    display: inline-block;
    color: #b29063;
    text-decoration: none;
    font-size: 25px;
}

/* Style the submit button */
form.whole-sale-form button {
    width: auto;
    margin-top: 15px;
    padding: 7px 40px;
    background-color: #d4bfa3;
    border: 1px solid #d4bfa3!important;
    color: #14203b;
    font-size: 12px;
    height: 45px;
    font-family: Raleway;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

form.whole-sale-form button:hover {
    background-color: transparent;
    border: 1px solid #000;
    
}
.single-product .summary {
    margin-bottom: 5px;
}
.single-product .summary .q_accordion_holder {
    margin-bottom: 0;
}
.single-product .summary .q_accordion_holder h6.reviews_tab {
    display: none;
}
.single-product .wholesaler-sell-sheet {
    text-align: center;
}
.single-product .wholesaler-sell-sheet a {
    width: 428px;
    text-align: center;
}

.single-product .summary .product_meta .posted_in {
    display: none;
}
.woocommerce-MyAccount-content a {
    color: #b29063 !important;
}
.woocommerce-MyAccount-content a:hover {
    color: #262626 !important;
}
.single-product .related.products {
    display: none;
}
.page-id-12479 .elementor-widget-container a {
    color: #262626;
}
/** Hide Add to cart Button **/
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed,
button.single_add_to_cart_button.button.alt.single_add_to_cart_button.qbutton.button.alt {
    display: none;
}
@media (max-width: 768px) {
    .single-product .wholesaler-sell-sheet a {width: auto;}
}