
@charset "utf-8";
:root {
    --dContainer_Width: 1320px;
    --sidebarLeft: 280px;
    --sidebarRight: 300px;
    --mainSection: calc(100% - 300px);
    --dMPL: 40px;
    --dMP: 20px;
    --dMP_negetive: -20px;
    --dMP_xs: 10px;
    --dMP_xs_negative: -10px;
    --dBRL: 10px;
    --dBR: 5px;
    --dShadow: 0 0 2px #665F5F7A;
}
/*****Font size********/
:root {
    --fs: 16px;
    --fw: normal;
    --fs_small: 14px;
    --fs_label: 14px;
    --fs_h6: 16px;
    --fs_h5: 18px;
    --fs_h4: 22px;
    --fs_h3: 25px;
    --fs_h2: 30px;
    --fs_h1: 35px;
    --fw-thin: 300; /*font weight medium*/
    --fw-normal: 500; /*font weight medium*/
    --fw-medium: 600; /*font weight medium*/
    --fw-bold: bold; /*font weight bold*/
}
/*****Button********/
:root {
    --button_bg: #ea8125;
    --color_button: #fff;
    --button_fs: 14px;
    --button_height: 40px;
    --button_height_xs: 30px;
    --button_width: 120px;
    --button_shadows: 0 8px 12px rgb(51 65 80 / 6%), 0 14px 44px rgb(51 65 80 / 11%);
}
/*******Color***********/
:root {
    --d_color: #303030;
    --color_border: #DDD;
    --color_active: #0E6BB7;
    --color_section: #FAFCFE;
    --color_theme: #f12971;
    --color_theme_ee:#f12971ee;
    --color_theme_cc: #f12971cc;
    --color_theme_aa: #f12971aa;
    --color_theme_88: #f1297188;
    --color_theme_77: #f1297177;
    --color_theme_alter: #fff;
    --color_warning: #E67C30;
    /*--color_black: #0a111f;*/
    --color_black: #1b2021;
    --color_success: #00A656;
    --color_danger: #C00;
    --color_required: #C00;
    --color_white: #FFFFFF;
    --color_light: #F2F2F2;
    --color_light_1: #BBB;
    --color_light_2: #EAECEE;
    --color_light_3: #878787;
    --color_light_4: #f9f9f9;
    --color_info: #666;
    --color_yellow: #FEBB02;
    --color_blue: #815DF2;
    --color_navy_blue: #007CBA;
    --color_1: #0C5460;
    --color_2: #caf0ffcc;
    --color_3: #FAFCFE;
    --color_4: #6148BA;
    --color_5: #BCB;
}
@media only screen and (max-width: 1024px) {
    :root {
        /*--fs: 16px;*/
        /*--fs_small: 14px;*/
        /*--fs_label: 15px;*/
        --fs_h4: 20px;
        --fs_h3: 22px;
        --fs_h2: 25px;
        --fs_h1: 30px;
        /*--dmpl: 32px;*/
        /*--dmp: 16px;*/
        /*--dmp_negetive: -16px;*/
        --dmp_xs: 8px;
        /*--dmp_xs_negative: -8px;*/
    }
}
@media only screen and (max-width: 700px) {
    :root {
        /*--fs: 12px;*/
        /*--fs_small: 10px;*/
        /*--fs_label: 13px;*/
        /*--fs_h6: 15px;*/
        /*--fs_h5: 16px;*/
        /*--fs_h4: 18px;*/
        /*--fs_h3: 20px;*/
        /*--fs_h2: 22px;*/
        /*--fs_h1: 24px;*/
        /*--dmp: 10px;*/
        /*--dmp_xs: 5px;*/
        /*--dmp_xs_negative: -5px;*/
        /*--button_fs: 14px;*/
    }
}
/******************************************************************** General ************************************************/
@media only screen and (min-width: 10px) {
    .mpStyle *,
    .mpStyle *::after,
    .mpStyle *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
    body { margin: 0; padding: 0; }
    body.noScroll { overflow: hidden; }
    /******/
    .mpStyle { font-size: var(--fs); font-weight: var(--fw); color: var(--d_color); line-height: 1.5; width: 100%; }
    .mpStyle,
    .mpStyle [data-collapse].mActive { display: block; }
    .mpStyle table th[data-collapse].mActive,
    .mpStyle table td[data-collapse].mActive { display: table-cell; }
    .mpStyle p:not(.mp_wp_editor p) { margin: 0; padding: 0; line-height: 1.5; font-size: var(--fs); }
    .mpStyle a:not(.mp_wp_editor a) { color: var(--color_theme); text-decoration: none; }
    .mpStyle a:hover { opacity: 0.5; }
    .mpStyle a:not(.mp_wp_editor a),
    .mpStyle a:hover { text-decoration: none; }
    [data-collapse-target],
    [data-target-popup],
    [data-icon-change],
    [data-icon-change] { cursor: pointer; }
    div.mpStyle [data-required],
    div.mpStyle [data-collapse] { display: none; }
    /*******/
    div.mpStyle a,
    div.mpStyle button,
    div.mpStyle [data-bg-image],
    div.mpStyle [data-tabs-target],
    div.mpPopup,
    div.mpPopup .popupClose,
    div.mpStyle .customCheckbox,
    div.mpStyle .mpTransition,
    div.mpStyle [class*="_mpTransition"] { -webkit-transition: all 350ms ease-in-out; -moz-transition: all 350ms ease-in-out; -o-transition: all 350ms ease-in-out; transition: all 350ms ease-in-out; }
}
/******************************************************************** Shadow content ************************************************/
@media only screen and (min-width: 10px) {
    div.mpStyle .dShadow,
    div.mpStyle [class*='_dShadow'] {
        -webkit-box-shadow: var(--dShadow);
        -moz-box-shadow: var(--dShadow);
        -o-box-shadow: var(--dShadow);
        box-shadow: var(--dShadow);
    }
    .groupRadioCheck [data-radio-check].mpActive,
    div.mpStyle .dShadow_1,
    div.mpStyle [class*='_dShadow_1'] {
        -webkit-box-shadow: 0 5px 10px rgba(0, 44, 102, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 44, 102, 0.2);
        -o-box-shadow: 0 5px 10px rgba(0, 44, 102, 0.2);
        box-shadow: 0 5px 10px rgba(0, 44, 102, 0.2);
    }
    div.mpStyle .dShadow_2,
    div.mpStyle [class*='_dShadow_2'] {
        -webkit-box-shadow: 0 1px 2px rgb(3 54 63 / 40%), 0 -1px 2px rgb(3 54 63 / 4%);
        -moz-box-shadow: 0 1px 2px rgb(3 54 63 / 40%), 0 -1px 2px rgb(3 54 63 / 4%);
        -o-box-shadow: 0 1px 2px rgb(3 54 63 / 40%), 0 -1px 2px rgb(3 54 63 / 4%);
        box-shadow: 0 1px 2px rgb(3 54 63 / 40%), 0 -1px 2px rgb(3 54 63 / 4%);
    }
    div.mpStyle .dShadow_3,
    div.mpStyle [class*='_dShadow_3'],
    div.mpStyle [class*='slideIndicatorItem'].active {
        -webkit-box-shadow: 0 2px 10px #444;
        -moz-box-shadow: 0 2px 10px #444;
        -o-box-shadow: 0 2px 10px #444;
        box-shadow: 0 2px 10px #444;
    }
    div.mpStyle .dShadow_4, [class*='_dShadow_4'],
    div.mpStyle ul.mp_input_select_list {
        -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
        -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
        -o-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
        box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    }
    div.mpStyle .dShadow_5,
    div.mpStyle [class*='_dShadow_5'],
    div.mpStyle [class*="dButton"] {
        -webkit-box-shadow: var(--button_shadows);
        -moz-box-shadow: var(--button_shadows);
        -o-box-shadow: var(--button_shadows);
        box-shadow: var(--button_shadows);
    }
    div.mpStyle .dShadow_6,
    div.mpStyle [class*='_dShadow_6'] {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);;
    }
    div.mpStyle .dShadow_7,
    div.mpStyle [class*='_dShadow_7'] {
        -webkit-box-shadow: 5px 4px 30px rgba(189, 189, 189, 0.07);
        -moz-box-shadow: 5px 4px 30px rgba(189, 189, 189, 0.07);
        -o-box-shadow: 5px 4px 30px rgba(189, 189, 189, 0.07);
        box-shadow: 5px 4px 30px rgba(189, 189, 189, 0.07);
    }
    div.mpStyle .dShadow_8,
    div.mpStyle [class*='_dShadow_8'] {
        -webkit-box-shadow: 2px 4px 40px rgba(103, 103, 103, 0.1);
        -moz-box-shadow: 2px 4px 40px rgba(103, 103, 103, 0.1);
        -o-box-shadow: 2px 4px 40px rgba(103, 103, 103, 0.1);
        box-shadow: 2px 4px 40px rgba(103, 103, 103, 0.1);
    }
    .mpStyle .formControl:focus,
    div.mpStyle .dShadow_9,
    div.mpStyle [class*='_dShadow_9'] {-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}
    div.mpStyle .selectCheckbox input:focus ~ .customCheckbox::before,
    div.mpStyle .dShadow_10,
    div.mpStyle [class*='_dShadow_10'] {-webkit-box-shadow: 0 0 0 3px rgba(0, 119, 204, 0.3); box-shadow: 0 0 0 3px rgba(0, 119, 204, 0.3);}
    .mpStyle .groupContent input[type="radio"],
    .mpStyle .groupContent input[type="radio"] ~ input:focus,
    div.mpStyle [class*='noShadow'] { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
}
/******************************************************************** Font Size & Font weight ************************************************/
@media only screen and (min-width: 10px) {
    div.mpStyle label,
    div.mpStyle h1,
    div.mpStyle h2,
    div.mpStyle h3,
    div.mpStyle h4,
    div.mpStyle h5,
    div.mpStyle h6 { margin: 0; padding: 0; line-height: 1.25; }
    div.mpStyle strong { font-weight: var(--fw-bold); }
    div.mpStyle .extraBold { font-weight: 900; }
    div.mpStyle h1,
    div.mpStyle [class*="_fs_h1"] { font-size: var(--fs_h1); font-weight: var(--fw-bold); }
    div.mpStyle h2,
    div.mpStyle [class*="_fs_h2"] { font-size: var(--fs_h2); font-weight: var(--fw-bold); }
    div.mpStyle h3,
    div.mpStyle [class*="_fs_h3"] { font-size: var(--fs_h3); font-weight: var(--fw-medium); }
    div.mpStyle h4,
    div.mpStyle [class*="_fs_h4"] { font-size: var(--fs_h4); font-weight: var(--fw-medium); text-transform: inherit;}
    div.mpStyle h5,
    div.mpStyle [class*="_fs_h5"] { font-size: var(--fs_h5); font-weight: var(--fw-medium); text-transform: inherit;}
    div.mpStyle h6,
    div.mpStyle [class*="_fs_h6"] { font-size: var(--fs_h6); font-weight: var(--fw-normal); text-transform: inherit;}
    div.mpStyle label,div.mpStyle [class*="_fs_label"]{ font-size: var(--fs_label); font-weight: var(--fw-medium); }
    div.mpStyle .fs_50, div.mpStyle [class*="_fs_50"] {font-size: 50px;font-weight: var(--fw-medium);}
}
/******************************************************************** Flex Section ************************************************/
@media only screen and (min-width: 10px) {
    .mpStyle [class*="_equalChild"], .mpStyle .equalChild, .mpStyle .flexEqual, .mpStyle [class*="listEqual"],
    .mpStyle [class*="_dFlex"], .mpStyle .dFlex,
    .mpStyle .mpMenu li { display: -webkit-flex; display: flex; }
    .mpStyle .groupContent,
    .mpStyle .buttonGroup,
    .mpStyle .inputGroup,
    .mpStyle .inputInline .mpForm,
    .mpStyle [class^="mpMenu"] { display: -webkit-inline-flex; display: inline-flex; }
    .mpStyle .mpRow,
    .mpStyle .flexWrap,
    .mpStyle .listInline,
    .mpStyle .mage_menu { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .mpStyle [class*="_wrap"] { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .mpStyle .flexNowrap { display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
    .mpStyle ul.list_inline_two,
    .mpStyle .flexWrapJustifyBetween { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
    [data-bg-image],
    .mpStyle .allCenter, .mpStyle [class*="_allCenter"],
    .mpStyle .mp_remove_icon,
    .mpStyle [class*="mage_qty"],
    .mpStyle .mpMenu li a,
    .mpTabs.tabBorder > .tabLists li,
    .mpStyle [class*="addonGroupContent"],
    .mpStyle button, .mpStyle .mpBtn, .mpStyle [class*="_mpBtn"],
    .mpStyle [class*="slideIndicator"],
    .mpStyle [class*="circleIcon"],
    div[class*="dLoader"], div[class*="simpleSpinner"],
    div.mpPopup.in,
    div.mpPopup .popupClose { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
    /************/
    .mpStyle [class*="_flexAuto"], .mpStyle .flexAuto { -webkit-flex: auto; flex: auto; }
    /************/
    .mpStyle .justifyStart { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; }
    .mpStyle [class*="_justifyStart"] { -webkit-justify-content: flex-start; justify-content: flex-start; }
    .mpStyle .justifyCenter { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; }
    .mpStyle [class*="_justifyCenter"] { -webkit-justify-content: center; justify-content: center; }
    .mpStyle .justifyBetween { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
    .mpStyle [class*="_justifyBetween"],
    .mpStyle .inputInline .mpForm { -webkit-justify-content: space-between; justify-content: space-between; }
    .mpStyle .justifyAround { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; }
    .mpStyle [class*="_justifyAround"] { -webkit-justify-content: space-around; justify-content: space-around; }
    .mpStyle .justifyEnd { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; }
    .mpStyle [class*="_justifyEnd"] { -webkit-justify-content: flex-end; justify-content: flex-end; }
    /********/
    .mpStyle label,
    .mpStyle .customRadio,
    .mpStyle .formControl,
    .mpStyle .title_on_border,
    .mpStyle .alignCenter, .mpStyle [class*="_alignCenter"] {
        display: -webkit-flex; display: flex;
        -webkit-align-items: center; align-items: center;
        -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
    }
    [class*="_alignCenter"] { -webkit-align-items: center; align-items: center; }
    .mpStyle .alignBaseline { display: -webkit-flex; display: flex; -webkit-align-items: baseline; align-items: baseline; }
    [class*="_alignBaseline"] { -webkit-align-items: baseline; align-items: baseline; }
    .mpStyle .alignStart { display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; }
    [class*="_alignStart"] { -webkit-align-items: flex-start; align-items: flex-start; }
    /*****************/
    .mpStyle .ffColumn,
    .mpStyle .flexColumn { display: -webkit-flex; display: flex; -webkit-flex-flow: column; flex-flow: column; }
    [class*="_ffColumn"] { -webkit-flex-flow: column; flex-flow: column; }
    .mpStyle .fdColumn { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
    [data-bg-image],
    [class*="_fdColumn"] { -webkit-flex-direction: column; flex-direction: column; }
    .flexEqual > *, .equalChild > *, [class*="_equalChild"] > *,
    [class*="listEqual"] > li,
    .mpTabs.tabBorder > .tabLists li,
    .inputInline .inputList { -webkit-flex: 1; -ms-flex: 1; flex: 1; }
}
/******************************************************************** Radios Section************************************************/
@media only screen and (min-width: 10px) {
    .mpStyle img,
    .mpStyle [class*="dButton"], .mpStyle button,
    div.filter_item,
    .mpStyle .formControl,
    div.mpPopup .popupMainArea, div.mpPopup .popupClose,
    .mpStyle [class*="clickSlide"],
    .mpStyle [class*="slideIndicatorItem"],
    .mpStyle [class*="dLayout"],
    .mpStyle .groupContent,
    .mpStyle [class*="_dBR"] { -webkit-border-radius: var(--dBR); border-radius: var(--dBR); }
    .mpStyle div.mp_input_select .formControl:focus,
    .mpStyle [class*="_dBR_T"] { -webkit-border-radius: var(--dBR) var(--dBR) 0 0; border-radius: var(--dBR) var(--dBR) 0 0; }
    .mpStyle .buttonGroup > :last-child,
    .mpStyle [class*="_dBR_R"] { -webkit-border-radius: 0 var(--dBR) var(--dBR) 0; border-radius: 0 var(--dBR) var(--dBR) 0; }
    .mpStyle ul.mp_input_select_list,
    .mpStyle [class*="_dBR_B"] { -webkit-border-radius: 0 0 var(--dBR) var(--dBR); border-radius: 0 0 var(--dBR) var(--dBR); }
    .mpStyle .buttonGroup > :first-child,
    .mpStyle [class*="_dBR_L"] { -webkit-border-radius: var(--dBR) 0 0 var(--dBR); border-radius: var(--dBR) 0 0 var(--dBR); }
    .mpStyle [class*="_dBRL"] { -webkit-border-radius: var(--dBRL); border-radius: var(--dBRL); }
    .mpStyle [class*="_dBRL_T"] { -webkit-border-radius: var(--dBRL) var(--dBRL) 0 0; border-radius: var(--dBRL) var(--dBRL) 0 0; }
    .mpStyle [class*="_dBRL_R"] { -webkit-border-radius: 0 var(--dBRL) var(--dBRL) 0; border-radius: 0 var(--dBRL) var(--dBRL) 0; }
    .mpStyle [class*="_dBRL_B"] { -webkit-border-radius: 0 0 var(--dBRL) var(--dBRL); border-radius: 0 0 var(--dBRL) var(--dBRL); }
    .mpStyle [class*="_bB_50"] { -webkit-border-radius: 50px; border-radius: 50px; }
    .mpStyle .mp_remove_icon,
    .mpStyle [class*="circle"] { -webkit-border-radius: 50%; border-radius: 50%; }
    .mpStyle .buttonGroup > *,
    .mpStyle .groupContent .formControl,
    .mpStyle .zeroRadius, .mpStyle [class*="_zeroRadius"] { -webkit-border-radius: 0; border-radius: 0; }
}
/******************************************************************** Button Section ************************************************/
@media only screen and (min-width: 10px) {
    .mpStyle .mpBtn, .mpStyle [class*="_mpBtn"],
    .mpStyle button { position: relative; font-size: var(--button_fs); font-weight: var(--fw-medium); line-height: 1; cursor: pointer; overflow: visible; border: none; -webkit-appearance: button; text-transform: capitalize; }
    .mpStyle button[disabled] { cursor: not-allowed; opacity: 0.8; background-color: #DDD; }
    .mpStyle button:hover, .mpStyle button:focus { text-decoration: none; opacity: 0.8; background-color: var(--color_theme_cc); color: #FFF; }
    .mpStyle button:hover span, .mpStyle button:focus span { color: #FFF; }
    .mpStyle .mpBtn, .mpStyle [class*="_mpBtn"] { padding: var(--dMP_xs) var(--dMP); color: var(--d_color); background-color: transparent; border: 1px solid var(--color_border); font-weight: var(--fw-thin);}
    .mpStyle .mpBtn_xs, .mpStyle [class*="_mpBtn_xs"] { padding: 7px var(--dMP_xs); }
    .mpStyle .mpBtn.mpActive, .mpStyle [class*="_mpBtn"].mpActive { border-color: var(--color_theme); color: var(--color_theme); }
    .mpStyle .mpBtn.mActive, .mpStyle [class*="_mpBtn"].mActive,
    .mpStyle .mpBtn.mpActive:hover, .mpStyle [class*="_mpBtn"].mpActive:hover { background-color: var(--color_theme); color: var(--color_theme_alter); }
    /***/
    .mpStyle [class*="dButton"] { padding: 0 var(--dMP); min-width: var(--button_width); height: auto; min-height: var(--button_height); color: var(--color_button); background-color: var(--button_bg); }
    .mpStyle [class*="dButton"] span { margin: 0 var(--dMP_xs) 0 0; }
    .mpStyle .dButton, .mpStyle [class*="_dButton"] { color: var(--color_button); background-color: var(--button_bg); }
    .mpStyle .dButton.mActive, .mpStyle [class*="_dButton"].mActive { color: var(--color_theme_alter); background-color: var(--color_theme); }
    .mpStyle .dButton span, .mpStyle [class*="_dButton"] span { color: var(--color_button); }
    /***/
    .mpStyle .themeButton, .mpStyle [class*="_themeButton"] { background-color: var(--color_theme); color: var(--color_theme_alter); padding: var(--dMP_xs) var(--dMP); border: 2px solid var(--color_theme); }
    .mpStyle .themeButton span, .mpStyle [class*="_themeButton"] span { color: var(--color_theme_alter); }
    .mpStyle .themeButton:hover, .mpStyle [class*="_themeButton"]:hover { background-color: var(--color_theme_cc); color: var(--color_theme_alter); border-color: var(--color_theme_cc); }
    .mpStyle .themeButton:hover span, .mpStyle [class*="_themeButton"]:hover span { color: var(--color_theme_alter); }
    /****/
    .mpStyle .warningButton, .mpStyle [class*="_warningButton"] { background-color: var(--color_warning); color: var(--color_theme_alter); padding: var(--dMP_xs) var(--dMP); border: 2px solid var(--color_warning); }
    .mpStyle .warningButton span, .mpStyle [class*="_warningButton"] span { color: var(--color_theme_alter); }
    .mpStyle .warningButton:hover, .mpStyle [class*="_warningButton"]:hover { background-color: var(--color_light); color: var(--color_warning); }
    .mpStyle .warningButton:hover span, .mpStyle [class*="_warningButton"]:hover span { color: var(--color_warning); }
    /*********/
    .mpStyle .successButton, .mpStyle [class*="_successButton"] { background-color: var(--color_success); color: var(--color_theme_alter); padding: var(--dMP_xs) var(--dMP); border: 2px solid var(--color_success); }
    .mpStyle .successButton span, .mpStyle [class*="_successButton"] span { color: var(--color_theme_alter); }
    .mpStyle .successButton:hover, .mpStyle [class*="_successButton"]:hover { background-color: var(--color_light); color: var(--color_success); }
    .mpStyle .successButton:hover span, .mpStyle [class*="_successButton"]:hover span { color: var(--color_success); }
    /*********/
    .mpStyle .navy_blueButton, .mpStyle [class*="_navy_blueButton"] { background-color: var(--color_navy_blue); color: var(--color_theme_alter); padding: var(--dMP_xs) var(--dMP); border: 2px solid var(--color_navy_blue); }
    .mpStyle .navy_blueButton span, .mpStyle [class*="_navy_blueButton"] span { color: var(--color_theme_alter); }
    .mpStyle .navy_blueButton:hover, .mpStyle [class*="_navy_blueButton"]:hover { background-color: var(--color_theme_alter); color: var(--color_navy_blue); border-color: var(--color_navy_blue); }
    .mpStyle .navy_blueButton:hover span, .mpStyle [class*="_navy_blueButton"]:hover span { color: var(--color_navy_blue); }
    /****/
    .mpStyle [class*="Button_xs"] { min-width: auto; min-height: var(--button_height_xs); padding: 7px var(--dMP_xs); font-size: var(--fs); }
    /*************************/
    .mpStyle [class*="dButton"].mpActive { background-color: var(--color_theme); color: var(--color_theme_alter); }
}
/******************************************************************** Helper Section************************************************/
@media only screen and (min-width: 10px) {
    .mpStyle small { font-size: var(--fs_small); }
    /********Helper Class***********/
    .mpStyle .divider, .mpStyle [class*="_divider"], .mpStyle hr { margin: var(--dMP_xs) 0; line-height: 1; border-color: var(--color_border); display: block; height: 1px; background-color: var(--color_border); width: 100%; }
    .mpStyle .divider_3, .mpStyle [class*="_divider_3"] { margin: var(--dMP_xs) 0; line-height: 1; border-color: var(--color_border); display: block; height: 3px; background-color: var(--color_border); width: 100%; }
    .mpStyle .dividerL, .mpStyle [class*="_dividerL"] { margin: var(--dMP) 0; line-height: 1; border-color: var(--color_border); display: block; height: 1px; background-color: var(--color_border); width: 100%; }
    .mpStyle .separatorRight > *, .mpStyle [class*="_separatorRight"] > * { border-right: 2px solid var(--color_border); }
    .mpStyle .separatorRight > *, .mpStyle [class*="_separatorRight"] > :last-child { border-right: none; }
    div.mpStyle .mpDisabled { cursor: no-drop; opacity: 0.7; pointer-events: none; }
    .mpStyle .strikeLine { position: relative; padding: 0 var(--dMP_xs); color: var(--color_warning); }
    .mpStyle .strikeLine:before { content: " "; display: block; width: 100%; border-top: 1px solid #8B0000AA; position: absolute; left: 0; right: 0; top: 11px; transform: rotate(-11deg); }
    /**************/
    .mpStyle .rotate_90, .mpStyle [class*="_rotate_90"] {transform: rotate(90deg);}
    /**************/
    div.mpStyle .mp_hidden_content,
    .mpStyle .dNone, .mpStyle [class*="_dNone"] { display: none; }
    .mpStyle .dBlock, .mpStyle [class*="_dBlock"] { display: block; }
    .mpStyle .dInlineBlock, .mpStyle [class*="_dInlineBlock"],
    .mpStyle small, .mpStyle span, .mpStyle strong { display: inline-block; }
    /**************/
    .mpStyle .fLeft, .mpStyle [class*="_fLeft"] { float: left; }
    .mpStyle .fRight, .mpStyle [class*="_fRight"] { float: right; }
    /**************/
    /**************/
    .mpStyle .textLeft, .mpStyle [class*="_textLeft"] { text-align: left; }
    .mpStyle .textCenter, .mpStyle [class*="_textCenter"] { text-align: center; }
    .mpStyle .textRight, .mpStyle [class*="_textRight"] { text-align: right; }
    .mpStyle .textCapitalize, .mpStyle [class*="_textCapitalize"] { text-transform: capitalize; }
    .mpStyle .textNowrap, .mpStyle [class*="_textNowrap"] { white-space: nowrap; }
    /**************/
    .mpStyle [class*="_dotted"] { border-style: dotted; }
    .mpStyle [class*="_border"] { border: 1px solid var(--color_border); }
    .mpStyle .bT, .mpStyle [class*="_bT"] { border-top: 1px solid var(--color_border); }
    .mpStyle [class*="_bDot"] { border: 1px dotted var(--color_border); }
    .mpStyle [class*="_bDash"] { border: 1px dashed var(--color_border); }
    .mpStyle [class*="_bR"] { border-right: 1px solid var(--color_border); }
    .mpStyle [class*="_bR_dash"] { border-right: 1px dashed var(--color_border); }
    .mpStyle [class*="_bR_dot"] { border-right: 1px dotted var(--color_border); }
    .mpStyle [class*="_bB"], .mpStyle .borB { border-bottom: 1px solid var(--color_border); }
    .mpStyle [class*="_bB_dot"] { border-bottom: 1px dotted var(--color_border); }
    .mpStyle .zeroBorder, .mpStyle [class*="_zeroBorder"] { border: none; }
    /**************/
    .mpStyle .padZero, .mpStyle span.padZero, .mpStyle [class*="_pad_zero"] { padding: 0; }
    .mpStyle .padding, .mpStyle [class*="_padding"] { padding: var(--dMP); }
    .mpStyle .padding_xs, .mpStyle [class*="_padding_xs"] { padding: var(--dMP_xs); }
    .mpStyle .pad_25, .mpStyle [class*="_pad_25"] { padding: 25px; }
    .mpStyle .pT, .mpStyle [class*="_pT"] { padding-top: var(--dMP); }
    .mpStyle .pT_xs, .mpStyle [class*="_pT_xs"] { padding-top: var(--dMP_xs); }
    .mpStyle .pR, .mpStyle [class*="_pR"] { padding-right: var(--dMP); }
    .mpStyle .pR_xs, .mpStyle [class*="_pR_xs"] { padding-right: var(--dMP_xs); }
    .mpStyle .pR_5, .mpStyle [class*="_pR_5"] { padding-right: 5%; }
    .mpStyle .pr_15 { padding-right: 15%; }
    .mpStyle .pB, .mpStyle [class*="_pB"] { padding-bottom: var(--dMP); }
    .mpStyle .pB_xs, .mpStyle [class*="_pB_xs"] { padding-bottom: var(--dMP_xs); }
    .mpStyle .pL, .mpStyle [class*="_pL"] { padding-left: var(--dMP); }
    .mpStyle .pL_xs, .mpStyle [class*="_pL_xs"] { padding-left: var(--dMP_xs); }
    .mpStyle .pTB, .mpStyle [class*="_pTB"] { padding: var(--dMP) 0; }
    .mpStyle .pTB_xs, .mpStyle [class*="pTB_xs"] { padding: var(--dMP_xs) 0; }
    /**************/
    div.mpStyle .margin, div.mpStyle [class*="_margin"] { margin: var(--dMP); }
    div.mpStyle .mZero, div.mpStyle [class*="_mZero"], .mpStyle span[class*="_icon"] { margin: 0; }
    div.mpStyle .mAuto, div.mpStyle [class*="_mAuto"] { margin: 0 auto; }
    div.mpStyle .fullAuto, div.mpStyle [class*="_fullAuto"] { margin: auto; }
    .mpStyle .mT, .mpStyle [class*="_mT"] { margin-top: var(--dMP); }
    .mpStyle .mT_xs, .mpStyle [class*="_mT_xs"] { margin-top: var(--dMP_xs); }
    .mpStyle .mT_25, .mpStyle [class*="_mT_25"] { margin-top: 25px; }
    .mpStyle .mT_40, .mpStyle [class*="_mT_40"] { margin-top: 40px; }
    .mpStyle .mR, .mpStyle [class*="_mR"] { margin-right: var(--dMP); }
    .mpStyle .mR_xs, .mpStyle [class*="_mR_xs"] { margin-right: var(--dMP_xs); }
    .mpStyle .mR_5, .mpStyle [class*="_mR_5"] { margin-right: 5%; }
    .mpStyle .mB, .mpStyle [class*="_mB"] { margin-bottom: var(--dMP); }
    .mpStyle .mB_xs, .mpStyle [class*="_mB_xs"] { margin-bottom: var(--dMP_xs); }
    .mpStyle .mL, .mpStyle [class*="_mL"] { margin-left: var(--dMP); }
    .mpStyle .mL_xs, .mpStyle [class*="_mL_xs"] { margin-left: var(--dMP_xs); }
    .mpStyle .mL_20, .mpStyle [class*="_mL_20"] { margin-left: 20px; }
    .mpStyle .mL_25, .mpStyle [class*="_mL_25"] { margin-left: 25px; }
    .mpStyle .mTB, .mpStyle [class*="_mTB"] { margin: var(--dMP) 0; }
    .mpStyle .mTB_xs, .mpStyle [class*="_mTB_xs"] { margin: var(--dMP_xs) 0; }
    .mpStyle .mLR, .mpStyle [class*="_mLR"] { margin: 0 var(--dMP); }
    .mpStyle .mLR_xs, .mpStyle [class*="_mLR_xs"] { margin: 0 var(--dMP_xs); }
    .mpStyle .mTR_xs, .mpStyle [class*="_mTR_xs"] { margin: var(--dMP_xs)var(--dMP_xs) 0 0; }
    /***************/
    div.mpStyle .mp_zero ,div.mpStyle [class*="_mp_zero"]{ margin: 0; padding: 0; }
    /***************/
    .mpStyle .oAuto, .mpStyle [class*="_oAuto"] { overflow: auto; }
    .mpStyle .ovAuto, .mpStyle [class*="_ovAuto"] { overflow: auto; }
    .mpStyle .ovAuto > *, .mpStyle [class*="_ovAuto"] > *,
    .mpStyle .ovHidden, .mpStyle [class*="_ovHidden"] { overflow: hidden; }
    /***************/
    .mpStyle .offsetRight_1 { margin-right: 8.3333333333%; }
    /***************/
    .mpStyle .textUppercase { text-transform: uppercase; }
    /*****************/
    .mpStyle .noBR, .mpStyle [class*="_noBR"] { border: none; -webkit-border-radius: 0; border-radius: 0; }
    /*****************/
    .mpStyle .contentScroll { overflow: auto; }
    /*****************/
    .mpStyle .verticalTop, .mpStyle [class*="_verticalTop"] { vertical-align: top; }
    /*****************/
    /*****************/
    @media only screen and (max-width: 900px) {
        div.mpStyle .hidden_sm { display: none; }
    }
    @media only screen and (max-width: 767px) {
        div.mpStyle .hidden_xs,div.mpStyle [class*="_hidden_xs"] { display: none; }
    }
}
/******************************************************************** Loader Section ************************************************/
@media only screen and (min-width: 10px) {
    div[class*="dLoader"],
    div[class*="simpleSpinner"] { position: absolute; z-index: 11111; left: 0; right: 0; top: 0; bottom: 0; font-size: var(--fs_h1); width: 100%; height: 100%; }
    div[class*="dLoader"] { background: #0003; color: var(--color_theme); }
    div[class*="dLoader"].pFixed { position: fixed; max-width: 100vw; max-height: 100vh; }
    div.dLoader_xs { font-size: var(--fs_h5); }
    div[class*="dLoader"].border_spin_loader span {
        border-top: 5px solid var(--color_theme_alter); border-right: 5px solid var(--color_theme);
        border-bottom: 5px solid var(--color_theme_alter); border-left: 5px solid var(--color_theme);
        width: 60px; height: 60px;
        -webkit-animation: spin 1000ms linear infinite; animation: spin 1000ms linear infinite;
    }
    div[class*="dLoader_xs"].border_spin_loader span { border-width: 2px; width: 20px; height: 20px; }
    @keyframes spin {
        0% { transform: rotate(0deg); }
        25% { transform: rotate(90deg); }
        50% { transform: rotate(180deg); }
        75% { transform: rotate(270deg); }
        100% { transform: rotate(360deg); }
    }
    div[class*="simpleSpinner"] { padding: var(--dMP); color: var(--color_theme); }
    /******/
    .placeholderLoader .placeholder_area { background-color: #FFF; position: relative; padding: var(--dMP_xs); }
    .placeholderLoader .placeholder_area::before {
        position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 111; content: '';
        /*background: #f6f7f8;*/
        /*background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;*/
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.4) 18%, rgba(255, 255, 255, 0) 33%);
        -webkit-animation: placeholderAnimate 3s linear infinite; animation: placeholderAnimate 3s linear infinite;
    }
    .placeholderLoader [data-placeholder] { position: relative; overflow: hidden; }
    .placeholderLoader [data-placeholder]::before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 11; content: ''; background: #DDD; }
    @-webkit-keyframes placeholderAnimate {
        0% { background-position: -100% 0; }
        100% { background-position: 100% 0; }
    }
    @keyframes placeholderAnimate {
        0% { background-position: -1000px 0; }
        100% { background-position: 1000px 0; }
    }
}
/******************************************************************** Image/slider Section ************************************************/
@media only screen and (min-width: 10px) {
    /***********Bg Image****************/
    div.bg_image_area {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 200px;
    }
    [data-bg-image] {
        background-size: 100% 100%;
        background-position: center center;
        position: relative;
        height: 100%;
        width: 100%;
        min-height: inherit;
    }
    [data-bg-image]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(170deg, transparent, Black);
        opacity: .4;
    }
    [data-bg-image] > * {
        color: #FFF;
    }
    div.bg_image_area:hover [data-bg-image],
    [data-bg-image]:hover {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    [data-href] {
        cursor: pointer;
    }
    [data-bg-image].circle {
        overflow: hidden;
    }
    /**************** Super slider **********************************************/
    div.superSlider .iconIndicator,
    div.superSlider .sliderPopup .popupClose {
        -webkit-transition: 350ms ease-in-out;
        -moz-transition: 350ms ease-in-out;
        -o-transition: 350ms ease-in-out;
        transition: 350ms ease-in-out;
    }
    /******************************/
    div.superSlider .sliderPopup.in,
    div.superSlider .sliderPopup .popupClose,
    div.superSlider .slideIndicator,
    div.superSlider .sliderMoreItem {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    /***************************/
    div.superSlider {
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        background-color: #FFF;
        position: relative;
    }
    div.superSlider .area_column {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    div.superSlider .sliderAllItem {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        z-index: 0;
    }
    div.superSlider .sliderItem img {
        width: 100%;
        max-height: 100%;
    }
    div.superSlider .sliderItem {
        position: relative;overflow: hidden;
        float: left;
        width: 100%;
        margin-right: -100%;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.06s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        height: 100%;
    }
    div.superSlider .sliderItem.activeSlide {
        z-index: 1;
        transform: translateX(0);
    }
    div.superSlider .sliderItem.prevSlider {
        transform: translateX(-100%);
        z-index: 0;
    }
    div.superSlider .sliderItem.nextSlider {
        transform: translateX(100%);
        z-index: 0;
    }
    /*************Image Showcase***************/
    div.superSlider .sliderShowcase {
        display: -webkit-flex;
        display: flex;
    }
    div.superSlider .sliderShowcase.right,
    div.superSlider .sliderShowcase.left {
        width: 18.65%;
        min-width: 18.65%;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    div.superSlider .sliderShowcase.style_2,
    div.superSlider .sliderShowcase.style_2 {
        width: 39%;
        min-width: 39%;
        -webkit-flex-direction: initial;
        flex-direction: initial;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    div.superSlider .sliderShowcase.style_2 > div {
        width: calc(50% - 5px);
        margin: 0 var(--dMP_xs) 0 0;
    }
    div.superSlider .sliderShowcase.style_2 > div:first-child {
        width: 100%;
        margin: 0 0 var(--dMP_xs) 0;
    }
    div.superSlider .sliderShowcase.style_2 > div:last-child {
        margin: 0;
    }
    div.superSlider .sliderShowcase.left {
        margin: 0 var(--dMP_xs) 0 0;
        gap: var(--dMP_xs);
    }
    div.superSlider .sliderShowcase.right {
        margin: 0 0 0 var(--dMP_xs);
        gap: var(--dMP_xs);
    }
    div.superSlider .area_column .sliderShowcase {
        width: 100%;
        min-width: 100%;
    }
    div.superSlider .sliderShowcase.top {
        margin: 0 0 var(--dMP_xs) 0;
        gap: var(--dMP_xs);
    }
    div.superSlider .sliderShowcase.bottom {
        margin: var(--dMP_xs) 0 0 0;
        gap: var(--dMP_xs);
    }
    div.superSlider .sliderShowcase.bottom .sliderShowcaseItem {margin: 0 10px 0 0;width: auto;max-width: 25%;-webkit-flex: 1;flex: 1;}
    div.superSlider .sliderShowcase.bottom .sliderShowcaseItem:last-child {margin: 0;}
    div.superSlider .sliderShowcaseItem { position: relative; overflow: hidden;border-radius: 10px; }
    div.superSlider .sliderShowcase.style_1 .sliderShowcaseItem {-webkit-flex: 1;flex: 1;}
    div.superSlider .area_column .sliderShowcaseItem { width: calc(25% - var(--dMP_xs)); }
    div.superSlider .sliderShowcase div.superSlider .area_column {
        margin: 0 0 var(--dMP_xs) 0;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }
    div.superSlider .sliderShowcaseItem img {
        height: 100%;
    }
    div.superSlider .sliderMoreItem {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #000B;
        font-size: 18px;
        color: #FFF;
    }
    div.superSlider .sliderMoreItem span {
        margin: 0 5px;
        font-size: 10px;
    }
    div.superSlider .sliderMoreItem span:last-child {
        font-size: 18px;
    }
    /*******image indicator***************/
    div.superSlider .slideIndicator {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 5px -5px;
    }
    div.superSlider .slideIndicatorItem {
        border: 3px solid #DDD;
        margin: 5px;
        background-color: #DDD;
        width: 75px;
        overflow: hidden;
        position: relative;
    }
    div.superSlider .slideIndicatorItem.activeSlide {
        border-color: var(--color_active);
        background-color: var(--color_active);
    }
    /*******Icon indicator***************/
    div.superSlider .iconIndicator {
        position: absolute;
        z-index: 1;
        top: calc(50% - 15px);
        font-size: 30px;
        cursor: pointer;
        color: #FFF;
    }
    div.superSlider .iconIndicator:hover {
        color: #FFF;
    }
    div.superSlider .iconIndicator.prevItem {
        left: 20px;
    }
    div.superSlider .iconIndicator.nextItem {
        right: 20px;
    }
    /*************popup slider***************/
    [data-target-popup] {
        cursor: pointer;
    }
    div.superSlider .sliderPopup div.superSlider {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        width: 100%;
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    div.superSlider .sliderPopup {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 111111111;
        overflow: hidden auto;
        background: #000C;
    }
    div.superSlider .sliderPopup .popupClose {
        position: absolute;
        z-index: 1111;
        cursor: pointer;
        top: 100%;
        right: 50px;
        width: 50px;
        height: 50px;
        background-color: #FFF;
        color: #222;
        font-size: 20px;
    }
    div.superSlider .sliderPopup .popupClose:hover {
        color: #FFF;
        background-color: #222;
    }
    div.superSlider .sliderPopup .sliderAllItem {
        background-color: transparent;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    div.superSlider .sliderPopup .sliderAllItem img {
        width: auto;
        height: 100%;
    }
    div.superSlider .sliderPopup .popupHeader {
        border-bottom: 1px solid #FFF;
    }
    div.superSlider .sliderPopup .popupHeader,
    div.superSlider .sliderPopup .popupFooter {
        color: #FFF;
        padding: 15px;
        max-height: 15vh;
        overflow: hidden auto;
        margin: 0 auto;
        width: 100%;
        background-color: #222;
        position: relative;
    }
    div.superSlider .sliderPopup .popupHeader {
        overflow: visible;
    }
    div.superSlider .sliderPopup .popupHeader h2 {
        color: #FFF;
        text-align: center;
    }
    div.superSlider .sliderPopup .popupFooter {
        border-top: 1px solid #FFF;
    }
    div.superSlider .sliderPopup .popupBody {
        position: relative;
        width: 80%;
        max-width: 100vh;
    }
    div.superSlider .sliderPopup .slideIndicator {
        margin: 0;
    }
}
/******************************************************************** Layout Section ************************************************/
@media only screen and (min-width: 10px) {
    /***********Circular***********/
    .mpStyle .circleIcon, .mpStyle [class*="_circleIcon"] { width: 40px; height: 40px; min-width: 40px; background-color: var(--color_theme); color: var(--color_theme_alter); margin: 0 var(--dMP) 0 0; }
    .mpStyle .circleIcon_xs, .mpStyle [class*="_circleIcon_xs"] { width: 25px; height: 25px; min-width: 25px; font-size: var(--fs_small); margin: 0 var(--dMP_xs) 0 0; }
    /*****Remove icon******/
    .mpStyle .mp_remove_area { position: relative; }
    .mpStyle .mp_remove_icon { position: absolute; top: -5px; right: -5px; width: 20px; height: 20px; cursor: pointer; opacity: 0; font-size: var(--fs); background-color: var(--color_danger); color: var(--color_theme_alter); }
    /**************Default************************/
    .mpStyle .dLayout, .mpStyle [class*="_dLayout"] { padding: var(--dMP); margin-bottom: var(--dMP); background-color: var(--color_white); border: 1px solid var(--color_border); }
    .mpStyle .dLayout_xs, .mpStyle [class*="_dLayout_xs"] { padding: var(--dMP_xs); background-color: var(--color_white); border: 1px solid var(--color_border); margin-bottom: var(--dMP_xs); }
    /***********info***********/
    .mpStyle .infoLayout, .mpStyle [class*="_infoLayout"] { padding: var(--dMP); background-color: var(--color_light); margin-bottom: var(--dMP); }
    .mpStyle .infoLayout_xs, .mpStyle [class*="_infoLayout_xs"] { padding: var(--dMP_xs); margin-bottom: var(--dMP_xs); }
}
/******************************************************************** position Section************************************************/
@media only screen and (min-width: 10px) {
    /********Absolute Content********/
    .mpStyle .pFixed, .mpStyle [class*="_pFixed"] { position: fixed; }
    .mpStyle .pRelative, .mpStyle [class*="_pRelative"] { position: relative; }
    .mpStyle [class*="pRelative"]:hover [class*="hoverAbsolute"] { display: block; }
    .mpStyle .pAbsolute, .mpStyle [class*="_pAbsolute"] { position: absolute; }
    .mpStyle .fullAbsolute, .mpStyle [class*="_fullAbsolute"] { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 11; width: 100%; height: 100%; }
    .mpStyle [class*="hoverAbsolute"] { position: absolute; right: 0; top: 100%; left: 0; display: none; padding: 7px; border: 1px solid var(--color_border); font-size: 15px; z-index: 111; }
    .mpStyle .abTopRight, .mpStyle [class*="_abTopRight"] { position: absolute; right: 0; top: 0; }
    .mpStyle .abTopRight_xs, .mpStyle [class*="_abTopRight_xs"] { position: absolute; right: var(--dMP_xs); top: var(--dMP_xs); }
    .mpStyle .abTopLeft_xs, .mpStyle [class*="_abTopLeft_xs"] { position: absolute; left: var(--dMP_xs); top: var(--dMP_xs); z-index: 1; }
    .mpStyle .abTopLeft, .mpStyle [class*="_abTopLeft"] { position: absolute; left: var(--dMP); top: var(--dMP); z-index: 1; }
    .mpStyle .abBottomRight, .mpStyle [class*="_abBottomRight"] { position: absolute; right: -1px; bottom: -1px; z-index: 1; padding: 5px; font-size: 20px; font-weight: 500; }
    .mpStyle .abLeftRightBottom, .mpStyle [class*="_abLeftRightBottom"] { position: absolute; left: 0; right: 0; top: 100%; z-index: 111; padding: var(--dMP_xs); }
    .mpStyle .abLeftRightBottom_inside, .mpStyle [class*="_abLeftRightBottom_inside"] { position: absolute; left: 0; right: 0; top: inherit; bottom: 0; z-index: 111; padding: var(--dMP_xs); }
    /****************/
    .mpStyle .ribbon { position: absolute; top: var(--dMP); left: 0; width: auto; height: auto; padding: 5px var(--dMP); background: var(--color_warning); color: #FFF; border-radius: 3px 6px 6px 0; -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.4); box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.4); z-index: 1; }
    .mpStyle .ribbon::before { content: ''; position: absolute; left: 0; bottom: -10px; width: 0; height: 0; border: 5px solid var(--color_warning); border-bottom-color: transparent; border-left-color: transparent; z-index: -1; }
    /****************/
    .mpStyle .title_on_border { line-height: 1; height: 40px; position: absolute; top: -20px; left: 30px; color: var(--color_theme); background-color: var(--color_theme_alter); padding: 0 var(--dMP); border-radius: var(--dBR); }
    /********fixed Content********/
    div.mpStyle .mp_sticky_area.mpSticky {
        position: fixed;top: 100px;
    }
    div.mpStyle .mp_sticky_area.mpSticky .mp_sticky_on_scroll {
        overflow: auto;
        z-index: 1111;
    }
    div.mpStyle .mp_sticky_on_scroll {width: 100%;}
    div.mpStyle .mp_sticky_area.stickyFixed {display: flex; flex-direction: column;		justify-content: end;height: 100%;}
}
/******************************************************************** Form section ************************************************/
@media only screen and (min-width: 10px) {
    .mpStyle input,
    .mpStyle optgroup,
    .mpStyle select,
    .mpStyle textarea,
    .mpStyle button { font-family: inherit; line-height: 1.25; margin: 0; }
    .mpStyle .formControl:-webkit-autofill,
    .mpStyle .formControl:-webkit-autofill:hover,
    .mpStyle .formControl:-webkit-autofill:focus,
    .mpStyle .formControl:-webkit-autofill:active { -webkit-transition: color 9999s ease-out, background-color 9999s ease-out; transition: color 9999s ease-out, background-color 9999s ease-out; -webkit-transition-delay: 9999s; transition-delay: 9999s; }
    div.mpStyle form { margin: 0; padding: 0; line-height: 1.25; }
    .mpStyle label { position: relative; }
    .mpStyle label>span{ white-space: nowrap }
    /***************************/
    .mpStyle .formControl::placeholder { color: #0005; }
    .mpStyle .formControl:disabled { background-color: #DDD5; color: #FFF; }
    /***************************/
    div.mpStyle .formControl { width: 100%; height: auto; min-width: auto; max-width: inherit; min-height: 34px; border: 1px solid var(--color_border); padding: 5px var(--dMP_xs); font-size: var(--fs); color: var(--d_color); background-color: #FFF; }
    .mpStyle .formControl:focus { outline: 0; background-color: #FFF; border-color: #80BDFF; }
    div.mpStyle select.formControl {
        background-image: url('/wp-content/plugins/booking-and-rental-manager-for-woocommerce/assets/images/arrow_down.png?x45718');background-repeat: no-repeat;background-position: calc(100% - var(--dMP_xs));background-size: auto;
        -webkit-appearance: none; padding: var(--dMP_xs) 35px var(--dMP_xs) var(--dMP_xs);
    }
    div.mpStyle select.formControl:focus { background-color: var(--color_theme_aa); }
    div.mpStyle .formControl.date_type_without_year,
    div.mpStyle .formControl.date_type,
    div.mpStyle .formControl[type='date'] {
        background-image: url('/wp-content/plugins/booking-and-rental-manager-for-woocommerce/assets/images/calendar.png?x45718');background-repeat: no-repeat; background-position: var(--dMP_xs) center; background-size: auto;
        -webkit-appearance: none;
        font-size: var(--fs_h6); font-weight: var(--fw-medium);
        padding: var(--dMP_xs) var(--dMP_xs) var(--dMP_xs) 50px;
    }
    div.mpStyle textarea.formControl { height: auto; }
    .mpStyle .mpForm label { margin: var(--dMP_xs) 0 0 0; text-transform: capitalize; }
    .mpStyle .mpForm label span { width: 100%; margin: 0 0 var(--dMP_xs) 0; }
    .mpStyle .mpForm label span::before { padding: 0 var(--dMP_xs); }
    /****************/
    .mpStyle .inputList { margin: var(--dMP) 0 0 0; position: relative; }
    .mpStyle .inputList textarea.formControl { height: auto; }
    /******* group form*********/
    .mpStyle .inputGroup { width: 100%; padding: 0 0 var(--dMP_xs) 0; }
    .mpStyle .inputGroup label { width: auto; padding: 0 var(--dMP) 0 0; }
    .mpStyle .inputGroup label input[type="checkbox"] { margin: 0 var(--dMP_xs); }
    /******* input as a select*********/
    div.mpStyle div.mp_input_select .formControl:focus { border-color: var(--color_border); }
    .mpStyle div.mp_input_select { position: relative; }
    .mpStyle ul.mp_input_select_list {
        display: none; z-index: 111; overflow: auto;
        max-height: 250px; height: auto; width: 100%;
        margin: 1px 0 0 0; padding: 10px;
        position: absolute; left: 0; top: 100%; right: 0;
        border: 1px solid var(--color_border); background-color: var(--color_white);
    }
    .mpStyle ul.mp_input_select_list li { padding: 10px; cursor: pointer; border-bottom: 1px solid var(--color_border); margin: 0; list-style-type: none; }
    .mpStyle ul.mp_input_select_list li:last-child { border-bottom: none; }
    .mpStyle ul.mp_input_select_list li:hover { background-color: #777; color: #FFF; }
    .mpStyle ul.mp_input_select_list li span {margin: 0 var(--dMP_xs) 0 0;}
    /*****Form inline*******/
    .mpStyle .inputInline .mpForm {width: 100%;max-width: 100%;}
    .mpStyle .inputInline .inputList { width: 100%; margin: var(--dMP_xs) var(--dMP_xs) 0 0; }
    .mpStyle .inputInline .inputList label{margin:0;}
    .mpStyle .inputInline .inputList:last-child {margin-right: 0;}
    /********Form Horizontal**************/
    .mpStyle .inputHorizontal { max-width: 500px; width: 100%;margin: 0 auto; }
    /**********Checkbox Radio*********/
    div.mpStyle .customRadioLabel { font-size: var(--fs_h6); font-weight: var(--fw-medium); -webkit-flex-wrap: wrap; flex-wrap: wrap; }
    div.mpStyle .customRadioLabel input[type="radio"] ~ .formControl,
    .mpStyle .customRadioLabel input[type="radio"] { display: none; }
    .mpStyle .customRadio { padding: 0 var(--dMP_xs) 0 30px; margin: 0 var(--dMP_xs) var(--dMP_xs) 0; position: relative; cursor: pointer; line-height: 1; white-space: nowrap; min-height: 20px; }
    .mpStyle .customRadio::before { content: ""; position: absolute; left: 0; top: 0; height: 20px; width: 20px; background-color: #FFF; border: 2px rgba(0, 0, 0, 0.5) solid;; border-radius: 50%; }
    .mpStyle .customRadioLabel input[type="radio"]:checked ~ .formControl { display: block; }
    .mpStyle .customRadioLabel input[type="radio"]:checked ~ .customRadio::after,
    .mpStyle .customRadio.active::after { content: ""; position: absolute; left: 5px; top: 5px; height: 10px; width: 10px; background-color: var(--color_theme); border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 50%; }
    .mpStyle .customRadio.button_type {
        padding: var(--dMP_xs); margin: 5px; min-width: 120px; text-align: center;
        border: 1px solid var(--color_theme_alter);
        color: var(--color_theme_alter); background-color: var(--color_theme);
    }
    .mpStyle .customRadio.button_type.active { background-color: grey; color: var(--color_theme_alter); }
    .mpStyle .customRadio.button_type::before,
    .mpStyle .customRadio.button_type::after { display: none; }
    /**********Checkbox Custom*********/
    .mpStyle .customCheckbox { padding: 3px 0 0 30px; position: relative; line-height: 1; min-width: auto; white-space: normal !important;}
    .mpStyle .customCheckbox::before {
        content: ""; position: absolute; left: 0; top: 0; height: 20px; width: 20px;
        background-color: var(--color_theme_alter);
        border: 2px solid var(--color_theme); border-radius: 2px; }
    .mpStyle .customCheckboxLabel { padding: 0 0 10px 0; cursor: pointer; font-weight: var(--fw-medium); width: 130px;}
    .mpStyle .customCheckboxLabel input:checked ~ .customCheckbox::before { background: var(--color_theme_cc); }
    /*******************/
    div.mpStyle .selectCheckbox { min-width: 150px; padding: var(--dMP_xs); width: auto; border: 1px solid var(--color_border); cursor: pointer; }
    div.mpStyle .customCheckboxLabel input[type="checkbox"],
    div.mpStyle .selectCheckbox input[type='checkbox'] { display: none; }
    div.mpStyle .selectCheckbox .customCheckbox::before { border: none; background-color: transparent; }
    div.mpStyle .customCheckboxLabel input:focus ~ .customCheckbox::before,
    div.mpStyle .selectCheckbox input:focus ~ .customCheckbox::before { outline: 0; }
    div.mpStyle .customCheckboxLabel input:checked ~ .customCheckbox::after,
    div.mpStyle .selectCheckbox input:checked ~ .customCheckbox::after {
        content: ""; position: absolute; left: 2px; top: 4px; height: 8px; width: 16px;
        border: 2px solid var(--color_theme_alter); border-top: none; border-right: none;
        z-index: 11; background-color: transparent; -ms-transform: rotate(-45deg); transform: rotate(-45deg);
    }
    div.mpStyle .active_select { background-color: var(--color_theme); color: var(--color_theme_alter); }
    div.mpStyle .customCheckboxLabel.only_checkbox {width: 20px;margin: 0;}
    div.mpStyle .customCheckboxLabel.only_checkbox span {padding: 0;}
    /*********Input Switch*******/
    .mpStyle .roundSwitchLabel input[type='checkbox'] { display: none; }
    .mpStyle .roundSwitch {
        width: 52px; height: 25px; min-width: auto;
        position: relative; background-color: #CCC; border-radius: 30px;
        -webkit-transition: .4s; transition: .4s;
    }
    .mpStyle .roundSwitch::before {
        position: absolute; content: "";height: 23px; width: 23px; left: 1px; bottom: 1px;
        background-color: white; border-radius: 50%;
        -webkit-transition: .4s; transition: .4s;
    }
    .mpStyle .roundSwitchLabel input:checked + .roundSwitch { background-color: var(--color_theme); }
    .mpStyle .roundSwitchLabel input:focus + .roundSwitch { box-shadow: 0 0 1px #2276D2; }
    .mpStyle .roundSwitchLabel input:checked + .roundSwitch:before { -ms-transform: translateX(27px); transform: translateX(27px); }
    /*********Group radio check*******/
    .groupRadioCheck [data-radio-check] { cursor: pointer; -webkit-justify-content: flex-start; justify-content: flex-start; }
    .groupRadioCheck button[data-radio-check] { -webkit-justify-content: center; justify-content: center; }
    .groupRadioCheck [data-radio-check]:hover { border-color: var(--color_theme_88); }
    .groupRadioCheck [data-radio-check].mpActive { border-color: var(--color_theme); }
    /*********Group Content*******/
    .mpStyle .groupContent {
        font-size: var(--fs); border: 1px solid var(--color_border);
        background-color: var(--color_light); color: var(--color_theme_alter);
        text-align: center; position: relative;
    }
    div.mpStyle div.groupContent > * { border-left: 1px solid var(--color_border); margin: 0; }
    div.mpStyle div.groupContent > *:first-child { border: none; }
    div.mpStyle div.groupContent .formControl { text-align: center; border: none; background-color: var(--color_white); height: 100%; border-radius: 0; }
    .mpStyle .groupContent textarea.formControl { text-align: left; }
    .mpStyle .groupContent input[type="radio"] { }
    .mpStyle .groupContent input[type="radio"]::after {
        position: absolute; content: ''; width: 20px; height: 20px; left: 0; top: 0;
        border: 1px solid var(--color_border); border-radius: 50%;margin: 10px;
    }
    div.mpStyle .groupContent input[type="radio"]:checked::after { border-color: var(--color_theme); }
    .mpStyle .groupContent input[type="radio"]:checked::before {
        position: absolute; content: ''; width: 14px; height: 14px; left: 3px; top: 3px;
        border: 1px solid var(--color_theme); border-radius: 50%; background-color: var(--color_theme);margin: 10px;
    }
    .mpStyle .addonGroupContent { min-width: 30px; cursor: pointer; background-color: #FFF; color: var(--color_theme_88); }
    .mpStyle .addonGroupContent:hover { background-color: #555; color: #F2F2F2; }
    .mpStyle .groupContent .select2-container--default .select2-selection--single {border: none;border-radius: 0;}
    /*****Form Qty inc dec*******/
    .mpStyle .qtyIncDec { max-width: 100px; }
    /**********Responsive*********/
    @media only screen and (max-width: 1250px) {
        .mpStyle .inputInline .inputList { max-width: calc(25% - 10px); }
    }
    @media only screen and (max-width: 1050px) {
        .mpStyle .inputInline .mpForm {-webkit-flex-wrap: wrap;flex-wrap: wrap;}
        .mpStyle .inputInline .inputList { max-width: calc(33.33% - 10px); -webkit-flex: inherit;flex: inherit;}
    }
    @media only screen and (max-width: 850px) {
        .mpStyle .inputInline .inputList { max-width: calc(50% - 10px); }
    }
    @media only screen and (max-width: 600px) {
        .mpStyle .inputInline .inputList { max-width: 100%; min-width: 100%; }
    }
    @media only screen and (max-width: 450px) {
        .mpStyle .addonGroupContent { min-width: 25px; }
    }
}
/******************************************************************** List section ************************************************/
@media only screen and (min-width: 10px) {
    .mpStyle ul:not(.mp_wp_editor ul) { list-style-type: none; margin: 0; padding: 0; line-height: 1.25; }
    .mpStyle ul li { margin: 0; padding: 0; line-height: inherit; }
    /******List inline**********/
    .mpStyle ul.listInline li { text-align: center; border-right: 1px solid; }
    .mpStyle ul.listInline li:last-child { border: none; }
    .mpStyle ul.listInline li a { padding: var(--dMP_xs); display: block; }
    .mpStyle ul.listInline li.mage_active { background-color: var(--color_active) }
    .mpStyle ul.listInline li.mage_active a { color: #FFF; }
    /******list Horizontal*****/
    .mpStyle ul.mp_list { margin: var(--dMP_xs) 0 0 0; }
    .mpStyle ul.mp_list li { padding: 5px 0; border-bottom: 1px dotted var(--color_border); width: 100%; }
    .mpStyle ul.mp_list li:last-child { border: none; }
    /******All in one line*****/
    .mpStyle ul.listEqual li { text-align: center; border-right: 1px solid; }
    .mpStyle ul.listEqual li a { padding: var(--dMP_xs); display: block; }
    .mpStyle ul.listEqual li.mage_active { background-color: var(--color_active) }
    .mpStyle ul.listEqual li.mage_active a { color: #FFF; }
    /***list inline two li***/
    .mpStyle ul.list_inline_two li { width: 45%; padding: 5px; border-bottom: 1px solid var(--color_border); }
    .mpStyle ul.list_inline_two li span { margin: 0 var(--dMP_xs) 0 0; }
}
/******************************************************************** Table section ************************************************/
@media only screen and (min-width: 10px) {
    .mpStyle table { border-collapse: collapse; width: 100%; }
    .mpStyle table.layoutFixed,
    .mpStyle table[class*='_layoutFixed'] { table-layout: fixed; }
    .mpStyle table th,
    .mpStyle table td { border: 1px solid var(--color_border); padding: var(--dMP_xs); }
    .mpStyle table thead th {vertical-align: middle; padding: var(--dMP_xs); font-weight: bold; font-size: var(--fs); white-space: nowrap; background-color: var(--color_light); color: var(--d_color); }
    .mpStyle table th { vertical-align: top; }
    .mpStyle table td { padding: var(--dMP_xs); font-weight: var(--fw); font-size: var(--fs); line-height: 1.25; color: var(--d_color); vertical-align: middle; }
    /**************/
    .mpStyle table tr[data-collapse].mActive { display: table-row; }
    .mpStyle table th[data-collapse].mActive,
    .mpStyle table td[data-collapse].mActive { display: table-cell; }
}
/******************************************************************** Tabs section ************************************************/
@media only screen and (min-width: 10px) {
    .mpStyle .tabLists,
    .mpStyle .leftTabs { display: -webkit-flex; display: flex; }
    .mpStyle .tabLists { font-size: var(--fs_h6); width: 100%; }
    .mpStyle .tabLists span { margin: 0 var(--dMP_xs) 0 0; }
    .leftTabs > .tabLists { -webkit-flex-flow: column; flex-flow: column; min-width: 250px; max-width: 250px; }
    div.mpStyle [data-tabs-target] {
        display: -webkit-flex; display: flex;
        -webkit-align-items: center; align-items: center;
        -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
        position: relative; text-align: left; cursor: pointer;
        padding: var(--dMP_xs); color: var(--d_color);
    }
    .mpStyle [data-tabs-target]:hover { font-weight: var(--fw-medium); border-color: var(--color_theme); color: var(--color_white) }
    .mpStyle [data-tabs-target].active { font-weight: var(--fw-medium); background-color: var(--color_theme); color: var(--color_theme_alter); }
    .topTabs [data-tabs-target] { border-right: 1px solid var(--color_border); -webkit-justify-content: center; justify-content: center; }
    .topTabs [data-tabs-target]:last-child { border-right: none; }
    .leftTabs [data-tabs-target] { border-bottom: 1px solid var(--color_border); }
    .mpStyle .tabsContent { position: relative; overflow: hidden; width: 100%; padding: var(--dMP); }
    .tabsContent [data-tabs] { display: none; }
    /**************/
    .mpTabs.tabBorder { border: 1px solid var(--color_border); }
    .mpTabs.tabBorder > .tabLists { }
    /******Tab next*********/
    .mpStyle .mpTabsNext { }
    .mpTabsNext .tabListsNext { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
    .mpTabsNext .tabListsNext.dNone{display:none;}
    .mpTabsNext .tabItemNext {
        position: relative; min-height: 80px;
        display: -webkit-flex; display: flex;
        -webkit-align-items: center; align-items: center;
        -webkit-flex-direction: column; flex-direction: column;
        -webkit-flex: 1; flex: 1;
    }
    .mpTabsNext .tabItemNext [class*="circleIcon"] { background-color: var(--color_light); color: var(--d_color); margin: 0; z-index: 1; }
    .mpTabsNext .tabItemNext .circleTitle { color: var(--d_color); margin: var(--dMP_xs) 0 0 0; left: 0; top: 40px; width: 100%; position: absolute; text-align: center; }
    .mpTabsNext .tabItemNext.active [class*="circleIcon"] { background-color: var(--color_theme); color: var(--color_theme_alter); }
    .mpTabsNext .tabItemNext.active [class*="circleIcon"].success {background-color: var(--color_success);}
    .mpTabsNext .tabItemNext.active .circleTitle { color: var(--color_theme_aa); }
    .mpTabsNext .tabItemNext.active .circleTitle.success {color: var(--color_success);}
    .mpTabsNext .tabItemNext [class*="circleIcon"]::after { content: ""; right: 0; left: calc(50% + 20px); top: 20px; position: absolute; border-bottom: 1px solid var(--color_border); z-index: -1; width: 100%; }
    .mpTabsNext .tabItemNext.active [class*="circleIcon"]::after { border-color: var(--color_theme); }
    .mpTabsNext .tabItemNext:last-child [class*="circleIcon"]::after { border: none; width: 0; }
    .mpStyle .tabsContentNext { position: relative; width: 100%; padding: var(--dMP); }
    .tabsContentNext [data-tabs-next] { display: none; }
    .tabsContentNext [data-tabs-next].active { display: block; }
    .nextTab_prev_link {cursor: pointer;}
}
/******************************************************************** Panel section ************************************************/
@media only screen and (min-width: 10px) {
    div.mpStyle .mpPanel ,
    div.mpStyle .mpPanel_xs{ position: relative; border: 1px solid var(--color_border); border-radius: var(--dBR); }
    div.mpStyle .mpPanelHeader { padding: 10px var(--dMP); background-color: #555; color: #FFF;border-radius: var(--dBR) var(--dBR) 0 0; }

    div.mpStyle .mpPanelHeader .panelTitle,
    div.mpStyle .mpPanelHeader .panelTitle span { color: #FFF; }
    div.mpStyle .mpPanelBody { padding: var(--dMP); background-color: var(--color_3); overflow-x: auto;border-radius: 0 0 var(--dBR) var(--dBR); }

    div.mpStyle .mpPanel_xs .mpPanelHeader,
    div.mpStyle .mpPanel_xs .mpPanelBody{padding: var(--dMP_xs); }
    div.mpStyle .mpPanelBody.mp_zero{margin: 0;padding: 0;}
}
/******************************************************************** Faq section ************************************************/
@media only screen and (min-width: 10px) {
    div.mp_faq_item {margin: 0 0 var(--dMP_xs) 0;}
    div.mp_faq_item .mp_faq_title {background-color: #FFF;border: 1px solid #DDD;border-radius: 5px;font-weight: normal;text-transform: none;}
    div.mp_faq_item .mp_faq_title.active {border-color: var(--color_theme);border-radius: 5px 5px 0 0;background-color: var(--color_theme);color: var(--color_theme_alter); }
    div.mp_faq_item .mp_faq_title span {padding: 10px;}
    div.mp_faq_content {background-color: #FFF;padding: var(--dMP);border: 1px solid var(--color_theme);border-radius: 0 0 5px 5px;overflow: hidden;color: #606B7B;font-size: var(--fs_label);}
    div.mp_faq_item div.superSlider {min-width: 300px;max-width: 50%; margin: 0 var(--dMP_xs) var(--dMP_xs) 0;float: left;}
}
/******************************************************************** Popup section ************************************************/
@media only screen and (min-width: 10px) {
    [data-target-popup] { cursor: pointer; }
    div.mpPopup { display: none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 111111; overflow: hidden; background: #000C; }
    div.mpPopup .popupMainArea {
        min-width: 500px; max-width: 700px; width: auto; min-height: 250px; max-height: 100vh; height: auto;
        background-color: #FFF; border: 20px solid #444; position: relative;
        display: -webkit-flex; display: flex;
        -webkit-justify-content: space-between; justify-content: space-between;
        -webkit-flex-flow: column; flex-flow: column;
    }
    div.mpPopup .popupMainArea.fullWidth { max-width: 100vw; width: 100%; }
    div.mpPopup .popupClose { position: fixed; z-index: 1111; cursor: pointer; top: 50px; right: 50px; width: 50px; height: 50px; background-color: #444; color: #FFF; font-size: 20px; }
    div.mpPopup .popupClose:hover { color: #FFF; background-color: #6B003E; }
    div.mpPopup .popupHeader { border-bottom: 4px double var(--color_border); padding: var(--dMP_xs); }
    div.mpPopup .popupBody { padding: var(--dMP); overflow: auto; }
    div.mpPopup .popupFooter { border-top: 4px double var(--color_border); padding: var(--dMP_xs); }
    div.mpPopup .dLayout, div.mpPopup [class*='_dLayout'] { margin: 0; }
}
/******************************************************************** Pagination section ************************************************/
@media only screen and (min-width: 10px) {
    div.mp_pagination_main_area .mp_pagination_item{position: relative;}
    div.mp_pagination_main_area .ribbon{left:var(--dMP_xs_negative);}
    div.pagination_area { margin: var(--dMP_xs) 0 0 0; }
    div.pagination_area button[class*="dButton_xs"] { min-width: 50px; }
    div.pagination_area button.active_pagination { color: var(--color_theme_alter); background-color: var(--color_active); min-width: 75px; font-size: var(--fs_h4); }
    div.pagination_area button.ellipse_left { display: none; }
    div.pagination_area button.ellipse_left,
    div.pagination_area button.ellipse_right { color: var(--color_theme); background-color: transparent; }
}
/******************************************************************** Grid Section************************************************/
@media only screen and (min-width: 10px) {
    /********Sidebar Content**************/
    .mpStyle .leftSidebar,
    .mpStyle .leftSidebar .mp_sticky_area { width: 100%; max-width: var(--sidebarLeft); }
    .mpStyle .rightSidebar { width: 100%; max-width: var(--sidebarRight); }
    .mpStyle .mainSection { width: 100%; max-width: var(--mainSection); margin: 0 0 0 var(--dMP); }
    /**************************************/
    body.theme-astra div.mpContainer,
    body.theme-twentytwenty div.mpContainer,
    body.theme-twentytwentyone div.mpContainer,
    body.theme-twentytwentytwo div.mpContainer,
    div.mpContainer { max-width: var(--dContainer_Width); width: 100%; margin: 0 auto; }
    div.mpRow { min-height: 1px; }
    /************************/
    div.mpStyle .fullHeight, div.mpStyle [class*="_fullHeight"] { height: 100%; }
    div.mpStyle [class*="_h_100"] { height: 100px; }
    div.mpStyle [class*="_h_200"] { height: 200px; }
    /************************/
    div.mpStyle [class*="_w_50"] { width: 50px; min-width: 50px; }
    div.mpStyle [class*="_w_75"] { width: 75px; min-width: 75px; }
    div.mpStyle [class*="_w_100"] { width: 100px; min-width: 100px; max-width: 100px;}
    div.mpStyle [class*="_w_125"] { width: 125px; min-width: 125px; }
    div.mpStyle [class*="_w_150"] { width: 150px; min-width: 150px; }
    div.mpStyle [class*="_w_200"] { width: 200px; min-width: 200px; }
    div.mpStyle [class*="_w_300"] { width: 300px; min-width: 300px; }
    div.mpStyle [class*="_w_400"] { width: 400px; min-width: 400px; }
    div.mpStyle [class*="_w_500"] { width: 500px; min-width: 500px; }
    div.mpStyle [class*="_w_600"] { width: 600px; min-width: 600px; }
    div.mpStyle [class*='_fullWidth'] { width: 100%; max-width: 100%; }
    /************************/
    div.mpStyle .max_100, div.mpStyle [class*="_max_100"] { max-width: 100px; width: 100%; }
    div.mpStyle .max_150, div.mpStyle [class*="_max_150"] { max-width: 150px; width: 100%; }
    div.mpStyle .max_200, div.mpStyle [class*="_max_200"] { max-width: 200px; width: 100%; }
    div.mpStyle .max_300, div.mpStyle [class*="_max_300"] { max-width: 300px; width: 100%; }
    div.mpStyle .max_400, div.mpStyle [class*="_max_400"] { max-width: 400px; width: 100%; }
    div.mpStyle .max_500, div.mpStyle [class*="_max_500"] { max-width: 500px; width: 100%; }
    div.mpStyle .max_600, div.mpStyle [class*="_max_600"] { max-width: 600px; width: 100%; }
    div.mpStyle .max_700, div.mpStyle [class*="_max_700"] { max-width: 700px; width: 100%; }
    div.mpStyle .max_800, div.mpStyle [class*="_max_800"] { max-width: 800px; width: 100%; }
    div.mpStyle .max_900, div.mpStyle [class*="_max_900"] { max-width: 900px; width: 100%; }
    div.mpStyle .max_1000, div.mpStyle [class*="_max_1000"] { max-width: 1000px; width: 100%; }
    div.mpStyle .max_1100, div.mpStyle [class*="_max_1100"] { max-width: 1100px; width: 100%; }
    div.mpStyle .max_1200, div.mpStyle [class*="_max_1200"] { max-width: 1200px; width: 100%; }
    div.mpStyle .max_full, div.mpStyle [class*="_max_full"] { max-width: 100%; width: 100%; }
    /************************/
    div.mpStyle .min_50, div.mpStyle [class*="_min_50"] { min-width: 50px; }
    div.mpStyle .min_100, div.mpStyle [class*="_min_100"] { min-width: 100px; }
    div.mpStyle .min_125, div.mpStyle [class*="_min_125"] { min-width: 125px; }
    div.mpStyle .min_150, div.mpStyle [class*="_min_150"] { min-width: 150px; }
    div.mpStyle .min_200, div.mpStyle [class*="_min_200"] { min-width: 200px; }
    div.mpStyle .min_250, div.mpStyle [class*="_min_250"] { min-width: 250px; }
    div.mpStyle .min_300, div.mpStyle [class*="_min_300"] { min-width: 300px; }
    div.mpStyle .min_400, div.mpStyle [class*="_min_400"] { min-width: 400px; }
    div.mpStyle .min_500, div.mpStyle [class*="_min_500"] { min-width: 500px; }
    div.mpStyle .min_600, div.mpStyle [class*="_min_600"] { min-width: 600px; }
    div.mpStyle .min_700, div.mpStyle [class*="_min_700"] { min-width: 700px; }
    div.mpStyle .min_800, div.mpStyle [class*="_min_800"] { min-width: 800px; }
    div.mpStyle .min_900, div.mpStyle [class*="_min_900"] { min-width: 900px; }
    div.mpStyle .min_1000, div.mpStyle [class*="_min_1000"] { min-width: 1000px; }
    div.mpStyle .min_auto, div.mpStyle [class*="_min_auto"] { min-width: auto; }
    /**********************/
    div.mpStyle div.grid_1 { width: 100%;padding: var(--dMP_xs); }
    div.mpStyle div.grid_2 { width: calc(50% - var(--dMP));margin: var(--dMP_xs); padding: var(--dMP_xs);}
    div.mpStyle div.grid_3 { width: calc(33.333333% - var(--dMP)); margin: var(--dMP_xs);padding: var(--dMP_xs);}
    div.mpStyle div.grid_4 { width: calc(25% - var(--dMP)); margin: var(--dMP_xs);padding: var(--dMP_xs);}
    div.mpStyle div.grid_5 { width: calc(20% - var(--dMP)); margin: var(--dMP_xs);padding: var(--dMP_xs);}
    div.mpStyle div.grid_6 { width: calc(16.66666667% - var(--dMP)); margin: var(--dMP_xs);padding: var(--dMP_xs);}
    div.mpStyle div.grid_7 { width: calc(14.285715% - var(--dMP));margin: var(--dMP_xs);padding: var(--dMP_xs); }
    div.mpStyle div.grid_8 { width: calc(12.5% - var(--dMP)); margin: var(--dMP_xs);padding: var(--dMP_xs);}
    div.mpStyle div.grid_9 { width: calc(11.1111111111% - var(--dMP)); margin: var(--dMP_xs);padding: var(--dMP_xs);}
    div.mpStyle div.grid_10 { width: calc(10% - var(--dMP)); margin: var(--dMP_xs);padding: var(--dMP_xs);}
    @media only screen and (max-width: 1000px) {
        div.mpStyle div.grid_2 ,
        div.mpStyle div.grid_3 ,
        div.mpStyle div.grid_4 ,
        div.mpStyle div.grid_5 ,
        div.mpStyle div.grid_6 ,
        div.mpStyle div.grid_7 ,
        div.mpStyle div.grid_8 ,
        div.mpStyle div.grid_9 ,
        div.mpStyle div.grid_10 { width: calc(50% - var(--dMP));}
    }
    @media only screen and (max-width: 600px) {
        div.mpStyle div.grid_2 ,
        div.mpStyle div.grid_3 ,
        div.mpStyle div.grid_4 ,
        div.mpStyle div.grid_5 ,
        div.mpStyle div.grid_6 ,
        div.mpStyle div.grid_7 ,
        div.mpStyle div.grid_8 ,
        div.mpStyle div.grid_9 ,
        div.mpStyle div.grid_10 { width: 100%;}
    }
    /**********************/
    .mpStyle .col_1 { width: 8.3333333333%; }
    .mpStyle .col_2 { width: 16.666666667%; }
    .mpStyle .col_3 { width: 25%; }
    .mpStyle .col_4 { width: 33.333333333%; }
    .mpStyle .col_5 { width: 41.666666667%; }
    .mpStyle .col_6 { width: 50%; }
    .mpStyle .col_7 { width: 58.333333333%; }
    .mpStyle .col_8 { width: 66.666666667%; }
    .mpStyle .col_9 { width: 75%; }
    .mpStyle .col_10 { width: 83.33333333%; }
    .mpStyle .col_11 { width: 91.66666667%; }
    div.mpStyle .col_12 { width: 100%; }
    /**********************/
    @media only screen and (max-width: 1200px) {
        .mpStyle .col_1_1200 { width: 8.3333333333%; }
        .mpStyle .col_2_1200 { width: 16.666666667%; }
        .mpStyle .col_3_1200 { width: 25%; }
        .mpStyle .col_4_1200 { width: 33.333333333%; }
        .mpStyle .col_5_1200 { width: 41.666666667%; }
        .mpStyle .col_6_1200 { width: 50%; }
        .mpStyle .col_7_1200 { width: 58.333333333%; }
        .mpStyle .col_8_1200 { width: 66.666666667%; }
        .mpStyle .col_9_1200 { width: 75%; }
        .mpStyle .col_10_1200 { width: 83.33333333%; }
        .mpStyle .col_11_1200 { width: 91.66666667%; }
        .mpStyle .col_12_1200 { width: 100%; }
    }
    /**********************/
    @media only screen and (max-width: 1100px) {
        .mpStyle .col_1_1100 { width: 8.3333333333%; }
        .mpStyle .col_2_1100 { width: 16.666666667%; }
        .mpStyle .col_3_1100 { width: 25%; }
        .mpStyle .col_4_1100 { width: 33.333333333%; }
        .mpStyle .col_5_1100 { width: 41.666666667%; }
        .mpStyle .col_6_1100 { width: 50%; }
        .mpStyle .col_7_1100 { width: 58.333333333%; }
        .mpStyle .col_8_1100 { width: 66.666666667%; }
        .mpStyle .col_9_1100 { width: 75%; }
        .mpStyle .col_10_1100 { width: 83.33333333%; }
        .mpStyle .col_11_1100 { width: 91.66666667%; }
        .mpStyle .col_12_1100 { width: 100%; }
    }
    /**********************/
    @media only screen and (max-width: 1000px) {
        .mpStyle .col_1_1000 { width: 8.3333333333%; }
        .mpStyle .col_2_1000 { width: 16.666666667%; }
        .mpStyle .col_3_1000 { width: 25%; }
        .mpStyle .col_4_1000 { width: 33.333333333%; }
        .mpStyle .col_5_1000 { width: 41.666666667%; }
        .mpStyle .col_6_1000 { width: 50%; }
        .mpStyle .col_7_1000 { width: 58.333333333%; }
        .mpStyle .col_8_1000 { width: 66.666666667%; }
        .mpStyle .col_9_1000 { width: 75%; }
        .mpStyle .col_10_1000 { width: 83.33333333%; }
        .mpStyle .col_11_1000 { width: 91.66666667%; }
        .mpStyle .col_12_1000 { width: 100%; }
    }
    /**********************/
    @media only screen and (max-width: 900px) {
        .mpStyle .col_1_900 { width: 8.3333333333%; }
        .mpStyle .col_2_900 { width: 16.666666667%; }
        .mpStyle .col_3_900 { width: 25%; }
        .mpStyle .col_4_900 { width: 33.333333333%; }
        .mpStyle .col_5_900 { width: 41.666666667%; }
        .mpStyle .col_6_900 { width: 50%; }
        .mpStyle .col_7_900 { width: 58.333333333%; }
        .mpStyle .col_8_900 { width: 66.666666667%; }
        .mpStyle .col_9_900 { width: 75%; }
        .mpStyle .col_10_900 { width: 83.33333333%; }
        .mpStyle .col_11_900 { width: 91.66666667%; }
        .mpStyle .col_12_900 { width: 100%; }
    }
    /**********************/
    @media only screen and (max-width: 800px) {
        .mpStyle .col_1_800 { width: 8.3333333333%; }
        .mpStyle .col_2_800 { width: 16.666666667%; }
        .mpStyle .col_3_800 { width: 25%; }
        .mpStyle .col_4_800 { width: 33.333333333%; }
        .mpStyle .col_5_800 { width: 41.666666667%; }
        .mpStyle .col_6_800 { width: 50%; }
        .mpStyle .col_7_800 { width: 58.333333333%; }
        .mpStyle .col_8_800 { width: 66.666666667%; }
        .mpStyle .col_9_800 { width: 75%; }
        .mpStyle .col_10_800 { width: 83.33333333%; }
        .mpStyle .col_11_800 { width: 91.66666667%; }
        .mpStyle .col_12_800 { width: 100%; }
    }
    /**********************/
    @media only screen and (max-width: 700px) {
        .mpStyle .col_1_700 { width: 8.3333333333%; }
        .mpStyle .col_2_700 { width: 16.666666667%; }
        .mpStyle .col_3_700 { width: 25%; }
        .mpStyle .col_4_700 { width: 33.333333333%; }
        .mpStyle .col_5_700 { width: 41.666666667%; }
        .mpStyle .col_6_700 { width: 50%; }
        .mpStyle .col_7_700 { width: 58.333333333%; }
        .mpStyle .col_8_700 { width: 66.666666667%; }
        .mpStyle .col_9_700 { width: 75%; }
        .mpStyle .col_10_700 { width: 83.33333333%; }
        .mpStyle .col_11_700 { width: 91.66666667%; }
        .mpStyle .col_12_700 { width: 100%; }
    }
    /**********************/
    @media only screen and (max-width: 600px) {
        .mpStyle .col_1_600 {width: 8.3333333333%;}
        .mpStyle .col_2_600 {width: 16.666666667%;}
        .mpStyle .col_3_600 {width: 25%;}
        .mpStyle .col_4_600 {width: 33.333333333%;}
        .mpStyle .col_5_600 {width: 41.666666667%;}
        .mpStyle .col_6_600 {width: 50%;}
        .mpStyle .col_7_600 {width: 58.333333333%;}
        .mpStyle .col_8_600 {width: 66.666666667%;}
        .mpStyle .col_9_600 {width: 75%;}
        .mpStyle .col_10_600 {width: 83.33333333%;}
        .mpStyle .col_11_600 {width: 91.66666667%;}
        .mpStyle .col_12_600 {width: 100%;}
    }
    /**********************/
    @media only screen and (max-width: 500px) {
        .mpStyle .col_1_500 {width: 8.3333333333%;}
        .mpStyle .col_2_500 {width: 16.666666667%;}
        .mpStyle .col_3_500 {width: 25%;}
        .mpStyle .col_4_500 {width: 33.333333333%;}
        .mpStyle .col_5_500 {width: 41.666666667%;}
        .mpStyle .col_6_500 {width: 50%;}
        .mpStyle .col_7_500 {width: 58.333333333%;}
        .mpStyle .col_8_500 {width: 66.666666667%;}
        .mpStyle .col_9_500 {width: 75%;}
        .mpStyle .col_10_500 {width: 83.33333333%;}
        .mpStyle .col_11_500 {width: 91.66666667%;}
        .mpStyle .col_12_500 {width: 100%;}
    }
    /**********************/
    @media only screen and (max-width: 400px) {
        .mpStyle .col_1_400 {width: 8.3333333333%;}
        .mpStyle .col_2_400 {width: 16.666666667%;}
        .mpStyle .col_3_400 {width: 25%;}
        .mpStyle .col_4_400 {width: 33.333333333%;}
        .mpStyle .col_5_400 {width: 41.666666667%;}
        .mpStyle .col_6_400 {width: 50%;}
        .mpStyle .col_7_400 {width: 58.333333333%;}
        .mpStyle .col_8_400 {width: 66.666666667%;}
        .mpStyle .col_9_400 {width: 75%;}
        .mpStyle .col_10_400 {width: 83.33333333%;}
        .mpStyle .col_11_400 {width: 91.66666667%;}
        .mpStyle .col_12_400 {width: 100%;}
    }
}
/******************************************************************** Color section ************************************************/
@media only screen and (min-width: 10px) {
    div.mpStyle .error { background-color: red; color: #FFF; }
    div.mpStyle .mDisabled { cursor: not-allowed; opacity: 0.8; background-color: #F2F2F2; color: #777; }
    /*****Theme*********/
    div.mpStyle .textTheme, div.mpStyle [class*='_textTheme'] { color: var(--color_theme); }
    div.mpStyle .bgTheme, div.mpStyle [class*='_bgTheme'] { background-color: var(--color_theme); color: var(--color_theme_alter); }
    div.mpStyle [class*='_bTheme'], .bTheme { border: 1px solid var(--color_theme); }
    /*****default*********/
    div.mpStyle [class*='textDefault'] { color: var(--d_color); }
    div.mpStyle [class*='bgDefault'] { background-color: var(--d_color); }
    /*****Success*********/
    div.mpStyle [class*='textSuccess'] { color: var(--color_success); }
    div.mpStyle [class*='bgSuccess'] { background-color: var(--color_success); }
    /*****Success*********/
    div.mpStyle [class*='textInfo'] { color: var(--color_info); }
    div.mpStyle [class*='bgInfo'] { background-color: var(--color_info); }
    /*****danger*********/
    div.mpStyle .textDanger, div.mpStyle [class*='_textDanger'] { color: var(--color_danger); }
    div.mpStyle .bgDanger, div.mpStyle [class*='_bgDanger'] { background-color: var(--color_danger); }
    /*****warning*********/
    div.mpStyle .textWarning, div.mpStyle [class*='_textWarning'] { color: var(--color_warning); }
    div.mpStyle .bgWarning, div.mpStyle [class*='_bgWarning'] { background-color: var(--color_warning); }
    /*****required*********/
    div.mpStyle .textRequired, div.mpStyle [class*='_textRequired'] { color: var(--color_required); }
    div.mpStyle .bgRequired, div.mpStyle [class*='_bgRequired'] { background-color: var(--color_required); }
    div.mpStyle .mpRequired, div.mpStyle [class*='_mpRequired'] { border-color: var(--color_required); }
    /*****Light*********/
    div.mpStyle .textLight, div.mpStyle [class*='_textLight'] { color: var(--color_light); }
    div.mpStyle .bgLight, div.mpStyle [class*='_bgLight'] { background-color: var(--color_light); }
    div.mpStyle .textLight_1, div.mpStyle [class*='_textLight_1'] { color: var(--color_light_1); }
    div.mpStyle .bgLight_1, div.mpStyle [class*='_bgLight_1'] { background-color: var(--color_light_1); }
    div.mpStyle .textLight_2, div.mpStyle [class*='_textLight_2'] { color: var(--color_light_2); }
    div.mpStyle .bgLight_2, div.mpStyle [class*='_bgLight_2'] { background-color: var(--color_light_2); }
    div.mpStyle .btLight_2, div.mpStyle [class*='_btLight_2'] { background-color: var(--color_light_2); color: var(--color_info);}
    div.mpStyle .textLight_3, div.mpStyle [class*='_textLight_3'] { color: var(--color_light_3); }
    div.mpStyle .bgLight_3, div.mpStyle [class*='_bgLight_3'] { background-color: var(--color_light_3); }
    div.mpStyle .btLight_3, div.mpStyle [class*='_btLight_3'] { background-color: var(--color_light_3); color: var(--color_info);}
    div.mpStyle .textLight_4, div.mpStyle [class*='_textLight_4'] { color: var(--color_light_4); }
    div.mpStyle .bgLight_4, div.mpStyle [class*='_bgLight_4'] { background-color: var(--color_light_4); }
    div.mpStyle .btLight_4, div.mpStyle [class*='_btLight_4'] { background-color: var(--color_light_4); color: var(--color_info);}
    /*****Gray*********/
    div.mpStyle .textGray, div.mpStyle [class*='_textGray'] { color: rgb(128, 128, 128); }
    div.mpStyle .bgGray, div.mpStyle [class*='_bgGray'] { background-color: rgb(128, 128, 128); }
    /*****Black*********/
    div.mpStyle .textBlack,	div.mpStyle a.textBlack, div.mpStyle [class*='_textBlack'], div.mpStyle a[class*='_textBlack'] { color: var(--color_black); }
    div.mpStyle .bgBlack, div.mpStyle [class*='_bgBlack'] { background-color: var(--color_black);}
    /*****yellow*********/
    div.mpStyle .textYellow, div.textYellow, .mpStyle [class*='textYellow'] { color: var(--color_yellow); }
    div.mpStyle [class*='bgYellow'] { background-color: var(--color_yellow); }
    div.mpStyle [class*='bgYellow_99'] { background-color: #FFFF0099; }
    div.mpStyle [class*='bgYellow_77'] { background-color: #FFFF0077; }
    /*****white*********/
    div.mpStyle [class*='textWhite'] { color: #FFF; }
    div.mpStyle [class*='bgWhite'] { background-color: #FFF; }
    /*****blue*********/
    div.mpStyle [class*='textBlue'] { color: var(--color_blue); }
    div.mpStyle .bgBlue, div.mpStyle [class*='_bgBlue'] { background-color: var(--color_blue); }
    div.mpStyle [class*='borderBlue'] { border-color: var(--color_blue); }
    div.mpStyle [class*='textBorderBlue'] { border-color: var(--color_blue); color: var(--color_blue); }
    /*****Navy blue*********/
    div.mpStyle .textNavyBlue, div.mpStyle [class*='_textNavyBlue'] { color: var(--color_navy_blue); }
    div.mpStyle .bgNavyBlue, div.mpStyle [class*='_bgNavyBlue'] { background-color: var(--color_navy_blue); }
    /*****Color_1*********/
    div.mpStyle .textColor_1, div.mpStyle [class*='_textColor_1'] { color: var(--color_1); }
    div.mpStyle .bgColor_1, div.mpStyle [class*='_bgColor_1'] { background-color: var(--color_1); }
    /*****Color_2*********/
    div.mpStyle .textColor_2, div.mpStyle [class*='_textColor_2'] { color: var(--color_2); }
    div.mpStyle .bgColor_2, div.mpStyle [class*='_bgColor_2'] { background-color: var(--color_2); }
    /*****Color_3*********/
    div.mpStyle .textColor_3, div.mpStyle [class*='_textColor_3'] { color: #F2FFC3; }
    div.mpStyle .bgColor_3, div.mpStyle [class*='_bgColor_3'] { background-color: #F2FFC3; }
    /*****Color_4*********/
    div.mpStyle .textColor_4, div.mpStyle [class*='_textColor_4'] { color: #1A1919; }
    div.mpStyle .bgColor_4, div.mpStyle [class*='_bgColor_4'] { background-color: #1A1919; }
}
/******************************************************************** Icon Section************************************************/
@media only screen and (min-width: 10px) {
    /*****Seat icon******/
    [class*='mage_icon'] { display: inline-block; }
    span[class*='mp_chair_icon'] { position: relative; width: 30px; height: 35px; border: 1px solid var(--color_border); text-align: center; padding: 5px 0 0 0; }
    span[class*='mp_chair_icon_xs'] { width: 20px; height: 25px; padding: 3px 0 0 0; }
    span[class*='mp_chair_icon'] ::before,
    span[class*='mp_chair_icon'] ::after,
    span[class*='mp_chair_icon'] { -webkit-border-radius: 2px; border-radius: 2px; }
    span[class*='mp_chair_icon'] ::before,
    span[class*='mp_chair_icon'] ::after { content: ""; position: absolute; width: 7px; height: 20px; border: 1px solid var(--color_border); bottom: -1px; background-color: #FFF; }
    span[class*='mp_chair_icon_xs'] ::before,
    span[class*='mp_chair_icon_xs'] ::after { width: 4px; height: 12px; }
    span[class*='mp_chair_icon'] ::before { left: -4px; }
    span[class*='mp_chair_icon'] ::after { right: -4px; }
    span[class*='mp_chair_icon'] span.seat_handle { position: absolute; width: 25px; height: 6px; bottom: 0; left: 4px; border-top: 1px solid var(--color_border); background-color: #FFF; }
    span[class*='mp_chair_icon_xs'] span.seat_handle { width: 15px; height: 4px; }
}
/******************************************************************** select_2 custom css************************************************/
@media only screen and (min-width: 10px) {
    div.mpStyle span.selection,
    div.mpStyle span.select2-container.select2,
    div.mpStyle span.select2-container span.select2-selection { min-width: auto; width: 100% !important; height: 100%; }
    div.mpStyle span.selection { overflow: hidden; max-width: 100%; }
    div.mpStyle span.select2-container span.select2-selection__rendered { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; height: 100%; }
    div.mpStyle span.select2-container .select2-selection__arrow { top: 2px; height: 37px; }
    div.mpStyle span.select2-container span { font-size: var(--fs); margin: 0; }
}
/******************************************************************** Owl Carousel************************************************/
@media only screen and (min-width: 10px) {
    div.mpStyle .owl-nav { display: none; }
}
/******************************************************************** Load More************************************************/
@media only screen and (min-width: 10px) {
    div.mpStyle .mp_load_more_text_area { color: var(--d_color); }
    div.mpStyle [data-read] { color: var(--color_theme); cursor: pointer;}
}
/******************************************************************** Woocommerce cart ************************************************/
@media only screen and (min-width: 10px) {
    .woocommerce-cart table.cart .product-remove { vertical-align: top; padding: var(--dMP_xs); width: 50px; }
    .woocommerce-cart table.cart .product-remove a:hover { color: var(--color_danger); border-color: var(--color_danger); }
    .woocommerce-cart table.cart .product-thumbnail { min-width: 20%; vertical-align: top; padding: var(--dMP_xs); }
    div.woocommerce .dLayout_xs,
    div.woocommerce .dLayout { background-color: transparent; }
    div.woocommerce ul.cart_list { list-style-type: none; line-height: 1.25; font-size: var(--fs); color: var(--d_color); }
    div.woocommerce ul.cart_list li { padding: 3px 0; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
    div.woocommerce ul.cart_list li span { margin: 0 var(--dMP_xs) 0 0; }
    div.woocommerce .cart_product_item { border: 1px solid var(--color_border); margin: var(--dMP_xs) 0 0 0; padding: var(--dMP_xs); border-radius: var(--dBR); }
    div.woocommerce td.product-name { font-size: var(--fs_h5); font-weight: 500; color: var(--color_theme); }
    div.woocommerce td.product-name dl.variation { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; color: var(--d_color); margin: 0;}
    div.woocommerce td.product-name dl.variation dd {margin: var(--dMP_xs) 0 0 0;}
    .woocommerce-order-details ul.wc-item-meta li { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; margin: var(--dMP_xs) 0 0 0; }
    .woocommerce-order-details ul.wc-item-meta li > p { margin: 0; color: var(--d_color); }
}
/******************************************************************** Date picker ************************************************/
@media only screen and (min-width: 10px) {
    #ui-datepicker-div {width: 342px;border-color: var(--color_theme);padding: 0;background-color: #FFF;}
    #ui-datepicker-div .ui-datepicker-header {
        background-color: var(--color_theme);background-image: none;border-color: var(--color_theme);
        padding: var(--dMP_xs);color: var(--color_theme_alter);border-radius: 0;
        display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;
        font-size: var(--fs_h6);
    }
    #ui-datepicker-div .ui-datepicker-header .ui-icon {display: none;}
    #ui-datepicker-div .ui-datepicker-prev {top: var(--dMP_xs);left: 5px;height: 30px;width: 30px;}
    #ui-datepicker-div .ui-datepicker-next {top: var(--dMP_xs);right: 5px;height: 30px;width: 30px;}
    #ui-datepicker-div .ui-datepicker-prev:hover,
    #ui-datepicker-div .ui-datepicker-prev:focus,
    #ui-datepicker-div .ui-datepicker-next:focus,
    #ui-datepicker-div .ui-datepicker-next:hover {box-shadow: 0 0 0 2px #FFF, 0 0 2px 1px #FFF; outline: 1px solid transparent}
    #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::before,
    #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next::before { position: absolute;content: '>';color: #FFF;left: 10px;font-size: var(--fs_h3);top: 5px;font-weight: bold;line-height: 1;}
    #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::before {content: '<';}
    #ui-datepicker-div .ui-datepicker-header .ui-state-hover {background-color: var(--color_theme);background-image: none;border-color: var(--color_theme);}
    #ui-datepicker-div .ui-state-default {
        background-color: transparent;background-image: none;border: none;border-radius: 50%;
        width: 35px;height: 35px;color: var(--color_theme);font-weight: bold;padding: 0;
        display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;
    }
    #ui-datepicker-div a.ui-state-default:hover {background-color: darksalmon;}
    #ui-datepicker-div .ui-state-active {background-color: var(--color_theme);color: var(--color_theme_alter);background-image: none;}
    #ui-datepicker-div .ui-datepicker-title {background-color: var(--color_theme);color: var(--color_theme_alter);background-image: none;font-size: var(--fs_h5);display: -webkit-flex;display: flex;margin: 0;}
    #ui-datepicker-div .ui-datepicker-title select {min-width: 100px;height: 30px;font-size: var(--fs);padding: 0 var(--dMP_xs);text-align: left;}
    #ui-datepicker-div.ui-datepicker td {background-color: floralwhite;border: 1px dotted #000;padding: 4px 6px;}
}
/********************************************************************************************************************/
@media only screen and (min-width: 10px) {
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/plugins/booking-and-rental-manager-for-woocommerce/css/owl.video.play.png?x45718) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.mage_blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}

.mage_blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.mage_blocker.behind {
    background-color: transparent
}

#rbfw_features_icon_list_wrapper.mage_modal {
    vertical-align: top;
}

.mage_modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    margin-top: 50px;
}

.mage_modal a.close-mage_modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.mage_modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.mage_modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.mage_modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.mage_modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.mage_modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}/***********************
RBFW TAB
************************/

:root {
    --rbfw_single_page_base_color4: #0ec40e;
    --rbfw_color_primary: #ff3726;
    --rbfw_color_secondary: #005cb5;
    --rbfw_muff_color1: #fbfdff;
    --rbfw_muff_color2: #ffb800;
    --rbfw_muff_color4: #727272;
    --rbfw_muff_color5: #ffffff;
    --rbfw_muff_color6: #f5f6f8;
    --rbfw_muff_color7: #1abc9c;
    --rbfw_muff_paragraph_font_size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 600;
    margin-top: 0 !important;
}


.rbfw-tab-menu ul {
    line-height: inherit;
    background: #f5f5f5;
    width: max-content;
    padding: 10px;
    border-radius: 5px;
}

.rbfw-tab-menu ul li {
    list-style-type: none;
    display: block;
    margin: 0;
}

.rbfw-tab-menu ul li a {
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.4);
    padding: 7px 25px;
    border-radius: 4px;
    line-height: 45px;
    transition: 0.2s;
    border: none;
    background: #fff;
    font-size: 16px;
}

.rbfw-review-comment-list-item {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 20px;
}

.rbfw-tab-menu ul li a.active-a {
    background: var(--rbfw_color_primary);
    color: #fff;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.rbfw-tab-menu ul li a:hover {
    background: #fff;
    color: var(--rbfw_color_primary);
    transition: 0.2s;
    opacity: 1;
}

.rbfw-tab {
    display: none;
}

.rbfw-tab h2 {
    color: rgba(0, 0, 0, 0.7);
}

.rbfw-tab p,
.rbfw-tab .ui-widget {
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
}

.rbfw-tab-active {
    display: block;
    width: 100%;
}

/***********************
RBFW Toggle Switch
************************/

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
    margin-bottom: 0 !important;
    margin-right: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    top: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;

}

input:checked + .slider {
    background-color: var(--rbfw_color_primary);
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.rbfw_donut_template input:checked + .slider {
    background-color: var(--rbfw_dt_color7);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
    position: absolute;
}

.slider.round:before {
    border-radius: 50%;
}

/***********************
CSS for Single Page Template
************************/

.rbfw-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rbfw-ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rbfw-select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    width: 100%;
    border: none;
    background: #f5f5f5;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
    border-radius:5px;
}

.rbfw-p-relative {
    position: relative;
}

.rbfw-input:focus,
.rbfw-select:focus {
    outline: none !important;
}

.rbfw-single-left-information .rbfw-features, .rbfw-single-left-information .description {
    margin-bottom: 30px;
}

.rbfw-single-left-information .rbfw-post-title {
    margin: 0 !important;
    font-size: 26px;
}

.rbfw-sub-heading, .rbfw-related-product-heading {
    font-size: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.rbfw-related-product-btn-wrap{
    margin: auto;
}
.rbfw_donut_template .rbfw-sub-heading {
    background: var(--rbfw_single_page_secondary_color);
    color: var(--rbfw_dt_color2);
    border-radius: 0;
}

.rbfw_donut_template .rbfw_muff_lmf_btn {
    color: var(--rbfw_color_primary);
}

.rbfw-single-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    width: 100%;
}

.rbfw-single-left-information-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 500px;
}

.rbfw-single-left-information-item ul li {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 599px) {
    .rbfw-single-left-information-item ul li {
        float: none;
        width: 100%;
        display: block;
        align-items: start;
    }
}

@media only screen and (min-width: 874px) {
    .rbfw-single-left-information-item ul.rbfw-ul li {
        float: left;
        padding: 10px;
        margin: 1px;
        width: 49.39%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: start;
    }
}

@media only screen and (min-width: 900px) {
    .rbfw-single-left-information-item ul.rbfw-ul li {
        float: left;
        padding: 10px;
        margin: 1px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: block;
        align-items: start;
    }
}

.rbfw-single-right-container .item:first-child {
    margin-top: 0px;
}

.timely_quqntity_table{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 4px;
    color:#000;
}
.rbfw-single-right-heading {
    margin:0 0 5px 0px;
    display: block;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: normal;
}
.rbfw_room_price_category_tabs .rbfw-single-right-heading{
    text-align: center;
    background: #ffeeee;
    padding: 10px;
    border: 1px solid #d5b1b1;
    margin:10px 0px;
}
.rbfw-single-right-container .rbfw-location{
    margin-bottom:10px;
}

.rbfw-single-right-container .rbfw-datetime .rbfw-single-right-heading{
    margin-top:7px;
}

.rbfw_room_price_category_tabs .rbfw-single-right-heading p{margin-bottom:0px;}



.input-picker-icon{
    position: absolute;
    right: 12px;
    top: 3px;
}
.input-picker-icon i{
    font-size: 14px;
}

.rbfw-datetime {
    display: flex;
    align-items: end;
}

.rbfw-datetime select,
.rbfw-datetime select.rbfw-select,
.rbfw-datetime input[type=text].rbfw-input {
    width: 100%;
    border: none;
    background-color: #fff;
    padding-left: 45px;
    height: 40px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #dbd5d5;
}

#pickup_date,
#dropoff_date {
    cursor: pointer;
    padding: 0 0 0 42px;
    height: 40px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.rbfw_muff_registration_wrapper .item-content.rbfw-resource {
    background: #fff;
}
.rbfw_muff_registration_wrapper .rbfw_bikecarmd_price_result {
    background: #fff;
    padding: 10px;
    margin: 10px 0px;
}

.rbfw-datetime .date {
    width: 100%;
}

.rbfw-datetime .left {
    width: 50%;
    margin-right: 1%;
}

.rbfw-datetime .right {
    width: 50%;
}

.rbfw-resource ul li,
.rbfw-costing ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
}

.rbfw-datetime .date,
.rbfw-datetime .time {
    position: relative;
}

.rbfw-datetime .calendar,
.rbfw-datetime .time .clock {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    padding: 12px;
    color: var(--rbfw_color_primary);
}

.rbfw-datetime .time i.fa-angle-down {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pricing-info-view{
    color:  var(--rbfw_color_primary);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.price-item-container {
    display: none;
    position: absolute;
    width:100%;
    max-width: 400px;
    border-radius:5px;
    background-color: #fff;
    padding: 10px;
    padding-top: 25px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    box-shadow: 0 0px 5px #5b5b5b;
    border: 1px solid var(--rbfw_color_primary);
}
.mp_rbfw_ticket_form.overlay{
    position: relative;
}
.mp_rbfw_ticket_form.overlay::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
    background-color: #67676769;
    width: 100%;
    height: 100%;
}
.close-price-container{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 2px 4px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1.54;
}
.rbfw-related-products-wrapper .owl-carousel{
    z-index: 0;
}
.rbfw-pricing-info-heading{
    padding: 10px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 10px;  
}



.rbfw-location {
    position: relative;
}

.rbfw-location select {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    height: 50px;
    padding: 0 10px;
    cursor: pointer;
}

.rbfw-location select:focus {
    outline: none;
}

.rbfw-location .icon-arrow,
.select.icon-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 0.1;
}

.rbfw-costing {
    background: #e8ecf1;
    padding:10px;
    position: relative;
    border-radius:5px;
    margin-bottom: 10px;
}

/*
.rbfw-costing .rbfw-cond {
    display: none;
}
*/

.rbfw-costing .rbfw-loader {
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    margin: 0 auto;
    text-align: center;
    top: 39%;
    font-size: 28px;
    color: #8a8a31;
    display: none;
}

.rbfw-costing ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

div.mp_right_section {
    border: 1px solid #f5f5f5;
    border-radius: 12px;
    background: #fff;
    position: sticky;
    top: 25px;
    height: max-content;
}

.mp_right_section .rbfw-booking-header{
    background: linear-gradient(135deg, var(--rbfw_color_primary) 0%, var(--rbfw_color_primary) 100%);
    padding: 10px;
    color:#fff;
    border-radius: 12px  12px 0 0;
    text-align: center;
}
.rbfw-booking-header h1{
    color:#fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin: 0;
}
.rbfw-booking-header .sub-title{
    
    font-size: 14px;
    margin: 0;
}
.mp_right_section .rbfw-booking-form{
    padding: 10px;
}
.mp_right_section .single-day-booking .rbfw-bikecarsd-calendar{
    margin-bottom: 10px;
}


.mp_right_section button.rbfw-book-now-btn {
    text-decoration: none;
    background: var(--rbfw_color_primary);
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    padding: 10px !important;
    border: none;
    font-weight: 700;
    margin-top: 20px;
    border-radius:5px;
}

button.rbfw-book-now-btn[disabled] {
    background: var(--rbfw_color_primary);
    color: #fff;
    cursor: not-allowed;
    opacity: .3;
    margin-top: 20px;
}

button.rbfw-book-now-btn:hover,
button.rbfw-book-now-btn:focus {
    background: var(--rbfw_single_page_secondary_color);
    color: #fff;
}

.rbfw-duration {
    display: none;
    padding: 10px;
    background: #edf7ff;
    border: 1px solid #41a6ff;
    margin-top:10px;
    border-radius: 5px;
}

.rbfw-duration .rbfw-single-right-heading{
    margin:0;
    display: flex;
    justify-content: space-between;
}
.rbfw-duration .item-content {
    font-weight: normal;
}

.rbfw-duration .item-price {
    border-radius: 5px;
    font-weight: bold;
    color:#41a6ff;
}

.mp_rbfw_ticket_form .rbfw_resourse_md{
    margin-top:10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.rbfw_resourse_md .rbfw-single-right-heading{
    margin-top:7px;
}
.rbfw_bikecarmd_es_table{
    margin-bottom:0;
}
/*********************************/

div.rbfw_faq_item .rbfw_faq_title {
    -webkit-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
}

div.rbfw_faq_item {
    margin: 0 0 2px 0;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

div.rbfw_faq_item .rbfw_faq_title {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: normal;
}

div.rbfw_faq_item .rbfw_faq_title.active {
    border-color: var(--theme-color);
    border-radius: 5px 5px 0 0;
    background-color: var(--theme-color);
    color: var(--theme-alternate-color);
}

div.rbfw_faq_item .rbfw_faq_title span {
    padding: 10px;
}

div.rbfw_faq_content {
    background-color: #fff;
    padding: var(--default-mp);
    border: 1px solid var(--theme-color);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

/* css added by ariful */

div.mp_default_theme {
    width: 100%;
    margin: 30px 0;
}

div.mp_details_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

div.mp_left_section {
    background: #fff;
    padding: 10px;
    padding-top: 0;
}



.rbfw-tab {
    padding-left: 20px;
}

.rbfw-tab-menu ul {
    line-height: inherit;
}

.rbfw-tab-container {
    padding-bottom: 20px;
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0;
}

.rbfw-tab-container section {
    margin-bottom: 20px;
}

.rbfw-header-container {
    padding-top: 10px;
    padding-bottom: 0px;
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0;
}

.rbfw-single-left-container {
    margin-right: 0;
}

.rbfw-single-left-information-item ul {
    max-width: 100%;
}

.rbfw_faq_img {
    display: flex;
}

.rbfw_faq_img img {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

#rbfw_faq_accordion .rbfw_faq_header {
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding: 14px 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
#rbfw_faq_accordion .rbfw_faq_header.active {
    background: #f5f3f1;
    color: #333;
}

#rbfw_faq_accordion .rbfw_faq_header.active i {
    color: var(--rbfw_color_primary);
}

#rbfw_faq_accordion .rbfw_faq_header i {
    color: var(--rbfw_color_primary);
}

#rbfw_faq_accordion .rbfw_faq_header:hover {
    cursor: pointer;
}

#rbfw_faq_accordion .rbfw_faq_content_wrapper {
    display: none;
    padding: 15px 15px 20px;
    border-top: 1px solid #e1e1e1;
}

#rbfw_faq_accordion .rbfw_faq_content_wrapper.active {
    border-radius:0 0 5px 5px;
}

.rbfw_muffin_template #rbfw_faq_accordion .rbfw_faq_content_wrapper {
    background-color: rgb(255, 255, 255);
}

.rbfw-post-sharing {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.rbfw-post-sharing a {
    width: 40px;
    text-align: center;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.rbfw-post-sharing a:hover {
    color: var(--rbfw_primary_opacity);
    opacity: 1;
}

.rbfw-related-products-wrapper {
    position: relative;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
    min-height: inherit;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav button span {
    display: none;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav button:hover {
    color: #fff;
    background: var(--rbfw_color_primary);
    transition: 0.2s;

}

/*.rbfw-related-products-wrapper .owl-carousel .owl-nav button span {*/
/*    margin-top: -3px;*/
/*    display: block;*/
/*}*/

.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-prev,
.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-next {
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-prev:focus,
.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-next:focus {
    box-shadow: none;
    outline: none;
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-next:before {
    content: "\f054";
}

.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-prev:before,
.rbfw-related-products-wrapper .owl-carousel .owl-nav .owl-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.rbfw-related-product-thumb-wrap {
    overflow: hidden;
    /*height: 200px;*/
    width: 100%;
}

.rbfw-related-product-thumb {
    background-size: contain;
    height: 200px;
    background-position: top;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;
}

.rbfw-related-product-thumb:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.rbfw-related-product-title-wrap .rbfw-related-product-title-wrap {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;

}

.rbfw-related-product-content-wrapper {
    padding: 15px;
}

.rbfw-related-product .rbfw-related-product-title-wrap {
    margin-top: 0 !important;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}

.rbfw-related-product-title-wrap .rbfw-related-product-title-wrap a {
    display: block;
    color: #0a0a0a;
    text-decoration: none;
}

.rbfw-related-product .rbfw-related-product-title-wrap a:hover {
    color: var(--rbfw_color_primary);
}

.rbfw-related-product-price-wrap {
    color: var(--rbfw_single_page_secondary_color);
    margin-bottom: 10px;
    font-size: 16px;
}

a.rbfw-related-product-btn {
    background: var(--rbfw_color_primary);
    color: #fff;
    padding: 10px 17px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-decoration: none;
    border-radius:10px;
}

a.rbfw-related-product-btn:hover {
    background: var(--rbfw_single_page_secondary_color);
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw-toggle-btn {
    /*background: rgba(0, 0, 0, 0.6);*/
    width: 25px;
    height: 25px;
    text-align: center;
    /*color: #fff;*/
    color: rgba(0, 0, 0, 0.25);
    display: inline-block;
    line-height: 25px;
    border-radius: 5px;
}

.rbfw-toggle-btn:hover,
.icon-arrow i:hover {
    /* background: var(--rbfw_single_page_base_color4);*/
    /*color: #fff;*/
    color: rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}

.icon-arrow i {
    /*background: rgba(0, 0, 0, 0.6);*/
    width: 25px;
    height: 25px;
    text-align: center;
    /*color: #fff;*/
    color: rgba(0, 0, 0, 0.25);
    display: inline-block;
    line-height: 25px;
    border-radius: 5px;
    cursor: pointer;
}

.rbfw-resource div.label {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 900px) {
    .rbfw-header-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 899px) {
    .rbfw-header-container {
        display: block;
    }
}

.tippy-box[data-theme~="blue"] {
    background-color: var(--rbfw_single_page_secondary_color);
    color: rgb(255, 255, 255);
}

.tippy-box[data-theme~="blue"][data-placement^="top"] > .tippy-arrow::before {
    border-top-color: var(--rbfw_single_page_secondary_color);
}

.tippy-box[data-theme~="blue"][data-placement^="bottom"]
> .tippy-arrow::before {
    border-bottom-color: var(--rbfw_single_page_secondary_color);
}

.tippy-box[data-theme~="blue"][data-placement^="left"] > .tippy-arrow::before {
    border-left-color: var(--rbfw_single_page_secondary_color);
}

.tippy-box[data-theme~="blue"][data-placement^="right"] > .tippy-arrow::before {
    border-right-color: var(--rbfw_single_page_secondary_color);
}


@media only screen and (min-width: 600px) {
    .vertical .rbfw-tab-menu {
        width: 100px;
    }

    .horizontal .rbfw-tab-menu {
        width: 100%;
    }

    .horizontal .rbfw-tab-menu ul {
        width: 100%;
    }

    .horizontal .rbfw-tab-menu ul li {
        display: inline-block;
    }

    div.mp_left_section {
        width: calc(100% - 420px);
    }

    div.mp_right_section {
        width: 400px;
    }

    .vertical.rbfw-tab-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .horizontal .rbfw-tab {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

ul.rbfw-feature-lists {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    padding: 5px 10px;
}

ul.rbfw-feature-lists li {
    width: 90%;
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 0;
}
h2.rbfw-post-title{padding-left:10px;}
.rbfw-single-left-information .description p{padding-left:10px; font-size:16px; }
.rbfw-single-left-information ul.rbfw-feature-lists li {
    color: #0a0a0a;
    font-size:16px;
}
p.rbfw_faq_desc{font-size:16px;}
ul.rbfw-feature-lists li i, .service-price-item .title i.sc-icon {
    color: var(--rbfw_color_primary);
    margin-right: 8px;
}

@media (min-width: 640px) {
    ul.rbfw-feature-lists {
        flex-direction: row;
    }

    ul.rbfw-feature-lists li {
        width: 32%;
    }
}

@media only screen and (max-width: 599px) {
    .vertical.rbfw-tab-container,
    .horizontal.rbfw-tab-container {
        display: block;
    }

    .vertical .rbfw-tab-menu ul,
    .horizontal .rbfw-tab-menu ul {
        width: 100%;
    }

    .vertical .rbfw-tab-menu ul li,
    .horizontal .rbfw-tab-menu ul li {
        display: inline-block;
    }

    .vertical .rbfw-tab,
    .horizontal .rbfw-tab {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .rbfw-review-section .rbfw-single-review-info-header div:first-child {
        display: block;
    }

    .rbfw-review-section .rbfw-review-author span {
        display: block;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 792px) {
    .mp_default_theme div.mp_details_page {
        display: block;
    }

    div.mp_left_section {
        width: 100%;
    }

    div.mp_right_section {
        width: 100%;
        margin-top: 20px;
    }

    .rbfw-single-right-container {
        width: 100%;
    }
}

.mb-08 {
    margin-bottom: 8px !important;
}

.single-rbfw_item a.rbfw_chk_availability_btn {
    text-decoration: none;
    background: var(--rbfw_color_primary);
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border: none;
    transition: 0.2s;
    cursor: pointer;
    margin-top: 10px;
}

.single-rbfw_item a.rbfw_chk_availability_btn:hover {
    background: var(--rbfw_single_page_secondary_color);
    color: #fff;
    transition: 0.2s;
    opacity: 1 !important;
}

.rbfw-availability-loader {
    display: none;
    text-align: center;
}

p.rbfw_alert_warning {
    background: #c42d2d57;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #c42d2d57;
    color: #440606;
    font-size: 16px;
}

.rbfw_room_price_category {
    visibility: hidden;
    width: 0;
    margin-left: -15px;
}

.rbfw_room_price_category_tabs_title {
    font-size: 16px;
    font-weight: 600;
}

.rbfw_room_price_category_tabs_label {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.rbfw_room_price_label {
    display: table-cell;
    float: none;
    width: 1%;
    color: #fff;
    border-color: #242424;
    font-size: 16px;
    padding: 4px;
    text-align: center;
    background-color: #242424;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
}

.rbfw_room_price_category_tabs .rbfw_room_price_label i {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 22px;
}

.rbfw_room_price_label.active {
    background-color: var(--rbfw_single_page_secondary_color);
    transition: 0.2s;
}

.rbfw_room_price_label.disabled {
    cursor: not-allowed;
}

.rbfw_room_price_category_details_loader {
    text-align: center;
    padding: 10px;
    display: none;
}

.rbfw_resort_rt_price_table_container {
    overflow: auto;
}

table.rbfw_room_price_table {
    border: 1px solid #f5f5f5;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
}


table.rbfw_room_price_table thead th {
    font-size: 12px;
    font-weight: 600;
    border: 0;
    padding: 8px;
    text-align: left;
    text-transform: none;
}

table.rbfw_room_price_table thead th.w_30_pc {
    text-align: right;
}

table.rbfw_room_price_table tbody td {
    font-size: 13px;
    font-weight: normal;
    border: 0;
    padding: 8px;
}

table.rbfw_room_price_table tbody tr:nth-child(odd) {
    background-color: rgba(128, 128, 128, 0.075);
}

table.rbfw_room_price_table tbody span.woocommerce-Price-amount {
    width: max-content;
}

table.rbfw_room_price_table tbody .room_type_title {
    display: block;
}

table.rbfw_room_price_table tbody small.rbfw_room_desc {
    display: inline-block;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #4f4f4f;
    margin: 5px;
}

table.rbfw_room_price_table tbody td img {
    max-width: 70px;
}

.w_30_pc {
    width: 30%;
}
.w_40_pc {
    width: 40%;
}

.rbfw_room_price_category_details .rbfw-costing .rbfw-cond {
    display: flex;
}

.rbfw_service_price_wrap {
    float: right;
}

.rbfw_qty_input,
.rbfw_qty_input * {
    box-sizing: border-box;
}

.rbfw_qty_input {
    display:flex;
    align-items: center;
    gap:2px;
}

.rbfw_qty_input a {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding: 3px 8px;
    display:block;
    text-align: center;
}
.rbfw_qty_input a.rbfw_qty_plus{
    background: #fff;
    border: 1px solid #e3e0e0;
    color: #666;
    transition: 0.2s;
    opacity: 1;
    border-radius: 0 5px 5px 0px;
}
.rbfw_qty_input a.rbfw_qty_minus{
    background: #ffffff;
    transition: 0.2s;
    opacity: 1;
    border: 1px solid #e3e0e0;
    color: #333;
    border-radius: 5px 0px 0px 5px;
}

.rbfw_qty_input a:hover {
    background: var(--rbfw_color_primary);
    transition: 0.2s;
    opacity: 1;
}

.rbfw_qty_input a i {
    font-size: 12px;
    color: #666;
}

.rbfw_qty_input a.rbfw_timely_es_qty_minus i {
    font-size: 12px;
    color: #000;
}

.rbfw-bikecarsd-calendar-header {
    margin-bottom: 10px;
    background-color: #ECFDF5;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dbede5;
    margin-top: 10px;
}


.rbfw_qty_input input[type="number"] {
    appearance: textfield;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width:40px;
    padding: 4px;
    height:27px;
}

.rbfw_qty_input input[type="number"]::-webkit-inner-spin-button,
.rbfw_qty_input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

a.rbfw_qty_minus.rbfw_timely_es_qty_minus{
    border-radius:5px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
}

a.rbfw_qty_plus.rbfw_timely_es_qty_plus {
    border-radius:5px;
    background-color: #fff;
    border: 1px solid #ddd;
}
a.rbfw_qty_plus.rbfw_timely_es_qty_plus i{
    color: #333;
}

.rbfw_selected_room_dates {
    margin-top: 20px;
    background: #f5f5f5;
}

.rbfw_selected_room_dates div {
    padding: 10px;
    font-size: 16px;
}

.rbfw_selected_room_dates div:first-child {
    border-bottom: 1px solid #ddd;
}

.rbfw_rp_loader {
    width: 100%;
    text-align: center;
    display: block;
}

.rbfw-single-right-container .item.rbfw_room_price_summary {
    font-size: 16px;
}

.rbfw-single-right-container .item.rbfw_bikecarsd_price_summary {
    font-size: 16px;
}

.rbfw_alert_warning {
    font-size: 16px;
    padding: 8px;
    background: #f5f5f5;
    margin-top: 20px;
}

.rbfw_alert_warning i {
    color: var(--rbfw_color_primary);
}

.rbfw-multiple-date-time{
    padding:10px;
    border:1px solid #ddd;
    background: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 10px;
}



.woocommerce-cart-form table.rbfw_room_cart_table,
table.rbfw_room_cart_table {
    border: 1px solid #f5f5f5;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.woocommerce-cart-form table.rbfw_room_cart_table tr,
table.rbfw_room_cart_table tr {
    border-bottom: 1px solid #f5f5f5;
}

.woocommerce-cart-form table.rbfw_room_cart_table th,
table.rbfw_room_cart_table th {
    border-right: 1px solid #f5f5f5;
}

.woocommerce-cart-form table.rbfw_room_cart_table th span,
table.rbfw_room_cart_table th span {
    font-weight: 400;
    display: block;
}

.mage_modal {
    display: none;
}

.rbfw_room_price_label:not(.disabled):hover {
    background-color: var(--rbfw_color_primary);
    transition: 0.2s;
}

/*Review Form Css*/

.rbfw-review-section input,
.rbfw-review-section textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    border-radius: 5px;
}

.rbfw-review-section input:focus,
.rbfw-review-section textarea:focus {
    outline: 0 !important;
    border-color: #d3d3d3;
}

.rbfw-review-section ::-webkit-input-placeholder {
    color: #cfd8dc;
}

.rbfw-review-section :-ms-input-placeholder {
    color: #cfd8dc;
}

.rbfw-review-section ::placeholder {
    color: #cfd8dc;
}

.rbfw-review-section :-ms-input-placeholder {
    color: #cfd8dc;
}

.rbfw-review-section ::-ms-input-placeholder {
    color: #cfd8dc;
}

.rbfw-review-section input::placeholder,
.rbfw-review-section textarea::placeholder {
    opacity: 1;
}

.rbfw-review-section form.section-inner.thin {
    max-width: 100%;
    width: 100%;
}

.rbfw-review-section .rbfw-review-form-group {
    margin-bottom: 10px;
}

.rbfw_review_submit_btn {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
}

.rbfw_review_submit_btn:hover {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    transition: 0.2s;
    opacity: 1;
    text-decoration: none;
}

.rbfw-review-heading {
    font-size: 16px;
}

.rbfw-review-notes {
    font-size: 13px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.rbfw-review-section span.required {
    color: #bd2323;
}

.rbfw-review-section .comment-respond p.comment-notes,
.rbfw-review-section .comment-respond p.comment-notes a,
.rbfw-review-section .comment-respond p.logged-in-as,
.rbfw-review-section .comment-respond p.logged-in-as a {
    margin: 0;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
}

.rbfw-review-section .comment-respond p.comment-notes a,
.rbfw-review-section .comment-respond p.logged-in-as a,
.rbfw-review-section #cancel-comment-reply-link {
    color: var(--rbfw_single_page_base_color4);
    text-decoration: underline;
}

.rbfw-review-section div.comment.rbfw-single-review-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rbfw-review-section .rbfw-single-review-row .rbfw-single-review-col-2 {
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    position: relative;
}

.rbfw-review-section .rbfw-single-review-row .rbfw-single-review-col-2 {
    width: 100%;
}

.rbfw-review-section .rbfw-single-review-info-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    align-items: center;
}

.rbfw-review-section .rbfw-single-review-info-header div:last-child {
    width: 100%;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rbfw-review-section .rbfw-review-author {
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}

.rbfw-review-section .rbfw-review-reply-btn a {
    width: max-content;
    border-radius: 5px;
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    float: right;
    padding: 5px;
    text-decoration: none;
}

.rbfw-review-section .rbfw-review-reply-btn a:hover {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw-review-section .rbfw-single-review-row .rbfw-review-author img {
    width: 50px;
    height: 50px;
    display: inline;
}

.rbfw-review-section .rbfw-review-time {
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
}

.rbfw-review-section ul.rbfw-review-list {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.rbfw-review-section ul.rbfw-review-list ul {
    margin-left: 60px;
}

.rbfw-review-section .rbfw-review-text,
.rbfw-review-section .rbfw-review-text p {
    font-size: 14px;
}

.rbfw-review-section .rbfw-review-content {
    margin-top: 10px;
}

.rbfw-review-section .rbfw-review-author span {
    margin-right: 10px;
}

.rbfw-review-rating-label {
    font-size: 14px;
    margin-bottom: 5px;
}

.rbfw-review-rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rbfw-review-rating-container * {
    font-size: 1.4rem;
}

.rbfw-review-rating-container > input {
    display: none;
}

.rbfw-review-rating-container > input + label {
    font-family: "dashicons";
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rbfw-review-rating-container > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rbfw-review-rating-container > input:checked ~ label:before,
.rbfw-review-rating-container > input + label:hover ~ label:before,
.rbfw-review-rating-container > input + label:hover:before {
    content: "\f155";
    color: var(--rbfw_single_page_base_color4);
}

.rbfw-review-rating-container > .rbfw-star-clear + label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}

.rbfw-review-rating-container > .rbfw-star-clear + label:before {
    width: 0.5em;
}

.rbfw-review-rating-container:hover > input + label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.rbfw-review-rating-container:hover > input + label:hover ~ label:before,
.rbfw-review-rating-container:hover > input + label:hover:before {
    content: "\f155";
    color: var(--rbfw_single_page_base_color4);
}

.rbfw-review-rating-container > .rbfw-star-clear + label,
.rbfw-review-rating-container > input + label:before {
    text-indent: 9999px;
}

.rbfw-review-rating-container > input + label {
    text-indent: -9999px;
}

.rbfw-review-stars span {
    margin-right: 0;
    font-size: 14px;
    display: inline;
    color: var(--rbfw_single_page_base_color4);
}

.rbfw-review-stars span.dashicons-star-empty {
    color: #d3d3d3;
}

.rbfw-review-stars {
    display: block;
    margin-top: 10px;
}

.rbfw-review-section .rbfw-review-title {
    font-size: 14px;
    font-weight: 600;
}

.rbfw-review-section p.logged-in-as {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
}

.rbfw-review-section p.logged-in-as .required-field-message {
    display: block;
}

.rbfw-review-section .comment-respond p:not(.comment-notes) {
    max-width: 100%;
    text-align: left;
}

.rbfw-review-section .rbfw-mt-50 {
    margin-top: 50px;
}

@media only screen and (min-width: 600px) {
    .rbfw-review-col-12 {
        width: 100%;
        display: block;
    }

    .rbfw-review-col-6 {
        width: 49%;
        display: inline-block;
    }

    .rbfw-review-col-4 {
        width: 33%;
        display: inline-block;
    }

    .rbfw-review-row .rbfw-review-col-6:first-child {
        margin-right: 12px;
    }

    .rbfw-review-row .rbfw-review-col-6:last-child {
        margin-left: 2px;
    }
}

/*End Review Form Css*/

/*Rent List Shortcode Styles*/

:root {
    --rbfw_rent_list_color1: #06d286;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_col {
    /*box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    text-align: left;
    vertical-align: top;
}

.rbfw_grid_view_more_features_btn i {
    width: 25px;
}

.rbfw_rent_list_content {
    padding: 0;
}

.rbfw_rent_list_inner_wrapper {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
    overflow: hidden;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_inner_wrapper {
    /*height: 100%;*/
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_featured_img {
    height: 210px;
    width: 100%;
    background-color: #f5f5f5;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_price_wrap {
    background: var(--rbfw_rent_list_color1);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 94px;
    z-index: 5;
    padding: 10px;

}

.rbfw_rent_list_price_badge {
    text-align: center;
    width: 100%;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_price_badge_label {
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_price_badge_price {
    font-size: 25px;
    display: block;
    font-weight: 600;
    color: #fff;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_button_wrap a.rbfw_rent_list_btn {
    background-color: var(--rbfw_rent_list_color1);
    color: #fff;
    padding: 18px 32px 18px 32px;
    font-weight: 600;
    border-radius: 0;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_highlighted_features {
    margin-bottom: 20px;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_inner_wrapper {
    border: 1px solid #d0d7de;
    border-radius:5px;
    height: 100%;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_highlighted_features ul {
    margin: 0;
    padding: 0;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_highlighted_features ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #7a7a7a;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 5px;
    position: relative;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_highlighted_features ul li i {
    width: 25px;
    color: var(--rbfw_rent_list_color1);
    font-size: 20px;
}

/*.rbfw_rent_list_style_grid .rbfw_rent_list_content {*/
/*  padding: 5px 10px;*/
/*}*/

.rbfw_rent_list_style_grid .rbfw_rent_list_footer {
    padding: 20px;
    padding-top: 0;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_button_wrap a {
    display: inline-block;
}

.rbfw_rent_list_style_grid
.rbfw_rent_list_button_wrap
.rbfw_grid_view_more_features_btn {
    margin-left: 5px;
    font-size: 12px;
}

.rbfw_rent_list_style_grid
.rbfw_rent_list_highlighted_features
ul
li.rbfw-visibility-hidden {
    display: none;
}

.rbfw_grid_view_more_features_btn {
    display: block;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    color: #cd2653;
}

.rbfw_rent_list_featured_img {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.rbfw_rent_list_featured_img_wrap {
    overflow: hidden;
}

.rbfw_rent_list_featured_img img {
    min-height: 180px;
}

.rbfw_rent_list_inner_wrapper:hover .rbfw_rent_list_featured_img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.rbfw_rent_list_button_wrap a.rbfw_rent_list_btn {
    color: #fff;
    margin-bottom: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 600;
}

.rbfw_pricing_info_heading{padding-left:20px}

.rbfw_rent_list_button_wrap a.rbfw_rent_list_btn:hover {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_title_wrap {
    text-align: left;
    margin-bottom: 20px;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_button_wrap {
    text-align: left;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.rbfw_rent_list_title_wrap a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.rbfw_rent_list_style_list .rbfw_rent_list_title_wrap a {
    font-size: 25px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    background: #fff;
    position: relative;
}

.rbfw_rent_list_style_list .rbfw_rent_list_lists_info {
    padding: 0px 5px 1px 15px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_price_wrap {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    background: var(--rbfw_rent_list_color1);
    top: 25px;
    padding: 5px 15px;
    color: #fff;
}

.rbfw_rent_list_style_list .rbfw_rent_list_btn {
    background: var(--rbfw_color_primary);
    color: #fff;
}

.rbfw_rent_list_style_list .rbfw_rent_list_btn .button-icon svg path {
    stroke: #fff;
}

.rbfw_rent_list_style_list .rbfw_rent_list_btn:hover {
    background: var(--rbfw_single_page_secondary_color);
    color: #fff;
}

.rbfw_rent_list_style_list .rbfw_rent_list_price_badge_label {
    font-weight: normal;
}

.rbfw_rent_list_style_list .rbfw_rent_list_price_badge_price {
    font-weight: 600;
}


.rbfw_rent_list_style_list .rbfw_rent_list_button_wrap a.rbfw_rent_list_btn {
    background-color: var(--rbfw_rent_list_color1);
    padding: 18px 32px 18px 32px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_button_wrap a.rbfw_rent_list_btn:hover {
    background-color: var(--rbfw_single_page_base_color4);
}

.rbfw_rent_list_style_list .rbfw_rent_list_highlighted_features {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #f5f5f5;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}

.rbfw_rent_list_style_list .rbfw_rent_list_highlighted_features ul {
    margin: 0;
    padding: 0;
}

.rbfw_rent_list_style_list .rbfw_rent_list_highlighted_features ul li {
    margin: 2px;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    display: inline-block;
    color: var(--rbfw_rent_list_color1);
    border: 1px solid #dfdfdf;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
}

.rbfw_rent_list_highlighted_features abbr[title] {
    border-bottom: none !important;
    text-decoration: none !important;
}

.rbfw-review-rating-wrapper .rbfw-star-rating span.dashicons {
    color: var(--rbfw_rent_list_color1);
    font-size: 16px;
}

.rbfw-review-rating-wrapper .rbfw-star-rating {
    line-height: 16px;
}

.rbfw-review-rating-wrapper .rbfw-review-rating-info {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}


.rbfw_rent_list_style_list .rbfw_rent_list_col {
    margin-bottom: 20px;
}

/*.rbfw_rent_list_style_list .rbfw_rent_list_content {*/
/*    padding: 5px 15px;*/
/*}*/

.rbfw_rent_list_style_list .rbfw_rent_list_grid_title_wrapper {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .rbfw_rent_list_style_list .rbfw_rent_list_grid_title_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
}

.rbfw_rent_list_description {
    font-size: 16px;
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
}

.rbfw_rent_list_style_list .rbfw-review-rating-wrapper .rbfw-star-rating {
    display: inline-block;
    margin-right: 10px;
}

.rbfw_rent_list_style_list
.rbfw-review-rating-wrapper
.rbfw-review-rating-info {
    display: inline-block;
}

.rbfw_rent_list_style_list .rbfw_rent_list_divider {
    border-bottom: 1px solid #f5f5f5;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_featured_img {
    background-color: #f5f5f5;
    min-height: 270px;
}

.rbfw_rent_list_style_list .rbfw_muff_highlighted_features ul li i {
    margin-right: 0;
    color: var(--rbfw_rent_list_color1);
}

.bfw_rent_list_btn_holder {
    padding-bottom: 5px;
}

.rbfw_rent_list_style_grid {
    display: grid;
    gap: 15px;
}

.rbfw_rent_list_style_grid.rbfw-w-25 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


@media (max-width: 1200px) {
    .rbfw_rent_list_style_grid.rbfw-w-25 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .rbfw_rent_list_style_grid.rbfw-w-25 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .rbfw_rent_list_style_grid.rbfw-w-25 {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 792px) {

    .rbfw_rent_list_style_grid.rbfw-w-50 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rbfw_rent_list_style_grid.rbfw-w-33 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


    .rbfw_rent_list_style_grid.rbfw-w-20 {
        grid-template-columns: repeat(5, minmax(0, 1fr));;
    }

    .rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper .rbfw_rent_list_featured_img_wrap {
        width: 30%;
        max-width: 30%;
        min-width: 30%;
    }

    .rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper .rbfw_rent_list_content {
        /*max-width: 70%;*/
        /*min-width: 70%;*/
    }

    /* block theme css */
    .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 1300px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}

@media only screen and (max-width: 792px) and (min-width: 600px) {
    /*.rbfw_rent_list_style_grid .rbfw_rent_list_col {*/
    /*    min-width: 50%;*/
    /*    max-width: 50%;*/
    /*}*/
    /*.rbfw_rent_list_style_list*/
    /*.rbfw_rent_list_inner_wrapper*/
    /*.rbfw_rent_list_featured_img_wrap {*/
    /*    width: 22%;*/
    /*    max-width: 22%;*/
    /*    min-width: 22%;*/
    /*}*/
    /*.rbfw_rent_list_style_list*/
    /*.rbfw_rent_list_inner_wrapper*/
    /*.rbfw_rent_list_content {*/
    /*    width: 78%;*/
    /*    max-width: 78%;*/
    /*    min-width: 78%;*/
    /*}*/
}

@media only screen and (max-width: 599px) {
    .rbfw_rent_list_style_grid .rbfw_rent_list_col {
        min-width: 100%;
        max-width: 100%;
    }

    .rbfw_rent_list_style_list .rbfw_rent_list_inner_wrapper {
        display: block;
    }
}

@media only screen and (max-width: 400px) {
    .rbfw_rent_list_style_grid .rbfw_rent_list_col {
        min-width: 100%;
        max-width: 100%;
    }
}

/*End Rent List Shortcode styles*/

.rbfw-review-section button.button {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}

.rbfw-review-section button.button:hover {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.price-item-container-table {
    margin: 0 !important;
    font-size: 16px;
}

.price-item-container-table th {
    font-weight: 600;
}

div.mp_bike_car_sd_theme {
    width: 100%;
    margin: 30px 0;
}

div.mp_bike_car_sd_theme .rbfw-single-right-container {
    width: 100%;
}

/* Bike/Car SD Theme CSS */

.rbfw_bikecarsd_time_table_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time {
    width: 31.33%;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    float: left;
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    font-size: 14px;
    text-decoration: none;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time_disable {
    width: 31.33%;
    text-align: center;
    padding: 5px;
    float: left;
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    font-size: 14px;
    text-decoration: none;
}



.rbfw_donut_template .rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time {
    width: 32.33%;
}

/* body.theme-twentytwentythree
  .rbfw_bikecarsd_time_table_wrap
  a.rbfw_bikecarsd_time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27.33%;
}

body.theme-twentytwentythree .rbfw_muffin_template button {
  border: none;
}

body.theme-twentytwentythree .rbfw_muff_hf_inner_wrap {
  max-width: 49%;
} */

.rbfw_muff_registration_wrapper .rbfw-book-now-btn {
    border: none;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time.disabled {
    cursor: not-allowed;
    color: #aaa;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover span {
    background: var(--rbfw_color_primary);
    color: #fff;
    border-color: var(--rbfw_color_primary);
    opacity: 1;
}

.rbfw_donut_template .rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover span {
    background: var(--rbfw_dt_color7);
    color: var(--rbfw_dt_color2);
    border-color: var(--rbfw_dt_color7);
    opacity: 1;
}

.rbfw_muffin_template .rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover span {
    color: var(--rbfw_dt_color2);
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time span.rbfw_bikecarsd_time_span {
    display: block;
    padding: 5px 10px;
    text-transform: none;
    border: 1px solid #e1e1e1;
    color: #000;
    font-size: 1rem;
    background-color: #fff;
    height:40px;
    border-radius:5px;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time_disable span.rbfw_bikecarsd_time_span {
    display: block;
    padding: 5px 10px;
    text-transform: none;
    border: 1px solid #e1e1e1;
    color: #000;
    font-size: 1rem;
    background-color: #fff;
    height:40px;
    border-radius:5px;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time.disabled span.rbfw_bikecarsd_time_span {
    color: #aaa;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time.selected:not(a.rbfw_bikecarsd_time.selected.disabled) span.rbfw_bikecarsd_time_span {
    background: var(--rbfw_color_primary);
    color: #fff;
    border-color: var(--rbfw_color_primary);
    font-weight: bold;
}

.rbfw_donut_template .rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time.selected:not(a.rbfw_bikecarsd_time.selected.disabled) span.rbfw_bikecarsd_time_span {
    background: var(--rbfw_dt_color1);
    color: #fff;
    border-color: var(--rbfw_dt_color7);
    opacity: 1;
    font-weight: bold;
}

.rbfw_bikecarsd_time_table_wrap a.rbfw_bikecarsd_time.disabled span.rbfw_bikecarsd_time_booked {
    background: #2d5fd5;
    color: #fff;
    display: block;
    border-radius: 0px 0px 5px 5px;
    margin-top: -2px;
    font-weight: 600;
}

.rbfw-bikecarsd-result-loader {
    text-align: center;
}

.rbfw-bikecarmd-result-loader,
.rbfw-resort-result-loader,
.rbfw-dress-result-loader {
    padding: 10px;
}

a.rbfw_back_step_btn {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
    background: #f5f5f5;
    color: var(--rbfw_single_page_secondary_color);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 10px;
    font-size: .9rem;
    font-weight: normal;
    border: 1px solid #e1e1e1;
}

a.rbfw_back_step_btn i {
    color: var(--rbfw_color_primary);

}

.rbfw_back_step_btn:hover {
    color: var(--rbfw_color_primary);
}

.rbfw_donut_template .rbfw_back_step_btn:hover {
    color: var(--rbfw_dt_color7);
}

.rbfw_step_selected_date {
    background: #f5f5f5;
    color: var(--rbfw_single_page_secondary_color);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: normal;
    border: 1px solid #e1e1e1;
}

.rbfw_step_selected_date i {
    color: var(--rbfw_color_primary);
}

div.rbfw_bikecarsd_price_table {

    margin-bottom: 20px;
    border-radius:5px;
    margin-top:10px;
    font-size:16px;
}

.rbfw-optional-add-ons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    background-color: #fff;
    padding:5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.rbfw-optional-add-ons:hover{
    border: 1px solid var(--rbfw_color_primary);
}
.rbfw_donut_template table.rbfw_bikecarsd_price_table {
    width: 100%;
}

table.rbfw_bikecarsd_price_table thead {
    border-bottom: 0;
}

table.rbfw_bikecarsd_price_table thead th {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    text-align: left;
    padding: 5px 10px;
    text-transform: capitalize;
    background:#e9e4e4;
}

.rbfw_single_muffin_template table.rbfw_bikecarsd_price_table thead th {
    background:#fffcfc;
}


table.rbfw_bikecarsd_price_table tbody td {
    font-size: 13px;
    font-weight: normal;
    border: 0;
    padding: 5px;
    padding-left: 10px;

}

table.rbfw_bikecarsd_price_table tbody tr:nth-child(2n + 2) {
    background-color: rgba(128, 128, 128, 0.075);
}

table.rbfw_bikecarsd_price_table tbody small.rbfw_bikecarsd_type_desc {
    display: inline-block;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #4f4f4f;
    line-height: 14px;
    font-weight: 400;
    margin-right: 5px;
}

table.rbfw_bikecarsd_price_table tbody span.rbfw_bikecarsd_type_title,
table.rbfw_bikecarsd_price_table tbody span.rbfw_bikecarsd_type_price {
    font-size: 14px;
    line-height: 16px;
    display: block;
}

.w_20_pc {
    width: 20%;
}

.rbfw_bikecarsd_price_summary .rbfw-costing .rbfw-cond {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rbfw_bikecarsd_price_summary .woocommerce-Price-amount{
    font-weight: 600;
    color: #222;
}

.rbfw_bikecarsd_price_table img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.rbfw_bikecarsd_es_price_table {
    display: none;
}

.rbfw_bikecarsd_es_price_table th.w_20_pc {
    padding-left: 22px;
}


.rbfw-bikecarsd-calendar-header-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.rbfw-bikecarsd-calendar-header-feature {
    font-size: 16px;
    line-height: 28px;
}

.rbfw-bikecarsd-calendar-header-feature i {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    color: var(--rbfw_color_primary);
}

.single-day-notice {
    padding: 5px 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 10px;
    font-size: .9rem;
    font-weight: bold;
    border: 1px solid #e1e1e1;
}

.single-day-notice i {
    color: var(--rbfw_color_primary);
}

.rbfw-bikecarsd-calendar-header::after {
    /* content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    /* border-color: var(--rbfw_primary_opacity) transparent transparent transparent; */
    /* top: 100%;
    left: 35px; */
}

.rbfw-bikecarsd-calendar-footer {
    font-size: 16px;
    text-align: left;
    background: var(--rbfw_dt_color2);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.rbfw-bikecarsd-calendar-footer i {
    color: var(--rbfw_color_primary);
}

.rbfw_muffin_template .rbfw-bikecarsd-calendar-footer i {
    color: var(--rbfw_color_primary);
}

.rbfw_service_price {
    margin-bottom: 5px;
    width: 80px;
    background: #ddd;
    padding: 3px;
    text-align: center;
    display: block;
    /*float: right;*/
    font-size: 14px;
}

.w_35_pc {
    width: 35%;
}

.w_34_pc {
    width: 34%;
}

.w_25_pc {
    width: 25%;
}

.w_66_pc {
    width: 66%;
}

.rbfw_bikecarsd_es_price_table .w_66_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.rbfw_bikecarsd_es_price_table .w_66_pc img {
    margin-right: 10px;
}

.w_50_pc {
    width: 50%;
}
.w_40_pc {
    width: 40%;
}

.w_30_pc {
    width: 30%;
}

.w_20_pc {
    width: 20%;
}

.w_80_pc {
    width: 80%;
}

/* End Bike/Car SD Theme CSS */

/* MPS Form css*/

.rbfw_mps_signin_form_wrap,
.rbfw_mps_signup_form_wrap,
.rbfw_mps_checkout_form_wrap {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 10px;
}

.rbfw_mps_input_group {
    margin-bottom: 15px;
}

.rbfw_mps_input_group label {
    margin-bottom: 5px;
}

.rbfw_mps_user_input,
.rbfw_mps_input_group input[type="text"],
.rbfw_mps_input_group input[type="email"],
.rbfw_mps_input_group input[type="password"] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: #86b7fe 0.15s ease-in-out,
    rgba(13, 110, 253, 0.25) 0.15s ease-in-out;
}

.rbfw_mps_user_input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.rbfw_mps_user_input::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.rbfw_mps_user_input::placeholder {
    color: #6c757d;
    opacity: 1;
}

.rbfw_mps_button_group button.rbfw_mps_user_button,
.rbfw_mps_user_button,
.rbfw_mps_pay_now_button,
.rbfw_mps_stripe_pay_button {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: normal;
    width: 100%;
    position: relative;
}

.rbfw_mps_user_button:hover,
.rbfw_mps_pay_now_button:hover,
.rbfw_mps_stripe_pay_button:hover {
    background: #099c09;
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw_mps_user_button i,
.rbfw_mps_pay_now_button i,
.rbfw_mps_stripe_pay_button i {
    position: absolute;
    margin-left: 5px;
}

.rbfw_mps_pay_now_button i {
    top: 35%;
}

#rbfw_mps_pay_now_button {
    margin: 0;
}

.rbfw_mps_form_wrap,
.rbfw_mps_checkout_form_wrap {
    margin-bottom: 10px;
}

.rbfw_mps_form_wrap.active {
    display: block;
}

.rbfw_mps_forgot_password_link {
    margin-bottom: 15px;
    display: block;
}

.rbfw_mps_form_footer {
    text-align: center;
    padding: 10px;
}

.rbfw_mps_form_header {
    text-align: center;
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.rbfw_mps_form_header a {
    cursor: pointer;
}

.rbfw_mps_button_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.rbfw_mps_button_group button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.6);
    border: 0;
}

.rbfw_mps_button_group button:hover {
    color: #fff;
}

.rbfw_mps_button_group button.active {
    background-color: #2d5fd5;
    color: #fff;
}

.rbfw_mps_form_footer a {
    cursor: pointer;
    text-decoration: underline;
}

.mps_alert_warning {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
}

.mps_alert_login_success,
.mps_alert_success {
    color: #0f5132;
    background-color: #d1e7dd;
    border: 1px solid #badbcc;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.min_max_day_notice {
    display: block;
}

.rbfw_mps_user_order_summary {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px;
}

.rbfw_mps_user_order_header {
    background: #d3d3d3;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.rbfw_mps_user_order_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.rbfw_mps_user_order_row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rbfw_mps_user_order_row div {
    width: 50%;
}

.rbfw_mps_user_order_head {
    font-size: 14px;
}

.rbfw_mps_user_order_data {
    text-align: right;
    font-size: 14px;
    word-break: break-word;
}

.rbfw_mps_user_payment_method {
    margin-right: 5px;
}

.rbfw_mps_radio_group {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding-top: 10px;
}

.rbfw_mps_radio_group label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rbfw_mps_radio_group label input {
    margin: 0 10px 0 0;
}

.rbfw_mps_radio_group label:not(.rbfw_mps_radio_group label:last-child) {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.rbfw_mps_pay_now_button[disabled] {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: not-allowed;
}

.rbfw_mps_form_header_top {
    margin-bottom: 5px;
    font-weight: 600;
}

.rbfw_mps_form_header_bottom a {
    margin: 5px;
}

.rbfw_mps_form_wrap {
    display: none;
}

.rbfw-single-right-container {
    width: 100%;
}

/*End MPS form css*/

/* MPS Thank you page css*/

.rbfw_thankyou_page_wrap{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100% !important;
    max-width: 90% !important;
    margin: auto;
}

.rbfw_thankyou_page_wrap table thead{
    background: #ddd;
}

.rbfw_thankyou_page_wrap table tbody tr:nth-child(2n + 1){
    background-color: #00328014;
}

.rbfw_thankyou_page_wrap table tbody tr:nth-child(2n){
    background-color: #fff;
}

/* End MPS Thank you page css*/

/* MPS booking account page css*/

@media only screen and (max-width: 600px) {
    .rbfw_ba_user_form_wrap .rbfw_ba_form_wrap {
        width: 100%;
        padding: 20px;
    }
}

@media only screen and (min-width: 601px) {
    .rbfw_ba_user_form_wrap .rbfw_ba_form_wrap {
        width: 50%;
        padding: 20px;
    }
}

.rbfw_ba_user_form_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    max-width: 90% !important;
}

.rbfw_ba_signin_form,
.rbfw_ba_signup_form {
    padding: 15px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: #fff;
}

.rbfw_ba_form_header {
    background: #f5f5f5;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.rbfw_ba_input_group {
    margin-bottom: 15px;
}

.rbfw_ba_input_group label {
    margin-bottom: 5px;
}

.rbfw_ba_input_group input[type="text"],
.rbfw_ba_input_group input[type="password"],
.rbfw_ba_input_group input[type="email"],
.rbfw_ba_user_input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: #86b7fe 0.15s ease-in-out,
    rgba(13, 110, 253, 0.25) 0.15s ease-in-out;
}

.rbfw_ba_user_input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.rbfw_ba_user_input::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.rbfw_ba_user_input::placeholder {
    color: #6c757d;
    opacity: 1;
}

.rbfw_ba_user_button,
.rbfw_mps_pay_now_button:not(.rbfw_mps_pay_now_button[disabled]) {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: normal;
    width: 100%;
    position: relative;
}

.rbfw_ba_user_button:hover,
.rbfw_mps_pay_now_button:not(.rbfw_mps_pay_now_button[disabled]):hover {
    background: #099c09;
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw_ba_user_button i {
    position: absolute;
    margin-left: 5px;
}

.rbfw_ba_forgot_password_link {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
}

.rbfw_ba_form_footer {
    text-align: center;
    padding: 10px;
}

.ba_alert_warning {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.ba_alert_login_success {
    color: #0f5132;
    background-color: #d1e7dd;
    border: 1px solid #badbcc;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.rbfw_ba_page_nav_wrap {
    text-align: right;
}

.rbfw_ba_page_nav_wrap a {
    background: var(--rbfw_single_page_base_color4);
    color: #fff;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    transition: 0.2s;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: normal;
}

.rbfw_ba_page_nav_wrap a:hover {
    background: #089908;
}

@media only screen and (max-width: 600px) {
    .rbfw_ba_user_form_wrap {
        flex-direction: column;
    }
}

.rbfw_booking_receipt_btn,
.rbfw_order_action_btn {
    background-color: #22d02d;
    border-radius: 5px;
    border: 1px solid #22d02d;
    color: #fff;
    transition: 02s;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 2.15384615;
    min-height: 30px;
    padding: 0 10px;
}

.rbfw_order_action_btn:hover,
.rbfw_booking_receipt_btn:hover {
    background: #099e09;
    color: #fff;
    transition: 0.2s;
    opacity: 1;
}

.rbfw_mps_input_group .fa-paypal {
    margin-right: 5px;
    color: #002f86;
    width: 15px;
}

.rbfw_mps_input_group .fa-credit-card {
    margin-right: 5px;
    color: #6772e5;
    width: 15px;
}

.rbfw_mps_payment_form_wrap {
    text-align: center;
}

#rbfw_stripe_form {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.rbfw_mps_payment_form_wrap label {
    text-align: left;
    display: block;
}

/* End MPS booking account page css*/

.mp_left_section hr {
    margin-bottom: 10px;
    margin-top: 10px;
    border-color: #f8f8f8;
}

.mp_left_section a {
    text-decoration: none;
}
.rbfw-post-sharing a{
    text-decoration: none;
    color:var(--rbfw_color_primary);
}
.rbfw_mps_user_order_summary *,
.rbfw_mps_user_form_wrap *,
.rbfw_mps_payment_form_wrap * {
    font-size: 14px;
}

.mp_default_theme button,
.rbfw_ba_user_form_wrap button {
    border: 0;
    cursor: pointer;
}

.rbfw_mps_radio_group label[for="rbfw_mps_user_payment_method_paypal"] img {
    width: auto;
    height: 20px;
    margin-left: 5px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
}

.rbfw_mps_radio_group label[for="rbfw_mps_user_payment_method_stripe"] img {
    width: 270px;
    height: auto;
    margin-left: 5px;
}

.rbfw_mps_payment_form_notice {
    font-size: 14px;
}

.rbfw-time-price::placeholder {
    color: #000;
    opacity: 1;
}

.rbfw-quantity {
    position: relative;
}

.rbfw-quantity select {
    width: 100%;
    border: 1px solid #dedede;
    border-radius:3px;
    background-color: #f5f5f5;
    height: 50px;
    padding: 0 10px;
    cursor: pointer;
}

.rbfw-quantity .icon-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 0.1;
}

.owl-carousel .owl-stage-outer {

    /*width: calc(100% + 24px);*/
}

.rbfw-related-product .owl-item .item {
    /*padding: 0 12px;*/
    padding: 0;
    margin: 0 12px;
}

.rbfw_dt_row_related_item .owl-carousel.owl-drag .owl-item {
    overflow: hidden;
    border-radius: 0px;
    text-align: center;
    height: 365px;
    padding-bottom: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    object-fit: cover;
    object-position: top center;
}

.rbfw-related-product-inner {
    border: 1px solid #e1e1e1;
    height: 380px;
    display: flex;
    flex-direction: column;
    border-radius:10px;
}

.rbfw-related-product-inner .rbfw-related-product-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.rbfw_bikecarmd_es_table {
    margin-top: 0;
    box-shadow: inherit;
    border-width: 0px;
}

.rbfw_bikecarmd_es_table tr {
    background-color: #fff;
}

.rbfw_bikecarmd_es_table tr td {
    border: none !important;
    padding: 7px;
}
.rbfw_bikecarmd_es_table tr td:last-child {
    text-align: right;
}
.w_20 {
    width: 20%;
}

.rbfw-book-now-btn[disabled] {
    cursor: not-allowed;
}

.rbfw_resort_es_price_table {
    display: none;
}

.rbfw_available_qty_notice {
    margin-top: 0;
    padding: 0;
    text-align: left;
    width: max-content;
    display: inline-block;
    color: #4f4f4f;
}

.rbfw-quantity .rbfw_available_qty_notice {
    float: right;
}



.rbfw_bikecarsd_time_table_wrap {
    margin-bottom:10px;
}

.rbfw-single-right-container .item.rbfw_bikecarsd_book_now_btn_wrap {
    margin-top: 0px;
}

.rbfw-bikecarsd-result i.fa-spinner {
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

.rbfw-bikecarsd-step[data-step="1"] i.fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.rbfw_bikecarsd_pricing_table_wrap, .rbfw_room_price_category_details, .rbfw_bike_car_md_item_wrapper {
    position: relative;
}

.rbfw-bikecarsd-step[data-step="1"].rbfw_loader_in::after,
.rbfw_bikecarsd_time_table_wrap.rbfw_loader_in::after,
.rbfw_bikecarsd_price_summary.rbfw_loader_in::after,
.rbfw_bikecarsd_pricing_table_wrap.rbfw_loader_in::after,
.rbfw_room_price_category_details.rbfw_loader_in::after,
.rbfw_bike_car_md_item_wrapper.rbfw_loader_in::after,
.ui-datepicker.rbfw_loader_in::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    width: 100%;
    height: 100%;
}

.rbfw_bikecarsd_time_table_wrap,
.rbfw-bikecarsd-step[data-step="1"],
.rbfw_bikecarsd_price_summary {
    position: relative;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.8;
    }
}

.rbfw-bikecarsd-step[data-step="2"] i.fa-spinner {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 2;
}

.rbfw_bikecarsd_price_summary i.fa-spinner,
.rbfw_bikecarsd_pricing_table_wrap i.fa-spinner,
.rbfw_room_price_category_details i.fa-spinner,
.rbfw_bike_car_md_item_wrapper i.fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.rbfw-bikecarsd-result-loader i.fa-spinner {
    margin-bottom: 20px;
}

.rbfw_text_center {
    text-align: center;
}

/* Muffin Template CSS */

.rbfw_muffin_template {
    max-width: 1440px;
    margin: 30px 0;
    max-width: var(--template-max-width);
    margin: auto;
    margin-top: 30px;
    background-color: var(--rbfw_muff_color1);
}

.rbfw_muff_row_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    gap: 30px;
}

@media(max-width: 1024px) {
    .rbfw_muff_row_header {
        flex-direction: column;
    }
}

.rbfw_muff_pricing_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-width: 260px;
}

.rbfw_muff_pricing_card_col1,
.rbfw_muff_pricing_card_col2 {
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 700;
}

.rbfw_muff_pricing_card_price {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
}

.rbfw_muff_pricing_card_price {
    background: var(--rbfw_color_primary);
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    padding: 12px 15px;
    line-height: 1;
}

.rbfw_muff_pricing_card_price {
    /*background: var(--rbfw_color_primary);*/
    /*font-size: 24px;*/
    /*font-weight: 700;*/
    /*display: inline-block;*/
    /*padding: 5px 10px 5px 10px;*/
    /*border-radius: 5px;*/
}

.rbfw_muff_pricing_card_price span.rbfw_muff_pricing_card_price_badge {
    /*background: var(--rbfw_color_primary);*/
    /*font-size: 24px;*/
    /*font-weight: 700;*/
    /*display: inline-block;*/
    /*padding: 5px 10px 5px 10px;*/
    /*border-radius: 5px;*/
}

.rbfw_muff_pricing_card_col2 .rbfw_muff_pricing_card_price {
    color: var(--rbfw_muff_color5);
}

.rbfw_muff_pricing_card_col2 .rbfw_muff_pricing_card_price span:nth-child(2) {
    color: #fff;
    text-transform: capitalize;
}

.rbfw_muff_pricing_card_price span:nth-child(2) {
    font-size: 12px;
    text-transform: uppercase;
}

.rbfw_muff_pricing_card_col2 {
    width: 100%;
}

.rbfw_muff_title h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 35px;
    padding: 0;
}

.rbfw_muff_rating .rbfw-review-rating-wrapper .rbfw-star-rating span.dashicons {
    color: var(--rbfw_muff_color2);
}

.rbfw_muff_rating .rbfw-review-rating-wrapper .rbfw-star-rating,
.rbfw_muff_rating .rbfw-review-rating-wrapper .rbfw-review-rating-info {
    display: inline-block;
}

.rbfw_muff_row_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}


.rbfw_muff_registration_wrapper {
    border:1px solid #e0e0e0;
    border-radius:10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding:20px;
    background-color: #fff;
}


.rbfw_muff_row_slider {
    margin-bottom: 50px;
}

.rbfw_muff_registration_wrapper .rbfw_muff_heading {
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.rbfw_muff_content_wrapper {
    padding: 0 0 0 25px;
}

.rbfw_muff_post_content {
    font-size: 16px;
    margin-bottom: 20px;
}

.rbfw_muff_highlighted_features ul {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rbfw_muff_highlighted_features ul li {
    list-style: none;
    margin: 0;
    font-size: 16px;
    margin-bottom: 15px;
    width: 48%;
}

.rbfw_muff_highlighted_features ul li i {
    width: 30px;
    height: auto;
    color: var(--rbfw_color_primary);
    font-size: 20px;
}

.rbfw_muff_post_content_headline {
    font-size: 22px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.rbfw_muff_registration_wrapper .rbfw-bikecarsd-calendar-header-feature i {
    color: var(--rbfw_color_primary);
}

.rbfw_muff_registration_wrapper .rbfw-datetime .date .calendar,
.rbfw_muff_registration_wrapper .rbfw-datetime .time .clock {
    background-color: transparent;
    color: var(--rbfw_color_primary);
    display: flex;
    align-items: center;
}

.rbfw_muff_registration_wrapper .rbfw-datetime .date .calendar img,
.rbfw_muff_registration_wrapper .rbfw-datetime .time .clock img {
    height: 25px;
    margin: auto;
}

.rbfw_muff_registration_wrapper #pickup_date,
.rbfw_muff_registration_wrapper #dropoff_date,
.rbfw_muff_registration_wrapper .rbfw-datetime input,
.rbfw_muff_registration_wrapper .rbfw-datetime select {
    padding-left: 45px;
    box-sizing: border-box;
    background-color: #f7f7f7 !important
}

.rbfw_muff_registration_wrapper .rbfw-bikecarsd-calendar-header,
.rbfw_muff_registration_wrapper .rbfw-datetime input,
.rbfw_muff_registration_wrapper .rbfw-datetime select,
.rbfw_muff_registration_wrapper .rbfw-quantity select,
.rbfw_muff_registration_wrapper .rbfw-select,
.rbfw_muff_registration_wrapper .rbfw-duration .item-content,
.rbfw_muff_registration_wrapper .rbfw_regf_form_header,
.rbfw_muff_registration_wrapper .rbfw_mps_form_header {
    background-color: #fff;
}

.rbfw_muff_registration_wrapper .rbfw-costing {
    background-color: transparent;
    padding: 0;
}

.rbfw_muff_registration_wrapper .rbfw-costing li.total .price-figure {
    font-size: 25px;
    font-weight: 600;
}

.rbfw_muff_registration_wrapper .rbfw-costing li.discount span {
    color: var(--rbfw_color_primary);
}

.rbfw_muff_registration_wrapper .rbfw_bikecarmd_es_table tr {
    background-color: transparent;
}

.rbfw_muff_registration_wrapper .slider {
    background-color: #b7b7b7;
}

.rbfw_muff_registration_wrapper input:checked + .slider {
    background-color: var(--rbfw_color_primary);
}

.rbfw_muff_registration_wrapper .rbfw_qty_input a.rbfw_qty_minus {
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #edecec;
    border-radius: 5px 0px 0px 5px;
}

.rbfw_muff_registration_wrapper .rbfw_qty_input a.rbfw_qty_plus {
    background-color: var(--rbfw_color_primary);
    color: #fff;
    border-radius: 0px 5px 5px 0px;

}

.rbfw_muff_registration_wrapper .rbfw_qty_input a,
.rbfw_muff_registration_wrapper .rbfw_qty_input input[type="number"] {
    width: 30px;
    height: 30px;
}

.rbfw_muff_registration_wrapper .rbfw_qty_input,
.rbfw_muff_registration_wrapper .rbfw_qty_input input[type="number"] {
    border: none;
}

.rbfw_muff_registration_wrapper .rbfw-book-now-btn,
.rbfw_muff_registration_wrapper
.rbfw_mps_pay_now_button:not(.rbfw_mps_pay_now_button[disabled]),
.rbfw_muff_registration_wrapper .rbfw_stripe_form_wrap button,
.rbfw_muff_registration_wrapper .rbfw_next_btn,
.rbfw_muff_registration_wrapper .rbfw_prev_btn,
.rbfw_muff_registration_wrapper .rbfw_bikecarmd_backstep1_btn {
    background-color: var(--rbfw_color_primary);
    padding: 15px;
    margin-bottom: 0px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    transition: all .5s;
}

.rbfw_muff_registration_wrapper .rbfw-book-now-btn, .mp_rbfw_book_now_submit {
    background-color: var(--rbfw_color_primary);
    /* box-shadow: 0px 8.40727px 15.7636px rgba(250, 54, 54, 0.3); */
    width: 100%;
}

.rbfw_muff_registration_wrapper .rbfw-book-now-btn:hover {
    background-color: var(--rbfw_single_page_secondary_color);
}

.rbfw_muff_registration_wrapper[data-type="resort"] .rbfw-book-now-btn {
    width: max-content;
}

.rbfw_muff_registration_wrapper .rbfw_prev_btn,
.rbfw_muff_registration_wrapper .rbfw_bikecarmd_backstep1_btn {
    width: max-content;
    position: absolute;
    top: 0;
    right: 0;
}

.rbfw_muff_registration_wrapper .rbfw_regf_form_header {
    background-color: transparent;
    padding: 0;
}

.rbfw_muff_registration_wrapper .rbfw_bike_car_md_item_wrapper {
    position: relative;
}

.rbfw_muff_registration_wrapper .rbfw_prev_btn.rbfw_d_block {
    display: block;
}

.rbfw_muff_registration_wrapper .rbfw_prev_btn img,
.rbfw_muff_registration_wrapper .rbfw_bikecarmd_backstep1_btn img {
    display: inline-block;
    width: 14px;
}

.rbfw_donut_template .rbfw_bikecarmd_backstep1_btn,
.rbfw_default_template .rbfw_bikecarmd_backstep1_btn {
    display: none !important;
}

.rbfw_muff_registration_wrapper .rbfw_next_btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.rbfw_muff_registration_wrapper .rbfw_regf_wrap {
    padding: 0;
    border: none;
    /*display: none;*/
}

.rbfw_muff_registration_wrapper .rbfw_regf_form_header {
    background-color: var(--rbfw_muff_color6);
    border-radius: 5px;
    padding: 10px;
}

.mp_rbfw_ticket_form .rbfw_regf_form_header {
    background-color: #f5f5f5;
}

.rbfw_muff_registration_wrapper .rbfw_regf_form_header,
.rbfw_muff_registration_wrapper .rbfw_mps_user_order_header,
.rbfw_muff_registration_wrapper .rbfw_mps_form_header {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.rbfw_muff_registration_wrapper .rbfw_mps_form_header_top {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
}

.rbfw_muff_registration_wrapper .rbfw_mps_input_group label {
    font-weight: 600;
}

.rbfw_muff_registration_wrapper .rbfw_mps_signin_form_wrap,
.rbfw_muff_registration_wrapper .rbfw_mps_signup_form_wrap,
.rbfw_muff_registration_wrapper .rbfw_mps_checkout_form_wrap {
    border: none;
    padding: 0;
}

.rbfw_muff_registration_wrapper .rbfw_mps_user_order_header {
    background-color: var(--rbfw_muff_color6);
    border-radius: 5px;
}

.rbfw_muff_registration_wrapper .rbfw_regf_group label {
    font-weight: 600;
    font-size: 16px;
}

.rbfw_muff_registration_wrapper .rbfw_mps_user_order_summary {
    background-color: transparent;
    padding: 0;
    margin-bottom: 30px;
}

.rbfw_muff_registration_wrapper .rbfw_mps_radio_group {
    padding: 0;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rbfw_muff_registration_wrapper .rbfw_mps_radio_group label {
    border: 1px solid #d3d3d3;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    padding: 10px;
    width: 33%;
    display: inline-block;
    margin: 2px;
}

.rbfw_muff_registration_wrapper .rbfw_mps_radio_group label:nth-child(1),
.rbfw_muff_registration_wrapper .rbfw_mps_radio_group label:nth-child(2) {
    margin-bottom: 0 !important;
}

.rbfw_muff_registration_wrapper .rbfw_stripe_form_wrap {
    border: none;
    padding: 0;
}

.rbfw_muff_registration_wrapper #rbfw_stripe_form {
    background-color: transparent;
    border: none;
    padding: 0;
}

.rbfw_muff_registration_wrapper .rbfw_prev_btn {
    display: none;
}

.rbfw_muff_registration_wrapper .rbfw_mps_book_now_btn_regf {
    display: none;
    margin-top: 20px;
}

.rbfw_muff_row_review_summary {
    margin-bottom: 20px;
}

.rbfw_muff_row_review_summary .rbfw_muff_heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.rbfw_muff_review_rating_number {
    color: #545454;
}

.rbfw_muff_review_average_rating_number {
    font-size: 30px;
}

.rbfw_muff_review_progress_bar {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.rbfw_muff_review_progress_bar-green {
    color: #fff !important;
    background-color: #4caf50 !important;
    height: 5px;
    width: 25%;
}

.rbfw_muff_review_progress_inner_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rbfw_muff_review_progress_inner_wrap div:first-child {
    width: 80%;
}

.rbfw_muff_review_progress_inner_wrap div:last-child {
    width: 20%;
}

.rbfw_muff_review_progress_bar {
    height: 5px;
}

.rbfw_muff_review_progress_bar_avg {
    margin-left: 10px;
}

.rbfw_muff_review_progress_item_wrapper {
    padding: 10px;
}

.rbfw_muff_review_progress_item {
    margin-bottom: 5px;
}

.rbfw_muff_review_rating_wrap {
    display: block;
    text-align: center;
    padding: 10px;
    padding-top: 30px;
}

.rbfw_muff_review_rating_wrap
.rbfw-review-rating-wrapper
.rbfw-star-rating
span.dashicons {
    color: var(--rbfw_muff_color2);
}

.rbfw_muff_review_rating_wrap .rbfw-review-rating-wrapper .rbfw-star-rating {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rbfw_muff_row_registration,
.rbfw_muff_row_faq,
.rbfw_muff_row_related_item,
.rbfw_muff_row_reviews {
    padding-top: 20px;
}

.rbfw_muff_row_faq {
    margin-bottom: 20px;
    margin: 30px 0;
    max-width: var(--template-max-width);
    margin: auto;
    margin-top: 0;
    background-color: transparent;
}

.rbfw_muff_row_reviews .rbfw_muff_heading_tab {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 5px;
}

.rbfw_muff_row_reviews .rbfw_muff_heading_tab.active {
    border-bottom: 2px solid var(--rbfw_color_primary);
    padding-bottom: 20px;
    margin-bottom: -2px;
}

.rbfw_muff_row_reviews
.rbfw_muff_heading_tab:not(.rbfw_muff_heading_tab.active) {
    color: #979797;
}

.rbfw_muff_row_reviews .rbfw_muff_heading_tab[data-tab="tab2"] {
    margin-left: 20px;
}

.rbfw_muff_row_faq
.rbfw_muff_faq_tab_content:not(.rbfw_muff_faq_tab_content.active) {
    display: none;
}

.rbfw_muff_row_reviews .rbfw_muff_heading {
    padding-bottom: 0;
    border-bottom: 2px solid #d3d3d3;
    display: flex;
    justify-content: space-between;
}

.rbfw_muff_row_faq .rbfw_muff_heading {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
}

.rbfw_muff_row_faq .rbfw_muff_faq_heading {
    padding-bottom: 20px;
}

.rbfw_muff_row_reviews .rbfw-review-section .rbfw-review-content {
    margin-left: 60px;
}

.rbfw_muff_row_reviews ul li {
    list-style-type: none;
}

.rbfw_muff_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span {
    color: var(--rbfw_muff_color1);
}

.rbfw_muff_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span.dashicons-star-empty {
    background: transparent;
}

.rbfw_muff_row_reviews .rbfw-review-section .rbfw-review-reply-btn a {
    border-radius: 0;
}

.rbfw_muff_row_reviews
.rbfw-review-section
.rbfw-single-review-row
.rbfw-single-review-col-2 {
    border-radius: 5px;
    background: #ffffff;
    border: none;
}

.rbfw_muff_row_reviews .rbfw-review-section input,
.rbfw_muff_row_reviews .rbfw-review-section textarea {
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.rbfw_muff_row_reviews .rbfw_review_submit_btn {
    background: var(--rbfw_color_primary);
    border: 0;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    padding: 9px 43px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    box-shadow: 0px 8.40727px 15.7636px rgba(250, 66, 54, 0.3);
}

.rbfw_muff_row_reviews .rbfw-review-section .rbfw-review-reply-btn a:hover {
    background: var(--rbfw_muff_color1);
}

.rbfw_muff_row_reviews .rbfw-review-section .rbfw-mt-50 {
    margin-top: 20px;
}

.rbfw_muff_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span {
    color: var(--rbfw_muff_color2);
    margin-right: 2px;
}

.rbfw_muff_row_faq
#rbfw_faq_accordion_style_two
.rbfw_faq_heading_wrapper::before {
    background-color: transparent;
}

.rbfw_muff_row_reviews .rbfw-review-list li {
    display: none;
    margin: 0;
    margin-bottom: 20px;
}

.rbfw_muff_row_reviews .rbfw-review-list li:first-child {
    display: block;
}

.rbfw_muff_row_reviews .rbfw_muff_review_load_more_btn_wrapper {
    display: none;
}

.rbfw_muff_row_reviews .rbfw_muff_review_load_more_btn {
    margin: auto;
    margin-top: auto;
    display: block;
    border: 0;
    padding: 9px 43px;
    cursor: pointer;
    background: var(--rbfw_color_primary);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 5px;
}

.rbfw_muff_row_reviews .rbfw_muff_review_write_btn {
    background-color: var(--rbfw_color_primary);
    padding: 9px 43px;
    margin-bottom: 0px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
}

.rbfw_muff_row_reviews .rbfw_review_form_wrapper {
    display: none;
}

.rbfw_muff_row_reviews .rbfw_muff_review_write_btn_wrapper {
    text-align: right;
    margin-bottom: 20px;
}

.rbfw_muff_row_reviews .rbfw-review-section .rbfw-review-text,
.rbfw_muff_row_reviews .rbfw-review-section .rbfw-review-text p {
    color: #797f94;
}

.rbfw_muff_row_slider .rbfw_muff_heading {
    font-size: 22px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.rbfw_muff_row_related_item .rbfw_muff_heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.rbfw_muff_row_related_item .rbfw-related-product-thumb {
    height: 250px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.rbfw_muff_row_related_item .rbfw-related-product-inner-item-wrap {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    margin: 10px;
    position: relative;
    min-height: 375px;
}

.rbfw_muff_row_related_item .rbfw-related-product-inner-item-wrap .rbfw-related-product-title-wrap {
    font-size: 20px;
    line-height: 1.3;
}

.rbfw_muff_row_related_item .rbfw-related-product-thumb-wrap {
    border-radius: 5px 5px 0 0;
}

.rbfw_muff_row_related_item .rbfw-related-product-inner-content-wrap {
    padding: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--rbfw_color_primary);
}

.rbfw_muff_row_related_item .rbfw-related-product-price-badge {
    color: var(--rbfw_color_primary);
    font-weight: bold;
}

.rbfw_muff_row_related_item .rbfw-related-product-review-badge-wrap {

    top:13px;
    overflow: hidden;
    position: absolute;
    left: 10px;
}

.rbfw_muff_row_related_item .rbfw-related-product-review-badge-1 {
    display: inline-block;
    background-color: var(--rbfw_color_primary);
    padding: 5px 20px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.rbfw_muff_row_related_item .rbfw-related-product-review-badge-2 {
    display: none;
    background-color: #7e7e7e;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

.rbfw_muff_row_faq .rbfw_muff_desc {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.rbfw_muff_row_faq
#rbfw_faq_accordion_style_two
.rbfw_faq_accordion_wrapper.active
.rbfw_faq_heading_collapsed::before {
    content: "\f077";
    color: var(--rbfw_muff_color1);
}

.rbfw_muff_row_faq
#rbfw_faq_accordion_style_two
.rbfw_faq_accordion_wrapper
.rbfw_faq_heading_collapsed::before {
    content: "\f078";
    color: var(--rbfw_muff_color1);
}

.rbfw_muff_row_faq #rbfw_faq_accordion_style_two .rbfw_faq_heading_collapsed {
    background-color: transparent;
    color: #fff;
}

.rbfw_muff_row_faq #rbfw_faq_accordion_style_two .rbfw_faq_content::before {
    background-color: transparent;
}

.rbfw_muff_row_faq #rbfw_faq_accordion_style_two .rbfw_faq_accordion_wrapper .rbfw_faq_content {
    background-color: transparent;
    font-weight: 500;
}

.rbfw_muff_row_faq #rbfw_faq_accordion_style_two .rbfw_faq_accordion_wrapper {
    border-bottom: 0 dashed #d3d3d3;
}

.rbfw_additional_image_gallary_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.rbfw_muff_row_slider .rbfw_additional_image_gallary_col {

    display: inline-block;
    cursor: pointer;
    position: relative;
}

.rbfw_muffin_template button {
    border: none;
}

.rbfw_muffin_template #rbfw-bikecarsd-calendar {
    background-color: none;
    padding: 0;
    margin-bottom: 20px;
}

.rbfw_muffin_template .rbfw-bikecarsd-calendar-header::after{
    border-color:#fff transparent transparent transparent;
}

.rbfw_muffin_template .rbfw-bikecarmd-result {
    position: relative;
}

.rbfw_muffin_template .rbfw_bikecarmd_backstep1_btn {
    display: none;
}
@media (max-width:540px){
    .ui-datepicker-calendar{
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        display: block; 
    }
}

/* =======================Single day booking calendar=========================== */
.single-rbfw_item .ui-datepicker .ui-datepicker-header{
    background: none;
    background-color:#fff;
    color: #333;
    border: 0;
    padding: .7em 0;
    position: relative;
    border-radius:0;
}

.single-rbfw_item .ui-datepicker .ui-datepicker-title{
    text-align: center;
    font-size: 16px;
}

.single-rbfw_item .ui-datepicker .ui-datepicker-next span,.single-rbfw_item .ui-datepicker .ui-datepicker-prev span{
    display: none;
}

.single-rbfw_item .ui-datepicker .ui-datepicker-next{
    position: absolute;
    top: 50%;
    right: 4px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    border-radius: 0;
}
.single-rbfw_item .ui-datepicker .ui-datepicker-next::before{
    font-size: 15px;
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.single-rbfw_item .ui-datepicker .ui-datepicker-prev{
    position: absolute;
    top: 50%;
    left: 4px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    border-radius: 0;
}

.single-rbfw_item .ui-datepicker .ui-datepicker-prev::before{
    font-size: 15px;
    content: "\f053";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.single-rbfw_item .ui-datepicker table{
    border-collapse: collapse;
    margin: 0;
}
.single-rbfw_item .ui-datepicker table tbody{
    background-color:#fff;
}
.single-rbfw_item .ui-datepicker table th{
    padding: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.single-rbfw_item .ui-datepicker table thead:first-child tr:first-child th{
    border-block-start:0
}

.single-rbfw_item thead th.ui-datepicker-week-end{
    color: #333;
}

.single-rbfw_item .ui-datepicker table thead{
    background-color:#fff;
}

.single-rbfw_item .ui-datepicker table td{
    border: 0;
    padding: 10px;
}

.single-rbfw_item  .ui-widget-content {
    border-radius:0;
    border: 1px solid #dfdedd;
    padding: 0;
}

.single-rbfw_item .ui-state-default,
.single-rbfw_item .ui-widget-content .ui-state-default{
    background: #e8fbf9;
    border:1px solid #87faef;
    border-radius: 5px;
    color: #333;
    text-align: center;
    font-size: 16px;
    width: 33px;
    height: 33px;
    line-height: 28px;
}

.single-rbfw_item .ui-state-disabled .ui-state-default, .single-rbfw_item .ui-widget-content .ui-state-disabled .ui-state-default{
background-color: transparent;
color: #666;
}
.single-rbfw_item .ui-datepicker-other-month .ui-state-default{
    color: #333;
}
.single-rbfw_item .ui-state-hover:hover, 
.single-rbfw_item .ui-state-default.ui-state-active,
.single-rbfw_item .ui-state-highlight{
    background:var(--rbfw_color_primary);
    border:1px solid var(--rbfw_color_primary);
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.single-rbfw_item .rbfw_bikecarsd_book_now_btn_wrap button.mp_rbfw_book_now_submit.rbfw_disabled_button{
    background: var(--rbfw_color_primary);
    opacity: .35;
    border-radius: 10px;
}

.single-rbfw_item .ui-widget{
    width: auto;
}
/* =======================Single day booking calendar=========================== */
.rbfw_aig_img_wrap {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.rbfw_aig_view_more_btn {
    position: absolute;
    right: 20px;
    bottom: 25px;
    background-color: #fff;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 5px;
    color: #000;
}

.rbfw_muffin_template .rbfw_aig_view_more_btn {
    background-color: var(--rbfw_color_primary);
    color: #fff;
}

.rbfw_aig_column {
    width: 100px;
    display: inline-block;
}

.rbfw_aig_column_wrap {
    text-align: center;
}

/* The Modal (background) */

.rbfw_aig_modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */

.rbfw_aig_modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */

.rbfw_aig_close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.rbfw_aig_close:hover,
.rbfw_aig_close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */

.rbfw_aig_slides {
    display: none;
    text-align: center;
}

.rbfw_aig_slides img {
    width: auto;
    margin: auto;
    max-width: 500px;
    max-height: 300px;
}

/* Next & rbfw_aig_previous buttons */

.rbfw_aig_prev,
.rbfw_aig_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: var(--rbfw_color_primary);;
    border-radius: 50%;
    height: 50px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Position the "rbfw_aig_next button" to the right */

.rbfw_aig_next {
    right: 0;
}

/* On hover, add a black background color with a little bit see-through */

.rbfw_aig_prev:hover,
.rbfw_aig_next:hover {
    background-color: var(--rbfw_color_primary);
}

/* Number text (1/3 etc) */

.rbfw_aig_numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */

.rbfw_aig_caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.rbfw_aig_img_thumb {
    opacity: 0.6;
    width: 100px;
    height: 100px;
}

.rbfw_additional_image_gallary_wrap .active,
.rbfw_aig_img_thumb:hover {
    opacity: 1;
}

.rbfw_additional_image_gallary_wrap[data-style="style2"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rbfw_additional_image_gallary_wrap[data-style="style2"]
.rbfw_additional_image_gallary_inner_col {
    width: 50%;
}

.rbfw_muff_row_slider
.rbfw_additional_image_gallary_wrap[data-style="style2"]
.rbfw_additional_image_gallary_inner_col:first-child
.rbfw_additional_image_gallary_col {
    width: 100%;
}

.rbfw_additional_image_gallary_wrap[data-style="style2"]
.rbfw_additional_image_gallary_inner_col:first-child
.rbfw_aig_img_wrap {
    height: 325px;
}

img.rbfw_aig_hover-shadow {
    transition: 0.3s;
}

.rbfw_aig_hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rbfw_muffin_template
.calendar-box
.week
.day
span:not(.week .day[disabled="disabled"] span) {
    background-color: var(--rbfw_muff_color7);
}

.rbfw_muffin_template .calendar-box .week.start-on-monday .day {
    color: var(--rbfw_muff_color7);
}

.rbfw_muffin_template
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time
span.rbfw_bikecarsd_time_span {
    border: 1px solid #dedede;
    background-color: #f3f3f3;
    border-radius: 5px;
    color: var(--rbfw_dt_color4);
}

.rbfw_muffin_template
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover
span {
    background: var(--rbfw_color_primary);
    border-color: var(--rbfw_color_primary);
}

.rbfw_muffin_template
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time.selected:not(a.rbfw_bikecarsd_time.selected.disabled)
span.rbfw_bikecarsd_time_span {
    background: var(--rbfw_color_primary);
    border-color: var(--rbfw_color_primary);
}

.rbfw_muff_selected_date {
    text-align: center;
    padding: 10px;
    background: var(--rbfw_muff_color7);
}

.rbfw_muff_selected_date[data-type="bike_car_md"] {
    padding-top: 50px;
}

.rbfw_muff_selected_date[data-type="bike_car_md"]
.rbfw_muff_selected_date_value {
    margin-bottom: 20px;
    display: block;
}

.rbfw_muff_selected_date label img {
    width: 14px;
    display: inline-block;
    margin-right: 5px;
}

.rbfw_muff_selected_date_value {
    font-size: 20px;
    font-weight: 700;
}

.rbfw_muff_selected_date[step="3"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rbfw_muff_selected_date[step="3"] .rbfw_muff_selected_date_col {
    width: 50%;
}

.rbfw_muff_selected_date[step="3"] .rbfw_muff_selected_date_col:nth-child(1) {
    border-right: 1px solid #f1ebf2;
}

.rbfw_muffin_template table.rbfw_bikecarsd_price_table thead {
    background-color: var(--rbfw_single_page_secondary_color);
    color: #333;
}

.rbfw_muffin_template table.rbfw_bikecarsd_price_table thead th {
    padding: 10px;
}

.rbfw_muffin_template
table.rbfw_bikecarsd_price_table
tbody
tr:nth-child(2n + 1) {
    background-color: #f8f8f8;
}

.rbfw_muffin_template table.rbfw_bikecarsd_price_table tbody tr:nth-child(2n) {
    background-color: #ffffff;
}

.rbfw_muff_pricing_card_price[data-type="resort"] {
    display: inline-block;
    margin: 5px;
}

.rbfw_muff_row_hf {
    margin-bottom: 20px;
}

.rbfw_muff_highlighted_features {
    display: block;
}

.rbfw_muff_highlighted_features[data-type="resort"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.rbfw_muff_hf_inner_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    position: relative;
    width: 100%;
}

.rbfw_muff_row_hf .rbfw_muff_hf_inner_wrap:nth-child(even) {
    padding-left: 20px;
}

.rbfw_muff_lmf_btn {
    cursor: pointer;
    text-decoration: none;
    color: var(--rbfw_single_page_base_color4);
}

.rbfw_muffin_template .rbfw_muff_lmf_btn {
    cursor: pointer;
    text-decoration: none;
    color: var(--rbfw_color_primary);
}

.rbfw_muff_hf_inner_wrap ul li {
    display: inline-block;
    width: 50%;
}

.rbfw_muff_registration_wrapper[data-type="resort"] {
    border: none;
    padding: 20px;
    border-radius: 0;
}

.rbfw_muff_registration_wrapper[data-type="resort"] .rbfw_muff_heading {
    text-align: left;
    text-transform: capitalize;
}

.rbfw_muffin_template #checkin_date,
.rbfw_muffin_template #checkout_date {
    padding-left: 60px;
    box-sizing: border-box;
}

.rbfw_muffin_template .rbfw-datetime {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.rbfw_muffin_template .rbfw-datetime .rbfw-datetime-part {
    width: 30.9%;
}

.rbfw_muffin_template .rbfw-datetime .left {
    width: 90%;
}

.rbfw_muffin_template .rbfw-datetime .right {
    width: 90%;
}

.rbfw_muffin_template .rbfw_chk_availability_btn {
    background-color: var(--rbfw_color_primary);
    padding: 10px 43px;
    margin-bottom: 0px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.rbfw_room_price_table thead {
    background-color: #f9f4f4;
    color: #333;
    text-transform: none;
    font-size: 12px;
    text-transform: none;
}

.rbfw_muffin_template table.rbfw_room_price_table tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.rbfw_muffin_template table.rbfw_room_price_table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.rbfw_muffin_template .rbfw_room_price_summary ul.rbfw-ul {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.rbfw_muffin_template table.rbfw_room_price_table tbody td img {
    width: 70px;
    max-width: inherit;
    height: 60px;
    border-radius: 5px;
}

.rbfw_muffin_template table.rbfw_room_price_table tbody small.rbfw_room_desc {
    margin-left: 0;
    display: block;
}

.rbfw_muffin_template .rbfw_room_price_table thead tr th:first-child {
    width: 20%;
}

.rbfw_muffin_template .rbfw_room_price_table thead tr th:nth-child(3) {
    width: 20%;
}

.rbfw_muffin_template .rbfw-resort-result {
    margin-top: -20px;
    margin-bottom: 20px;
}

.rbfw_muff_discount_title {
    font-size: 16px;
    font-weight: 600;
}

.rbfw_muff_discount_feature {
    width: 25%;
}

.rbfw_muff_discount_feature_inner {
    background-color: #f5f6f8;
    border-radius: 5px;
    padding: 25px;
    margin: 5px;
}

.rbfw_muff_discount_feature_inner:first-child {
    margin-left: 0;
}

.rbfw_muff_discount_feature_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.rbfw_muff_discount_feature_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.rbfw_muff_discount_feature_wrap .rbfw_view_more_offers {
    width: 100%;
    display: block;
    color: var(--rbfw_color_primary);
    cursor: pointer;
}

.rbfw_muff_discount_feature_title span:first-child {
    width: 80%;
    color: #8c8c8c;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

.rbfw_muff_discount_feature_title span:last-child {
    width: 20%;
}

.rbfw_muff_discount_feature_title span:last-child img {
    height: 20px;
    width: auto;
    float: right;
}

.rbfw_muff_discount_feature_desc div:first-child {
    color: #1e1e1e;
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rbfw_muff_discount_feature_desc div:last-child {
    color: #8c8c8c;
    display: block;
    font-size: 14px;
}

.rbfw_muffin_template .rbfw_service_price {
    width: 100%;
}

.rbfw_muff_selected_date_col label {
    display: block;
}

.rbfw_muff_review_summ_col:nth-child(1) {
    background-color: var(--rbfw_muff_color6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-items: center;
    overflow: hidden;
    margin-right: 50px;
}

.rbfw_muff_review_summ_col:nth-child(1) .rbfw_muff_review_rating_wrap {
    width: 100%;
}


@media(min-width: 1024px) {
    .rbfw_muff_header_col1,
    .rbfw_muff_header_col2 {
        width: 50%;
    }
}

@media only screen and (min-width: 792px) {
    .rbfw_muffin_template {
        padding: 20px;
    }



    .rbfw_muff_content_col1,
    .rbfw_muff_content_col2 {
        width: 50%;
    }

    .rbfw_muff_pricing {
        width: max-content;
        float: right;
    }

    .rbfw_muff_row_review_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #d8d8d8;
    }

    .rbfw_muff_review_summ_col:nth-child(1) {
        width: 20%;
    }

    .rbfw_muff_review_summ_col:nth-child(2) {
        width: 40%;
    }

    .rbfw_muff_review_summ_col:nth-child(3) {
        width: 40%;
    }

    .rbfw_muff_row_slider_content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .rbfw_muff_row_slider_content .rbfw_muff_content_col1,
    .rbfw_muff_row_slider_content .rbfw_muff_content_col2 {
        width: 50%;
    }

    .rbfw_muff_row_slider_content .rbfw_muff_highlighted_features {
        padding: 0;
        padding-left:25px;
    }
}

@media only screen and (max-width: 792px) {
    .rbfw_muffin_template {
        padding: 30px;
    }

    .rbfw_muff_row_header {
        display: block;
    }

    .rbfw_muff_pricing_card_col2 {
        padding-left: 0;
    }

    .rbfw_muff_row_content {
        display: block;
    }

    .rbfw_muff_registration_wrapper {
        padding: 20px;
    }

    .rbfw_muff_content_wrapper {
        padding: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .rbfw_muff_review_rating_wrap {
        padding-top: 0;
    }

    .rbfw_muff_row_slider_content {
        display: block;
    }

    .rbfw_muff_row_slider_content .rbfw_muff_content_col1,
    .rbfw_muff_row_slider_content .rbfw_muff_content_col2 {
        width: 100%;
    }

    .rbfw_muff_row_slider_content .rbfw_muff_highlighted_features {
        padding: 20px;
    }

    .rbfw_muff_row_faq {
        padding: 40px;
    }

    .rbfw_aig_img_wrap {
        margin: 5px;
    }

    .rbfw_muff_hf_inner_wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rbfw_muff_row_hf .rbfw_muff_hf_inner_wrap:nth-child(2n) {
        padding-left: 0;
    }

    .rbfw_muff_hf_inner_wrap ul li {
        width: 100%;
    }

    .rbfw_muffin_template .rbfw-datetime {
        flex-direction: column;
    }

    .rbfw_muffin_template .rbfw-datetime .rbfw-datetime-part {
        width: 100%;
        margin-bottom: 20px;
    }

    .rbfw_muffin_template .rbfw-datetime .left,
    .rbfw_muffin_template .rbfw-datetime .right {
        width: 100%;
        margin-bottom: 20px;
    }

    .rbfw_muff_discount_feature {
        width: 100%;
    }

    .rbfw_muff_discount_feature_wrap {
        flex-direction: column;
    }

    .rbfw_muffin_template table.rbfw_room_price_table tbody td img {
        width: 50px;
        height: 50px;
    }

    .rbfw_additional_image_gallary_wrap[data-style="style2"] {
        flex-direction: column;
    }

    .rbfw_additional_image_gallary_wrap[data-style="style2"]
    .rbfw_additional_image_gallary_inner_col {
        width: 100%;
    }

    .rbfw_muffin_template #rbfw-bikecarsd-calendar {
        padding: 5px;
    }

    .rbfw_muff_row_slider {
        margin-bottom: 20px;
    }

    .rbfw-review-form-label {
        font-weight: 400;
    }

    .rbfw_muffin_template .calendar-box .day span {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        vertical-align: middle;
        font-size: 12px;
    }

    .rbfw_muff_selected_date_value {
        font-size: 14px;
    }
}

/* Donut Template CSS */

:root {
    --template-max-width: 1270px;
    --rbfw_dt_color1: #ffcd00;
    --rbfw_dt_color2: #fff;
    --rbfw_dt_color3: #f8f8f8;
    --rbfw_dt_color4: #666666;
    --rbfw_dt_color5: #d3d3d3;
    --rbfw_dt_color6: #dddddd;
    --rbfw_dt_color7: #074836;
    --rbfw_dt_color8: #000;
    --rbfw_dt_color9: #6f1e51;
    --rbfw_dt_paragraph_font_size: 14px;
}

.rbfw_donut_template {
    width: 100%;
    margin: 30px 0;
    max-width: var(--template-max-width);
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: var(--rbfw_dt_color2);
}

.rbfw_dt_row_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.rbfw_dt_pricing_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: var(--rbfw_single_page_secondary_color);
    min-width: 260px;
}

.rbfw_dt_pricing_card_col1,
.rbfw_dt_pricing_card_col2 {
    padding: 5px 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.rbfw_dt_pricing_card_price {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}

.rbfw_dt_pricing_card_price span {
    font-size: 12px;
    text-transform: uppercase;
}

.rbfw_dt_pricing_card_price:nth-child(2) {
    border-top: 1px dashed;
}

.rbfw_dt_pricing_card_col1 {
    line-height: 70px;
    width: 25%;
    text-align: center;
    background: var(--rbfw_color_primary);
}

.rbfw_dt_pricing_card_col2 {
    width: 75%;
}

.rbfw_dt_title h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 35px;
    padding: 0;
}

.rbfw_dt_rating .rbfw-review-rating-wrapper .rbfw-star-rating span.dashicons {
    color: var(--rbfw_dt_color1);
}

.rbfw_dt_row_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--rbfw_dt_color3);
    margin-bottom: 20px;
}

.rbfw_dt_content_col2 {
    padding: 20px;
}

.rbfw_dt_post_content {
    margin-bottom: 10px;
    color: var(--rbfw_dt_color4);
    font-size: var(--rbfw_dt_paragraph_font_size);
    line-height: 22px;
}

.rbfw_dt_post_content h1,
.rbfw_dt_post_content h2,
.rbfw_dt_post_content h3,
.rbfw_dt_post_content h4,
.rbfw_dt_post_content h5,
.rbfw_dt_post_content h6 {
    margin: 0;
}

.rbfw_dt_highlighted_features .rbfw-sub-heading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rbfw_dt_highlighted_features ul li i {
    margin-right: 10px;
    color: var(--rbfw_dt_color2);
    background: var(--rbfw_color_primary);
    padding: 8px;
    width: 30px;
    text-align: center;
}

.rbfw_dt_highlighted_features ul {
    border: 1px solid var(--rbfw_dt_color3);
    background: var(--rbfw_dt_color2);
    margin: 0;
}

.rbfw_dt_highlighted_features ul li {
    padding: 0.75rem;
    border-bottom: 1px solid var(--rbfw_dt_color3);
    width: 100%;
    display: inline-block;
    border-left: 1px solid var(--rbfw_dt_color3);
    color: var(--rbfw_dt_color4);
    font-size: var(--rbfw_dt_paragraph_font_size);
    margin: 0;
}

.rbfw_dt_row_registration,
.rbfw_dt_row_faq,
.rbfw_dt_row_related_item,
.rbfw_dt_row_reviews {
    padding-top: 20px;
}

.rbfw_dt_row_faq {
    margin-bottom: 20px;
}

.rbfw_dt_heading {
    font-weight: 700;
    font-size: 22px;
    border-bottom: 2px solid var(--rbfw_dt_color5);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rbfw_donut_template .rbfw_dt_heading {
    color: var(--rbfw_single_page_secondary_color);
}

.rbfw_dt_row_registration.rbfw_dt_sidebar_enabled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rbfw_dt_row_registration .rbfw_dt_testimonial {
    background: var(--rbfw_dt_color1);
    padding: 20px;
    margin-bottom: 20px;
}

.rbfw_dt_row_registration .rbfw_dt_testimonial h4 {
    margin: 0;
    margin-bottom: 0px;
    font-size: 20px;
    margin-bottom: 10px;
}

.rbfw_dt_row_registration .rbfw_dt_testimonial .item {
    font-size: 14px;
}

.rbfw_dt_row_registration .rbfw_dt_testimonial .owl-theme .owl-dots {
    text-align: left;
}

.rbfw_dt_row_registration.rbfw_dt_sidebar_enabled .rbfw_dt_registration_col1 {
    width: 25%;
}

.rbfw_dt_row_registration.rbfw_dt_sidebar_enabled .rbfw_dt_registration_col2 {
    width: 75%;
    padding-left: 20px;
}

.rbfw_dt_row_registration.rbfw_dt_sidebar_enabled
.rbfw_dt_registration_col1
img {
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header {
    border-radius: 0;
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header-feature i {
    color: var(--rbfw_color_primary);;
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header-feature {
    font-weight: normal;
}

.rbfw_dt_row_registration .rbfw-p-relative,
.rbfw_dt_row_registration .rbfw-quantity,
.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header,
.rbfw_dt_row_registration .rbfw_bikecarmd_es_table tr,
.rbfw_dt_row_registration .rbfw-duration .item-content,
.rbfw_dt_row_registration .rbfw-costing,
.rbfw_dt_row_registration .rbfw_mps_user_order_summary,
.rbfw_dt_row_registration .rbfw_mps_user_form_wrap,
.rbfw_dt_row_registration #checkin_date,
.rbfw_dt_row_registration #checkout_date {
    border-left: 5px solid var(--rbfw_single_page_secondary_color);
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header-title,
.rbfw_dt_row_registration .rbfw-single-right-heading {
    font-weight: 600;
    text-transform: uppercase;
}

.rbfw_dt_row_registration .rbfw-datetime .date .calendar,
.rbfw_dt_row_registration .rbfw-datetime .time .clock {
    color: var(--rbfw_color_primary);
}

.rbfw_dt_row_registration .rbfw-datetime input,
.rbfw_dt_row_registration .rbfw-datetime select,
.rbfw_dt_row_registration .rbfw-quantity select,
.rbfw_dt_row_registration .rbfw_variation_field,
.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header,
.rbfw_dt_row_registration .rbfw-duration .item-content,
.rbfw_dt_row_registration .rbfw-costing,
.rbfw_dt_row_registration .rbfw_mps_user_order_summary,
.rbfw_dt_row_registration .rbfw_mps_user_form_wrap {
    background-color: var(--rbfw_dt_color3);
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header::after {
    border-color: var(--rbfw_dt_color3) transparent transparent transparent;
}

.rbfw_dt_row_registration select.rbfw-select,
.rbfw_dt_row_registration .rbfw-datetime select,
.rbfw_dt_row_registration #pickup_time,
.rbfw_dt_row_registration #dropoff_time,
.rbfw_dt_row_registration .rbfw-datetime input,
.rbfw_dt_row_registration .rbfw-quantity select,
.rbfw_dt_row_registration .rbfw_variation_field,
.rbfw_dt_row_registration #pickup_date::placeholder,
.rbfw_dt_row_registration #dropoff_date::placeholder,
.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-header,
.rbfw_dt_row_registration .rbfw-duration .item-content,
.rbfw_dt_row_registration .rbfw-costing,
.rbfw_dt_row_registration .rbfw_mps_user_order_summary,
.rbfw_dt_row_registration .rbfw_mps_user_form_wrap {
    color: var(--rbfw_dt_color4);
    font-weight: 500;
    font-size: var(--rbfw_dt_paragraph_font_size);
}

.rbfw_dt_row_registration .rbfw_bikecarmd_es_table tr,
.rbfw_dt_row_registration .rbfw_bikecarmd_es_table {
    background-color: var(--rbfw_dt_color3);
    color: var(--rbfw_dt_color7);
    font-weight: 500;
    font-size: var(--rbfw_dt_paragraph_font_size);
}

.rbfw_dt_row_registration .rbfw-book-now-btn {
    background: var(--rbfw_color_primary);
    color: #fff;
    font-weight: 600;
    width: max-content;
    padding: 10px;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
}

.rbfw_dt_row_registration .rbfw_mps_form_header,
.rbfw_dt_row_registration .rbfw_mps_user_order_header {
    background-color: var(--rbfw_dt_color1);
    font-weight: 900;
    text-align: center;
}

.rbfw_dt_row_registration .rbfw_mps_radio_group label {
    color: #000;
}

.rbfw_dt_row_registration .rbfw_mps_checkout_form_wrap,
.rbfw_dt_row_registration .rbfw_stripe_form_wrap {
    border-radius: 0;
    border: 0;
}

.rbfw_dt_row_registration .rbfw_stripe_form_wrap {
    border-left: 5px solid var(--rbfw_dt_color1);
    background-color: var(--rbfw_dt_color3);
}

.rbfw_dt_row_registration #rbfw_stripe_form {
    border-radius: 0;
    border: 0;
    background-color: var(--rbfw_dt_color3);
    color: var(--rbfw_dt_color7);
}

.rbfw_dt_row_registration .rbfw-single-container {
    max-width: 100%;
}

.rbfw_dt_row_registration .rbfw_bikecarmd_es_table tr td {
    padding: 10px;
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-footer {
    border-left: 5px solid var(--rbfw_single_page_secondary_color);
    border-radius: 0;
}

.rbfw_dt_row_registration .rbfw-bikecarsd-calendar-footer i {
    color: var(--rbfw_color_primary);
}

.rbfw_dt_row_registration #rbfw-bikecarsd-calendar {
    background-color: var(--rbfw_dt_color3);
    padding: 20px;
    margin-bottom: 10px;
    border-left: 5px solid var(--rbfw_single_page_secondary_color);
}

.rbfw_dt_row_registration
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time
span.rbfw_bikecarsd_time_span {
    border-radius: 0;
}

.rbfw_dt_row_registration .rbfw_step_selected_date {
    border-radius: 0;
}

.rbfw_dt_row_registration
.calendar-box
.week
.day
span:not(.week .day[disabled="disabled"] span) {
    background: var(--rbfw_color_primary);
    border-color: var(--rbfw_color_primary);
}

.rbfw_dt_row_registration
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover
span {
    background: var(--rbfw_single_page_secondary_color);
}

.rbfw_donut_template
.rbfw_dt_row_registration
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time:not(a.rbfw_bikecarsd_time.disabled):hover
span {
    background: var(--rbfw_dt_color7);
}

.rbfw_dt_row_registration
.rbfw_bikecarsd_time_table_wrap
a.rbfw_bikecarsd_time.selected:not(a.rbfw_bikecarsd_time.selected.disabled)
span.rbfw_bikecarsd_time_span {
    background: var(--rbfw_dt_color7);
}

.rbfw_dt_row_registration .rbfw_chk_availability_btn {
    background: var(--rbfw_dt_color1);
    color: #fff;
    font-weight: 600;
    width: max-content;
}

.rbfw_dt_row_registration table.rbfw_bikecarsd_price_table thead,
.rbfw_dt_row_registration table.rbfw_room_price_table thead {
    border-bottom: 2px solid #ddd;
    background-color: #efefef;
    color: var(--rbfw_dt_color7);
    font-weight: 600;
}

#rbfw_faq_accordion_style_two {
    width: 100%;
}

#rbfw_faq_accordion_style_two .rbfw_faq_heading {
    margin: 0;
    background-color: var(--rbfw_color_primary);
    color: #fff;
}

#rbfw_faq_accordion_style_two .rbfw_faq_heading_wrapper::before, .rbfw_faq_accordion_donut .rbfw_faq_header::before {
    content: "";
    width: 40px;
    height: 100%;
    background: var(--rbfw_color_primary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.rbfw_faq_accordion_donut .rbfw_faq_header {
    position: relative;
}

#rbfw_faq_accordion.rbfw_faq_accordion_donut h3.rbfw_faq_header{
    padding-left: 55px;
    background: var(--rbfw_single_page_secondary_color);
    color:  var(--rbfw_color_primary);
}

#rbfw_faq_accordion_style_two
.rbfw_faq_accordion_wrapper
.rbfw_faq_heading_collapsed::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    width: 40px;
    height: 55px;
    line-height: 45px;
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    text-align: center;
    z-index: 2;
    transition: 0.3s linear;
}

#rbfw_faq_accordion_style_two
.rbfw_faq_accordion_wrapper.active
.rbfw_faq_heading_collapsed::before {
    content: "\f068";
}

#rbfw_faq_accordion_style_two .rbfw_faq_heading_collapsed {
    cursor: pointer;
    display: block;
    padding: 12px 20px;
    background: #e9e9e9;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    overflow: hidden;
    position: relative;
}

#rbfw_faq_accordion_style_two .rbfw_faq_content::before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
}

#rbfw_faq_accordion_style_two .rbfw_faq_accordion_wrapper .rbfw_faq_content {
    padding: 0 20px 0 20px;
    background: #f5f5f5;
    border-top: none;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    overflow: hidden;
    border-radius: 0;
    border: none;
    max-height: 0;
}

#rbfw_faq_accordion_style_two .rbfw_faq_accordion_wrapper.active .rbfw_faq_content {
    visibility: visible;
    opacity: 1;
    padding: 0 20px 0 20px;
    max-height: inherit;
    background-color: #fff;
    border: 1px solid #eee;
}

#rbfw_faq_accordion_style_two .rbfw_faq_accordion_wrapper {
    margin-bottom: 10px;
    position: relative;
}

#rbfw_faq_accordion_style_two .rbfw_faq_img img {
    width: auto;
}

.rbfw_dt_row_faq .rbfw_dt_heading_tab {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 5px;
}

.rbfw_dt_row_faq .rbfw_dt_heading_tab.active {
    border-bottom: 2px solid var(--rbfw_dt_color1);
    padding-bottom: 20px;
    margin-bottom: -2px;
}

.rbfw_dt_row_faq .rbfw_dt_heading_tab:not(.rbfw_dt_heading_tab.active) {
    color: #979797;
}

.rbfw_dt_row_faq .rbfw_dt_heading_tab[data-tab="tab2"] {
    margin-left: 20px;
}

.rbfw_dt_row_faq .rbfw_dt_faq_tab_content:not(.rbfw_dt_faq_tab_content.active) {
    display: none;
}

.rbfw_dt_row_faq .rbfw_dt_heading {
    padding-bottom: 0;
}

.rbfw_dt_row_related_item {
    position: relative;
}

.rbfw_dt_row_related_item .rbfw-related-product-thumb-wrap {
    border-radius: 0;
}

.rbfw_dt_row_related_item .rbfw-related-product-bottom-card {
    padding: 20px 0;
    width: 100%;
}

.rbfw_donut_template .rbfw-related-product-inner {
    border: 1px solid var(--rbfw_dt_color3);
}

.rbfw_dt_row_related_item .rbfw-related-product-bottom-card-pricing-box {
    border: 1px dashed var(--rbfw_dt_color1);
    border-radius: 4px;
    width: max-content;
    padding: 11px 32px;
    margin: auto;
    margin-top: auto;
    margin-top: -45px;
    position: relative;
    background-color: var(--rbfw_dt_color7);
    max-width: fit-content;
}

.rbfw_dt_row_related_item .rbfw-related-product-price-wrap {
    margin-bottom: 0px;
    color: var(--rbfw_dt_color2);
    font-weight: 600;
}

.rbfw_dt_row_related_item .rbfw-related-product-title-wrap {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
.rbfw_dt_row_related_item h3.rbfw-related-product-title-wrap a{
    color: var(--rbfw_dt_color8);
}

.rbfw_dt_row_related_item .rbfw_dt_rating {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rbfw_dt_row_related_item .rbfw-related-product-features ul li i {
    margin-right: 0px;
    padding: 5px;
    font-size: 20px;
}

.rbfw_dt_row_related_item .rbfw-related-product-features ul {
    background: var(--rbfw_dt_color2);
    margin: 0;
    text-align: center;
}

.rbfw_dt_row_related_item .rbfw-related-product-features ul li {
    padding: 5px;
    width: 45px;
    display: inline-block;
    color: var(--rbfw_dt_color7);
    font-size: var(--rbfw_dt_paragraph_font_size);
    margin: 5px;
    border: 1px solid var(--rbfw_dt_color3);
    cursor: pointer;
}

.rbfw_dt_row_related_item .rbfw-related-product-features ul li:hover {
    border-color: var(--rbfw_dt_color1);
}

.rbfw_dt_row_related_item .rbfw-review-rating-wrapper .rbfw-review-rating-info {
    font-size: var(--rbfw_dt_paragraph_font_size);
    color: var(--rbfw_dt_color8);
}

.rbfw_dt_row_related_item a.rbfw-related-product-btn {
    border-radius: 0;
    background-color: var(--rbfw_dt_color1);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--rbfw_dt_color7);
}

.rbfw_dt_row_reviews ul li {
    list-style-type: none;
}

.rbfw_dt_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span {
    color: var(--rbfw_dt_color1);
}

.rbfw_dt_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span.dashicons-star-empty {
    background: #ccc;
}

.rbfw_dt_row_reviews .rbfw-review-section .rbfw-review-reply-btn a {
    border-radius: 0;
}

.rbfw_dt_row_reviews
.rbfw-review-section
.rbfw-single-review-row
.rbfw-single-review-col-2 {
    border-radius: 0;
    background: var(--rbfw_dt_color3);
    border: none;
}

.rbfw_dt_row_reviews .rbfw-review-section input,
.rbfw_dt_row_reviews .rbfw-review-section textarea {
    border-radius: 0;
    border-left: 5px solid var(--rbfw_dt_color1);
}

.rbfw_dt_row_reviews .rbfw_review_submit_btn {
    background: var(--rbfw_dt_color1);
    border-radius: 0;
    border: 0;
    color: var(--rbfw_dt_color7);
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
}

.rbfw_dt_row_reviews
.rbfw-review-rating-container
> input:checked
~ label::before,
.rbfw_dt_row_reviews
.rbfw-review-rating-container
> input
+ label:hover
~ label::before,
.rbfw_dt_row_reviews
.rbfw-review-rating-container
> input
+ label:hover::before,
.rbfw_dt_row_reviews .rbfw-review-section .comment-respond p.comment-notes a,
.rbfw_dt_row_reviews .rbfw-review-section .comment-respond p.logged-in-as a,
.rbfw_dt_row_reviews .rbfw-review-section #cancel-comment-reply-link {
    color: var(--rbfw_dt_color1);
}

.rbfw_dt_row_reviews .rbfw-review-section .rbfw-review-reply-btn a:hover {
    background: var(--rbfw_dt_color1);
}

.rbfw_dt_row_reviews .rbfw-review-section .rbfw-mt-50 {
    margin-top: 20px;
}

.rbfw_dt_row_reviews
.rbfw-review-section
.rbfw-review-content
.rbfw-review-stars
span {
    color: var(--rbfw_dt_color2);
    background: var(--rbfw_dt_color7);
    padding: 5px;
    margin-right: 5px;
}

.rbfw_dt_row_reviews .comment-respond {
    display: none;
}

.rbfw_dt_row_reviews .rbfw-review-list li {
    display: none;
    margin: 0;
    margin-bottom: 20px;
}

.rbfw_dt_row_reviews .rbfw-review-list li:first-child {
    display: block;
}

.rbfw_dt_row_reviews .rbfw_dt_review_load_more_btn_wrapper {
    display: none;
}

.rbfw_dt_row_reviews .rbfw_dt_review_load_more_btn {
    margin: auto;
    display: block;
    border: 0;
    padding: 10px;
    cursor: pointer;
    background: var(--rbfw_dt_color1);
    color: var(--rbfw_dt_color7);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 20px;
}

.rbfw_dt_row_reviews .rbfw_dt_review_write_btn {
    border: 0;
    padding: 10px;
    cursor: pointer;
    background: var(--rbfw_dt_color1);
    color: var(--rbfw_dt_color7);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
}

.rbfw_dt_row_reviews .rbfw_review_form_wrapper {
    display: none;
}

.rbfw_dt_row_reviews .rbfw_dt_review_write_btn_wrapper {
    text-align: right;
    margin-bottom: 20px;
}

.rbfw_dt_row_related_item .rbfw-related-product-thumb {
    width: 100%;
    height: 210px;
}

@media only screen and (min-width: 792px) {
    .rbfw_dt_header_col1,
    .rbfw_dt_header_col2 {
        width: 50%;
    }

    .rbfw_dt_content_col1,
    .rbfw_dt_content_col2 {
        width: 50%;
    }

    .rbfw_dt_pricing {
        width: max-content;
        float: right;
    }
}

@media only screen and (max-width: 792px) {
    .rbfw_dt_row_header {
        display: block;
    }

    .rbfw_dt_header_col1,
    .rbfw_dt_header_col2 {
        margin-bottom: 10px;
    }

    .rbfw_dt_row_content {
        display: block;
    }

    .rbfw_dt_row_registration.rbfw_dt_sidebar_enabled {
        display: block;
    }

    .rbfw_dt_row_registration.rbfw_dt_sidebar_enabled .rbfw_dt_registration_col1 {
        width: 100%;
    }

    .rbfw_dt_row_registration.rbfw_dt_sidebar_enabled .rbfw_dt_registration_col2 {
        width: 100%;
        padding-left: 0px;
    }
}

/* ------rbfw_muffin_template #rbfw-bikecarsd-calendar-----  */
.rbfw_muffin_template #rbfw-bikecarsd-calendar .calendar-box .prev-button,
.rbfw_muffin_template #rbfw-bikecarsd-calendar .calendar-box .next-button {
    color: var(--rbfw_color_primary);
    cursor: pointer;
}

.rbfw_muffin_template #rbfw-bikecarsd-calendar .calendar-box .prev-button:hover,
.rbfw_muffin_template
#rbfw-bikecarsd-calendar
.calendar-box
.next-button:hover {
    color: var(--rbfw_muff_color8);
}

.rbfw_muffin_template
#rbfw-bikecarsd-calendar
.calendar-box
.week.start-on-monday
.day {
    color: var(--rbfw_color_primary);
}

.rbfw_muffin_template
#rbfw-bikecarsd-calendar
.calendar-box
.week
.day
span:not(.week .day[disabled="disabled"] span) {
    background-color: var(--rbfw_color_primary);
}

.rbfw_muffin_template #rbfw-bikecarsd-calendar .calendar-box .day.today span,
.rbfw_muffin_template
#rbfw-bikecarsd-calendar
.calendar-box
.week
.day.selected
span {
    background-color: var(--rbfw_color_primary);
}

.rbfw_muffin_template
#rbfw-bikecarsd-calendar
.calendar-box
.week
.day
span:not(.week .day[disabled="disabled"] span):hover {
    background: var(--rbfw_single_page_secondary_color);
}

.rbfw_muffin_template .rbfw_back_step_btn:hover {
    color: var(--rbfw_color_primary);
}

.rbfw_muffin_template .rbfw_muff_selected_date {
    background: #f5f5f5;
    color: #545050;
    border: 1px solid #ededed;
}

/* End Donut Template Css */

.rbfw_donut_template .calendar-box .buttons-container {
    background: #f0eaea;
    padding: 10px 45px;
}

.rbfw_donut_template .rbfw_dt_row_registration #rbfw-bikecarsd-calendar {
    padding: 0px;
}

.rbfw_donut_template .calendar-box {
    padding-bottom: 10px;
}

.rbfw_dt_row_registration .rbfw-book-now-btn {
    width: 200px;
    font-size: 20px;
    float: right;
}

.rbfw-single-right-container .item.rbfw_bikecarsd_book_now_btn_wrap {
    text-align: right;
}

#checkin_date,
#checkout_date {
    padding: 0 0 0 45px;
    height: 50px;
}

.mp_default_theme .rbfw-datetime .date .calendar,
.mp_default_theme .rbfw-datetime .time .clock {
    color: var(--rbfw_color_primary) !important;
}


.mp_default_theme .rbfw_bikecarmd_backstep1_btn {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    width: max-content;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.mp_default_theme .rbfw_bikecarmd_backstep1_btn img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.mp_default_theme .rbfw-bikecarmd-result {
    position: relative;
}

/********Added By sumon*******************/

div.rbfw_rent_list_highlighted_features {
    position: relative;
}

.rbfw_absolute_list ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 1;
    background-color: #fff;
}

span.rbfw_item_absolute {
    position: absolute;
    left: 30px;
    top: 0;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: "...";
}

span.rbfw_item_absolute:hover {
    background-color: #fff;
    overflow: inherit;
    white-space: inherit;
    padding: 0 0 10px 0;
    color: #707;
    z-index: 1;
}

/*Custom Registration Form Css*/

.rbfw_regf_wrap {
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.rbfw_regf_group {
    position: relative;
    padding: 5px;
}

.rbfw_regf_group input[type="text"],
.rbfw_regf_group input[type="email"],
.rbfw_regf_group input[type="date"],
.rbfw_regf_group input[type="file"],
.rbfw_regf_group textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: #86b7fe 0.15s ease-in-out,
    rgba(13, 110, 253, 0.25) 0.15s ease-in-out;
    box-sizing: border-box;
}

.rbfw_regf_form_header {
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    font-weight: bold;
}

.rbfw_regf_group input[type="radio"],
.rbfw_regf_group input[type="checkbox"] {
    margin-right: 5px;
}

.woocommerce-cart-form table.rbfw_regf_cart_table th,
table.rbfw_regf_cart_table th {
    border-right: 1px solid #f5f5f5;
}

.woocommerce-cart-form table.rbfw_regf_cart_table,
table.rbfw_regf_cart_table {
    border: 1px solid #f5f5f5;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.rbfw_regf_heading {
    background: #f6f6f6;
    font-weight: bold;
}

.rbfw_regf_file_loader {
    position: absolute;
    right: 1px;
    top: 0;
    background: #f7dd79;
    min-width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 0 3px 3px 0;
}

.rbfw_regf_file_loader.up_success {
    background: #0caa6e;
    color: #fff;
}

.rbfw_regf_group input[type="file"] {
    padding: 4px !important;
}

.rbfw_regf_file_wrap {
    position: relative;
}

.rbfw_regf_group label {
    display: block;
    margin-bottom: 10px;
    width:180px;
}

.rbfw-review-input-group label.rbfw_review_input_label {
    display: inline-block;
    padding: 5px;
    border: 1px solid #e8e8e8;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
    color: #7d7d7d;
}

.rbfw-review-input-group input[type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.rbfw-review-input-group {
    background-color: #fdfdfd;
    border-radius: 5px;
    padding: 5px;
    border-bottom: 1px solid #d3d3d3;
}

.rbfw-review-form-label {
    font-weight: bold;
}

.rbfw_write_review_heading {
    margin: 0;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
}

body.single-rbfw_item div.ast-container {
    display: block;
}

.rbfw_search_form_wrap {
    margin-bottom: 30px;
}

.rbfw_search_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: max-content;
    border: 1px solid #d3d3d3;
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
    margin: auto;
}

.rbfw_search_form button,
.rbfw_search_form select {
    line-height: 25px;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
}

.rbfw_search_form button {
    background: var(--rbfw_rent_list_color1);
    color: #fff;
    padding: 7px 25px;
}

.rbfw_search_form select {
    padding: 10px 8px;
}

.rbfw_search_form_col {
    padding: 5px 8px;
}

.rbfw_search_form label {
    height: 20px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #444;
    display: block;
}

.rbfw-lsn-new-message-box {
    margin: 15px 0;
    padding-left: 20px;
    margin-bottom: 25px !important;
}

.rbfw-lsn-notice-new-message-box p {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 15px;
}

.rbfw-lsn-info-tab {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 8px;
}

.rbfw-lsn-info-tab {
    float: left;
    margin-left: -23px;
}

.rbfw-lsn-info-tab i::before {
    width: 24px;
    height: 24px;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.rbfw-lsn-info-tab i::after {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    bottom: -18px;
}

.rbfw-lsn-info-tab i::before,
.rbfw-lsn-info-tab i::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -17px;
    transform: rotateX(60deg);
}

.rbfw-lsn-tip-box-info {
    padding: 12px 8px 3px 26px;
}

.rbfw-lsn-new-message-box-info {
    background: #eeeeee;
    padding: 3px;
    margin: 10px 0;
}

.rbfw-lsn-tip-box-info {
    color: #01579b;
    background: #b3e5fc;
    font-size: 18px;
}

.rbfw-lsn-tip-icon-info {
    background: #03a9f4;
}

.rbfw-lsn-tip-icon-info::before {
    font-size: 18px;
    content: "";
    top: 5px;
    left: 16px;
    font-family: FontAwesome;
    position: absolute;
    color: white;
}

.rbfw-lsn-tip-icon-info i::before {
    background: #03a9f4;
}

.mp_default_theme {
    box-sizing: border-box;
}

.mp_default_theme *,
.mp_default_theme::before,
.mp_default_theme::after {
    box-sizing: border-box;
}

.rbfw_text_book_now {
    display: flex;
    justify-content: end;
}

/* booking form resourse service */
.resource-qty {
    font-size: 12px;
}


/*New Css*/

a {
    text-decoration: none;
}

ul, li {

}

.rbfw_rent_list_col {
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
}

/*.rbfw_rent_list_inner_wrapper {*/
/*    background-color: #f1f1e5;*/
/*}*/

.rbfw_rent_list_grid_view_top {
    position: relative;
    width: 100%;
    /*max-height: 280px;*/
    max-width: unset !important;
    /*max-height: 280px;*/
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rbfw_rent_list_grid_view_top_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    /*min-height: 255px;*/
}
.rbfw_rent_list_grid_view_top_img1 {
    display: block;
    width: 100%;
    height: 255px;
    overflow: hidden;
}

.rbfw-w-50 .rbfw_rent_list_grid_view_top_img {
    height: 350px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_grid_view_top_img {
    height: 265px;
    margin: 20px 5px 5px 5px;
}


.rbfw_rent_list_grid_view_top_img img {
    width: 100%;
    height: 100%;
    max-height:280px;
    object-fit: contain;
    display: block;
    transition: all 0.5s ease-in-out;
}

.rbfw_rent_list_grid_view_top_img:hover img {
    /*transform: scaleX(-1);*/
    transform: scale(1.1);

}

.rbfw_inner_details {
    border-top-width: 0;
    padding: 15px 20px 20px;
    flex: 2;
    display: flex;
    flex-direction: column;
}

.rbfw_rent_item_bottom_info {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rbfw_rent_list_content {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d0d7de;
    height: max-content;
}

h2.rbfw_rent_list_grid_title {
    line-height: 20px;
}
h2.rbfw_rent_list_grid_title a{
    text-decoration: none !important;
}

.rbfw_rent_list_grid_title {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #202020;
    min-height: 52px;
    margin-bottom: 15px;
    margin-top: 0 !important;
}

.rbfw_rent_list_grid_title a {
    color: #202020;
    text-decoration: none;
    font-size: 18px;
}

.rbfw_rent_list_style_list .rbfw_rent_list_grid_title {
    min-height: auto;
    font-size: 24px;
    margin-bottom: 0;
}

.rbfw_rent_list_grid_title a:hover {
    color: var(--rbfw_color_primary);
}

.rbfw_rent_list_grid_row {
    display: inline-flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 4px;
}


.rbfw_rent_list_row_price_level {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #515151;
    letter-spacing: -0.01em;
    max-width: 130px;
}

.rbfw_rent_list_style_list .rbfw_pricing-box {
    padding: 5px 15px;
    background: var(--rbfw_color_primary);
    color: #fff;
    font-weight: 600;
}

@media (min-width: 992px) {
    .rbfw_rent_list_style_list .rbfw_pricing-box {
        min-width: 180px;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .rbfw_rent_list_style_list .rbfw_pricing-box {
        margin-top: 15px;
    }
}

.rbfw_rent_list_style_list .rbfw_pricing-box .rbfw_rent_list_row_price_level {
    color: #fff;
    font-weight: 400;
}

.rbfw_rent_list_style_grid .rbfw_rent_list_row_price {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: var(--rbfw_color_primary);
    line-height: 1;
    margin: 0;
}

.rbfw_rent_list_info {
    display: list;
    grid-template-columns: 1fr 1fr;
    font-size: 15px;
    column-gap: 15px;
    row-gap: 5px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}

.rbfw-w-25 .rbfw_rent_list_info {
    grid-template-columns: 1fr;
}

.rbfw-w-25:not(.rbfw_rent_list_style_list) .rbfw_rent_list_grid_view_top_img {
    height: 200px;
}

@media (min-width: 1200px) {
    .rbfw-w-25 .rbfw_rent_list_grid_title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .rbfw-w-25 .rbfw_rent_list_grid_view_top_img {
        height: 250px;
    }
}

.rbfw_rent_list_info li i {
    color: var(--rbfw_color_primary);
}

.rbfw_rent_list_info li {
    color: #0a0a0a;
}

.bfw_rent_list_items {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 5px;
    text-align: left;
}

.bfw_rent_list_items .bfw_rent_list_items_icon {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    color: var(--rbfw_color_primary);
}

.rbfw_rent_list_btn {
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    padding: 5px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    background: var(--rbfw_color_primary);
    color: #fff;
    border-radius: 2px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
}
a.rbfw_rent_list_btn{
    color: #fff;
    border-radius: 5px;
    text-decoration: none !important;
    font-size:16px;
}

a.rbfw_rent_list_btn:hover{
    text-decoration: none;
    color: #fff;
}

.rbfw_rent_list_style_list .rbfw_rent_list_btn {
    display: inline-flex;
    padding: 8px 26px;
    margin:10px 0px;
}

.rbfw_rent_list_btn .button-icon svg {
    width: 22px;
    height: auto;
}

.rbfw_rent_list_btn .button-icon svg path {
    stroke: #fff;
    transition: all 0.3s ease-in-out;
}

.rbfw_rent_list_btn span {
    display: inline-block;
    line-height: 1;
}

.rbfw_rent_list_btn:hover {
    background:  var(--rbfw_single_page_secondary_color);
    color: #fff;
}

.rbfw_rent_list_btn:hover .button-icon svg path {
    stroke: #fff;
}

/*.rbfw_rent_list_btn span:first-child {*/
/*  position: absolute;*/
/*  height: 63px;*/
/*  width: 60px;*/
/*  min-width: 60px;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  overflow: hidden;*/
/*  -webkit-transition: width 0.3s;*/
/*  -o-transition: width 0.3s;*/
/*  transition: width 0.3s;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*}*/

.rbfw_pagination {
    display: flex;
    justify-content: center; /* Centers the pagination links */
    margin: 20px 0;
}

.rbfw_pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #ededdb;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #515151;
    -webkit-transition: color 0.3s, border 0.3s, background;
}

.rbfw_pagination .page-numbers:hover {
    box-shadow: rgba(0, 0, 0, .16) 0px 1px 4px;
}

.rbfw_pagination .current {
    background-color: var(--rbfw_color_primary);
    color: #ffffff;
}
.rbfw_pagination a{
    text-decoration: none;
}
.rbfw_pagination a:hover {
    background-color: var(--rbfw_single_page_secondary_color);
    color: #ffffff;
}

@media only screen and (max-width: 2420px) {
    .rbfw_rent_list_style_grid {
        gap: 15px;
    }

    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media only screen and (max-width: 1200px) {
    .rbfw_rent_list_style_grid.rbfw-w-33 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .rbfw_rent_list_style_grid.rbfw-w-33 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}

.available-stock {
    display: none;
    font-size: 12px;
}

.day-time-wise {
    font-size: 12px;
    color: var(--rbfw_color_primary);
}
div.rbfw_day_wise_price table{
    margin:0;
}

.pricing-content-container{
    margin-bottom: 10px;
}

div.rbfw_day_wise_price td, div.rbfw_seasonal_price_info td {
    font-size: 12px;
}

div.rbfw_seasonal_price_info tr:nth-child(odd){
    background-color: #f5f5f5;
}

div.rbfw_seasonal_price_info tr:nth-child(even) td{
   text-align: center;
}

div.rbfw_day_wise_price td, div.rbfw_seasonal_price_info td {
    font-size: 12px;
}

#rbfw-bikecarsd-calendar .ui-datepicker {
    min-width: 100%;
    min-height: auto;
}

/* Container to hold radio buttons inline */
.rbfw_service_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:8px 0px;
}
.rbfw_service_type .rbfw_time{font-size:12px;}

/* Base style for the text radio button */
.rbfw_service_type .radio-button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
    user-select: none;
    text-align: center;
    padding:5px 10px 5px 35px;
    font-size: 15px;
    border-radius:5px;
    border:1px solid #ddd;
    background-color: #f9fafb;
}
.rbfw_service_type .radio-button::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left:10px;
    border-radius: 100px;
    border:1px solid #999;
    background-color:#fff;
}
.rbfw_service_type .radio-button.selected::before{
    background-color: var(--rbfw_color_primary);
    border:1px solid #000;
}

.rbfw_service_type .radio-button label{
    text-align: left;
}
.rbfw_service_type .radio-button{
    font-weight: normal;
}
.rbfw_service_type .radio-button .price,.rbfw_service_type .radio-button .rent-type{
    font-weight: normal;
}
.rbfw_service_type .radio-button .time{
    font-weight: normal;
    color:#666;
}

.rbfw_service_type .radio-button:hover {
    border:1px solid var(--rbfw_color_primary);
    background-color:var(--rbfw_primary_opacity);
    border-radius: 5px;
}
.rbfw_service_type .radio-button.rbfw-sold-out,
.rbfw_service_type .radio-button.rbfw-sold-out:hover,
.rbfw_service_type .radio-button.selected.rbfw-sold-out{
    border:1px solid #f9fafb;
    background-color:#f9fafb;
    
}
.rbfw_service_type .radio-button.rbfw-sold-out{
    cursor: not-allowed;
}
.rbfw_service_type .radio-button.rbfw-sold-out label,
.rbfw_service_type .radio-button.rbfw-sold-out .price{
    color: #9ca3af;
}
.rbfw_service_type .radio-button.rbfw-sold-out .solded{
    padding:2px 3px;
    margin: 2px;
    border-radius: 3px;
    background-color: #ffbebe;
    color: #ef4444;
}
.rbfw_service_type .radio-button.rbfw-sold-out .price{
    text-decoration: line-through;
}
.rbfw_service_type .radio-button.selected.rbfw-sold-out::before,
.rbfw_service_type .radio-button.rbfw-sold-out::before{
    background-color: #ddd;
    border: 1px solid #ccc;
}

/* Selected state for the radio button */
.rbfw_service_type .radio-button.selected {
    border:1px solid var(--rbfw_color_primary);
    background-color:var(--rbfw_primary_opacity);
}

/* Make it easier to click and select by using the label */
.rbfw_service_type input[type="radio"] {
    display: none;
}

.rbfw_service_type input[type="radio"]:checked + .rbfw_service_type .radio-label {
    background-color: #007bff;
    color: white;
    border-radius: 5px;
}


.timely_quqntity_table .rbfw_regf_group {
    display: flex;
    justify-content: end;
    align-items: center;
    gap:15px;
    font-weight: bold;
}
.timely_quqntity_table .rbfw_regf_group select{
    width: 60px;
    text-align: center;
    padding: 5px;
    border:1px solid #c5c0c0;
    border-radius:3px;
}

select.rbfw-select.rbfw-time-price.pickup_time option:disabled {
    text-decoration: line-through;
    color: #c3bebe;
}

/*.rbfw_single_default_template .product-quantity{
    display: none;
}*/

.woocommerce-order-received .order-actions-button{
    display:none !important;
}

/* =============date picker format=========== */
.single-rbfw_item #ui-datepicker-div{
    border:1px solid #dfdedd;
    box-shadow: 0 0 15px #ddd;
}
.single-rbfw_item #ui-datepicker-div .ui-datepicker-header{
    background-color: var(--rbfw_primary_opacity);
    background-image: none;
    border-color: var(--rbfw_color_primary);
    border-radius: 18px 18px 0 0;
}
.single-rbfw_item  #ui-datepicker-div .ui-datepicker-next{
    position: absolute;
    top: 50%;
    right: 4px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    border-radius: 0;
}
.single-rbfw_item #ui-datepicker-div .ui-datepicker-prev{
    position: absolute;
    top: 50%;
    left: 4px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    border-radius: 0;
}
.single-rbfw_item #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next::before{
    font-size: 15px;
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.single-rbfw_item #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::before{
    font-size: 15px;
    content: "\f053";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
  }

.single-rbfw_item #ui-datepicker-div .ui-datepicker-prev:hover,
.single-rbfw_item #ui-datepicker-div .ui-datepicker-next:hover{
    background:var(--rbfw_color_primary);
    color: #fff;
    text-align: center;
    border-radius: 100px;
  }
  .single-rbfw_item #ui-datepicker-div .ui-state-default{
    color: var(--rbfw_color_primary);
  }
  .single-rbfw_item #ui-datepicker-div .ui-state-active{
    background-color: var(--rbfw_color_primary);
    color: #fff;
  }
  .single-rbfw_item #ui-datepicker-div a.ui-state-default:hover {
    background-color: var(--rbfw_primary_opacity);
  }
.single-rbfw_item #ui-datepicker-div .ui-datepicker-title{
    background-color: transparent;
    color: var(--rbfw_color_primary);
}

.ui-datepicker table thead{
    background-color:var(--rbfw_primary_opacity);
}
#ui-datepicker-div{
    width: auto;
}
#ui-datepicker-div .ui-datepicker-header{
    padding: 16px 2px;
}
#ui-datepicker-div .ui-datepicker-next,#ui-datepicker-div .ui-datepicker-prev{
    border: 1px solid var(--mage-primary);
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next::before,#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::before{
    color: var(--mage-primary);
    top:50%;
    transform: translateY(-50%);
}

.single-rbfw_item .ui-datepicker-calendar .date-label{
    font-size: 8px;
}
select#rbfw_variation_id_0,select#rbfw_variation_id_1,select#rbfw_variation_id_2 {
    border: 1px solid #dedede;
    background: #f5f5f5;
}
.item.rbfw_bikecarsd_price_summary {
    margin-top: 8px; 
}
.item-content rbfw-costing{border-radius:5px; border: 1px solid #dbd5d5; }


.rbfw_container {
    background: white;
    width:100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.rbfw_header {
    text-align: center;
    padding: 16px;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eee;
}

.rbfw_entry {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 1em;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
}

.rbfw_entry:last-child {
    border-bottom: none;
}

.rbfw_date {
    color: #777;
}

.rbfw_amount {
    font-weight: 600;
    color: #2b7a78;
}

i.fas.fa-minus {
    color: #333;
}
.rbfw-single-left-information ul.rbfw-feature-lists li {
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 10px;
}

.entry-content ul, .entry-content ol {
    padding: 0 !important;
    margin: 0 !important;
}
.rbfw-related-product-title-wrap a{color:#333;}
.sliderItem.activeSlide{border-radius:8px;}
.sliderShowcaseItem.activeSlide {
    border-radius: 8px;
}
[data-bg-image] {border-radius:5px;}

#rbfw_add_meta_box .mds_for_mds input[type=number]{
    width: 100%;
}
.item-content.rbfw-costing .rbfw_pricing_applied, .rbfw_room_price_summary .rbfw_pricing_applied{
    font-size: 10px;
    color: var(--rbfw_color_primary);
}
.rbfw-particular-date{
    width: 15%;
    padding-right: 5px;
}
.rbfw-time-slots-wrapper{
    width: 60%;
}
.rbfw-particular-time-action{
    width: 10%;
}
.item.day-threshold-item-for-month, .item.day-threshold-item-for-week, .item.half-day-price-item{
    background: #ebffeb !important;
}

/* =============shamim for multiple day multiple item=========== */


@media only screen and (min-width: 600px) {
    div.mp_right_section .rbfw_multi_items_right {
        width: 500px;
    }
}
.rbfw_multi_items_right .rbfw_select_rental_period
 {
    padding: 10px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 10px;
}

.rbfw_multi_items_right .rbfw_rental_pricing_rates {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.rbfw_multi_items_right .rbfw_bikecarmd_es_table tr {
    background: none; 
}

#rbfw-items-summary {
    margin-bottom:10px;
}
#rbfw-items-summary .item-type{
     margin-bottom:10px;
}
#rbfw-items-summary .item-type:last-child{
   border-bottom: 1px solid #ddd;
   padding-bottom: 10px;
}


.multi-service-category-section .rbfw-single-right-heading{
    margin-top:7px;
}

.rbfw_bikecarmd_es_table .rbfw-resource-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #f5f7fa;
    border:1px solid #dce3ea;
    margin-bottom: 5px;
    border-radius: 5px;
}

.rbfw-costing .rbfw-single-right-heading{
    margin-top:7px;
}

.rbfw_bikecarmd_es_table .service-price-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 10px;
    padding:10px;
}
.rbfw-refundable{
    font-size: 12px;
}
#rbfw_add_meta_box .rbfw_term_input{
    width: 100% !important;
}
.rbfw-term-condition{
    display: inline-block;
    margin-bottom: 20px;
}


