/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here */
.product-filter-checkbox {
  display: none;
}
/*
.product-menu-hidden {
  display: none;
}
*/
/*=== CART POPUP ===*/
/* Container */
.sales_cart_contents *, .cart-slide-out p, a.sales_clear_cart {
  font-size: 15px !important;
}
.sales_cart_contents > div {
  margin-bottom: 8px;
  display: flex;
  padding-left: 18px;
  position: relative;
  align-items: flex-start;
  /*font-size: 13px;*/
  color: #7A7A7A
}
/* CART & NEWS SIDE TABS */
.news-slide-out {
  top: 210px !important;
}
.cart-slide-out {
  top: 179px !important;
  font-weight: normal;
}
.news-slide-out, .cart-slide-out {
  width: 207px;
  text-align: left;
  z-index: 999;
}
.news-slide-out .inside, .cart-slide-out .inside {
  padding: 20px;
  width: 210px;
  text-align: left;
  color: #7A7A7A;
  background: #fff;
  border: 4px solid #C6D7DE87;
}
.news-slide-out .inside a, .cart-slide-out .inside a {
  color: #D95A19
}
.cart-slide-out .inside a.cart-button {
    background-color: #C58543;
    padding: 15px 25px 15px 25px;
    color: #fff;
    font-weight: normal;
}
.cart-slide-out .inside a.cart-button:hover {
	text-decoration: none;
}
.news-slide-out .news-bottom, .cart-slide-out .cart-bottom {
  height: 24px;
  margin-top: -17px;
  display: none;
}
.news-slide-out .date {
  color: #999;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}
.news-slide-out .title {
  margin-bottom: 15px;
  line-height: 19px;
}
.cart-slide-out a, .news-slide-out .title a {
  color: #fff;
  /*font-size: 14px;*/
  font-weight: bold;
  text-decoration: none;
}
.news-slide-out .title a:hover {
  text-decoration: underline;
}
.news-slide-out a.more {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #999;
}
.cart-slide-out a:hover, .news-slide-out a.more:hover {
  text-decoration: underline;
}
.cart-slide-out h3, .news-slide-out h3 {
  text-transform: none;
  color: #7A7A7A;
  margin: -20px -20px 20px -20px;
  background-color: #C7D8DE;
  padding: 10px 15px;
}
.cart-slide-out p {
  line-height: 18px;
}
.cart-slide-out p a {
  text-decoration: underline;
  font-weight: bold;
}
.cart-slide-out p a:hover {
  text-decoration: none;
}
.sales_cart_contents {
  font-size: 10px;
  margin-bottom: 15px;
}
.cart-handle.cart {
  display: none !important;
}
/*Checkboxes */
.sales_cart_contents input[type="checkbox"].cart {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default appearance */
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  background-color: #666 !important;
  color: inherit !important;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}
/* Checked State */
.sales_cart_contents input[type="checkbox"].cart:checked {
  background-color: #6EC1E4 !important;
}
/* Hover Effect */
.sales_cart_contents input[type="checkbox"].cart:hover {
  opacity: 0.8;
}
/* Focus */
.sales_cart_contents input[type="checkbox"].cart:focus {
  outline: none;
}
/* Clear Cart */
a.sales_clear_cart {
  margin: 0 0 7px 0;
  display: block;
  font-weight: normal;
  outline: 0;
  /*font-size: 13px;*/
}
span.sales_clear_cart {
  cursor: pointer;
  outline: 0;
}
@media (max-width:767px) {
  .sales_cart_contents *, .cart-slide-out p, a.sales_clear_cart {
    font-size: 13px !important;
  }
  .cart-slide-out {
    top: 253px !important;
    font-weight: normal;
  }
}
@media (min-width:1105px) {
  .cart-slide-out {
    top: 184px !important;
    font-weight: normal;
  }
}

.other-links ul {
	list-style-type: initial;
}

.other-links ul li a {
	color: #000;
}
