.site-main {
    min-height: calc(100vh - 350px - 85px);
}
:root {
  --primary-filter-color: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(4629%) hue-rotate(345deg) brightness(82%) contrast(106%);
}
a {
    color: var(--primary-orange-color);
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    color: var(--primary-orange-color);
}

/*** Pre-defined styling classes ***/

.row-padding-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.row-padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.row-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.row-padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.row-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.row-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.row-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.row-padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-padding-bottom-50 {
    padding-bottom: 50px;
}

.row-padding-bottom-60 {
    padding-bottom: 60px;
}

.row-padding-top-50 {
    padding-top: 50px;
}

.row-padding-top-20 {
    padding-top: 20px;
}

.white-bg {
    background-color: white;
}

.light-grey {
    background-color: #f1efef;
}

/* Home Page */

.sec_heading h2 {
    margin-top: 0;
}
/* Shipping, Terms and Privacy Policy Page */
.shipping_policy{
    padding-top: 50px;
}
.shipping_sub_header {
    margin-top: 30px;
}
.shipping_policy *{
    color: var(--primary-white-color);
}
.shipping_policy .shipping_header .free_ship_text {
    font-weight: 300;
}

.shipping_policy .shipping_header .free_ship_sub_text {
    font-weight: 300;
}

.shipping_policy .shipping_sub_header .sub_header_text {
    font-weight: 300;
}

.shipping_policy .shipping_content .terms_content_text {
    font-weight: 300;
}

.terms_services .terms_content .terms_content_text {
    font-weight: 300;
}

span.content_cus_height {
    font-size: 28px;
    font-weight: 600;
}

.shipping_policy .container.shipping_header {
    margin-bottom: 50px;
}

.shipping_policy .container.shipping_sub_header {
    margin-bottom: 25px;
}
.btn_section > .terms_btn{
    padding: 15px 30px;
    background-color: var(--primary-orange-color);
    width: max-content;
    margin: auto;
    border: 2px solid var(--primary-orange-color);
    display: block;
}
.btn_section > .terms_btn:hover{
    background-color: transparent;
    color: var(--primary-white-color);
    border: 2px solid var(--primary-white-color);
}
h2.free_ship_heading {
    text-transform: capitalize;
}
/* gravity form success message */
.gform_confirmation_message {
    color: #756d63;
}

/* Tidio chat widget */
iframe#tidio-chat-iframe {
    margin-right: 30px !important;
}

a#back2Top {
    bottom: 60px;
}

#conversations-wrap.conversations-wrap-bottom-right {
    right: 28px !important;
}

@media (max-width: 767px) {
    a#back2Top {
        bottom: 80px;
        display: none !important;
    }
}

@media (min-width: 800px) and (max-width: 830px) {
    a#back2Top {
        bottom: 80px;
        display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 1366px) {
    #conversations-wrap.conversations-wrap-bottom-right {
        right: 38px !important;
    }
}

@media (max-width: 480px) {
    .mob-footer-bottom {
        padding-bottom: 90px !important;
    }
}

/* About cabinet */
#html5-watermark {
    display: none !important;
}

#about_us_page .about_slider .about_slider_img img {
    height: auto !important;
}

/* Reviews Image */
.reviews .user-reviews .rev-images.img-1 img,
.reviews .user-reviews .rev-images.img-2 img,
.reviews .user-reviews .rev-images.img-3 img {
    height: auto !important;
}

.reviews-dynamic-content {
    display: inline-block;
    width: 100%;
    color: #787167;
    margin-bottom: 20px;
}

/* Free Kitchen p */
.free_kitchen_form_sec .free_k_form_brief p {
    color: #756d63;
}

/* Reviews Page and Pro Page */
#readMoreReviews {
    display: none;
}

/* Virtual showroom modal */
.modal.virtual-showroom .modal-dialog .modal-content-wrapper .steps-row .descript-wrapper .in-s_ield span.start::after {
    background-image: url(assets/images/arrow.png);
}

.step_head span.step_red_color {
    color: #e62425;
}

.step_3_sec.custom_virutal_step3 {
    background: white;
}

.step_3_sec.custom_virutal_step3 img {
    max-width: 100%;
}

.cabi_pro .cp_intro .intro_speci .intro_tab_spec .tabcontent img {
    height: auto;
    width: auto;
}

/* Quality rta cabinets & general */
.ad_block h2,
.ad_block h3 {
    font-size: 20px !important;
    line-height: 28px;
}

.rta_cabinets_main .ad_block h2,
.rta_cabinets_main .ad_block h3 {
    padding-bottom: 15px !important;
}

.rta_cabinets_main .ad_block {
    border-width: 1px;
}

/* cart page start */
.show_shipping_costs {
    display: inline-block;
    margin-bottom: 10px;
    color: #9c9285;
}

.show_shipping_costs h5 {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: var(--primary-orange-color) !important;
}

ul.thwmscf-tabs li a.active {
    background-color: var(--primary-orange-color) !important;
}
.woocommerce-info::before {
    color: var(--primary-orange-color) !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: var(--primary-orange-color);
}

.woocommerce-message a {
    color: var(--primary-orange-color);
}

.woo_cart .woocommerce-cart-form .shop_table thead th.product-thumbnail {
    display: none;
}

.woo_cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    display: none;
}

body .woo_cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item.cart_item td {
    vertical-align: middle !important;
}

/* get started checkout popup */
.one-page-checkout-container .woocommerce-form-coupon-toggle {
    display: none;
}

.woo_cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item.cart_item .product-thumbnail .wp-post-image,
.woo_cart .woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item.cart_item .product-thumbnail .attachment-woocommerce_thumbnail {
    height: 120px;
    width: 120px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc_con .opt-chnge2 .opt-btns {
    position: static;
    margin-top: 30px;
    padding: 0px;
}

.one-page-checkout-container #order_review .product-remove {
    display: none;
}

.one-page-checkout-container .payment_box.payment_method_square p.form-row iframe {
    height: 56px;
}

.payment_box.payment_method_square p.form-row iframe {
    height: 56px !important;
}

.step2modal .modal .modal-dialog {
    max-width: 1270px;
    width: 100%;
}

/* get started page */
.one-page-checkout-container .container {
    width: 100%;
}

.opc_order_review tr {
    width: 100%;
}

body .rtacab_parent .rt_nd_head .rta_rep .rta_l_more.get_started_cus_but {
    margin: 20px 15px 0 15px;
    display: block;
    text-align: center;
    width: auto;
}

.rta_rep.get_started_cus_but {
    text-align: center;
}

body .rtacab_parent .rt_nd_head .rta_virt_showroom .inner_rta_sr.width_100 {
    width: 100%;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc_con .opt-chnge2 .opt-btns a.cusom_cab_step2_button {
    font-size: 13px;
    padding: 10px 12px;
}

/* single deginer collection page & cabinet product page */
.products-listing .opt-btns a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: var(--primary-orange-color);
    border: 1px solid var(--primary-orange-color);
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.products-listing .opt-btns a:hover {
    outline: 2px solid var(--primary-orange-color);
    color: var(--text-white-color) !important;
    background: var(--primary-orange-color);
}

.products-listing .opt-btns {
    display: none;
    width: 100%;
    margin-left: 25%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.back-to-top::after {
    content: "" !important;
    width: 20px;
    background: url("assets/images/level-up.png") !important;
    background-size: auto;
    height: 27px;
    background-size: cover !important;
    position: absolute;
    left: -25px;
    top: 2px;
}

.back-to-top {
    display: inline-block;
    width: 50px;
    font-size: 11px !important;
    margin-right: 25px;
    text-decoration: none !important;
}

#door_drawer_spec.single_collection_draw img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .e_prod_heading a::after {
    content: "\f410";
    font-family: "Font Awesome 5 Free";
}

.prod_ul_inner_child li a:hover {
    color: var(--primary-orange-color) !important;
}

.pro_ecom .e_find .inner_e_find .efind_cab h2 {
    font-size: 20px;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants .ewal-var-con .ewal_con_sizes .con_sizes_title .con_tit_p_add a {
    font-family: "Montserrat", sans-serif;
    background: var(--primary-orange-color);
    color: var(--text-white-color);
    padding: 5px 7px;
    margin: 0 0 0 10px;
    float: right;
    font-size: 14px;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .e_prod_heading a {
    top: 7px;
}

.assembly_pdf_content ul {
    padding: 0;
}

.assembly_pdf_content ul li {
    padding-left: 25px;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}

.assembly_pdf_content ul li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.assembly_pdf_content ul li span img {
    width: 100%;
}

.assembly_pdf_content ul li a {
    color: var(--text-black-color);
}

.pro_ecom .ecom_sl .ecom_feat .tabcontent {
    min-height: 442px;
    height: auto;
}

.pp-prices .woocommerce-Price-amount.amount {
    color: var(--primary-orange-color);
}

.pp-prices p .pp-title {
    color: var(--text-black-color);
    margin-right: 5px;
}

.pp-prices p {
    padding-right: 20px;
    font-weight: 600;
}

.pp-prices {
    display: flex;
}

.pp-prices .cros-word .woocommerce-Price-amount {
    text-decoration: line-through;
    color: var(--primary-orange-color);
}

.c-sale_price .woocommerce-Price-amount.amount {
    color: #fb0000;
}

.pro_ecom .ecom_sl .ecom_feat .tabcontent table td {
    font-size: 13px;
}

.cab_cate .cc_pop.kitchen_package_popup .inner_cc_pop .cc_con {
    width: 100%;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants .ewal-var-img {
    box-shadow: none;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants .ewal-var-img img {
    box-shadow: 0 0 3px 0px inset rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.cabi_pro .cab_cate h1 {
    text-align: inherit;
}

.cabi_pro.cab_cate h1 {
    font-family: inherit;
}

.step_head span {
    color: var(--primary-orange-color);
    font-weight: bold;
    text-transform: uppercase;
}

.step_head {
    font-size: 26px !important;
    color: #7c756a !important;
    margin-bottom: 25px;
    text-align: left;
    font-weight: normal !important;
    font-family: "Montserrat", sans-serif !important;
}

.step_3_sec_row .step_3_sec_col {
    width: 31.5%;
    background: #f1f0ef;
    margin: 0 10px;
    padding: 10px 20px;
    position: relative;
    padding-bottom: 90px;
}

.step_3_sec_row {
    display: flex;
    flex-wrap: wrap;
}

.step_3_sec {
    width: 100%;
}

.step_3_sec h3 span {
    color: var(--primary-orange-color);
}

.step_3_sec h3 {
    color: #7c756a;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
    text-align: left;
}

.step_3_sec img {
    margin-bottom: 25px;
}

.step_3_sec h2 {
    font-size: 20px;
    color: #7c756a;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.step_3_sec_col a {
    width: 75%;
    background: var(--primary-orange-color);
    display: inline-block;
    color: var(--text-white-color);
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    margin: auto;
}

.step_3_sec_col {
    text-align: center;
}

.step_3_sec h5 {
    font-size: 19px;
    margin-bottom: 15px;
    text-align: left;
}

.cabi_pro .cab_pr_var {
    padding: 10px 0 0 0;
}

.step_3_sec .step_head {
    text-align: left;
    padding-left: 10px;
}

.step_3_sec {
    width: 100%;
    padding-top: 40px;
}

/* Single kitchen detail page */
.display_none_check {
    display: none;
}

/* header mini cart */
.cart_wrap .cart_drop .woocommerce-mini-cart .mini_cart_item .remove-item.remove_item_from_cart_button {
    padding-right: 0;
    border: 2px solid #878787;
    min-width: 18px !important;
    height: 18px;
    border-radius: 50%;
    color: #878787;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    padding-left: 1px !important;
    position: absolute;
    right: 20px;
}

.mini-cart-ajax_loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    height: 100%;
    display: none;
}

.mini-cart-ajax_loader .ajax-lds-dual-ring {
    position: absolute;
    top: 35%;
    left: 20px;
    margin: auto;
    right: 0;
    text-align: center;
}

/* reviews page */
.reviews .user-reviews .rev-meta .rev-avtar {
    background-image: url(/wp-content/uploads/2019/05/avt.png);
}

/* Cabinet Category Page */
.inner_cab_btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.inner_cab_btn ul li {
    margin: 0 20px;
    list-style: none;
}

.inner_cab_btn ul li a {
    display: inline-block;
}

.cab_cate .cab_btn {
    padding: 50px 0;
}

.cab_cate .cab_btn .inner_cab_btn .cab_btn_sl .active {
    background: #7d756a;
    font-size: 14px !important;
    padding: 16px 30px !important;
}

/* Pro Page */
#responsive-form li.gfield,
body #responsive-form .gform_wrapper .gform_fields li.gfield .ginput_container,
#responsive-form li.gfield select.gfield_select,
#responsive-form li.gfield {
    width: 100% !important;
}

#responsive-form .gform_footer input[type="submit"] {
    width: 100% !important;
    border: none;
    background-color: var(--primary-orange-color);
    color: var(--text-white-color);
    height: 57px;
    width: 100%;
    padding-left: 15px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.gform_wrapper .gform_footer {
    padding: 0;
}

#responsive-form li.gfield,
body #responsive-form .gform_wrapper .gform_fields li.gfield .ginput_container {
    padding: 0 !important;
}

#responsive-form li.gfield textarea {
    margin-top: 12px;
}

#responsive-form .gform_wrapper form {
    text-align: left;
    max-width: 85%;
    margin: 0 auto;
}

body #responsive-form .gform_wrapper .gform_fields li.gfield {
    margin: 0;
    margin-left: 0px;
}

#responsive-form #input_7_10 span:last-child {
    padding-right: 0 !important;
}

.has_first_name label {
    display: none !important;
}

.gform_wrapper .gform_footer {
    margin-top: 0;
}

body #responsive-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

/* quality rta cabinets page */
.img_txt-row .txt_row_img .img_in_row {
    height: auto !important;
    position: inherit !important;
}

.img_txt-row .img_txt .img_txt_con p {
    font-size: 18px;
    line-height: 25px;
}

.img_txt-row .img_txt .img_txt_con .ad_block p {
    padding-bottom: 0;
    line-height: inherit;
    text-align: inherit;
    margin-bottom: 0;
}

.img_txt-row .img_txt .img_txt_con .ad_block p a {
    color: var(--text-white-color);
    text-decoration: none;
}

/* Checkout */
.payment_method_bread_finance img {
    width: 75px;
}

.one-page-checkout-container .payment_method_bread_finance img {
    width: 75px !important;
    float: none !important;
}

.checkbox-button__control.radio {
    top: 6px;
}

/* Woocommerce messages */
body .woocommerce-message {
    border-top-color: var(--primary-orange-color);
}

body .woocommerce-message::before {
    /* color: var(--primary-orange-color); */
    color: #fff;
}

/* Woocommerce order emails */
table#addresses address.address a,
table#addresses address.address a:hover,
table#addresses address.address a:active,
table#addresses address.address a:focus {
    color: var(--primary-orange-color);
}

/* Product Ecommerce Page */
.pro_ecom .e_find .inner_e_find .efind_cab .find-tab {
    float: none;
}

.e_find .f_cab_sec_1 {
    width: 100%;
}

/* get started and kitchen design online 3 steps already done by baljit in local*/
.free_kit_accord .acc_con #choose_step1 .or_fr_do {
    height: auto;
}

.get-sample span {
    color: var(--primary-orange-color);
    border: 1px solid var(--primary-orange-color);
    font-family: "Montserrat", sans-serif;
    padding: 8px 20px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc .cb_con-st .cb-con .get-sample span:hover,
.cab-description .get-sample span:hover,
.get-sample span.active-get-sample,
a.door-samp:hover,
a.cab-specs:hover,
a.cab-specs.show-active {
    outline: 2px solid var(--primary-orange-color);
    color: var(--text-white-color) !important;
    background: var(--primary-orange-color);
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc_con .opt-chnge .opt-btns a.active-get-sample {
    outline: 2px solid var(--primary-orange-color);
    color: var(--text-white-color);
    background: var(--primary-orange-color);
}

.kitchen-image img {
    width: 100%;
}

.opt-chnge .get-sample {
    text-align: center;
    margin: 20px 0px;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc_con .opt-chnge p.free-text {
    color: var(--primary-orange-color);
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc .cab_s_popsec .cab_s_card .c_s_card .qb_img {
    height: 369px;
}

.free_kit_accord .acc_con #choose_step1 .or_fr_do {
    overflow: inherit;
}

.free_kit_accord .acc_con .or_fr_do .orf_con a .orf_img i {
    right: 10px;
    left: auto;
}

.cabinet-cart-table .cabinet_qty {
    width: 3.631em;
    text-align: center;
}

.opt-chnge2 .ajax-loader_1 {
    display: none;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc .cb_con-st .cb-con .cab-st-img {
    background-size: contain;
}

.cabinet-cart-table {
    width: 100%;
}

.cabinet-cart-table label {
    font-weight: normal;
}

.return-to-cart {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: var(--primary-orange-color);
    border: 1px solid var(--primary-orange-color);
    padding: 5px 6px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.return-to-cart:hover,
.return-to-cart:focus {
    color: var(--primary-orange-color);
    text-decoration: none;
}

.steps_sec_fl {
    width: 100%;
}

.steps_in_sec {
    width: 100%;
}

.steps_in_sec img {
    width: auto;
}

.steps_in_sec .panel-heading {
    height: 100px;
}

.ser_rep_img {
    position: relative;
}

.ser_rep_img .zoom {
    width: 35px;
    height: 35px;
    position: absolute;
    background-image: url("assets/images/zoom-plus-sign.png");
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    right: -30px;
    bottom: 50px;
    cursor: pointer;
}

.ser_rep_img:hover .zoom {
    opacity: 1;
    right: 30px;
}

.cabinet-cart-table td {
    border-bottom: 1px solid #c7c7c7;
    padding: 4px;
}

.remove_item_cart {
    color: var(--primary-orange-color);
}

.active_cab_div .collection-add-to-cart {
    outline: 2px solid var(--primary-orange-color);
    color: var(--text-white-color);
    background: var(--primary-orange-color);
}

.qui_p:hover .get-sample .collection-add-to-cart {
    color: var(--text-white-color);
    background: var(--primary-orange-color);
}

.p-title .cab-title {
    padding: 0 !important;
    margin: 0;
    position: relative;
    top: 5px;
}

.p-title a {
    margin: 0;
}

.p-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.opt_acc_con .gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_page_footer a.gform_save_link {
    display: none;
}

.opt-chnge a.collection-add-to-cart:focus,
.cab-specs:focus {
    text-decoration: none;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc_con {
    padding-bottom: 90px;
}

.one-page-checkout-container a.remove {
    display: none;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc_con.for-mobile-view {
    width: 100%;
    display: block !important;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc_con.for-mobile-view .ser_rep_img .zoom {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    right: -30px;
    bottom: -12em;
    cursor: pointer;
}

.ser_rep_img:hover .zoom {
    opacity: 1 !important;
    right: 30px !important;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc #choose_step2 .opt-btns a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: var(--primary-orange-color);
    border: 1px solid var(--primary-orange-color);
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc #choose_step2 .opt-btns a:hover {
    outline: 2px solid var(--primary-orange-color);
    color: var(--text-white-color) !important;
    background: var(--primary-orange-color);
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc #choose_step2 h2 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #58534c;
    text-transform: uppercase;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc #choose_step2 p {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #756d63;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc #choose_step2 .cbst_title {
    background: #f1f1f1;
    padding: 10px;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc #choose_step2 .cbst_title p {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #58534c;
    padding: 0;
    margin: 0;
}

.opt-chnge2.mobile-view {
    display: none;
}

.free_kit_accord .acc_con .acop_cont .jus_ce {
    padding: 30px 0 0 0;
}

.panel_pad.first_kitchen_1 {
    padding-bottom: 0 !important;
}

.s3_from {
    padding: 0 35px 35px 35px;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc_con {
    padding: 20px;
}

.free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc_con h2 {
    font-size: 18px !important;
    line-height: 1.2;
}

.s3_v_frames a:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    position: relative;
    left: -5px;
    top: 0;
    border: 2px solid var(--text-white-color);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 2.1;
    border-radius: 50%;
    display: inline-block;
}

.s3_v_frames a {
    background-color: var(--primary-orange-color);
    text-transform: uppercase;
    color: var(--text-white-color);
    font-size: 14px;
    padding: 12px 15px 12px 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.step3_kit .s3_measure .s3_videos .s3_v_frames {
    padding: 15px 0 !important;
}

.step3_kit .s3_measure {
    padding: 0 !important;
}

.step3_kit .s3_resources p {
    margin: 20px 0 0 0;
}

.step3_kit .s3_resources .pdf_wrap {
    margin-bottom: 35px;
}

.cb_pr-img-popup .modal-dialog {
    display: inherit !important;
}

.rta_rep.get_started_cus_but {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.page-template-reviews #modalrev .modal-footer,
.page-template-reviews_copy #modalrev .modal-footer {
    display: none;
}

.video_block iframe {
    width: 100%;
}

.blog-left-sec .blog-card-content {
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.blog-left-sec .blog-card-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-left-sec {
    display: flex;
    flex-wrap: wrap;
}

.blog-title a {
    font-size: 18px;
    padding: 10px 0;
    display: inline-block;
}

.blog-ul-sec ul {
    padding: 0;
}

.blog-ul-sec ul li {
    display: inline-block;
}

.social-icon-sec .readmore {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-img-container {
    height: 250px;
    object-fit: cover;
}

.blog-section {
    padding-top: 50px;
}

.pagination-wrap {
    text-align: center;
    padding: 50px 0;
}

div#comments {
    margin-top: 50px;
}

div#comments form#commentform {
    max-width: 100%;
    margin: auto;
}

div#comments form#commentform p label {
    display: block;
}

div#comments form#commentform p input,
div#comments form#commentform p textarea {
    width: 100%;
    border: 1px solid #ccc;
}

div#comments h3#reply-title {
    background: var(--primary-orange-color);
    padding: 15px;
    color: var(--text-white-color);
    margin-bottom: 40px;
}

div#comments form#commentform p.comment-form-cookies-consent input,
div#comments form#commentform p.comment-form-cookies-consent label {
    width: auto !important;
    height: auto !important;
    display: inline-block;
}

div#comments form#commentform p input {
    height: 50px;
}

div#comments form#commentform p.comment-form-cookies-consent input {
    margin-right: 10px;
}

div#comments form#commentform p.form-submit input[type="submit"] {
    background: var(--primary-orange-color);
    color: var(--text-white-color);
    text-transform: uppercase;
    font-size: 16px;
    border-color: var(--primary-orange-color) !important;
    margin-bottom: 20px;
}

.nav-links {
    display: none;
}

.single-post .single .site-content-contain {
    padding-top: 50px;
}

.right_spot .img-badges {
    max-width: 22.5% !important;
}

.single.single-post .aside {
    width: 25%;
}

.single.single-post .single_inner #primary {
    width: 75%;
}

.single.single-post .single_inner {
    display: flex;
    flex-wrap: wrap;
}

.single_inner #primary img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-right: 25px;
}

.single_inner .aside img {
    width: auto;
    max-width: 100%;
}

.comment-author.vcard img {
    display: none;
}

.single.single-post .aside .post_block a .desc_inner .recent_content h3 {
    font-size: 14px;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 1.43;
    font-weight: 600;
}

.single.single-post .aside .post_block a .desc_inner .recent_content {
    width: 70%;
}

.single.single-post .aside .post_block a .desc_inner .image_block {
    width: 30%;
    padding-right: 6px;
}

.single.single-post .aside .post_block a .desc_inner {
    display: flex;
    flex-wrap: wrap;
}

.single.single-post .aside .post_block {
    margin-bottom: 20px;
}

.single.single-post .aside .post_block a .desc_inner .recent_content span {
    color: var(--text-black-color);
    font-size: 12px;
}

.single_post_wrapper {
    line-height: 24px;
    font-weight: 300;
    font-size: 16px;
}

.single_post_wrapper p span {
    font-weight: 300 !important;
}

.single.single-post .blog-ul-sec .date span {
    color: var(--primary-orange-color);
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
    margin: 10px 0 0 0;
    display: inline-block;
}

.single.single-post .aside h2 {
    background: var(--primary-orange-color);
    margin: 0 0 20px 0;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--text-white-color);
}

.single.single-post .aside .post_block a .desc_inner .recent_content span {
    color: #ababab;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

#step1_cabinet p.resume_form_link_wrapper {
    background: #eee !important;
    box-shadow: 0 3px 2px 0 var(--primary-orange-color) !important;
}

#step1_cabinet .gform_wrapper .form_saved_message p {
    color: #58534c;
}

.gform_wrapper .form_saved_message p:hover a {
    color: var(--primary-orange-color) !important;
}

p.resume_form_link_wrapper a {
    color: var(--text-black-color) !important;
    display: block;
}

#step1_cabinet .gform_wrapper .form_saved_message {
    width: 100%;
}

.cab_cate .cab_clr_c .inner_cab_clr_c .cab_clr_style ul li a.active {
    text-decoration: underline;
}

.overlay_btn a {
    position: absolute;
    top: 45% !important;
    background: var(--primary-orange-color);
    color: var(--text-white-color);
    padding: 10px 20px;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 90%;
    font-weight: 600;
}

.overlay_btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 0.5);
    visibility: hidden;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cab_cate .cab_prod_vir .inner_cab_prod_vir .cab_prod_style .cp_style .inner_cp_style:hover .overlay_btn {
    visibility: visible;
}

.cab_cate .cab_prod_vir .inner_cab_prod_vir .cab_prod_style .cp_style .inner_cp_style .cp_img_s {
    position: relative;
}

.cab_cate .cab_prod_vir .inner_cab_prod_vir .cab_prod_style .cp_style .inner_cp_style .cp_img_s a {
    z-index: 99;
    top: -50px;
}

.cab_cate .cab_prod_vir .inner_cab_prod_vir .cab_prod_style .cp_style .inner_cp_style {
    border: 1px solid var(--text-white-color);
}

/*staging*/
.cab_cate .cab_prod_vir .inner_cab_prod_vir .cab_prod_style .cp_style .inner_cp_style:hover {
    border: 1px solid var(--primary-orange-color);
}

/*staging*/
select.choose_cabinet_color_cat .show_only_on_mobile {
    display: none;
}

.show_only_on_mobile {
    display: none;
}

/*** Footer Styling ***/
footer .footer-text-right {
    text-align: right;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
}

footer .footer_social_icons_anywhere ul li {
    display: inline-block;
}

footer .footer_social_icons_anywhere ul li a {
    background: var(--text-white-color);
    color: #756e64 !important;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 1.2;
    border-radius: 50%;
    font-size: 19px;
    margin: 0 5px;
}

footer .footer_social_icons_anywhere ul li a:hover,
footer .footer_social_icons_anywhere ul li a:active,
footer .footer_social_icons_anywhere ul li a:focus {
    background: var(--primary-orange-color) !important;
    color: var(--text-white-color) !important;
}

footer .copyright_sec h5 {
    color: var(--text-white-color);
}

footer .margin-bottom-10 {
    margin-bottom: 10px;
}

footer .margin-bottom-20 {
    margin-bottom: 20px;
}

footer .footer_site_data {
    display: inline-block;
}

footer .footer_site_data ul li {
    display: inline-block;
    margin-right: 15px;
}

footer .watch_abc10_details {
    color: var(--text-white-color);
    text-align: center;
}

footer .watch_abc10_details img {
    max-width: 150px;
}

/*** kitchen design online page ***/
.free_kit_accord .panel_pad.hide_tooltip_text {
    padding-bottom: 50px !important;
}

.free_kit_accord .panel_pad:not(:last-child) {
    padding: 0 0 0px 0 !important;
    transition: 0.2s all ease-in-out;
}

.kitchen_hint {
    color: #756d63;
    font-size: 18px;
    padding-top: 30px;
    display: inline-block;
}

.free_kit_accord .free_acco_tit.fat_ti a,
.free_kit_accord .free_acco_tit .container .free_kit_op_lt {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

/*** fabuwood **/
.btn-border {
    border: 2px solid var(--text-white-color);
}

.video_sec_fabuwood .video_sec_fabuwood_inner .desc_ryt_sec span.second a {
    padding: 14px 0;
}

.video_sec_fabuwood .video_sec_fabuwood_inner .desc_ryt_sec span.second a::before {
    content: "";
    border: 0;
    left: 0;
    height: auto;
    width: auto;
}

.modal.fabuwood-cab input,
.modal.fabuwood-cab textarea {
    border: 1px solid #e5e6eb !important;
    font-size: 16px !important;
    color: #757575;
}

.modal.fabuwood-cab input::placeholder,
.form-black .fabuwood-cab textarea::placeholder {
    opacity: 1;
}

.modal.fabuwood-cab textarea {
    height: 60px !important;
}

.modal.fabuwood-cab .gform_button {
    color: var(--text-white-color) !important;
    height: 45px;
    padding: 0 !important;
    margin-right: 0 !important;
}

.modal.fabuwood-cab .gform_footer.top_label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.fabuwood-cab {
    color: var(--text-white-color) !important;
    height: auto;
    padding: 0;
    margin-right: 0;
}

.modal.fabuwood-cab .gform_description {
    text-align: center;
    font-size: 28px;
}

.modal.fabuwood-cab .gform_heading {
    display: block;
}

.modal.fabuwood-cab .gform_description span {
    text-align: center;
    font-size: 24px;
    margin-top: 18px;
    margin-top: 18px;
    display: inline-block;
}

.modal.fabuwood-cab .modal-dialog {
    padding: 40px 10px 0px 10px !important;
}

.modal.fabuwood-cab .modal-dialog::before {
    content: url("/wp-content/themes/cabinet/assets/images/new.png");
    margin: -40px auto 0 auto;
    position: relative;
    float: none;
    width: 130px;
    display: block;
}

.modal.fabuwood-cab .gform_body {
    margin-top: -20px;
}

.modal.fabuwood-cab .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: unset !important;
    padding-right: 0 !important;
}

.modal.fabuwood-cab .instruction.validation_message {
    display: none;
}

.modal.fabuwood-cab .gform_wrapper .gform_fields li .validation_message,
.fabuwood-cab .gform_validation_error .gform_fields li .validation_message {
    position: absolute;
    bottom: -15px;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    padding-top: 0 !important;
}

@media (min-width: 768px) {
    .fabuwood-cab {
        margin-left: 10px !important;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .modal.fabuwood-cab {
        margin-left: 8px !important;
    }

    .modal.fabuwood-cab ul.gform_fields li.gfield {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    .get_started_multiple.lets_get_s .container>p,
    .lets_get_main.lets_get_s .container>h4,
    .lets_get_fabuwood.lets_get_s .container>h4 {
        margin-bottom: 30px !important;
    }
    .thwmscf_horizontal_box li.thwmscf-tab a {
        font-size: 13px;
        padding: 6px 10px 6px 10px;
    }
    .modal.fabuwood-cab .gform_description {
        text-align: center;
        font-size: 18px;
    }

    .modal.fabuwood-cab .gform_description span {
        text-align: center;
        font-size: 16px;
    }

    .opt-lets.padding-20 {
        padding: 20px;
    }

    .gform_wrapper ul.gform_fields li.gfield .ginput_container_select select {
        margin: 0 0 10px 0 !important;
    }
}

/***  .qali-desc section 15-Oct-19 ***/
p:empty {
    display: none !important;
}

body .qali-desc h2 {
    font-size: 30px !important;
    line-height: 42px !important;
    color: #787167;
    margin-bottom: 20px !important;
    font-weight: 600;
}

.qali-desc p {
    font-weight: 300;
    color: #787167;
}

@media (min-width: 768px) {
    .qali-desc p {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 991px) {
    .design-tool .design-tool_wrapper h2 {
        font-size: 18px !important;
        line-height: 27px !important;
        margin: 0 0 10px 0;
    }
}

/*** Footer and accordion panel ***/
.panel-heading .accordion-toggle::after {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.free_kit_accord .free_acco_tit .container .free_kit_op_rt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.free_kit_accord .free_acco_tit .container .free_kit_op_rt label {
    font-size: 14px;
    padding: 10px 10px;
    background: var(--text-white-color);
    color: red;
    border-radius: 3px;
    position: relative;
    top: 0;
}

.foot_head_right.watch_abc10_details a h5 {
    color: var(--text-white-color);
}

footer.site-footer .footer_row2_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.footer_block #menu1:not(.site_data) {
    display: flex;
    flex-wrap: wrap;
}

.footer_block #menu1:not(.site_data) li.menu-item {
    width: 50%;
}

footer.site-footer .footer_head_wrap {
    padding: 0 15px;
}

.foot_head_right.footer_social_icons_anywhere ul {
    margin: 0;
}

.menu-site-data-container,
.footer_site_data {
    padding: 0 !important;
}

.footer_block {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
}

footer.site-footer .footer_row2_wrap {
    padding-top: 20px !important;
}

.page-template-quality_rta_cabinet .cab_asse .banner_text h1 {
    margin: 0 0 40px 0 !important;
    font-size: 70px;
}

.page-template-quality_rta_cabinet .cab_asse .banner_text {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: unset !important;
}

.custom_site_zoom {
    position: relative;
}

.zoom_on_hover {
    width: 35px;
    height: 35px !important;
    position: absolute;
    background-image: url(assets/images/zoom-plus-sign.png);
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    right: 0;
    bottom: 0;
    cursor: pointer;
    top: 35%;
    left: 40%;
}

.custom_site_zoom:hover {
    opacity: 0.7;
    border: 2px solid var(--primary-orange-color);
}

.custom_site_zoom:hover .zoom_on_hover {
    opacity: 1 !important;
}

.free_kit_accord .acc_con .or_fr_do .order_filter ul li.active a {
    text-decoration: underline;
}

/*** cabinet category page ***/
.custom_trigger_cab li.common_click_class.show_rta_sub_child_menu {
    background: #7d756a !important;
}

.cab_dr_ki .inner_cab_dr_ki .inner_dr_kit_rec .kit_diff_img.size_cover {
    background-size: cover;
}

.s3_from .validation_message {
    bottom: -15px !important;
}

.gst_hear_about_us {
    padding: 10px 0;
}

.gst_hear_about_us select,
.gst_hear_about_us input {
    height: 36px;
    padding: 0 5px;
    width: 100%;
    border-style: none;
    box-shadow: 0 0 1px 0 rgb(0, 0, 0, 0.2);
    border: 1px solid #e6e6e6;
}

.gst_hear_about_us select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(assets/sortdown.png) 96%/3% no-repeat var(--text-white-color);
    background-size: auto;
}

.gst_hear_about_us .validation-msg {
    font-size: 14px;
    letter-spacing: 0.5px;
    background: #f00;
    color: var(--text-white-color);
    text-transform: uppercase;
    text-align: center;
    width: 284px !important;
    padding: 4px;
}

.field_required {
    color: #790000;
}

.review-home-button.text-center {
    width: 100%;
    padding: 0 0 40px 0;
    margin-top: -35px;
    z-index: 2;
    position: relative;
}

/*** Virtual kitchen design tool page ***/
.design-tool .design-tool_wrapper .hero_banner {
    text-align: center;
    min-height: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    flex-flow: column !important;
}

.design-tool .design-tool_wrapper .hero_banner .banner_inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.design-tool .design-tool_wrapper .hero_banner .banner_inner h1 {
    margin: 0;
    font-size: 72px;
    color: var(--text-white-color);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-shadow: 1px 2px 0px var(--text-black-color);
}

.design-tool .design-tool_wrapper .row-padding {
    padding: 50px 0;
}

.design-tool .design-tool_wrapper .grey-bg {
    background-color: #f1f0ef;
}

.design-tool .design-tool_wrapper h2 {
    margin-top: 0;
    color: #787167;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
}

.design-tool .design-tool_wrapper h3 {
    font-family: inherit;
    font-size: 20px;
    color: #58534c;
    font-weight: bold;
    line-height: 28px;
}

.design-tool .design-tool_wrapper p {
    color: #787167;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 27px;
}

.design-tool .design-tool_wrapper p span {
    font-weight: 300 !important;
}

.design-video a.html5lightbox,
.design-video video {
    padding: 20px;
    background-color: var(--text-white-color);
    display: inline-block;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
}

.design-video a.html5lightbox img {
    width: 100%;
}

.design-tool .panelheading h4.panel-title {
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
    color: var(--text-white-color);
    font-weight: 300;
}

.design-tool .panelheading:before {
    content: " ";
    height: 92px;
    width: 102px;
    background: var(--text-white-color);
    position: absolute;
    transform: rotate(55deg);
    left: -64px;
    top: 15px;
}

.design-tool .panelheading {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.design-tool .bg-orange {
    background-color: var(--primary-orange-color);
}

.bg-gray {
    background-color: #756d63;
}

.bg-darkgrey {
    background-color: #756c63;
}

.bg-lightgrey {
    background-color: #f1f0ee;
}

.bg-grey {
    background-color: #f2f0ee;
}

.designs-row .designs-row-img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.designs-row {
    padding: 35px 0;
}

.designs-row h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.designs-row a.btns {
    padding: 8px 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 15.24px;
}

.designs-row p {
    margin-bottom: 15px !important;
}

.design-tool .design-tool_wrapper .cta-row h4 {
    color: var(--text-white-color);
    font-family: inherit;
    font-size: 25px;
    font-weight: 700;
    padding: 18px 0;
    margin: 0;
    letter-spacing: 0.5px;
}

.design-tool .design-tool_wrapper .cta-row p {
    font-size: 20px !important;
    margin: 20px 0 !important;
}

.design-tool .design-tool_wrapper .cta-row .btns {
    padding: 8px 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 15.24px;
}

.design-tool .design-tool_wrapper .cta-row {
    padding: 40px 0;
}

.cabinet-boxes .owl-stage-outer {
    margin: auto;
    z-index: 2;
    padding: 20px;
}

.cabinet-boxes .owl-nav {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;
    z-index: 1;
    left: 0;
}

.cabinet-boxes .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 152px;
    background-color: var(--text-white-color);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid transparent;
}

.cabinet-boxes .owl-item img {
    display: block;
    width: auto;
}

.cabinet-boxes .owl-nav button:hover,
.owl-nav button:focus {
    background-color: transparent !important;
    color: var(--primary-orange-color) !important;
}

.cabinet-boxes .owl-item {
    padding: 0 5px;
}

.cabinet-boxes .owl-nav button {
    font-size: 27px !important;
    color: #948e85 !important;
    text-stroke: 2px var(--text-white-color) !important;
}

.cabinet-boxes {
    max-width: 100%;
    width: 100%;
    padding: 0 36px;
}

.cabinet-boxes .owl-stage .owl-item:first-child {
    margin-left: -18px;
}

.bt-view {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: var(--text-white-color);
    background-color: var(--primary-orange-color);
    padding: 4px 10px 6px 10px;
    font-weight: 600;
    display: inline-block !important;
    position: absolute;
    opacity: 0;
}

.cabinet-boxes .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
}

.cabinet-boxes .item:hover:before,
.cabinet-boxes .item:hover span.bt-view {
    opacity: 1;
}

.cabinet-boxes .item span.bt-view:hover {
    background: #7d756a;
}

.cabinet-boxes .item:hover {
    border: 2px solid var(--primary-orange-color);
    position: relative;
}

.cabinet-boxes .item img {
    width: auto;
    max-height: 126px;
}

.inner_free_k_form_brief ul li strong {
    position: absolute;
    background: var(--primary-orange-color);
    width: 35px;
    height: 35px;
    left: 0;
    color: var(--text-white-color);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    display: inline-block;
    border-radius: 50%;
}

.inner_free_k_form_brief ul li {
    list-style: none;
    display: block;
    line-height: 1.3;
    padding: 20px 0 20px 50px;
    font-size: 26px;
    font-weight: 500;
    color: #756d63;
    word-break: break-word;
}

.inner_free_k_form_brief ul {
    padding: 0;
}

.inner_free_k_form_brief {
    margin: 50px 0 50px;
    position: relative;
    left: 40px;
}

.latest_free_kitchen_form_sec .free_kit_accord .acc_con .acop_cont .op1_steps {
    margin: 0 0 60px 0;
}

.latest_free_kitchen_form_sec .free_k_form_brief {
    padding-bottom: 0;
}

.video_head_sec h2::after {
    width: 58px;
    height: 3px;
    background-color: #d5d5d5;
    margin: 0 auto;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
}

.video_main_wrapper {
    padding-bottom: 65px;
}

.video_head_sec h2 {
    color: #756d63;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.cab_dr_ki.inner_cab_dr_section .inner_cab_dr_ki {
    padding: 40px 0px 0px 0;
}

.inner_free_k_form li.gfield .ginput_container.ginput_container_phone input[type="text"] {
    margin-top: 0;
    border: 1px solid #ccc !important;
    padding: 5px !important;
    font-size: 14px !important;
    max-height: 32px !important;
    width: 100% !important;
}

.inner_free_k_form li.gfield .ginput_container.ginput_container_phone {
    padding-right: 0 !important;
}

.cabi_pro .cp_intro .intro_vid_img .intro_vid_screen {
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cabi_pro .cp_intro .intro_vid_img .intro_vid_screen iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .inner_free_k_form_brief {
        left: 0;
    }

    .inner_free_k_form_brief {
        margin: 0;
    }
}

.inner_free_k_form_brief {
    left: 0;
}

@media (max-width: 1199px) {
    .depot-shop-cart-footer {
        width: 80% !important;
        margin: auto !important;
        float: none !important;
        padding-bottom: 10px !important;
    }

    .dedicate-design-html {
        top: 34px !important;
    }

    .s3_v_frames a {
        font-size: 10px;
    }

    .step_3_sec_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .step_3_sec_row .step_3_sec_col {
        width: 47.5%;
        margin-bottom: 20px;
    }

    .cab_asse {
        width: 100%;
        text-align: center;
        background-position: 25% center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
}

@media (min-width: 1025px) {
    .footer_block {
        min-height: 233px;
    }

    .margin-neg-15 {
        margin-bottom: -10px;
    }

    .social-row {
        display: flex;
        justify-content: flex-end;
        padding-top: 20px;
    }

    footer.site-footer .footer_head_wrap .foot_head_right {
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .step3_kit .s3_resources a {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .get_started_html_only_for_mob {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .position_relative_ {
        width: 100% !important;
    }

    .social-row {
        padding-bottom: 30px !important;
    }

    .foot_head_right.watch_abc10_details {
        display: flex;
    }

    .footer_block {
        width: 100% !important;
        margin-top: 30px;
    }

    footer ul {
        margin-left: 0 !important;
    }

    footer .footer-text-right {
        text-align: left;
        display: flex;
        flex-flow: column;
    }

    .footer_row2_wrap div {
        width: 100% !important;
    }

    .design-tool .panelheading::before {
        display: none;
    }

    .bg-gray-slash::before {
        display: none;
    }

    .design-tool .panelheading h4.panel-title {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 36px;
    }

    body .cabinet_top_heading {
        position: inherit !important;
        margin-bottom: 20px;
    }

    .new-site-header .head_right {
        margin-top: -2.5rem;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .free_kitchen_form_sec .free_k_form .inner_free_k_form {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .page-template-quality_rta_cabinet .cab_asse .banner_text {
        align-items: flex-end !important;
    }
}

@media (max-width: 991px) {

    .single.single-post .single_inner #primary,
    .single.single-post .aside {
        width: 100% !important;
    }

    .single.single-post .single_inner {
        display: block;
    }

    .site-content .right_spot .img-badges,
    .site-content .right_spot .txt-right {
        max-width: 100% !important;
        float: none;
    }

    .step_3_sec_row .step_3_sec_col {
        width: 100%;
        margin-bottom: 20px;
    }

    .side-left .blog-left-sec .blog-card-content {
        width: 50%;
    }

    .right_spot .container {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .right_spot .container div:nth-child(1) {
        order: 1;
    }

    .right_spot .container div:nth-child(2) {
        order: 3;
    }

    .right_spot .container div:nth-child(3) {
        order: 2;
    }
}

@media (max-width: 991px) {
    .reviews-dynamic .btns {
        font-size: 13px !important;
        min-width: 297px;
    }

    .page-template-reviews .section-row-inner h2,
    .page-template-reviews_copy .section-row-inner h2 {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-bottom: 10px;
    }

    .page-template-reviews .section-row-inner p,
    .page-template-reviews_copy .section-row-inner p {
        font-size: 16px !important;
        font-weight: 500;
        margin-bottom: 25px !important;
        line-height: 27px !important;
    }

    .free_kit_accord .free_acco_tit.fat_ti .free_kit_op_lt {
        margin-bottom: 20px;
    }

    select.choose_cabinet_color_cat .show_only_on_mobile {
        display: block;
    }

    .show_only_on_mobile {
        display: block;
    }

    .hide_only_on_mobile {
        display: none !important;
    }

    body .proj_Inspiration .proj_gall .owl-nav button.owl-next {
        right: auto;
        margin: 0 10px;
    }

    body .proj_Inspiration .proj_gall .owl-nav button {
        background-color: var(--text-white-color);
        width: 40px;
        height: 40px;
        border-radius: 2px;
        position: initial;
        text-align: center;
        line-height: 0.3;
    }

    body .proj_Inspiration .proj_gall .owl-nav button.owl-prev {
        left: auto;
    }

    body .proj_Inspiration .proj_gall .owl-nav button.owl-prev span {
        font-size: 40px;
        margin-right: 0;
        margin-top: 0;
        display: inline-block;
    }

    body .proj_Inspiration .proj_gall .owl-nav button.owl-next span {
        font-size: 40px;
        margin-left: 0;
        margin-top: 0;
        display: inline-block;
    }

    body .proj_Inspiration .proj_gall .owl-nav {
        display: flex;
        top: 35em;
        justify-content: center;
    }

    /* Cabinet Steps Button Alignment */
    .free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc #choose_step2 .opt-btns.step2_button_align_mobile a {
        width: 100%;
        text-align: center;
        margin: 20px 0 0;
    }

    .main_wrapper_block {
        padding: 0 15px !important;
        margin: 0 15px;
    }

    body .rtacab_parent .rt_nd_head .rta_rep .rta_l_more a {
        padding: 10px 10px;
    }

    body .rtacab_parent .rt_nd_head .rta_rep .rta_l_more.get_started_cus_but {
        margin: 20px 0 0 0px;
    }

    body .rtacab_parent .rt_nd_head .rta_rep .rta_l_more.get_started_cus_but.margin-inherit-but {
        margin: 20px 15px 0 15px;
    }

    .blog-section .side-left .blog-left-sec .blog-card-content {
        width: 100%;
    }

    li#rtali {
        margin-left: 0px !important;
    }

    .designs-row h3 {
        margin-top: 30px;
    }

    .design-tool .design-tool_wrapper .hero_banner .banner_inner h1 {
        font-size: 42px;
    }
}

@media (min-width: 667px) and (max-width: 1024px) {
    .s3_v_frames a {
        width: auto;
    }
}

@media (max-width: 560px) {
    .s3_v_frames a {
        padding: 12px 10px 12px 12px;
    }

    .s3_v_frames a:before {
        font-size: 10px;
        width: 25px;
        height: 25px;
    }

    .limited_offer_inner {
        display: block !important;
    }

    .limited_offer_text,
    .limited_offer_image {
        width: 100% !important;
        text-align: center;
    }

    .limited_offer_text_image a {
        font-size: 18px !important;
    }

    .limited_offer_image img {
        float: none;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    body .right_spot .img-badges {
        max-width: 50% !important;
        width: 50%;
    }
}

.step3_kit.measure-your-kitchen-pdf {
    background-color: #ebebeb;
    padding: 20px 40px;
    margin-bottom: 50px;
}

.cabinet_assembly_pdf_list {
    background-color: #ebebeb;
    padding: 10px 20px;
    margin-bottom: 50px;
    display: inline-block;
}

.cabinet_assembly_pdf_list .assembly_pdf_content ul li a {
    font-weight: 600;
}

.cabinet_assembly_pdf_list .assembly_pdf_content ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.cabinet_assembly_pdf_list .assembly_pdf_content ul li {
    width: 50%;
    padding: 5px 10px 5px 30px;
    display: flex;
    align-items: center;
}

.cabinet_assembly_pdf_list h3 {
    font-size: 20px;
    font-weight: 600;
    color: #756d63;
    margin-top: 10px;
}

.cab_assem_con .cab_assem_con_inner .cab_cards {
    padding-bottom: 40px;
}

.lets_get_form_s .gform_wrapper form .gform_body .gform_fields li.gfield.gfield_error.width-67 {
    padding-top: 17px !important;
}

@media (max-width: 767px) {
    .depot-shop-cart-result h4.heading {
        margin-bottom: 6px;
    }
    footer ul{
        padding-left: 0px;
    }
    .lets_get_form_s .gform_wrapper form .gform_body .gform_fields li.gfield.gfield_error.width-67 {
        padding-top: 17px !important;
    }

    .lets_get_form_s .gform_wrapper form .gform_body .gform_fields .width-67 {
        width: 100% !important;
        padding: 0 !important;
    }

    .step3_kit.measure-your-kitchen-pdf {
        padding: 5px 20px;
    }

    .cabinet_assembly_pdf_list {
        padding: 10px 20px;
        margin-bottom: 40px;
    }

    .step3_kit.measure-your-kitchen-pdf p {
        margin-bottom: 10px;
    }

    .cabinet_assembly_pdf_list .assembly_pdf_content ul li {
        width: 100%;
    }
}

/*  CSS /kitchen-design-cabinets/ */

.width-100,
.full-width {
    width: 100%;
    position: relative;
    height: auto;
}

div.tooltip {
    position: absolute !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

div.tooltip .tooltip-inner {
    background-color: #7d756a;
}

div.tooltip .tooltip-arrow {
    border-color: #7d756a !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.feature-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.feature-wrapper .feature-box {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.feature-wrapper .feature-box h2.feat-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 25px;
    margin-top: 15px;
    font-weight: 700;
}

.how-wedo {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.how-wedo .wedo-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-bottom: 35px;
    padding-top: 5px;
}

.how-wedo .wedo-box .wedo-thumb {
    width: 100%;
    max-width: 230px;
    height: 100%;
    max-height: 230px;
    min-height: 230px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.how-wedo .wedo-box .wedo-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.how-wedo .wedo-box h2.do-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 25px;
    margin-top: 15px;
    font-weight: 700;
}

.step-guide .steps-inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    text-align: center;
    background-color: var(--text-white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: 210px;
    padding: 74px 10px 35px 10px;
}

.step-guide .steps-inner h2 {
    font-size: 35px !important;
    color: var(--primary-orange-color);
    padding: 0 10px 0 0px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.step-guide .steps-inner h3 {
    font-family: inherit;
    font-size: 20px;
    color: #787167;
    font-weight: bold;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 0;
}

.step-guide .steps-inner .icon-img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--text-white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto auto auto;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 00 rgba(0, 0, 0, 0.1);
    top: 0;
}

.section-row-inner.cab-layout {
    padding-top: 5px;
    padding-bottom: 0px;
}

.grey-bg .panelheading::before {
    background: #f1f0ef;
}

.steps-box {
    padding-top: 50px;
    margin-top: 20px;
    position: relative;
}

.step-guide,
.reviews-blocks.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 991px) {
    .designs-row .designs-row-img {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .reviews-dynamic .btns {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .package-inner h2 {
        font-size: 16px !important;
    }

    #back2Top {
        right: 15px;
    }
}

@media (min-width: 1200px) {
    body .home_wrap .hero_banner .inner_banner_content h1 {
        font-size: 54px;
    }

    body .home_wrap .hero_banner .inner_banner_content h2 {
        font-size: 40px;
    }

    .steps-box::before {
        content: url(/wp-content/uploads/2019/09/links.png);
        position: absolute;
        bottom: 225px;
        right: -40px;
    }

    .step-guide .steps-box:last-child::before {
        display: none;
    }

    .meas-steps .step-guide .steps-box:nth-child(3)::before {
        display: none;
    }
}

.section-row .panelheading h4.panel-title strong {
    font-size: 35px;
}

.section-row .panelheading h4.panel-title {
    padding: 10px 0;
}

.rev-inner {
    background-color: var(--text-white-color);
    padding: 20px;
    margin: 30px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.rev-inner .rei-avtar {
    width: 66px;
    height: 66px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.rev-inner .rei-avtar img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.rev-inner .rev-meta .rev-name {
    color: #787167;
    font-size: 20px;
    font-weight: 700;
}

.rev-inner .rev-meta {
    display: inline-flex;
    flex-flow: column;
    width: Calc(100% - 70px);
    float: right;
    justify-content: center;
    padding-left: 15px;
}

.rev-inner .rev-meta .ratting {
    color: #ffe26f;
}

.reviewee-info {
    display: flex;
    align-content: center;
    margin-bottom: 7px;
}

.package-inner {
    background-color: var(--text-white-color);
    padding: 20px;
    text-align: center;
}

.package-pricing {
    background-color: #756e64;
    color: var(--text-white-color);
    padding: 3px 35px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 171px;
    margin: 0 auto;
    top: 0px;
    line-height: 41px;
}

.package-box {
    padding-top: 25px;
    position: relative;
    margin: 10px 0;
}

.packages-blocks {
    padding-top: 30px;
    padding-bottom: 60px;
}

.package-inner h2 {
    font-size: 17px !important;
    max-width: 185px;
    text-align: center;
    margin: 35px auto 27px auto !important;
    line-height: 24px !important;
    text-transform: uppercase;
}

.section-row.measurements .cabinetry-layout h2 {
    font-size: 35px;
    color: #756d63;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 48px;
}

.section-row.measurements .cabinetry-layout h3.sub-head {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}

.section-row.measurements .cabinetry-layout .designs-row-wrapper {
    background-color: var(--text-white-color);
    transform: scale(0.85);
    margin: 5px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
}

.section-row.measurements .cabinetry-layout .designs-row-wrapper .designs-row {
    padding: 30px 10px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
}

.after-effect-inner {
    display: flex;
    padding: 20px;
    background-color: var(--text-white-color);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
    margin: 50px 0 60px 0;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.after-effect-inner .after-image,
.after-effect-inner .before-image {
    width: 50%;
}

.after-effect-inner .after-image img,
.after-effect-inner .before-image img {
    width: 100%;
    position: relative;
}

.after-effect-inner .image-capt .caption {
    position: absolute;
    display: inline-block;
    z-index: 1999;
    top: 10px;
    left: 15px;
    font-size: 34px;
    color: var(--text-white-color);
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.after-effect-inner .image-capt {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {

    .after-effect-inner .after-image,
    .after-effect-inner .before-image {
        width: 100%;
    }

    .section-row .panelheading h4.panel-title strong {
        font-size: unset;
    }

    .section-row.measurements .cabinetry-layout h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .ti-movers {
        transform: rotate(90deg);
    }

    .mover-wrapper {
        margin-top: 0;
    }
}

.section-row .cabinet-boxes .owl-stage-outer {
    margin: auto;
    z-index: 2;
    padding: 20px 20px 20px 20px;
}

.ti-movers {
    width: 5px;
    height: 100%;
    position: absolute;
    background-color: var(--text-white-color);
    left: 50%;
    display: flex;
    align-items: center;
}

.mover-wrapper {
    width: 53px;
    height: 53px;
    border: 2px solid var(--text-white-color);
    display: inline-block;
    border-radius: 50%;
    margin-left: -25.5px;
    margin-top: -26px;
}

.section-row a.btns {
    padding: 8px 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 15.24px;
    min-width: unset;
}

.panelheading h5.panel-title {
    font-size: 23px;
    padding: 10px 0;
    text-align: center;
    color: var(--text-white-color);
    font-weight: 300;
}

.client_review {
    display: inline-block;
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
}

.reviews .user-reviews .rev-images.img-gallery img {
    height: 310px;
    object-fit: cover;
}

.cb_pr-img-popup .cb_pr-img-slider {
    display: block !important;
    opacity: 1 !important;
}

.img-gallery .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: Calc(100% + 90px);
    margin-left: -45px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.img-gallery .owl-stage-outer {
    z-index: 2;
}

button.disabled {
    opacity: 0.5;
}

.img-gallery .owl-nav button {
    width: 42px;
    height: 42px;
    margin: auto 0;
    background-color: white !important;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    outline: none;
    cursor: pointer !important;
}

.img-gallery .owl-nav button i {
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
}

.foot_head_mid img {
    width: auto !important;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .img-gallery .owl-nav button {
        width: 30px;
        height: 30px;
    }

    .img-gallery .owl-nav button i {
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reviews-dynamic-content {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .img-gallery .owl-stage-outer {
        width: 100%;
        margin: 0 !important;
    }

    .img-gallery .owl-nav {
        margin: auto;
        width: Calc(100%);
        justify-content: center;
        position: relative;
    }

    .img-gallery .owl-nav button {
        margin: 5px;
    }

    .reviews .user-reviews .rev-images.img-gallery img {
        height: 183.27px;
        object-fit: cover;
    }

    .reviews .user-reviews .rev-images.img-gallery .img-block {
        margin-bottom: 0 !important;
    }

    .rev-images.img-gallery.review-gallery {
        margin: 30px 0 !important;
    }
}

.margin-top-40 {
    margin-top: 40px;
}

.get-started-button {
    display: inline-block;
    width: 100%;
    text-align: center;
}

body .home_wrap .hero_banner .inner_banner_content {
    padding-bottom: 0;
}

body .home_wrap .hero_banner .inner_banner_content h2 {
    padding-bottom: 40px;
}

body .home_wrap .hero_banner .ad_block h1 {
    background: none;
    letter-spacing: 0px;
    font-size: 20px;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.7);
    margin-bottom: 40px;
}

.panelheading.custom-styling h5.panel-title {
    padding: 18px 0;
    font-size: 22px;
}

body .home_wrap .advantage_sec {
    padding: 20px 0;
}

p.cart-empty.woocommerce-info {
    display: none;
}

.testimonial_desc_right *:not(a) {
    font-weight: 300 !important;
}

.testimonial_desc_right a.read_rev {
    font-weight: 500 !important;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.home_wrap .testimonial .slider .slide {
    background-color: var(--text-white-color);
}

.row-padding-50 {
    padding-top: 50px !important;
    padding-bottom: 50px important;
}

.page-template-reviews .section-row-inner h2,
.page-template-reviews_copy .section-row-inner h2 {
    margin-top: 0;
    color: #787167;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
}

.page-template-reviews .section-row-inner p,
.page-template-reviews_copy .section-row-inner p {
    color: #787167;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 30px;
}

.page-template-reviews .section-row-inner .design-intro-wrapper .cont-wrap,
.page-template-reviews_copy .section-row-inner .design-intro-wrapper .cont-wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.rightsec.image-wrap {
    max-height: 360px;
    position: relative;
}

.page-template-reviews .section-row-inner .design-intro-wrapper,
.page-template-reviews_copy .section-row-inner .design-intro-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.rightsec.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
    background-color: var(--text-white-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.page-template-reviews .section-row-inner,
.page-template-reviews_copy .section-row-inner {
    padding: 10px 0 50px 0;
}

.testimonial_desc_right a.read_rev:focus {
    text-decoration: none;
}

span.ico-r img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-radius: 50%;
}

.reviews-dynamic .btns {
    padding: 10px 35px;
    font-weight: 500;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    margin: 10px 10px;
    font-size: 15px;
}

img.bg-white {
    background-color: var(--text-white-color);
}

.reviews-dynamic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.feature-wrapper .feature-box h2.feat-title {
    color: #787167;
}

.white-space img.designs-row-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    padding: 20px;
    background-color: var(--text-white-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.text-left.panel-title {
    text-align: left !important;
}

.section-row.type-2 .panel-title strong {
    font-weight: 500;
}

.section-row.type-2 p.sub-head {
    font-size: 18px;
    margin-top: 32px;
}

.section-row.type-2 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700 !important;
}

.section-row.type-2 .panelheading {
    margin-bottom: 0;
}

.section-row.type-2 ul.feat-type li {
    font-size: 18px;
    font-weight: 400;
}

.section-row.type-2 a.btns {
    font-size: 17.24px !important;
}

.section-row.type-2 ul.feat-type {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .section-row.type-2 .panelheading h4.panel-title strong {
        font-size: 32px;
    }
}

.row-padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.row-padding-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.section-row.type-2 ul.feat-type li .tick {
    width: 25px;
    height: 25px;
}

ul.feat-type li .tick img {
    width: 100%;
    height: 100%;
}

body .modal.virtual-showroom .modal-dialog .modal-content-wrapper .modal-header h4 {
    font-weight: 600;
}

body .modal.virtual-showroom .modal-dialog .modal-content-wrapper .modal-header p {
    font-weight: 300;
}

body .modal.virtual-showroom .modal-dialog .modal-content-wrapper .step_divs .img-wrapper h2,
body .modal.virtual-showroom .modal-dialog .modal-content-wrapper .step_divs .step_div h2 {
    font-weight: 300;
}

body .modal.virtual-showroom .modal-dialog .modal-content-wrapper .step_divs .descript-wrapper p {
    font-weight: 300;
}

.design-tool .design-tool_wrapper .section-header h2 {
    letter-spacing: 0;
    line-height: 40px !important;
}

/*====JEET-CSS=========*/
.banner-heading-sec {
    background: #6870a1;
    text-align: center;
    padding: 20px 0;
}

.banner-heading-sec .heading-text {
    color: var(--text-white-color);
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
}

.side-attached-img {
    padding: 0;
}

.side-attached-img img {
    width: 100%;
}

.side-content-col {
    padding: 30px;
    padding-left: 50px;
    padding-bottom: 0;
}

.gr-form-sec {
    background: #fbdb96;
    min-height: 640px;
}

.gr-form-sec p {
    line-height: 24px;
    color: #6b655c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.gr-form-sec p strong {
    font-size: 18px;
    font-weight: 600;
}

.gr-form-sec .ginput_container input {
    background: #fdefce;
    color: #58534c;
}

.gr-form-sec .gform_wrapper .gform_footer {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.gr-form-sec .gform_wrapper .gform_footer .gform_button.button {
    font-size: 22px;
    background: #6870a1;
    border: 4px solid rgba(253, 239, 206, 1);
}

.field_sublabel_below {
    font-size: 12px;
    color: #6b655c;
}

.block-content h2 {
    color: #787167;
    font-size: 28px;
    font-weight: 600;
}

.block-content p {
    color: #787167;
    font-size: 16px;
    line-height: 28px;
}

.block-content h4 {
    font-size: 22px;
    color: #787167;
    font-weight: 600;
}

.block-content ul {
    list-style: none;
    padding: 0;
}

.sec-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.block-content ul li {
    font-size: 16px;
    color: #787167;
    line-height: 28px;
    padding-left: 30px;
    position: relative;
}

.block-content ul li i {
    position: absolute;
    left: 0;
    color: var(--primary-orange-color);
    top: 4px;
}

.ul-check ul {
    margin-top: 15px;
}

.ul-check li {
    margin-bottom: 12px;
}

.side-attached-img {
    position: relative;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
}

.side-attached-img img {
    width: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.gr-form-sec .ginput_container input {
    border: 2px solid #787167 !important;
}

.gr-form-sec input[type="checkbox"]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.gr-form-sec input[type="checkbox"]+label:before {
    content: "\2714";
    border: 0.1em solid #787167;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    padding-left: 5px;
    vertical-align: top;
    color: transparent;
    transition: 0.2s;
    background-color: #fdefce;
}

.gr-form-sec input[type="checkbox"]+label:active:before {
    transform: scale(0);
}

.gr-form-sec input[type="checkbox"]:checked+label:before {
    background-color: #fdefce;
    border-color: #787167;
    color: #787167;
}

.gr-form-sec input[type="checkbox"]:checked+label:after {
    background: transparent !important;
}

.gr-form-sec input[type="checkbox"]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.gr-form-sec .ginput_container_checkbox input#choice_12_5_1 {
    display: none;
}

.gr-form-sec .ginput_container_checkbox label {
    padding-left: 0 !important;
}

.gr-form-sec input[type="checkbox"]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.gr-form-sec .gform_wrapper .gform_fields li .validation_message,
.gr-form-sec .gform_validation_error .gform_fields li .validation_message {
    position: relative;
    bottom: 0;
}

.gr-form-sec .gfield.gfield_error {
    margin: 0 !important;
}

/*** Sub Banner ***/
.sub_banner a {
    background: none !important;
    border: none !important;
    padding: 0;
}

.sub_banner {
    padding: 0 0 20px;
    background: none !important;
    border: none !important;
    display: block;
    text-align: center;
    margin-top: 80px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.sub_banner img {
    max-width: 100%;
}

.sub_banner img:hover {
    filter: drop-shadow(2px 4px 6px black);
}

.padding-top-20 {
    padding-top: 20px;
}

.cab_asse .banner_text.shrink-padding {
    padding: 80px 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .side-attached-img {
        height: 714px;
    }
}

@media screen and (max-width: 767px) {
    .sec-padding {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .side-attached-img {
        background-size: 100%;
    }

    .banner-heading-sec .heading-text,
    .block-content h2 {
        font-size: 20px;
    }

    .shipping_policy .shipping_header .free_ship_text {
        font-weight: 400 !important;
    }

    .shipping_policy .shipping_header .free_ship_sub_text {
        font-weight: 400 !important;
        color: #5f594f;
    }

    .shipping_policy .shipping_sub_header .sub_header_text {
        font-weight: 400 !important;
        color: #5f594f;
    }

    .shipping_policy .shipping_content .terms_content_text {
        font-weight: 400 !important;
        color: #5f594f;
    }

    .terms_services .terms_content .terms_content_text {
        font-weight: 400 !important;
        color: #5f594f;
    }

    .single_post_wrapper {
        font-weight: 400 !important;
    }

    .qali-desc p {
        font-weight: 400 !important;
        color: #5f594f;
    }

    .design-tool .design-tool_wrapper p {
        font-weight: 400 !important;
        color: #5f594f;
    }

    .design-tool .design-tool_wrapper p span {
        font-weight: 400 !important;
    }

    .design-tool .panelheading h4.panel-title {
        font-weight: 400 !important;
    }

    .panelheading h5.panel-title {
        font-weight: 400 !important;
    }

    .testimonial_desc_right *:not(a) {
        font-weight: 400 !important;
    }

    body .modal.virtual-showroom .modal-dialog .modal-content-wrapper .modal-header p {
        font-weight: 400 !important;
    }

    body .modal.virtual-showroom .modal-dialog .modal-content-wrapper .step_divs .img-wrapper h2,
    body .modal.virtual-showroom .modal-dialog .modal-content-wrapper .step_divs .step_div h2 {
        font-weight: 400 !important;
    }

    body .modal.virtual-showroom .modal-dialog .modal-content-wrapper .step_divs .descript-wrapper p {
        font-weight: 400 !important;
    }

    .queries .answer,
    .queries p {
        font-weight: 400 !important;
        color: #5f594f;
    }

    .info-inrow p {
        font-weight: 400 !important;
        color: #5f594f;
    }

    .reviews .user-reviews .rev-views span {
        font-weight: 400 !important;
    }

    .section-row.type-2 ul.feat-type li,
    .section-row.type-2 p {
        font-weight: 400 !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .side-attached-img {
        height: 490px;
    }
}

@media screen and (max-width: 767px) {
    .side-attached-img {
        height: 295px;
    }
}

/* 6 square cabinet Visual_box section in virtual showroom page css */

.visual-box .vis_img-show {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f5f5;
    padding: 15px;
}

.visual-box .vis_img-show img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.visual-box h1 {
    margin: 8px 0 8px 0;
    font-weight: bold;
    color: var(--primary-orange-color);
}

.visual-box p.description {
    font-size: 17px;
    color: #787167;
    font-weight: 300;
    line-height: 25px;
}

.visual-box .cta-row.type-2 .btns {
    padding: 8px 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    min-width: unset;
    margin-right: 20px;
    margin-top: 5px;
}

.visual-box .vis_filter-colors .vis_header {
    margin-bottom: 8px;
    padding: 5px 15px;
    color: var(--text-white-color);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
}

.visual-box .vis_filter-colors .vis_header span {
    padding-right: 4px;
}

.visual-box .vis_filter-colors .vis_header span.vis_active {
    color: #ffb360;
}

.visual-box .vis_color-list ul.vis_colors_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 10px 5px 22px 5px;
    margin: 0;
    justify-content: flex-start;
}

.visual-box .vis_color-list ul.vis_colors_wrapper li.color-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 70px;
    align-items: center;
    text-align: center;
    padding: 4px 8px;
    margin: 0 10px;
    min-width: 70px;
    cursor: pointer;
}

.visual-box li.color-box.selected-swatch-border span.color-ref,
.visual-box li.color-box:hover span.color-ref,
.visual-box li.color-box:active span.color-ref,
.visual-box li.color-box:focus span.color-ref {
    border-width: 4px;
    border-color: var(--primary-orange-color);
}

.visual-box .vs_meta {
    padding-bottom: 35px;
}

.visual-box li.color-box span.color-ref {
    width: 46px;
    height: 46px;
    display: inline-block;
    border: 1px solid;
    margin-bottom: 3px;
}

.visual-box li.color-box span.color-lab {
    color: #787167;
    font-size: 13px;
    line-height: 17px;
}

.white {
    background-color: var(--text-white-color);
}

.vanilla {
    background-color: #f6f4d9;
}

.bright-white {
    background-color: #eceff5;
}

.cloud-white {
    background-color: #f5f7f5;
}

.gray-ash {
    background-color: #c4c0b2;
}

.keystone {
    background-color: #787069;
}

.classic-gray {
    background-color: #8a877e;
}

.shale {
    background-color: #9aaaa3;
}

.sage {
    background-color: #696459;
}

.navy {
    background-color: #263849;
}

.merlot {
    background-color: #662c31;
}

.charcol {
    background-color: #2f3130;
}

.maple-spice {
    background-color: #b67e4f;
}

.oak-toffee {
    background-color: #a96431;
}

.cherry-cognac {
    background-color: #8a4a1b;
}

.cherry-kafe {
    background-color: #503025;
}

.birch-espresso {
    background-color: #42302b;
}

.no-padding {
    padding: 0 !important;
}

.cabi_pro .cp_intro .cp_intro_head {
    padding: 0 15px 30px 15px !important;
}

body .cabi_pro .cp_intro .w-cabinet-tabs .intro_speci .intro_tab_spec {
    margin: 0px 0 0 0;
}

.SixSqr-main #color-filter-cabinets {
    display: inline-block;
}

#six-square-modal.modal.virtual-showroom .modal-dialog,
.modal.fabuwood-cab .modal-dialog {
    max-width: 500px;
    padding: 20px 15px;
}

#six-square-modal .ginput_recaptcha {
    display: none;
}

#six-square-modal .validation_message {
    bottom: -20px !important;
}

#six-square-modal .field_sublabel_below {
    font-size: 16px;
}

#six-square-modal .gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0px;
}

body #six-square-modal .gform_wrapper ul li.gfield {
    margin-top: 0px;
}

#six-square-modal .gform_wrapper .gform_footer {
    padding: 0px;
    margin: 20px 0 0;
}

#six-square-modal .gform_wrapper .ginput_container input {
    border-color: #ccc;
}

.custom-customer-login input.input-text,
.woocommerce-MyAccount-content input.input-text,
.woocommerce-ResetPassword input.input-text {
    border-bottom: 1px solid #e0e0e0 !important;
    height: 42px !important;
    padding: 10px !important;
    border-radius: 0 !important;
    box-shadow: none;
    background-color: transparent;
    color: #000;
}

.woocommerce form .select2-container--default .select2-selection--single {
    height: 42px !important;
    padding: 10px !important;
}

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.woocommerce form .woocommerce-address-fields button {
    display: inline-block;
    width: max-content;
    margin: auto;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    background-color: transparent;
    color: var(--text-white-color);
    padding: 14px 35px;
    font-weight: 500;
    transition: all 0.5s ease;
    margin-left: 0;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: var(--primary-orange-color);
    border: 1px solid var(--text-white-color);
    margin-top: 30px;
}
.woocommerce form .woocommerce-address-fields button:hover {
    background-color: #000000;
    /* border: 1px solid var(--primary-orange-color); */
    color: #fff;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 0;
}

.woocommerce .custom-customer-login button.woocommerce-button {
    color: var(--text-white-color) !important;
    background: var(--primary-orange-color);
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.5s ease;
    margin-left: 0;
    border-radius: 0px;
    text-transform: uppercase;
    color: var(--primary-white-color) !important;
    display: inline-block;
    width: max-content;
    /* margin: auto; */
    padding: 15px 32px;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    background-color: var(--primary-orange-color) !important;
    transition: all 0.3s ease-in-out 0s;
}

.woocommerce .custom-customer-login button.woocommerce-Button {
    color: var(--text-white-color) !important;
    background: var(--primary-orange-color);
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.5s ease;
    margin-left: 0;
    border-radius: 0px;
    text-transform: uppercase;
}

.woocommerce .custom-customer-login button.woocommerce-button:hover,
.woocommerce .custom-customer-login button.woocommerce-Button:hover {
    background: var(--primary-orange-color);
}

.custom-lost-password {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 3em auto;
    text-align: left;
    max-width: 500px;
}

.custom-lost-password form .form-row input.input-text {
    border: 1px solid #e0e0e0 !important;
    height: 42px !important;
    padding: 10px !important;
    border-radius: 0 !important;
    box-shadow: none;
}

.woocommerce .custom-lost-password form .woocommerce-form-row {
    width: 100% !important;
}

.woocommerce .custom-lost-password button.woocommerce-Button {
    color: var(--text-white-color) !important;
    background: var(--primary-orange-color);
    padding: 10px 25px !important;
    font-weight: 500;
    transition: all 0.5s ease;
    margin-left: 0;
    border-radius: 0px;
    text-transform: uppercase;
}

.woocommerce .custom-lost-password button.woocommerce-Button:hover {
    background: #756d63;
}

.p_desc_addcart {
    width: 79%;
    margin: auto;
    text-align: center;
    padding: 15px 0px 0px 0px;
}

.fabuwood-cabinets-items input {
    margin: 0px 5px 0px 10px !important;
}

.fabuwood-cabinets-cart-items {
    margin-top: 10px;
}

.fabuwood-cabinets-cart-items {
    width: 74%;
    margin: 0px auto;
    padding-top: 20px;
}

.add-to-cart-modal.cab_cate .cc_pop .inner_cc_pop .cc_con {
    width: 100%;
}

body .loader_sec {
    z-index: 99999999 !important;
}

.fabu-error {
    color: red;
    text-align: center;
}

.order-wrap .woocommerce-checkout-review-order-table tr.fee th {
    white-space: pre-line;
    font-size: 17px;
}

.cart_additional_charges {
    font-weight: 700;
    color: #9c9285;
}

.inner_free_k_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.validation_message {
    position: relative;
    bottom: -10px;
}

@media (min-width: 992px) {
    .visual-box .vis_img-show {
        min-height: 620px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visual-box .vis_img-show {
        height: 400px !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .visual-box .vis_img-show {
        height: 320px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .top_right_wrap {
        display: flex;
        flex-flow: row;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
    }

    .top_header_wrap .top_right_wrap .cart_wrap .cart_inner {
        padding: 10px 20px !important;
    }

    .top_header_wrap .login-register a {
        color: var(--text-white-color);
        font-weight: 600;
        padding: 0px 5px;
    }

    .top_header_wrap .login-register a.login-frm {
        border-right: 1px solid var(--text-white-color);
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .header_set {
        width: 60% !important;
    }

    .top_right_wrap {
        width: 40% !important;
    }
}

@media (min-width: 768px) {
    .top_right_wrap {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: flex-end;
        float: right;
    }

    .top_header_wrap .top_right_wrap .cart_wrap .cart_inner {
        padding: 10px 20px !important;
    }

    .top_header_wrap .login-register a {
        color: var(--text-white-color);
        font-weight: 600;
        padding: 0px 10px;
    }

    .top_header_wrap .login-register a.login-frm {
        border-right: 1px solid var(--text-white-color);
    }
}

.height-50 {
    height: 50px;
}

.height-60 {
    height: 60px;
}

.top_header_wrap .top_right_wrap {
    float: right;
}

.cc_pop .pop-subhead {
    font-size: 18px;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 27px;
}

.cc_pop .pop-subinstruct {
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .dedicate-design-html {
        display: none;
    }

    .cc_pop .pop-subhead {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .cc_pop .fabuwood-cabinets-cart-items {
        padding-top: 10px;
        width: 100%;
        max-width: 465px;
    }

    body .add-to-cart-modal .cc_pop .pop_head {
        font-size: 24px !important;
        line-height: 32px;
    }
}

@media (max-width: 500px) {
    .custom-span-back {
        max-width: 67% !important;
    }
}

/* 6 square Visual_box section in virtual showroom page css end */

body .fat_ti.remove-margin-top,
.remove-margin-top {
    margin-top: 0;
}

body .free_kit_accord .acc_con .acop_cont .op1_steps .opt_acc .cab_s_popsec .cab_s_card {
    height: 85% !important;
    display: flex;
    background: var(--text-white-color);
}

#banner500x76 {
    max-width: 100%;
    width: auto;
}

.custom-span-back {
    max-width: 80%;
    display: inline-block;
    font-size: 20px;
}

.bg-gray-slash {
    background: #756d63;
}

.bg-gray-slash::before {
    content: " ";
    height: 92px;
    width: 102px;
    background: var(--text-white-color);
    position: absolute;
    transform: rotate(55deg);
    left: -64px;
    top: 15px;
}

@media (min-width: 769px) {
    .show_shipping_costs {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .show-static-content {
        text-align: left !important;
    }
}

.show-static-content {
    text-align: right;
    color: red;
    margin-top: -20px;
}

.lets_get_form_s .gform_wrapper form .gform_body .gform_fields .width-67 {
    width: 100%;
    padding-top: 10px;
    width: 66.66%;
    margin: auto;
}

.dedicate-design-html {
    display: none;
}

body.logged-in .entry-content .woocommerce,
body.woocommerce-lost-password .entry-content .woocommerce {
    margin-top: 30px;
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0px;
    margin-bottom: 20px;
    position: sticky;
    top: 10px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid var(--primary-white-color);
    border-radius: 2px;
}

li.woocommerce-MyAccount-navigation-link {
    padding: 0px;
}

li.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 10px 15px;
    /* color: var(--text-white-color); */
    color: var(--text-black-color);
    transition: all 0.3s ease-in-out;
}
li.woocommerce-MyAccount-navigation-link:hover > a,
li.woocommerce-MyAccount-navigation-link.is-active a{
    color: var(--text-white-color);
}

li.woocommerce-MyAccount-navigation-link a:hover {
    background-color: var(--primary-orange-color);
    border-color: var(--primary-orange-color);
}

li.woocommerce-MyAccount-navigation-link:not(:last-child) a {
    border-bottom: 1px solid var(--primary-white-color);
}

.woocommerce-MyAccount-content {
    border: 1px solid var(--primary-white-color);
    padding: 1.25rem;
    border-radius: 2px;
}

.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content p {
    /* color: var(--text-white-color); */
    color: var(--text-black-color);
}

.woocommerce-MyAccount-content a {
    color: var(--primary-orange-color);
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.is-active a {
    font-weight: 600;
    background-color: var(--primary-orange-color);
    border-color: var(--primary-orange-color);
}

.woocommerce-account .addresses .title .edit {
    font-weight: 600;
}

.woocommerce button.woocommerce-Button.button {
    background: var(--primary-orange-color);
    color: var(--text-white-color) !important;
    padding: 15px 20px !important;
    transition: all 0.5s ease;
    font-weight: 600;
    border: 1px solid var(--primary-orange-color);
}
.woocommerce button.woocommerce-Button.button:hover {
    /* background: var(--text-white-color); */
    /* color: var(--primary-orange-color)!important; */
    font-weight: 600;
}
.woocommerce-MyAccount-content legend{
    color: var(--text-black-color);
}

body .custom_checkout_popup .modal-body {
    text-align: left;
    display: inherit;
    padding: 40px !important;
}

.position_relative {
    position: relative;
}

.cabinet_top_heading {
    position: absolute;
    margin-top: 25px;
    text-align: center;
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 20px;
    color: #f00;
    top: -10px;
}

body .free_order_sample_main {
    border: 1px solid #ccc !important;
    position: absolute;
    width: 60% !important;
    left: 0px;
    bottom: 0;
}

.position_relative_ {
    display: block;
    border-width: 0 1px 1px 1px;
    border-color: #ccc;
    border-style: solid;
    width: 60%;
}

.limited_offer_text_image a {
    background: var(--primary-orange-color);
    width: 100%;
    display: inline-block;
    color: var(--text-white-color);
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 10px;
    transition: all 0.5s ease;
}

.limited_offer_text_image a:hover,
.limited_offer_text_image a:focus {
    background: #756d63;
    text-decoration: none;
}

.limited_offer_inner {
    display: flex;
}

.limited_offer_text {
    width: 60%;
    padding: 20px;
}

.limited_offer_image {
    width: 40%;
    padding: 20px;
}

.free_kit_accord .acc_con .acop_cont .op1_steps {
    margin-bottom: 0;
}

.start_action_btn {
    padding: 0 20px 20px 20px;
}

.limited_offer_text h2 {
    font-size: 26px;
    font-weight: bold;
    color: var(--primary-orange-color);
    margin-top: 0;
}

.site-content-contain {
    transition: 0.2s all ease-in-out;
}

.limited_offer_text h2 strong {
    font-size: 13px;
    margin-left: 10px;
}

.gform_red_text {
    color: #f00;
    font-weight: normal;
    margin-top: 10px;
}

#cabinet-coupon-code {
    height: 36px;
    padding: 0 5px;
    width: 71%;
    box-shadow: 0 0 1px 0 rgb(0, 0, 0, 0.2);
    border: 1px solid #e6e6e6;
}

#cabinet-apply-coupon {
    font-size: 13px;
    padding: 10px 12px;
    background: var(--primary-orange-color);
    color: var(--text-white-color);
    cursor: pointer;
}

div#coupon-errormsg {
    width: 100%;
    display: inline-block;
    padding: 5px 15px;
    color: #f00;
    font-weight: bold;
    font-size: 12px;
}

.cabinet_coupon_code.row label {
    padding-left: 15px;
    color: var(--primary-white-color);
}

label.cabinet_coupon_code_label {
    padding-left: 0 !important;
}

.one-page-checkout-container .woocommerce-info {
    display: none;
}

.gform_wrapper ul.gform_fields li.gfield.chote .ginput_container_select select {
    padding-left: 8px !important;
}

.mobile_menu li.menu-item-has-children a {
    width: auto !important;
}

@media (max-width: 497px) {
    #cabinet-apply-coupon {
        display: inline-block;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .lets_get_form_s .gform_wrapper form .gform_body {
        width: 100% !important;
    }

    .lets_get_form_s .gform_wrapper form .gform_body .gform_fields {
        width: 100%;
    }

    .lets_get_form_s .gform_wrapper form .gform_footer {
        width: 25% !important;
        margin: auto !important;
        padding: 20px 0 0 0 !important;
    }

    .gform_wrapper ul.gform_fields li.gfield .ginput_container_select select {
        margin: 10px 0 0 0 !important;
    }

    .lets_get_form_s .gform_wrapper form {
        display: initial !important;
    }

    .lets_get_form_s .gform_wrapper {
        margin: 0 !important;
    }

    .lets_get_s .lets_get_brief p {
        font-size: 14px !important;
        color: #756d63 !important;
        padding: 20px 0 0 0 !important;
        font-weight: 600;
    }
}

.get_started_multiple.lets_get_s {
    padding-bottom: 0;
}

.get_started_multiple.lets_get_s .container {
    max-width: 850px;
    background: var(--text-white-color);
    border: 1px solid #9b9999;
    padding: 30px 15px;
}

.get_started_multiple.lets_get_s .lets_get_form_s .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input,
.get_started_multiple.lets_get_s .lets_get_form_s .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container select {
    border: 1px solid #9b9999 !important;
}

.get_started_multiple.lets_get_s h2 {
    font-size: 28px !important;
    margin-top: 0;
    margin-bottom: 10px;
}

.get_started_multiple.lets_get_s p {
    font-size: inherit !important;
    line-height: inherit !important;
}

.gform_wrapper ul.gform_fields li.gfield .ginput_container_select select {
    height: 40px;
    font-size: 14px !important;
    line-height: normal;
    border-color: #e5e6eb;
    color: #acacae;
    width: Calc(100% - 2px) !important;
    padding-right: 20px !important;
    padding-left: 17px !important;
}

.lets_get_s.lets_get_fabuwood.modify_padding,
.lets_get_s.lets_get_main.modify_padding {
    padding-top: 20px;
    padding-bottom: 25px;
}

.lets_get_s.lets_get_fabuwood.modify_padding .container,
.lets_get_s.lets_get_main.modify_padding .container {
    max-width: 900px;
    width: 100%;
}

li.margin-top-5 {
    margin-top: 5px;
}

li.margin-top-15 {
    margin-top: 15px !important;
}

li.color-white label {
    color: var(--text-white-color) !important;
}

li.padding-top-10 {
    padding-top: 10px !important;
}

li.inner-ul-display ul {
    display: inherit !important;
}

body ul li.font-size-14.gfield label.gfield_label {
    font-size: 14px !important;
}

.display_inline_block {
    display: inline-block;
    width: 100%;
}

@media (max-width: 641px) {
    .get_started_multiple ul li ul.gfield_radio li {
        display: block !important;
        width: auto !important;
    }
}

/*** Ecommerce fabuwood cabinets molding image line up ***/
.ewall_variants.product_thumb_image .ewal-var-con {
    width: 100% !important;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.product_thumb_image {
    padding-top: 0;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.prod_cat_mixup {
    padding-top: 5px;
    padding-bottom: 0;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.prod_cat_mixup .ewal-var-img img {
    padding-left: 0;
    padding-right: 0;
}

.ewall_variants.product_thumb_image .ewal-product-thumb-image {
    margin-right: 10px;
    height: 70px;
    width: auto;
}

.ewall_variants.product_thumb_image .ewal-product-thumb-image img {
    height: 100%;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.product_thumb_image .ewal-var-con .ewal_con_sizes .con_sizes_title p {
    float: inherit;
}

.ewall_variants.prod_cat_grouping.prod_cat_mixup:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.ewall_variants.prod_cat_grouping.prod_cat_mixup:last-child {
    border: 0;
}

/*** Ecommerce fabuwood cabinets category group ***/
.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.prod_cat_grouping .ewal-var-img img {
    box-shadow: none;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.prod_cat_grouping .ewal-var-con .ewal_con_sizes .con_sizes_title {
    border-top: 0;
}

.ewall_variants.prod_cat_grouping {
    border-bottom: 1px solid #756d63;
}

.ewall_variants.prod_cat_grouping:last-child {
    margin-bottom: 30px;
}

.pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.prod_cat_grouping .ewal-var-con .ewal_con_sizes .con_sizes_title_daddy:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

#responsive-form .form-row .column-full .apply_now.pro_apply_now {
    padding-top: 0;
    font-size: 30px;
    margin-bottom: 0;
}

body #responsive-form .gform_wrapper .gform_fields li.gfield.apply_city_state {
    width: 50% !important;
    margin-right: -4px;
    padding-right: 16px !important;
}

body #responsive-form .gform_wrapper .gform_fields li.gfield.apply_city_state.padding_right {
    padding-right: 0 !important;
}

body #responsive-form .gform_wrapper textarea.medium {
    height: 60px;
}

body #responsive-form .gform_wrapper .gform_footer {
    margin-top: 0px;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.prod_cat_mixup {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.prod_cat_mixup .ewal-var-img img {
        margin-bottom: 0;
    }

    .pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.prod_cat_mixup .ewal-var-con {
        margin-top: 10px;
    }

    .pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.prod_cat_mixup .ewal-var-con .ewal_con_sizes .pp-prices {
        margin-top: 15px;
    }

    .pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.prod_cat_mixup .ewal-var-con .ewal_con_sizes .con_sizes_title {
        padding: 0;
    }

    .pro_page .user-reviews.fix-padding {
        padding: 30px !important;
    }
}

@media (max-width: 642px) {
    li.apply_city_state {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.product_thumb_image .ewal-var-con {
        margin: 0;
    }

    .ewall_variants.product_thumb_image .ewal-product-thumb-image {
        margin-bottom: 10px;
    }

    .pro_ecom .e_find .inner_e_find .efind_cab .ewall_cab .ewall_variants.product_thumb_image .ewal-var-con .ewal_con_sizes .con_sizes_title {
        padding-bottom: 15px;
    }

    header.site-header .header_inner span {
        display: block;
        color: var(--text-black-color);
        font-size: 12px;
    }

    .head_lft {
        width: 65%;
    }

    .new-site-header .head_right {
        width: 35%;
    }

    .new-site-header .head_right {
        width: 35% !important;
    }

    .head_right,
    .head_left {
        margin-top: -2.5rem;
    }
}

.pro_services.row-padding-50.row.padding-bottom-20 {
    padding-bottom: 20px;
}

.pro_bef_review p {
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
}

.pro_bef_review p strong,
.pro_bef_review h3 strong,
.pro_bef_review h4 strong,
.pro_bef_review h5 strong,
.pro_bef_review h6 strong {
    color: #750000;
}

.pro_bef_review h2 {
    color: var(--primary-orange-color);
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
}

.content_right_img img {
    max-width: 100%;
    height: auto;
}

.pro_bef_review .row {
    border-bottom: 1px solid #b5b0aa;
}

.pro_bef_review .row:first-child {
    border-top: 1px solid #b5b0aa;
}

.reviews.padding-60 {
    padding: 0 0 60px 0;
}

.pro_page .user-reviews.fix-padding {
    padding: 40px 70px;
    margin-bottom: 10px;
}

.apply_now_gform {
    display: inline-block;
    width: 100%;
    border: 1px solid #9b9999;
    background: var(--text-white-color);
    margin-bottom: 50px;
}

.apply_now_gform .lets_get_s .lets_get_form_s {
    margin-top: 15px;
}

.apply_now_gform .lets_get_form_s .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container input,
.apply_now_gform .lets_get_form_s .gform_wrapper form .gform_body .gform_fields li.gfield .ginput_container select {
    border: 1px solid #9b9999 !important;
}

.pro_page .user-reviews .rev-images .img-block span.img-caption.pro-img-caption {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: var(--text-white-color);
    font-weight: normal;
    text-transform: lowercase;
    font-size: 16px;
    text-shadow: 2px 2px 2px var(--text-black-color);
}

.custom-text-center p {
    text-align: center !important;
}

@media (max-width: 991px) {
    .content_right_img {
        margin: 10px 0;
    }
}

@media (min-width: 768px) {
    .apply_now_gform .lets_get_form_s .gform_wrapper form .gform_body .gform_fields li.gfield.margin-top-10 {
        margin-top: 10px !important;
    }
}

@media (max-width: 767px) {

    body.page-id-59073 .design-tool .design-tool_wrapper .hero_banner .banner_inner h1,
    body.page-id-49414 .design-tool .design-tool_wrapper .hero_banner .banner_inner h1 {
        font-size: 34px;
    }

    body.page-id-49414 .design-tool .design-tool_wrapper .hero_banner .banner_inner h1 span {
        font-size: 26px !important;
    }

    body.page-id-59073 .design-tool .design-tool_wrapper .hero_banner {
        min-height: 200px;
    }
}

body.page-id-49414 a.bt-new-red-cta {
    background-color: #800000;
}

body .home_wrap .hero_banner .inner_banner_content a {
    background: #800000;
}

body header.site-header .head_right .nav_menu_wrap ul li.start_here a {
    background: #800000;
}

body.page-id-59073 .design-tool .design-tool_wrapper .hero_banner .banner_inner h1 {
    margin-top: 0;
}

.gform_body {
    width: 100%;
}

ul.checked_list {
    padding-left: 25px;
    margin-bottom: 0;
}

ul.checked_list li {
    list-style: none;
    position: relative;
}

ul.checked_list li {
    list-style: none;
    position: relative;
    padding-bottom: 15px;
}

ul.checked_list li:before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/cabinet/assets/images/red-tick.png);
    background-size: 16px;
    background-position: center;
    left: -25px;
    background-repeat: no-repeat;
}

.gform_fieldset.width-50 {}

@media (min-width: 992px) {
    .gform_fieldset.width-50 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .gform_fieldset.width-50 {
        width: 100%;
    }
}

.top_header_wrap .top_right_wrap .cart_wrap .cart_inner {
    max-width: unset !important;
}

body.single-designer_collection.modal-open .depot-shop-column.depot-shop-cart-column {
    z-index: unset;
}

.login-register i.fa {
    font-weight: normal;
}

.login-register i.fa.fa-user {
    height: 32px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 8px;
}

.login-register i.fa.fa-sign-out {
    font-size: 16px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.top_header_wrap .login-register a.logout__link {
    padding-right: 15px;
}

@media (max-width: 359px) {
    .top_header_wrap .top_right_wrap span.woocommerce-Price-amount.amount {
        display: none;
    }
}

@media (max-width: 767px) {
    div.modal.custom_checkout_popup .modal-body {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    div.modal.custom_cart_popup.in .modal-body {
        width: 100%;
    }

    .top_header_wrap .top_right_wrap {
        text-align: right;
        flex-wrap: wrap;
    }

    .login-register a.login-frm span.text-inner {
        display: none;
    }

    body .top_header_wrap .header_set {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .login-register span.text-inner {
        display: none;
    }

    .top_header_wrap .login-register a {
        padding: 0px 5px;
    }

    .top_header_wrap .login-register a.logout__link {
        padding-right: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .login-register a.login-frm span.text-inner {
        display: none;
    }
}

@media (min-width: 1201px) {
    .login-register i.fa.fa-sign-out {
        margin-right: 8px;
    }
}

@media (max-width: 1200px) {
    .top_header_wrap .top_right_wrap .cart_wrap .cart_inner {
        border-width: 0 1px 0 1px !important;
    }

    .login-register i.fa.fa-sign-out,
    .login-register i.fa.fa-user {
        width: 32px;
        margin-right: 0;
    }

    .login-register i.fa.fa-user {
        border: 1px solid var(--text-white-color);
    }

    .top_header_wrap ul li a {
        font-size: 12px;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        display: inline-block;
    }
}

.top_header_wrap .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.top_header_wrap .row:before,
.top_header_wrap .row:after {
    display: none;
}

.btns.hover-2:hover,
.btns.hover-2:focus {
    background-color: maroon !important;
}

.btns.dark-marron:not(:hover),
.btns.hover-2:not(:focus) {
    background-color: maroon !important;
    color: var(--text-white-color) !important;
}

.btns.dark-marron:hover,
.btns.hover-2:focus {
    background-color: var(--primary-orange-color) !important;
    color: var(--text-white-color) !important;
}

.btns.dark-marron.skip-planner {
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.offer_bar {
    background-color: #756d63;
}

.offer_bar .offer_bar_heading {
    color: var(--text-white-color) !important;
    font-weight: 600 !important;
    position: relative;
}

/*staging*/
.cabinet-background-maharon-color {
    background-color: var(--primary-orange-color) !important;
    padding: 4px 40px 6px 40px !important;
}

/*staging*/
.cabinet-add-assembly {
    padding: 1em !important;
}

#cabinet_jsi_assembly_field .optional {
    display: none;
}

div#cabinet_jsi_assembly_field label.checkbox {
    padding-left: 20px;
}

div#cabinet_jsi_assembly_field label.checkbox input#cabinet_jsi_add_assembly {
    display: block;
    top: -10px;
    left: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.custom-select-icon select {
    background-size: 1.5% !important;
    background-position: 98.5% 50% !important;
}

.article-content .comming-soon-content {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.image-medium,
.devd .cart-loops .product-thumbnail .image-medium {
    width: 100%;
    height: auto;
}

.fixed-cart-right .depot-shop-cart-item .cart-item-meta .cart-item-thumb.image-medium-div,
.thumbnail-content-area .product-thumbnail.image-medium-div {
    height: auto;
}

.woocommerce-checkout .woocommerce_order_wrap .product-name p {
    display: inline-block !important;
}

.woocommerce-cart-form dl.variation,
.cart-summary-set .variation {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-cart-form dd.variation-DoorType p,
.cart-summary-set .variation dd.variation-DoorType p {
    padding: 0 5px;
}

/*staging*/
.cab_cate .cab_prod_vir .inner_cab_prod_vir .cab_prod_style .cp_style .inner_cp_style .cp_img_cont a {
    color: var(--primary-orange-color);
}

header.site-header .header_inner img {
    max-width: 250px;
}

header.site-header .header_inner span {
    display: block;
    color: var(--text-black-color);
    font-size: 13px;
}

/*staging*/

.free-sample-door {
    display: inline-block;
    margin-top: 10px;
}

._form-modal {
    padding: 80px !important;
    width: 500px !important;
}

.woocommerce_order_wrap .fee .woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #474348 !important;
}

.woocommerce_order_wrap tr.fee th {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #474348 !important;
    padding: 0px 0px !important;
    border: 0px !important;
}

.tax-cart-ul li .fee-span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #474348;
}

.tax-cart-ul .fee-total {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #474348;
}

.free-sample-door input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.free-sample-door input:checked~.checkmark:after {
    display: block;
}

.free-sample-door .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--text-white-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.free-sample-door input:checked~.checkmark {
    background: var(--primary-orange-color);
    border-color: var(--primary-orange-color);
}

.free-sample-door .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--text-white-color);
    border: 0.5px solid #c7c7c7;
    border-radius: 4px;
}

.free-sample-check {
    padding-left: 35px;
    position: relative;
}

.free-sample-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cabinet-image-100 {
    width: 100%;
}

.pro_heading_strip {
    background: var(--primary-orange-color) !important;
}

.pro_heading_tp .tp_h4 {
    color: #211e22 !important;
}

input.pro_form_control {
    border: 1px solid #4d4451 !important;
}

.show_select_wishlist .create-new-project {
    margin-right: 10px;
    padding: 20px 30px;
}

.woocommerce-checkout-review-order .fee th {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #474348 !important;
    padding: 0px;
    border: 0px !important;
}

.woocommerce-checkout-review-order .fee .woocommerce-Price-amount {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #474348 !important;
}

.lar-lsov-ls-table-line-value {
    color: var(--text-black-color) !important;
}

.lws-wr-pointsoncart .lwss_selectable.wr-rateinfo {
    display: none;
}

.lws-wr-pointsoncart h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #211e22;
}

.lwss_modify_content {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #474348;
}

.lwss_selectable.wr-cart-balance-value {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #474348;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: transparent !important;
}

@media (max-width: 480px) {
    .woocommerce-MyAccount-content .lar-accordeon-not-expanded-cont .lar-lsov-sline.flrow {
        flex-wrap: initial;
    }

    .woocommerce-MyAccount-content .lar-lsov-sline-couple {
        border-width: 1px 1px 1px 1px;
    }

    .lar-history-grid {
        overflow-y: scroll;
    }

    .woocommerce-MyAccount-content .lar-lsov-ls-earn-cont .flexooa {
        flex: initial;
    }
}

tr.cart-discount.coupon-wr_points_on_cart-order_rewards th {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #474348 !important;
}

.lws-wr-pointsoncart {
    padding: 1em;
}

.cabinet-system-reward {
    display: block !important;
}

.cabinet-system-reward .lar-overcolors {
    display: none !important;
}

.order_rewards .lar-overcolors,
.history-cotainer .lar-overcolors {
    display: none !important;
}

.order_rewards .lar-accordeon-not-expanded-cont,
.history-cotainer .lar-accordeon-not-expanded-cont {
    display: none !important;
}

.history-cotainer .lar-accordeon-expanded-cont {
    display: block !important;
}

.summary-list .cabinet-price-color .woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #474348;
}

.payment_method_authnet input {
    border: 1px solid #c7c7c7;
}

.for-retail {
    margin-top: 20px;
}

.cart-discount th {
    font-weight: 600 !important;
    border: 0px;
    padding: 0px;
    font-size: 12px !important;
    color: #474348 !important;
}

.woocommerce-remove-coupon {
    font-style: normal;
    font-size: 14px;
    color: #474348 !important;
}

.cabinet-select-css select {
    border: unset !important;
    height: 56px !important;
    border-radius: 3.5px;
    color: #6b655c !important;
    font-size: 15px !important;
    background: #fafafa !important;
}

.success_msg.error {
    color: red;
}

a.woocommerce-Button{
    background: var(--primary-orange-color) !important;
    color: var(--text-white-color) !important;
    padding: 15px 20px !important;
    transition: all 0.5s ease;
    font-weight: 500;
    border: 1px solid var(--primary-orange-color) !important;
    border-radius: 0 !important;
}

a.woocommerce-Button:hover {
    /* background: var(--text-white-color) !important; */
    /* color: var(--primary-orange-color)!important; */
}
span.ortext {
    margin: 0px 10px;
    font-weight: 600;
}
input#rememberme {
    accent-color: var(--primary-orange-color);
}
.dearler-registration-container h2 {
    text-align: center;
    text-transform: uppercase;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input * {
    color: #000;
}

@media (max-width:991px) {
    .bottom_footer .common_grid p {
        text-align: center;
        padding: 0 10px 10px 10px;
        width: 100%;
    }

    .bottom_footer .common_grid {
        justify-content: center;
    }

    .social_icons>ul {
        margin-top: 0;
    }
}