.header-right .search-area, .header-right .wishlist {
    display: none;
}
#html-body .header-main .header-row .header-center {
    padding: 10px 15px;
}
#html-body .page-footer .footer-top,
#html-body .page-footer .footer-middle .row .col-lg-2 div,
#html-body .page-footer .footer-middle .row .col-lg-4 div.about{
    display: none;
}

#html-body .page-footer .footer-middle .row .col-lg-4 div.account{
    display: block;
}
#html-body.customer-account-login .header-main .header-row .header-col.header-left .nav-sections-items,
#html-body.customer-account-login .header-main .header-row .header-col.header-right a,
#html-body.customer-account-login .header-main .header-row .header-col.header-right div,
#html-body.customer-account-login .page-footer .footer-top,
#html-body.customer-account-login .page-footer .footer-middle .row .col-lg-2 div,
#html-body.customer-account-login .page-footer .footer-middle .row .col-lg-4 div.about,
#html-body.customer-account-login .porto-block-html-top,
#html-body .porto-block-html-top{
    display: none;
}
#html-body.customer-account-login .header-main .header-row .header-center {
    padding: 10px 15px;
}
.block-customer-login #login-form .fieldset.login .actions-toolbar  .secondary {
    display: none;
}

html .action.primary, .mgz__data-grid .action-secondary {
    background-color: #8d3a1a;
    border-color: #8d3a1a;
}
html .action.primary:hover, .mgz__data-grid .action-secondary:hover, .mgz__data-grid .data-grid-th {
    background-color: #313e48;
    border-color: #313e48;
}
.mgz__data-grid .data-grid tr:nth-child(even) td {
    background-color: #ffffff;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__control-support-text {
    font-size: 14px;
    margin-left: 0;
}
#customer-attachments .col-gdate, #customer-attachments .col-gremaining {
    width: auto;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap, {
    margin-left: 0;
}
.invoice-top-action,
.order-top-action {
    width: 50%;
    float: left;
}
.order-top-action .action {
    float: right;
    margin: 0 10px;
}
.sa-filter-wrapper {
    width: 100%;
    float: left;
}

.sa-filter-wrapper .sa-filter-field {
    width: 40%;
    float: left;
}
.sa-filter-wrapper .sa-filter-field .sa-filter-field-content{
    width: 90%;
    float: left;
}
.sa-filter-wrapper .sa-filter-action-wrapper {
    width: 100%;
    float: left;
    padding-right: 15px;
}
.sa-filter-wrapper .sa-filter-action-wrapper button{
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}
.sa-filter-wrapper .sa-filter-field .select2-container {
    width: auto;
    min-width: 170px;
}
@media only screen and (max-width: 639px) {
    .sa-filter-wrapper .sa-filter-field {
        width: 100%;
        margin-bottom: 20px;
    }
    .sa-filter-wrapper .sa-filter-field .sa-filter-field-content{
        width: 100%;
    }
}
#my-invoices-table thead a:visited, #my-invoices-table thead .alink:visited {color:#fff}
.sw-megamenu.navigation li.level0.fullwidth { display:none !important}
.content-search-wrapper {margin-bottom: 25px;}
.content-search-wrapper .block-search {padding-left:0 !important;     z-index: 1 !important;}
.content-search-wrapper .block-search .action.search {right: 25px;}
.content-search-wrapper .block-search .block-content {border: solid 1px;}
table.table-checkout-shipping-method .col-price, table.table-checkout-shipping-method .col-price {display:none}
table.table-checkout-shipping-method .col-price, table.table-checkout-shipping-method .col-carrier {display:none}
.payment-method-billing-address {display:none}


.chosen-container {
    width: 100% !important;
}
.box-tocart .action.amquote-addto-button {
    height: 3rem;
    padding: 0 2em;
    margin-bottom: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -.015em;
    font-weight: 700;
    line-height: 3rem;
    border: none;
    background: #222529;
    min-width: 180px;
    color: #fff;
}
.box-tocart .action.tocart {
    min-width: 180px;
}
.box-tocart .action.amquote-addto-button:hover{
    background-color: #313e48;
    border-color: #313e48;
}
.product-addto-links .action {
    margin-left: 0px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    margin: 5px 0 0 5px;
}
.whole-good-wrapper .image-container {
    text-align: center
}

.prev-next-products {display:none}
.whole-good-wrapper .image-container > a {float: left; width: 100%;}


/*Invoice Page*/
.toolbar-invoice {
    width: 100%;
    display: inline-block;
}
.toolbar-invoice .order-date {
    float: left;
}
.toolbar-invoice .actions {
    float: right;
}
@media all{
    .printed-div{
        display:none;
    }
}

@media print{
    .printed-div{
        display:block;
    }
    .logo-print{
        max-width:200px;
        max-height:150px;
    }
}

.padding{
    padding:5rem !important;
    margin-left:300px;
}
.card {
    margin-bottom: 1.5rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.form-control:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: #c8ced3 !important;
    outline: 0;
    box-shadow: 0 0 0 #F44336;
}

.invoices-top-action {
    text-align: right;
    width: 100%;
    clear: both;
    float: left;
}

/* Quote */
.amasty_quote-account-view {
    display: inline-block;
    float: left;
    width: 100%;
}
#assign-quote-to-dealer {
    float: right;
}

/*part finder*/
.part-product {
    display: none;
    padding: 0 30px;
}

.showpart .part-product {
    display: block;
}
.showpart tr.part-product {
    display: table-row;
}

.showpart {
    width: 100% !important;
    display: inline-flex;
}

.table.showpart {
    display: table;
}

.checkout-cart-index .amquote-addto-button.amasty-quote-link {
    display: none;
}
