                                        /**
Theme Name: Rewe child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rewe-child
Template: astra
*/    


/*
Theme Name: Rewe child
Template: astra
Version: 1.0.0
*/

/* =========================
   REWEKART FOOTER STYLES
========================= */

/* Footer Main */
.site-footer {
    background: #f5f5f5;
    padding-top: 40px;
}

/* Footer Widget Spacing */
.site-footer .widget {
    margin-bottom: 20px;
}

/* =========================
   ABOUT REWEKART
========================= */

.rk-footer-about {
    max-width: 280px;
    width: 100%;
    text-align: left;
}

.rk-footer-about h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #061a33;
}

.rk-footer-about p {
    max-width: 250px;
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    color: #061a33;
    margin-bottom: 20px;

    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
}

.rk-footer-about ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rk-footer-about li {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 4px;
    color: #061a33;
}

/* =========================
   FOOTER LINKS
========================= */

.rk-footer-links {
    text-align: left;
}

.rk-footer-links h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #061a33;
}

.rk-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rk-footer-links li {
    margin-bottom: 8px;
}

.rk-footer-links a {
    text-decoration: none;
    color: #0056b3;
    font-size: 15px;
    transition: 0.3s ease;
}

.rk-footer-links a:hover {
    color: #000;
}

/* =========================
   ASTRA FOOTER FIX
========================= */

.site-footer-primary-section-1,
.site-footer-primary-section-2,
.site-footer-primary-section-3,
.site-footer-primary-section-4 {
    width: 100%;
}

/* =========================
   MOBILE + TABLET
========================= */

@media (max-width: 1024px) {

    .rk-footer-about,
    .rk-footer-links {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin: 0 auto 30px auto;
        padding: 0 20px;
    }

    .rk-footer-about h3,
    .rk-footer-links h3 {
        text-align: center;
    }

    .rk-footer-about p {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .rk-footer-about ul {
        display: inline-block;
        text-align: left;
        margin-top: 10px;
    }

    .rk-footer-links ul {
        text-align: center;
    }
} 

.rk-fresh-slider{
  max-width:1140px;
  margin:45px auto;
  padding:0 15px;
}

.rk-fresh-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
}

.rk-fresh-head h2{
  font-size:22px;
  font-weight:800;
  letter-spacing:.5px;
  color:#001f1f;
  margin:0;
}

.rk-fresh-head a{
  font-size:12px;
  font-weight:800;
  color:#001f1f;
  text-decoration:underline;
}

.rk-fresh-row ul.products{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:18px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  padding-bottom:18px !important;
  scroll-snap-type:x mandatory;
}

.rk-fresh-row ul.products li.product{
  float:none !important;
  clear:none !important;
  min-width:170px !important;
  max-width:170px !important;
  width:170px !important;
  flex:0 0 170px !important;
  margin:0 !important;
  scroll-snap-align:start;
}

.rk-fresh-row ul.products li.product img{
  width:100% !important;
  height:130px !important;
  object-fit:contain !important;
  background:#f7f7f7;
  border-radius:8px;
  padding:10px;
}

.rk-fresh-row .woocommerce-loop-product__title{
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1.35 !important;
}

.rk-fresh-row .price{
  font-size:16px !important;
  font-weight:800 !important;
  color:#0000000 !important;
}

.rk-fresh-row::-webkit-scrollbar,
.rk-fresh-row ul.products::-webkit-scrollbar{
  height:6px;
}

.rk-fresh-row::-webkit-scrollbar-thumb,
.rk-fresh-row ul.products::-webkit-scrollbar-thumb{
  background:#cccccc;
  border-radius:20px;
}

@media(max-width:768px){
  .rk-fresh-head h2{
    font-size:18px;
  }

  .rk-fresh-row ul.products li.product{
    min-width:145px !important;
    max-width:145px !important;
    flex-basis:145px !important;
  }

  .rk-fresh-row ul.products li.product img{
    height:115px !important;
    
  }
}



