body
{
    overflow-x: hidden;
}

.cus-breadcrumb_text
{
    margin-bottom:32px;
}

.product_thumb img
{
    height: 275px;
    object-fit: contain;
}

.main_menu nav > ul > li:hover ul.bucker-dropdown
{
    overflow-y: auto;
    max-height: 300px;
    top: 100%;
    background: #FFF;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    padding: 0;
}

.main_menu nav > ul > li:hover ul.bucker-dropdown li:hover 
{
    background-color: #F8F9FA;
}

.main_footer
{
    padding: 30px 0;
}

#cus-product-page-desc tbody, 
#cus-product-page-desc td, 
#cus-product-page-desc tfoot, 
#cus-product-page-desc th, 
#cus-product-page-desc thead, 
#cus-product-page-desc tr
{
    border-width: 1px !important;
    padding-left: 5px !important;
}

#cus-product-page-desc table
{
    width: 100% !important;
}

.header_logo
{
    margin-bottom: unset;
}

.header_logo a 
{
    display: block;
    background: transparent;
    padding: unset;
    border-radius: unset;
}

.header_logo a img
{
    width: 150px;
}

.main_menu nav > ul > li > a::before
{
    content: unset;
}

.main_menu nav > ul > li > a
{
    color: #EC2E34;
    font-size: 18px;
    font-weight: 600;
}

.main_menu nav > ul > li > a:after
{
    content: "";
    background: #EC2E34;
    position: absolute;
    bottom: 30px;
    left: 30%;
    height: 3px;
    width: 45%;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main_menu nav > ul > li:hover > a:after  
{
    left: 15%;
    width: 75%;
}

.main_menu nav > ul > li:hover > a,
.main_menu nav > ul > li > a.active
{
    color: #EC2E34;
}

.header_top 
{
    background: #EC2E34;
    padding: 5px 0;
}

.header_top_sidebar > ul > li > a,
.welcome_text p
{
    color: #FFF;
}

#contact-form .form_input input,
#contact-form .form_textarea textarea
{
    color: #000;
    border: 1px solid #000;
}

#contact-form .form_textarea textarea
{
    font-size: 14px;
    padding: 10px 25px;
}

#contact-form .form_textarea textarea::placeholder,
#contact-form .form_input input::placeholder
{
    color: #000;
    opacity: 1; /* Firefox */
}

#contact-form .form_input_btn
{
    text-align: right;
}

.form_input_btn .btn.btn-link
{
    margin-top: 0px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-weight: 600;
}

.single_product 
{
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px 5px #e2e2e2;
}

.product_content 
{
    padding: 15px 5px;
    background: rgba(236,46,52, 0.9);
}

.product_content h4 
{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    color: #FFF;
    transition: all .3s ease-in-out;
}

.product_content h4:hover
{
    transform: scale(1.1);
}

.product_content h4 a:hover 
{
    color: #FFF;
}

.product_details_sidebar h2.product__title
{
    /* text-align: center; */
}

.product_pro_button
{
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product_pro_button > a.add_to_cart
{
    margin-left: unset;
    width: 90%;   
    border-radius: 5px; 
    transition: all .3s ease-in-out;
}

.product_pro_button > a.add_to_cart:hover
{
    width: 100%;
    background: #2b4174;
}

.product_pro_button > a.cus_send_enquiry
{
    background: #EC2E34;
}

.product_pro_button > a.cus_send_enquiry:hover
{
    width: 100%;
    background: #EC2E34 !important;
}

.product_tab_section, 
.product_details_releated_section
{   
    border-top: 1px dashed #CCC;
    padding-top: 20px;
}

.product_details_sidebar h2.product__title
{
    line-height: 35px;
}

.product_short_desc
{
    margin-top: 20px;
}

.product_short_desc h4
{
    font-size: 16px;
    margin-bottom: 0px;
}

.product_short_desc a
{
    font-size: 14px;
    text-decoration: underline;
}

.product_share_buttons h4
{
    font-size: 16px;
    margin-bottom: 0px;
}

.product_share_buttons
{
    text-align: center;
    margin-top: 30px;
}

.product_share_buttons ul
{
    display: inline-flex;
    gap: 10px;
    margin-top: 10px;
}

.product_share_buttons ul li img
{
    width: 25px;
}

.header_top_sidebar > ul > li > a:hover 
{
    color: #FFF;
    font-family: 600;
    text-decoration: underline;
}

.footer_widget_list .sticky_none img
{
    width: 150px;
}

.footer_list_width
{
    width: 33.33%;
}

.footer_list_width.middle 
{
    width: 60%;
    flex-direction: column;
    gap: 20px;
}

.footer_list_width.middle .footer_contact_desc p 
{
    font-weight: 500;
    color: #e0e0e0;
    text-align: center;
}

.main_menu nav > ul > li ul.bucker-dropdown 
{
    min-width: 300px;
}

.main_menu nav > ul > li ul.bucker-dropdown li a
{
    padding: 5px 20px;
    font-weight: 600;
}

.main_menu nav > ul > li ul.bucker-dropdown li.submenu-holder 
{
    padding: 0;
}

.main_menu nav > ul > li ul.bucker-dropdown li.submenu-holder a
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero_content .btn-link::before
{
    background: #EC2E34;;
}

.main_menu nav > ul > li ul.bucker-dropdown li.submenu-holder:last-child
{
    border-bottom: unset;
}

.cus-non-color-atag
{
    color: #FFF;
}

.cus-non-color-atag:hover
{
    color: #FFF;
    text-decoration: underline;
}

.breadcrumbs_text h1 
{
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
}

.featured_banner_section,
.featured_banner_inner
{
    padding: 0;
}

.hero_banner_inner
{
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.hero_banner_section .hero_content
{
    display: flex;
    justify-content: center;
}

.hero_banner_section
{
    height: 500px;
}

.featured_banner_inner > button.next_arrow 
{
    right: 20px;
    left: auto;
}

.featured_banner_inner > button 
{
    left: 20px;
    z-index: 999;
}

.hero_content .btn-link
{
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    background: #EC2E34;
    transition: all .3s ease-in-out;
}

.hero_content .btn-link:hover
{
    background: #EC2E34;
    transform: scale(1.1);
}

.hero_content2 h1,
.hero_content2 h3
{
    color: #000;
    text-shadow: 2px 2px 2px #FFF;
}

.header_section
{
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    border-bottom: 1px solid #e2e2e2;
}

.cus-bor-t-1-e2e2e2
{
    border-top: 1px solid #E2E2E2; 
}

.cus-section-title
{
    color: #EC2E34;
}


/* 
    .cus-section-title:before 
    {
        content: "";
        background: #EC2E34;
        position: relative;
        bottom: -65px;
        left: 45%;
        height: 3px;
        width: 10%;
    } 
*/

.row.featured_banner_inner {
    margin-right: 10px;
    margin-left: 10px;
}

.submenu-bucker-dropdown
{
    display: none;
    transition: all .8s ease-in-out;
}

.open-bucker-submenu
{
    display: block;
    margin-left: 10%;
}

#modal_box .modal-dialog.modal-dialog-centered,
#enquiry_modal_box .modal-dialog.modal-dialog-centered
{
    min-width: 450px;
}

.modal_body 
{
    padding: 30px 5px 10px;
}

.modal_body .contact_form 
{
    padding: 60px 25px;
}

.contact_form h2
{
    font-size: 24px;
}

.modal-content button.close
{
    left: 95%;
    top: -15px;
}

.single_product_gallery
{   
    border: 1px solid #f3f6f4;
    box-shadow: 0px 0px 10px 10px #f3f6f4;
}

.cus_footer_social_media_links
{
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

.cus_footer_social_media_links a
{
    border: 2px solid #000;
    padding: 5px 10px;
    background: #FFF;
}

.cus_footer_social_media_links a img
{
    width: 24px;
}

@media only screen and (max-width: 575px)
{
    .hero_banner_section
    {
        height: 175px;
    }

    .header_logo a img 
    {
        width: 120px;
    }

    .header_top_sidebar > ul
    {
        flex-direction: row;
    }   

    .hero_content2 h1 
    {
        font-size: 24px;
        line-height: 24px;
    }

    .hero_content .btn-link 
    {
        font-size: 12px;
        line-height: 28px;
        height: 28px;
    }

    .product_thumb img 
    {
        height: 160px;
        object-fit: contain;
    }

    .product_content 
    {
        padding: 10px 8px;
        background: rgba(236,46,52, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_list_width
    {
        width: 100% !important;
    }

    .row.featured_banner_inner
    {
        margin-left: 10px;
        margin-right: 10px;
    }

    .hero_banner2 .hero_banner_inner 
    {
        padding: unset;
    }

    .breadcrumbs_text 
    {
        padding: 15px 0;
    }

    .product_page_section .container,
    .about_description_section .container
    {
        width: 90%;
    }

    .product_page_wrapper 
    {
        margin-bottom: 10px;
    }
    
    .cus_footer_social_media_links
    {
        justify-content: center;   
    }
    
    #modal_box .modal-dialog.modal-dialog-centered, #enquiry_modal_box .modal-dialog.modal-dialog-centered
    {
        min-width: 90%;
    }
    
}

@media only screen and (min-width: 1200px) and (max-width: 1600px)
{
    .breadcrumbs_text 
    {
        padding: 30px 0;
    }   
}