.product {
	display: none;
}

#reset-to-default, #compare-wheeled-mobile-fans, #compare-column-wall-mounted-fans {
	color: #a57800;
	text-decoration: underline;
	cursor: pointer;
}

[data-section="image"] img img {
	width: 100%; 
	margin: 0 auto; 
	margin-bottom: 1em;
	transition: 0.5s all;
}

[data-section="image"] img {
	margin-bottom: 0;
}

[data-section="price-buy"] h3 {
	margin-bottom: 0;
}

[data-section="price-buy"] h9 {
	margin-top: 0;
}

[data-section] ul {
	margin: 0;
	padding: 0;
}

[data-section] ul li {
	list-style-type: none;
}

#sticky-header, #sticky-info {
	z-index: 998; 
	transition: 0.5s all; 
	background: #ffffff;
}

#sticky-info.is_stuck {
	border-bottom: 1px solid #333333;
}

#sticky-header .row {
	padding-top: 1em; 
	padding-bottom: 0;
}

#sticky-header select {
	margin: 0;
}

#sticky-info .row {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#sticky-info h9 {
	margin-bottom: 0;
}

.yellow-button {
	transition: 0.5s all;
}

#sticky-info.is_stuck .yellow-button {
	font-size: 0.9em;
	transition: 0.5s all;
}

h4 {
	border-bottom: 1px solid #999999;
	padding-bottom: 0.5em;
	text-align: left;
}

.container .swatch {
	display: inline-block; 
	border-radius: 50%; 
	border: 2px solid #e7e8e9; 
	height: 50px; 
	width: 50px;
}

.tooltip-inner {
	width: auto;
}

.promo-flag.yellow {
	left: 15px;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 991px) {
	[data-column="3"], [data-column="4"] {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.container .swatch {
		height: 30px; 
		width: 30px;
	}

	[data-section="image"] img {
		width: 100%;
	}

	.promo-flag.yellow {
	    position: absolute;
	    width: calc(100% - 30px);
	    left: 15px;
	    top: -33px;
	}
}