/*
Theme Name: Dayone
Author: Corsiva Lab Team
Author URI: https://www.corsivalab.com/
Description:Html, Cscc, Php,...
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Dayone
*/


header.header {
    padding-top: 1rem;
}
.woocommerce-custom-page .woocommerce-error,
.woocommerce-custom-page .woocommerce-info,
.woocommerce-custom-page .woocommerce-message{
	margin-bottom: 0;
}

.wpcf7-not-valid-tip{
	color: white;
}
form.wpcf7-form .wpcf7-response-output{
	margin-top: 2rem;
}

.scrollTop {
  position: fixed;
  right: 30px;
  bottom: 99px;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0.9;
  z-index: 999;
  text-shadow: #00000091 0 0 0.4rem;
}
.scrollTop:hover{
	opacity: 1;
}
.scrollTop:hover .box-icon{
	 margin-bottom: -1rem;
}
.scrollTop .box-icon{
  line-height: 1;
  margin-bottom: -2rem;
  transition: all 0.4s ease-in-out;
}
.scrollTop i{
  font-size: 5rem;
}
.scrollTop a{
  font-size: 1rem;
  color: #fff;
  text-decoration: underline;
}


/*homepage*/
@media (max-width: 575.98px) {
 	.home-banner .box-img img {
 		object-position: 18%;
	}
	.home-banner::after {
		display: none;
	}
}