body {
    font-size: 16px;
    margin: 0 auto;
    padding: 0 10px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    width: auto;
    height: auto;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    color:#670700;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 800;
    padding: 0 15px;
    height: auto;
    float: left;
    width: 100%;
}
.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    height: auto;
    
}

/* Container */
.m57-container {
    max-width: 1120px;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;

}

main .container .main-content {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    float: left;
}

main .main-content .flex-sidebar-home {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
}

/* Quick Specs Block */
.quick-specs {
    margin: 0 0 20px 0;
    padding: 15px;
    float:left;
    width:100%;
}

.quick-specs h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    border-bottom: 2px solid #b30a00;
    /* matches your theme accent */
    display: inline-block;
    padding-bottom: 5px;
}

/* Two-column grid for specs */
.quick-specs-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    float:left;
}

.quick-specs-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #eee;
    border-radius: 6px;
}

.quick-specs-item span {
    color: #555;
}

.quick-specs-item strong {
    color: #000;
}

.vlink {
float: left;
width: 33.3334%;
text-align: center;
padding: 8px;
background: #ccc;
border: 1px solid #f2f2f2;
}

.vlink2 {
float: left;
width: 25%;
text-align: center;
padding: 8px;
background: #ccc;
border: 1px solid #f2f2f2;
}

main .main-content .flex-sidebar-home .colums {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

/* Row 1: logo + country + compare */
.m57-header {
    position: relative;
    background: #fff;
    z-index: 1000;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

p {
    
    padding: 5px;
    margin: 0;
   
}



table {border: 0; width:100%; min-width:100%}
tr {width:100%;border: 0}
td {padding: 0 5px;border:1px solid #e2e2e2}



.m57-header__row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    gap: 5px;
    flex-wrap: wrap;
    margin: 0;
    width: auto;
    height: auto;
}

.m57-logo img {
    display: block;
    height: 32px;
    width: auto;
    margin: 0;
    padding: 0;
}

.content-cover {
    height: autu;
    margin: 0 0 20px 0;
    padding: 10px;
    border: 1px solid gainsboro;
    width: 100%;
    height: auto;
    float:left;
}

li.list-50 {
    width: 50%;
    padding: 10px;
    float: left;
    margin: 0;
    height: auto;
}

.m57-row1-right {
    display: flex;
    gap: 3px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.m57-country-link,
.m57-compare-link {
    font-weight: 700;
    text-decoration: none;
    background-color: #e2e2e2;
    padding: 8px;
    border-radius: 4px;
    margin: 0;
    width: auto;
    height: auto;
}

.ml {
    position: relative;
    z-index: 2;
    pointer: cursor;
    color: #fff;
    padding: 8px 0;
    line-height: 1;
    margin: 0;
    width: auto;
    height: auto;
}

.m57-country-link small {
    font-weight: 400;
    color: #666;
    margin-left: 6px;
    padding: 0;
    width: auto;
    height: auto;
}

/* Row 2: mega navigation (desktop style used universally) */
.m57-nav {
        position: relative;
        background-image: linear-gradient(to top, #b30a00, red);
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        z-index: 1500;
        padding: 5px 0;
        height: 45px;
        border-radius: 3px;
        margin: 0;
        width: auto;
    }

.m57-nav__bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0;
    width: auto;
    height: auto;
}

.m57-nav__items {
    list-style: none;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}





.m57-nav__item {
    position: relative;
    width: 25%;
    text-align: center;
    margin: 0;
    padding: 0;
    height: auto;
}

.m57-nav__item>a {
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #fff;
    padding: 8px 0;
    display: inline-block;
    line-height: 1;
    margin: 0;
    width: auto;
    height: auto;
}

/* Mega dropdown panel */
.m57-mega {
    position: absolute;
    top: 100%;
    width: 360px;
    background: #f2f2f2;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
    padding: 12px;
    display: none;
    z-index: 5000;
    margin: 0;
    height: auto;
}

/* keep open while hovering the trigger or panel; on mobile, tap gives focus so :focus-within works */
.m57-nav__item.has-mega:hover>.m57-mega,
.m57-nav__item.has-mega:focus-within>.m57-mega,
.m57-mega:hover {
    display: flex;
    flex-wrap: wrap;
}

/* Columns inside mega */
.m57-mega__col {
    min-width: 340px;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    width: auto;
    height: auto;
}

.m57-mega__col h3 {
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 8px;
    background-color: silver;
    color: #b30a00;
    width: 98%;
    float: left;
    height: auto;
}

.m57-mega__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.m57-mega__col li,
.tf {
    margin: 0;
    padding: 8px;
    float: left;
    width: 49%;
    text-align: center;
    background-color: #b30a00;
    border: 1px solid #f2f2f2;
    display: block;
    height: auto;
}

li .tb {
    background-color: #fff;
    width: 33%;
    height: 33px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.m57-mega__col a {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.m57-mega__col a:hover {
    text-decoration: underline;
}

/* Avoid clipping and hover gaps */
.m57-header,
.m57-nav,
.m57-container {
    overflow: visible;
}

/* Tabs inside Filters mega */
.m57-tabs {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}

.m57-tabs input {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.m57-tabs__labels {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.m57-tabs__labels label {
    padding: 8px;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    background-color: #b30a00;
    width: 50%;
    border-right: 1px solid silver;
    border-left: 1px solid silver;
    text-align: center;
    margin: 0;
    height: auto;
}

#m57tab-price:checked~.m57-tabs__labels label[for="m57tab-price"],
#m57tab-more:checked~.m57-tabs__labels label[for="m57tab-more"] {
    border-bottom: 2px solid #111;
}

.m57-tabs__panes {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}

.m57-tab__pane {
    display: none;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

#m57tab-price:checked~.m57-tabs__panes .pane-price {
    display: flex;
}

#m57tab-more:checked~.m57-tabs__panes .pane-more {
    display: flex;
}

/* ===== Base ===== */
.category-tabs {
    float: left;
    margin: 0;
    border-bottom: 3px solid #b30a00;
    padding: 0;
    width: 100%;
    height: auto;
}

.tab-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;
}

.tab-nav li {
    margin-right: 2px;
    padding: 0;
    width: auto;
    height: auto;
}

.tab-nav a {
    display: block;
    padding: 10px;
    background: #ddd;
    color: #333;
    text-decoration: none;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin: 0;
    width: auto;
    height: auto;
}

.tab-nav li.active a {
    background: #b30a00;
    color: #fff;
    font-weight: 700;
    margin-bottom: -1px;
}

.tab-content {
    float: left;
    border: 1px solid #ddd;
    border-top: none;
    padding: 0;
    background: #fff;
    margin: 0;
    width: 100%;
    height: auto;
}

.tab-pane {
    display: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.tab-pane.active {
    display: block;
}

/* ===== Layout: full-width content (no sidebar) ===== */
.flex-sidebar-home {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.flex-sidebar-home .left {
    width: 100%;
    min-width: 0;
    margin: 0 0 25px;
    padding: 0;
    height: auto;
    border:1px solid #e2e2e2
}

.flex-sidebar-home .dt {
        width: 100%;
        min-width: 0;
        margin: 0 0 20px;
        padding: 0;
        height: auto;
        border: 1px solid #e2e2e2;
        float:left;
    }

/* ===== Legacy recent list styles (unchanged) ===== */
.box-parent-recent {
    margin: 20px 0;
    padding: 0;
    width: auto;
    height: auto;
}

.box-parent-recent .box {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #eee;
    height: auto;
}

.box-parent-recent h3 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #333;
    padding: 0;
    width: auto;
    height: auto;
}

.box-parent-recent .recent {
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}

.box-parent-recent .recent li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ddd;
    width: auto;
    height: auto;
}

.box-parent-recent .recent li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-parent-recent .recent a {
    color: #444;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.box-parent-recent .recent a:hover {
    color: #e74c3c;
}



/* Generic section styling */
.section {
    margin: 0 0 25px;
    padding: 0;
    border: 1px solid #e2e2e2;
}

.section h2 {
    color: #fff;
    background-color: #b30a00;
    padding: 7px 10px;
    margin: -1px 0 0 -1px;
    width: 100.3%;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

/* Product grid */
.colums {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin: 15px 0;
}

/* Product item box */
.product-item {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
}

.product-item:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Product image */
.product-item img {
    max-width: 100%;
    height: auto;
}

/* Title */
.product-item h3 {
    font-size: 15px;
    margin: 10px 0 5px;
    color: #333;
}


/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
    gap: 6px;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    padding: 8px 14px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.pagination a.active {
    background: #b30a00;
    color: #fff;
    border-color: #b30a00;
}

.product-item.upcoming {
    position: relative;
    opacity: 0.95;
}

.product-item.upcoming::before {
    content: "Coming Soon";
    position: absolute;
    top: 8px;
    right: 8px;
    background: #e74c3c;
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
}



/* ===== Subsections (headings + below content) ===== */
.subsection {
    margin: 0 0 20px;
    width: 100%;
    min-width: 0;
    padding: 0;
    height: auto;
}

p {
    font-size: 16px);
    line-height: 1.5;
    font-family: "Roboto", Arial, sans-serif;
}

.sidebar-heading {
    color: #b30a00;
    padding: 8px 12px;
    font-size: 1rem;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    background-image: linear-gradient(to bottom, #e2e2e2, #aaa);
    border-left: 15px solid #b30a00;
    border-bottom: 0;
    text-transform: uppercase;
    border-right: 15px solid #b30a00;
}

.view-all-link {
    background: #e2e2e2;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    margin: 15px 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: capitalize;
   
}

.view-all-link a {color:#b30a00}

.subsection .sidebar-heading {
    background: #b30a00;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    margin: 10px 0 0;
    width: 100%;
    height: auto;
}

.pro-heading {
    background: #b30a00;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    margin: 12px 0 0;
    width: 100%;
    height: auto;
}

li.b {
        float: left;
        width: 25%;
        padding: 8px 0;
        border: 1px solid #ccc;
        text-align: center;
        color: #b30a00;
    }

/* ===== Brands list: 100% UL, 25% LI, centered ===== */
.brands-grid {
    width: 100%;
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.brands-grid li {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 8px 0;
    text-align: center;
    margin: 0;
    height: auto;
    border:1px solid #ccc;
}



.brands-grid li a {
    display: inline-block;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.brands-grid li a:hover {
    color: #e74c3c;
}

/* View More button (centered; matches heading bar) */
.subsection .more {
    padding: 8px 14px;
    background: #b30a00;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    border: 1px solid #b30a00;
    float: right;
}

.subsection .more:hover {
    opacity: .9;
}

/* ===== Responsive ===== */



/* ===== FORCE full-width product area (override old two-column rules) ===== */
.flex-sidebar-home {
    display: block !important;
}



.flex-sidebar-home .right {
    display: none !important;
}

/* Kill any legacy floats or width calc leftovers */
.flex-sidebar-home .left,
.flex-sidebar-home .right,
.flex-sidebar-home .divider,
.flex-sidebar-home .colums {
    float: none !important;
}

.flex-sidebar-home .divider,
.flex-sidebar-home .colums {
    width: 100% !important;
}

main .main-content .flex-sidebar-home .colum-2 {
    content-visibility: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 24%;
    text-align: center;
    padding: 10px;
    margin: 0;
    height: auto;
}

main .main-content .flex-sidebar-home .colum-2 p.title {
    color: rgb(71, 71, 71);
    font-size: 14px;
    margin-bottom: 5px;
    margin: 0;
    padding: 0;
    width: auto;
}

main .main-content .flex-sidebar-home .colum-2 p.price {
    font-size: 14px;
    color: #B30B00;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    float:left;
}

main .main-content .flex-sidebar-home .colum-2 img {
    width: 100%;
    object-fit: contain;
    height: 250px;
    margin: 0;
    padding: 0;
}

.btt {
    height: auto;
    width: auto;
    color: #b30a00;
    background: #e2e2e2;
    border: 1px solid rgb(211, 211, 211);
    position: fixed;
    float: right;
    top: 50%;
    right: 15px;
    z-index: 11111111;
    font-size: 8px;
    padding: 3px;
    cursor: pointer;
    margin: 0;
}

.text-danger {
    color: rgb(168, 0, 0);
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

footer {
    background: linear-gradient(to bottom, #670700, #000000);
    color: #fff;
    padding-top: 20px;
    margin: 20px 0 0;
    width: auto;
    height: auto;
    float: left;
    width: 100%;
}

footer .desclimar {
    font-size: 13px;
    text-align: center;
    color: rgba(255, 255, 255, 0.475);
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

footer .container .col-footer {
    width: 25%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin: 0;
    height: auto;
}



footer .container .col-footer p {
    color: white;
    margin: 1rem 0;
    font-size: 12px;
    padding: 0;
    width: auto;
    height: auto;
}

footer .container .col-footer ul li a {
    color: white;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

footer .container .col-footer ul li {
    margin: 10px 0;
    padding: 0;
    width: auto;
    height: auto;
}

.footer-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.footer-info {
    color: white;
    padding: 10px 0;
    margin: 0;
    width: auto;
    height: auto;
}

.text-white {
    color: white;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

footer .footer-info .footer-info-wrapper {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    margin: 0;
    width: auto;
    height: auto;
}

footer .footer-info .footer-info-wrapper p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.breadcrumb {
    font-family: Arial, sans-serif;
    margin: 20px 0 0;
    padding: 0;
    float: left;
    width: 100%;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb li {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    margin: 0 10px;
    color: #999;
}

.breadcrumb a {
    color: #0066c0;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: #c45500;
    text-decoration: underline;
}

.breadcrumb span {
    color: #555;
}





h2,
h3,
h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
}



@media screen and (max-width: 1000px) {
    h1 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5rem;
    }

        footer .container .col-footer {
            width: 50%;
        }

    h2,
    h3,
    h4 {
        font-size: 0.85rem;
        font-weight: 600;
    }

        main .main-content .flex-sidebar-home {
            
            margin: 10px 0 0; }

        .breadcrumb {
            font-family: Arial, sans-serif;
            margin:0 ;
            line-height: 1.4rem;
            
        }

    main .main-content .flex-sidebar-home .colum-2 {
        width: 47%;
    }

    .m57-logo img {
        height: 23px;
    }

    .m57-row1-right {
        gap: 2px;
        padding: 5px 0;
    }

    .m57-country-link,
    .m57-compare-link {
        font-weight: 500;
        text-decoration: none;
        background-color: #e2e2e2;
        padding: 4px;
        border-radius: 0;
    }
}

@media screen and (max-width: 700px) {
.container {

    padding: 0 5px;
}

}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        
    }

        

    footer .container .col-footer {
        width: 50%;
    }

    h2,
    h3,
    h4 {
        font-size: 0.75rem;
        font-weight: 600;
    }
}