#add_products_to_cart_btn {
    height: 40px;
}

.table-checkout-shipping-method tr.row td.col-method.col-method-radio {
    flex: 0 0 3em;
}

.table-checkout-shipping-method tr.row td.col-carrier {
    white-space: pre-line;
}

#co-shipping-method-form .fieldset.rate .items.methods .item-title {
    display: none;
}

.table.grouped .product-item-sku {
    width: 30%;
}

.table.grouped .product-item-sku a {
    color: #0088cc;
}

.table.grouped .product-item-name {
    white-space: unset;
}

.table.grouped  .product-item-number {
    width: 30%;
}

.header-row .header-center {
    justify-content: end;
}

.logo-second {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .logo {
        max-width: 100% !important;
    }
}

.logo-mobile {
    display: none;
}

@media (max-width: 575px) {
    .logo-mobile {
        display: flex;
        padding: 5px 10px;
    }

    .header-left .logo, 
    .header-left .logo-second {
        display: none;
    }
}

@media (max-width: 991px) {
    .search-area.show-icon-tablet .block.block-search {
        z-index: 1;
    }
}