@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


.view-cart-btn {
    border: 2px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
}

.view-cart-btn:hover {
    border: 2px solid #000 !important;
    background: #fff !important;
    color: #000000 !important;
}

.checkout-btn {
    border: 2px solid #E30614;
    background: #E30614;
    color: #fff !important;
}

.checkout-btn:hover {
    border: 2px solid #E30614;
    color: #000000 !important;
    transform: none !important;
}

.container-1280 {
    max-width: 1280px;
    margin: 0 auto;
}

li.cartHover {
    padding-bottom: 0px;
}

span.totalItem {
    top: 1px;
}

.mobileSearch_bar {
    top: 42px !important;
}

.apc-header-redesign .apc-cart-item {
    position: relative;
}

.apc-header-redesign .apc-cart-item .shopping-box {
    position: absolute !important;
    top: 0 !important;
    right: -100px !important;
    margin-top: 8px;
    z-index: 1000;
}



.header-new {
    border-bottom: 1px solid #F3F4F6;
}

.apc-header-redesign .clocktopheader {
    width: 100%;
}

.apc-header-redesign .middle-new-header {
    padding-top: 6px;
    padding-bottom: 0px;
}

.apc-header-redesign .logo figure a img {
    max-height: 58px;
}

.apc-header-redesign .global_box {
    max-width: 770px;
    margin-right: 0px;
    width: 100%;
    /* margin:0 auto; */
}

.apc-header-redesign .GsearchBox {
    position: relative;
}

.apc-header-redesign .GsearchBox input.form-control {
    width: 100%;
    padding-left: 1rem;
    padding-right: 3rem;
    padding-top: 0.625rem;
    background: #fff !important;
    padding-bottom: 0.625rem;
    border: 1px solid #d1d5db;
    border-radius: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 45px;
}

.apc-header-redesign .GsearchBox .searchicon {
    position: absolute;
    right: 0px;
    top: 60%;
    transform: translateY(-50%);
    color: #8a8a8a;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background: none;
}

.apc-header-redesign .newRight_Header {
    display: none;
}

.apc-header-redesign .navbar {
    border: none;
    box-shadow: none;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.apc-header-redesign .apc-main-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.apc-header-redesign .apc-main-nav>li {
    float: none;
    /* margin-right: 15px !important; */
}

.navbar.navbar-inverse.shadow {
    background-color: #fff;
    border-bottom: 0px;
    border-color: #F3F4F6;
}

.apc-nav-item {
    background: #fff !important;
}

.apc-nav-item:hover {
    background: #fff !important;
}


.apc-header-redesign .apc-main-nav>li>a {
    display: flex;
    align-items: center;
    font-family: "Outfit", sans-serif;
    gap: 6px;
    color: #0f1729;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 14px;
}

.apc-header-redesign .apc-main-nav>li>a:hover {
    color: #DC2626 !important;
    background: white !important;
}

.apc-header-redesign .apc-chevron {
    font-size: 11px;
    margin-left: 2px;
}

.apc-header-redesign .apc-nav-spacer {
    flex: 1 1 auto;
}

.apc-header-redesign .apc-alli-btn {
    background: #E30614;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 20px !important;
    font-weight: 700;
}

.apc-header-redesign .apc-alli-btn:hover {
    background: #c40510 !important;
    border-radius: 8px !important;
}

.apc-header-redesign .apc-alli-icon {
    font-size: 13px;
}

.apc-header-redesign .apc-track-icon,
.apc-header-redesign .apc-account-icon,
.apc-header-redesign .apc-cart-icon {
    color: #555;
    font-size: 15px;
}

.nav>li:hover {
    background-color: #fff !important;
}

.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    background-color: #fff !important;
    color: #0f1729 !important;
}

.apc-header-redesign .apc-cart-item a,
.apc-header-redesign .apc-track-order a,
.apc-header-redesign .apc-my-account>a {
    display: flex;
    align-items: center;
    justify-content: center !important;
    gap: 6px;
}

.apc-header-redesign .apc-my-account>a:hover {
    background: #fff !important;
}

.apc-header-redesign .apc-cart-item .count {
    background: #E30614;
    color: #fff;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 0 4px;
}

/* ==========================
   Header Cart Dropdown
========================== */

.apc-header-redesign .shopping-box .shopping-cart {
    width: 320px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    padding: 16px;
    right: 0;
    left: auto;
}

.apc-header-redesign .shopping-cart-items {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0 0 12px 0;
    list-style: none;
}

.apc-header-redesign .shopping-cart-items li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
}

.apc-header-redesign .shopping-cart-items .cart-item-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.apc-header-redesign .shopping-cart-items .cart-item-body {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.apc-header-redesign .shopping-cart-items li .description_inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.apc-header-redesign .shopping-cart-items li .description_inner .mySlidesshowHeader {
    width: 50% !important;
    flex: 0 0 50%;
}

.apc-header-redesign .shopping-cart-items li .description_inner .mySlidesshowHeader img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    display: block;
    margin: 0;
}

.apc-header-redesign .shopping-cart-items li .description_inner .cartDespBlock {
    flex: 0 0 50%;
    width: 50%;
    min-width: 0;
}

.apc-header-redesign .shopping-cart-items li:last-child {
    border-bottom: none;
}

.apc-header-redesign .shopping-cart-items .cart-item-thumb .mySlidesshowHeader {
    width: 64px !important;
    height: 64px !important;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
}

.apc-header-redesign .shopping-cart-items .cart-item-thumb .mySlidesshowHeader img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover;
    margin: 0;
    display: block;
}

.apc-header-redesign .shopping-cart-items .item-price,
.apc-header-redesign .shopping-cart-items .item-quantity {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
    display: block;
    margin: 0;
}

.apc-header-redesign .shopping-cart-header {
    border-top: 1px solid #eee;
    border-bottom: none;
    padding: 10px 0;
    text-align: right;
}

.apc-header-redesign .shopping-cart-total {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.apc-header-redesign .view-cart-btn,
.apc-header-redesign .checkout-btn {
    display: block;
    text-align: center !important;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin: 6px 0 0;
}



.apc-header-redesign .checkout-btn {
    background: #E30614;
    color: #fff !important;
    margin-bottom: 0;
}

.apc-header-redesign .checkout-btn:hover {
    background: #c40510;
    color: #fff !important;
}

/* ==========================
   Account Dropdown
========================== */

.apc-account-panel {
    width: 440px;
    background: #fff;
    padding: 16px !important;
    right: 0 !important;
    left: auto !important;
    max-width: 450px !important;
    border: 1px solid #ececec;
    border-radius: 16px;
    height: auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
}

.apc-account-panel:hover {
    background: #fff !important;

}

/* ---------- Top Section ---------- */

.apc-account-signin {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ececec;
}

.apc-signin-btn {
    display: block !important;
    width: 100%;
    background: #ef0000;
    color: #fff !important;
    border-radius: 8px;
    padding: 13px 20px !important;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-bottom: 12px;
}

.apc-signin-btn:hover {
    background: #d80000 !important;
    color: #fff !important;
    font-family: "Outfit", sans-serif;
    font-weight: 600 !important;
}

.apc-new-customer {
    margin: 0;
    color: #6d7485;
    font-size: 14px;
    font-weight: 500;
}

.apc-new-customer .signup {
    color: #ef0000;
    font-weight: 700;
    text-decoration: none;
}

.apc-new-customer .signup:hover {
    color: #2d3448;
    font-weight: 700;
    text-decoration: none;
}

/* ---------- Links ---------- */

.apc-account-links {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 36px;
    row-gap: 10px;
}

.apc-account-links li {
    margin: 0;
}

.apc-account-links li:hover {
    background: #fff !important;
}

.apc-account-links li a {
    display: block;
    padding: 0 !important;
    font-family: "Outfit", sans-serif;
    color: #2d3448 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35;
    text-decoration: none;
    background: transparent !important;
    transition: .2s;
}

.apc-account-links li a:hover {
    color: #ef0000 !important;
    background: #fff !important;
}

@media (max-width: 767px) {
    .desktop-view {
        display: block;
    }

    .middle-new-header {
        display: none;
    }

}

@media (max-width: 989px) {
    .apc-header-redesign .apc-main-nav {
        display: none;
    }
}

@media (max-width: 1024px) {

    /* .apc-account-panel {
    right: right !important;
    left: 0 !important;
} */
}

@media (max-width: 1280px) {

    .apc-header-redesign .apc-main-nav>li {
        margin-right: 1px !important;
    }
}

/* Fixed side contact / chat buttons */
.contact-button,
.chatopen-button {
    position: fixed;
    right: -1px;
    z-index: 9999;
    top: 50%;
}

/* .dropdown-menu ul li a:hover {
    color: #575757 !important;
} */

@media (max-width: 767px) {

    .contact-button,
    .chatopen-button {
        display: none;
    }

    .apc-widget-scope .descsize {
        font-size: 8px !important;
    }

}

/* FOOTER CSS STARTS HERE  */

.container-1280 {
    max-width: 1280px;
    margin: 0 auto;
    padding-inline-start: 15px;
}

.footerMenu {
    border-bottom: none !important;
}

#sucuri-badge.sucuri-relative {
    top: 0px;
}

.apc-copywrite-redesign {
    background: #111827;
    padding: 18px 0;
}

.apc-copywrite-inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between !important;
    flex-wrap: wrap;
    gap: 12px;
}

.apc-copywrite-redesign p {
    margin: 0;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    color: #aab0bd;
}

.apc-copywrite-links {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.apc-copywrite-links a {
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    color: #c7cbd4;
    text-decoration: none;
}

.footer-image1 {
    background-image: url("../../images/temp12/trades-new-logo-2.png");
}

.footer-image2 {
    background-image: url("../../images/temp12/canon-new.png") !important;
}

.footer-image3 {
    background-image: url("../../images/temp12/michigan-new-logo-2.png");
}

.footer-image5 {
    background-image: url("../../images/temp12/sucuti-logo.png") !important;
}

.apc-copywrite-links a:hover {
    color: #ffffff;
}

.apc-copywrite-links .apc-copywrite-underline {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .apc-copywrite-redesign {
        padding: 24px 0;
    }

    .apc-copywrite-inner {
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .child1,
    .child2 {
        width: 100%;
    }

    .child1 p {
        margin: auto !important;
        text-align: center !important;
    }

    .apc-copywrite-links {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .apc-copywrite-links li {
        width: 100%;
    }

    .apc-copywrite-links a {
        display: inline-block;
        line-height: 1.5;
    }

    .apc-copywrite-redesign p {
        font-size: 12px;
        line-height: 1.6;
    }



}

@media (max-width: 1040px) {

    #pageFooter .socialLinks {
        display: flex;
        align-items: center;
        justify-content: center;
    }



}

@media (max-width: 522px) {

    #sucuri-badge.sucuri-relative {
        top: unset !important;
    }


}

.apc-footer-columns {
    display: flex;
    flex-wrap: wrap;
}

.apc-footer-columns .apc-footer-col,
.apc-footer-columns .apc-footer-brand-col {
    float: none;
}

.nav>li a {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}


.apc-footer-redesign {
    background: #ffffff;
    border-top: 1px solid #eee;
}

#pageFooter .footerTop {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 30px !important;
}

.apc-footer-redesign .apc-footer-columns {
    padding-top: 0px;
    padding-bottom: 0px;
}

#pageFooter .socialLinks {
    margin-top: 20px !important;
}

#pageFooter .socialLinks ul li {
    margin-right: 8px;
}

.apc-footer-redesign .apc-footer-brand-col {
    margin-bottom: 30px;
}

.apc-footer-redesign .apc-footer-logo img {
    max-width: 180px;
}

.apc-footer-redesign .apc-footer-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.apc-footer-redesign .apc-footer-badges figure {
    margin: 0;
}

.apc-footer-redesign .apc-footer-social {
    margin-top: 18px;
}

.apc-footer-redesign .apc-footer-social ul {
    display: flex;
    align-items: center;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.apc-footer-redesign .apc-footer-social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
}

.apc-footer-redesign .apc-footer-social ul li a:hover {
    opacity: 1;
}

.apc-footer-redesign .apc-footer-col {
    margin-bottom: 5px;
}

.apc-footer-redesign .apc-footer-menu h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 18px;
}

.apc-footer-redesign .apc-footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.apc-footer-redesign .apc-footer-menu ul li {
    margin-bottom: 0px;
}

.apc-footer-redesign .apc-footer-menu ul li a {
    color: #4b5563;
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
}

.apc-footer-redesign .apc-footer-menu ul li a:hover {
    color: #E30614;
}

/* Legacy content (newsletter, phone/address, social, old menu columns)
   kept in the DOM for functionality but hidden visually since the
   new column layout above replaces it. */
.apc-footer-redesign .apc-footer-legacy {
    display: none;
}

.apc-footer-redesign .footerCopywrite {
    border-top: 1px solid #eee;
    padding: 18px 0;
}

.apc-footer-redesign .footerCopywrite p {
    margin: 0;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    color: #99a1af;
}