@media print { 
	.header-wrapper,
	.cta-producto,
	.not-print,
	.breadcrumbs-blog,
	.product-gallery,
	.share-it,
	.documentos-relacionados,
	.documentos,
	.footer-wrapper,
	.navegacion,
	.tabs_config,
	.Click2CallVOIP	{
		display: none!important;
	}
	
	.print, .product-info, .desktop-only, .accordion-inner {
		display: block!important;
	}
	.product_option .label-input {
		width: 100%!important;
		display: flex!important;
		justify-content: space-between!important;
		align-items: center!important;
		margin-bottom: .5!important;
		border-bottom: 1px solid #ccc;
		padding: 0!important;
	}

	.product_option span.text-config-wrapper {
		border: 0!important;
		padding: 0!important;
		width: auto!important;
		background: transparent;
		text-align: left!important;
		white-space: nowrap;
		line-height: 28px;
	}

	.product_option .label-wrapper {
		width: auto;
	}

	#configurable_product .name {
		margin: 1em 0 0;
		padding:0!important;
	}

	.tab_content {
		display: block!important;
		padding: 1em 1em;
	}
	
	
	.product_option input.price-input:checked + span + span.text-config-wrapper {
		padding-left: 40px!important;
		position: relative;
	}
	
	.product_option input.price-input:checked + span + span.text-config-wrapper:before {
		content: "x";
		position: absolute;
		left: 0;
		background-color: #000!important;
		color: #fff!important;
		border-radius: 20px;
		line-height: 28px;
		width: 28px;
		text-align: center;
		font-size: 18px;
	}
	
	.btn-print,
	a#top-link {
		display: none;
	}
	
}