#div__carousel-home {
    position: relative;
    left: 0px;
    width: 385px;
    align-content: start;
    min-height: 0vh;
}

.woocommerce form .form-row .optional{
    display: none ;
}

.home .woocommerce-pagination {
    margin-top:80px;
}

.woodmart-navigation .item-level-0>a {
    padding-right: 9px!important;
    padding-left: 9px!important;
	font-size: 11.7px!important;
}

#text_park_instalation {
	position: relative;
    margin-top: 15px;
    padding: 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
    margin-bottom: 25px;
    display:none;
}


/*Fotter*/
.social-icons{
  text-align: right;
}
@media screen and (max-width: 900px) {
    .social-icons{
      text-align: center;
    }
}
.social-icons a{
  color:#fff;
  line-height:15px;
  font-size:15px;
  margin: 0 5px;
  text-decoration:none;
  
}
.social-icons a i{
  line-height:15px;
  font-size:15px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-icons a:hover i{
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}

#wc_checkout_add_ons {
    padding-top:0px;
    padding-bottom: 50px;
}

.footer__links:hover {
    font-weight:bold;
}