/*
Theme Name: Clean Drink
Theme URI: https://muratshaev.me/bodyandsoul/
Author: Yevgeniy Muratshayev
Author URI: https://muratshaev.eu/
Description: Clean Drink theme is a simple and clean theme for Body and Soul website.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cleandrink
Tags: drink, training, health, fitness, gym, travel
*/

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

.nav-item a {
  text-decoration: none;
  margin-right: 2em;
  color: #3e3d3d;
}
.current_page_item a {
  color: #000;
  text-decoration: underline;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}
.footer-address {
  margin-top: 30px;
  font-size: 0.8em;
  color: #5e5858;
}
.footer-information-menu{
  padding: 0;
}
.footer-information-menu a{
  text-decoration: none !important;
  color: #3e3d3d !important;
}
.footer-information-menu .menu-item{
  list-style: none;
}
.footer-products-menu{
  padding: 0;
}
.footer-products-menu a{
  text-decoration: none !important;
  color: #3e3d3d !important;
}
.footer-products-menu .menu-item{
  list-style: none;
}
.footer-contacts-menu{
  padding: 0;
}
.footer-contacts-menu a{
  text-decoration: none !important;
  color: #3e3d3d !important;
}
.footer-contacts-menu .menu-item{
  list-style: none;
}

@media (min-width: 320px) {
  .choose_brand-block-l {
    text-align: center;
  }
  .choose_brand-block-l img {
    width: 200px;
  }
  .choose_brand-block-r {
    text-align: center;
  }
  .choose_brand-block-r img {
    width: 200px;
  }
  .footer{
    padding: 0;
  }
  .footer .col-lg-3 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .choose_brand-block-l {
    text-align: right;
  }
  .choose_brand-block-r {
    text-align: left;
  }
  .choose_brand-block-l img {
    width: 300px;
  }
  .choose_brand-block-r img {
    width: 300px;
  }
  .footer {
    padding: 50px 0;
  }
  .footer .col-lg-3 {
    padding: 0 20px!important;
  }
}

@media (min-width: 990px) {
  .choose_brand-block-l {
    text-align: right;
  }
  .choose_brand-block-r {
    text-align: left;
  }
  .choose_brand-block-l img {
    width: 400px;
  }
  .choose_brand-block-r img {
    width: 400px;
  }
}
