/* @import "global/header.css";
@import "global/footer.css";

@import "pages/archive.css";
@import "pages/product.css";
@import "pages/inner-page.css";
@import "pages/home.css";
@import "pages/request-quote.css";
@import "pages/cart-checkout.css";
@import "pages/account.css";
@import "pages/blog.css"; */

/* -- GLOBAL -- */
body {
    line-height: normal;
}

h1,h2,h3,h4,h5,h6 {
    font-family: inherit !important;
}

.page-title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.d-mob { 
    display: none !important;
}

.section-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.section-full_width .ct-section-inner-wrap { 
    max-width: 100%;
}

.w-100 {
    max-width: 100%;
    width: 100%;
}

.section-width {
    margin: 0 auto;
    max-width: 1200px;
}

.bg-gray {
    background: #FAF9F7;
}

.d-block {
    display: block !important;
}
 
.flex-row {
    flex-direction: row !important;
}

.text-orange {
    color: #FF8200;
}
span.packing {
    font-size: 13px;
}
form:not(.woocommerce-checkout) label {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
form:not(.woocommerce-checkout) label.wpforms-error {
    color: red;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}

form:not(.woocommerce-checkout) textarea {
    border: 1px solid #E8E8E8 !important;
    border-radius: 23px !important;
    box-shadow: none !important;
    color: #53565A !important;
    font-family: inherit !important;
    font-size: 16px !important;
    outline: none !important;
    padding: 10px 25px !important;
    width: 100% !important;
}

form:not(.woocommerce-checkout) textarea {
    height: 130px;
}

.button,
form:not(.woocommerce-checkout) .button,
form:not(.woocommerce-checkout) button {
    color: #ffffff !important;
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 23px !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 25px !important;
}

.button:hover,
form:not(.woocommerce-checkout) button:hover,
form:not(.woocommerce-checkout) .button:hover {
    background: #fff !important;
    color: #000 !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    background: #FF8200 !important;
    border-color: #FF8200 !important;
    height: auto !important;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    background: #FF8200 !important;
    border-color: #FF8200 !important;
    color: #ffffff !important;
    height: auto !important;
    border-radius: 23px !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 25px !important;
}
.wpforms-error {
    color: red;
    margin: 5px 0 0;
}

/* .wpforms-field-sublabel {
    margin: 5px 0 0;
    opacity: .8;
} */

.wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px 30px;
    row-gap: 20px;
}

.wpforms-field {
    padding: 0 7.5px;
    width: 100%;
}

.wpforms-field-password .wpforms-field-row-block {
    display: flex;
    flex-direction: column-reverse;
}

.form_col_2,
.wpforms-one-half {
    width: 50%;
}

.wpforms-field-hidden,
.wpforms-label-hide {
    display: none !important;
}

.wpforms-field-row {
    display: flex;
    gap: 15px;
}

.wpforms-field-checkbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wpforms-field-checkbox li {
    align-items: center;
    display: flex;
    gap: 10px;
}

.wpforms-field-checkbox input {
    width: auto;
}

.wpforms-field-checkbox label {
    line-height: normal;
    margin: 0;
}

.wpforms-field-select {
    position: relative;
}

.wpforms-field-select:after {
    bottom: 13px;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
}

.wpforms-field-select select {
    appearance: none;
    -webkit-appearance: none;
}

.wpforms-confirmation-container p {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.wpforms-error-container p {
    color: red;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.info_grid {
    align-items: center;
    background: #fff;
    border-radius: 23px;
    display: flex;
    gap: 40px;
    padding: 20px 30px;
}

.info_grid .info_col {
    display: flex;
    gap: 15px;
    width: 33.3%;
}

.info_grid .icon {
    max-width: 50px;
}

.info_grid span {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.info_grid p {
    margin: 0;
}

.info_grid p a {
    color: #000;
    display: inline-block;
    text-decoration: underline;
}

.alt_link {
    color: #FF8200;
    cursor: pointer;
    text-decoration: underline;
}

.faq_accord .faq_title {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    gap: 15px;
    justify-content: space-between;
}

.faq_accord .faq_title i {
    color: #FF8200;
    font-size: 15px;
}

.faq_accord .faq_title i:before {
    content: "\f107";
}

.faq_accord.active .faq_title i:before {
    content: "\f106";
}

.faq_accord .faq_content {
    display: none;
    margin-top: 15px;
}

.faq_accord .faq_content p {
    margin-top: 0;
}

.faq_accord .faq_content p:last-child {
    margin-bottom: 0;
}

#copyright_footer {
    border-top: 1px solid #F1F2F2;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

.slick-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
}

.slick-dots button {
    background: #C1C6C8;
    border: none;
    border-radius: 50%;
    font-size: 0;
    height: 10px;
    padding: 0;
    width: 10px;
}

.slick-dots .slick-active button {
    background: #53565A;
}

.slick-dots button:before {
    display: none;
}

.signup_section .signup_inner {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 130px;
    gap: 30px;
    overflow: hidden;
}

.signup_section .signup_inner .signup_img {
    max-width: 450px;
    padding-right: 20px;
}

.signup_section .signup_inner img {
    width: 100%;
}

.signup_section .signup_inner h4 {
    color: #fff;
    font-weight: 700;
    letter-spacing: -1.44px;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #000 !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #000 !important;
}

.woocommerce-info .button,
.woocommerce-message .button {
    background: #FF8200 !important;
    border: 1px solid #FF8200 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    width: auto !important;
}

.woocommerce-info .button:hover,
.woocommerce-message .button:hover {
    background: #fff !important;
    color: #FF8200 !important;
}

.woocommerce-info a:not(.button) {
    color: #FF8200;
}

.page-404 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.page-404 .page-inner {
    align-items: center;
    background: #fff;
    border-radius: 23px;
    padding: 30px;
}

.page-404 .page-inner h1 {
    color: #000;
    margin-bottom: 30px;
}

.page-404 .page-inner .button {
    background: #FF8200 !important;
    border-color: #FF8200 !important;
}
/* HOME BANNER ARROW */
.slide_wrap .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}
.slide_wrap .slick-next {
    right: 3%;
    background: no-repeat;
    border: 0;
    font-size: 0;
}
.slide_wrap .slick-prev {
    left: 3%;
    background: no-repeat;
    border: 0;
    font-size: 0;
}
.slick-prev:before {
    content: '\f053';
    font-weight: 500;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #FF8200;
    background: #fff;
    padding: 8px 12px;
    border-radius: 100%;
}
.slick-next:before {
    content: '\f054';
    font-weight: 500;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #FF8200;
    background: #fff;
    padding: 8px 12px;
    border-radius: 100%;
}
/* HOME BRANDS ARROW */
.brand_list .slick-arrow {
    position: absolute;
    top: 30%;
}
.brand_slide {
    position: relative;
}
.brand_list .slick-next {
    background: none;
    border: 0;
    z-index: 1;
    font-size: 0;
    right: -7%;
}
.brand_list .slick-prev {
    background: none;
    border: 0;
    z-index: 1;
    font-size: 0;
    left: -7%;
}
.brand_list .slick-next:before {
    color: #fff;
    background: #FF8200;
}
.brand_list .slick-prev:before {
    color: #fff;
    background: #FF8200;
}
/* Continue Browse */
.cont-browse {
    text-align: center;
    margin-top: 50px;
}
.cont-browse a {
    background: #FF8200;
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 23px;
    font-size: 18px;
}
#shortcode-63-12384 .ginput_container.ginput_container_checkbox {
    display: flex;
}
#shortcode-63-12384 .ginput_container.ginput_container_consent {
    display: flex;
}

#shortcode-63-12384 .ginput_container.ginput_container_checkbox #choice_2_10_1{
    width: auto !important;
    margin-right: 5px;
}
#shortcode-63-12384 .ginput_container.ginput_container_checkbox .gchoice.gchoice_2_10_1{
    display: flex;
}


#shortcode-63-12384 .ginput_container.ginput_container_checkbox .gform-field-label{
    display: inline-block !important;
    width: 100%;
    max-width: 100%;
    font-size: 10px;
}

#shortcode-63-12384 .ginput_container.ginput_container_consent #input_2_7_1{
    width: auto !important;
    margin-top: -25px !important;
    margin-right: 5px;
}
#shortcode-63-12384 .ginput_container.ginput_container_consent .gform-field-label--type-inline.gfield_consent_label{
    display: inline-block !important;
}
#shortcode-63-12384 .gform_heading, #shortcode-63-12384 .gfield_required{
display:none !important;
}
#shortcode-63-12384 .gform_footer input{
    margin-bottom: 8px;
    background: #FF8200 !important;
    color: #fff !important;
    border: 1px solid #FF8200 !important;
}
#shortcode-63-12384 .gfield_consent_label a{
    color: #000;
    text-decoration: underline;
}
#shortcode-63-12384 input#input_2_5_raw {
    padding-left: 81px !important;
}
#shortcode-63-12384 .gform_wrapper.gravity-theme .gfield_validation_message, #shortcode-63-12384
 .gform_wrapper.gravity-theme .validation_message {
    background: #fff9f9;
    border: 1px solid #c02b0a;
    font-size: 14.992px;
    margin-top: 8px;
    padding: 5px 5px !important;
    font-size: 14px !important;
}
.page-id-12389 #section-2-12389{
background:#faf9f7;

}
#code_block-12-40 .button {
	display:none;
}

#code_block-12-40 .button.wc-forward{
	display:flex;
	text-decoration-line: none !important;
}
#shortcode-63-12384 #input_3_5_raw{
    padding-left: 81px !important;
}
#shortcode-63-12384 .ginput_container.ginput_container_checkbox .gchoice.gchoice_3_10_1{
display:flex;
}
#shortcode-63-12384 .ginput_container.ginput_container_consent #input_3_12_1 {
    width: auto !important;
    margin-top: -25px !important;
    margin-right: 5px;
} 
#shortcode-63-12384 .ginput_container.ginput_container_checkbox #choice_2_10_1 {
    width: auto !important;
    margin-right: 5px;
}
#shortcode-63-12384 .ginput_container.ginput_container_checkbox .gchoice.gchoice_3_10_1 .gfield-choice-input{
    margin-right: 5px;
}

@media (min-width: 1210px) {
#_rich_text-82-12384{
    display:none;
}
}

@media (max-width: 1200px) {
    .signup_section .signup_inner {
        border-top-right-radius: 80px;
    }
    .signup_section .signup_inner .signup_img {
        max-width: 300px;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 50px !important;
    }
    h3 {
        font-size: 32px !important;
    }
    h4 {
        font-size: 28px !important;
    }
    h5 {
        font-size: 24px !important;
    }
    .page-title {
        font-size: 24px;
    }
    .section-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .d-desk {
        display: none !important;
    }

    .d-mob {
        display: block !important;
    }
    .form_col_2, 
    .wpforms-one-half {
        width: 100%;
    }
    .wpforms-field-row {
        flex-direction: column;
    }
    .info_grid {
        border-radius: 16px;
        flex-direction: column;
        gap: 30px;
        padding: 20px 15px;
    }
    .info_grid .info_col {
        width: 100%;
    }
    .info_grid span {
        font-size: 18px;
    }
    .faq_accord .faq_title {
        font-size: 16px;
        gap: 10px;
    }
    .slick-dots button {
        height: 5px;
        width: 5px;
    }
    .signup_section {
        padding-top: 30%;
    }
    .signup_section .signup_inner {
        align-items: flex-start;
        border-radius: 0;
        flex-direction: column !important;
        gap: 10px;
        overflow: visible;
        padding-bottom: 35px;
    }
    .signup_section .signup_inner .signup_img {
        margin-top: -25%;
        max-width: 100%;
        padding-bottom: 15px;
        padding-right: 0;
        width: 100%;
    }
    .signup_section .signup_inner .signup_title,
    .signup_section .signup_inner .signup_btn {
        padding: 0 25px;
        width: 100%;
    }
    .brand_list .slick-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px !important;
    }
#shortcode-63-12384  .gfield_label{
font-size: 14px;
}
#shortcode-63-12384 .ginput_container.ginput_container_consent .gform-field-label--type-inline.gfield_consent_label {
    font-size: 14px;
}
#shortcode-63-12384 .gform_footer input {
    padding: 7px 63px !important;
}
#shortcode-63-12384 .gfield input.large {
    padding: 5px 25px !important;
}
#_rich_text-8-12384{
    display:none;
}
#_rich_text-18-12389 b, #_rich_text-56-12384 strong{
    font-size: 16px !important;
    line-height:26px;
}
#shortcode-63-12384 .ginput_container.ginput_container_consent #input_2_7_1 {
    width: auto !important;
    margin-top: -45px !important;
    margin-right: 5px;
}
#shortcode-63-12384 .ginput_container.ginput_container_checkbox #choice_2_10_1 {
    width: auto !important;
    margin-right: 5px;
    margin-top: -25px !important;
}


/*END*/
}
/* -- GLOBAL -- */

.hide-this {
    display: none;
}
.backtoshop {
    padding-top: 40px;
}