/*
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");


.qode-pl-holder .qode-pli-inner {
    border: 1px solid #ebcf85;
}

body.tax-product_cat .title.has_background, 
body.woocommerce-shop .title.has_background,
body.single-product .title.has_background {
    background-blend-mode: overlay !important;
}

.title.has_background {
    background-position: center !important;
}
body.tax-product_cat .title_subtitle_holder .title_subtitle_holder_inner h1,
body.single-product .title_subtitle_holder_inner h1 {
    display: none !important;
}
body.woocommerce-cart .title_holder .title_subtitle_holder h1 {
    color: #ffffff !important;
}
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    background-color: #080808;
    color: #fff;
    font-size: 21px;
        border: 0px !important;
}
body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    background-color: #ebcf85;
    transition: all .5s ease;
}
.woocommerce-page .top-product-section .add-to-cart-button-outer {
    display: none !important;
    z-index: -999 !important;
}
.woocommerce-notices-wrapper > .woocommerce-message{
    display: none;
}
.woocommerce-notices-wrapper > .woocommerce-message:last-child {
    display: block !important;
}
.woocommerce .woocommerce-message {
    text-align: center !important;
    font-size: 12px !important;
    line-height: 16px !important;
}
.woocommerce .woocommerce-message a.button {
    display: block !important;
    text-align: center !important;
    clear: both;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-product-metadata {
    display: none !important;
}
table.wc-block-cart-items .wc-block-cart-items__row,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    place-items: center;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding:  0px !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    grid-column-end: 3 !important;
}
table.wc-block-cart-items .wc-block-cart-items__row {
    grid-template-columns: 1fr 2fr 1fr !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: inline-block !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, 
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    font-size: 1em !important;
    font-weight: 400 !important;
}
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__button {
    height:  3em !important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name,
.woocommerce-checkout h3 {
    font-size: 12px !important;
    letter-spacing: 1px !important;
    margin: 0px !important;
    line-height: 15px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
    display: none !important;
}
.wc-block-components-checkout-step__description,
.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
    display: none !important;
}
.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    font-size: 17px !important;
    font-weight: 700 !important;
}
.wc-block-components-radio-control-accordion-content {
    font-size: 14px !important;
    line-height: 18px !important;
}
.wc-block-components-title.wc-block-components-title { 
    font-size: 1em !important;
    letter-spacing: 4px !important;
    margin: 0px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    padding: 0px !important;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
    color: #ebce85 !important;
}
.woocommerce #commentform textarea {
    background-color: #00000017 !important;
}


@media only screen and (max-width: 996px) {
    .mobile_menu_button {
        margin: 0px 0px 0px 15px !important;
    }
    .flexslider .flex-next {
        right: -30px !important;
    }
    .flexslider .flex-prev {
        left: -30px !important;
    }
    .content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner {
        padding-top: 60px !important;
    }
    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        width: 100% !important;
    }
}


@media only screen and (max-width: 600px) {
    .container_inner {
        width: 92% !important;
    }
    .mobile_menu_button {
        margin: 0px 0px 0px 15px !important;
    }
    .mobile_menu_button span {
        font-size: 20px;
        padding: 0px 5px;
    }
    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        width: 100% !important;
    }
}


@media only screen and (max-width: 420px) {
    .shopping_cart_outer {
        display: table !important;
    }
    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        width: 100% !important;
    }
}