/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */
.jupiterx-main-content,div#jupiterx-primary{
	padding:0 !important
}
ul.jupiterx-post-meta.list-inline{
	display:none !important
}
.jet-mega-menu-mega-container__inner{
	border-radius:20px;
}
.firstprice  li:first-child{
	border-bottom:1px solid #579C65 ;
	margin-bottom:8px !important;
} 
.icobeforebtn a:before{
content: '';
  position: absolute;
  left: -5px;
  top: 50px; 
  width: 36px;
  height: 36px;
  background-color: #cf4d26; 
  border-radius: 6px; 
  transform: translateY(-135%) rotate(45deg); 
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='5' y1='5' x2='19' y2='19'></line><polyline points='12,19 19,19 19,12'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.icobeforebtnright a:before
{
	content: '';
  position: absolute;
  left: -5px;
  top: 50px; 
  width: 36px;
  height: 36px;
  background-color: #cf4d26; 
  border-radius: 6px; 
  transform: translateY(-135%) rotate(-45deg); 
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='5' y1='5' x2='19' y2='19'></line><polyline points='12,19 19,19 19,12'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}