p.add a:hover {
        color: #ec0908 !important;
    }

p.toptext {
    text-align: center;
    background: green;
    color: gold;
    font-size: 24px;
    padding: 10px;
    font-weight: bold;
}

.innerheading {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    color: #262161;
}

.innerheading span {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 0 5px;
}

.innerheading a {
    margin: 0;
    padding: 6px 0 0;
    font-weight: 500;
    float: right;
    font-size: 16px;
    color: #1277bd;
}

.inner-body {
    padding: 20px 0;
}

.registraiton_form {
    max-width: 700px;
    margin: 0 auto 40px;
    width: 100%;
}

.regfrm-box {
    margin-bottom: 15px;
}

.regfrm-box .col-md-8 {
    border: 0 !important;
}

.inner-body .regfrm-box p {
    margin: 0;
    padding: 11px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 12px;
}


.main-menu ul li.switch_menu a {
    color: white !important;
}

.main-menu ul li.switch_menu,
.main-menu ul li.switch_menu:hover a {
    background: #262161 !important;
}

.main-menu ul li.menu-has-children {
    position: relative;
}

.main-menu ul li.menu-has-children>a {
    padding-right: 34px;
}

.main-menu ul li.menu-has-children>a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #7a7a7a;
    transition: color .2s ease, transform .2s ease;
}

.main-menu ul li.menu-has-children:hover>a {
    background: #fff7f7;
    color: #ec0908;
}

.main-menu ul li.menu-has-children:hover>a::after {
    color: #ec0908;
    transform: translateY(-50%) translateX(2px);
}

.main-menu ul li.menu-has-children>.menu-child-flyout {
    display: none;
    position: absolute;
    top: 0;
    left: 181px;
    background: #fff;

    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
    overflow: hidden;
    z-index: 20;
}

.main-menu ul li.menu-has-children:hover>.menu-child-flyout {
    display: block;
}

.main-menu ul li.menu-has-children>.menu-child-flyout:before {
    top: 22px;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 8px;
    margin-top: -8px;
}

.main-menu ul li.menu-has-children>.menu-child-flyout:after {
    top: 22px;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #ececec;
    border-width: 9px;
    margin-top: -9px;
    z-index: -1;
}

.main-menu ul li.menu-has-children>.menu-child-flyout li {
    display: block;
    padding: 0;
    background: #fff;
}

/* Subcategory items inside flyout */
.main-menu ul li.menu-subcategory > a {
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ededed;
    display: block;
}

.main-menu ul li.menu-has-children>.menu-child-flyout li a {
           font-size: 13px;
        color: #666;
        border-bottom: 1px solid #ededed;
        display: block;
            padding: 10px;
}

.main-menu ul li.menu-has-children>.menu-child-flyout li a:hover {
    background: #fff7f7;
    color: #ec0908;
    padding-left: 20px;
}

.main-menu ul li.menu-has-children>.menu-child-flyout li:last-child a {
    border-bottom: 0;
}

/* Only show subcategory toggles on mobile */
.main-menu a.submenu-toggle {
    display: none;
}

@media only screen and (max-width:991px) {
    .main-menu ul li.menu-has-children:hover>a {
        background: transparent;
    }

    .main-menu ul li.menu-has-children>a::after {
        content: "";
    }

    .main-menu ul li.menu-has-children>.menu-child-flyout {
        display: none !important;
        position: static;
        min-width: 100%;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding-left: 16px;
        left: auto;
        top: auto;
        overflow: visible;
    }

    .main-menu ul li.menu-has-children.submenu-open>.menu-child-flyout {
        display: block !important;
    }

    .main-menu ul li.menu-has-children>.menu-child-flyout:before,
    .main-menu ul li.menu-has-children>.menu-child-flyout:after {
        display: none;
    }

    .main-menu ul li.menu-has-children>.menu-child-flyout li a {
        padding: 10px 15px;
       
        font-size: 19px;
    }

    /* Mobile subcategory toggle button (arrow on the right) */
    .main-menu ul li.menu-has-children {
        position: relative;
    }

    .main-menu ul li.menu-has-children > a:first-child {
        /* padding-right: 52px !important; */
    }

    .main-menu ul li.menu-has-children > a.submenu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 52px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px !important;
        background: transparent;
        z-index: 2;
    }

    .main-menu ul li.menu-has-children > a.submenu-toggle i {
        float: none;
        margin: 0;
        transition: transform .2s ease;
    }

    .main-menu ul li.menu-has-children.submenu-open > a.submenu-toggle i {
        transform: rotate(180deg);
    }
}

.regfrm-box input[type="text"],
input[type="email"],
input[type="password"] {
    border: 0;
    /*background:#f2f2f2;*/
    height: 40px;
    width: 100%;
    padding: 0 10px;
}

.regfrm-box textarea {
    max-width: 100%;
}

.regfrm-box select {
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: url(/layout/assets/images/selecticon.jpg) no-repeat right top;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: contain;
    cursor: pointer;
    color: #262626;
}

.regfrm-box input[type="file"] {
    border: 0;
    background: #fff;
    height: 40px;
    width: 100%;
    padding: 0 0;
}

.regfrm-box textarea {
    border: 0;
    background: #f2f2f2;
    height: 140px;
    width: 100%;
    padding: 10px;
}

.regfrm-box input[type="submit"] {
    border: 0;
    background: #1277bd;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    height: 40px;
}

.regfrm-box input[type="text"],
input[type="email"],
input[type="password"],
.regfrm-box input[type="submit"] {
    max-width: 380px;
    display: block;
    margin: 0 auto;
    border: 1px solid #e1e2e6;
    margin-top: 10px;
}

#creatacc {
    border: 0;
    background: #1277bd;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    height: 40px;
    text-decoration: none;
    padding-top: 11px;
    cursor: pointer;
}

.mandetoryfld {
    text-align: right;
    float: right;
    width: 100%;
    color: #f30000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    padding-right: 15px;
}

.regman {
    color: #f30000;
    display: initial !important;
}

.passfld {
    text-align: left;
    float: left;
    width: 100%;
    color: #f30000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 10px !important;
    padding-right: 15px;
}

.inner-body ol {
    padding: 10px 0 0 15px;
    margin: 0;
}

.inner-body ol li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #646464;
    line-height: 24px;
    list-style: decimal;
    padding: 0 0 5px;
}

.blogholder ul {
    padding: 10px 0 0 15px;
    margin: 0;
}

.blogholder ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #646464;
    line-height: 24px;
    list-style: decimal;
    padding: 0 0 5px;
}

.inner-body address {
    margin: 0;
    padding: 10px 0 0px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #646464;
    line-height: 24px;
}

.typebox {
    position: relative;
    margin-bottom: 10px;
}

.login-right ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #646464;
}

.login-right ul {
    margin-bottom: 18px;
}

.typebox img {
    display: block;
    max-width: 100%;
    max-height: 120px;
}

.typebox a {
    display: block;
}

.typetext {
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.type-area {
    padding: 15px 0 30px;
}

.type-area .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.login-area {
    max-width: 870px;
    margin: 0 auto;
}

.login-area h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.inner-body .login-left p {
    line-height: 21px;
    font-size: 14px;
}

.forgotpass {
    color: #2c2c2c;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.login-area .col-md-6 {
    border-right: 1px solid #e7e7e7;
}

.login-area .col-md-6:last-child {
    border: 0;
}

.login-left {
    padding-right: 30px;
    padding-bottom: 10px;
}

.login-right {
    padding-left: 30px;
}

.login-section {
    margin: 50px 0 70px;
}

.loffbg .login-section {
    margin: 10px 0 0;
}

.checkoutshipping-box input[type="text"],
[type="email"],
[type="phone"],
input[type="password"] {
    border: 1px solid #e1e2e6;
    background: #fff;
    max-width: 100% !important;
    width: 100% !important;
    height: 40px;
    padding: 0 10px;
    margin: 0 0 0 0;
}

.fbgglog,
.regorp {
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 900;
    color: #262160;
    padding: 0 15px;
}

.loffbg .loginbox {
    padding: 0;
}

.loginbox {
    float: left;
    width: 48%;
    min-height: 150px;
    margin-bottom: 20px;
    padding: 15px 15px 0;
    position: relative;
}

.loginbox a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.regfrm-box select {
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: url(/layout/assets/images/selecticon.jpg) no-repeat right top;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: contain;
    cursor: pointer;
    color: #262626;
}
@media only screen and (max-width:1050px) {
    .search_area p a {
        font-size: 12px !important;
    }
      .search_area p {
        white-space: normal !important;
    }
}
@media only screen and (max-width: 991px) {
    .cart_area {
        align-items: center;
    }

    .loginbox img {
        max-width: 100%;
    }

    .login-area {
        max-width: 100%;
    }

    .login-area .col-md-6 {
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
        padding: 0;
    }

    .login-left {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .login-right {
        padding-left: 0;
        padding-top: 30px;
    }
    #fadeandscale1{
    width: 100%;
    }
    #fadeandscale2{
        width: 100%; 
    }
    #fadeandscale3{
        width: 100%; 
    }
    #fadeandscale4{
        width: 100%; 
    }
    #fadeandscale5{
        width: 100%;
    }
}

.signbtn {
    background: #ec0908;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 5px;
}

@media (max-width: 479px) {

    .fbgglog,
    .regorp {
        font-size: 16px;
        padding: 0;
    }

}

.new-sales {
    background-color: yellow;
    text-align: center;
    padding: 9px;
}

p.new-sales2 {
    font-weight: 600;
    font-size: 18px;
}

a.cmn-toggle-switch.cmn-toggle-switch__htx.open_close.active {
        background-color: aliceblue;
    }

    .image-container {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .image-container .image {
        margin: 16px !important;
        width: 85px;
    }

    .image-container .arrow {
        font-size: 24px;
        color: #262161;
    }

    #chat-button i {
        font-size: 30px !important;
        padding-right: 5px !important;
    }

    .chat-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #ec0908;
        color: white;
        border-radius: 30px;
        width: 115px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 1000;
    }

    .chat-window {
        position: fixed;
        bottom: 80px;
        right: 20px;
        width: 300px;
        height: 372px;
        background-color: white;
        border: 1px solid #ddd;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        display: none;
        flex-direction: column;
        z-index: 1000;
    }

    .chat-header {
        background-color: #ec0908;
        color: white;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .close-chat {
        background: none;
        border: none;
        color: white;
        font-size: 25px;
        cursor: pointer;
    }

    .chat-body {
        flex: 1;
        padding: 10px;
        overflow-y: auto;
        max-height: 250px !important;
    }

    .chat-message {
        display: flex;
        flex-direction: column;
    }

    .message-content {
        max-width: 100%;
    }

    .message-text {
        background-color: #f1f0f0;
        padding: 8px;
        border-radius: 5px;
        margin: 0;
    }

    .chat-footer {
        padding: 10px;
        display: flex;
        align-items: center;
    }

    .chat-footer .chat_button {
        text-align: center;
        background-color: #ec0908;
        color: white;
        border: none;
        padding: 10px;
        border-radius: 4px;
        cursor: pointer;
        width: 100%;
    }

    .chat-footer .chat_button button {
        background-color: transparent;
        border: #261261;
        font-size: 18px;
        text-transform: uppercase;
    }

    .chat-button.open {
        width: 50px;
        border-radius: 50%;
    }

    .chat-button.open {
        width: 51px;
        border-radius: 50%;
        font-size: 42px;
        text-align: center;
        height: 51px;
    }

    /*
        #popup-form {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            border: 2px solid #ccc;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            z-index: 1000;
            width: 35%;
        }*/
    #popup-form {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 20px;
        border: 2px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        z-index: 1000;
        width: 35%;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #popup-form input {
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #popup-form input[type="submit"] {
        background-color: #2b2764;
        color: white;
        cursor: pointer;
    }

    .quote-ship {
        font-size: 20px;
    }

    .quote-ship {
        margin: 0 auto !important;
        font-size: 27px !important;
        color: #ea0807;
        text-align: center;
        padding: 0px !important;
    }

    #quoteForm {
        margin-top: 27px;
    }

    .cart_area {
        display: flex;
        gap: 18px;
    }

    /* a#york_quote {
            color: #ec0908 !important;
            border: 3px solid;
            padding: 6px;
        } */

    .megamenus-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1000;
        padding: 0;
        box-sizing: border-box;
        overflow: auto;
    }

    .megamenus {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        background-color: white;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    .megamenus div {
        flex: 1 1 calc(20% - 10px);
        background-color: #f9f9f9;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        text-align: center;
        box-sizing: border-box;
    }

    .cut {
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: #dc3545;
        color: white;
        padding: 5px 10px;
        border-radius: 50%;
        text-decoration: none;
        transition: background-color 0.3s;
        z-index: 1001;
    }

    .cut:hover {
        background-color: #c82333;
    }

    .menu-wrapper {
        background: #fff;
    }

    .menu-row {
        max-width: 1460px;
        margin: 0 auto;
        padding: 50px 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 80px 50px;
    }

    .menu-row .menu-collunm {
        width: calc(20% - 50px);
    }

    .menu-row .menu-collunm label {
        display: block;
    }

    .menu-row .menu-collunm label a {
        display: inline-block;
        width: 100%;
        border-bottom: 2px solid #2b2764;
        color: #2b2764;
        text-transform: uppercase;
        font-size: 16px;
        padding: 0px 18px 5px 0;
        position: relative;
    }

    .menu-row .menu-collunm label a i {
        position: absolute;
        right: 0;
        top: 3px;
        transform: rotate(45deg);
    }

    .menu-collunm ul li a i {
        color: #ec0908;
        font-weight: 600;
        font-size: 13px;
    }

    .menu-collunm ul li a i:hover {
        color: #2b2764;
    }

    .menu-row .menu-collunm label a:hover {
        color: #ec0908;
        border-color: #ec0908;
    }

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

    .menu-row .menu-collunm label {
        display: block;
        margin: 0 0 8px;
    }

    .menu-collunm ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .menu-collunm ul li {
        width: 100%;
    }

    .menu-collunm ul li a {

        font-size: 14px;
        font-weight: 500;
        color: #000 !important;
        letter-spacing: 0.2px;
    }

    .megamenus-container .close {
        opacity: 1;
    }

    .close a.cut {
        height: 30px;
        width: 30px;
        font-size: 23px;
        opacity: 1;
        font-weight: 100;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-text-stroke: 2px #dc3545;
    }

    .close a.cut:hover {
        color: #fff;
    }


    @media (max-width:1100px) {
        .menu-row {
            gap: 60px 30px;
        }

        .menu-row .menu-collunm {
            width: calc(20% - 30px);
        }
    }

    @media (max-width:991px) {
        .menu-row .menu-collunm {
            width: calc(25% - 23px);
        }

        .close a.cut {
            top: 10px;
            right: 10px;
        }
    }

    @media (max-width:768px) {
        .menu-row .menu-collunm {
            width: calc(33% - 23px);
        }
    }

    @media (max-width:575px) {
        .menu-row .menu-collunm {
            width: calc(50% - 15px);
        }

        .menu-row {
            gap: 40px 24px;
        }
    }

    @media (max-width:480px) {
        .menu-row .menu-collunm {
            width: 100%;
        }

        .menu-row .menu-collunm ul li a {
            font-size: 13px;
        }

        .menu-collunm ul li a i {
            font-size: 12px;
        }
    }

    @media only screen and (min-width: 768px) {
        .main-menu .submenu>a.brand-submenu.show-submenu {
            display: none !important;
        }

        .main-menu .submenu>a.brand-submenu.show-submenu+ul {
            display: none !important;
            visibility: hidden !important;
        }
    }

    @media only screen and (max-width: 767px) {
        .main-menu .submenu>a.brand-submenu.show-submenu {
            display: block !important;
        }

        .main-menu .submenu>a.brand-submenu.show-submenu+ul {
            visibility: visible !important;
        }
    }

    /* Mini thumbnail styles for autocomplete */
    #suggesstion-box {
        max-height: 420px;
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
    }

    #suggesstion-box::-webkit-scrollbar {
        width: 8px;
    }

    #suggesstion-box::-webkit-scrollbar-thumb {
        background: #c2c2c2;
        border-radius: 6px;
    }

    #suggesstion-box::-webkit-scrollbar-track {
        background: #f5f5f5;
    }

    #equipment-list {
        margin: 0;
        padding: 0;
    }

    #equipment-list li {
        display: flex;
        align-items: center;
    }

    .autocomplete-thumb {
        width: 20px;
        height: 20px;
        object-fit: cover;
        margin-right: 10px;
        flex-shrink: 0;
    }

    @media only screen and (max-width: 767px) {
        #suggesstion-box {
            max-height: 60vh;
        }
    }
