/*
 Theme Name:   FoodbookTheme Child
 Theme URI:    https://themelooks.biz/demo/foodbooktheme/electronics/
 Description:  This is a child theme for FoodbookTheme WordPress Theme
 Author:       ThemeLooks
 Author URI:   http://themelooks.com/
 Template:     foodbooktheme
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  foodbooktheme-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */


.header .header-main2 {
    background-color: #F9F9F9;
}
.header .header-main2 .main-menu .nav > li > a {
    line-height: 103px;
    color: #444751;
    font-weight: 700;
    font-size: 16px;
}
.nav {
    padding-left: 45px;
}
.header .header-main2 .main-menu .nav li.current-menu-item a:after {content: ''; position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 10px;
    background: #E58701;
    display: block;
}
.header .header-main2 .header-right .account {
    padding-right: 14px;
    margin-right: 14px;
    font-size: 16px;
    font-weight: 600;
}
.social_icon_list li a {
    font-size: 18px;
}
.container {
    max-width: 1200px;
}

.home-banner-img img {position: relative; z-index: 9;}
.home-banner-img:before {
    content: '';
    position: absolute;
    width: 539px;
    height: 539px;
    right: -370px;
    top: -290px;
    border-radius: 100%;
    background: rgba(229, 135, 1, 0.23);
}
.home-banner-img:after {
    content: '';
    position: absolute;
    width: 252px;
    height: 252px;
    left: 66px;
    bottom: -100px;
    border-radius: 100%;
    background: rgba(229, 135, 1, 0.23);
}
.fb_popup_modal .fb_steps_content.step-product-info .fb_col_lg_6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.fb_modal_content ul.fb_steps_list {
    box-shadow: none;
}
.fb_popup_modal .fb_modal_wrap {
    width: 1100px;
}
.fb_popup_modal .fb_row .fb_row .fb_col_md_6:first-child {
    max-width: 420px;
}
.fb_popup_modal .fb_row .fb_row .fb_col_md_6 {
    flex: 0 0 58%;
    max-width: 58%;
}
.fb_popup_modal .fb_product_details_content h3 {
    margin: 0 0 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    color: #444751;
}
.fb_popup_modal .fb_star_rating {
    color: #FACC17;
    margin-right: 20px;
}
.fb-product-reviews {
    display: flex;
    align-items: center;
}
.fb_product_details_content > h6, .fb_product_details_content > h6 span{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #444751;
}
.fb_popup_modal .fb_product_details_content .fb_product_summary {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 36px;
    color: #444751;
    min-height: 170px;
}
.fb_popup_modal .fb_product_details_content .fb_extra_options ul li h5, .fb_popup_modal .fb_form_input_list .input_list_title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #8F929C;
    margin-bottom: 0;
}
.fb_popup_modal .fb_custom_checkbox label {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #444751;
}
.fb_popup_modal ul.fb_list_unstyled.fb_attribute_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fb_popup_modal .fb_product_details_content .fb_extra_options ul li {
    margin-right: 19px;
    display: block;
}
.fb_popup_modal .fb_product_details_content .fb_extra_options ul li:not(:last-child) {
    margin-bottom: 0px;
}
.fb_popup_modal .fb_custom_checkbox label .fb_custom_checkmark {border-radius: 20px; width: 20px; height: 20px; border: 2px solid #444751;}
.fb_popup_modal .fb_custom_checkbox label input:checked ~ .fb_custom_checkmark {
    background-color: transparent;
    border: 2px solid #444751;
}
.fb_popup_modal .fb_card .fb_list_unstyled .fb_custom_checkbox label .fb_custom_checkmark {
    width: 24.6px;
}
.fb_popup_modal .fb_steps_content.step-loginreg .fb_card .fb_list_unstyled .fb_custom_checkbox label .fb_custom_checkmark {
    width: 20px;
}
.fb_popup_modal .fb_custom_checkbox label .fb_custom_checkmark:after {
    height: 10px;
    width: 10px;
    background-color: #E58701;
    border-radius: 10px;
}
.fb_popup_modal .fb_product_details_content .fb_extra_options .fb-variable-price .price {
    padding-left: 30px;
    display: block;
}
.fb_popup_modal span.fb_label_title {
    display: none;
}
.fb_popup_modal .step-loginreg span.fb_label_title {
    display: block;
}
.fb_popup_modal .fb_quantity {
    margin-left: -82%;
    max-width: 100%;
}
.fb_popup_modal .fb_card {
    max-width: 530px;
    margin-left: auto;
    box-shadow: none;
    padding: 0;
}
.fb_popup_modal .fb_quantity .fb_plus, .fb_popup_modal .fb_quantity .fb_minus, .fb_popup_modal .fb_remove_btn {
    width: 36px;
    height: 36px;
    background: #E7E7E7;
}
.fb_popup_modal .fb_quantity .fb_plus:hover, .fb_popup_modal .fb_quantity .fb_minus:hover, .fb_popup_modal .fb_remove_btn:hover {background :#E58701}
.fb_popup_modal .fb_quantity img.fb_svg {
    filter: invert(100%);
}
.fb_popup_modal .fb_quantity .fb_quantity_input {
    background-color: transparent;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #444751;
}
.fb_popup_modal .fb_btn_fill {height: 58px;
    width: 236px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    background: #E58701;
    border-radius: 37px;
    margin: auto;
    display: table;
}
.fb_single_product_item .fb_product_top .fb_badge {
    display: none;
}
.fb_cart_count_btn {
    background-color: #E58701;
}
.fb_cart_count {
    background-color: #E82B2B;
    color: #fff;
}
.fb_popup_modal .fb_btn_fill:hover {background-color: #444751;}
.fb_modal_content .fb_input_style {
    background: #FFFFFF;
    border: 0.6px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #CBC5C2;
}
.fb_popup_modal .fb_card  .fb_custom_checkbox label .fb_custom_checkmark {border-radius: 3px; width: 21.6px; height: 18px;}

.fb_popup_modal .extra-items-group-wrapper .fb_form_input_list {
    display: flex;
}
.fb_popup_modal .fb_features_list_title_wrap {
    margin-right: 10px;
}
.fb_popup_modal .fb_form_input_list ul.fb_list_unstyled {
    display: flex;
}
.fb_popup_modal .fb_form_input_list ul.fb_list_unstyled li {
    margin-right: 18px;
    margin-bottom: 0;
}

.fb_popup_modal .fb_modal_content .fb_form_input_list .fb_input_style {margin-top: 11px;}
.fb_popup_modal .extra-items-group-wrapper {overflow: auto;}
.fb_popup_modal .extra-items-group-wrapper {
    overflow: auto;
    margin-top: -40px;
    margin-bottom: 20px;
}
.fb_modal_wrap .fb_close_modal {
    right: 20px;
    top: 20px;
    background: #E3E3E3;
    width: 40px;
    height: 40px;
}
.fb_modal_wrap .fb_close_modal img {
    filter: invert(100%);
}
.fb_product_details_content {
    padding-left: 18px;
}
.fb_popup_modal .fb_steps_content.step-cart  .fb_card {max-width: 100%;}
.fb_popup_modal .fb_card .fb_card_title h3 {
    font-weight: bold;
    font-size: 36px !important;
    line-height: 49px;
    color: #444751;
}
.fb_popup_modal .fb_cart_table th {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #86878D;
    border: 0;
}
.fb_popup_modal .step-cart .fb_cart_table > tbody > tr:nth-of-type(odd) {
    background-color:transparent;
}
.fb_popup_modal .step-cart p.fb_total_cart.fb_label_title {
    display: flex;
    width: auto;
    align-content: end;
    align-items: center;
    justify-content: end;
    border: 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin: 26px 0 39px;
    max-width: 390px;
    margin-left: auto;
}
.fb_popup_modal .step-cart .fb_btn_fill {
    width: 342px;
    height: 74px;
    background: #E58701;
    border-radius: 37px;
    text-align: center;
    padding: 0;
    line-height: 74px;
    margin: 0 10px;
}
.fb_popup_modal .step-cart .fb_btn_fill.fb_buy_more, .fb_popup_modal .step-cart .fb_btn_fill:hover {background: #9EA1A4;}
.fb_popup_modal .step-cart .fb_btn_fill.fb_buy_more:hover {background: #E58701;}

.fb_popup_modal .fb_cart_table td {font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #444751;
    border: 0;
}
.fb_popup_modal .fb_cart_table td .fb_cart_item_title {text-align: left;}
.fb_popup_modal .step-cart .fb_quantity {
    margin-left:0;
}
.fb_cart_table .fb_cart_item_image {
    width: 88px;
    height: 88px;
    margin: auto;
    border-radius: 22px;
    overflow: hidden;
}
.fb_popup_modal .step-cart p.fb_total_cart.fb_label_title > span {font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #86878D;
    text-transform: uppercase;
}
.fb_popup_modal .step-cart p.fb_total_cart.fb_label_title .fb_total_price .amount {font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #444751;
    margin-left: 115px;
}
.fb_popup_modal .step-cart p.fb_total_cart.fb_label_title{
    display: flex;
    width: 100%;
    align-content: end;
    justify-content: end;
    align-items: center;
}
.fb_popup_modal .step-cart .fb_order_btn_group {
    display: flex;
    justify-content: center;
}
.fb_popup_modal .fb_cart_table td .fb_cart_item_price, .fb_popup_modal .step-cart .fb_quantity {
    font-size: 24px;
    line-height: 33px;
}
.fb_popup_modal .step-cart .fb_remove_btn img {filter: invert(100%);}
.contact-wrap .nf-form-cont h3, .contact-wrap .nf-before-form-content {
    font-size: 20px;
    line-height: 27px;
    color: #444751;
    margin-bottom: 39px;
}
.contact-wrap h4 {
    margin-bottom: 0;
}
.contact-wrap .elementor-element {margin-bottom: 0;}
.contact-wrap .nf-form-content label {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #727786;
}
.nf-form-content .label-above .nf-field-label {margin-bottom: 8px;}
.contact-wrap .nf-form-content input:not([type=button]), .contact-wrap .nf-form-content textarea {
    border: 1px solid #EDEFF5;
    border-radius: 5px;
    background-color: transparent;
    height: 58px;
    line-height: 58px;
}
.contact-wrap .nf-form-content textarea.ninja-forms-field {
    height: 120px;
}
.contact-wrap .nf-form-content input[type=button] {background: #E58701; border-radius: 37px; height: 74px; line-height: 74px; width: 100%; font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    border: 0;
}
.contact-wrap .nf-form-content input[type=button]:hover {
    background-color: #444751;
    transition: all ease-in-out 600ms;
}
.page-title-bg.page-title-bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .6;
    z-index: auto;
}
.fb__wrapper .fb_section_title h3 {
    font-size: 32px;
    color: #111111;
    margin: 0 0 15px;
    line-height: 1.5;
}
.fb_single_product_item .fb_product_content .fb_product_title {
    font-size: 24px;
    line-height: 40px;
    margin: 7px;
    cursor: pointer;
}
.fb_single_product_item .fb_product_content .fb_product_price {
    color: #727786;
}
.fb_product_price {
    font-size: 20px;
    line-height: 28px;
}
.fb_pagination_list .fb_pagination_list_item {
    width: 60px;
    height: 60px;
    font-size: 24px;
}
.fb_steps_content.step-completed {
    padding: 0;
}
.fb_steps_content.step-completed .fb_row .fb_col_lg_4 {
    display: none;
}
.fb_steps_content.step-completed .fb_row .fb_col_lg_8 {
    flex: 0 0 100%;
    max-width: 100%;
}
.fb_card .fb_card_title h3 {font-weight: bold;
    font-size: 48px !important;
    line-height: 65px;
    color: #444751;}
.woocommerce .woocommerce-thankyou-order-received {
    border:0;
    padding:0;
    font-size: 24px;
    line-height: 33px;
    color: #444751
}
.fb_order_info .fb_order_btn_group a.fb_btn_fill {background: #E58701;
    border-radius: 37px; width:286px; height:74px; line-height:74px; font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin: 28px 28px 30px 0;
}  
.fb_steps_content.step-completed .fb_card {padding: 0; box-shadow: none;}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
    background-color: transparent;
    border: 0;
    padding: 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details li {
    position: relative;
    border-bottom: solid 1px #C2C9D1 !important;
    z-index: 9;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    color: rgba(42, 46, 60, 0.5);
    padding: 20px 0 16px 15px !important;
    flex: 1;
    margin-bottom: 20px !important;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details li:before {
    content: '';
    display: block;
    width: 100%;
    height: 48px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #C2C9D1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-bottom: solid 1px #f0f1f3;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details li strong {
    padding-top: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #444751;
}
.foodbook-checkout ul.woocommerce-order-overview.woocommerce-thankyou-order-details li:not(:last-child) {
    margin-right: 30px;
}
.fb_steps_content.step-completed h2.woocommerce-column__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    color: #444751;
}
.fb_steps_content.step-completed .fb_input_group.style_two .fb_input_style {
    padding: 0;
    border: 0;
}
.fb_steps_content.step-completed .fb_input_group.style_two .fb_input_label {
    display: none;
}
.woocommerce .fb_steps_content.step-completed .woocommerce-customer-details address {
    border: 0;
    background: #F9F9F9;
    padding: 38px;
    font-size: 18px;
    line-height: 34px;
    color: #444751;
    max-width: 675px;
    font-style: normal;
    font-weight: normal;
}

.fb_steps_content.step-completed .fb_method_item .fb_input_group.style_two .fb_input_label {display: block; font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    color: #444751;
    margin-top: 60px;
}
.fb_steps_content.step-completed .fb_method_item .fb_input_group.style_two .fb_custom_checkbox {background: #F9F9F9;
    padding: 38px;
    font-size: 18px;
    line-height: 34px;
    color: #444751;
    width: 675px;
    font-style: normal;
    font-weight: normal;
    margin-top: 115px;
}
.fb_steps_content.step-completed .fb_method_item .fb_input_group.style_two .fb_custom_checkbox p {margin-bottom: 0;}
.woocommerce .fb_steps_content.step-completed .woocommerce-customer-details address p.woocommerce-customer-details--phone {margin-top: 40px;}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {font-weight: 700;}
.foodbook-checkout .fb_steps_content.step-completed .fb_thankyou_content {
    margin-bottom: 0;
}
.fb_order_info .fb_order_btn_group a.fb_btn_fill:hover {
    background: transparent;
    color: #E58701;
    border: solid 1px #E58701;
}
.foodbook-checkout .woocommerce-MyAccount-content p mark {
    background: rgba(234, 123, 12, 0.13);
    border: 0.5px solid #EA7B0C;
    box-sizing: border-box;
    border-radius: 26px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: #EA7B0C;
    height: 30px;
    padding: 0 15px;
    display: inline-block;
    margin: 0 5px;
}
.foodbook-checkout .woocommerce-MyAccount-content p {
    font-weight: 700;
}
.ability-checker-shortcode-form .fb-availability-check-buton button, .home-product-search .theme-input-group .submit-btn {
    width: 260.43px;
    height: 78px;
    background: #E58701;
    border-radius: 53px;
    padding: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    position: static;
    margin-right: 7px;
}
.ability-checker-shortcode-form {
    box-shadow: none !important;
    max-width: 580px;
    height: 92px;
    background: rgba(229, 229, 229, 0.36);
    border-radius: 53px;
    margin-top: 30px;
}
.ability-checker-shortcode-form .single-branch-input input, .home-product-search .theme-input-group .theme-input-style {
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #9EA1A4;
    padding: 0 30px !important;
    font-family: "Open Sans", sans-serif;
}
  ::-webkit-input-placeholder {color: #9EA1A4 !important; opacity: 1 !important;}
  ::-moz-placeholder {color: #9EA1A4; opacity: 1 !important;}
  :-ms-input-placeholder {color: #9EA1A4 !important; opacity: 1 !important;}
  :-moz-placeholder {color: #9EA1A4 !important; opacity: 1 !important;}

  

.ability-checker-shortcode-form .fb-availability-check-buton button:hover, .home-product-search .theme-input-group .submit-btn:hover {background-color:#444751;}
.home-product-search .fb_search {
    box-shadow: none;
    padding: 0;
}
.home-product-search .theme-input-group {
    box-shadow: none !important;
    max-width: 580px;
    height: 92px;
    background: rgba(229, 229, 229, 0.36);
    border-radius: 53px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

section.home-product-search {
    overflow: hidden;
}

.single-product.woocommerce div.product div.summary p.price {font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #444751;
    margin-top: 60px;
}
.single-product.woocommerce h1.entry-title {font-weight: bold; font-size: 48px;
    line-height: 65px;
    color: #444751;
    margin-left: 52%;
    margin-top: 0;
    position: relative;
    top: 45px;
}
.single-product.woocommerce div.product form.cart .button {
    background: #E58701;
    border-radius: 37px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
.single-product.woocommerce div.product .quantity .qty {
    width: 48px;
    height: 48px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-right: 10px;
}
.single-product.woocommerce div.product form.cart {
    margin: 30px 0;
}
.single-product.woocommerce div.product div.summary, .single-product.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
    flex: 1;
}
.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
    border-radius: 48px 48px 48px 48px;
    overflow: hidden;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 70px;
    margin: 0 20px 10px 0;
}
.single-product.woocommerce div.product .product_meta > span {
    font-weight: 700;
    color: #8F929C;
}
.single-product.woocommerce div.product .product_meta > span span.sku, .single-product.woocommerce div.product .product_meta > span a {font-weight: 400; color: #444751;}
.single-product.woocommerce div.product form.cart .variations th.label {
    width: 120px;
}
.fb_popup_modal .fb_steps_content.step-loginreg .fb_card {
    max-width: 100%;
}
.fb_popup_modal .fb_card  .fb_custom_checkbox label .fb_custom_checkmark {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #444751;
}
@media only screen and (max-width: 991px) {
.header .header-main2 {
    padding: 10px 0;
}
.home-product-search .theme-input-group {
    height: 52px;
}

.home-banner-img:before {
    content: '';
    position: absolute;
    width: 539px;
    height: 539px;
    right: -360px;
    top: -740px;
    border-radius: 100%;
    background: rgba(229, 135, 1, 0.23);
}
.home-banner-img:after {
    content: '';
    position: absolute;
    width: 252px;
    height: 252px;
    left: 180px;
    bottom: -100px;
    border-radius: 100%;
    background: rgba(229, 135, 1, 0.23);
}
.ability-checker-shortcode-form .fb-availability-check-buton button, .home-product-search .theme-input-group .submit-btn {
    width: 200.43px;
    height: 40px;
    font-size: 15px;
    line-height: 22px;
}
.ability-checker-shortcode-form .single-branch-input input, .home-product-search .theme-input-group .theme-input-style {
    font-size: 15px;
    padding: 0 20px !important;
}
.home-product-search .theme-input-group {
    margin-top: 20px;
}
.main-menu.d-lg-block {display: block !important;}
.nav {
    position: absolute;
    left: 15px;
    top: 100%;
    width: calc(100% - 30px);
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    display: block;
}
.header .header-main2 .main-menu .nav > li {display: block;}
.header .header-main2 .main-menu .nav > li > a {
    line-height: 45px;
    color: #444751;
    font-weight: 700;
    font-size: 16px;
}
.header .header-main2 .main-menu .nav li.current-menu-item a:after {
    left: -14px;
    right: auto;
    bottom: 15px;
}
.fb_single_product_item .fb_product_content .fb_product_title {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 7px;
}
.fb_pagination_list .fb_pagination_list_item {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.header .header-main2.sticky {
    padding: 10px 0;
}
.header .header-main2.sticky .logo-holder {
    max-width: 126px;
}
.header .header-main2.sticky .position-static {
    padding-right: 0;
}
.contact-wrap .nf-form-cont h3, .contact-wrap .nf-before-form-content {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}
.contact-wrap .nf-form-content input[type=button] {
    height: 52px;
    font-size: 18px;
}
.fb_popup_modal .fb_modal_wrap {
    max-width: 100%;
}
.fb_popup_modal .fb_row .fb_row .fb_col_md_6, .fb_popup_modal .fb_row .fb_row .fb_col_md_6:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
.fb_popup_modal .fb_product_details_content h3 {
    font-size: 28px;
    line-height: 45px;
}
.fb_product_details_content > h6, .fb_product_details_content > h6 span {
    font-size: 18px;
    line-height: 28px;
}
.fb_popup_modal .fb_product_details_content .fb_product_summary {
    font-size: 14px;
    line-height: 24px;
    min-height: auto;
}
.fb_popup_modal .fb_product_details_content .fb_extra_options ul li h5, .fb_popup_modal .fb_form_input_list .input_list_title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.fb_popup_modal .fb_product_details_content .fb_extra_options ul li:first-child {
    flex: 100%;
}
.fb_product_details_content {
    padding: 20px 0 0;
}
.fb_popup_modal .fb_quantity {
    margin-left: 0;
}
.fb_popup_modal .fb_card {
    max-width: 100%;
    margin-left: auto;
    box-shadow: none;
    padding: 0;
}

.fb_popup_modal .fb_card .fb_card_title h3 {
    font-size: 24px !important;
    line-height: 28px;
    }
.fb_popup_modal .fb_cart_table th {
        font-size: 13px;
        line-height: 6px;
    }
    .fb_popup_modal .fb_cart_table td {
        font-size: 14px;
        line-height: 18px;
    }
    .fb_popup_modal .step-cart p.fb_total_cart.fb_label_title .fb_total_price .amount {
        font-size: 22px;
        line-height: 19px;
    }
    .fb_popup_modal .fb_btn_fill {
        font-size: 15px;
        height: 48px;
        width: 216px;
    }
    .fb_popup_modal .step-cart .fb_btn_fill {
        height: 47px;
        line-height: 46px;
    }
    
    .fb_steps_list .fb_steps_item:last-child {
        flex: 0 0 27%;
        max-width: 27%;
    }
    .fb_modal_wrap .fb_close_modal {
        width: 30px;
        height: 30px;
    }
    .fb_popup_modal .extra-items-group-wrapper {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .fb_popup_modal .fb_form_input_list:not(:last-child) {
        padding-bottom: 5px;
    }
    .fb_popup_modal .fb_card {
        margin-top: 30px !important;
    }
    .fb_popup_modal .fb_steps_content {
        padding: 15px 15px 60px;
    }
    .fb_popup_modal .fb_cart_table th {
        min-width: 126px;
    }
    .fb_order_info .fb_order_btn_group a.fb_btn_fill {
        width: 163px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        margin: 28px 7px 30px 0;
    }
    .fb_card .fb_card_title h3 {
        font-size: 30px !important;
        line-height: 38px;
    }
    .woocommerce .woocommerce-thankyou-order-received {
        font-size: 18px;
        line-height: 28px;
    }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
        display: block;
    }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details li {
        margin:0 0 20px !important;
        width: 100%;
    }
    .fb_steps_content.step-completed h2.woocommerce-column__title {
        font-size: 30px;
        line-height: 24px;
        }
    .woocommerce .fb_steps_content.step-completed .woocommerce-customer-details address {
            padding: 20px;
            font-size: 15px;
            line-height: 24px;
        }
    .fb_steps_content.step-completed .fb_method_item .fb_input_group.style_two .fb_input_label {
            font-size: 30px;
            line-height: 24px;
            margin-top: 25px;
        }   

    .fb_steps_content.step-completed .fb_method_item .fb_input_group.style_two .fb_custom_checkbox {
            padding: 29px;
            font-size: 14px;
            line-height: 27px;
            margin-top: 63px;
            width: 100%;
        }
    .foodbook-footer-top-content {
            text-align: center;
            padding: 10px 0 4px;
        }
    body {
            font-size: 15px;
        }
    .fb_card .fb_card_title h3 {
            font-size: 28px !important;
            line-height: 19px;
        }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
            padding: 13px 22px;
            font-size: 16px;
        }
    .woocommerce-account .woocommerce-MyAccount-navigation {
            margin-bottom: 30px;
        }

    .fb_popup_modal .fb_form_input_list ul.fb_list_unstyled {
            display: block;
            margin-top: 10px;
    }
    .fb_popup_modal .extra-items-group-wrapper .fb_form_input_list {
        display: block;
    }
    .woocommerce-account .addresses .woocommerce-Address-title.title h3 {
        float: left;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        color: #444751;
    }
    .woocommerce-Address address {
        background: #F9F9F9;
        border-radius: 24px;
        padding: 20px 15px;
    }
    .woocommerce table.shop_table_responsive th, .woocommerce-page table.shop_table_responsive td {
        border: none !important;
        background: transparent !important;
        padding: 0 0 11px;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        border-width: 1px 1px 0 1px;
        border-color: #e7e7e7;
        border-style: solid;
        border: 0;
        padding: 19px;
        border-radius: 24px;
        background: #F9F9F9;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        color: #444751;
    }
    .woocommerce table.my_account_orders .button {
        white-space: nowrap;
        background: #EA7B0C;
        border-radius: 24px;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .single-product.woocommerce h1.entry-title {
        font-size: 38px;
        line-height: 42px;
        top: 0;
        margin: 0 0 30px;
    }
    .single-product.woocommerce div.product form.cart .variations th.label {
        width: 120px;
    }
}


@media only screen and (max-width:767px) {
    .header .header-main2 .header-right .account {
        padding-right: 0;
        margin-right: 0;
        font-size: 14px;
    }
    
    .home-banner-img:after {
        width: 152px;
        height: 152px;
        left: 56px;
        bottom: -60px;
    }
    .home-banner-img:before {
        width: 239px;
        height: 239px;
        right: -150px;
        top: -380px;
    }
    .foodbook-checkout .woocommerce-MyAccount-content p mark {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    .order-filter label {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #9EA1A4;
    }
    .order-filter .filter-form-inner .fb_input_wrapper button.fb_btn_fill.order-date-filter, .fb_row a.fb_btn_fill {
        height: 48px;
        border-radius: 0 5px 5px 0;
        margin-left: 0;
        background: #EA7B0C;
        border-radius: 3px;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        color: #FFFFFF;
    }
    .order-filter .filter-form-inner .fb_input_wrapper button.fb_btn_fill.order-date-filter:hover, .fb_row a.fb_btn_fill:hover {
        background-color: #444751;
      }
    .order-filter .fb_input_wrapper input[type="text"].fb_input_style, .order-filter .fb_input_wrapper .fb_input_style {
        background: #F9F9F9;
        border-radius: 4px;
        border: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        color: #566370;
        height: 48px;
        margin-right: 8px;
    }
    .foodbook-manager-data .kitchen-order h4 {
        font-weight: bold;
        font-size: 28px;
        line-height: 38px;
        color: #444751;
        margin-bottom: 30px !important;
    }
    .fb__wrapper .foodbook-manager-data .dataTables_length label {display: flex; align-items: center;}
    .fb__wrapper .foodbook-manager-data .dataTables_wrapper .dataTables_length select {background: #F9F9F9;
        border-radius: 4px;
        border: 0 !important;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        color: #566370;
        height: 48px;
    }
    .fb__wrapper .dataTables_filter label {flex-direction: column; align-items: normal;}
    .fb__wrapper .dataTables_filter input {background: #F9F9F9;
        border-radius: 4px;
        border: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        color: #566370;
        height: 48px;
        margin: 8px 0 0 0;
        width: 100%;
    }
    .fb__wrapper .foodbook-manager-data .dataTables_wrapper {
        overflow-x: hidden;
    }
    .fb__wrapper table.foodbook-order-list.dataTable {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .fb__wrapper table.foodbook-order-list.dataTable tr {display: flex; flex-wrap: wrap; flex-direction: column;}
    .fb__wrapper table.foodbook-order-list.dataTable td, .fb__wrapper table.foodbook-order-list.dataTable  th {border: 0 !important;}
    .fb__wrapper table.foodbook-order-list.dataTable thead {
        background: #EA7B0C;
        border-radius: 24px 24px 0px 0px;
    }
    .fb__wrapper table.foodbook-order-list.dataTable thead th {font-weight: 600;
        font-size: 16px;
        color: #FFFFFF;
    }
    .fb__wrapper table.foodbook-order-list.dataTable td {
        font-size: 14px;
        line-height: 19px;
        color: #444751;
        text-align: left;
    }
    .foodbook-order-data-table .order-status {
        background: rgba(234, 123, 12, 0.13);
        border: 0.5px solid #EA7B0C;
        box-sizing: border-box;
        border-radius: 26px;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        color: #EA7B0C;
    }
    .foodbook-order-data-table span.time-status {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #444751;
        display: block;
        border-top: 1px solid #E8E8E8;
        padding-top: 11px;
        margin-top: 14px;
    }
    .foodbook-order-data-table button.fb_btn_fill.fill_sm.fb-view-order {
        background: rgba(68, 71, 81, 0.9);
        border-radius: 24.5px;
        height: 49px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        display: table;
        margin: auto;
        color: #FFFFFF;
        margin-bottom: 5px;
    }
    .foodbook-order-data-table tbody {
        padding-bottom: 60px;
        position: relative;
    }
    .foodbook-order-data-table tfoot {
        display: none;
    }
    .fb__wrapper .dataTables_wrapper .dataTables_info {
        padding-top: 20px;
    }
    .fb__wrapper .dataTables_wrapper .dataTables_paginate {
        padding-top: 20px;
    }
    .foodbook-order-data-table button.fb_btn_fill.fill_sm.fb-view-order:hover {background: #EA7B0C;}
    .fb__wrapper {
        padding: 50px 0;
    }
    .fb_popup_modal .print-btn-area .fb_btn_fill {
        font-size: 15px;
        height: 48px;
        display: block;
        line-height: 48px;
        padding: 0 !important;
        float: none !important;
        border-radius: 24px 24px 0px 0px;
        width: 100%;
    }
    div#orderadmin_popup_modal .fb_modal_content .fb_modal_title {box-shadow: none; padding-bottom: 0; padding: 30px 15px 0;}
    .modal-order-top-info {
        background: #F9F9F9;
        padding: 15px;
        text-align: left;
    }
    div#orderadmin_popup_modal .fb_modal_content .fb_modal_content_inner {padding-top: 0;}
    div#orderadmin_popup_modal .fb_modal_content .fb_modal_content_inner h4 {font-size: 14px !important; font-weight: 400; text-align: left;}
    div#orderadmin_popup_modal .fb-address-wrapper .fb-billing-address {
        box-shadow: none;
        background: #F9F9F9;
        border-radius: 24px;
        padding: 20px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #444751;
    }    
    .fb_modal_content .fb_modal_content_inner .kitchen-change-tracking h4  {
        margin-bottom: 0;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 27px;
        color: #444751;
    }
    .fb_modal_content .kitchen-change-tracking .status-button-area {flex-wrap: nowrap;}
    .fb_modal_content .kitchen-change-tracking .status-button-area span {
        background: #EA7B0C;
        border-radius: 24px;
        height: 48px;
        line-height: 48px;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 0 13px;
        margin: 0 10px 0 0;
        text-align: center;
    }
    .fb_modal_content .kitchen-change-tracking .status-button-area span.cooking-accept.status-btn {background: #61BB65; margin-right: 0;}
    .fb_modal_content .fb_modal_content_inner {
        padding: 20px 15px;
    }
    .fb_modal_content_inner .fb_order_table table {
        display: table;
        overflow-x: scroll;
    }
    .fb_modal_content .fb_order_table table th, .fb_modal_content .fb_order_table table td {
        padding: 6px 18px;
        width: 100%;
        display: block;
        border: 0;
    }
    .fb_modal_content .fb_order_table table thead {
        background: #EA7B0C;
        border-radius: 24px 24px 0px 0px;
        overflow: hidden;
        display: table;
        text-align: center;
        width: 100%;
    }
    .fb_modal_content .fb_order_table table thead th {
        font-weight: 600;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 30px;
    }
    .fb_modal_content .fb_order_table table td {
        font-size: 14px;
        line-height: 19px;
        color: #444751;
        text-align: left;
    }
    .fb_modal_content .fb_order_table table > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
        display: flex;
        flex-wrap: wrap;
        padding: 15px 0;
    }

    .fb_modal_content .fb_order_table table tfoot tr:first-child {width: 45%ss;}
    .fb_modal_content .fb_order_table table tfoot {
        display: flex;
        padding-bottom: 90px;
        flex-wrap: wrap;
    }
    .fb_modal_content .fb_order_table table tfoot th {padding: 0 12px;}
    .fb_modal_content .status-button-area .status-active:before {
        line-height: 1.25;
    }
    .fb-address-wrapper .fb-billing-address, .fb-address-wrapper .fb-shipping-address {
        border-radius: 23px;
        box-shadow: none;
        overflow: hidden;
    }
    .fb__wrapper table.foodbook-order-list.dataTable tbody tr {background-color: #f9f9f9;}
}
