.card-title a.btn-link {
  color: #212529;
}

@media only screen and (min-width: 768px) {
    .navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card {margin-bottom:0;}
    .navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav { padding: 0.75rem 1rem; }
    .navbar .navbar-nav .nav-item > .nav-link::before {bottom:15%; top:15%; height:auto;}
    .navbar .navbar-nav .nav-item > .nav-link::after {display:none;}
    .navbar .navbar-nav {flex-wrap:nowrap}
    .navbar .navbar-nav .nav-item > .nav-link {display:flex; align-items: center; text-align:center; line-height:1.2;}
    .navbar-collapse .navbar-nav .nav-item:nth-child(3) .card-columns {padding-top:1rem; padding-bottom:1rem;}
    .navbar-collapse .navbar-nav .nav-item:nth-child(3) .card-columns ul.flex-column {padding:0.15rem 1rem !important;}
    .navbar-collapse .navbar-nav .nav-item:nth-child(3) .card-columns ul.flex-column > li:not(:first-child) {display:none;}
    .navbar-collapse .navbar-nav .nav-item:nth-child(3) .card-columns ul.flex-column > li a strong {font-family: "nunitoregular",sans-serif !important;}
}

/* Hide Mailing Price and Postage Price rows */
#calsummaryproductpricetotaldiv > .d-flex:nth-child(1),
#calsummaryproductpricetotaldiv > .d-flex:nth-child(2) {
    display: none !important;
}
@media only screen and (min-width: 1248px) {
  #product-info #price_calculator > .card-header {
    margin-top: 0;
  }
}

.nav-item.megamenu .dropdown-menu > .list-unstyled li:nth-last-child(2){
    display:none;
}

.shippingdetails .shipping-details .custom-control-label s {
    display: none;
}