.woocommerce-product-details__short-description p{font-size:16px;}
.elementor-element-9f2885d .elementor-swiper,.elementor-element-d3f2f69 .e-con-inner {
	overflow:hidden;
}
#post-1002 form label{font-weight:bold;}
.archive  .shoptimizer-sorting .page-numbers {display:none}

.archive  .shoptimizer-sorting.sorting-end .page-numbers {display:block}
li.menu-item-product p.product__categories, ul.products li.product p.product__categories{display:none}
.woocommerce-result-count{display:none;}
select.orderby {
     border: 1px solid #ccc;
    padding: 4px 10px;
}
.byline,.updated:not(.published) {
  display:inline-block; 
}
ul.products li.product .woocommerce-LoopProduct-link {
    font-weight: 600;
}
  
.infinita-footer {
  background-color: #212735;
  color: #f5f5f5;
  padding: 60px 0px 30px;
	margin-top: 50px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
	justify-content: space-between;
}
.footer-widget {
  flex: 1 1 370px;
}
.footer-logo {
  max-width: 180px;
  margin-bottom: 20px;
}
.footer-description {
  font-size: 14px;
    line-height: 1.6;
    margin-bottom:30px;
    text-align: left;
}
.footer-bottom p{
	font-size:12px;
}
.footer-contact li {
  font-size: 14px;
  margin-bottom: 8px;
	color: #ccc;
}
.footer-contact a {
  color: #f5f5f5;
  text-decoration: underline;
}
.footer-social a {
margin-right: 10px;
    font-size: 18px;
    color: #ccc;
    transition: color 0.3s;
    background: #b4a20e;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 100%;
}
.footer-social a:hover {
  color: #ffffff;
}
.footer-contact  li{font-size:16px;}
.footer-contact li a{font-size:16px;}
.footer-widget h4 {
  font-size: 16px;
  margin: 20px 0 10px;
  color: #ffc107;
}
.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
}
.footer-widget ul li {
  margin-bottom: 8px;
  font-size: 14px;
	  position: relative;
    padding-left: 20px;
}
.footer-widget ul li a {
    color: #ccc;
    text-decoration: none;
  
}
.footer-widget ul li:before{    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ffb31e;
    border-radius: 100%;
    top: 50%;
    margin-top: -5px;
    padding-left: 0;
    left: 0;}
.footer-widget ul li a:hover {
  text-decoration: none;
	color:#fff;
}
.view-all-button {
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    width: 150px;
    text-align: center;
    float: left;
    margin: 10px 0;
    background: #b4a20e;
    font-size: 18px;
    padding: 10px 20px;
    color: #000;
    font-weight: bold;
}
.view-all-button:hover{color:#fff;background:#000}
.footer-bottom {
  text-align: center;
  font-size: 13px;
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 20px;
}
.footer-bottom a {
  color: #ffc107;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-contact.beforehide li:before{display:none;}
.footer-contact.beforehide li{padding-left:0;}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
.infinita-footer {
  
    padding: 20px;padding-bottom: 60px;
}
}