/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 08 2022 | 19:23:29 */
/*BOTON DE CERRAR POPUP*/
.dialog-close-button.dialog-lightbox-close-button i{
	display: none !important
}

.dialog-close-button.dialog-lightbox-close-button:after{
	content:'';
	background: url('https://simetry.misitioweb.com.co/wp-content/uploads/2022/11/Grupo-118.svg') center / 100%;
	width: 30px;
	height: 30px;
	display: block;
}




/* Apariencia del Scroll bar*/ 
*::-webkit-scrollbar {
       width: 10px !important;
  	   background: #EFEFEF !important;
}

*::-webkit-scrollbar-thumb{
  background: #ccc !important;
  border-radius: 10px;
}


@media screen (max-width: 1024px){
  *::-webkit-scrollbar {
       width: 2px !important;
  	   background: #000 !important;
	}
}


