.woocommerce-message {
  border-top-color: #E1001A !important;
}
.woocommerce-info {
   border-top-color: #E1001A !important;
}
.woocommerce-message::before, .woocommerce-info::before {
  color: #E1001A !important;
}
.button.wc-forward, .button.wc-backward {
  width: auto;
  background-color: #E1001A !important;
  color: #fff !important;
  font-family: "Montserrat";
  font-weight: 600 !important;
}

#box-btns-float {
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.btn-float {
	right: -190px;
	transition:.5s ease all;
}
.btn-float:hover {
	right: 0;
	transition:.5s ease all;
}
.tt-btn-float{
	opacity:0;
	transition:.5s ease all;

}
.btn-float:hover .tt-btn-float{
	opacity:1;
	transition:.5s ease all;
}

@media screen and (max-width: 767px) {
	.btn-float {
		right:-100px;
	}
}