
#tienda
{
	padding-top: 50px;
	background-image: url('../imagenes/fondo.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.entry .woocommerce
{
	margin: 50px auto !important;
}

#tienda .sidebar_tienda,
#tienda #contenido_tienda
{
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#tienda .sidebar_tienda
{
	text-align: left;
	width: 29%;
	min-width: 200px;
}

#tienda #contenido_tienda
{
	text-align: left;
	width: 67%;
	min-width: 300px;
	margin-left: 2%;
}

.woocommerce .products ul, .woocommerce ul.products
{
	margin: 0 auto !important;
}

/***********MENU****************/
.menuTienda
{
	width: 100;
	background: #000;
	text-align: center;
}

.menuTienda li
{
	display: inline-block;
	vertical-align: middle;
	padding: 6px 20px;
}


.menuTienda a
{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}


/***********SIDEBAR****************/
#tienda .sidebar_tienda aside
{
	margin-bottom: 30px;
}


#tienda .sidebar_tienda h3
{
	padding: 10px 20px;
}

#tienda .sidebar_tienda h3:first-child
{
	background: #eee;
	text-transform: uppercase;
}

#tienda .sidebar_tienda h3 ul
{
	list-style: ">";
}

#tienda .sidebar_tienda h3 a
{
	font-size:16px;
	text-decoration: none;
	color: #000;
	font-weight: 100;
	text-transform: uppercase;
}

#tienda .sidebar_tienda h3 .current-cat a
{
	font-weight: bold;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range
{
	background: #000 !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content
{
	background: #444 !important;
}

.woocommerce ul.product_list_widget li,
.woocommerce ul.product_list_widget li a
{
	color: #444;
}

.woocommerce ul.product_list_widget li dl
{
	font-size: 14px;
}

.woocommerce ul.product_list_widget li .quantity
{
	font-size: 16px;
}

#tienda .sidebar_tienda .widget_shopping_cart_content .total
{
	margin-top: 10px;
	font-size: 18px;
}

#tienda .sidebar_tienda h3 .button
{
	background: #000 !important;
	color: #fff !important;
	margin-top: 20px;
}


/*********GRID PRODUCTOS****************/
.woocommerce-page ul.products li.product
{
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.woocommerce-page ul.products li.product h3:after,
.woocommerce-page ul.products li.product h3:before
{
	content: '"';
}

.woocommerce-page ul.products li.product a .price
{
	color: #000;
	font-size: 1em;
	min-height: 40px;
}

.woocommerce-page ul.products li.product a
{
	color: #000;
}

.product .add_cart .cart .single_add_to_cart_button
{
	margin: 8px auto;
}

.product .add_cart .cart .single_add_to_cart_button,
.woocommerce ul.products li.product .button,
.woocommerce .widget_price_filter .price_slider_amount .button
{
	color: #fff;
	background: #000;
	border: 1px solid #fff;
	white-space: normal;
	font-size: 14px;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product .add_cart .cart .single_add_to_cart_button:hover,
.woocommerce ul.products li.product:hover .button,
.woocommerce .widget_price_filter .price_slider_amount .button:hover
{
	color: #000;
	background: #fff;
	border: 1px solid #000;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#tienda .woocommerce-pagination ul,
#tienda .woocommerce-pagination ul li,
#tienda .woocommerce-pagination ul li span,
#tienda .woocommerce-pagination ul li a
{
	border: none !important;
	background: none;
	color: #000;
	padding: 0px;
}

#tienda .woocommerce-pagination ul li span
{
	opacity: 0.6;
}

#tienda .woocommerce-pagination ul li:not(:last-child) span:after,
#tienda .woocommerce-pagination ul li:not(:last-child) a:after
{
	content: ",";
}

#tienda ul li a h3
{
	min-height: 50px;
}

#tienda .fa
{
	color: #000;
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

#tienda .woocommerce-ordering select
{
	background: none;
	border: none;
	font-family: 'ArteHerrera-Texto', sans-serif;
	color: #000;
	font-size: 16px;
	padding-right: 30px;

	background-image: url('../imagenes/select.png');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center right;

	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}

#tienda #contenido_tienda .star-rating
{
	width: 100%;
}

#tienda #contenido_tienda .star-rating:before
{
	float: none;
	position: relative;
}

#tienda #contenido_tienda .star-rating span:before
{
	float: none;
	position: relative;
	top: -21px;
}

/***********FICHA PRODUCTO****************/
#tienda .cabecera_producto
{
	background-color: #f3f3f3;
	padding: 5px;
	text-align: center;
}

#tienda .cabecera_producto .mitad
{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	min-width: 300px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#tienda .cabecera_producto .mitad:first-child
{
	text-align: left;
}

#tienda .cabecera_producto .mitad:last-child
{
	text-align: right;
}

#tienda .cabecera_producto .mitad .product_title
{
	text-transform: uppercase;
}

#tienda .cabecera_producto .mitad .price
{
	font-size: 30px;
	margin: 10px;
}

#tienda .cabecera_producto .mitad .price del
{
	display: block;
	font-size: 25px;
	opacity: 0.6;
}

 #tienda .cuerpo_producto .mitad .add_cart .single_variation_wrap .single_variation .price del
{
	font-size: 25px;
}

#tienda .cuerpo_producto
{
	padding: 5px;
	text-align: center;
	margin-bottom: 30px;
}

#tienda .tutorial
{
	margin-bottom: 0px !important;
}

#tienda .cuerpo_producto .mitad
{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	min-width: 300px;
	margin: 0 auto;
}

#tienda .cuerpo_producto .mitad:first-child
{
	margin-top: -35px;

	text-align: left;
	width: 55%;

	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

#tienda .cuerpo_producto .mitad:last-child
{
	width: 40%;
	text-align: left;
	padding: 10px;
	padding-left: 20px;
}

#tienda .cuerpo_producto .mitad .tabs
{
    margin: 0;
    padding: 0;
    background: #f3f3f3;
}

#tienda .cuerpo_producto .mitad .tabs:before
{
    border: none;
}

#tienda .cuerpo_producto .mitad .tabs li
{
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0px 10px;
    border: none;
    border-right: 1px solid;
	border-radius: 0px;
	border-bottom: 5px solid rgba(0,0,0,0);
    background: none;
    position: initial;
    margin: 0;
    margin-right: -5px;
}

#tienda .cuerpo_producto .mitad .tabs li:last-child
{
	border-right: none;
}

#tienda .cuerpo_producto .mitad .tabs li:before
{
    border: none;
    box-shadow: none;
}

#tienda .cuerpo_producto .mitad .tabs .active
{
	border-bottom: 5px solid #000;
}

#tienda .cuerpo_producto .mitad .tabs li a
{
	text-decoration: none;
	color: #000;
	font-size: 18px;
        padding: 0;
        font-weight: normal;
}

#tienda .cuerpo_producto .mitad .wc-tab
{
	margin-top: 20px;
}

#tienda .cuerpo_producto .mitad .wc-tab .images
{
    margin: 0;
    float: none;
    width: 100%;
}

#tienda .cuerpo_producto .mitad .wc-tab .sidebar_envio h3:last-child,
#tienda .cuerpo_producto .mitad .wc-tab .sidebar_devolucion h3:last-child
{
	font-size: 14px;
	text-align: justify;
}

#tienda .cuerpo_producto .mitad .wc-tab .woocommerce-main-image img
{
	width: 99%;
}

#tienda .cuerpo_producto .mitad .wc-tab .thumbnails a img
{
	/*width: 24%;
	margin-right: 0.9%;*/
}

#tienda .cuerpo_producto .mitad .descripcion
{
	text-align: justify;
	font-size: 14px;
}

#tienda .cuerpo_producto .mitad .add_cart
{
	margin: 40px auto 20px;
}

#tienda .cuerpo_producto .mitad .summary
{
    margin: 0;
    float: none;
    width: 100%;
}

#tienda .cuerpo_producto .mitad .add_cart td
{
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-transform: uppercase;
}

#tienda .cuerpo_producto .mitad .add_cart td label
{
	position: relative;
	top: 5px;
}

#tienda .cuerpo_producto .mitad .add_cart td select
{
	text-transform: capitalize;
	background: none;
	border: none;
	font-family: 'ArteHerrera-Texto', sans-serif;
	color: #000;
	font-size: 16px;
	padding: 5px;
	padding-right: 30px;

	background-image: url('../imagenes/select.png');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 99% center;

	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}

#tienda .cuerpo_producto .mitad .add_cart td select:hover
{
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 3px 3px #ADADAD;
box-shadow: 3px 3px 3px 3px #ADADAD;
}

#tienda .cuerpo_producto .mitad .add_cart td .reset_variations
{
	margin: 20px 0px;
	display: block;
	text-transform: lowercase;
	font-size: 14px;
	color: #444;
	text-decoration: none;
}

#tienda .cuerpo_producto .mitad .add_cart .single_variation_wrap
{
	margin-top: 20px;
}

#tienda .cuerpo_producto .mitad .add_cart .single_variation_wrap .single_variation
{
	text-align: right;
	font-size: 25px;
}

#tienda .cuerpo_producto .mitad .add_cart .single_variation_wrap .variations_button .quantity
{
	margin-top: -30px;
	margin-bottom: 30px;
}

#tienda .cuerpo_producto .mitad .add_cart .single_variation_wrap .variations_button .quantity input
{
	margin: 0px;
	font-size: 25px;
	height: 30px;
	background: none;
	border: none;
	width: 60px !important;
}

#tienda .cuerpo_producto .mitad .add_cart .single_variation_wrap .variations_button button
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fff;
	background: #000;
	color: #fff;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#tienda .cuerpo_producto .mitad .add_cart .single_variation_wrap .variations_button button:hover
{
	border: 1px solid #000;
	background: #fff;
	color: #000;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


#tienda .cuerpo_producto .mitad .metodos_pago,
#tienda .cuerpo_producto .mitad .meta,
#tienda .cuerpo_producto .mitad .compartir
{
	margin: 10px auto;
}

#tienda .cuerpo_producto .mitad .metodos_pago img
{
	position: relative;
	top: 7px;
}

#tienda .cuerpo_producto .mitad .meta a
{
	text-decoration: none;
	color: #444;
}

#tienda .cuerpo_producto .mitad .compartir a
{
	text-decoration: none;
}

#tienda .cuerpo_producto .mitad .compartir .fa
{
	color: #959595;
	border: 2px solid #959595;
	padding: 5px;
	margin: 5px;
	font-size: 20px;
	min-width: 20px;
}

.tutoriales
{
	margin: 20px auto;
	text-align: justify !important;
}

.tutorial input[type="number"]
{
	display: none;
}


.archive_video
{
	width: 300px;
	height: 170px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#tienda .sidebar_envio p,
#tienda .sidebar_envio li
{
	margin: 10px auto;
	font-size: 14px;
	font-weight: 300;
}

#tienda .sidebar_envio ul
{
	padding-left: 20px;
}

/**********FOOTER**************/
.widgets-cajasFooter-tienda
{
	border-top: 20px solid #000;
	padding: 20px 0;
	color: #746D73;
	text-align: left;
}

.widgets-cajasFooter-tienda .caja-footer h3,
.widgets-cajasFooter-tienda .caja-footer a
{
	color: #746D73;
}


.widgets-cajasFooter-tienda .caja-footer ul
{
	font-size: 14px;
	margin: 14px;
	font-weight: 100;
}

.widgets-cajasFooter-tienda .caja-footer2 > .widget
{
	width: 60%;
	margin: 0 auto;
}


/***********FICHA PRODUCTO VIDEO****************/
 .cabecera_producto .mitad .boton_compra button.button.alt
 {
 	background: #000;
 	color: #fff;
 }

.cuerpo_video
{
	width: 100% !important;

}

#tienda .cabecera_producto_tutorial
{
	background: #F3F3F3;
}

#tienda .cabecera_producto_tutorial .compartir
{
	text-align: right;
	margin: 0px !important;
	padding: 10px !important;
}

#tienda .cabecera_producto_tutorial .compartir a .fa
{
	color: #000 !important;
	border-color: #000 !important;
}

#tienda .descripcion_tutorial .mitad
{
	margin-top: 20px !important;
	width: 48% !important;
	text-align: justify !important;
}

#tienda .descripcion_tutorial .mitad:nth-child(2n+1)
{
	margin-right: 1% !important;
	padding: 0px !important;
}

#tienda .descripcion_tutorial .mitad:nth-child(2n)
{
	margin-left: 2.5% !important;
	padding: 0px !important;
}

#tienda .pie_producto_tutorial
{
	background: #eae8ea;
	margin: 30px auto;
}

#tienda .pie_producto_tutorial .mitad
{
	margin-top: 20px !important;
}

#tienda .pie_producto_tutorial .mitad:last-child
{
	text-align: center;
}

#tienda  .pie_producto_tutorial .price
{
	font-size: 30px;
	font-weight: bold;
}

#tienda  .pie_producto_tutorial .add_cart
{
	margin: 20px auto !important;
}

#tienda  .pie_producto_tutorial .add_cart button
{
	background: #000;
	color: #fff;
}

#tienda  #tab-contenido .contenido_tutorial
{
	border: none;
	width: 100%;
	height: auto;
}


/************CARRITO*********************/

.woocommerce-cart table.cart img
{
	width: 150px !important;
}

.woocommerce table.shop_table tbody,
.woocommerce table.shop_table tbody a
{
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

.woocommerce table.shop_table tbody .remove
{
	font-size: 20px;
}

.woocommerce table.shop_table tbody .quantity .qty
{
	border: none;
	width: 60px !important;
}

.woocommerce table.shop_table tbody input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button.alt
{
	color: #fff !important;
	background: #000 !important;
	border: 1px solid #000;

	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.woocommerce table.shop_table tbody input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce input.button.alt:hover
{
	color: #000 !important;
	background: #fff !important;

	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.woocommerce-checkout #payment ul.payment_methods li input
{
	width: auto !important;
}

.woocommerce p.stars a
{
	color: rgb(212, 212, 0);
}


#tienda #tab-obra .onsale
{
	top: 10px;
	left: 0;
	z-index: 1;
}

.woocommerce-page ul.products li.product .onsale
{
	display: block;
}

.woocommerce-page ul.products li.product:hover
{
	opacity: 0.8;
}

.woocommerce-page ul.products li.product a:hover
{
	opacity: 1;
}

.woocommerce-page table.cart td.actions .coupon
{
	float: none !important;
	text-align: center;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce table.shop_table tbody .coupon input.button
{
	float: none !important;
	display: inline-block;
	width: 45% !important;
	margin: 10px 2%;
	min-width: 300px;
}


.woocommerce-cart .cart-collaterals .cart_totals table th
{
	padding-right: 10px !important;
}


input[type="radio"],
input[type="checkbox"]
{
	width: auto !important;
}


#tienda span.onsale
{
	max-width: 50%;
	max-height: 50%;
	background: none;
	border-radius: 0px;
}

#tienda span.onsale img
{
	width: 100%;
}

#tienda .shipping-calculator-button
{
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px 20px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

#tienda .shipping-calculator-button:hover
{
	background: #000;
	color: #fff;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

#carro
{
	position: fixed;
	z-index: 500;
	padding: 5px 10px;
	border-radius: 10px;
	top: 20px;
	right: 20px;
	background: #000;
	opacity: 0.2;
	font-size: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#carro:hover
{
	opacity: 0.6;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#carro .fa
{
	border: none;
}

#carro span
{
	background: #fff;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.wc-proceed-to-checkout .boton_seguir_comprando
{
	width: calc(100% - 30px);
	text-align: center;
}

.single-product.woocommerce .cuerpo_producto iframe{
	margin-bottom: 13px !important;
}


#myaccount{
	position: fixed;
z-index: 500;
padding: 5px 10px;
border-radius: 10px;
top: 20px;
right: 86px;
background: #000;
opacity: 0.2;
font-size: 30px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

#myaccount:hover
{
	opacity: 0.6;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#myaccount .fa{
	border: none;
}

.woocommerce #payment .terms, .woocommerce-page #payment .terms{
	text-align: left !important;
}

.woocommerce #payment .terms a, .woocommerce-page #payment .terms a{
	font-weight: bold;
}
