/*
Theme Name: Riode
Theme URI: https://d-themes.com/wordpress/riode
Author: D-THEMES
Author URI: https://d-themes.com/
Description: Riode eCommerce Responsive Wordpress Theme.
Version: 1.6.25
Tested up to: 5.8
Requires PHP: 5.6
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: e-commerce, one-column, two-columns, three-columns, four-columns, full-width-template, left-sidebar, right-sidebar, custom-menu, custom-background, custom-colors, custom-header, custom-logo, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: riode
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor {
  display: block;
}

.gallery-caption,
.wp-caption-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}
div.wpforms-container-full:not(:empty){margin:0px;}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active){background:#000;}
#wpforms-6462-field_4{height:80px!important;}
.homecat img{border-radius:10px;}
.single-product p.price{font-size:20px;}
.single-product p.price del{font-size:20px;}
.wcfm_catalog_enquiry_button_wrapper{display:none!important;}
.ests_marquee__group{margin:0px;}

.scrolling-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
padding:0px!important;
}

.scrolling-list ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  animation: scroll-left 15s linear infinite;
}

.scrolling-list li {
  display: inline-block;
  padding: 0 55px;
  font-size: 14px;
  color: #fff;
  position: relative;
}

.scrolling-list li::after {
  content: '';
  width: 3.5px;
  height: 3.5px;
  background-color: var(--text-color);
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: 50px;
}

/* Keyframes for infinite scroll */
@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.scroll-top{display:none;}
