/* .nav,
.nav-dd-product-menu.w--open {
    background-color: #2d2b29 !important;
} */

.nav {
    background-color: #2d2b29 !important;
}

.nav-link,
.dd-product-link,
.dd-categories-link,
.footer-section .elementor-heading-title a {
    color: #cbcaca !important;
}

.cart-num,
.checkmark_stem,
.checkmark_kick,
.product-onsale,
.number-item,
.calendar-button,
.woocommerce span.onsale {
    background-color: #ff7f00 !important;
}

.silencer-imagebox .elementor-image-box-wrapper:hover .elementor-image-box-title,
.woocommerce-orders-table__cell .amount,
.woocommerce-Giftcards .amount,
.single-silencers .amount,
.single-product .amount,
.woocommerce div.product p.stock,
.xoo-wsc-container .woocommerce-Price-amount {
    color: #ff7f00 !important;
}

.product:hover,
.sidebar-link:hover,
.woocommerce-MyAccount-navigation-link a:hover {
    color: #ff7f00 !important;
}

.woocommerce-checkout #place_order {
    background: #ff7f00 !important;
    border-radius: 50px;
}


/* thank you page */
.woocommerce-order-flex {
    display: flex;
    justify-content: space-between;
}
.woocommerce-order-row-100 {
    width: 100%;
}
.woocommerce-order-row-48 {
    width: 48%;
}
.woocommerce-thankyou-order-received {
    text-align: center;
}

.credova-button {
    text-align: left;
}

.credova-text-blue svg {
    display: none;
}

.apply-credova-checkout {
    background-color: #233547 !important;
}

/* SILENCER PAGE - ADD TO CART */
.silencer-details-wrapper {
    display:flex;
    align-items: center !important;
    justify-content: center;
    gap: 10px;
    flex-direction: row !important;
    margin: 0 0 10px !important;
}
.silencer-details-wrapper .woocommerce-Price-amount {
    font-family: "TT-Norms", TT-Norms;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}
.silencer-details-wrapper .add_to_cart_button,
.silencer-details-wrapper .add_to_cart_button2 {
    font-family: "TT-Norms", TT-Norms;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    background-color: #ff7f00 !important;
    transition: all 0.2s;
    padding: 10px 25px;
    text-transform: uppercase;
}

.silencer-details-wrapper .product_type_simple,
.silencer-details-wrapper .product_type_variation {
    font-weight: 700;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 25px;
}

.silencer-details-wrapper2 {
    justify-content: start;
}


/* CREDOVA TEXT - SILENCER INDIVIDUAL PAGE */
.crdv-button-message {
    font-size: 16px;
}
.crdv-button {
    border: 1px solid #c8c8c8 !important;
    padding: 10px !important;
}

/* CREDOVA CHECKOUT */
.crdv-text {
    background-color: transparent !important;
}
.crdv-button-brand svg {
    vertical-align: baseline;
}

/* CHECKOUT PAGE - hide custom fees */
.shop_table .fee {
    display: none;
}

/* SILENCER PAGES */
.silencer_page {
    margin-bottom: 10px;
}
.silencer_page .product_name {
    font-family: "TT-Norms", TT-Norms;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.silencer_page .product_price {
    font-family: "TT-Norms", TT-Norms;
    font-size: 25px;
    font-weight: 700;
    color: #ff7f00;
}

/* SILENCER TILES */
.silencer_page_overlay {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -348px;
    /* line-height: 68px; */
    height: 270px;
    background: rgb(0,0,0,0.8);
    padding-top: 20px;
}
.silencer_page_overlay hr {
    margin: 0 40px !important;
    background: #868686 !important;
    height: 3px;
    border: none;
}
.silencer_page_overlay_section {
    display: flex;
    align-items: center !important;
    justify-content: right;
    gap: 10px;
    flex-direction: row !important;
    /* padding: 20px; */
    padding: 5px 10px;
}
.silencer_page_overlay_section .col1 {
    padding-right: 10px;
    line-height: 32px;
}
.silencer_page_overlay_section .product_name {
    font-family: "TT-Norms", TT-Norms;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
}
.silencer_page_overlay_section .product_price {
    font-family: "TT-Norms", TT-Norms;
    font-size: 20px;
    font-weight: 700;
    color: #ff7f00;
    text-align: right;
}


@media only screen and (max-width: 767px) {
    /* thank you page */
    .woocommerce-order-flex {
        display: block;
    }
    .woocommerce-order-row-48 {
        width: 100%;
    }
    .silencer-details-wrapper2 {
        justify-content: center;
    }
    /* SILENCER PAGES */
    .silencer-details-wrapper2 {
        justify-content: center;
    }
    .silencer_page {
        text-align: center;
    }
}

/* Age Verification Tool - Formatting */
h2.age-gate__headline {
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
}
p.age-gate__error {
    color: #ff7f00 !important;
}
.age-gate__wrapper {
    z-index: 999 !important;
}

/* OPTIN MONSTER */
.stpetersburg-campaign {
    z-index: 997 !important;
}


/* TEMPORARY HIDING THE AVAILABITLITY NOTES ON PRODUCTS */
p.stock.in-stock {
    display: none;
}

/* SIDECART SHOW OVER ACCESSIBILITY BUTTON */
.xoo-wsc-container, .xoo-wsc-slider {
    z-index: 9999999999;
}

/* CHANGE TO MULTISELECT  */
.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--multiple {
    border: 1px solid #ddd;
}
.select2-selection li {
    font-size: 14px;
}
.select2-selection li.select2-search {
    height: 32px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 5px 0 !important;
}
.select2-dropdown.select2-dropdown--below {
    margin-top: 35px;
}
.select2-results__options li.select2-results__option {
    font-size: 12px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: -5px;
}


/* HIDE MESSAGE AFTER CLICKING ADD TO CART */
.woocommerce-message {
    display: none !important;
}

/* HOW TO BUY SECTION ON SILENCERS PAGE */
#how-to-buy-silencers {
    flex-flow: row-reverse;
}
#how-to-buy-silencers .eael-advanced-accordion-icon-closed,
#how-to-buy-silencers .eael-advanced-accordion-icon-opened {
    flex: 3;
}
#how-to-buy-silencers .eael-accordion-tab-title {
    flex: none;
}




/***********************************************************************************/
/* BUNDLE - OPTIONAL PRODUCT */
.bundle_form .bundled_product {
    display: inline-block;
    width: 100%;
    padding: 30px 0 !important;
}
.bundle_form .bundle_product .details {
    margin-bottom: 30px;
}
.bundle_form .bundled_product_title,
.bundled_product_optional_checkbox {
    text-align: left;
}
.bundled_item_optional .quantity {
    visibility: hidden;
}
.product-type-bundle .bundle_wrap .bundle_price .price {
    font-family: "TT-Norms", TT-Norms;
    font-size: 25px;
    font-weight: 800;
}
.product-type-bundle .bundle_wrap .bundle_button {
    text-align: left;
    margin-top: 20px;
}
.product-type-bundle .bundled_product_excerpt {
    text-align: left;
}
.product-type-bundle .bundle_wrap .bundle_button button {
    margin-left: 0 !important;
}
.product-type-bundle .woocommerce-variation-price,
.product-type-bundle span.price {
    font-family: "TT-Norms", TT-Norms;
    font-size: 18px;
    font-weight: 800 !important;
}
/* BUNDLE FILTER */
select#bundle-filter {
    background: #000;
    color: #fff;
}

#bundle-filter {
    display: none;
}

.bundle_availability .insufficient-stock {
    display: none;
}

@media only screen and (max-width: 767px) {
    /* FOR BUNDLE */
    .bundle_wrap .bundle_price {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .bundle_wrap .bundle_price {
        display: none !important;
    }
}
/***********************************************************************************/