/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 31 2025 | 07:29:51 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.quantity{
	display: none !important;
}
.fa.fa-question-circle.fa-md.activation-info{
	margin-left: 5px;
	
}
.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th{
	position: relative;
}
.warranty-info{
		margin-left: 3px;
    transform: translateY(2px);
	}
.tooltip2{
		 font-size: 14px;
    color: #fff;
    width: 400px;
    word-wrap: break-word;
    line-height: 1.5;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 400;
    white-space: normal;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
	}
.tooltip2::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 69px;
    border-width: 10px;
    border-style: solid;
	z-index: 999;
    border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
}

.tooltip1 {
    font-size: 14px;
    color: #fff;
    width: 400px;
    word-wrap: break-word;
    line-height: 1.5;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 400;
    white-space: normal;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
}
.tooltip1::after {
    content: "";
    position: absolute;
    top: -17px;
    left: 126px;
    border-width: 10px;
    border-style: solid;
	z-index: 999;
    border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
}
	
	@media screen and (max-width: 767px){
		.tooltip1 {
    width: 250px;
}

	}
	


