/**
 * Imports
 */
/**
 * Transition
 */
/**
 * Transform
 */
/**
 * Rotation
 */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * Cart - Theme Twentytwentyfour & Theme Twentytwentyfive
 */
.theme-twentytwentyfour .woocommerce td.product-name dl.variation p, .theme-twentytwentyfive .woocommerce td.product-name dl.variation p {
  margin-bottom: 1em;
}

/**
 * Woo
 */
.woocommerce .woocommerce-order .ovass-extra-prices {
  margin-top: 5px;
  margin-bottom: 0;
}
.woocommerce .woocommerce-order .ovass-extra-prices dd {
  margin-bottom: 5px;
}