@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//enertik.com/ar/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(20,167,93);
	--wd-alternative-color: rgb(175,175,175);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(20,167,93);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(98,232,85);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://test.enertik.com/ar/wp-content/uploads/sites/2/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(238,238,238);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(51,51,51);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
	font-size: 32px;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-size: 20px;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(30,115,190);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(168,226,52);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.wd-builder-off .wd-fbt.wd-design-side {
	--wd-form-width: 450px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 15px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* GENERAL : COLOR DE TEXTOS EN DESCRIPCION Y ESPECIFICACIONES DEL PRODUCTO*/

.Product_Description h2 {
    color: white !important;
    font-weight: 800 !important;
	font-size:18px !important;
		border-bottom:1px #ffffff solid; padding-bottom:5px; 
}


/* DESCRIPCION DEL PRODUCTO */

.Product_Description {
    background-color: #3E3E3E !important;
    font-family: Roboto !important;
    color: white !important;
		display: flex;            /* Use flexbox for alignment */
  justify-content: center;  /* Horizontally center the content */
} 

.tabs-layout-tabs .tabs li a {
		padding-top :10px !important;
}

/* CAJA DE BOTONES DE ENLACE (MANUAL, FOLLETO, APP, .,etc) */

.Link_Buttons {
     background-color: #171717FA !important;
		border-radius: 50px !important;
     padding-bottom: 50px !important;
     padding-top: 50px !important;
	font-size:14px !important;
}

/* COLOR DE ICONOS DE BOTONES DE ENLACE*/
.Link_Buttons .elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .2s;
    fill: #FFFFFF !important;
    font-size: 50px;
    text-align: center;
}

/* COLOR DE ICONOS (HOVER) DE BOTONES DE ENLACE*/
.Link_Buttons .elementor-icon:hover {
    fill: #14A75D !important;
    color: #14A75D !important;
    border-color: #14A75D !important; }
    
/* COLOR DE TEXTOS DE BOTONES DE ENLACE*/
.Link_Buttons .elementor-widget-icon-box .elementor-icon-box-content {
    color:white !important;
}

/*------------------------------------------------*/
/* TABLA DE ESPECIFICACIONES */
/* TABLA DE ESPECIFICACIONES */
/* TABLA DE ESPECIFICACIONES */

/* CELDAS : TITULOS DE LA TABLA DE ESPECIFICACIONES - FONDO */
.Product_Description td.tbTit { 
background: #60cb6a !important;
    color: black !important;
	font-weight: bold;
    text-align: left
    !important;
}


.Product_Description td.tbTitcentral { 
background: #60cb6a !important;
    color: black !important;
	font-weight: bold;
    text-align: center
    !important;
}






.Product_Description td.tbTit span { 
color: black !important;
	font-weight: 700 !important;
}


.Product_Description td.tbSubTit {
background:#666;
border:none !important;
color:#fff;
font:'Open Sans',sans-serif;
height:30px;
padding-left:.5em;
text-align:left !important;
}
	

.Product_Description td.tbSubTit2 {
background:rgba(255,255,255,.1);
border:none !important;
color:#fff;
font:'Open Sans',sans-serif;
height:30px;
padding-left:.5em;
text-align:left !important;
}

.Product_Description td.tbTit3{
	background:#666;
	border:none !important;
	color:#000;
	font:'Open Sans',sans-serif;
	text-align:center;
}
	

.Product_Description td.tbSubTitCenter {
text-align:center !important;
}
	
	
.Product_Description .tbSubTit,.tbSubTit2,.tbTit,.tbTit2,.tbTit3{
-webkit-print-color-adjust:exact;
background:#ccc;
font:'Open Sans',sans-serif!important;
}
	
/* CELDAS DE DATOS DE LA TABLA DE ESPECIFICACIONES */
.Product_Description td {
    border-bottom: 2px #60cb6a solid !important;
	    text-align: center !important;
	    color:white !important;
	padding: 5px
		!important;
	font:'Open Sans',sans-serif;
}

/* FILAS */
.Product_Description tr {
    padding: 5px
		!important;
        font-size: 16px!important ;
        
}

/* CELDAS A LA IZQUIERDA DE LA TABLA DE ESPECIFICACIONES */
.Product_Description td.tbLeft {
    text-align: left !important;
    
}

.tbBorderNone td{
	border:none!important
}

table{
border-collapse:separate;
border-spacing:4px;
margin:0 auto 1.5em;
padding:1em 0;
text-align:center;
}


.Product_Description td.tbTit2 {
	background:#14ce5d;
	border:none;
	color:#000;
	font:600 1.2em 'Open Sans',
		sans-serif;
	height:30px;
	padding-left:.5em;
	text-align:center
}

.Product_Description td.tbTit3{
	background:#14ce5d;
	border:none;
	color:#000;
	font:600 1.2em 'Open Sans',sans-serif;
	height:30px;
	text-align:center
}



/* EFECTOS CUANDO SE PASE EL MOUSE SOBRE ELEMENTOS DELA TABLA DE ESPECIFICACIONESS */
.Product_Description tr:hover{

background-color: #1a1a1a !important;

color: #000000;

}

/* TABLA DE ESPECIFICACIONES */
/* TABLA DE ESPECIFICACIONES */
/* TABLA DE ESPECIFICACIONES */
/*------------------------------------------------*/




/* PIE DE LA PAGINA*/
.footer {
    background: #2F2F2F !important;
    color: #ffffff  !important;
}

/* NO MOSTRAR TABS*/
.tabs.wc-tabs.justify-content-start.tabs-ready {
    display: none;
}

}
.single-product-content.tabs li {
    color: white;
}
.single-product-content.tabs li a {
     color: white;
}

/* BOTONES DE ENLACE (MANUAL, FOLLETO, APP, .,etc) */

ul.wc-tabs{
    display: none !important;
  }
  .wc-tab{
    display: block !important
  }

/* TAMAÑO DE LOGOTIPOS EN CARUSEL DE MARCAS */
body .brands-widget .brand-item img {
    max-height: 230px;
}

.woocommerce-Reviews {
	padding-top:50px !important;
}

.Product_Description span {
 color:white !important;
 font-size:16px !important;
}

.Product_Description div {
 color:white !important;
 font-size:16px !important;
}

.Product_Description ul{
   
    color: white  !important;
    font-size:16px !important;
    }

.Arreglarfotos {
border-radius:40px !important;
}


.ArreglarFotoyfondo {
	border-radius:40px !important;
	background-color:white !important;
}
	
		
.bundled_product_title_inner {
font-size: 16px !important;
}

.bundle_sells_title h3 {
	font-size: 14px !important;
	color:#777777 !important;
	font-weight:normal !improtant;
	
}


.VRM {
    background-color: #2E2D2D !important;
    font-family: Roboto !important;
    color: white !important;
		display: flex;            /* Use flexbox for alignment */
  justify-content: center;  /* Horizontally center the content */
} 


