/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.align-items-center {
    align-items: center !important;
}

#post_author_override {
    width: 100%;
}

#csp_drawer_footer {
    width: 100%;
}

.csp_drawer_footer {
    width: 100% !important;
}

#csp_drawer_icon_text {
    width: 100%;
}

.cs-bolder {
    font-weight: 600;
}

#csp_drawer_position {
    width: 100%;
}

#csp_drawer_mode {
    width: 100%;
}

#csp_drawer_desktop_width {
    width: 100%;
}

#csp_drawer_tablet_width {
    width: 100%;
}

#csp_drawer_mobile_width {
    width: 100%;
}

#csp_drawer_zindex {
    width: 100%;
}

#csp_drawer_button_position {
    width: 100%;
}

.close_btn_option label img {
    width: 24px;
    padding: 0px 2px;
}

.close_btn_option {
    display: flex;
}

.close_btn_option label {
    padding: 2px 10px;
    display: flex;
    align-items: center;
}

.close_btn_option label input {
    margin-top: 2px;
}

.open_btn_option label img {
    width: 24px;
    padding: 0px 2px;
}

.open_btn_option {
    display: flex;
}

.open_btn_option label {
    padding: 2px 10px;
    display: flex;
    align-items: center;
}

.open_btn_option label input {
    margin-top: 2px;
}

.custom_drawer_setting .select_drawer_select_option {
    padding-bottom: 10px;
}

.csp_select_custom_drawer_type {
    width: 100%
}

.csp_drawer_select_menu {
    width: 100%
}

.csp_drawer_select_page {
    width: 100%;
    margin-bottom: 15px;
}

.csp_drawer_select_post {
    width: 100%;
    margin-bottom: 15px;
}

.csp_drawer_select_post_list {
    width: 100%;
    margin-bottom: 15px;
}

.open_icon_css {
    margin: 10px 10px 10px 0px;
}


/* .grid {
    list-style: none;
    margin-left: -40px;
}

.gc {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 40px;
    vertical-align: top;
}

.gc--1-of-3 {
    width: 20%;
}

.gc--2-of-3 {
    width: 80%;
} */

.drawer-setting-main {
    position: relative;
    padding-top: 20px;
}

.menu {
    padding-top: 0px !important;
}

.drawer-setting-main .menu div {
    padding: 15px 20px 15px 40px;
    margin-bottom: 10px;
    color: #000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.drawer-setting-main .menu div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.drawer-setting-main .menu div span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 24px;
    left: 15px;
    background-color: #000;
    border-radius: 100%;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.drawer-setting-main .menu div.active span.light {
    background-color: #FBC02D;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
}

.drawer-setting-main .menu div.active {
    color: #FBC02D;
    padding: 15px 20px 15px 20px;
    background: #ebebeb;
}

ul.nacc {
    position: relative;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
    width: calc(100% - 40px);
    border: 1px solid #8c8f94;
    padding: 15px 20px;
    display: none;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
    transition-delay: .3s;
    z-index: 2;
    display: block;
    transform: translateX(0px);
}

ul.nacc li p {
    margin: 0;
}

.ds-hidden {
    display: none;
}


/*cart menu setting css start*/

.cart-setting-main {
    position: relative;
    padding-top: 20px;
}

.cart_menu {
    padding-top: 0px !important;
}

.cart-setting-main .cart_menu div {
    padding: 15px 20px 15px 40px;
    margin-bottom: 10px;
    color: #000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.cart-setting-main .cart_menu div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cart-setting-main .cart_menu div span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 20px;
    left: 15px;
    background-color: #000;
    border-radius: 100%;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.cart-setting-main .cart_menu div.active span.light {
    background-color: #FBC02D;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
}

.cart-setting-main .cart_menu div.active {
    color: #FBC02D;
    padding: 15px 20px 15px 20px;
    background: #ebebeb;
}

ul.cart_nacc {
    position: relative;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.cart_nacc li {
    width: calc(100% - 40px);
    border: 1px solid #8c8f94;
    padding: 15px 20px;
    display: none;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.cart_nacc li.active {
    transition-delay: .3s;
    z-index: 2;
    display: block;
    transform: translateX(0px);
}

ul.cart_nacc li p {
    margin: 0;
}

.ds-hidden {
    display: none;
}

.csp_drawer_on_off .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

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

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

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

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


/* Rounded sliders */

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

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

.drawer-col-20 {
    flex: 0 0 auto;
    width: 20%;
}


/*cart menu setting css end*/