.error {
    color: red;
}

.mrl-15 {
    margin-left: 15px;
}

.validation-summary-errors {
    padding: 19px 19px 29px;
}

.ok {
    color: green;
}

.contact-form {
    padding: 1px 0 0 0;
    position: relative;
}

    /*.contact-form .success {
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fff;
        border: 1px solid #000;
        text-align: center;
        padding: 20px 0;
    }*/

    .contact-form textarea,
    .contact-form input {
        margin: 4px 0 0;
        font-size: 12px;
        border: 1px solid #e2e2e2;
        color: #1b1b1b;
        border-radius: 10px;
        padding: 8px 10px 9px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        position: relative;
        font-family: 'Montserrat', Helvetica, sans-serif;
        background: #fff;
    }

    .contact-form textarea {
        overflow: auto;
        height: 224px;
        resize: none;
        float: left;
    }

    /*.contact-form label {
        display: block;
        position: relative;
        min-height: 74px;
        overflow: hidden;
    }*/

    /*.contact-form label.message {
            display: block;
            padding-bottom: 0;
        }*/

    .contact-form .button {
        margin-left: 8px;
    }

/*.contact-form .error, .contact-form .empty, .contact-form .success {
        display: none;
    }*/

/*.contact-form .error, .contact-form .empty {
        text-align: left;
        color: red;
        font-size: 11px;
        position: absolute;
        right: 10px;
        top: 31px;
    }*/

/*.contact-form .buttons2 {
        overflow: hidden;
        position: relative;
        clear: both;
        padding-top: 20px;
    }

        .contact-form .buttons2 a {
            cursor: pointer;
            margin-top: 0;
        }*/

/*.contact-form span {
        display: block;
        margin: 0px 0 0 5px;
    }*/

.isa_info,
.isa_success,
.isa_warning,
.isa_error {
    margin: 10px 0px;
    padding: 12px;
}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}

.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}

.photo_modal {
    display: inline-block;
    margin: 0 40px 0 0;
}


.textresponsive {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .textresponsive a {
        font-size: 12px !important
    }


.leftCustomColumn {
    float: left;
    width: 64%;
}

.rigthCustomColumn {
    float: right;
    width: 24%;
    text-align: right;
}

@media all and (max-width : 768px) {

    .leftCustomColumn {
        width: 94%;
    }

    .rigthCustomColumn {
        width: 100%;
        text-align: left;
    }
}

.marquee-bg {
    background: #f5f7fa;
}

/* MARQUEE BENEFITS BAR */
.marquee-wrapper {
    background-color: #facf09;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
}

.marquee-item {
    display: inline-block;
    padding: 0 50px;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

/* HEADER REORG */
.header_v3 {
    background-color: #fff;
}

.header-top-links {
    text-align: right;
    padding: 5px 15px;
}

    .header-top-links a {
        font-family: 'MouseMemoirsRegular';
        font-size: 20px;
        color: #384551;
        margin-left: 15px;
        text-decoration: none;
    }

.header-row-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.header-logo {
    margin-bottom: 20px;
}

.header-search-container {
    width: 100%;
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search {
    flex: 1;
    max-width: 600px;
}

.header-cart-v3 {
    margin-left: 20px;
    position: relative;
    padding-bottom: 5px;
}


/* Restore Search Style */
.input_v3 {
    border: 2px solid #209df1;
    border-radius: 25px 0 0 25px !important;
    height: 45px;
    font-family: 'Roboto', sans-serif;
}

.btn_v3 {
    background-color: #209df1;
    border: 2px solid #209df1;
    color: #000;
    border-radius: 0 25px 25px 0 !important;
    height: 45px;
    font-family: 'MouseMemoirsRegular';
    font-size: 20px;
    padding: 0 25px;
}

    .btn_v3:hover {
        background-color: #209df2;
        border-color: #209df2;
    }

/* Navigation Container */
.menu-container {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.navigation_v3 {
    width: 100%;
    position: relative;
    background-color: #384551;
    /* Brand Red */
    border-bottom: 2px solid #384551;
}

#collapsable_menu {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    #collapsable_menu > li > a {
        color: #fff !important;
        text-transform: uppercase;
        font-weight: bold;
        padding: 15px 25px;
        display: block;
        font-family: MouseMemoirsRegular;
        transition: background-color 0.2s ease;
        font-size: 20px;
    }


        #collapsable_menu > li > a:hover {
            background-color: #4e6172;
            text-decoration: none;
        }


    #collapsable_menu > li {
        float: none !important;
        display: inline-block;
    }

/* Category Dropdown Styles */
.cat-dropdown-trigger {
    position: relative;
}

    .cat-dropdown-trigger > a {
        cursor: pointer;
    }

    .cat-dropdown-trigger.drop-open > a,
    .cat-dropdown-trigger:hover > a {
        background-color: #4e6172;
    }

.cat-dropdown-menu {
    position: fixed;
    background: #fff;
    min-width: 220px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 6px 0;
    z-index: 9999;
    list-style: none;
    margin: 0;
    white-space: normal;
}


.subcategory-item {
    float: none !important;
    padding: 0 !important;
    display: block;
}

    .subcategory-item:not(:last-child) {
        border-bottom: 1px solid #f9f9f9;
    }

.texthover {
    color: #384551 !important;
    display: block !important;
    padding: 12px 20px !important;
    line-height: 1.2 !important;
    font-family: MouseMemoirsRegular !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

.subcategory-item:hover .texthover,
.subcategoria:hover .texthover {
    background-color: #f8f9fa;
    color: #e4022d !important;
    font-weight: 500;
}

.subcategory-item.view-all .texthover,
.subcategoria .view-all-link {
    color: #0f93d3 !important;
    font-weight: bold;
    border-top: 1px solid #eee;
    margin-top: 5px;
}

.subcategory-item.view-all:hover .texthover,
.subcategoria:hover .view-all-link {
    background-color: #eef9ff;
}


.cart-in-menu {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

    .cart-in-menu img {
        width: 35px;
    }

.cart-count {
    background: #209df1;
    color: #000;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -10px;
    font-weight: bold;
}


/* BANNER CTA */
.cta-button {
    background-color: #e4022d;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

    .cta-button:hover {
        background-color: #c40228;
    }

/* Mobile Menu Adjustments */
@media screen and (max-width: 1100px) {
    #wrapper_sld {
        background-color: #384551 !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 8px 10px !important;
    }

    #content_sld {
        grid-gap: 8px !important;
    }

    .item_sld {
        font-family: 'MouseMemoirsRegular' !important;
        font-size: 20px !important;
        text-transform: uppercase !important;
        color: #fff !important;
    }

        .item_sld a, .item_marcas {
            color: #fff !important;
            text-decoration: none !important;
            display: flex !important;
            align-items: center !important;
            gap: 5px !important;
            white-space: nowrap !important;
        }

    .cat-icon {
        display: inline-block !important;
        margin-right: 2px !important;
    }

    .item_sld a.catactiva {
        color: #209df1 !important;
    }

    #wrapper_sldd {
        background-color: #f8f9fa !important;
    }

    .texthover {
        font-size: 18px !important;
        padding: 8px 12px !important;
        font-family: 'MouseMemoirsRegular' !important;
    }

    .item_sldd {
        font-size: 18px !important;
        font-family: 'MouseMemoirsRegular' !important;
    }

    /* Small adjustment to the horizontal scroll container */
    #carousel_sld {
        padding: 5px 0;
    }

    .interl_sld {
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
}

/* Mobile Side Menu Styles */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #384551;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    vertical-align: middle;
}

@media screen and (max-width: 1100px) {
    .mobile-menu-toggle {
        display: inline-block;
    }

    .header-logo {
        display: flex;
        align-items: center;
    }
}

.mobile-side-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 10000;
    transition: all 0.3s ease;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

    .mobile-side-menu.active {
        left: 0;
    }

.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .side-menu-overlay.active {
        display: block;
        opacity: 1;
    }

.side-menu-header {
    background: #384551;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-menu-title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

.close-side-menu {
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.side-menu-content {
    overflow: hidden;
    position: relative;
    flex-grow: 1;
}

.side-menu-wrapper {
    display: flex;
    width: 200%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.side-menu-panel {
    width: 50%;
    height: 100%;
    overflow-y: auto;
    flex-shrink: 0;
}

.side-menu-wrapper.show-submenu {
    transform: translateX(-50%);
}

.side-menu-back {
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.side-menu-back-link {
    display: block;
    padding: 3px 20px;
    color: #384551;
    font-weight: bold;
    text-decoration: none;
}

    .side-menu-back-link i {
        margin-right: 10px;
    }

.side-menu-category-title {
    padding: 3px 20px;
    background: #fff;
    border-bottom: 2px solid #209df1;
    font-weight: bold;
    color: #384551;
    text-transform: uppercase;
}

.side-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu-item {
    border-bottom: 1px solid #eee;
}

.side-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
    color: #333;
    text-decoration: none;
    font-size: 22px;
    font-family: 'MouseMemoirsRegular', sans-serif;
    transition: background 0.2s;
}

    .side-menu-link .cat-icon {
        display: inline-flex !important;
        align-items: center;
        margin-right: 8px;
        font-size: 18px;
    }

    .side-menu-link:hover, .side-menu-link:active {
        background: #f8f9fa;
        color: #e4022d;
        text-decoration: none;
    }

    .side-menu-link.highlight {
        color: #e4022d;
        font-weight: bold;
    }

.side-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fdfdfd;
}

    .side-submenu li a {
        display: flex;
        align-items: center;
        padding: 5px 20px 5px 40px;
        color: #666;
        text-decoration: none;
        font-size: 20px;
        font-family: 'MouseMemoirsRegular', sans-serif;
        border-bottom: 1px solid #f5f5f5;
    }

        .side-submenu li a:hover {
            color: #e4022d;
            background: #f0f0f0;
        }

        .side-submenu li a.view-all {
            color: #0f93d3;
            font-weight: bold;
            font-style: italic;
        }

body.menu-open {
    overflow: hidden;
}

.toggle-submenu i {
    font-size: 12px;
}

.side-menu-item.open > .side-menu-link {
    background: #f8f9fa;
    color: #e4022d;
}

.header-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-btn-left {
    flex: 0 0 auto;
}

.access-links-right {
    flex: 0 0 auto;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 768px) {
    .header-top-flex {
        flex-direction: column;
        align-items: stretch;
    }

    .access-links-right {
        margin-left: 0;
        justify-content: flex-end;
    }
}

.brands-menu {
    position: fixed;
    background: #fff;
    min-width: 220px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 6px 0;
    z-index: 9999;
    list-style: none;
    margin: 0;
    white-space: normal;
}

.brands-menu-list li a,
.filter-item a,
.filter-item2 a {
    font-family: MouseMemoirsRegular, sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #384551 !important;
    padding: 12px 20px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    display: block;
}