﻿/*
Theme Name: Bazaar Child
Theme URI: http://bazaar.select-themes.com
Description: A child theme of Bazaar Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: bazaar
Template: bazaar
*/

h1 {
	font-size:xx-large !important;
}
h2 {
	font-size:x-large !important;
}

ul {
	list-style-position:inherit !important;
}
footer {
	margin-top:50px;
}
/*Color enlaces formulario del footer*/
.cf7_custom_style_3 a{
	color:white;
}
.cf7_custom_style_3 input.wpcf7-form-control.wpcf7-submit{
	background-color:#FFF;
	color: black;
}
input.wpcf7-form-control.wpcf7-submit {
	margin-top: 10px !important;
}
.qodef-cart-info-number {
	padding-left:10px;
}
/*ESCAPARATE*/
.rollover_trans img, .qodef-pl-inner img {
  opacity:1;
  -webkit-transition:opacity 0.5s linear;
  transition:opacity 0.5s linear;
}
.rollover_trans h2 {
	font-size:30px;
}
.rollover_trans:hover img, .qodef-pl-inner:hover img {
	opacity:0.5;
}
.rollover_trans .qodef-banner-text-holder:before, .rollover_transhor .qodef-banner-text-holder:before, .qodef-pl-inner a:before{
   opacity:0.1;
	z-index:5;
    /*font-family: ETmodules!important;*/
	content:"►";
	font-size:xx-large;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    speak: none;
	position:absolute;
	top:40%;
	left:40%;
	background-color:white;
	border-radius:50%;
	padding:10%;
	-webkit-transition:opacity 0.5s linear;
 	 transition:opacity 0.5s linear;

}
.rollover_transhor .qodef-banner-text-holder:before {
		top:30%;
}
.rollover_trans:hover .qodef-banner-text-holder:before, .rollover_transhor:hover .qodef-banner-text-holder:before, .qodef-pl-inner:hover a:before {
	opacity:0.9;	
}
.wpb_video_wrapper {
	padding-top:0px !important;
}
/*LOGO MOVIL*/
.qodef-mobile-header .qodef-mobile-logo-wrapper img {
	height:75% !important;
}

/*WOOCOMMERCE*/
.woocommerce .quantity .minus,
.woocommerce .quantity input.qty,
.woocommerce .quantity .qty-adjust .woocommerce .quantity .plus,
.woocommerce div.product form.cart .variations select,
.woocommerce .quantity .qty-plus,
.woocommerce .quantity .qty-minus,
.woocommerce .quantity .qty-adjust {
	color:grey;
}
.woocommerce .quantity input[type="number"] {
	font-size:150%;
	margin-bottom: 10px;
    padding: 5px;
}

.qodef-woo-single-page .related.products>h2 {
	display:table !important;
}
ul.products>.product .qodef-pl-add-to-cart {
	position:relative !important;
}
ul.products>.product .qodef-pl-categories {
	display:none;
}
ul.products>.product .price {
	clear:both;
	font-size:1em !important;
}
.qodef-woo-single-page .related.products>h2 {
	font-size:24px !important;
}
.qodef-social-network-icon {
    font-size: 200%;
    border: 1px dotted black;
    margin: 3px;
    padding: .2em;
    border-radius: 10px;
}

/*OTROS*/
.cookie-notice-container {
	padding:50px;
}
