h1, h2, h3, h4, h5, h6 {
    /*font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/
	font-weight:400!important;
  }

.woocommerce-input-wrapper{
  width: 100%;
}

.woocommerce-input-wrapper textarea{
  width: 100%;
}

html{
font-familly : "Gill Sans Extrabold", sans-serif;
}

.img-logo{
width : 5vw;
}

.nav-link {
    padding-right: 1.5rem!important;
}

.nav-link:hover{
color : #f54949!important;
}

.card-img-top{
width: 25%!important;
align-self: center;
}

.return-to-shop{
 display:none;
}

.single_add_to_cart_button,.checkout-button,.place-order>.button{
border:0!important;
background-color : #f54949!important;
color:white!important;
}


.carousel-control-prev-icon {
  margin-left: -125%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")!important;
}
    
.carousel-control-next-icon {
  margin-right: -125%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")!important;
}
.btnSubmitForm{
    background-color: #f54949;
}
