.quickQuoteBtn{
    background: #9e005d;
    height: auto!important;
    margin-left: 20px;
    padding: 0 !important;
    padding-top: 10px!important;
}

#top-menu li li a {
    text-transform: uppercase;
}

@media screen and (max-width: 980px) {
.quickQuoteBtn{
   display:none!important;
}
	
.contactTextMen{
	padding-left:0!important;
	}	
	
}
@media screen and (min-width: 980px) {
.MbtnQ{
   display:none!important;
}
}
.MbtnQ{
	display: grid;
    justify-content: right;
    width: 90%;
}
.quickQuoteBtnMobile{
  background: #9e005d;
    color: #FFF;
    padding: 7px;
    position: relative;
    top: 16px;
    left: -4px;
	border-radius:5px;
}
.contactTextMen{
	text-align: center;
    position: relative;
    top: 10px;
    padding-left: 42px;
}
.contactTextMenspan{
	display: block;
    line-height: 31px;
}
html #menu-item-500:hover {
	background:none!important;
	
}
 #top-menu-nav>ul>#menu-item-500 a:hover{
	color:#F0F0F0!important;
}

.country-name{
	color:#333!important;
}
.single-product  #main-content .container{
	padding-top:0!important;
	width:auto!important;
	max-width:100%!important;
}/*
#top-menu .sub-menu  li:hover{
	background:none!important;
	color:#FFF!important
}
#top-menu .sub-menu  li:hover a{
		color:#FFF!important
}
#top-menu li:hover{
	color:#333!important;
}*/

 .sub-menu  li:hover #top-menu a{
	color:#333!important;
}

#menu-item-173:hover{
	background:none!important;
	
}
/*
#top-menu #menu-item-173 a:hover{
	color:#fff!important;
}*/
.woocommerce-notice--success{
	    font-size: 25px;
    padding: 40px!important;
    text-align: center;
    font-weight: bold;
}

.et-menu li li a {
    padding: 6px 20px; 
     width: 320px;

}
/* Increase width of drop-down menu - Code by Duogeeks*/
.nav li ul {
    position: absolute;
    padding: 20px 0; 
    width: 320px;
    
}