@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body,
html html,
body {
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.container {
    max-width: 1280px;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

a {
    text-decoration: none;
}

.top_bg {
    background-color: #ebebeb;
    padding: 8px 0;
}

.top_bg p,
.top_bg a {
    color: #000;
    font-weight: 400;
    font-size: 15px;

}
.top_bg a{      
        text-transform: lowercase;
}
.top_bg a {
    text-decoration: underline;
}

.logo_section {
    padding: 12px 0;
}

.side_block {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    justify-content: space-evenly;
    place-items: center;
}

.side_block li {
    margin: 0 15px;
    text-align: right;
    float: left;
}

.side_block li a svg {
    margin-right: 4px;
    margin-left: 10px;
}

.menu-bar div li .active {
    color: #000 !important;
    font-weight: 600;

}

.menu-bar div li a:last-child {
    padding-right: 0 !important;
	
        padding-left: 0;
}

.categories-trigger .mega-menu li.menu-category .submenu ul {
    display: unset;
    /* flex-wrap: wrap; */
}

.categories-trigger .mega-menu li.menu-category .submenu ul div li a {
    padding: 0 !important;
}

.buy_icon svg {
    margin-right: 0 !important;
}

.side_block li .buy_icon svg {
    width: 49px;
    height: 49px;
    stroke: #9b9b9b;
    transition: 0.4s ease-in-out;
}

.side_block li .buy_icon svg:hover {
    stroke: #ed1c24;
}

.side_block li .user_icon svg {
    width: 49px;
    height: 49px;
    fill: #9b9b9b;
    transition: 0.4s ease-in-out;
    margin-bottom: 10px;
}

ul.brand-products.d-none.active {
    display: list-item !important;

}

/* .side_block li .user_icon svg:hover {
    stroke: #ed1c24;
} */
.side_block li .user_icon svg:hover {
    fill: #ed1c24;
}

.search_icon {
    margin-right: 32px;
    cursor: pointer;
    fill: #666;
    transition: 0.4s ease-in-out;
    margin-left: 24px;
}

.search_icon:hover {
    fill: #ed1c24;
}

.search_input {
    min-width: 600px;
    /* max-width: 500px; */
    padding: 9px 20px 9px;
    border: 1px solid #666666;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    background: transparent;
}

.search_input:focus {
    outline: none;
}

.search_input~.focus-bg {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

.search_input:focus~.focus-bg {
    transition: 0.5s;
    opacity: 1;
}

.suggestion-list {
    position: absolute;
    max-width: 646px;
    list-style: none;
    padding: 0px 4px 4px 4px;
    margin: 0px 0 0 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    display: none;
}

.suggestion-list li {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.suggestion-list li:hover {
    background-color: #f2f2f2;
}

.toast-message {
    position: fixed;
    top: 20px;
    width: 200px;
    right: 20px;
    background-color: #ff4444;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}

.toast-message.show {
    opacity: 1;
    visibility: visible;
}

.navbar-expand-sm .navbar-collapse {
    justify-content: space-between;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0 !important;
    color: #000 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.navbar-expand-sm .navbar-nav {
    display: contents;
}

.navbar-nav div {
    display: flex;
}

.navbar-brand {
    display: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000 !important;
    font-weight: 700;
    font-style: italic;
}

.navbar-nav .nav-item {
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.03s ease-in-out;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-nav .nav-item:hover a {
    color: #ed1c24 !important;
}

.navbar {
    padding: 0;
}

.menu_bg {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.hero-bg {
    background-color: rgb(201, 199, 199);
    opacity: 90%;
    z-index: 0;
}

.slider_img_block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider_img_block img {
    width: 90% !important;
    height: auto !important;
}

.slider_content h1 {
    position: relative;
    font-size: 84px;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    font-family: Times New Roman;
}

.slider_content h1 sup {
    position: absolute;
    font-size: 23px;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    top: -20px;
    left: 0;
    font-family: Times New Roman;
}

.slider_content p {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    font-family: Times New Roman;
    margin-top: 12px;
}

button {
    font-size: 14px !important;
}

.slider_button {
    display: flex;
    margin-top: 12px;
}

.slider_button button:first-child {
    margin-right: 24px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10% !important;
}

.slider_button button {
    padding: 12px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    border: none;
    outline: none;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.slider_button button:hover {
    background-color: #9b9b9b;
    color: #fff;
}

.slider_button svg {
    filter: drop-shadow(0 0 0.6px white);
}

.slider_button .red_button {
    background-color: #ed1c24;
}

.red_button {
    background-color: #ed1c24;
    padding: 12px 18px;
    color: #fff;
    border: none !important;
}

.red_button:hover {
    background-color: #666666;
    color: white;
}

.slider_button .grey_button {
    background-color: #666666;
}

.grey_button {
    background-color: #666666;
    padding: 12px 18px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    line-height: 100%;
    color: #fff;
    border: none !important;
    font-size: 14px;
    width: fit-content;
}

.grey_button:hover {
    background-color: #ed1c24;
    color: #fff;
}

.slider_button .grey_button:hover {
    background-color: #ed1c24;
}

.btn::before,
.btn::after {
    position: absolute;
    content: "";
}

.btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    border-radius: 0 !important;
}

.btn span {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 18px;
    transition: 0.3s;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.slider_button button:first-child::before {
    background-color: #ed1c24;
    transition: 0.3s ease-out;
}

.slider_button button:nth-child(2)::before {
    background-color: #fff;
    transition: 0.3s ease-out;
}

.slider_button button:first-child span {
    color: rgb(255, 255, 255);
    /* border: 1px solid #ED1C24; */
    transition: 0.2s 0.1s;
}

.slider_button button:nth-child(2) span {
    color: #000;
    border: 1px solid #fff;
    transition: 0.2s 0.1s;
}

.category_heading button {
    font-size: 14px;
}

.btn.hover-filled-slide-down::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.btn.hover-filled-slide-down:hover::before {
    height: 0%;
}

.btn.hover-filled-slide-up::before {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.btn.hover-filled-slide-up:hover::before {
    height: 0%;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000;
    text-align: center;
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    bottom: 8px;
    right: 8px;
    background: #e8e8e8;
    border: 1px solid #ed1c24;
    background-color: #ed1c24;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out;
    z-index: 99999;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    animation-iteration-count: infinite;
}

.submenu>ul>div {
    flex-direction: column;
    /* height: -webkit-fill-available !important; */
    flex-wrap: wrap;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 10px, 0);
    }
}

.menu-bar ul.mega-menu li.menu-category .submenu>ul {
    column-count: 5;
    flex-wrap: wrap;
   

}

.breadcrumb-item {
    margin-right: 0 !important;
}

ul.brand-list {
    display: flex !important;
}

.back-to-top:hover {
    background-color: #fff;
}

.back-to-top:hover svg {
    fill: #ed1c24;
}

.back-to-top svg {
    fill: #fff;
}

.carousel-indicators [data-bs-target] {
    background-color: #ed1c24 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 25px !important;
    height: 8px !important;
    border-radius: 20px !important;
}

.carousel-indicators [data-bs-target] {
    margin: 0px 1.5px;

    border: 0;
    /* remove all borders */
}

.heading_block {
    font-weight: 700;
    font-size: 20px;
    line-height: 165%;
    color: #ed1c24;
    margin-bottom: 10px;
    margin-right: 10px;

}

.card_block {
    display: flex !important;
    margin-top: 10px;
}

.card_block div {
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-right: 0px;
    padding: 12px;
    cursor: pointer;
    position: relative;
    width: 50%;
}

.card_block div:last-child::after {
    width: 0px;
}

.card_block div::after {
    content: "";
    width: 0px;
    height: 90%;
    position: absolute;
    right: -16px;
    background-color: #d9d9d9;
}

.carousel-indicators {
    margin-top: -2em;
    position: relative;
    z-index: 99 !important;
}

.carousel-inner-section .product-carousel {
    padding: 10px !important;
   
}

.product_listing div#carousel {
    display: flex;
    flex-wrap: wrap;
    column-count: 6;
    gap: 24px;
}

.product-carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 25px;
    padding: 10px;
    scrollbar-width: none;
    /* Firefox */
}

.product-carousel::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.product-card a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-card {
    flex: 0 0 calc(100% / 6 - 20px);
    /* Show 6 cards */
    max-width: 200px;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    text-align: center;
    align-content: center;
    background-color: #fff;
    /* margin: auto; */
    justify-items: center;
    align-items: center;
    padding: 12px;
    height: 196px;
}

.submenu ul li.header-submenu:first-child {
    margin-top: 0 !important;
}

.submenu ul li.header-submenu>strong {
    /* text-wrap: nowrap; */
}

.product-card p,
.main_card p {
    font-size: 16px;
    color: #212529;
    /* width: 156px; */
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 5px;
    font-weight: bold;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 1; */
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.view-all-svg {
    margin: 4px;
    background: #ed1c24;
    width: 25px;
    height: 25px;
    padding: 4px;
    border-radius: 25px;
}

.product-card-header {
    display: flex;
    justify-content: space-between;
}

.product-card img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    justify-items: center;
    align-items: center;
}

.table>thead,
.table tbody tr {
    vertical-align: middle;
}

.product-card img:hover {
    scale: 1.1;
}

.product-card img {
    transition: 0.4s ease;
}

#products-table tbody tr {
    border-bottom: 1px solid #dee2e6;
}

#products-table,
#products-table th,
#products-table td {
    /* border: 1px solid black; */
    border-collapse: collapse;


}

#products-table th
{
text-align: center !important;
padding: 1rem .5rem !important  ;
}

#products-table td {
text-align: center !important;
padding: 0.3rem .5rem !important ;
}

#products-table .attributes-dropdown{
    color:black;
}
#products-table .quantity-input{

    padding: 6px;
    border: 1px solid rgb(222, 226, 230) !important;

}

#products-table {
    background-color: transparent !important;
    --bs-table-bg: transparent !important;
}

#products-table tbody tr:nth-child(even) {
    /* background-color: #f2f2f2 !important; */
}

.filter-header label.dropdown {
    margin-left: 0 !important;
}

.breaker-switch .container,
.breaker-switch .container .product-carousel {
    padding: 0px 0px 10px 0px;
}

.breaker-switch .container .scroll-btn:hover,
.breaker-switch .container .scroll-btn:focus {
    box-shadow: 0 0px 6px rgb(255 0 0);
}

.scroll-btn {
    background: #ed1c24;
    width: 25px;
    height: 25px;
    /* margin-top: 8px; */
    padding: 0;
    color: #fff;
    margin-right: 1em;
    transform: rotate(180deg);
    right: 0px;
    left: inherit;
    border-radius: 50px;
    border: none;
}

.scroll-btn.left {
    right: 12px;
    position: absolute;
    top: 16px;
}

.scroll-btn.right {
    right: -22px;
    transform: translateY(0%);
    position: absolute;
    top: 16px;
}

/* .con-signal .card_block div::after {
  display: none;
} */
.category_pills li button {
    padding: 6px 16px !important;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    height: auto !important;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-right: 12px;
    background-color: #fff;
    border-bottom: 1px solid #ed1c24;
    transition: 0.4s ease-in-out;
}

.category_pills li:hover button {
    color: #fff !important;
    background-color: #ed1c24;
}

.category_pills .nav-link.active,
.category_pills .show>.nav-link {
    background-color: #ed1c24 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #c5c5c538;
}

.category_pillss li {
    padding: 5px 10px;
    border-right: 1px solid #ccc;
}

.category_pillss li:last-child {
    border-right: none;
}

.category_pillss li button {
    padding: 6px 10px !important;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    height: auto !important;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-right: 0;
    background-color: #fff;

    transition: 0.4s ease-in-out;
}

.main_category_block ul#pills-tab h6.more-svg {
    margin-left: 1em;
}

.category_pillss li:hover button {
    color: none;
    background-color: #fff;
}

.category_pillss .nav-link.active,
.category_pillss .show>.nav-link {
    background-color: #fff !important;
    border-bottom: none !important;
    margin: 0 !important;
}

.category_pillss .nav-pills .nav-link.active,
.category_pillss .nav-pills .show>.nav-link {
    background-color: #fff;
    border-bottom: none !important;
}

.nav-pills .nav-link {
    padding: 16px;
    height: 70px;
    display: flex;
    justify-content: center;
}

.card_block div img {
    width: 100%;
    object-fit: contain;
    height: 140px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.breaker-switch div img {
    width: 86%;
    object-fit: cover;
    height: 146px;
}

.tp-br div img {
    width: 86%;
    object-fit: cover;
    height: 146px;
}

.tp-br .card_block div {
    flex: 1;
    text-align: center;
}

.cate-img div img {
    width: 81%;
    object-fit: cover;
    height: 146px;
}

.cate-img .card_block div,
.breaker-switch .card_block div {
    flex: 1;
    text-align: center;
}

.card_block div:last-child {
    margin-right: 0;
}

.card_block div:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.card_block div p {
    width: 100%;
    float: left;
    text-align: left;
    /* margin-top: 12px; */
    font-size: 16px;
    font-weight: bold;
    color: #111;
}

.control_img {
    /* height: auto !important; */
}

.main_card {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 20px;
    /* margin-top: 26px; */
    margin-bottom: 18px;
}

.main_card p {
    text-align: right;
}

.main_card p:hover {
    color: #ed1c24;
}

@media (max-width: 576px) {
    .cool-ven {
        display: flex;
    }

    .cool-ven .card_block {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 20px;
    }

    .arrow-circle {
        visibility: hidden;
    }
}

.main_card .card_block {
    margin-top: 0;
}

.main_card .card_block div {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 0 12px;
}

.main_card .card_block div:first-child,
.border_block {
    /* border-right: 1px solid #D9D9D9; */
}

.main_category_block {
    padding: 30px 0;
}

#gallery {
    padding-top: 40px;
}

@media screen and (max-width: 991px) {
    .search-box {
        max-width: 300px;
    }

    #gallery {
        padding: 60px 30px 0 30px;
    }

    .search_input {
        min-width: 500px;
    }

    .card_block div img {
        height: 100px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {
    width: 100%;
}

.menu-link:hover {
    color: #ed1c24 !important;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

.carousel-control-prev,
.carousel-control-next {
    display: block !important;
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.breadcrumb-item.active a {
    color: #ed1c24 !important;
}

.table_search {
    position: relative;
}

.table_search input {
    padding: 10px 8px;
    border: 1px solid #000;
}

.home-brand-img {
    max-width: 80%;
    margin: 0 auto;
}

.home-brand-img img.img-fluid {
    height: 80px;
    /* padding: 0 8px; */
    margin: 20px 0px;
    width: 100%;
    object-fit: contain;
}

.table_img_block {
   width: auto;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
}

.table-color thead tr th {
    background-color: #cbcbcb;
    font-size: 15px;
    padding: 12px;
    font-weight: 400;
}

.table-color tbody tr th {
    font-size: 14px;
}

.quantity {
    display: flex;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
    background-color: #efefef;
}

.quantity button {
    background-color: #efefef;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 20px;
    /* width: 30px; */
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}
/* 
.quantity button:hover {
    background-color: #ff4444;
} */

.input-box {
    width: 55px;
    text-align: center;
    border: none;
    padding: 0px 10px;
    font-size: 16px;
    outline: none;
    background-color: #efefef;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    min-height: 150px !important;
}

.table {
    font-size: 12px;
}

.table .form-select {
    font-size: 12px;
    background-color: #efefef;
}

.table p {
    font-size: 14px;
}

.table_img_block p {
    float: left;
    font-size: 16px;
}

.table_img_block img {
    /* width: 50px; */
    /* height: 50px; */
    float: left;
    /* margin-right: 12px; */
    object-fit: contain;
}

.table_search svg {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
}

.breadcrumb-item a {
    font-size: 16px;
    float: left;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.category_main_content p {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #666666;
    text-align: justify;
}

.related_block {
    /* width: ; */
    float: left;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.related_block li {
    float: left;
    margin-right: 24px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 12px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    color: #000;

    text-align: center;
}

.related_block li a {

    color: #000;

}

.related_block li:hover {
    box-shadow: 0px 0px 5px 0px rgba(92, 91, 91, 0.51);
}

.category_list {
    display: flex;
    margin: 24px 0 32px 0;
}

.category_list li {
    margin-right: 24px;
    border-bottom: 1px solid rgba(237, 28, 36, 1);
    background: #ffffff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 5px;
    float: left;
    transition: 0.4s ease-in-out;
}

.category_list li a {
    padding: 6px 12px;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    width: 100%;
    float: left;
    cursor: pointer;
}

.category_list li:hover {
    background-color: #ed1c24;
    color: #fff;
}

.category_list li:last-child {
    margin-right: 0;
}

.category_side_img {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 0px 20px;
}

.related_block li:last-child {
    margin-right: 0;
}

.category_card {
    flex-wrap: wrap;
}

.category_card div {
    margin-bottom: 24px;
}

.category_logo {
    display: flex;
    margin: 18px 0;
    align-items: center;
}

.category_logo a {
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

.category_logo img {
    margin-right: 12px;
    border-right: 1px solid #bdbdbd;
    padding-right: 12px;
}

.category_logo img:nth-child(3) {
    border-right: none;
}

.deal_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.deal_block img {
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.deal_block img:hover {
    filter: grayscale(100%);
}

.deal_block div {
    margin-top: 24px;
}

.happy_block h3 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 18px;
}

.happy_block p {
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 18px;
}

.icon_block {
    display: flex;
    justify-content: center;
}

.icon_block div {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 48px;
}

.icon_block div:last-child {
    border: none;
}

.icon_block div img {
    margin: 0 auto !important;
    width: auto;
    height: 60px;
}

@media (min-width: 1100px) {
    .brand-page-section .brand-box {
        min-width: 22%;
        padding: 0;
        margin: 1em;
        background-color: #f3f3f3;
    }
}

.product-image-container img.img-fluid {
    min-height: 160px;
}

#myModal1 .modal-content1 .gallery-container .thumbnails .thumb-nav-prev {
    background: #ed1c24;
    width: 25px;
    height: 25px;
    position: absolute;
    padding: 0;
    margin-top: -10px;
    color: #fff;
    margin-right: 1em;
    transform: rotate(180deg);
}

#myModal1 .modal-content1 .gallery-container .thumbnails .thumb-nav-next {
    background: #ed1c24;
    width: 25px;
    height: 25px;
    position: absolute;
    padding: 0;
    margin-top: 0px;
    color: #fff;
    margin-right: 1em;
}

.brand-page-section .brand-box a.d-block {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0px 0px 5px #777;
    border-radius: 5px;
    overflow: hidden;
}

.brand-page-section .brand-box a.d-block>img {
    max-height: 102px;
}

.brand-page-section .brand-box .brand-title {
    padding: 10px 20px;
    background: #fff;
}

.icon_block div h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 12px;
        color:#000;
    white-space: nowrap;
}

footer {
	/* grid-template-columns: 1fr 1fr; */
   /* background: linear-gradient(287.26deg,
            #666666 21.91%,
            #bbbbbb 81.32%,
            #dcdcdc 99.5%);*/
			background: #ebebeb;
    padding: 24px 0;
}

.footer_logo p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-top: 24px;
    width: 250px;
}

.copyright_block p {
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.footer_heading h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    margin-bottom: 24px;
}

.footer_heading p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

.footer_heading a {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    cursor: pointer;
}

.footer_heading a:hover,
.footer_heading p:hover {
    color: #ed1c24;
}

.footer_heading a:last-child {
   margin-bottom: 10px;
}

.book_now {
    z-index: 1001;
    background: #ed1c24;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 0.9rem;
    height: 35px;
    top: 35%;
    line-height: 38px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 150px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}
/**/
.ripple {

  animation: ripple 2s linear infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 3px rgba(155,155,155, 0.4),
                0 0 0 6px rgba(155,155,155, 0.4),
                0 0 0 12px rgba(155,155,155, 0.4);
  }
  100% {
    box-shadow: 0 0 0 6px rgba(155,155,155, 0.4),
                0 0 0 12px rgba(155,155,155, 0.4),
                0 0 0 24px rgba(155,155,155, 0);
  }
}
/**/




.book_now:hover {
    background-color: #ed1c24;
    color: #fff;
    transition: 0.4s ease-in-out;
}

.slider_button1 {
    display: grid;
    width: max-content;
    margin: 12px auto 0 auto;
}

.footer_heading {
    cursor: pointer;
}

.download_block ul {
    float: left;
}

.slider_button1 button {
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}

.form_send_enquiry {
    justify-content: center;
    width: 100%;
    margin: 0 auto 24px auto;
    display: flex;
}

.send_enquiry_block {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 24px;
}

.send_button {
    background-color: #ed1c24 !important;
}

.send_button:hover {
    background-color: #9b9b9b !important;
}

.slider_button1 button:first-child {
    margin-right: 0;
    background-color: #9b9b9b;
}

.slider_button1 button:first-child:hover {
    background-color: #ed1c24;
    color: #fff;
    transition: 0.4s ease-in-out;
}

.slider_button1 button:nth-child(2):hover {
    background-color: #9b9b9b;
    color: #fff;
    transition: 0.4s ease-in-out;
}

.slider_button1 button:nth-child(2) {
    background-color: #ed1c24;
}

.download_block ul li {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 18px;
    margin-right: 24px;
    border-radius: 10px;
    margin-bottom: 24px;
    float: left;
    max-width: 290px;
}

.grey_button-div {
    margin-top: 12px;
}

.download_block ul li p {
    margin-top: 8px;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.download_block ul li img {
    display: flex;
    margin: 0 auto;
    width: 130px;
    height: 50px;
    object-fit: contain;
}

.category_p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
    color: #666666;
}

.dropdown_block a {
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.dropdown {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    margin-left: 12px;
}

.table-responsive {
    margin-top: 12px;
    /* height: 480px; */
    overflow-y: auto;
}

.dd-button {
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 4px 30px 4px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 9px;
}

.dd-button:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.dd-button:hover {
    background-color: #eeeeee;
}

.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    background-color: #ffffff;
    list-style-type: none;
}

.dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.category_heading .category_heading {
    justify-content: space-between;
    flex-direction: column-reverse;
}

#reset-filters button.Reset {
    border: 0px solid;
    background: #ed1c24;
    color: #fff;
    height: 28px;
    padding: 0 19px;
    border-radius: 3px;
}

.data_table_block {
    display: flex;
}

.mega-menu-link::after {
    right: 10px !important;
}

nav ul,
nav li {
    list-style: none;
    padding: 0;
    margin-right: 12px;
    font-size: 15px;
}

nav a {
    display: block;
    text-decoration: none;
}

nav a:hover,
nav a:visited {
    text-decoration: none;
}

.menu-bar {
    /* background: red;*/
    /*color: @color-dark;*/
    display: flex;
    justify-content: space-between;
}

.menu-bar div {
    display: flex !important;
}

.menu-link {
    padding: 12px;
    /* background: red;*/
    color: #000;
    transition: background 0.2s, color 0.2s;
    position: relative;
    z-index: 1;
}

.menu-link[aria-haspopup="true"] {
    /* padding-right: 40px; */
}

/* .menu-link[aria-haspopup="true"]:after {
  content: "";
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowRight.svg#accent");
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
} */
.mega-menu-header {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #136a73;
}

.mega-menu {
    background: #fff;
    z-index: 10;
}

.mega-menu--multiLevel {
    flex-direction: column;
}

@media all and (min-width: 951px) {
    .nav {}

    .menu [aria-haspopup="true"]~ul {
        display: none;
    }

    .menu-bar {
        position: relative;
    }

    /* .menu-bar div > li > [aria-haspopup="true"]:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#accent");
  }
  .menu-bar div > li > [aria-haspopup="true"]:hover:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#accent");
  } */
    .menu-bar div>li>[aria-haspopup="true"]:focus~ul {
        display: flex;
        transform-origin: top;
        animation: dropdown 0.2s ease-out;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul:hover {
        display: block;
    }

    .menu-bar div>li:focus-within>[aria-haspopup="true"]~ul {
        display: inline-block;
    }

    .menu-bar div>li>a {
        text-transform: uppercase;
        padding: 12px !important;
        color: #000 !important;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .menu-bar div>li>[aria-haspopup="true"]:focus,
    .menu-bar div>li:focus-within>[aria-haspopup="true"],
    .menu-bar div>li:hover>a {
        /*background: @color-accent;
          color: @color-light;*/
        text-decoration: none;
    }

    .menu-bar div>li>[aria-haspopup="true"]:focus:after,
    .menu-bar div>li:focus-within>[aria-haspopup="true"]:after,
    .menu-bar div>li:hover>a:after {
        background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowTop.svg#accent");
    }

    .mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .mega-menu:hover {
        display: flex;
    }

    .mega-menu a:hover {
        background: red;
        color: #136a73;
        /* text-decoration: underline; */
    }

    .mega-menu--multiLevel>li {
        width: 33.33333333%;
        background: #ffffff;
    }

    .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul {
        left: 33.33333333%;
        width: 33.33333333%;
    }

    .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul ul {
        width: 100%;
        left: 100%;
        background: #e5e5e5;
    }

    .mega-menu--multiLevel>li>[aria-haspopup="true"]~ul ul li {
        background: #e5e5e5;
    }

    .mega-menu--multiLevel li:hover>[aria-haspopup="true"]~ul {
        display: block;
        transform-origin: left;
        animation: flyout 0.2s ease-out;
    }

    .mega-menu--multiLevel li:focus-within>[aria-haspopup="true"]~ul {
        display: block;
    }

    .mega-menu--multiLevel li:hover>[aria-haspopup="true"],
    .mega-menu--multiLevel li:focus-within>[aria-haspopup="true"],
    .mega-menu--multiLevel li:hover>a,
    .mega-menu--multiLevel li:focus-within>a {
        background: rgb(248, 223, 223);
        color: #ed1c24;
    }

    .mega-menu--multiLevel [aria-haspopup="true"]~ul,
    .mega-menu--multiLevel [aria-haspopup="true"] {
        /* border-left: 1px solid #f0f0f0; */
    }

    .mega-menu--multiLevel [aria-haspopup="true"]~ul:hover,
    .mega-menu--multiLevel [aria-haspopup="true"]:hover {
        display: block;
    }

    .mega-menu--multiLevel [aria-haspopup="true"]~ul {
        position: absolute;
        top: 0;
        height: 100%;
        background: #fff;
    }

    .mega-menu--multiLevel [aria-haspopup="true"]~ul~li {
        background: red;
    }

    .mega-menu--flat>* {
        flex: 1;
    }

    .mobile-menu-trigger,
    .mobile-menu-header,
    .mobile-menu-back-item {
        display: none;
    }
}

@media all and (max-width: 950px) {
    .mobile-header {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mobile-header-search {
        width: 100%;
        margin-top: 12px;
        position: relative;
        z-index: 100;
    }

    .mobile-header-search .mobile-search-form {
        display: flex;
        align-items: center;
        gap: 8px;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        /* border-radius: 28px; */
        padding: 0px 0px 0px 12px;
		margin-bottom: 0;
    }

    .mobile-header-search .mobile-search-input {
        flex: 1 1 auto;
        border: none;
        outline: none;
        font-size: 14px;
        background: transparent;
    }

    .mobile-header-search .mobile-search-submit {
        border: none;
        background: #9b9b9b;
        color: #ffffff;
        width: 40px;
        height: 40px;
        /* border-radius: 50%; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-header-search .mobile-search-submit svg path {
        fill: currentColor;
    }

    .mobile-header-icons {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        column-gap: 20px;
    }

    .mobile-header-icons .navbar-brand {
        text-align: center;
        padding: 0;
    }

    .mobile-header-icons .navbar-brand img {
        max-height: 48px;
        width: auto;
    }

    .mobile-header-icons .mobile-menu-trigger {
        position: static;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: none;
        color: inherit;
        border: none;
        padding: 8px;
        border-radius: 6px;
        cursor: pointer;
    }

    .mobile-header-icons .mobile-menu-trigger svg {
        width: 24px;
        height: 24px;
    }

    .mobile-header-icons .mobile-cart-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        justify-self: end;
    }

    .mobile-header-icons .mobile-cart-count {
        position: absolute;
        top: -6px;
        right: -10px;
    }

    .nav {
        padding: 8px 0;
    }

    .mobile-menu-trigger,
    .mobile-menu-header,
    .mobile-menu-back-item {
        display: block;
        width: auto;
        float: none;
    }

    .mobile-menu-header {
        order: -1;
        background: grey;
    }

    .mobile-menu-header a {
        padding: 20px 25px;
        color: #ffffff;
        visibility: visible;
    }

    .menu-bar {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 350px;
        max-width: 350px;
        max-width: 90%;
        overflow-x: hidden;
        transition: left 0.3s;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        z-index: 9999999;
        justify-content: flex-start;
        padding: 24px 20px 40px;
        background: #ffffff;
    }

    .menu-bar.mobile-active {
        left: 0;
    }

    .menu-bar div {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .menu-bar div li {
        width: 100%;
    }

    .menu-bar div li>a,
    .menu-bar div li>.menu-link {
        display: block;
        width: 100%;
        padding: 12px 0;
    }

    .menu-bar div li>a.menu-link.menu-bar-link {
        padding-left: 12px;
        padding-right: 12px;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul {
        display: flex;
        flex-direction: column;
        background: blue;
        position: absolute;
        left: 100%;
        top: 0;
        max-height: 100vh;
        width: 100%;
        transition: left 0.3s;
        background: #fff;
		box-shadow: none;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"] {
        font-size: 1.2em;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul {
        background: #f6f6f6;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul a {
        padding-left: 40px;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul {
        background: #f6f6f6;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul a {
        padding-left: 80px;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul [aria-haspopup="true"] {
        color: #2a2a2a;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]:after {
        content: "+";
        background: none;
        font-size: 1em;
        font-weight: normal;
        height: 20px;
        line-height: 1;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]~ul {
        max-height: 0px;
        transform-origin: top;
        transform: scaleY(0);
        transition: max-height 0.1s;
    }

    .mega-menu-content {
        padding: 20px 25px;
    }

    .mobile-menu-back-item {
        order: -1;
    }

    .mobile-menu-back-item a {
        background: #d9d9d9;
        color: #2a2a2a;
        max-height: calc(1.4em + 40px);
        margin-top: calc(0px - (1.4em + 40px));
        pointer-events: none;
    }

    .mobile-menu-back-item a:before {
        content: "";
        width: 14px;
        height: 12px;
        background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg#default");
        background-size: 14px;
        margin-right: 10px;
        display: inline-block;
    }

    .mobile-menu-trigger:focus~ul {
        left: 0;
    }

    .menu-bar:hover,
    .menu-bar:focus-within {
        left: 0;
    }

    .menu-bar div>li>[aria-haspopup="true"]:focus~ul {
        left: 0;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul {
        margin-top: calc(1.4em + 40px);
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul:hover,
    .menu-bar div>li>[aria-haspopup="true"]~ul:focus-within {
        left: 0;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]:focus~ul {
        max-height: 500px;
        animation: dropdown 0.3s forwards;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul li:focus-within>[aria-haspopup="true"]~ul {
        max-height: 500px;
        transform: scaleY(1);
    }

    .menu-bar div>li:focus-within~.mobile-menu-header a {
        visibility: hidden;
    }
}

@media all and (max-width: 950px) and (hover: none) {
    .mobile-menu-trigger:hover~ul {
        left: 0;
    }

    .menu-bar div>li>[aria-haspopup="true"]:hover~ul {
        left: 0;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul:hover {
        left: 0;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]:hover~ul {
        max-height: 500px;
        animation: dropdown 0.3s forwards;
    }

    .menu-bar div>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]~ul:hover {
        max-height: 500px;
        transform: scaleY(1);
    }

    .menu-bar div>li:hover~.mobile-menu-header a {
        visibility: hidden;
    }
}

@media (max-width: 950px) {
    .menu-bar {
        background: #ffffff;
    }
}

@keyframes dropdown {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes flyout {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

.accordion-button:focus {
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-button {
    color: #ed1c24 !important;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 165%;
    background-color: #fff !important;
}

.accordion-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #666;
    margin-bottom: 12px;
}

.accordion_ul {
    padding-left: 24px;
    list-style-type: disc;
}

.accordion_ul li {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 21px;
    color: #666;
}

.manufacture_block h4 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #666;
    line-height: 21px;
    margin-bottom: 12px;
}

.manufacture_block p {
    margin-bottom: 12px;
    text-align: center;
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
}

.manufacture_block h2 {
    text-align: center;
}

.more_block {
    color: #000;
}

.login_block {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 40px;
    border-radius: 8px;
}

.login_block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.login_right h3 {
    font-weight: 800;
    font-style: italic;
    font-size: 23px;
    line-height: 21px;
    color: #666;
    margin-bottom: 12px;
}

.login_right h2 {
    font-weight: 700;
    font-size: 23px;
    line-height: 10px;
    color: #ed1c24;
    margin-bottom: 18px;
}

.login_right_content {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.login_right_content div h3 {
    font-weight: 700;
    font-style: italic;
    color: #666;
    font-size: 23px;
    line-height: 21px;
    margin-bottom: 12px;
}

.login_right_content div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #979797;
}

.send_register_block {
    width: 100%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 24px;
    float: left;
}

.panel_list {
    width: 100%;
    float: left;
}

.panel_list li {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 5px;
    padding: 8px 12px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    background-color: #fff;
    border-bottom: 1px solid #ed1c24;
    transition: 0.4s ease-in-out;
}

.panel_list li:hover {
    background-color: #ed1c24;
}

.panel_list li a {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.panel_list li:hover a {
    color: #fff !important;
}

.advantage_block p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 12px;
}

.send_register_block .col-md-6,
.send_register_block .col-md-3,
.send_register_block .row {
    margin-bottom: 24px;
}

.login_right_content img {
    margin-right: 24px;
}

.login_button_block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_button_block .first_button {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: 0.4s ease-in-out;
}

.login_button_block .first_button:hover {
    background-color: #666666;
    border: 1px solid #666666;
    color: #fff;
}

.login_button_block .second_button {
    background-color: #666666;
    border: 1px solid #666666;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: 0.4s ease-in-out;
}

.login_button_block .second_button:hover {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;

    color: #fff;
}

.login_button_block p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0 24px;
}

@media (max-width: 576px) {
    .menu-bar div {
        display: block !important;
    }
	.mobile_side{
		
		flex-direction: column;
	}
.cate-img div img {
  width: 81%;
  object-fit: contain;
  height: 146px;
}
    .related_block {
       display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                align-content: center;
                
                align-items: flex-start;
                float: none;
                overflow: scroll;
    }
.divider { 
					 width: 1px;
        height: 19px;
        background: #000;
        margin: 6px 0;
					 }
					 .data_table_block {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
}
    .category_list li a {
        padding: 6px 10px;
        font-size: 11px;
    }

    .main_category_block {
        padding: 24px 0;
    }

    .category_side_img {
        margin-top: 12px;
    }

    .category_list {
        margin: 12px 0;
    }

    .category_list li {
        margin-right: 12px;
    }

    .category_heading .slider_button button span {
        width: fit-content;
    }

    .related_block li {
        width: fit-content;
        margin-right: 12px;
        margin-bottom: 16px;
        font-size: 14px;
        padding: 8px 14px;
    }

    .related_block li:last-child {
        margin-right: 12px;
        margin-bottom: 0;
    }

    .download_block ul li {
        padding: 12px;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .category_p {
        font-size: 14px;
    }

    .download_block ul li:nth-child(even) {
        margin-right: 0;
    }

    .slider_button1 button:first-child {
        /* margin-bottom: 14px; */
    }

    .slider_button1 button {
        font-size: 12px;
        font-weight: 400;
    }

    .download_block ul li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .download_block ul li img {
        width: 100px;
        height: 40px;
    }

    .slider_button1 {
        margin: 14px auto 0 auto;
    }

    .mobile_view {
        display: none !important;
    }

    .owl-theme .owl-nav {
        margin-top: 0;
        display: none;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #ed1c24 !important;
    }

    .owl-theme .owl-dots {
        margin-top: 12px;
    }

    .book_now {
        top: 20%;
    }

    .submenu {
        gap: 0 !important;
       width: 100% !important;
        top: 0px !important;
    }

    .switch_block,
    .control_block {
        margin-top: 12px;
    }

    .slider_img_block img {
        width: 70% !important;
        height: 200px !important;
    }

    .logo_section {
        display: none;
    }

    .navbar-brand {
        display: block;
    }

    .top_bg p,
    .top_bg a {
        font-size: 14px;
    }

    .navbar-brand {
        width:100%;
    }

    .navbar-nav div {
        display: block;
    }

    .navbar-expand-sm .navbar-collapse {
        margin-top: 12px;
    }

    .carousel-item img {
        height: 320px;
        object-fit: cover;
    }

    .deal_block {
        margin-top: 24px;
    }

    .deal_block img {
        width: 18%;
    }

    .card_block {
        margin-top: 12px;
    }

    .controlingDevices .card_block {
        display: inline-block !important;
    }

    .controlingDevices .card_block div {
        margin-bottom: 30px;
    }

    .mobile_none {
        display: none;
    }

    .happy_block p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .footer_heading h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .footer_heading p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .footer_heading {
        margin-top: 12px;
    }

    .icon_block div img {
        /* width: ; */
    }

    footer .col-auto {
        width: 100%;
    }

    .footer_logo p {
        width: 100%;
    }

    .icon_block div h3 {
        font-size: 11px;
    }

    .icon_block div {
        padding: 7px;
    }

    .happy_block h3 {
        margin-bottom: 12px;
    }

    .mobile_margin {
        margin-top: 24px;
    }

    .slider_button button:first-child {
        margin-right: 12px;
		margin-top: 10px;
    }

    .email_top_block {
        justify-content: space-between;
        width: 100%;
    }

    .main_card {
        padding: 12px;
    }

    .card_block div img {
        height: 100px;
		object-fit:contain;
    }

    .mobile_send_button .slider_button1 {
        display: flex !important;
        justify-content: center;
        margin: 8px auto !important;
    }

    .btn span {
        width: fit-content;
        font-size: 11px;
        padding: 8px;
    }

    .carousel-caption {
        display: flex !important;
        left: 4%;
        width: 100%;
        top: 0;
        padding: 0 !important;
		justify-content: center;
    }

    .carousel-caption div {
        align-items: center;
    }

    .slider_content h1 {
        font-size: 32px;
    }

    .slider_content h1 sup {
        font-size: 16px;
		padding-top: 10px;
    }

    .slider_content p {
        font-size: 24px;
        line-height: 32px;
    }

    .form_send_enquiry {
        width: 100%;
        margin: 0 auto 12px auto;
    }

    .form_send_enquiry .col-md-6,
    .form_send_enquiry .col-md-3 {
        margin-bottom: 5px;
    }

    .form_send_enquiry .col,
    .form_send_enquiry .col-md-6,
    .form_send_enquiry .col-md-3 {
        /* padding:0; */
    }

    .send_enquiry_block {
        padding: 12px;
    }

    .login_right {
        margin-top: 24px;
    }

    .login_right_content div h3,
    .login_right h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .login_right_content div p {
        font-size: 14px;
    }

    .panel_list li {
        padding: 6px 8px;
    }

    .panel_list li a {
        font-size: 12px;
    }

    .slider_button button {
        white-space: nowrap;
    }

    .footer_logo a img {
        width: 40%;
    }

    .table_search input {
       width: 100%;
                /* height: 20px; */
                margin-bottom: 12px;
    }
	.slider_button {
        display: flex
;
        margin-top: 12px;
        justify-content: center;
}
}

.search-box {
    /* display: flex; */
    /* width: 400px; */
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
    overflow: hidden;
}

.search-box input {
    flex: 1;
    padding: 10px 12px;
    border: none;
    outline: none;
    font-size: 14px;
}

.search-button svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.search-button {
    background-color: #9b9b9b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    cursor: pointer;
    z-index: 2;
}

.search-button:hover {
    background-color: #ed1c24;
}

.search-button i {
    width: 20px;
    height: 20px;
    color: white;
    z-index: 1;
}

.login-text {
    margin-top: 4px;
    font-size: 11px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    width: 63px !important;
}

.carousel-indicators {
    z-index: 0;
}

.controlingDevices .card_block div::after {
    display: none;
}

@media (min-width: 576px) {
    .header-fixed {
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 1025;
        transition: box-shadow 0.3s ease;
    }

    .menu-main {
        position: relative;
        padding-top: 138px;
    }
}

.vertical-thumbs {
    max-height: 400px;
}

.vertical-thumbs .owl-stage {
    display: flex !important;
    flex-direction: column;
}

.vertical-thumbs .item {
    margin-bottom: 10px;
}

.thumb {
    cursor: pointer;
    width: 80px;
    border: 1px solid #ccc;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.thumb:hover {
    border-color: #ed1c24;
}

.arrow-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #9b9b9b;
    /* Change as needed */
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s;
}

.arrow-circle:hover {
    background-color: #ed1c24;
}

.accordion-button::after {
    margin-left: 0 !important;
    margin-right: auto !important;
    position: absolute;
    left: 1rem;
    /* Adjust as needed */
}

.accordion-button {
    position: relative;
    padding-left: 3.2rem;
    /* Ensure space for the icon */
}

.category_pills li.nav-link {
    border-bottom: 1px solid #ed1c24;
    transition: 0.4s ease-in-out;
    border-radius: var(--bs-nav-pills-border-radius);
}

.more-svg {
    margin-bottom: 4px;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.advantage-sec img {
    transition: transform 0.4s ease;
}

.advantage-sec img:hover {
    transform: scale(1.05);
}

.submenu {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    padding: 20px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    z-index: 100;
    width: fit-content;
    max-width: 100%;
    gap: 30px;
    width: 100%;

}

.submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu ul li {
    margin-bottom: 5px;
     margin-right: 0px;
	width:100%;
}

.submenu strong {
    font-weight: bolder;
    margin-right: 30px;
}
div.right-menu li.active a.menu-link.menu-bar-link.active {
    font-style: italic;
}
.submenu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: color 0.2s ease;
    /* text-transform: lowercase; */

}
/* .submenu ul li a::first-letter {
    text-transform: uppercase;
} */
.segment-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 2;
    transition: color 0.2s ease;
}

.quick-menu {
    width: auto;
    top: 48px;
}

.quick-menu li strong {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 2;
    transition: color 0.2s ease;
}

.quick-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.row.tp-br {
    margin-top: 2em;
}

.row.tp-br button.scroll-btn {
    margin-top: -4em;
}

.submenu li:hover>a,
.submenu li:focus-within>a {
    background: transparent;
    color: #ed1c24;
}

.category_side_img img {
    width: 240px;
    object-fit: contain;
    margin-bottom: 20px;
}

.category_side_img .owl-carousel .owl-item img {
    width: 80px;
    object-fit: contain;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.cate-para {
    font-size: 14.5px;
}

.brand-deal img {
    margin: 20px 0;
}

.carousel-section {
    display: flex;
    justify-content: space-between;
    /* margin-top: 0em; */
    margin-top: 10px;
    align-items: center;
    position: relative;
}

.carousel-section .home-carousel-btn {
    display: flex;
    align-items: center;
}

.carousel-section .home-carousel-btn .scroll-btn.left {
    background: #ed1c24;
    width: 25px;
    height: 25px;

    /* margin-top: 8px; */
    padding: 0;
    color: #fff;
    margin-right: 1em;
    transform: rotate(180deg);

    left: inherit;

}

.carousel-section .home-carousel-btn .scroll-btn.right {

    /* margin-top: 31px; */
    background: #ed1c24;
    width: 25px;
    height: 25px;
    padding: 0;
    color: #fff;
    transform: translateY(0%);
    right: -15px;
}

.advantage-section {
    padding: 30px;
    border-radius: 15px;
    overflow: hidden; /* This ensures children respect border-radius */
}

.advantage-section h3,
.advantage-section p {
    color: #fff;
}

/* Base styling for all image sections */
#img1, #img2, #img3, #img4 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px; /* Apply border-radius to the background container */
	z-index: 1;
}

/* Blur overlay for better text readability */
#img1::before, #img2::before, #img3::before, #img4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(3px);
    z-index: 2;
    border-radius: inherit; /* Inherit border-radius from parent */
}

/* Dark overlay for even better text contrast */
#img1::after, #img2::after, #img3::after, #img4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    border-radius: inherit; /* Inherit border-radius from parent */
}

/* Ensure content appears above overlays */
#img1 *, #img2 *, #img3 *, #img4 * {
    position: relative;
    z-index: 3;
}

#img1{
    background-image: url('../image/Frame_1.png');
}
#img2{
    background-image: url('../image/Frame_2.png');
}
#img3{
    background-image: url('../image/Frame_3.png');
}
#img4{
    background-image: url('../image/Frame_4.png');
}

/* Mobile Responsive Styles for Advantage Carousel */
@media (max-width: 768px) {
    .advantage-carousel .row {
        margin-bottom: 20px;
    }
    
    .advantage-carousel .col-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }
    
    .advantage-section {
        padding: 20px;
        min-height: 200px;
    }
    
    .advantage-section h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .advantage-section p {
        font-size: 14px;
        line-height: 1.4;
    }
    
    #title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .advantage-section {
        padding: 15px;
        min-height: 180px;
    }
    
    .advantage-section h3 {
        font-size: 16px;
    }
    
    .advantage-section p {
        font-size: 13px;
    }
    
    #title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .advantage-section {
        padding: 12px;
        min-height: 160px;
    }
    
    .advantage-section h3 {
        font-size: 15px;
    }
    
    .advantage-section p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .advantage-section p.mt-3 {
        margin-top: 8px !important;
    }
}

#title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #ed1c24;
    margin-bottom: 10px;
    text-align: center;
}

.image-hover-zoom {
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.advantage-section:hover .image-hover-zoom {
    box-shadow: 0 8px 30px rgb(169 163 163);
    transform: scale(1.05);
}

.thumb-scroll {
    display: grid;
    grid-template-columns: repeat(2,
            1fr);
    /* or 1fr if you want single column */
    gap: 5px;
    max-height: 200px;
    /* THIS IS CRUCIAL for scroll */
    overflow-y: auto;
    padding-right: 5px;
}

/* Optional: thumbnail style */
.thumb-item img {
    margin: 5px 0px;
    padding: 5px 5px;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.thumb-item img:hover {
    border-color: #007bff;
}

.thumb-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.phone-svg svg {
    margin-bottom: 3px;
    /* margin: 0 0px 0 5px; */
}

.iti__selected-flag {
    border-right: 1px solid #666666 !important;
}

.send_register_block .form-control,
.input-group-text,
.send_register_block .form-select {
    height: 50px;
    border: 1px solid #666666;
    border-width: 1px;
    border-radius: 10px !important;
}

.login_block .form-control {
    height: 50px;
    border: 1px solid #666666;
    border-width: 1px;
    border-radius: 10px !important;
}

.segment-menu {
    width: auto;
    top: 48px;
}

.animated-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.animated-img:hover {
    transform: scale(1.1);
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

/* .animated-img img {
  object-fit: cover;
  max-width: 120px;
  max-height: 100px;
  padding: 10px;
} */

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    text-align: center;
}

.category-pagination .pagination .page-link {
    color: #373030;
    border-color: #979696;
}

.category-pagination .pagination .page-link:hover {
    background-color: #ed1c24;
    color: #fff;
}

.category-pagination .pagination .page-item.active .page-link {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    border-color: #eee;
}

.form-select {
    color: #6c757d;
}

/* Apply dark text when a value is selected */
.form-select.filled {
    color: #212529;
}

.input-group-text {
    border-left: none !important;
}

.manufacture-accordion .accordion-item {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-top: 12px;
    border: none;
    border-radius: 10px;
}

.manufacture-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.manufacture-accordion .accordion-body {
    padding-left: 3.2rem;
}

.manufacture-accordion .accordion-button:hover {
    z-index: 0;
}

/* :focus {
  outline: none; 
  border: none; 
  box-shadow: 0 0 0 0.25rem rgba(237, 28, 36, 0.25); 
} */
.segment-menu li a {
    font-size: 16px;
    font-weight: 700;
}

/* Ensure wrapper is positioned */
.banner-carousel-wrapper {
    position: relative;
    overflow: visible;
    /* Important to show nav outside if needed */
}

/* Center nav vertically on left & right */
.advantage-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
    /* Prevent blocking content */
    z-index: 10;
}

/* Style arrows */
.advantage-carousel .owl-prev,
.advantage-carousel .owl-next {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

/* Hover effect */
.advantage-carousel .owl-prev:hover,
.advantage-carousel .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
    background: none !important;
    color: inherit !important;
    box-shadow: none !important;
    cursor: default !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ed1c24 !important;
    color: #fff;
    /* optional: white icon/text */
}

/* Modal-Popup */

.modal1 {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.modal-content1 {
    background-color: #fff;
    padding: 20px;
    position: relative;
    text-align: center;
    border-radius: 10px;
}

.close1 {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.thumbnails {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.thumbnails img {
    width: 80px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnails img:hover {
    border: 2px solid #007bff;
}

#mainImage1 {
    width: 500px;
    height: auto;
    object-fit: contain;
    background-color: #f8f8f8;
}

#openModalBtn1 {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

@media (min-width: 951px) {
    /* .quick-lick .menu-link {
    padding: 12px 20px 12px 30px !important;
    margin: 0 10px;
  }
  .quick-lick .submenu {
    padding: 10px;
    margin-left: 30px;
  } */
}

.category_pillss img {
    width: 100px;
    height: 45px;
    object-fit: contain;
}

.quick-link-container .quick-link-row .quick-link-column ul a {
    text-decoration: none;
    color: #666666;
    font-size: 18px;
    line-height: 24px;
}

.quick-link-container .quick-link-row .quick-link-column ul a:hover {
    color: #ed1c24;
    text-decoration: underline;
}
.category_heading .data_table_block {
    margin-top: 1em;
}
.quick-link-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

/* Add this CSS to your existing styles */
.bold {
    font-weight: 700 !important;
}

/* Reset all nav buttons to normal weight initially */
.menu-bar-link {
    font-weight: 400;
}

.menu-link.menu-bar-link.bold {
    font-weight: 700 !important;
}

.text-danger {
    font-size: 16px !important;
}

.table_search input:focus {
    outline: none;
}

.data-sheet p {
    color: #ed1c24;
    font-weight: 500;
}

.data-sheet p:hover {
    color: #ed1c24;
    /* font-size: 18px; */
}

.table_body tr>td {
    justify-content: center;

    align-content: center;
}

.cart-badge {
    position: absolute;
    top: 0px;
    right: -5px;
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
    display: none;
}

.toast-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: green;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}

.toast-message.show {
    opacity: 1;
    visibility: visible;
}

.product_button {
    background-color: #ed1c24;
    color: #e5e5e5;
    border-radius: 5px;
    border: none;
}

.pop-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.pop-modal.active {
    display: flex;
}

.pop-modal-content {
    background: #fff;
    width: 80%;
    max-width: 800px;
    padding: 20px;
    border-radius: 8px;
}

.pop-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.pop-close {
    cursor: pointer;
    font-size: 24px;
}

.pop-product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.pop-product-img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    object-fit: cover;
    margin-right: 15px;
}

.pop-qty-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pop-qty-controls button {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.pop-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2000;
}

.pop-toast.show {
    opacity: 1;
}

.pop-image-modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.pop-image-modal.show {
    display: flex;
}

.pop-image-preview {
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
}

.pop-image-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.btn-add {
    font-size: 12px;
    font-weight: 500;
    color: #dc3545;
    text-decoration: underline;
}

.btn-remove {
    background-color: white;
    color: #dc3545;
    border: 1px solid #dc3545;
}

/* .animated-img:hover {
        transform: scale(1.1);
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
} */
.animated-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.submenuee {
    background: none;


}

.card_2 div {
    margin: 0 10px;
    padding: 12px;
    height: 196px;
    max-width: 200px;
    border-radius: 10px;

}

@media (max-width: 576px) {
	.quick-link-row {
        display: grid;
        grid-template-columns: none;
        gap: 20px;
        padding: 10px;
        /* text-align: center; */
}
	.fot_2{
		
		display: flex;
  justify-content: space-between;
	}
    .card_block div {
        border-radius: 10px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        margin-right: 0px;
        padding: 12px;
        cursor: pointer;
        position: relative;
        width: 50%;
    }

    .card_block div p {
        width: 100%;
        float: left;
        text-align: left;
        /* margin-top: 12px; */
        font-size: 16px;
        font-weight: bold;
    }

    .card_2 {
        flex-direction: column;
        align-items: center;
    }

    .card_2 div {
        height: 100%;
        margin-bottom: 10px;
        width: 100%;
    }
.home-brand-img img.img-fluid {
        height: 55px;
        padding: 0px 0px;
        margin: 0px 0px;
        width: 100%;
        object-fit: contain;
}
    .card_2 div img {

        height: 100px;
                object-fit: contain;;

    }

    .card_1 {}

    .card_1 div p {
        width: 100%;
        float: left;
        text-align: left;
        /* margin-top: 12px; */
        font-size: 16px;
        font-weight: bold;
    }
.icon_block div h3 {
       
        line-height: 18px;
        
}
.form_send_enquiry {
        justify-content: center;
        width: 100%;
        margin: 0 auto 0px auto;
        display: flex;
}
    .home-brand-img {
        max-width: 100%;
        /* margin: 0 auto; */
    }


    .breaker-switch div img {
        width: 100%;
        object-fit: contain;
		height: 200px;

    }

    .breaker-switch div p {
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }

}

#enquiryModal,
#product_list1 {
    z-index: 99999 !important;
}

a.footer-bulk-enquiry-btn {
    background: #ed1c24;
    text-align: center;
    padding: 10px 30px;
    border-radius: 5px;
    width: fit-content;
	color: #fff;
}
a.footer-bulk-enquiry-btn:hover {
    color: #fff !important;
}

/* Preloader container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff8c; /* Change color if needed */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Spinner animation */
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #ed1c24; /* Loader color */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

/* Spin keyframes */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Fade out animation */
.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.footer_heading .f-text-color-hover:hover{
    color: #ed1c24;
}


@media screen and (width: 1080px) and (height: 2400px) {
   .menu-main {
    position: relative;
    padding-top: 159px;
  }
  .carousel-caption {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #000;
        text-align: center;
        height: 100%;
        max-width: 900px;
        margin: 0 auto;
}
.top_bg {
  background-color: #ebebeb;
  padding: 8px 0;
  display: flex;
}
.book_now {
        z-index: 1;
        background: #ed1c24;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        color: #fff;
        display: inline-block;
        font-size: 0.9rem;
        height: 35px;
        top: 16%;
        line-height: 38px;
        position: fixed;
        right: 0;
        text-align: center;
        text-decoration: none;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform-origin: bottom right;
        width: 150px;
        transition: 0.4s 
ease-in-out;
        cursor: pointer;
}
}

@media screen and (width: 720px) and (height: 1600px) {
.col-md-2 {
                flex: 0 0 auto;
                width: 26.66666667%;
        }
		        .col-md-8 {
                flex: 0 0 auto;
                width: 46.66666667%;
        }
		.col-auto {
        flex: 0 0 auto;
        width: auto;
}
.nav {
                padding: 36px 0;
        }
		 .menu-main {
    position: relative;
    padding-top: 116px;
  }
  .search-box {
    max-width: 300px;
  }
  .user_icon {
  margin: 0 0px 0 0px;
  text-align: right;
  float: right;
}
.product-card {
        flex: 0 0 calc(100% / 4 - 20px);
        max-width: 200px;
        border-radius: 10px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        text-align: center;
        align-content: center;
        background-color: #fff;
        /* margin: auto; */
        justify-items: center;
        align-items: center;
        padding: 12px;
        height: 196px;
}
.icon_block div {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        padding: 12px 11px;
}
}

@media screen and (width: 1080px) and (height: 2412px) {
  .menu-main {
    position: relative;
    padding-top: 156px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .icon_block div {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        padding: 7px 15px;
}
.icon_block div h3 {
       
        font-size: 15px;
       
}
.footer_heading a {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  cursor: pointer;
}
.footer_logo p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-top: 24px;
  width: auto;
}
.fot_2 span{
	display:none;
}
.footer_heading h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  margin-bottom: 24px;
}
.home-brand-img img.img-fluid {
  height: 38px;
  padding: 0 8px;
  margin: 17px 0px;
  width: 100%;
  object-fit: contain;
}
.product-card {
  flex: 0 0 calc(100% /4 - 20px);
 
}
.table_search input {
                width: 100%;
                /* height: 20px; */
                margin-bottom: 12px;
        }
		.slider_button {
        display: flex;
        margin-top: 12px;
        align-items: center;
        justify-content: center;
}
.topbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 6px 0;
  column-gap: 32px;
  animation: topbar-marquee 18s linear infinite;
}
.category_logo .cert-badges {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 8px 12px;
    row-gap: 8px;
  align-items: center;
  row-gap: 12px;
}
.related_block {
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                align-content: center;
                justify-content: center;
                align-items: center;
                float: none;
                overflow: scroll;
        }
		.search_input {
                min-width: fit-content;
        }
}

}