/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.woocommerce-cart .woocommerce-shipping-destination {
    display: none !important;
}

.woocommerce-shipping-totals th {
  /* display: none !important; */
}

.woocommerce-shipping-totals .easypack-shipping-method-logo img {
  max-width: 50px !important;
  
}

.woocommerce-shipping-totals ul li label {
  max-width: 70%;
  float: right;
  display: block;
  margin-right: 0;
}

.woocommerce-shipping-totals ul li {
  border-bottom: 1px solid #ccc;
  padding:5px 0 25px 0;
}

.woocommerce-shipping-totals ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  }

.shadowtxt {
    color:#fff !important;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.wd-slide-container::before {
  content: "";
  position: absolute;
  inset: 0; /* rozciąga na cały kontener */
  background: linear-gradient(
    135deg, /* 135° = od lewego dolnego do prawego górnego */
    rgba(0, 0, 0, 0.6) 0%, /* ciemny na początku */
    rgba(0, 0, 0, 0.0) 50% /* rozjaśnia się do połowy */
  );
  pointer-events: none; /* kliknięcia przechodzą dalej */
  z-index: 1; /* upewnij się, że gradient jest nad tłem, ale pod treścią */
}
.wd-slide-container {
  position: relative; /* potrzebne do pozycjonowania pseudo-elementu */
  overflow: hidden; /* ukrywa wszystko, co wychodzi poza kontener */
}

.wd-slide-container > * {
  position: relative;
  z-index: 1;
}

.wd-nav-pagin-wrap ul {
    float: right;
}

.footerMenu {
  text-align: right;
}

.footerMenu ul li {
  display: inline;
  margin-left: 5px;
  
}
.footerMenu ul li a {
  color:black;
  font-size: 12px;
}

.wd-add-btn a {
  border-radius: 50%;
  border: 1px solid #000;
}

/* table.shop_attributes tr th {
  background-color: #ccc !important;
}

table.shop_attributes tr td {
  background-color: #eee !important;
} */

.btn-submit {
  border-radius: 50%;
  background-color: #B4BB12 !important;
  color:black;
}

.wd-post-date, .wd-post-meta {
  display: none !important;
}

fieldset.hidden-fields-container {
  border:none !important;
}


.meta-author, .post-author {
    display: none !important;
}/* Ukrycie SKU */
.product_meta .sku_wrapper {
    display: none !important;
}

/* Ukrycie Tagów */
.product_meta .tagged_as {
    display: none !important;
}
/* Przyciski „Dodaj do koszyka” - Kahawa Green */
.single_add_to_cart_button {
    background-color: #B2B616 !important; 
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px; 
    padding: 12px 28px; 
    font-weight: 600;
    transition: background-color .3s ease, transform .2s ease;
}

.single_add_to_cart_button:hover {
    background-color: #9EA212 !important; 
    transform: translateY(-2px); 
}

.woocommerce-shipping-methods input.shipping_method {
	z-index:999;
}
