.flex-col .price-box .old-price {
    display: none;
}

.flex-col .price-box .special-price .price {
   font-weight:bold !important;
   font-size:26px !important;
   color: #d15d2a !important;
}

@media (min-width: 768px) {
    .w-full order-3 .md\:items-end {margin-bottom:5px;}
}

@media screen and (min-width: 768px) {
    .authentication-wrapper {
        display: none !important;
    }
  
}

@media screen and (max-width: 767px) {
     .block-search .label:before {
        margin:0;
    }
    .header.content .minicart-wrapper {
        display:none;
    }
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #d15d2a;
}

 
@media screen and (max-width: 400px) {
.authentication-wrapper {
    margin-top:-50px;
}
}