/*
Theme Name: Riode Child
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Scroll to top Arrow Button */
.scroll-top {
    border-radius: 10px;
    bottom: 15px;
    right: 15px;
}

/* homepage Reviews text */
.star-rating + a {
  color: #313131;
}

/* wawp plugin chat button remove branding */
.awp-powered_by {
    visibility: hidden;
    padding: 5px;
    margin-top: 0;
}

/* Chat button */
#awp-chat-wrapper {
  bottom: 90px;
}

/* Single Product Page quantity number */
.quantity {
    width: 130px;
}

/* Custom styles for Contact Form 7 Submit Button */
.wpcf7-form .btn.btn-primary {
  background-color: #ffffff !important; /* !important ensures it overrides theme styles */
  color: #032863 !important; /* !important ensures it overrides theme styles */
  border: 1px solid #032863; /* Optional: Add a subtle border for definition */
}

/* Optional: Add hover styles for better user experience */
.wpcf7-form .btn.btn-primary:hover,
.wpcf7-form .btn.btn-primary:focus {
  background-color: #032863 !important; /* Reverse colors on hover */
  color: #ffffff !important;
  border-color: #032863;
}

/* Product page out of stock label */
.stock.out-of-stock {
  background-color: #3f3f3f;
}

/* Product page social media icons */
.social-twitter.stacked {
    background-color: #000000;
}
.social-facebook.stacked {
    background-color: #316FF6;
}








