.amstockstatus-cart .amstockstatus {
    color: #f00;
    font-weight: bold;
}
#return-policy-msg {
    background-position: 25px 25px !important;
    background-repeat: no-repeat !important;
    padding: 0 0 0 60px !important;
    font-size: 12px !important;
    background-image: url(../images/i_msg-note.png);
}

.cms-contact-for-a-model .home-hero {
    display: none !important;
}

/* all page */
input.mage-error, select.mage-error, textarea.mage-error {
    border-color: #ddd;
}

.pager .pages {
    clear: both;
    float: left;
}

ul.header.links li:last-child {
    display: block !important;
}

.searchsuite-autocomplete {
    left: unset !important;
}

.sticky-header .navi-wrapper nav#mainmenu li.nav-item a:hover {
    color: #3ec2df;
}
/* end all page */

/* recaptcha fix */
.customer-account-create .field-recaptcha,
.contact-index-index .field-recaptcha
{
    padding-top: 10px;
    clear: both;
}
/* end recaptcha fix */

/* Wish list page */
@media only screen and (max-width: 501px) {
    .wishlist-index-index .column.main ol.product-items li {
        width: 100%;
    }
    .wishlist-index-index #maincontent .actions-toolbar .primary {
        float: none;
    }
    .wishlist-index-index #maincontent .actions-toolbar .secondary {
        float: none;
    }
}
@media (min-width: 502px) {
    .wishlist-index-index .column.main ol.product-items li {
        width: 49%;
    }
    .wishlist-index-index #maincontent .actions-toolbar .primary {
        float: none;
    }
    .wishlist-index-index #maincontent .actions-toolbar .secondary {
        float: none;
    }
}
@media (min-width: 767px) {
    .wishlist-index-index .column.main ol.product-items li {
        width: 33%;
    }
    .wishlist-index-index #maincontent .actions-toolbar .primary {
        float: right;
    }
    .wishlist-index-index #maincontent .actions-toolbar .secondary {
        float: left;
    }
}
/* End wish list page */

/* My account pages */
.account .message.info {
    clear: both;
}

body.account .page-main a {
    color: #3ec2df;
}

body.account .sidebar a,
body.account .order-links a,
body.account .box-content a
{
    color: #333333;
}

.return-status, .order-status {
    border: 2px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    padding: 0 9px;
    text-transform: uppercase;
}

.sales-order-view .sidebar-main ul.nav li.item strong::before,
.sales-order-invoice .sidebar-main ul.nav li.item strong::before,
.sales-order-shipment .sidebar-main ul.nav li.item strong::before
{
    content: none;
}

.sales-order-view .account-nav .item.current strong,
.sales-order-invoice .account-nav .item.current strong,
.sales-order-shipment .account-nav .item.current strong
{
    padding : 0 0 0 0 !important;
}

.sales-order-view .column.main,
.sales-order-invoice .column.main,
.sales-order-shipment .column.main,
.page-print.account .column.main
{
    margin: 0 0 0 0 !important;
}

.sales-order-view .page-title-wrapper .page-title,
.sales-order-invoice .page-title-wrapper .page-title,
.sales-order-shipment .page-title-wrapper .page-title,
.page-print.account .page-title
{
    width: 22.5% !important;
}

.customer-account-create .fieldset.create.account {
    margin-bottom: 25px;
}

.customer-account-edit .field.password .control {
    width: 95.3% !important;
}

.customer-address-form .fieldset .zip, .customer-account-edit .fieldset .zip {
    clear: both;
    margin-bottom: 15px;
}

.customer-address-form .field select, .customer-account-edit .field select {
    background: #fff;
    border: 1px solid #ddd;
    height: 36px;
    width: 262px;
}

.customer-address-form .field input[type="checkbox"], .customer-account-edit .field input[type="checkbox"] {
    height: 13px;
    width: 13px;
}

.customer-address-form .field.choice, .customer-account-edit .field.choice {
    clear: both;
}

.customer-address-form .field.choice:before, .customer-account-edit .field.choice:before {
    content: none !important;
}
/* End my account pages */

/* Block Recently Ordered on sidebar */
.account .sidebar .actions-toolbar {
    border-top : none !important;
    padding: 0 !important;
}
.account .sidebar .actions-toolbar .primary {
    float: none !important;
}
@media all and (max-width: 880px), print {
    .account .sidebar .actions-toolbar .secondary {
        float: none !important;
    }
}
@media all and (min-width: 881px), print {
    .account .sidebar .actions-toolbar .secondary {
        float: right !important;
    }
}
.account .sidebar .actions-toolbar button.action {
    background-color: #2b73ba !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 8px 15px !important;
    font-size: 1.4rem !important;
    line-height: 1.6rem !important;
    min-width: 100px !important;
}
.block-reorder .product-item .field.item {
    vertical-align: top;
}
.block-reorder .product-items-names .product-item-name {
    width: 85%;
}
/* Block Recently Ordered on sidebar */

/* Cms page */
.cms-quote-request .feature {
    padding-left: 0;
}

.cms-quote-request .feature .ib {
    position: relative;
}

.cms-quote-request .column.main .feature {
    padding-left: 50px;
}

.cms-quote-request .column.main .feature .ib {
    position: absolute;
}
/* End Cms page */

/* Category, search page */
.page-products .category-products-grid ol.products li.item .product-item-inner {
    width: 75%;
}
.page-products ol.products li.item .product-item-inner .actions .btn {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .catalogsearch-result-index #maincontent .columns .search.results {
        width: 100%;
    }
    .page-products .columns {
        width: 100%;
    }
    .page-products .page-title-wrapper, .page-products .category-view {
        width: 100%;
    }
}
/* End Category, search page */

/* Blog */
.post-list-content .post-item-wraper {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/* End blog */

/* Checkout page */
.checkout-billing-address .primary .action-update {
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
}
.checkout-billing-address .primary .action-update:hover {
    background-color: #3ec2df;
}
.checkout-billing-address .primary .action-cancel {
    font-size: 16px;
}
/* End checkout page */

