/*

Theme Name: Store Layout
Theme URI: http://www.eXpertZone.ro
Description: A child theme
Author: eXpertZone.ro
Author URI: http://www.eXpertZone.ro
Template: superstore
Version: 1.2.1
*/

@import url("../superstore/style.css");

/* WooCommerce customs */

/* Short description bug */
div[itemprop="description"] p { float: left; }

/* Product title and price */
.single-product .summary > .product_title {
  width: 64.5% !important;
}
.single-product .summary .price {
    width: 35% !important;
    font-size: 13px !important;
}


/* WooCommerce Plugins */
/* WooCommerce Show Attributes */
.custom-attributes .attribute-label {
  font-weight: bold;
}
.custom-attributes .attribute-value {
  font-style:italic
}

.descriere_titlu {
    float: left;
}

.warranty {
    float: right;
}


/* Taxonomy descriptions*/
.term-description { 
	background: #7DBD3C !important;
	color: #FFF;
	font-family: Georgia;
	font-size: medium; 
}

.page-description, .term-description { padding: 1em !important; }

/* Tabs customisations */
h4.tab_header { color: #FFFFFF; 
/* margin: .3em .2em .5em .5em; font-size: 1.3em; */
}
.shortcode-tabs {margin-bottom: 0px !important; }
.shortcode-tabs.boxed { background: #7dbd3c !important; }

.shortcode-tabs.boxed .tab { 
/* top: -38px !important; border: 0px !important; */
}
.shortcode-tabs.boxed ul.tab_titles { background: #F5F5F5 !important; border-bottom: 1px solid #EBEBEB !important; }

/* float: right !important; top: -38px; !important } */
.shortcode-tabs ul.tab_titles li.nav-tab a { 
	text-transform: none !important; 
	color: #475357 !important; 
	font: 14px/12px sans-serif !important; 
	font-weight: bold !important; 
	}



/* Toggle customisations */
.shortcode-toggle {
margin: 0 0 0 !important;
}

/*  */
.single-product .summary .product_meta, .single-product .summary .social {
width: 98% !important;
}

/* composite products plugin */
div#xz img.attachment-shop_thumbnail.wp-post-image {
	width: 120px!important;
}
.component { 
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}


/* Hide Slider Title*/
.slide-content {
  display: none;
}


.qty { background-color: #E7E6E6 !important; }


.home #content div.woocommerce .widget_woo_product_categories ul.products li.product a h3 {
  top: 83%;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
  }
  
/* Site title and description */
#header .site-title a { color: #79AC1E !important; }
#header .site-description { color: #E01C1F !important; }

/* Corectie tabel - caracteristici produs */
#specs td {
  padding: 0.1em 0.1em 0.1em 1em;
}