/*
Theme Name: Porto
Theme URI: https://www.persianscript.ir
Author: پرشین اسکریپت
Author URI: https://www.persianscript.ir/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 7.2.8
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, 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, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

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

.bypostauthor { display: block; }
.header-top {
  background-color: #0328f0 !important;
}
#header .header-top, .header-top .top-links > li.menu-item::after {
  color: #fff !important;
}
#footer {
  background-color: #0328f0 !important;
}
.footer, .footer p, .footer .widget > div > ul li, .footer .widget > ul li {
  color: #fff !important;
}
#footer .footer-bottom {
  background-color: #0328f0 !important;
}
#footer .footer-bottom .footer-center {
  color: rgb(255, 255, 255) !important;
}
body {
  font: var(--porto-body-fst,normal) var(--porto-body-fw,400) var(--porto-body-fs,14px)/var(--porto-body-lh,24px) var(--porto-body-ff),sans-serif;
  letter-spacing: var(--porto-body-ls,0);
  color: #040404 !important;
}
ul.products .woocommerce-loop-product__title {
  white-space: collapse !important;
  overflow: hidden;
  text-overflow: ellipsis;
}