/* 
Theme Name:		 Shoptimizer Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Shoptimizer Child is a child theme of Shoptimizer, created by ChildTheme-Generator.com
Author:			 Michał Rusek
Author URI:		 http://childtheme-generator.com/
Template:		 shoptimizer
Version:		 1.0.0
Text Domain:	 shoptimizer-child
*/

/*
    Add your custom styles here
*/

.woocommerce-shop .content-area {
  margin-top: 20px;
}

.orderby option {
  padding: 10px 20px !important;
}

/* Footer */
.copyright,
.copyright p {
  font-size: 14px !important;
}

.copyright .menu {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.copyright .widget_nav_menu {
  margin: 0 !important;
}

@media (max-width: 992px) {
  .custom-logo-link img {
    height: 50px !important;
  }

  .main-header.col-full {
    border-bottom: 1px solid #e2e2e2;
  }

  .copyright {
    text-align: center;
  }

  .copyright .menu {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .wc-empty-cart-message .cart-empty {
    font-size: 22px !important;
  }

  .woocommerce-cart .cart-empty::before {
    width: 80px;
    height: 80px;
    margin-top: 20px !important;
    margin-left: -10px !important;
  }
}

.wc-bacs-bank-details,
.woocommerce-order-overview {
  text-align: left !important;
}

#cookies-message {
  background: rgba(50, 50, 58, 0.85);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 15px 20px 15px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  gap: 10px 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.accept-cookies-checkbox {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  background: #d40000;
}

.accept-cookies-checkbox:hover {
  opacity: 0.8;
  color: #fff;
}

.cookies-bar-buttons {
  display: flex;
  gap: 10px;
}

.home .entry-header {
  display: none;
}

.home .site-content {
  padding-top: 40px;
}

.home .wp-block-heading {
  font-size: 25px;
  margin-bottom: 35px !important;
  color: #d40000;
}

.widget_product_categories {
  margin-top: 100px !important;
}

.woocommerce-form-coupon .form-row-first {
  width: 50%;
}

.woocommerce-form-coupon button {
  border-radius: 7px !important;
}
