/* catalog product pages */
.catalog-product-view .page-main .detailed .items { background-color: #000; }
.product.data.items>.item.title.active>.switch { background: #000 !important; }
.product.data.items>.item.title>.switch, .product.data.items>.item.title>.switch:visited { color: #fff !important; }
.product.data.items>.item.title>.switch { height: 35px !important; }
@media screen and (min-width: 768px) {
		.catalog-product-view .product-instructions {
		display: flex;
		justify-content: space-evenly;
	}
}

.catalog-product-view .product-instructions .product-instructions-inner svg {
	max-width: 150px;
	margin: 0 auto;
	display: block;
}
.catalog-product-view .product-instructions .product-instructions-inner .instructions-tab-text {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}
.catalog-product-view .product-instructions .product-instructions-inner .instructions-tab-text:hover {
	text-decoration: none !important;;
}
.product.data.items > .item.title.active > .switch { 
	color: #C8102E !important;
}
.fotorama__caption, .fotorama__caption__wrap {
	display: none !important;
}

#custom-1, #custom-2, #custom-3 {
	white-space: pre-line;
}

#description .description {
	padding-top: 2%;
}

.install-iframe {
	min-height: 400px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.product.data.items > .item.title {
		padding: 10px 30px 8px 10px !important;
	}
        .product.data.items > .item.content {
		padding: 0 !important;
	}
}
