/*
Theme Name: tamar_2022
Template: oceanwp
Author: kXipu
Version: 1.0.1
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100;200;300;400;500;600&display=swap");
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Noto Sans Hebrew", sans-serif !important; }

a:active,
a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none; }

*:focus {
  outline: 0 !important; }

a:hover {
  color: #a0a0a0 !important; }

/** Removing button border after click
/*
* The default focus style is likely provided by Bootstrap or the browser
* but here we override everything else with a visually appealing cross-
* browser solution that works well on all focusable page elements
* including buttons, links, inputs, textareas, and selects.
*/
*:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.35rem #069 !important;
  /* faux focus ring color */ }

/**
* Undo the above focused button styles when the element received focus
* via mouse click or touch, but not keyboard navigation.
*/
*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important; }

#site-header {
  border: none !important; }
  #site-header bdi {
    color: white; }
  #site-header a#elementor-menu-cart__toggle_button {
    border: none; }

mark.count {
  display: none; }

.elementor-menu-cart__main {
  width: 400px !important; }

.elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
  color: #405a69 !important;
  background-color: #b9b39b !important; }

#main_shop_container img {
  border-radius: 5px !important; }

#archive_grid .has-media,
#shop_grid .has-media,
#related_prods .has-media {
  text-align: center;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.32);
  box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.32);
  border-radius: 5px; }

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .product-inner .added_to_cart {
  color: #405a69 !important;
  background-color: #b9b39b !important; }

.product_meta {
  direction: rtl !important;
  text-align: right !important; }

p.stock.in-stock,
span.sku_wrapper {
  display: none !important; }

.xi-pt-att {
  margin-bottom: 1.8rem; }
  .xi-pt-att .xi-att {
    font-size: 1.5rem;
    font-weight: 600; }

.woocommerce-product-gallery__image {
  border-radius: 5px; }

#tags_output {
  text-align: right !important; }

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button {
  background-color: #405a69 !important; }

button#place_order {
  background-color: #405a69 !important; }

.wc-proceed-to-checkout a {
  background-color: #405a69 !important; }

@media only screen and (max-width: 600px) {
  .elementor-menu-cart__main {
    width: 100% !important; }

  .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
  .elementor-menu-cart__footer-buttons .elementor-button--checkout {
    color: #405a69 !important;
    background-color: #b9b39b !important; } }
