/*
 Theme Name:  OceanWP Child
 Theme URI:   https://wolle-und-schoenes.de/
 Description: OceanWP WooCommerce child theme for different settings in parent theme.
 Author:      Arno
 Author URI:  https://wolle-und-schoenes.de/
 Template:    oceanwp
 Version:     3.3.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* --> in custom.css
.woocommerce .owp-account-links li.or {
   display: inline-block;
   width: 48px;
   height: 36px;
   line-height: 32px;
   color: #a70707;
   border: 0px solid;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
   margin: 0 12px;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   opacity: 1;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   border-radius: 50%;
   vertical-align: text-bottom;
}
*/
