/*
 Theme Name:     Vesta-Lines
 Theme URI:      https://www.Vesta-Lines.com
 Description:    Divi Child Theme
 Author:         Vesta-Lines
 Author URI:     https://www.Vesta-Lines.com
 Template:       Divi
 Version:        1.0.0
*/

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

:root {
    --font_archivo: "Archivo", sans-serif !important;
    --primary_color: #57B1E3;
    --secondary_color: #979797;
    --black_color: #000;
    --white_color: #fff;
    --font_weight_400: 400;
    --font_weight_500: 500;
    --font_weight_600: 600;
    --font_weight_700: 700;
}
.privacy_row .site_title {
    font-size: 20px !important;
    margin-top: 10px;
    text-transform: capitalize;
    line-height: 1.3;
    color: #000;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder {
    color: #000 !important;
}
.privacy_row .site_des {
    font-size: 15px;
}
.abt_btn_box {
    gap: 10px;
}
html {
    overflow-y: scroll !important;
    scrollbar-width: 3px !important;
    overflow-x: hidden !important;
    background: transparent !important;
}

body {
    font-family: var(--font_archivo) !important;
    line-height: 1.8em !important;
    overflow-x: hidden !important;
    background: transparent !important;
}

body .et_pb_image_wrap {
    width: 100% !important;
    line-height: 0 !important;
}

textarea {
    resize: none !important;
}

.pd0 {
    padding: 0px !important;
}

.site_padd {
    padding: 90px 0px !important;
}

.dis_fx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dis_fx_al {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dis_fx_al_st {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.custom_width_px {
    width: 100% !important;
    max-width: 1473px !important;
}

.cust_width {
    width: 100% !important;
    max-width: 77% !important;
}

.map_img,
.lsd_img,
.category_image {
    width: 100% !important;
    line-height: 0 !important;
    text-align: center !important;
    position: relative !important;
}

.tc {
    text-align: center !important;
}

body a {
    font-weight: 600 !important;
}

.wt {
    color: var(--white_color) !important;
}

.site_title {
    display: block;
    color: var(--black_color);
    font-size: 36px !important;
    font-weight: var(--font_weight_600);
    line-height: 1.4em;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.site_des {
    display: block;
    color: #666;
    font-size: 14px;
    font-weight: var(--font_weight_400);
    line-height: 1.8em;
    text-transform: capitalize;
}

.site_des span {
    display: block;
    padding-bottom: 10px;
}

.p_top_10 {
    padding-top: 10px !important;
}

.btn_col_right {
    margin-left: 10px;
    line-height: 0;
}

.dif_tx {
    color: var(--secondary_color) !important;
}

/* Why Choose Us Section */
.lsl_img .site_button:hover {
    color: #fff !important;
}

.wcu_inr,
.blog_list {
    margin: auto -15px;
}

.wcu_box {
    padding: 15px;
}

.wcu_box_inr {
    background: var(--white_color);
    border-radius: 20px;
    padding: 35px;
    border: 1px solid transparent;
    transition: 0.5s;
}

.wcu_box_inr:hover {
    border: 1px solid var(--black_color);
}

.wcu_icon svg {
    width: 45px;
    height: 45px;
    animation: opacity 1.5s ease-in-out infinite alternate;
}

.wcu_icon {
    line-height: 0;
    padding-bottom: 15px;
}

.wcu_title span {
    display: block;
    color: var(--black_color);
    font-size: 26px;
    font-weight: var(--font_weight_600);
    line-height: 1.4em;
    padding-bottom: 15px;
    text-transform: capitalize;
}

@keyframes opacity {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0.5;
        transform: scale(0.9);
    }
}

.wcu_des span {
    display: block;
    color: var(--black_color);
    font-size: 14px;
    font-weight: var(--font_weight_400);
    line-height: 1.8em;
    text-transform: capitalize;
}

/* end */

/* Lorem Ipsum Section */

.dif_cust_width {
    width: 100% !important;
    max-width: 64% !important;
}

/* end */

/* Map Section */

.pd0.plr {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.map_col_1,
.map_col_2 {
    width: 50% !important;
}

.map_img img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 570px;
}

.google_map {
    width: 100% !important;
    line-height: 0 !important;
}

.google_map iframe {
    width: 100% !important;
    height: 570px;
}

/* end */

/* Blog Section */

.blog_title_main {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    padding: 15px;
    gap: 20px;
}

.blog_img {
    width: 100% !important;
    position: relative;
    line-height: 0 !important;
    overflow: hidden;
    border-radius: 10px;
}

.blog_img img {
    object-fit: cover;
    width: 100% !important;
    height: 355px;
    border-radius: 10px;
    transition: 0.5s;
}

.blog_title_main_inner_cat {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog_title a {
    display: block;
    color: var(--black_color) !important;
    font-size: 22px;
    font-weight: var(--font_weight_500) !important;
    line-height: 1.5em;
    text-transform: capitalize;
}

.blog_title a:hover {
    color: var(--primary_color) !important;
}

.blog_content_inner span {
    display: block;
    color: #666;
    font-size: 14px;
    font-weight: var(--font_weight_400);
    line-height: 1.5em;
    text-transform: capitalize;
}

.blog_link a,
.vw_tbn a {
    display: flex;
    align-items: center;
    color: var(--black_color) !important;
    font-size: 16px;
    font-weight: var(--font_weight_400) !important;
    line-height: normal;
    text-transform: capitalize;
    gap: 10px;
}

.vw_tbn {
    position: absolute;
    top: 30px;
    bottom: auto;
    left: auto;
    right: 0;
}

.blog_link a:hover,
.vw_tbn a:hover {
    color: var(--primary_color) !important;
    text-decoration: underline;
}

.blog_title_main:hover img {
    transform: scale(1.1);
}

/* end */

/* Gallery Section */

.site_padd_30 {
    padding: 30px 0px !important;
}

.gallery_inage_inr {
    width: 100% !important;
    line-height: 0 !important;
    text-align: center !important;
    border-radius: 20px;
}

.gallery_inage_inr img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 555px;
    border-radius: 20px;
}

.gallery_main {
    padding: 0 15px;
    position: relative;
}

.gallery_main_inr {
    position: relative;
}

.gallery_main_inr:before {
    content: '';
    background: var(--white_color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    border-radius: 20px;
}

.gallery_main.slick-center .gallery_main_inr:before {
    background: transparent;
    opacity: 1;
}

/* end */

/* Led Strip Lights Section */

.trbl_pd {
    padding: 30px !important;
}

.p_top_10 {
    padding-top: 10px !important;
}

.lsl_img {
    height: 685px;
}

.lsl_title span {
    display: block;
    color: var(--black_color);
    font-size: 45px;
    font-weight: var(--font_weight_600);
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.lsl_subtitle span {
    display: block;
    color: var(--black_color);
    font-size: 30px;
    font-weight: var(--font_weight_400);
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 15px;
}

/* end */

/* Led Smart Downlight Section */

.lsd_col_2 .site_button {
    color: var(--black_color) !important;
}

.trbl_pd.tp0 {
    padding-top: 0 !important;
}

.lsd_col_1,
.lsd_col_2 {
    width: 50% !important;
}

.lsd_logo {
    padding-bottom: 30px;
}

.lsd_section {
    position: relative;
}

.lsd_section:before {
    content: '';
    background: url(/../../../wp-content/uploads/2025/07/Rectangle-5905-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 97%;
    height: 95%;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}

.lsd_img img {
    object-fit: contain;
    object-position: center;
    width: 100% !important;
    height: 445px;
}

/* end */

/* Banner Section */

.dis_fx_al_en {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.main_bnr_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100% !important;
}

.bnr_row {
    height: 855px;
    padding-left: 4.5% !important;
    padding-bottom: 6.5% !important;
}

.bnr_title span {
    display: block;
    color: var(--white_color);
    font-size: 65px;
    font-weight: var(--font_weight_600);
    line-height: 1.2em;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.bnr_subtitle span {
    display: block;
    color: var(--primary_color);
    font-size: 31px;
    font-weight: var(--font_weight_600);
    line-height: 1.2em;
    text-transform: capitalize;
}

/* end */

/* Category Section */

.cat_section {
    background: transparent;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.lr_pd {
    padding: 0px 140px !important;
}

.category_image img {
    object-fit: contain;
    object-position: center;
    width: 100% !important;
    height: 70px;
}

.category_image {
    margin-bottom: 15px;
}

.top_selling_pro_title {
    display: block;
    color: var(--white_color);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
}

/* end */

/* Image Box Section */

.trbl_pd.bp0 {
    padding-bottom: 0 !important;
}

.bl_col_1 {
    padding-right: 10px;
}

.bl_col_2 {
    padding-left: 10px;
    padding-right: 10px;
}

.bl_col_3 {
    padding-left: 10px;
}

.img_bx.img_box1 {
    background: linear-gradient(137.88deg, rgba(87, 177, 227, 0.3) 3.51%, rgba(228, 228, 228, 0.3) 81.99%);
    padding-top: 0 !important;
    align-items: top;

}

.img_bx.img_box2 {
    padding-bottom: 0 !important;
    background: linear-gradient(360deg, rgba(87, 177, 227, 0.34) 0%, rgba(228, 228, 228, 0.34) 100%);
    align-items: end;
    overflow: hidden;
}

.img_box2 .site_btn {
    padding-bottom: 40px !important;
}

.img_bx.img_box3 {
    align-items: top;
    padding-top: 0 !important;
    background: linear-gradient(137.88deg, rgba(87, 177, 227, 0.3) 3.51%, rgba(228, 228, 228, 0.3) 81.99%);

}

.box-image {
    width: 100%;

}

.img_box2 img {
    width: 80% !important;
}

.box-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.img_bx {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 680px;
    padding: 70px;
}


.box_title span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #161616;
    font-size: 36px;
    font-weight: var(--font_weight_600);
    line-height: normal;
    text-transform: capitalize;
}

.box_inr {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.box_subtitle span {
    display: block;
    color: #161616;
    font-size: 20px;
    font-weight: var(--font_weight_400);
    text-transform: capitalize;
}

/* end */

/* About Us Section */

.about_section {
    position: relative;
    overflow: hidden;
}

.abt_slider_box {
    width: 80%;
}

/* .abt_col_1 {
    width: 50% !important;
} */

/* .abt_col_2 {
    width: 20% !important;
    /* transform: rotate(15deg); */


/* .abt_col_3 {
    width: 20% !important;
    transform: rotate(15deg);
} */

.abt_inage_inr {
    width: 100% !important;
    text-align: center !important;
    line-height: 0;
}

.abt_inage_inr img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 345px;
    border-radius: 20px;
}

.abt_main {
    padding: 10px;
}

.first_col_main_row {
    display: flex;
    flex-wrap: wrap;
    height: 750px;
}

.first_col_main {
    width: 50% !important;
    transform: rotate(12deg);
}


.first_col_main .slick-list {
    position: relative;
    display: block;
    position: relative;
}

.sec_col_slide,
.sec_col_slide img {

    transform: rotate(180deg);
}



/* end */

/* product tab section */

.title_row_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view_all_btn {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 400 !important;
}

ul.woo-cat-tabs {
    padding: 0 !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D2D2D7;
}

ul.woo-cat-tabs li {
    list-style-type: none;
    padding: 0px 30px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 30px !important;

}

.woo-cat-tab.active img {
    filter: brightness(0.5) saturate(0%);

}

.woo-cat-tab.active {
    border-bottom: 1px solid #000;
}

.cat-name {
    font-size: 16px;
    display: block;
    font-weight: 400 !important;
    color: #000;
    text-transform: capitalize;
    padding-top: 10px;
}

.product-item_inner {
    border-radius: 20px;
    background: #fff;
    margin: 10px;
    position: relative;
    border: 1px solid transparent;
    padding: 30px 25px;
    text-align: center;
}

.product-thumb {
    text-align: center;
}

.sale_badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #FF0000;
    color: #fff;
    padding: 0px 8px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 10px;
}


.product-title {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    height: 60px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.product-item_inner:hover {
    border: 1px solid #ddd;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.product-item_inner:hover .product-thumb img {
    transform: scale(0.9);

}

.product-thumb img {
    transition: 1s !important;
    transform: scale(1);
    height: 240px !important;
    object-fit: contain !important;
    display: flex !important;
    align-items: center !important;
    margin: auto !important;
}

.product-item-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.product-item_inner .product-price {
    background: #57B1E3;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    width: 160px;
    color: #fff;
}

.product-item_inner .product-price del {
    font-size: 12px;
    font-weight: 400 !important;
    color: #ffffffd6 !important;
}

.product-btn a {
    font-size: 16px;
    color: #000 !important;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.woo-cat-products {
    margin-top: 30px;
}

span.wc-cart-count {
    background: #FF0000;
    color: #fff;
    border-radius: 20px;
    padding: 0px;
    position: absolute;
    right: -10px;
    bottom: -8px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/* end */

/* get in touch section */
.contact_form_row {
    display: flex;
    flex-wrap: wrap;
}

.contact_form_col1 input,
.contact_form_col1 select,
.contact_form_col1 textarea {
    border: none;
    border-bottom: 1px solid #DDDDDD;
    font-size: 15px;
    color: #000;
    height: 50px;
    width: 100%;
}

.contact_form_col1 {
    padding: 10px;
    width: 50%;
}

.contact_form_col1 textarea {
    height: 100px;
}

.full_width_row .contact_form_col1 {
    width: 100%;
}

.contact_form_row_main {
    margin-left: -10px;
}

/*get in touch section end*/


/* contact details */
.main_contact_col1_title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    width: 120px;
}

.main_contact_col1 {
    display: flex;
    align-items: center;
}

.main_contact_col1_title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    width: 120px;
    padding: 20px 0px;
    border-right: 1px solid #dddddd;
}

.main_contact_col1_title_text a:hover {
    color: #57B1E3 !important;
}

.main_contact_col1_title_text a {
    font-size: 20px;
    color: #666666 !important;
    font-weight: 400 !important;
}

.get_in_touch_form_col {
    padding-right: 50px;
}

.main_contact_col1_title_text {
    padding-left: 40px;
}

.news_letter_box {
    background: #000000;
    padding: 50px;
    border-radius: 20px;
    width: 85%;
}

.news_letter_box .site_title {
    color: #fff !important;
}

.news_letter_col1 input {
    background: #EDEDEF1A;
    height: 58px;
    border-radius: 100px;
    padding: 10px;
    width: 100%;
    color: #fff;
}

.news_letter_col1_main {
    position: relative;
}

.btn_col_form {
    position: absolute;
    right: 0;
    top: 0;
}

.new_letter_btn {
    background: #57B1E3;
    color: #fff;
    display: block;
    height: 58px;
    border: navajowhite;
    border-radius: 100px;
    width: 120px;
    font-size: 16px;
    cursor: pointer;
}

input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 1;
}

.news_letter_col1 input::placeholder {
    color: #fff;
}

.wpcf7-spinner {
    position: absolute;
}

p.woocommerce-result-count.inner_woo_count {
    font-size: 16px;
    display: block;
    margin-bottom: 0px !important;
    padding-right: 10px !important;
}

/* contact details end*/

@media all and (min-width: 320px) and (max-width: 480px) {
    .img_bx {
        height: auto !important;
    }

    .main_contact_col1 {
        display: block;
        text-align: center;
    }

    .main_contact_col1_title {
        font-size: 18px !important;
        width: auto !important;
        border: none !important;
    }

    .get_touch_row .get_in_touch_details .site_title {
        text-align: center !important;
    }

    .new_letter_btn {
        width: 70px !important;
    }



    .contact_form_col1 {
        width: 100% !important;
    }
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .img_box2 .site_btn {
        padding-bottom: 0px !important;
    }


    /* Why Choose Us section */

    .site_padd {
        padding: 30px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 94% !important;
    }

    .site_title {
        font-size: 20px !important;
        text-align: center !important;
    }

    .site_title br,
    .wcu_title br {
        display: none;
    }

    .wcu_inr,
    .blog_list {
        margin: auto -10px;
    }

    .wcu_box {
        padding: 10px;
    }

    .wcu_box_inr {
        padding: 15px;
        text-align: center !important;
    }

    .wcu_icon svg {
        width: 40px;
        height: 40px;
    }

    .wcu_icon {
        padding-bottom: 10px;
    }

    .wcu_title span {
        font-size: 15px;
        padding-bottom: 10px;
    }

    /* end */

    /* Lorem Ipsum Section */

    .dif_cust_width {
        width: 100% !important;
        max-width: 94% !important;
    }

    .site_des {
        text-align: center !important;
    }

    /* end */

    /* Map Section */

    .map_col_1,
    .map_col_2 {
        width: 100% !important;
    }

    .map_img img,
    .google_map iframe {
        height: 300px;
    }

    .map_col_1 {
        display: none !important;
    }

    /* end */

    /* Blog Section */

    .blog_title_main {
        width: 100%;
        padding: 10px;
        gap: 10px;
        text-align: center !important;
    }

    .blog_img img {
        height: 200px;
    }

    .blog_title_main_inner_cat {
        gap: 10px;
    }

    .blog_title a {
        font-size: 15px;
    }

    .blog_link a,
    .vw_tbn a {
        font-size: 14px;
        justify-content: center;
    }

    .vw_tbn {
        position: relative;
        top: 0px;
        margin-top: 10px;
    }

    .vw_tbn a {
        justify-content: center;
    }

    /* end */

    /* Gallery Section */

    .gallery_inage_inr img {
        height: 250px;
    }

    .gallery_main {
        padding: 0 10px;
    }

    /* end */

    /* Led Strip Lights Section */

    .trbl_pd {
        padding: 30px 15px !important;
    }

    .lsl_img {
        height: 300px;
    }

    .lsl_title span {
        font-size: 22px;
    }

    .lsl_subtitle span {
        font-size: 16px;
    }

    /* end */

    /* Led Smart Downlight Section */

    .lsd_img img {
        height: auto;
    }

    .lsd_logo {
        padding-bottom: 10px;
    }

    .lsd_logo svg {
        height: 40px;
    }

    .lsd_col_1 {
        width: 100% !important;
        padding-bottom: 20px;
    }

    .lsd_col_2 {
        width: 100% !important;
    }

    /* end */

    /* Banner Section */

    .bnr_row {
        height: 300px;
        padding-left: 3% !important;
        padding-right: 3% !important;
        padding-bottom: 4% !important;
    }

    .bnr_title span {
        font-size: 30px;
        padding-bottom: 20px;
        text-align: center !important;
    }

    .bnr_subtitle span {
        font-size: 20px;
        text-align: center !important;
    }

    /* end */

    /* Category Section */

    .lr_pd {
        padding: 0px 10px !important;
    }

    .category_image img {
        height: 40px;
    }

    .category_image {
        margin-bottom: 10px;
    }

    .top_selling_pro_title {
        font-size: 14px;
    }

    /* end */

    /* Image Box Section */

    .img_bx {
        height: 350px;
        padding: 20px;
        background-position: top;
    }

    .box_title span {
        gap: 10px;
        font-size: 20px;
    }

    .box_subtitle span {
        font-size: 14px;
    }

    .box_title svg {
        width: 25px;
        height: 25px;
    }

    .bl_col_1,
    .bl_col_2,
    .bl_col_3 {
        width: 100% !important;
        padding: 10px !important;
    }

    /* end */
    /* about us section */
    .first_col_main_row {
        transform: translateX(-50px);
    }

    .abt_col_2 {
        overflow: hidden;
    }

    .abt_col_1 {
        padding: 30px 15px !important;
    }

    .abt_col_1 .site_btn.dis_fx_al {
        justify-content: center;

    }

    .abt_slider_box {
        width: 100%;
    }

    .first_col_main {
        width: 50% !important;
        transform: rotate(5deg);
    }

    .first_col_main_row {
        height: 500px;
    }

    .abt_inage_inr img {
        height: 170px;
    }

    /* about us section end*/
    /* product tab */
    .same_padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .product-item_inner .product-price {
        padding: 3px;
        font-size: 14px;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }

    .cat-name {
        line-height: 1.3;
        font-size: 14px;
    }

    .product-btn a {
        font-size: 15px;
    }

    .product-title {
        font-size: 14px !important;
        height: 28px !important;
    }

    .product-item_inner {
        padding: 28px 5px 5px;
        margin: 5px;
    }

    .product-thumb {
        padding-top: 10px;
    }

    .product-item-btm {
        display: block;
    }

    .product-thumb img {
        height: 100px !important;
    }


    ul.woo-cat-tabs li {
        padding: 0px 10px;
        padding-bottom: 20px !important;
    }

    .title_row_col {
        display: block;
        text-align: center;
    }

    /* product tab end*/
    /* contact details */
    .main_contact_col1_title {
        font-size: 18px;
        width: 90px;

    }

    .news_letter_col1 input,
    .new_letter_btn {
        height: 50px;
    }

    .get_in_touch_form_col {
        padding: 0px 20px;
    }

    .main_contact_col1_title_text {
        padding-left: 10px;
    }

    .news_letter_box {
        padding: 20px;
        width: 100%;
    }

    .main_contact_col1_title_text a {
        font-size: 16px;
    }

    .get_in_touch_details,
    .get_in_touch_form {
        margin-bottom: 0px !important;
    }

    .contact_form_col1.btn_col.btn_col_left button {
        margin: auto;
    }

    .get_in_touch_details .site_title {
        text-align: left !important;
    }

    .get_in_touch_form_col {
        padding: 0px !important;
    }

    /* contact details end*/



}

@media all and (min-width: 481px) and (max-width: 767px) {

    .bl_col_1,
    .bl_col_2,
    .bl_col_3 {
        width: 50% !important;
        padding: 5px !important;
    }

    .img_bx {
        padding: 10px;
    }

    .box_title span {
        font-size: 16px;
    }

    .box_main .dis_fx_al {
        display: flex;
        flex-wrap: nowrap;
    }

    .product-item_inner {
        padding: 28px 15px 15px;
    }

    /* Blog Section */

    .blog_title_main {
        width: 50%;
    }

    /* end */

    /* Led Smart Downlight Section */

    .lsd_img img {
        height: 250px;
    }

    .box-image img {
        width: 200px !important;
    }

    /* end */
    .img_bx .box-image img {
        width: 130px !important;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {
    .img_box2 .site_btn {
        padding-bottom: 0px !important;
    }

    .box-image img {
        width: 200px !important;
    }

    .img_bx .box-image img {
        width: 150px !important;
    }


    /* Why Choose Us section */

    .site_padd {
        padding: 30px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 94% !important;
    }

    .site_title {
        font-size: 24px !important;
        text-align: center !important;
    }

    .site_title br,
    .wcu_title br {
        display: none;
    }

    .wcu_inr,
    .blog_list {
        margin: auto -10px;
    }

    .wcu_box {
        padding: 10px;
    }

    .wcu_box_inr {
        padding: 15px;
        text-align: center;
    }

    .wcu_icon svg {
        width: 40px;
        height: 40px;
    }

    .wcu_icon {
        padding-bottom: 10px;
    }

    .wcu_title span {
        font-size: 16px;
        padding-bottom: 10px;
    }

    /* end */

    /* Lorem Ipsum Section */

    .dif_cust_width {
        width: 100% !important;
        max-width: 85% !important;
    }

    .site_des {
        text-align: center !important;
    }

    /* end */

    /* Map Section */

    .map_img img,
    .google_map iframe {
        height: 400px;
    }

    /* end */

    /* Blog Section */

    .blog_title_main {
        padding: 10px;
        gap: 10px;
    }

    .blog_img img {
        height: 200px;
    }

    .blog_title_main_inner_cat {
        gap: 10px;
    }

    .blog_title a {
        font-size: 15px;
    }

    .blog_link a,
    .vw_tbn a {
        font-size: 14px;
    }

    .vw_tbn {
        position: relative;
        top: 0px;
        margin-top: 15px;
    }

    .vw_tbn a {
        justify-content: center;
    }

    /* end */

    /* Gallery Section */

    .gallery_inage_inr img {
        height: 300px;
    }

    /* end */

    /* Led Strip Lights Section */

    .trbl_pd {
        padding: 30px 15px !important;
    }

    .lsl_img {
        height: 300px;
    }

    .lsl_title span {
        font-size: 33px;
    }

    .lsl_subtitle span {
        font-size: 22px;
    }

    /* end */

    /* Led Smart Downlight Section */

    .lsd_img img {
        height: 250px;
    }

    .lsd_logo {
        padding-bottom: 10px;
    }

    .lsd_logo svg {
        height: 50px;
    }

    .lsd_col_1 {
        width: 42% !important;
    }

    .lsd_col_2 {
        width: 58% !important;
    }

    /* end */

    /* Banner Section */

    .bnr_row {
        height: 400px;
        padding-left: 3% !important;
        padding-right: 3% !important;
        padding-bottom: 4% !important;
    }

    .bnr_title span {
        font-size: 45px;
        padding-bottom: 20px;
        text-align: center !important;
    }

    .bnr_subtitle span {
        font-size: 23px;
        text-align: center !important;
    }

    /* end */

    /* Category Section */

    .lr_pd {
        padding: 0px 10px !important;
    }

    .category_image img {
        height: 40px;
    }

    .category_image {
        margin-bottom: 10px;
    }

    .top_selling_pro_title {
        font-size: 14px;
    }

    /* end */

    /* Image Box Section */

    .img_bx {
        height: 350px;
        padding: 20px;
    }

    .box_title span {
        gap: 10px;
        font-size: 22px;
    }

    .box_subtitle span {
        font-size: 14px;
    }

    .box_title svg {
        width: 25px;
        height: 25px;
    }

    .bl_col_1,
    .bl_col_2,
    .bl_col_3 {
        width: 50% !important;
    }

    .bl_col_1 {
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .bl_col_2 {
        padding-left: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .bl_col_3 {
        padding-left: 0px;
        padding-right: 10px;
    }

    /* end */
    /* about us section */
    .first_col_main_row {
        transform: translateX(0px);
    }

    .abt_col_2 {
        overflow: hidden;
    }

    .abt_col_1 {
        padding: 30px !important;
    }

    .abt_col_1 .site_btn.dis_fx_al {
        justify-content: center;

    }

    .abt_slider_box {
        width: 100%;
    }

    .first_col_main {
        width: 30% !important;
        transform: rotate(8deg);
    }

    .first_col_main_row {
        height: 600px;
    }

    .abt_inage_inr img {
        height: 250px;
    }

    /* about us section end*/
    /* product tab */
    .same_padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .product-item_inner .product-price {
        padding: 6px;
        font-size: 15px;
        width: 80%;
        margin: auto;
        margin-bottom: 10px;

    }

    .product-btn a {
        font-size: 15px;
    }

    .product-title {
        font-size: 16px !important;
        height: 32px !important;
    }

    .product-item_inner {
        padding: 30px 10px 10px;
    }

    .product-thumb {
        padding-top: 10px;
    }

    .product-item-btm {
        display: block;
    }

    .product-thumb img {
        height: 200px;
    }

    ul.woo-cat-tabs li {
        padding: 0px 20px;
        padding-bottom: 20px !important;
    }

    /* product tab end*/

    /* contact details */
    .main_contact_col1_title {
        font-size: 18px;
        width: 90px;

    }

    .news_letter_col1 input,
    .new_letter_btn {
        height: 50px;
    }

    .get_in_touch_form_col {
        padding: 0px 20px;
    }

    .main_contact_col1_title_text {
        padding-left: 10px;
    }

    .news_letter_box {
        padding: 20px;
        width: 100%;
    }

    .main_contact_col1_title_text a {
        font-size: 16px;
    }

    .get_in_touch_details,
    .get_in_touch_form {
        margin-bottom: 0px !important;
    }

    .contact_form_col1.btn_col.btn_col_left button {
        margin: auto;
    }

    .get_in_touch_details .site_title {
        text-align: left !important;
    }



    /* contact details end*/



}

@media only screen and (min-width: 981px) and (max-width: 1140px) {
    .img_box2 .site_btn {
        padding-bottom: 0px !important;
    }

    .img_box2 img {
        width: 160px !important;
    }


    /* Why Choose Us section */

    .site_padd {
        padding: 30px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 95% !important;
    }

    .site_title {
        font-size: 24px !important;
    }

    .wcu_inr,
    .blog_list {
        margin: auto -10px;
    }

    .wcu_box {
        padding: 10px;
    }

    .wcu_box_inr {
        padding: 15px;
    }

    .wcu_icon svg {
        width: 40px;
        height: 40px;
    }

    .wcu_icon {
        padding-bottom: 10px;
    }

    .wcu_title span {
        font-size: 18px;
        padding-bottom: 10px;
    }

    /* end */

    /* Lorem Ipsum Section */

    .dif_cust_width {
        width: 100% !important;
        max-width: 80% !important;
    }

    /* end */

    /* Map Section */

    .map_img img,
    .google_map iframe {
        height: 400px;
    }

    /* end */

    /* Blog Section */

    .blog_title_main {
        padding: 10px;
        gap: 10px;
    }

    .blog_img img {
        height: 200px;
    }

    .blog_title_main_inner_cat {
        gap: 10px;
    }

    .blog_title a {
        font-size: 16px;
    }

    .blog_link a,
    .vw_tbn a {
        font-size: 14px;
    }

    .vw_tbn {
        top: 20px;
    }

    /* end */

    /* Gallery Section */

    .gallery_inage_inr img {
        height: 300px;
    }

    /* end */

    /* Led Strip Lights Section */

    .lsl_img {
        height: 350px;
    }

    .lsl_title span {
        font-size: 36px;
    }

    .lsl_subtitle span {
        font-size: 24px;
    }

    /* end */

    /* Led Smart Downlight Section */

    .lsd_img img {
        height: 300px;
    }

    .lsd_logo {
        padding-bottom: 20px;
    }

    .lsd_col_1 {
        width: 48% !important;
    }

    .lsd_col_2 {
        width: 52% !important;
    }

    /* end */

    /* Banner Section */

    .bnr_row {
        height: 500px;
        padding-left: 3% !important;
        padding-bottom: 4% !important;
    }

    .bnr_title span {
        font-size: 50px;
        padding-bottom: 20px;
    }

    .bnr_subtitle span {
        font-size: 25px;
    }

    /* end */

    /* Category Section */

    .lr_pd {
        padding: 0px 10px !important;
    }

    .category_image img {
        height: 40px;
    }

    .category_image {
        margin-bottom: 10px;
    }

    .top_selling_pro_title {
        font-size: 14px;
    }

    /* end */

    /* Image Box Section */

    .img_bx {
        height: 400px;
        padding: 30px 20px;
    }

    .box_title span {
        gap: 10px;
        font-size: 26px;
    }

    .box_subtitle span {
        font-size: 14px;
    }

    .box_title svg {
        width: 25px;
        height: 25px;
    }

    /* end */
    /* about us section */
    .first_col_main_row {
        transform: translateX(-120px);
    }

    .abt_col_1 {
        padding-left: 30px !important;
    }

    .abt_slider_box {
        width: 100%;
    }

    .first_col_main {
        width: 40% !important;
    }

    .first_col_main_row {
        height: 650px;
    }

    .abt_inage_inr img {
        height: 250px;
    }

    /* about us section end*/

}

@media all and (min-width: 981px) and (max-width: 1024px) {

    /* product tab */
    .same_padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .product-item_inner .product-price {
        padding: 6px;
        font-size: 15px;
        width: 80%;
        margin: auto;
        margin-bottom: 10px;

    }

    .product-btn a {
        font-size: 15px;
    }

    .product-title {
        font-size: 16px !important;
        height: 32px !important;
    }

    .product-item_inner {
        padding: 30px 10px 10px;
    }

    .product-thumb {
        padding-top: 20px;
    }

    .product-item-btm {
        display: block;
    }

    .product-thumb img {
        height: 200px;
    }

    /* product tab end*/
    /* contact details */
    .main_contact_col1_title {
        font-size: 18px;
        width: 90px;

    }

    .news_letter_col1 input,
    .new_letter_btn {
        height: 50px;
    }

    .get_in_touch_form_col {
        padding-right: 30px;
    }

    .main_contact_col1_title_text {
        padding-left: 10px;
    }

    .news_letter_box {
        padding: 20px;
        width: 100%;
    }

    .main_contact_col1_title_text a {
        font-size: 16px;
    }

    /* contact details end*/

}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .img_box2 .site_btn {
        padding-bottom: 0px !important;
    }

    /* product tab */
    .same_padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .product-item_inner .product-price {
        padding: 6px;
        font-size: 15px;
        width: 80%;
        margin: auto;
        margin-bottom: 10px;

    }

    .product-btn a {
        font-size: 15px;
    }

    .product-title {
        font-size: 16px !important;
        height: 32px !important;
    }

    .product-item_inner {
        padding: 30px 10px 10px;
    }

    .product-thumb {
        padding-top: 20px;
    }

    .product-item-btm {
        display: block;
    }

    .product-thumb img {
        height: 200px !important;
    }

    /* product tab end*/

    /* contact details */
    .main_contact_col1_title {
        font-size: 20px;
        width: 100px;

    }

    .news_letter_col1 input,
    .new_letter_btn {
        height: 50px;
    }

    .get_in_touch_form_col {
        padding-right: 30px;
    }

    .main_contact_col1_title_text {
        padding-left: 20px;
    }

    .news_letter_box {
        padding: 30px;
        width: 100%;
    }

    .main_contact_col1_title_text a {
        font-size: 16px;
    }


    /* contact details end*/





}

@media all and (min-width: 1141px) and (max-width: 1440px) {
    .img_box2 .site_btn {
        padding-bottom: 0px !important;
    }

    /* Why Choose Us section */

    .site_padd {
        padding: 50px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 85% !important;
    }

    .site_title {
        font-size: 28px !important;
    }

    .wcu_inr,
    .blog_list {
        margin: auto -10px;
    }

    .wcu_box {
        padding: 10px;
    }

    .wcu_box_inr {
        padding: 15px;
    }

    .wcu_icon svg {
        width: 40px;
        height: 40px;
    }

    .wcu_icon {
        padding-bottom: 10px;
    }

    .wcu_title span {
        font-size: 21px;
        padding-bottom: 10px;
    }

    /* end */

    /* Lorem Ipsum Section */

    .dif_cust_width {
        width: 100% !important;
        max-width: 75% !important;
    }

    /* end */

    /* Map Section */

    .map_img img,
    .google_map iframe {
        height: 400px;
    }

    /* end */

    /* Blog Section */

    .blog_title_main {
        padding: 10px;
        gap: 10px;
    }

    .blog_img img {
        height: 250px;
    }

    .blog_title_main_inner_cat {
        gap: 10px;
    }

    .blog_title a {
        font-size: 18px;
    }

    .blog_link a,
    .vw_tbn a {
        font-size: 14px;
    }

    /* end */

    /* Gallery Section */

    .gallery_inage_inr img {
        height: 350px;
    }

    /* end */

    /* Led Strip Lights Section */

    .lsl_img {
        height: 500px;
    }

    .lsl_title span {
        font-size: 39px;
    }

    .lsl_subtitle span {
        font-size: 26px;
    }

    /* end */

    /* Led Smart Downlight Section */

    .lsd_img img {
        height: 300px;
    }

    .lsd_logo {
        padding-bottom: 20px;
    }

    .lsd_col_1 {
        width: 48% !important;
    }

    .lsd_col_2 {
        width: 52% !important;
    }

    /* end */

    /* Banner Section */

    .bnr_row {
        height: 600px;
        padding-left: 3% !important;
        padding-bottom: 5% !important;
    }

    .bnr_title span {
        font-size: 55px;
        padding-bottom: 20px;
    }

    .bnr_subtitle span {
        font-size: 27px;
    }

    /* end */

    /* Category Section */

    .lr_pd {
        padding: 0px 50px !important;
    }

    .category_image img {
        height: 50px;
    }

    .category_image {
        margin-bottom: 10px;
    }

    .top_selling_pro_title {
        font-size: 14px;
    }

    /* end */

    /* Image Box Section */

    .img_bx {
        height: 450px;
        padding: 30px;
    }

    .box_title span {
        gap: 10px;
        font-size: 30px;
    }

    .box_subtitle span {
        font-size: 16px;
    }

    /* end */
    /* about us section */
    .first_col_main_row {
        transform: translateX(-150px);
    }

    .abt_col_1 {
        padding-left: 30px !important;
    }

    .abt_slider_box {
        width: 100%;
    }

    .first_col_main {
        width: 40% !important;
    }

    .first_col_main_row {
        height: 650px;
    }

    .abt_inage_inr img {
        height: 300px;
    }

    /* about us section end*/

    /* product tab */
    .same_padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .product-item_inner .product-price {
        padding: 10px;
        font-size: 14px;
        width: 120px;
    }

    .product-btn a {
        font-size: 15px;
    }

    .product-title {
        font-size: 16px !important;
        height: 40px !important;
    }

    .product-item_inner {
        padding: 30px 20px 20px;
    }

    .product-thumb {
        padding-top: 0px;
    }

    /* product tab end*/

    /* contact details */
    .main_contact_col1_title {
        font-size: 20px;
    }

    .news_letter_col1 input,
    .new_letter_btn {
        height: 50px;
    }

    .get_in_touch_form_col {
        padding-right: 30px;
    }

    .main_contact_col1_title_text {
        padding-left: 34px;
    }

    .news_letter_box {
        padding: 30px;
    }

    .main_contact_col1_title_text a {
        font-size: 16px;
    }

    .box-image img {
        width: 200px !important;
    }

    /* contact details end*/


}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .img_box2 .site_btn {
        padding-bottom: 0px !important;
    }

    /* product tab */
    .same_padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .product-price {
        padding: 10px;
    }


    .product-thumb {
        padding-top: 20px;
    }

    /* product tab end*/
    /* contact details */
    .main_contact_col1_title {
        font-size: 22px;
    }

    .main_contact_col1_title_text {
        padding-left: 34px;
    }

    .news_letter_box {
        padding: 30px;
    }

    .box-image img {
        width: 80%;
    }

    /* contact details end*/
}

@media all and (min-width: 1441px) and (max-width: 1880px) {
    .img_box2 .site_btn {
        padding-bottom: 0px !important;
    }


    /* Why Choose Us section */

    .site_padd {
        padding: 70px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 80% !important;
    }

    .site_title {
        font-size: 32px !important;
    }

    .wcu_inr,
    .blog_list {
        margin: auto -10px;
    }

    .wcu_box {
        padding: 10px;
    }

    .wcu_box_inr {
        padding: 20px;
    }

    .wcu_icon svg {
        width: 40px;
        height: 40px;
    }

    .wcu_icon {
        padding-bottom: 10px;
    }

    .wcu_title span {
        font-size: 23px;
        padding-bottom: 10px;
    }

    /* end */

    /* Lorem Ipsum Section */

    .dif_cust_width {
        width: 100% !important;
        max-width: 70% !important;
    }

    /* end */

    /* Map Section */

    .map_img img,
    .google_map iframe {
        height: 500px;
    }

    /* end */

    /* Blog Section */

    .blog_title_main {
        padding: 10px;
        gap: 10px;
    }

    .blog_img img {
        height: 300px;
    }

    .blog_title_main_inner_cat {
        gap: 10px;
    }

    .blog_title a {
        font-size: 20px;
    }

    .blog_link a,
    .vw_tbn a {
        font-size: 14px;
    }

    /* end */

    /* Gallery Section */

    .gallery_inage_inr img {
        height: 450px;
    }

    /* end */

    /* Led Strip Lights Section */

    .lsl_img {
        height: 600px;
    }

    .lsl_title span {
        font-size: 42px;
    }

    .lsl_subtitle span {
        font-size: 28px;
    }

    /* end */

    /* Led Smart Downlight Section */

    .lsd_img img {
        height: 400px;
    }

    .lsd_logo {
        padding-bottom: 20px;
    }

    /* end */

    /* Banner Section */

    .bnr_row {
        height: 700px;
        padding-left: 4% !important;
        padding-bottom: 6% !important;
    }

    .bnr_title span {
        font-size: 60px;
        padding-bottom: 20px;
    }

    .bnr_subtitle span {
        font-size: 29px;
    }

    /* end */

    /* Category Section */

    .lr_pd {
        padding: 0px 100px !important;
    }

    .category_image img {
        height: 60px;
    }

    .category_image {
        margin-bottom: 10px;
    }

    .top_selling_pro_title {
        font-size: 14px;
    }

    /* end */

    /* Image Box Section */

    .img_bx {
        height: 550px;
        padding: 50px;
    }

    .box_title span {
        gap: 10px;
        font-size: 34px;
    }

    .box_subtitle span {
        font-size: 18px;
    }

    /* end */
    /* about us section */
    .first_col_main_row {
        transform: translateX(-100px);
    }

    .abt_col_1 {
        padding-left: 30px !important;
    }

    .abt_slider_box {
        width: 100%;
    }

    .first_col_main {
        width: 40% !important;
    }

    /* about us section end*/

    /* product tab */
    .same_padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* product tab end*/


}

@media all and (min-width: 1681px) and (max-width: 1880px) {

    /* about us section */
    .first_col_main_row {
        transform: translateX(-80px);
    }

    /* about us section end*/
}