/*
Theme Name: Child WooTheme
Version: 1.0
Description: Child theme for WooThemes.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: superstore
*/

@import url("../superstore/style.css");

#header .account .account-links ul {
  list-style: none;
  background-color: #B2B2B2;
  *zoom: 1;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
  
  
  .flexslider .slides img {
  height: 29.618em;
    max-width: 100%;
  display: block;
  margin: auto;

  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* Remove cart notice: product added to the cart if action performed outside the single product page - TEMPORARLY FABIO'S ACTION!!!*/
.woocommerce-message, .woocommerce-info { 
display: none; 
}

/* align the currency switcher in the center of the top menu*/
#top select {
  margin: 0.618em 0 0;
  width: 100%;
}

/* alternative style to hide blog information from view */
.hatom-extra {display:none;}