.menu__icon {
  margin-left: 8px !important;
}
@media all and (min-width: 640px) {
  .menu__icon {
    margin-left: 16px !important;
  }
}

body:has(.woocommerce) {
  width: 100%;
  overflow-x: clip;
}

h1 + .woocommerce {
  margin-top: 25px;
}
@media all and (min-width: 640px) {
  h1 + .woocommerce {
    margin-top: 35px;
  }
}

.woocommerce {
  padding-bottom: 30px;
}
.woocommerce .woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-ordering {
  width: 100%;
  margin-bottom: 30px;
}
@media all and (min-width: 640px) {
  .woocommerce .woocommerce-ordering {
    margin-bottom: 40px;
  }
}
.woocommerce .orderby {
  width: 100%;
}
.woocommerce .products {
  padding-left: 0 !important;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 20px;
}
@media all and (min-width: 640px) {
  .woocommerce .products {
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }
}
@media all and (min-width: 900px) {
  .woocommerce .products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 1390px) {
  .woocommerce .products {
    gap: 50px 40px;
  }
}
.woocommerce .products::before {
  display: none !important;
}
.woocommerce .products .product {
  width: calc(100vw - 50px) !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
@media all and (min-width: 640px) {
  .woocommerce .products .product {
    width: calc((100vw - 100px - 30px) / 2) !important;
  }
}
@media all and (min-width: 900px) {
  .woocommerce .products .product {
    width: calc((100vw - 100px - 60px) / 3) !important;
  }
}
@media all and (min-width: 1030px) {
  .woocommerce .products .product {
    width: calc((100vw - 301px - 80px - 100px - 60px) / 3) !important;
  }
}
@media all and (min-width: 1390px) {
  .woocommerce .products .product {
    width: 256.6666666667px !important;
  }
}
.woocommerce .products .product .button {
  display: none !important;
}
.woocommerce .products .product > a {
  flex: 1;
}
.woocommerce .products .product a img {
  box-shadow: 0px 20px 8px rgba(0, 0, 0, 0.01), 0px 11px 7px rgba(0, 0, 0, 0.05), 0px 5px 5px rgba(0, 0, 0, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
}
.woocommerce .products .product .price {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.woocommerce .products .product .price del {
  font-weight: 400 !important;
}
.woocommerce .products .product .price ins {
  text-decoration: none !important;
}
.woocommerce .products .product .onsale {
  margin: -1.5em -0.5em 0 0 !important;
  background-color: gold;
  color: #1A1919;
  padding: 0 20px;
  font-size: 0;
  top: -10px !important;
  right: -10px !important;
}
.woocommerce .products .product .onsale::after {
  content: "%";
  font-size: 18px;
}
@media (hover: hover) {
  .woocommerce .products .product:hover a img {
    box-shadow: 0px 72px 29px rgba(0, 0, 0, 0.02), 0px 41px 24px rgba(0, 0, 0, 0.08), 0px 18px 18px rgba(0, 0, 0, 0.13), 0px 5px 10px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-10px) scale(1.02);
  }
  .woocommerce .products .product:hover .onsale {
    transform: translate(3px, -15px) !important;
    box-shadow: 0px 72px 29px rgba(0, 0, 0, 0.02), 0px 41px 24px rgba(0, 0, 0, 0.08), 0px 18px 18px rgba(0, 0, 0, 0.13), 0px 5px 10px rgba(0, 0, 0, 0.15) !important;
  }
}
.woocommerce .products .custom-overlay-overwrapper {
  display: flex;
  position: relative;
  align-items: flex-end;
  flex: 1;
}
.woocommerce .products .custom-overlay-overwrapper img {
  width: 100% !important;
  height: auto !important;
}
.woocommerce .products .custom-overlay-wrapper {
  width: 100%;
  position: relative;
}
@media all and (min-width: 640px) {
  .woocommerce .products .product-info {
    min-height: 94px;
  }
}
.woocommerce .products .woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}
@media (hover: hover) {
  .woocommerce .products .woocommerce-loop-product__link:hover {
    box-shadow: none !important;
  }
}
.woocommerce .products .woocommerce-loop-product__title {
  color: #1A1919 !important;
  font-size: 16px !important;
  width: 100%;
  overflow: clip;
  line-height: 1.3 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}
.woocommerce .products .single-product .product {
  width: 100% !important;
}
.woocommerce .woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce .woocommerce-pagination .page-numbers {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  list-style-type: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.woocommerce .woocommerce-pagination .page-numbers::before {
  display: none !important;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FBF5EE;
  font-size: 16px;
  font-weight: 600;
}
@media all and (min-width: 1390px) {
  .woocommerce .woocommerce-pagination .page-numbers li .page-numbers {
    width: 46px;
    height: 46px;
  }
}
@media (hover: hover) {
  .woocommerce .woocommerce-pagination .page-numbers li .page-numbers:hover {
    box-shadow: inset 0 0 0 1px #BF0000;
    color: #BF0000;
  }
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #BF0000;
  color: #FFF;
}
@media (hover: hover) {
  .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current:hover {
    color: #FFF;
  }
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
  font-weight: 400;
}
@media (hover: hover) {
  .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.dots:hover {
    box-shadow: none;
    color: #1A1919;
  }
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.prev {
  background-image: url(../images/paginare-prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  color: transparent;
}
@media all and (min-width: 1390px) {
  .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.prev {
    background-size: 32px;
  }
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.next {
  background-image: url(../images/paginare-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  color: transparent;
}
@media all and (min-width: 1390px) {
  .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.next {
    background-size: 32px;
  }
}
.woocommerce .related {
  display: flex;
  flex-direction: column;
  gap: 10px !important;
}
.woocommerce .related > .products {
  margin-bottom: 0 !important;
}
.woocommerce .related > .products::after {
  display: none !important;
}
.woocommerce .quantity .qty {
  width: auto !important;
  padding: 10px !important;
  height: 45px !important;
}
.woocommerce .single_add_to_cart_button {
  height: 45px !important;
  border-radius: 0 !important;
  background-color: #BF0000 !important;
}
.woocommerce .summary .price {
  font-weight: 600 !important;
  color: #BF0000 !important;
}
.woocommerce .summary .price ins {
  text-decoration: none !important;
}
.woocommerce > .single-product > .product > .onsale {
  margin: -1.5em -0.5em 0 0 !important;
  background-color: gold;
  color: #1A1919;
  padding: 0 20px;
  font-size: 0;
  top: -10px !important;
  left: -10px !important;
}
.woocommerce > .single-product > .product > .onsale::after {
  content: "%";
  font-size: 18px;
}

.product_list_widget {
  list-style-type: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (min-width: 640px) {
  .product_list_widget {
    flex-direction: row;
    gap: 30px;
  }
}
@media all and (min-width: 1030px) {
  .product_list_widget {
    flex-direction: column;
  }
}
.product_list_widget li > a {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media (hover: hover) {
  .product_list_widget li:hover .custom-overlay-overwrapper img {
    box-shadow: 0px 72px 29px rgba(0, 0, 0, 0.02), 0px 41px 24px rgba(0, 0, 0, 0.08), 0px 18px 18px rgba(0, 0, 0, 0.13), 0px 5px 10px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-10px) scale(1.02);
  }
}
.product_list_widget .custom-overlay-overwrapper {
  width: 100%;
}
.product_list_widget .custom-overlay-overwrapper img {
  width: 100%;
  height: auto;
  box-shadow: 0px 20px 8px rgba(0, 0, 0, 0.01), 0px 11px 7px rgba(0, 0, 0, 0.05), 0px 5px 5px rgba(0, 0, 0, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
}
.product_list_widget .product-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.product_list_widget .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_list_widget .woocommerce-Price-amount {
  color: #BF0000;
}

.ultima-ora .btn {
  align-self: flex-start;
}

.pagination span.active {
  background-color: #BF0000;
  border-color: #BF0000;
}
.pagination .extend {
  background-color: transparent;
  border-color: transparent;
  color: #1A1919;
}

.tagged_as a {
  color: #BF0000;
}
@media (hover: hover) {
  .tagged_as a:hover {
    text-decoration: underline;
  }
}

.woocommerce-tabs .tabs {
  padding: 0 !important;
  margin: 40px 0 30px -25px !important;
  display: flex;
  width: 100vw !important;
  overflow-x: auto !important;
  text-wrap: nowrap;
}
@media all and (min-width: 640px) {
  .woocommerce-tabs .tabs {
    width: 100% !important;
    margin: 50px 0 40px !important;
  }
}
@media all and (min-width: 1390px) {
  .woocommerce-tabs .tabs {
    transform: translateY(20px);
    margin-bottom: 60px !important;
  }
}
.woocommerce-tabs .tabs li {
  flex-shrink: 0;
  padding: 5px 25px !important;
  margin: 0 !important;
  display: block !important;
  float: none !important;
  background-color: #FBF5EE !important;
}
.woocommerce-tabs .tabs li a {
  color: #BF0000 !important;
}
@media (hover: hover) {
  .woocommerce-tabs .tabs li a:hover {
    box-shadow: none !important;
  }
}
.woocommerce-tabs .tabs li.active {
  background-color: #FFF !important;
}
.woocommerce-tabs .tabs li.active a {
  color: #1A1919 !important;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
}

.cronici-legate {
  list-style-type: none !important;
  padding-left: 0 !important;
}
.cronici-legate li {
  padding-left: 0 !important;
}

.woocommerce-message {
  background-color: #FBF5EE;
  display: flex;
  border-top: none !important;
  flex-direction: column;
  gap: 15px;
}
@media all and (min-width: 640px) {
  .woocommerce-message {
    flex-direction: row;
    align-items: center;
  }
}
.woocommerce-message::before {
  color: #BF0000 !important;
}
@media all and (min-width: 640px) {
  .woocommerce-message::before {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
.woocommerce-message::after {
  display: none !important;
}
.woocommerce-message .button {
  background-color: rgba(191, 0, 0, 0.1) !important;
  color: #BF0000 !important;
  float: none !important;
  align-self: flex-start;
  flex-shrink: 0;
}
@media all and (min-width: 640px) {
  .woocommerce-message .button {
    margin-left: auto !important;
    align-self: center;
  }
}
@media (hover: hover) {
  .woocommerce-message .button:hover {
    box-shadow: inset 0 0 0 1px #BF0000;
  }
}

body:has(.wp-block-woocommerce-cart) .articol {
  max-width: 100%;
  border: none;
  padding-bottom: 0;
}
@media all and (min-width: 1390px) {
  body:has(.wp-block-woocommerce-cart) .articol {
    padding-right: 0;
  }
}
body:has(.wp-block-woocommerce-cart) .articol-sidebar {
  display: none;
}
body:has(.wp-block-woocommerce-cart) .wc-block-cart__empty-cart__title ~ * {
  display: none !important;
}

.wc-block-components-quantity-selector__button {
  font-size: 0 !important;
  position: relative;
}
.wc-block-components-quantity-selector__button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 12px;
  content: "";
  display: block !important;
  background-image: url(../images/dropdown-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.wc-block-components-quantity-selector__button--plus::after {
  transform: rotate(180deg);
}

.wc-block-cart-item__total {
  padding-left: 10px !important;
}

.product_meta {
  display: flex;
  flex-direction: column;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  transition: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 5px;
  gap: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.4;
}/*# sourceMappingURL=custom.css.map */