/*
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  ***************/



/* hide read more button  */

a.btn-product.product_type_simple {
    visibility: hidden;
}

.product-label 
 {
     
    display: none !important;
}


.ps-contact-form {
  background-color: #111;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

.ps-contact-form label {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}

.ps-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #222;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
  box-sizing: border-box;
}

.ps-input:focus {
  border-color: #e50914;
  outline: none;
}

.ps-submit {
  background-color: #e50914;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.ps-submit:hover {
  background-color: #b4060f;
}

button.wpcf7-form-control.wpcf7-submit
 {
    background: red;
    color: white;
    padding: 20px 50px 40px 50px;
    border: 1px solid red;
    border-radius: 10px;
    font-size: 15px;
}


.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    text-decoration: none;
}
.whatsapp-icon svg {
    fill: white;
    width: 30px;
    height: 30px;
}


/* Default styles for desktop */
#enquiry {
    padding-bottom: 20px;
    position: absolute;
    left: 510px;
    top: 200px;
}

/* Tablets (768px - 1024px) */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #enquiry {
        left: 250px;
        top: 400px;
    }
}

/* Mobile (max-width: 767px) */
@media only screen and (max-width: 767px) {
    #enquiry {
        padding-bottom: 20px;
        position: absolute;
        top: 570px;
        left: 143px;
    }
}
