<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************
pop up box, when product are added
**********************/
#shopPopupBlock {
    color: #7F7E7E;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 14px;
}
#shopPopupBlock {
    background-color: #FFFFFF;
    border: 1px solid #DEDEDD;
    color: #7F7E7E;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 14px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 1000000;
}
.popupnewprodctheader {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}
.popupnewproductimg {
    float: left;
    padding-left: 10px;
    position: relative;
    width: 75px;
}
.popupnewproducttext {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 200px;
}
.popupnewproductprice {
    padding-top: 7px;
	font-weight:bold;
}
.chartnextbtn {
    background-color: #66C635;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    text-align: center;
    width: auto;
}
.popupnewproductimg img {
    height: auto;
    width: 55px;
}
/**********************/



.product-menu {
}
.product-menu .menu {
	list-style: none;
	position: relative;
	overflow: visible;
	text-align: center;
}
.product-menu .menu li {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "CabinMedium";
	display: inline-block;
	padding: 0 15px;
}
.product-menu .menu li:nth-child(6){ clear: both; }
.product-menu .menu li a {
	display: block;
	color: #fff;	
	padding: 22px 0px;
}
.product-menu .menu li.last {
	margin-right: 0px;
}
.product-menu .menu li.cane-line {
	float: left;
}
.product-menu .menu li.cane-line a {	
	padding: 18px 0;
}
.product-menu .menu .pointer {
	display: none;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;	
	border-top: 8px solid #19191A;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;
	z-index: 900;
}
.product-menu .menu li.active a {
	color: #66c635;
}
.product-menu .menu li.active .pointer {
	display: block;
}
@media screen and (max-width: 1024px){
	.product-menu .menu li {
		font-size: 15px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 930px){
	.product-menu .menu li.cane-line img{
	 	width: 90px;
	}
	.product-menu .menu li {
		font-size: 13px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 760px){

}
	</pre></body></html>