/* Helpers Start  */
.text_center {
    text-align: center;
}

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

.d-none {
    display: none;
}

.site_flex {
    display: flex;
}

.m-0 {
    margin: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.p-0 {
    padding: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

/* Helpers End  */

.header_banner {
    background-color: #21201E;
    padding: 90px 0 50px 0;
    position: relative;
}

.header_banner .main-banner-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.breadcrumb-wrapper .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    padding-left: 0;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "";
    height: 6px;
    width: 9px;
    color: #86DFCE;
    background: url(../images/breadcrumb-arrow.png) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
}

.header_banner h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    font-size: 40px;
}

.intro_section .banner_btns {
    justify-content: flex-start;
    margin-top: 30px;
}

.top_selling_shop_products {
    background: #F0F2F4;
    border-radius: 50px;
    margin: 0 20px;
    padding: 80px 0 40px 0 !important;
}

/* Modal css start */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 100px 0 0 0;
}

.modal .modal-content {
    margin: 0 auto;
    width: 600px;
    max-width: 90%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #e9ecef;
    background-color: #910E0E;
    color: #fff;
}

.modal .modal-header .modal-title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
}

.modal .modal-header .modal-title:after {
    display: none;
}

/* .modal .modal-header .close_modal { color: #fff; background-color: rgba(0,0,0,0); border: 0; cursor: pointer; font-size: 20px; margin: 0; padding: 0; line-height: 1;
appearance: none;
  -webkit-appearance: none; 
  -webkit-text-fill-color: #fff; 
} */

.modal .modal-header .close_modal {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    -webkit-appearance: none;
}

.modal .modal-header .close_modal svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    transition: stroke 0.3s ease;
}


.modal .modal-body {
    flex: 1 1 auto;
    padding: 20px 30px;
}

@media (max-width: 767px) {
    .modal .modal-body {
        padding: 20px 15px;
    }


}

.modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-top: 1px solid #e9ecef;
}

.modal.full_modal {
    width: 100%;
    padding: 0;
}

.modal.full_modal .modal-content {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    height: 100%;
    background-image: url('assets/images/popup-bg.webp');
    background-size: cover;
}

.modal.full_modal .modal-content .modal-body {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    overflow-y: scroll;
}

.modal.full_modal .modal-content .modal-body .info_box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.full_modal .modal-content .modal-body .info_box .info_wrapper .lets {
    color: #fff;
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
    padding: 0 0 10px 0;
}

.modal.full_modal .modal-content .modal-body .info_box .info_wrapper p {
    color: #fff;
}

.modal.full_modal .modal-content .modal-body .form_box {
    width: 50%;
    margin: 100px 0;
}

.modal.full_modal .modal-content .modal-body .form_box .close_wrapper {
    background-color: #fff;
}

.modal.full_modal .modal-content .modal-body .form_box .wpforms-container {
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.modal.full_modal .modal-content .modal-body .form_box .close_modal {
    background-color: #fff;
    color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 0 0 auto;
}

body.modal_open {
    overflow: hidden;
    max-height: 100%;
}

.global_form .form_row .form-group label {
    display: block;
    color: #809EC3;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.global_form .form-control {
    border: 1px solid #E6EEF4;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
    width: 100%;
}

.global_form textarea.form-control {
    height: 100px;
}

.global_form .form_row .form-group {
    flex: 1 1 100%;
    margin-bottom: 20px;
}

.global_form input[type='text'],
.global_form input[type='email'],
.global_form input[type='tel'] {
    height: 46px;
}

.global_form input[type='text']::placeholder,
.global_form input[type='email']::placeholder,
.global_form input[type='tel']::placeholder,
.global_form textarea::placeholder {
    color: #BDCEE3;
}

.modal .global_form input[type='text']::placeholder,
.modal .global_form input[type='email']::placeholder,
.modal .global_form input[type='tel']::placeholder,
.modal .global_form textarea::placeholder {
    color: #707c8b;
}

.modal .global_form #state_dropdown.placeholder {
    color: #707c8b;
}

.modal .global_form input[type='text'],
.modal .global_form input[type='email'],
.modal .global_form input[type='tel'] {
    border: 1px solid #ccc;
}

.modal .global_form select {
    border: 1px solid #ccc;
}

.modal .global_form #state_dropdown,
.modal .global_form textarea {
    border: 1px solid #ccc;
}

.modal .global_form .submit-row {
    text-align: center;
}

.global_form button[type="submit"] {
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 14px;
    background: #21201E;
    border: none;
    text-align: center;
    padding: 15px 30px;
    width: auto;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.global_form .form_row .form-group label.error {
    color: #ff0000c9;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
    text-align: left;
}

.global_form #state_dropdown.placeholder {
    color: #BDCEE3;
}

.modal .global_form .form_row .form-group label {
    display: none;
}

.modal .modal-header .modal-title {
    font-size: 22px;
    font-weight: 500;
}

@media(max-width: 767px) {
    .modal.full_modal .modal-content .modal-body {
        flex-wrap: wrap;
    }

    .modal.full_modal .modal-content .modal-body .info_box {
        width: 100%;
        text-align: center;
        padding: 20px 15px 0 15px;
    }

    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper .lets {
        font-size: 26px;
        line-height: 26px;
    }

    .modal.full_modal .modal-content .modal-body .form_box {
        width: 100%;
        margin: 0 0 0 0;
    }
}

@media (min-width: 768px) {
    .global_form .form_row.two_col {
        margin: 0 0 0 -20px;
    }

    .global_form .form_row {
        display: flex;
    }

    .global_form .form_row.two_col .form-group {
        flex: 1 1 calc(50% - 20px);
        margin: 0 0 20px 20px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .modal.full_modal .modal-content .modal-body {
        align-items: normal;
    }

    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper {
        padding: 0 15px;
    }

    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper .lets {
        font-size: 26px;
        line-height: 26px;
    }

    .modal.full_modal .modal-content .modal-body .form_box {
        margin: 0 0 0 0;
    }
    
}

@media(min-width: 992px) and (max-width: 1199px) {
    .modal.full_modal .modal-content .modal-body {
        align-items: normal;
    }

    .modal.full_modal .modal-content .modal-body .info_box {
        width: 45%;
    }

    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper {
        padding: 0 15px;
    }

    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper .lets {
        font-size: 40px;
        line-height: 40px;
    }

    .modal.full_modal .modal-content .modal-body .form_box {
        width: 55%;
        margin: 0 0 0 0;
    }

    .modal.full_modal .modal-content .modal-body .form_box .wpforms-container {
        padding: 30px !important;
        border: 0 !important;
    }
}

@media(min-width: 1200px) and (max-width: 1399px) {
    .modal.full_modal .modal-content .modal-body .info_box {
        width: 45%;
    }

    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper {
        padding: 0 15px;
    }

    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper .lets {
        font-size: 45px;
        line-height: 45px;
    }

    .modal.full_modal .modal-content .modal-body .form_box {
        width: 55%;
        margin: 0 0 0 0;
    }

    .modal.full_modal .modal-content .modal-body .form_box .wpforms-container {
        padding: 60px !important;
        border: 0 !important;
    }
}

@media(min-width: 1400px) and (max-width: 1599px) {
    .modal.full_modal .modal-content .modal-body .info_box {
        width: 45%;
    }

    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper {
        padding: 0 50px;
    }

    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper .lets {
        font-size: 50px;
        line-height: 50px;
    }

    .modal.full_modal .modal-content .modal-body .form_box {
        width: 55%;
        margin: 0 0 0 0;
    }

    .modal.full_modal .modal-content .modal-body .form_box .wpforms-container {
        padding: 40px !important;
        border: 0 !important;
    }
}

@media(min-width: 1600px) and (max-width: 1799px) {
    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper .lets {
        font-size: 65px;
        line-height: 65px;
    }
}

@media(min-width: 1600px) {
    .modal.full_modal .modal-content .modal-body .form_box .wpforms-container {
        padding: 20px 80px 40px 80px !important;
        border: 0 !important;
    }

    .modal.full_modal .modal-content .modal-body .info_box .info_wrapper {
        padding: 0 150px;
    }
}

/* Modal css end  */

/* product grid css start  */
.product_list {
    display: flex;
    margin: 0 0 50px -30px;
    flex-wrap: wrap;
    gap: 20px 0;
}

.product_list .slick-track {
    display: flex;
}

.product_list .slick-track .slick-slide {
    height: auto;
}

.product_list .product_box {
    width: calc(33.33% - 30px);
    margin: 0 0 0 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    padding: 10px;
}

.product_list .product_box * {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product_list .product_box .image_wrapper {
    display: flex;
    overflow: hidden;
    flex: 1 0 auto;
    flex-direction: column;
}

.product_list .product_box .image_wrapper .sku-badge {
    text-transform: uppercase;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: -36px auto 0 auto;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #000;
    background: #fff;
    padding: 7px 8px;
    font-weight: 600;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    position: absolute;
    border-radius: 20px;
    top: 20px;
    left: 20px;
}

.product_list .product_box .image_wrapper .image_wrapper_inner {
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 16/9;
}

.product_list .product_box .image_wrapper a {
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
}

.product_list .product_box .image_wrapper a .title_text {
    margin: 0 auto;
    margin-top: -25px;
    width: 90%;
    text-align: center;
    border-radius: 40px;
    background-color: rgba(245, 245, 245, 0.75);
    padding: 10px 35px;
    backdrop-filter: blur(10px);
    font-size: 24px;
    line-height: 1.2;
}

.product_list .product_box .image_wrapper a .title_text span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product_list .product_box .image_wrapper img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
}

.product_list .product_box .image_wrapper .row1 {
    margin: 25px 0 10px;
    padding: 0 10px;
}

.product_list .product_box .usp_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 10px;
}

.product_list .product_box .usp_item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product_list .product_box .usp_item .text {
    line-height: 1;
    font-size: 16px;
    color: #868686;
    font-weight: 500;
}


.product_list .product_box .price_row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 7px;
}

.product_list .product_box .image_wrapper .row1 .left_box {
    padding: 20px 10px 0 10px;
}

.product_list .product_box .image_wrapper .row1 .start_price_tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background-color: #EEF6FE;
    padding: 6px 15px;
    border-radius: 15px;
    margin-bottom: 18px;
}

.product_list .product_box .image_wrapper .row1 .start_price_tag .txt {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    /* letter-spacing: -0.2px;  */
    letter-spacing: normal;
    /* new change*/
    color: #456386;
}

.product_list .product_box .image_wrapper .row1 .price {
    background: #F5F7F9;
    border-radius: 20px;
    padding: 13px 20px;
    flex: 0 0 65%;
}

.product_list .product_box .image_wrapper .row1 .price .formatted_price {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform-origin: left;
    font-family: 'Outfit';
}

.product_list .product_box .image_wrapper .row1 .txt_box {
    background: #F5F7F9;
    border-radius: 20px;
    padding: 12px;
}

.product_list .product_box .image_wrapper .row1 .txt_box .txt {
    color: #868686;

    /* font-family: Urbanist;  */
    font-family: "Source Serif 4", serif;
    /*new change font*/

    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}


.product_list .product_box .image_wrapper .row1 .price span {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    /* letter-spacing: 0;  */
    letter-spacing: normal;
    /* new change*/
    font-weight: 400;
    margin-bottom: 5px;
}

.product_list .product_box .image_wrapper .row1 .title_text {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    /* letter-spacing: 0.5px;  */
    letter-spacing: normal;
    /* new change*/
    color: #2D3135;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    margin-bottom: 20px;
    padding: 0 10px;
}

.product_list .product_box .image_wrapper .row1 .title_text a {
    color: #2D3135;
}

.product_list .product_box .image_wrapper .row1 .sku_box {
    color: #81828F;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;
}

.product_list .product_box .image_wrapper .row1 .p_title {
    margin-bottom: 20px;
}

.product_list .product_box .image_wrapper .row1 .p_title a {
    font-size: 22px;
    line-height: 1.2;
    color: #0F1117;
    font-weight: 600;
    text-decoration: none;
}

.product_list .product_box .image_wrapper .row1 .p_title a h3 {
    margin-bottom: 0;
}

.product_list .product_box .image_wrapper .row1 .starting_price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.product_list .product_box .image_wrapper .row1 .starting_price .price {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.product_list .product_box .image_wrapper .row1 .starting_price span {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #0F1117;
}

.product_list .product_box .image_wrapper .row1 .price_row .icon img {
    max-width: 48px;
    height: auto;
    margin: 0 auto;
}

/*.product_list .product_box .image_wrapper .row1 .options { display: flex; justify-content: center; align-items: center; }
.product_list .product_box .image_wrapper .row1 .options .option { font-size: 16px; color: #4B81B7;
    line-height: 22px; letter-spacing: -0.5px; }
.product_list .product_box .image_wrapper .row1 .options span { margin: 0 5px; color: #CDCACA; font-size: 12px; }*/
.product_list .product_box .product_details {
    border-top: 0;
    border-radius: 0 0 20px 20px;
}

.product_list .product_box .product_details .row2 {
    margin-bottom: 20px;
}

.product_list .product_box .product_details .row2 .cta_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: center;
}

.product_list .product_box .product_details .row2 .cta_wrap .site_button {
    flex-grow: 1;
}

.product_list .product_box:hover {
    box-shadow: 0px 15px 30px 0px rgba(64, 107, 148, 0.19);
}

.product_list .product_box:hover .image_wrapper img {
    transform: scale(1.1);
}

.product_list .product_box:hover .image_wrapper .row1 .price .formatted_price {
    background-clip: text;
    background: linear-gradient(91.99deg, #EA252E -2.3%, #B40D15 103.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transform: scale(1.05);
    transform-origin: left;
}

.load_more {
    text-align: center;
}

.load_more .phone_btn {
    background: radial-gradient(50.2% 200.78% at 52.34% -100.78%, #2D6096 0%, #253749 64.2%, #21201E 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 15px 35px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 32px;
    border: 2px solid rgba(255, 255, 255, 50%);
    outline-offset: -2px;
    box-shadow: 0px 17px 30px -8px rgba(28, 28, 28, 0.4), inset 0px 3px 4px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.load_more .banner_btn span {
    line-height: 1;
}

.quote_btn {
    cursor: pointer;
}

/* product grid css end  */

.product_box .banner_btn span {
    line-height: 1;
    font-size: 22px;
}

/* .top_selling_shop_products .section_title{margin-bottom: 40px;} */
.product_box .banner_btn .text_active {
    white-space: nowrap;
}

.metal_building_styles {
    padding: 80px 0 !important;
}

.metal_building_styles .section_title {
    margin-bottom: 40px;
}

.metal_building_styles .site_flex {
    flex-wrap: wrap;
    gap: 40px 83px;
    justify-content: center;
}

.metal_building_styles .box {
    background: #F0F2F4;
    padding: 25px 13px 25px 20px;
    border-radius: 20px;
    flex: 0 0 calc(25% - 83px);
    border: 1px solid transparent;
}

.metal_building_styles .box .row-1 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.metal_building_styles .box .row-1 .icon {
    background: #222323;
    border-radius: 10px;
    padding: 5px;
}

.metal_building_styles .box .row-1 .icon svg {
    display: block;
}

.metal_building_styles .box .row-1 .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.metal_building_styles .box .row-2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.metal_building_styles .box:hover {
    box-shadow: 0px 10px 20px -6px #00000033;
    border: 1px solid #EFEFEF;
    transform: translate(0, -5px);
    background-color: #fff;
}

.direct_prices {
    margin: 0 20px;
    padding: 60px 0 !important;
    background-color: #21201E;
    border-radius: 50px;
    color: #fff;
}

.direct_prices h2 {
    color: #fff;
}

.direct_prices .editor_content {
    margin-bottom: 60px;
}

.direct_prices h3 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.direct_prices .site_flex {
    gap: 73px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.direct_prices .box {
    flex: 0 0 calc(25% - 73px);
    text-align: center;
}

.direct_prices .box .image {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #fff;
    margin-bottom: 40px;
}

.direct_prices .box .image img {
    display: block;
}

.direct_prices .box .description h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.direct_prices .box .description {
    padding: 0 15px;
}

.direct_prices .box .description p {
    font-size: 18px;
    line-height: 24px;
}

.max-1000 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.max-1100 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/* .faqs{padding: 80px 0 !important;} */
.accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accorion_content {
    max-width: 855px;
    margin: 0 auto;
    margin-top: 60px;
}

.accordion {
    background: #F0F2F4;
    margin-bottom: 15px;
    padding: 5px;
    padding-left: 20px;
    border-radius: 25px;
    border: 1px solid transparent;
}

.accordion_heading span {
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    flex: 0 0 42px;
    transition: all 0.3s ease;
}

.accordion_heading {
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-size: 20px;
    color: #000;
    background: none;
    font-family: "Bebas Neue", sans-serif;
    text-align: left;
}

.accordion_content_wrapper {
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #7E7E7E;
}

.accordion.active .accordion_content {
    padding-bottom: 10px;
}

.accordion.active {
    border: 1px solid #E9E9E9;
    background: #fff;
}

.accordion.active .accordion_heading span {
    background: #F0F2F4;
    transform: rotate(45deg);
}

.tax-product_cat .category-banner .banner_btns {
    justify-content: flex-start;
}

.tax-product_cat .category-banner .left_col {
    width: calc(55% - 40px);
}

.tax-product_cat .category-banner .right_col {
    width: calc(45% - 40px);
}

.tax-product_cat .category-banner .site_flex {
    gap: 80px;
    align-items: center;
}

.tax-product_cat .category-banner .right_col {
    position: relative;
    overflow: visible;
}

.tax-product_cat .category-banner .right_col .banner_slider {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
}

/* Remove slick spacing */
.tax-product_cat .category-banner .right_col .banner_slider .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.tax-product_cat .category-banner .right_col .banner_slider .slick-center img {
    width: 100%;
    filter: none;
    opacity: 1;
    z-index: 2;
}

.tax-product_cat .category-banner .right_col .banner_slider .slick-slide img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.tax-product_cat .category-banner .right_col .banner_slider .slick-prev,
.tax-product_cat .category-banner .right_col .banner_slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}

.tax-product_cat .category-banner .right_col .banner_slider .slick-prev:not(.slick-disabled),
.tax-product_cat .category-banner .right_col .banner_slider .slick-next:not(.slick-disabled) {
    background-color: #B40D15;
    border-radius: 10px;
}

.tax-product_cat .category-banner .right_col .banner_slider .slick-prev.slick-disabled,
.tax-product_cat .category-banner .right_col .banner_slider .slick-next.slick-disabled {
    background-color: #cbcbcb;
    border-radius: 10px;
}

.tax-product_cat .category-banner .right_col .banner_slider .slick-prev {
    left: -20px;
}

.tax-product_cat .category-banner .right_col .banner_slider .slick-slide.slick-center {
    border-radius: 20px;
    overflow: hidden;
}

.tax-product_cat .category-banner .right_col .banner_slider .slick-next {
    right: -20px;
}

.tax-product_cat .custom-text-editor p:last-of-type {
    margin-bottom: 0;
}

.tax-product_cat .left_image_right_content .site_flex {
    gap: 80px;
    align-items: center;
}

.tax-product_cat .left_image_right_content .left_col {
    width: 37%;
    flex-shrink: 0;
}

.tax-product_cat .left_image_right_content .right_col {
    flex: 1;
}

.tax-product_cat .left_image_right_content {
    padding: 100px 0 80px 0 !important;
}

.tax-product_cat .left_image_right_content .cta-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tax-product_cat .left_image_right_content .cta-buttons .cta-button {
    color: #393F44;
    background-color: #F0F2F4;
    text-decoration: none;
    border-radius: 32px;
    border: 1px solid #F0F2F4;
    padding: 21px 60px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0px 17px 30px -8px rgba(28, 28, 28, 0.4);
}


.tax-product_cat .left_image_right_content .cta-buttons .cta-button:hover {
    background-color: #21201E;
    color: #fff;
    box-shadow: 0px 8px 10px -6px #00000033;
    transform: translate(0, -6px);
}

.tax-product_cat .right_image_left_content {
    padding: 50px 0 !important;
    background: black;
    border-radius: 50px;
    margin: 0 20px;
    color: #fff;
    margin-bottom: 80px;
}

.tax-product_cat .right_image_left_content .left_col {
    flex: 1;
    color: #fff;
}

.tax-product_cat .right_image_left_content .left_col h2 {
    color: #fff;
}

.tax-product_cat .right_image_left_content .right_col {
    width: 45%;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.tax-product_cat .right_image_left_content .site_flex {
    gap: 64px;
}

.tax-product_cat .right_image_left_content .right_col img {
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    overflow: hidden;
}

/*.plain_content h3{    margin-bottom: 20px; text-transform: none; font-size: 40px; line-height: 1.2; color: #21201E;}*/

.usp_section1 .usp_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
    align-items: stretch;
}

.usp_section1 h3 {
    margin-bottom: 20px;
    text-transform: none;
    font-size: 40px;
    line-height: 1.2;
    color: #21201E;
}

.usp_section1 .usp_box1 {
    background-color: #F0F2F4;
    border-radius: 20px;
    padding: 40px 40px 15px 40px;
    flex: 0 0 calc((100% - (2 * 60px)) / 3);

    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
}

.usp_section1 .usp_image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    border-radius: 10px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.usp_section1 .usp_title1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #21201E;
}

.usp_section1 .usp_description {
    font-size: 20px;
    line-height: 24px;
    color: #21201E;
    font-weight: 500;
}

.usp_section1 .usp_image {
    width: 50px;
    height: 50px;
    background: #222323;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

.usp_section1 .description {
    margin-bottom: 40px;
}

.review_section {
    background-color: #F0F2F4;
    margin: 0 20px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 60px 0 !important;
}

.review_section .description {
    margin-bottom: 50px;
}

.review_container {
    text-align: center;
}

.leave_review {
    text-decoration: none;
    color: #393F44;
    font-size: 20px;
    font-weight: 500;
    border-radius: 32px;
    padding: 15px 100px;
    border: 1px solid #7C7C7C;
    background: transparent;
    margin-top: 40px;
    display: inline-block;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
}

.leave_review:hover {
    background-color: #21201E;
    color: #fff;
    box-shadow: 0px 8px 10px -6px #00000033;
    transform: translate(0, -6px);
}

.phone_link {
    color: #b40d15;
    font-weight: 700;
    text-decoration: none;
}

.phone_link:hover {
    text-decoration: underline;
}

@media (max-width: 1599px) {
    .usp_section1 .usp_image {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

    .usp_section1 .usp_grid {

        gap: 40px 40px;

    }

    .usp_section1 .usp_box1 {

        flex: 0 0 calc((100% - (2 * 40px)) / 3);

    }

    .product_box .banner_btn span {

        font-size: 20px;
    }

}

@media (max-width: 1199px) {
    .tax-product_cat .left_image_right_content {
        padding: 50px 0 !important;
    }

    .tax-product_cat .left_image_right_content .cta-buttons .cta-button {
        padding: 15px 30px;
    }

    .tax-product_cat .left_image_right_content .cta-buttons {
        flex-wrap: wrap;
    }

    .tax-product_cat .right_image_left_content {
        margin-bottom: 50px !important;
    }

    /* .usp_section1 .usp_grid{gap: 30px;}
     .usp_section1 .usp_box1 {   flex: 0 0 calc((100% - (3 * 30px)) / 4); } */

    .usp_section1 .usp_box1 {
        padding: 25px 25px 15px 25px;
    }

    .usp_section1 h3 {
        font-size: 28px;
        line-height: 1.2;
    }

    .leave_review {
        font-size: 16px;
        font-weight: 500;
        padding: 15px 70px;
        margin-top: 20px;
    }


    .usp_section1 .usp_grid {

        gap: 30px 30px;

    }

    .usp_section1 .usp_box1 {
        flex: 0 0 calc((100% - (2 * 30px)) / 3);

    }

}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    .tax-product_cat .category-banner .site_flex {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .tax-product_cat .category-banner .banner_btns {
        justify-content: center;
    }

    .tax-product_cat .category-banner .left_col,
    .tax-product_cat .category-banner .right_col {
        width: 100%;
        text-align: center;
    }

    .tax-product_cat .left_image_right_content .site_flex {
        flex-direction: column;
        gap: 20px;
    }

    .tax-product_cat .left_image_right_content .right_col {
        width: 100%;
        text-align: center;
    }

    .tax-product_cat .left_image_right_content .left_col {
        width: 100%;
        flex-shrink: 0;
        margin: 0 auto;
        text-align: center;
    }

    .tax-product_cat .left_image_right_content .cta-buttons {
        justify-content: center;
        gap: 10px;
    }

    .usp_section1 .usp_grid {

        gap: 26px 26px;


    }

    .usp_section1 .usp_box1 {
        flex: 0 0 calc(50% - 26px);
    }

}


@media (max-width: 767px) {
    .header_banner .main-banner-img {
        display: none;
    }

    .product_list .product_box {
        width: 100%;
    }

    .product_list .product_box .image_wrapper .row1 {
        padding: 0;
    }

    .product_list .product_box .image_wrapper .row1 .price .formatted_price {
        font-size: 24px;
    }

    .product_list .product_box .image_wrapper .row1 .title_text {
        font-size: 24px;
        padding: 0;
    }

    .product_list .product_box .usp_row {
        padding: 0;
        justify-content: space-around;
        gap: 10px 20px;
        flex-wrap: wrap;
    }

    .product_list .product_box .usp_item .text {
        font-size: 14px;
        line-height: 18px;
    }

    .product_list .product_box .image_wrapper .row1 {
        margin: 15px 0;
    }

    .product_list .product_box .banner_btn {
        padding: 10px;
    }

    .product_list .product_box .banner_btn span {
        font-size: 14px;
    }

    .product_list .product_box .banner_btn .text_hover {
        left: 10px;
    }

    .product_list .product_box .image_wrapper .row1 .price_row .icon img {
        max-width: 30px;
    }

    .product_list .product_box .image_wrapper .row1 .txt_box .txt {
        font-weight: 600;
        font-size: 12px;
    }

    .top_selling_shop_products {
        margin: 0;
        border-radius: 25px;
    }

    .product_list .product_box .image_wrapper .row1 .price {
        flex: 0 0 55%;
    }

    .product_list .product_box .image_wrapper .sku-badge {
        top: 5px;
        left: 5px;
    }

    .product_list .product_box .banner_btn svg {
        width: 14px;
        height: 14px;
    }

    .top_selling_shop_products {
        padding: 25px 0 !important;
    }

    /* .top_selling_shop_products .section_title{    margin-bottom: 20px; font-size: 24px;} */
    .product_list .product_box .product_details .row2 .cta_wrap {
        gap: 5px;
    }

    .metal_building_styles {
        padding: 25px 0 !important;
    }

    .metal_building_styles .site_flex {
        gap: 20px;
        justify-content: center;
    }

    .metal_building_styles .box {
        flex: 0 0 calc(100% - 20px);
    }

    .direct_prices {
        border-radius: 0;
        margin: 0;
    }

    .direct_prices .site_flex {
        gap: 20px;
        margin-top: 40px;
    }

    .direct_prices .box {
        flex: 0 0 100%;
    }

    .direct_prices .box .image {
        margin-bottom: 30px;
    }

    .direct_prices .box .description h3 {
        font-size: 22px;
    }

    /* .faqs{padding: 25px 0 !important;} */
    .tax-product_cat .left_image_right_content {
        padding: 25px 0 !important;
    }

    .tax-product_cat .right_image_left_content .right_col {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .tax-product_cat .right_image_left_content .site_flex {
        gap: 30px;
        flex-direction: column-reverse;
    }

    .tax-product_cat .right_image_left_content .left_col {
        text-align: center;
    }

    .tax-product_cat .right_image_left_content {
        margin: 0;
        border-radius: 0;
    }

    .tax-product_cat .right_image_left_content {
        margin-bottom: 25px !important;
    }

    .usp_section1 .usp_box1 {
        width: 100%;
        padding: 20px;
        flex: 0 0 100%;
    }

    .usp_section1 .usp_description {
        font-size: 16px;
        line-height: 24px;
    }

    .usp_section1 .usp_title1 {
        font-size: 20px;
    }

    .usp_section1 .usp_image {
        margin-bottom: 10px;
    }

    .review_section {
        margin: 0;
        border-radius: 0;
    }

    .usp_title_image_wrap {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        margin-bottom: 10px;
    }

    .usp_section1 .usp_image {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        flex: 0 0 40px;
    }

    .usp_section1 .usp_title1 {
        margin-bottom: 0;
    }
}

@media(min-width: 768px) and (max-width: 991px) {

    .product_list {
        margin: 0 0 0 -15px;
    }

    .product_list .product_box {
        width: calc(50% - 15px);
        margin: 0 0 0 15px;
    }

    .product_list .product_box .image_wrapper .row1 {
        padding: 0;
    }

    .product_list .product_box .image_wrapper .row1 .price .formatted_price {
        font-size: 28px;
    }

    .product_list .product_box .image_wrapper .row1 .title_text {
        font-size: 26px;
        padding: 0;
    }

   

    .product_list .product_box .usp_item .text {
        font-size: 14px;
         line-height: 18px;
    }

    .product_list .product_box .image_wrapper .row1 {
        margin: 15px 0;
    }

    .product_list .product_box .banner_btn {
        padding: 10px 15px;
    }

    .product_list .product_box .banner_btn span {
        font-size: 14px;
    }

    .product_list .product_box .banner_btn .text_hover {
        left: 10px;
    }

    .product_list .product_box .image_wrapper .row1 .price_row .icon img {
        max-width: 30px;
    }

    .product_list .product_box .image_wrapper .row1 .txt_box .txt {
        font-weight: 600;
        font-size: 12px;
    }

    .top_selling_shop_products {
        margin: 0 10px;
    }

    .product_list .product_box .image_wrapper .row1 .price {
        flex: 0 0 50%;
    }

    .metal_building_styles .site_flex {
        gap: 20px;
        justify-content: flex-start;
    }

    .metal_building_styles .box {
        flex: 0 0 calc(50% - 20px);
    }

    .direct_prices .site_flex {
        gap: 20px;
        margin-top: 40px;
    }

    .direct_prices .box {
        flex: 0 0 calc(50% - 20px);
    }

    .direct_prices .box .image {
        margin-bottom: 30px;
    }

    .direct_prices .box .description h3 {
        font-size: 22px;
    }

    .tax-product_cat .right_image_left_content .right_col {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .tax-product_cat .right_image_left_content .site_flex {
        gap: 30px;
        flex-direction: column-reverse;
    }

    .tax-product_cat .right_image_left_content .left_col {
        text-align: center;
    }
        .product_list .product_box .usp_row {
        padding: 0;
        justify-content: space-between;
        gap: 10px 10px;
        flex-wrap: nowrap;
       align-items: flex-start;
    }

    .usp_item .icon svg {
        height: 15px;
        width: 15px;
    }

    .product_list .product_box .image_wrapper .row1 {
        padding: 0 5px;
    }

    .product_list .product_box .usp_item {
        gap: 4px;
                align-items: flex-start;
    }
    .usp_item .icon {
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

}

@media(min-width: 992px) and (max-width: 1199px) {
    .product_list .product_box {
        width: calc(50% - 30px);
    }

    .product_list .product_box .image_wrapper .row1 {
        padding: 0;
    }

    .product_list .product_box .image_wrapper .row1 .price .formatted_price {
        font-size: 36px;
    }

    .product_list .product_box .image_wrapper .row1 .title_text {
        font-size: 26px;
        padding: 0;
    }

    .product_list .product_box .usp_row {
        padding: 0;
        justify-content: flex-start;
        gap: 10px 20px;
        flex-wrap: wrap;
    }

    .product_list .product_box .usp_item .text {
        font-size: 14px;
         line-height: 18px;
    }

    .product_list .product_box .image_wrapper .row1 {
        margin: 15px 0;
    }

    .product_list .product_box .image_wrapper .row1 .price_row .icon img {
        max-width: 30px;
    }

    .product_list .product_box .image_wrapper .row1 .txt_box .txt {
        font-weight: 600;
        font-size: 14px;
    }

    .product_list .product_box .image_wrapper .row1 .price {
        flex: 0 0 60%;
    }

    .metal_building_styles .site_flex {
        gap: 20px;
        justify-content: flex-start;
    }

    .metal_building_styles .box {
        flex: 0 0 calc(33.33% - 20px);
    }


    .direct_prices .site_flex {
        gap: 20px;
        margin-top: 40px;
    }

    .direct_prices .box {
        flex: 0 0 calc(33.33% - 20px);
    }

    .direct_prices .box .image {
        margin-bottom: 30px;
    }

    .direct_prices .box .description h3 {
        font-size: 22px;
    }

    .tax-product_cat .category-banner .site_flex {
        gap: 30px;
    }

    .tax-product_cat .category-banner .left_col {
        width: calc((100% - 30px) * 0.5)
    }

    .tax-product_cat .category-banner .right_col {
        width: calc((100% - 30px) * 0.5)
    }

    .tax-product_cat .left_image_right_content .site_flex {
        gap: 40px;
    }

    .tax-product_cat .right_image_left_content .right_col {
        align-items: flex-start;
    }

    .tax-product_cat .right_image_left_content .site_flex {
        gap: 30px;
    }
}

@media(min-width: 1200px) and (max-width: 1399px) {
    .product_list .product_box .image_wrapper .row1 {
        padding: 0;
    }

    .product_list .product_box .image_wrapper .row1 .price .formatted_price {
        font-size: 32px;
    }

    .product_list .product_box .usp_item .text {
        font-size: 14px;
         line-height: 18px;
    }

    .product_list .product_box .image_wrapper .row1 {
        margin: 15px 0;
    }

    .product_list .product_box .banner_btn {
        padding: 10px 15px;
    }

    .product_list .product_box .banner_btn span {
        font-size: 14px;
    }

    .product_list .product_box .banner_btn .text_hover {
        left: 10px;
    }

    .product_list .product_box .image_wrapper .row1 .price_row .icon img {
        max-width: 30px;
    }

    .product_list .product_box .image_wrapper .row1 .txt_box .txt {
        font-weight: 600;
        font-size: 14px;
    }

    .product_list .product_box .image_wrapper .row1 .price {
        flex: 0 0 60%;
    }

    .metal_building_styles .site_flex {
        gap: 30px;
    }

    .metal_building_styles .box {
        flex: 0 0 calc(25% - 30px);
    }

    .direct_prices .site_flex {
        gap: 30px;
        margin-top: 40px;
    }

    .direct_prices .box {
        flex: 0 0 calc(33.33% - 30px);
    }

    .direct_prices .box .image {
        margin-bottom: 30px;
    }

    .direct_prices .box .description h3 {
        font-size: 22px;
    }

    .tax-product_cat .category-banner .site_flex {
        gap: 30px;
    }

    .tax-product_cat .category-banner .left_col {
        width: calc(50% - 20px);
    }

    .tax-product_cat .category-banner .right_col {
        width: calc(50% - 20px);
    }

    .tax-product_cat .left_image_right_content .site_flex {
        gap: 40px;
    }

    /* .usp_section1 .usp_grid{gap: 30px;} */
    /* .usp_section1 .usp_box1{ width: calc(33.33% - 20px);} */
    .product_list .product_box .image_wrapper .row1 .title_text {
        font-size: 26px;
        padding: 0;
    }


    .product_list .product_box .usp_row {
        padding: 0;
        justify-content: space-between;
        gap: 10px 10px;
        flex-wrap: nowrap;
       align-items: flex-start;
    }

    .usp_item .icon svg {
        height: 15px;
        width: 15px;
    }

    .product_list .product_box .image_wrapper .row1 {
        padding: 0 5px;
    }

    .product_list .product_box .usp_item {
        gap: 4px;
                align-items: flex-start;
    }
    .usp_item .icon {
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

}

@media(min-width: 1400px) and (max-width: 1599px) {
    .product_list .product_box .image_wrapper .row1 .price .formatted_price {
        font-size: 40px;
    }

    .product_list .product_box .usp_row {
        padding: 0;
        justify-content: flex-start;
        gap: 10px 10px;
        flex-wrap: wrap;
    }

    .product_list .product_box .usp_item .text {
        font-size: 14px;
         line-height: 18px;
    }

    .metal_building_styles .site_flex {
        gap: 50px;
    }

    .metal_building_styles .box {
        flex: 0 0 calc(25% - 50px);
    }

    .direct_prices .site_flex {
        gap: 40px;
        margin-top: 40px;
    }

    .direct_prices .box {
        flex: 0 0 calc(25% - 40px);
    }

    .direct_prices .box .image {
        margin-bottom: 30px;
    }

    .direct_prices .box .description h3 {
        font-size: 22px;
    }

    .product_list .product_box .usp_item {
        display: flex;
        align-items: center;
        gap: 0px;
    }

    .product_list .product_box .usp_row {
        padding: 0;
        justify-content: space-between;
        gap: 10px 10px;
        flex-wrap: wrap;
    }

    .usp_item .icon svg {
        height: 15px;
        width: 15px;
    }

    .product_list .product_box .image_wrapper .row1 {
        padding: 0 5px;
    }

    .product_list .product_box .usp_item {
        gap: 4px;
    }
 

}

@media(min-width: 1600px) and (max-width: 1799px) {}

/* css end */