/*
    Theme Name: Tessa
    Template: frame
    Author: Matthew Ermakov
    Version: 1.0
    Text Domain: tessa
*/

.post .post-gallery>a .wp-post-image {
  width: 100%;
}

.page .header {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  body .eb-post-carousel-wrapper.slick-arrows {
      margin-left: 0;
      margin-right: 0;
  }
}

.header:after {
  display: none;
}

.footer {
  margin-top: 0;
}

body .logo-holder .logo-text {
  font-size: 22px;
  font-weight: 600;
}

body .wp-block-uagb-container.homepage-banner-animated-gradient {
  background: linear-gradient(58deg,#014122,#006400,#000000);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
}

body .subheader,
body .footer,
body .subfooter{
  background: linear-gradient(to right, #014122, #006400);
}

.archive #wrapper div[role="main"] > .row:last-child > .small-12.columns {
  display: flex;
  gap: 25px;
  flex-direction: row-reverse;
}

aside.sidebar {
  font-size: 16px;
  flex-basis: 25%;
}

div#primary {
  flex-basis: 79%;
}

@media screen and (max-width: 1067px) {
  aside.sidebar.hidden-on-mobile {
    display: none;
  }

  div#primary {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 768px)  {
  #thb-shop-filters-main {
    display: none;
  }
}

.sidebar ul.wc-block-product-categories-list {
  list-style: none;
  margin: 0;
}

.sidebar ul.wc-block-product-categories-list > li {
  margin-top: 10px;
}

.sidebar ul.wc-block-product-categories-list > li:first-child {
  margin-top: 0;
}

.pagination .page-numbers.current, 
.woocommerce-pagination .page-numbers.current,
body .amount,
body .price {
  color: #006400;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .page-numbers:hover {
  border-color: #006400;
}

body .products .product .product-thumbnail .button, 
body .products .product .product-thumbnail .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link, 
body .products .wc-block-grid__product .wc-block-grid__product-add-to-cart .product .product-thumbnail .wp-block-button__link, 
body .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .products .product .product-thumbnail .wp-block-button__link, 
body .wc-block-grid__products .product .product-thumbnail .button, 
body .products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wc-block-grid__products .product .product-thumbnail .wp-block-button__link, 
body .wc-block-grid__products .product .product-thumbnail .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link, 
body .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .product .product-thumbnail .wp-block-button__link {
  border: 2px solid #006400;
  color: #006400;
}

.thb-secondary-area .thb-secondary-item .count {
  background: #006400;
}

.thb-searchform-container {
  display: none;
}

@media screen and (max-width: 768px) {
  body.archive.woocommerce-shop .thb-category-title-container {
    display: none;
  }
  .thb-searchform-container {
    display: block;
  }
  .thb-searchform-container form {
    max-width: none;
  }
}

.add_to_wishlist.button.alt:not(.single_add_to_cart_button) {
  background: white;
  color: #006400;
  border: 2px solid #006400;
  width: 100%;
  margin-top: 10px;
  line-height: 42px;
}

.add_to_wishlist.button.alt:not(.single_add_to_cart_button):hover{
  background: #006400;
  color: white;
}

.add_to_cart_button,
a.button.product_type_simple{
  background: #006400;
  color: white;
  border: 2px solid #006400;
  line-height: 42px;
}

.add_to_cart_button:hover,
a.button.product_type_simple:hover {
  background: white;
  color: #006400;
}

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  color: #006400;
}

button[name="woocommerce_checkout_place_order"] {
  margin-bottom: 30px;
}