/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

body {
	font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}

#menucategorias_container {
	overflow: visible;
}
#menucategorias ul {
 list-style:none;
 margin:0;
 padding:0;
 width: 100%;
 display: flex;
}
#menucategorias .widget_nav_menu {
	width: 100%;
}
#menucategorias .menu-categorias-container {
	width: 100%;
}

/* items del menu */

#menucategorias ul li {
 background-color:#ce0d6d;
 flex: auto;
}

/* enlaces del menu */

#menucategorias ul a {
 display:block;
 color:#fff;
 text-decoration:none;
 font-weight:400;
 font-size:15px;
 padding:10px;
 text-transform:uppercase;
 letter-spacing:1px;
 text-align: center;
}

/* items del menu */

#menucategorias ul li {
 position:relative;
 float:left;
 margin:0;
 padding:0;
}

/* efecto al pasar el ratón por los items del menu */

#menucategorias ul li:hover {
 background:#ce0d6d;
}


#menucategorias ul ul {
 display:none;
 position:absolute;
 top:100%;
 left:0;
 background:#eee;
 padding:0;
 z-index: 9;
}

/* items del menu desplegable */

#menucategorias ul ul li {
 float:none;
 display: block;
 padding:0px 15px;
}

/* enlaces de los items del menu desplegable */

#menucategorias ul ul a {
 line-height:120%;
 padding:10px 15px;
 width: 100%;
 text-align: left;
}

/* items del menu desplegable al pasar el ratón */

#menucategorias ul li:hover > ul {
 display:block;
}

.woocom-list-content > .star-rating {
	display: none;
} 
.woocom-list-content > .precio-unidad {
	display: none;
}

.woocom-list-content > .precio-unidad ~ .precio-unidad {
    display: block;
}

/* a.product_type_variable.add_to_cart_button {display: none;} */


.product.product-type-variable > .product_title  {
	display: block;
	    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 300;
    margin-top: 20px;
}

.product .summary.entry-summary .price {
	font-size: 22px;
	font-weight: bold;
}
.product.product-type-variable > .product_title ~ .product_title {
	display: none;
}

.dt-owl-item table.variations {
	margin-bottom: 0!important;
/* 	display: none!important;
 */}

.dt-owl-item table.variations label{
	/* display: none!important; */
}

.dt-owl-item .single_add_to_cart_button {
	/* display: none!important; */
}

.wf-cell table.variations {
	margin-bottom: 0!important;
	/* display: none!important; */
}

.wf-cell .single_add_to_cart_button {
	/* display: none!important; */
}

.woocom-list-content {
    min-height: 360px;
	position:relative;
}

.woocom-list-content form.cart{
	position:absolute;
	bottom:15px;
	width: calc(100% - 30px);
}

.input-text.qty {
	height: 46px;
	box-sizing: border-box;
	display: block;
	float:left;
	box-shadow: none;
	text-align: center;
}

.minus.button input:focus {
	outline: none;
}

input[type=number]:not(.elementor-field) {
	margin-bottom: 0!important;
}

.minus.button, .plus.button {
	width: 46px;
	padding: 0;
	background-color: #dedede!important;
}
.plus-minus-button {
    margin: 0 auto;
    display: inline-block;
}

.woocommerce-variation-add-to-cart {
	margin: 0 auto!important;
    display: inline-block!important;
}
.cart-btn-below-img .woo-buttons, .wc-layout-list .woo-buttons {
    padding-top: 0!important;
}


.summary .precio-unidad {
    text-align: left;
}
/* .woo-buttons-on-img {
	display: none;
}
.home .woo-buttons-on-img {
	display: block;
} */

.wf-cell .product form.cart div.quantity {
    float: none!important;
    margin: 5px auto 0!important;
    display: inline-block!important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#instagramrow {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}


.dt-owl-item .woocommerce-variation.single_variation .woocommerce-variation-price {
	display: none;
}
.products-carousel-shortcode .product h4 {
	height: 52px;
}
input[type=text]:not(.elementor-field):not(.searchform-s) {
	margin-bottom: 0!important;
}

.btn-shortcode {border-radius: 10px;}
.product_type_variable.add_to_cart_button {border-radius: 10px;}

.woocom-project {
	border: 1px solid #999999;
}

.woocom-list-content {
	background: #eeeeee;
	padding: 0 15px 15px;
}
.elementor-widget.elementor-widget-the7-wc-products-carousel .product h4 {
	min-height: 52px;
}

.elementor-widget.elementor-widget-the7-wc-products-carousel .woo-buttons a {
    font-size: 13px;
}
#content.content {
	max-width: 1200px;
	margin: 0 auto;
}
body.home #content.content {
	max-width: 100%;
}
.select_box_image {
	display: none!important;
}
#pa_unidades {
	display: block!important;
	width: 100%!important;
}

.product form.cart .single_add_to_cart_button {
	font-size: 14px;
    text-transform: inherit;
    border-radius: 15px;
    padding: 3px;
	margin-top: 10px!important;
}
body.single-product .product form.cart .button {
	margin: 0px auto;
	    max-width: 300px;
    float: none;
    clear: both;
    display: block;
}
body.single-product .woocommerce-variation-add-to-cart {
	width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
	padding-bottom: 400px; 
}
.previews {
	background: #efefef;
	width: 100%;
	padding: 15px;
	display:none;
}
.sitelang_es .previews {
	display:block;
}
.previews .review {
	background: #ffffff;
	padding: 10px;
}
.previews .meta {
	display: none;
}
.previews h4 {
	font-size: 18px;
	font-weight:900;
}
.previews a {
	border: 1px solid #666;
	border-radius: 20px;
	display: inline-block;
	padding: 3px 20px;
	font-size: 16px;
	margin-top: 10px;
	text-decoration: none;
	color: #666;
}

.previews h5 { 
	font-size: 24px;
	font-weight: 900;
}
.previews li { list-style: none;}
.previews li .star-rating{ display: none;}

.the7-wc-products-carousel-1bb42d1.the7-products-carousel .owl-dots {
    top: calc(100% + 15px)!important;
}
.the7-wc-products-carousel-49c6654b.the7-products-carousel .owl-dots {
    top: calc(100% + 15px);
}

input.elementor-search-form__input {
	min-height: 30px;
}
.elementor-search-form__container {
	min-height: 30px!important;
}
.elementor-menu-cart__toggle .elementor-button {
	border: 0!important;
}

a.added_to_cart {
	display: none;
}

.woocommerce-variation-add-to-cart label {
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}
.up-sells.upsells.products{
	display: none;
}
.related.products{
	display: none;
}
.content-bg-on.classic-layout-list article {
	background: transparent;
}

.woocommerce div.product.elementor .quantity .qty {
    height: 40px!important;
}
.plus-minus-button input {
    height: 40px!important;
}
.menu-text img {
	width: 20px;
}

.plyr__poster {
	background-color: transparent!important;
}
.plyr__video-wrapper {
	
	background: transparent!important;
}
.plyr--video{
	
	background-color: transparent!important;
}
.elementor video {
	object-fit: cover!important;
}


.elementor-element-59fd9d03,
.elementor-element-5e0ab07b,
.elementor-element-59bd3744
 {
	z-index: 1;
}
.elementor-element-59fd9d03.she-header,
.elementor-element-5e0ab07b.she-header,
.elementor-element-59bd3744.she-header {
	z-index: 9999!important;
}


.precio-unidad {
    color: #79C701;
	font-size: 28px;
	font-weight: 700;
}
.price .precio-unidad {
    color: #79C701!important;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}
.price .precio-unidad strong,
.price .precio-unidad small {
    color: #79C701!important;

}

.plyr__control--overlaid {
	background: #79C701!important;
}

.product_cat-caja-seleccion {}

article.product_cat-caja-seleccion table.variations {
	display:none!important;
}
article.product_cat-caja-seleccion .woocommerce-variation-add-to-cart label,
article.product_cat-caja-seleccion .woocommerce-variation-add-to-cart button,
article.product_cat-caja-seleccion .woocommerce-variation-add-to-cart .quantity
{
	display:none!important;
}
article.product_cat-nuestras-cajas .woocom-list-content {
    min-height: 170px!important;
}

.wf-cell .product_cat-nuestras-cajas form.cart div.quantity {
	display:none!important;
	
}
.checkout-breadcrumbs {
	display:none!important;
}