/** Typography **/
body, .menu-item .menu-item-text {
	font-family: outfit, poppins;
}

h1,h2,h3,h4,h5,h6,a {
	font-family: outfit, poppins;
}

/** Single Pro - Short Desc**/
.woocommerce-product-details__short-description {
    padding: 0px 0;
}

/** Single Pro - Buy Now Btn **/
button.wsb-button.js-wsb-add-to-cart {
	  margin-top: 10px;
    width: 100%;
    border-radius: 0;
    background: #000;
	  min-width: 200px;
    height: 55px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: auto;
	color: #ffffff;
}

/** Single Pro - Hide Meta **/
.product-summary .product_meta {
    display: none;
}

.product_meta {
    margin-top: 0;
}

/** Hide product-stock Space **/
.woostify-single-product-stock {
    margin-bottom: 0;
}

/** Single Pro - Hide Wishlist Btn **/
.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {
    float: none;
    display: none;
}

/** Single Pro - Attributes **/
.rtsb-terms-wrapper.color-variable-wrapper

 {
    display: inline-flex!important;
	 padding-right: 10px;
}

.rtsb-vs-product .reset_variations.show {
    display: inline-block !important;
}
.single_variation {
    margin-bottom: 0px;
}

.variations tr {
    margin-bottom: 0;
}





/** Single Pro - Qty Btn Btn **/
@media (max-width: 600px) {
    .cart:not(.elementor-menu-cart__products) .quantity {
        width: 140px;
    }
}


.rtsb-product-add-to-cart :is(.rtsb-quantity-box-group,.rtsb-quantity-btn,.quantity input) {
    border: none;
}


/** Pro Archive - Remove Added to Wishlist Text **/
.product-loop-wrapper .product-loop-image-wrapper .tinvwl_already_on_wishlist-text {
    display: none !important;
}

/** Pro Archive - Action Buttons Space **/
.rtsb-elementor-container .rtsb-action-buttons.rtsb-action-buttons-vertical {
    height: 80%;
    position: absolute;
    right: 5px;
    top: 5px;
}

/** Pro Archive - NO Header **/
.archive .page-header {
    display: none;
}


/** Wishlist Page Button **/
.button .woostify-svg-icon, .product-loop-meta.no-transform .added_to_cart .woostify-svg-icon {
    margin-right: 5px;
}
.button, .product-loop-image-wrapper > .added_to_cart, .woocommerce-widget-layered-nav-dropdown__submit, .checkout-button {
    padding: 1em 1.5em;
}


small.nx-branding {
    display: none !important;
}


/** Cart Page **/
.wp-block-woocommerce-cart .wc-block-components-product-metadata, .wc-block-components-sidebar .wc-block-components-product-metadata {
    display: none;
}


/** Pro Archive - Mobile 2 Pros Adjust 
@media (max-width: 767px) {
    .elementor-289 .elementor-element.elementor-element-6342083 .rtsb-elementor-container .rtsb-product, .elementor-289 .elementor-element.elementor-element-6342083 .rtsb-elementor-container .rtsb-category-grid {
        width: 180px !important;
    }
	

}
**/