/*
 Theme Name:     Colby Jack's Crafts
 Theme URI:      https://www.FullWebBuilder.com/
 Description:    Child Theme for Colby Jack's
 Author:         TC Nguyen
 Author URI:     https://tc-nguyen.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.pbFWBrotation {
	animation: pbFWBrotation 5s linear infinite;
}
@keyframes pbFWBrotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

/* Add a top-margin to the "continue shopping" button */
a.button.wc-backward.continue-shopping {
	margin-top: 10px !important;
}