/** Shopify CDN: Minification failed

Line 67:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
div#shopify-section-1595402605970 .post-time  > span {
    color: red;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .nt_labels {
    top: 8px;
    right: 9px;
}
span.tc.nt_labels {
    color: #fff;
    font-size: 7px;
}
.label_style_rounded .nt_label {
    height: 48px;
    width: 48px;
}
.nt_label.out-of-stock {
    background-color: #be1622;
    min-width:80px;
.nt_label.new {
    background-color: #282355;
    min-width:80px;
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  span.tc.nt_labels {
    color: #fff;
 font-size: 7px;
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}
.checked.fa-star{
  color:orange;
}
p.text-rating{
  margin-bottom:2px;
}
.power-heading>p{
  margin-bottom:10px;
}
.power-attr{
 
}