/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
/*Header*/
.icon-wrapper svg path {
    fill: #FBEAEC;
    transition: fill 0.3s ease;
  }
a:hover .icon-wrapper svg path {
    fill: #F5CDD2;
  } 
@media (min-width: 993px) {
  .main-navigation ul.menu > li:not(.full-width) ul.sub-menu {
    width: auto;
    white-space: nowrap;
  }
}
/*Kategoria*/
@media (min-width: 993px) {
  .term-description {
    min-width: 100%;
  }
}
@media (max-width: 992px) {
  header.woocommerce-products-header .term-description {
    width: 100%;
  }
}
.woocommerce-products-header ~ .shoptimizer-sorting:not(.sorting-end) {
  display: none !important;
}
.woocommerce-pagination .page-numbers li .page-numbers {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 13px;
  margin: 0;
  padding: 0;
  border: 1px solid #dfdede;
  border-radius: 3px;
  box-shadow: 0 4px 12px -2px rgba(0,0,0,0.06);
  line-height: 36px;
  text-align: center;
}
/*Slider produktow*/
@media (min-width: 993px) {
.term-description ul.products li.product.product-category {
    margin-bottom: 0 !important;
  }
}
/*-- Strona produktowa --*/
table.woocommerce-product-attributes td {
  text-align: left !important;
}
.woocommerce-product-attributes-item__label {
  vertical-align: top !important; 
}
.woocommerce-product-attributes.shop_attributes {
  border-collapse: collapse;
  width: 100%;
}
.woocommerce-product-attributes.shop_attributes th,
.woocommerce-product-attributes.shop_attributes td {
  padding: 0.75em 1em;
  vertical-align: top;
  text-align: left;
  line-height: 1.6;
  word-break: break-word;
}
  /* LEPSZE ODDZIELENIE TH i TD */
.woocommerce-product-attributes.shop_attributes th {
  width: 30%;
  font-weight: 600;
  padding-right: 1.5em;
}
  /* DOSTOSOWANIE LIST W WARTOŚCIACH */
.woocommerce-product-attributes.shop_attributes td ul {
  padding-left: 1.2em;
  margin: 0.3em 0 0.5em;
}
.woocommerce-product-attributes.shop_attributes td li {
  margin-bottom: 0.3em;
  line-height: 1.5;
}
div.product .woocommerce-product-rating {
    margin-bottom: 1em;
    clear: both;
}
  /* MOBILE: PADDING I ZAWIJANIE */
@media (max-width: 767px) {
  .woocommerce-product-attributes.shop_attributes th,
  .woocommerce-product-attributes.shop_attributes td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-product-attributes.shop_attributes tr {
    margin-bottom: 1em;
    display: block;
  }
  .woocommerce-product-attributes.shop_attributes td {
    padding-top: 0;
  }
  .woocommerce-product-attributes.shop_attributes th {
    border-bottom: 0 !important;
  }
}
.shop-attributes-wrapper {
	max-height: 300px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	position: relative;
	margin-bottom: 1em;
}
.shop-attributes-wrapper.expanded {
	max-height: 9999px;
}
.toggle-attr-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 auto 2em;
	padding: 10px 18px;
	background: var(--e-global-color-c6d2bc4);
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: var(--e-global-color-b3c747f);
	border-radius: 6px;
	transition: background 0.3s ease;
	line-height: 1;
}
.toggle-attr-btn:hover {
	background: var(--e-global-color-62774b7);
}
.arrow-svg {
	width: 16px;
	height: 16px;
	display: block;
	margin-top: 1px;
	transition: transform 0.3s ease-in-out;
}
.toggle-attr-btn[aria-expanded="true"] .arrow-svg {
	transform: rotate(180deg);
}
/*-- Footer --*/
.below-content {
  background-color: #FBEAEC;
}
 /*-- SaySpot opinie --*/
 @media (min-width: 993px) {
  .theme-shoptimizer #sspotReviews:not([data-shortcode="1"]) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .theme-shoptimizer #sspotReviews:not([data-shortcode="1"]), .theme-shoptimizer #sspotReviews:not([data-shortcode="1"]) {
    padding-left: 0;
    padding-right: 0;
  }
  .sspot-w-1\/2 {
    width: 100%;
  }
}
.sspot-tabs-wrapper nav {
  padding-left: 0;
}

.sspot-whitespace-no-wrap.sspot-mr-2.sspot-py-3.sspot-leading-5.focus\:sspot-outline-none.sspot-review-tabs {
  border-radius: 4px 4px 0px 0px;
}
#product-reviews-tab-content, #shop-reviews-tab-content {
  padding: 2rem;
  border-top: 0 solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.sspot-mb-8 {
  margin-bottom: 0;
}
#sspotReviews select.sspot-form-select {
  border-radius: 0.375rem 0.375rem 0 0;
}