@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');

:root {
    --phoenix-badge-color: #b81800;
    --primary-color: #032447;
    --secondary-color: #0097eb;
    --light-blue-color: #3874ff;
    --badge-bg: #31374a;
    --bg-warning: #e5780b;
    --bg-success: #25b003;
    --bg-active: #50cd89;
    --bg-danger: #e95050;
    --bs-white: #fff;
    --bs-black: #000;
    --bs-red: #ff0000;
    --dark-blue: #002A48;
    --light-green: #86bc42;
    --bs-green: #198754;
    --light-yellow: #f5c34b;
    --dark-yellow: #ffcc85;
    --purple: #443297;
    --bs-white-shade: #f3f3f3;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --text-gray-100: #B3B5BD;
    --text-gray-200: #eaeaea;
    --text-gray-300: #dddddd;
    --text-gray-400: #f3f5f6;
    --text-gray-500: #ECECEC;
    --text-gray-600: #e3e3e3;
    --text-gray-700: #CEDFFC;
    --text-gray-800: #cccccc;
    --text-gray-1000: #626974;
    --btn-theme-color: #0064CE;
    --btn-theme-color-hover: #074383;
    --fs-default: 14px;
    --fs-medium: 15px;
    --fs-normal: 16px;
    --ftw-bold: 900;
    --ftw-bolder: 500;
    --ftw-normal: 400;
    --ftw-semi-bold: 600;
}


/* Common CSS */

html {
    font-size: 100%;
}

body {
    background-color: var(--bs-white);
    color: var(--bs-black);
    font-family: 'Nunito Sans', sans-serif;
    font-size: var(--fs-normal);
    line-height: 1.642;
    overflow-x: hidden;
}

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0px;
    left: 0;
    z-index: 99999;
    background-color: rgba(var(--bs-white-rgb), 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading-image {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product_list {
    position: relative;
}

.inner-loader,
.inner-loader-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 0;
    top: 0px;
    left: 0;
    z-index: 99999;
    background-color: rgba(var(--bs-white-rgb), 0.9);
    display: none;
}

.inner-loader-image {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
}

.inner-loader-wrapper .inner-loader-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--bs-white);
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-white-shade);
}

.inner-loader-wrapper .inner-loader-image img {}

.shop-cart .inner-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-danger {
    background-color: var(--bg-danger) !important;
}

.bg-info {
    background-color: var(--secondary-color) !important;
}

.badge.bg-secondary {
    background-color: var(--badge-bg) !important;
}

.bg-warning,
.badge-phoenix-warning {
    background-color: var(--bg-warning) !important;
    border: 0 !important
}

.badge.bg-success {
    background-color: var(--bg-success) !important
}

img {
    max-width: 100%;
}

p {
    color: var(--bs-black);
    font-weight: var(--ftw-normal);
}

b {
    font-weight: var(--ftw-semi-bold);
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: var(--bs-black);
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

a:hover,
a:focus {
    color: var(--secondary-color);
    text-decoration: none;
    outline: none;
}

a img {
    border: none;
}

.form-control {
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
}

.form-control:active,
.form-control:focus,
textarea.form-control:active,
textarea.form-control:focus {
    border: 1px solid var(--primary-color);
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    outline: none;
}

textarea.form-control {
    height: auto;
}

textarea.form-control::placeholder {
    color: var(--primary-color);
}

iframe {
    border: none;
}

::selection {
    background: var(--primary-color);
    color: var(--bs-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--bs-white);
    text-shadow: none;
}

::-webkit-selection {
    background: var(--primary-color);
    color: var(--bs-white);
    text-shadow: none;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 7px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: var(--text-gray-500);
    border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--text-gray-800);
    border-radius: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.4;
    color: var(--primary-color);
    font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: var(--primary-color);
    font-weight: var(--ftw-bolder);
}

h1,
.h1 {
    font-size: 45px;
    font-weight: var(--ftw-bold);
}

h2,
.h2 {
    font-size: 38px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: var(--fs-normal);
}

h6,
.h6 {
    font-size: 12px;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}

.fs-default {
    font-size: var(--fs-default) !important;
}

.fs-normal {
    font-size: var(--fs-normal) !important;
}

.heading-color {
    color: var(--primary-color) !important;
}

.border-left {
    border-left: 1px solid var(--text-gray-400);
}

.border-right {
    border-right: 1px solid var(--text-gray-400);
}

.z0 {
    z-index: 0 !important;
}

.z9 {
    z-index: 9;
}

.bdrt1 {
    border-top: 1px solid var(--text-gray-200);
}

.before_none:before {
    display: none;
}

.bdrs60 {
    border-radius: 60px;
}

.bb1 {
    border-bottom: 1px solid var(--text-gray-200);
}

h2 {
    margin-bottom: 30px;
}


/*== Button Area ==*/

.btn {
    border-radius: 6px;
    font-size: var(--fs-medium);
    font-weight: var(--ftw-bolder);
    letter-spacing: 0em;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: revert-layer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.circle {
    border-radius: 27px;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none;
    outline: none;
}

.ovh {
    overflow: hidden;
}

.posr {
    position: relative;
}


/*== Custome Margin Padding ==*/

.p0 {
    padding: 0 !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px !important;
}

.pt70 {
    padding-top: 70px;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb60 {
    padding-bottom: 60px;
}

.border-top-left-radius-10 {
    border-top-left-radius: 10px;
}

.border-bottom-left-radius-10 {
    border-bottom-left-radius: 10px;
}

/* Menu CSS  */

@media (min-width: 993px) {
    .main-menu {
        display: block;
    }

    .mobile-menu {
        display: none;
    }
}

@media (max-width: 992px) {
    .main-menu {
        display: none !important;
    }

    .mobile-menu {
        display: block;
    }

    .header,
    .footer {
        padding: 0 20px !important;
    }
}

.header.stylehome1 {
    background-color: var(--bs-white);
    display: block;
    height: 140px;
    position: relative;
    z-index: 1;
}

.body-min-height {
    height: calc(100vh - 81px);
}

.header.home9_style .mobile_menu_bar a.mobile_logo,
.header.home9_style .mobile_menu_widget_icons a.cart_btn {
    color: var(--primary-color);
}

.header.home9_style .mobile_menu_widget_icons a.cart_btn {
    border: 1px solid rgba(var(--bs-black-rgb), 0.1);
}

.cart-count .badge {
    position: absolute;
    background: var(--bs-white);
    border-radius: 50%;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: 20px;
    height: 20px;
    font-size: 11px;
    text-align: center;
    justify-content: center;
    display: flex;
    top: 0;
    right: -4px;
    align-items: center;
    line-height: normal;
}

.header.stylehome1.home9_style .advscrh_frm_btn .search-btn {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.header.home9_style .header_middle_advnc_search .search_form_wrapper {
    border: 1px solid var(--text-gray-200);
}

.header,
.content,
.footer {
    text-align: center;
}

.header,
.footer {
    font-size: var(--fs-normal);
    font-weight: 700;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding: 0 50px;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

.header a:hover {
    cursor: pointer;
}

.header a.menubar:before {
    content: '';
    display: block;
    background: var(--bs-white);
    height: 2px;
    width: 20px;
}

.header a.menubar span {
    background: var(--bs-white);
    display: block;
    height: 2px;
    margin: 6px 0;
    width: 20px;
}

.header a.menubar:after {
    content: '';
    display: block;
    background: var(--bs-white);
    height: 2px;
    width: 15px;
}

.mobile_menu_bar a.menubar {
    height: 50px;
    left: 0;
    line-height: 40px;
    margin: 0 20px;
    padding-top: 15px;
    position: absolute;
    top: 12px;
    width: 50px;
}

.mobile_menu_bar a.mobile_logo {
    color: var(--bs-white);
    display: block;
    line-height: 36px;
    /* margin-left: 35px;*/
    margin-top: 17px;
}

.header.stylehome1 .mobile_menu_search_widget {
    bottom: 15px;
    margin: 0 auto;
    position: absolute;
    width: auto;
    left: 15px;
    right: 25px;
}

.mobile_menu_search_widget .advscrh_frm_btn {
    top: 0;
}

.mobile_menu_widget_icons {
    position: absolute;
    right: 15px;
}

.mobile_menu_widget_icons ul li:last-child {
    margin-right: 0;
}

.mobile_menu_widget_icons a.cart_btn {
    border-radius: 6px;
    border: 1px solid rgba(var(--bs-white-rgb), 0.1);
    display: block;
    color: var(--bs-white);
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile_menu_widget_icons a.cart_btn:hover {
    background-color: rgba(var(--bs-white-rgb), 0.05);
    ;
}

.mobile_menu_widget_icons a.cart_btn .icon {
    position: relative;
}

.mobile_menu_widget_icons a.cart_btn span.badge {
    border-radius: 50%;
    color: var(--bs-white);
    font-size: 9px;
    height: 16px;
    right: -11px;
    line-height: 10px;
    padding: 3px 0;
    position: absolute;
    top: -5px;
    width: 16px;
    background: var(--primary-color);
}

#mega-menu ul.menu {
    position: relative;
    z-index: 9;
}

#mega-menu ul.menu:after {
    top: 0;
    z-index: -9;
}

.log_reg_form.sidebar_area {
    border: none;
    padding: 10px 20px 0;
}

.log_reg_form {
    background-color: var(--bs-white);
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    padding: 45px 40px 35px;
    position: relative;
}

.log_reg_form .title {
    margin-bottom: 30px;
}

.modal-backdrop {
    display: none;
}

.max-width-1100 {
    max-width: 1100px;
}

.max-width-700 {
    max-width: 700px;
}

.cart {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.header_top_iconbox {
    position: relative;
}

.header_top_iconbox .icon {
    border-radius: 50%;
    border: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* background: var(--primary-color);
  color: var(--bs-white); */
}

.header_top_iconbox .icon svg {
    color: var(--bs-white);
    font-size: var(--fs-medium);
}

.mobile_logo img {
    max-height: 45px;
    width: auto;
}

.header_top_iconbox h5 {
    font-size: 18px;
}

.home9_header_search_widget {
    position: relative;
}

.home9_header_search_widget .input_field .form_control {
    border-radius: 35px;
    border: 1px solid var(--text-gray-200);
    height: 40px;
    width: 450px;
    padding-left: 17px;
    padding-right: 45px;
}

.checkout-page .home9_header_search_widget {
    display: none;
}

@media (max-width: 1366px) {
    .home9_header_search_widget .input_field .form_control {
        width: 350px;
    }
}

@media (max-width:1280px) {
    .max-width-1100 {
        max-width: 800px;
    }
}

.home9_header_search_widget .search_icon_field .search-btn {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    position: absolute;
    right: 10px;
    top: 2px;
}


/*== Header User Setting ID ==*/

.user_setting {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.user_setting .btn {
    border: 1px solid transparent;
    color: var(--bs-white);
}

.user_setting a.btn.dropdown-toggle:after {
    display: none;
}

.user_setting .btn:focus {
    border: 1px solid transparent;
    box-shadow: none;
}

.user_setting .dropdown-menu.show {
    border: none;
    border-radius: 6px;
    margin-top: 0;
    margin-left: -195px !important;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    width: 250px;
    transform: translate(0px, 60px) !important;
}

.dropdown-menu {
    padding: 0;
}

.user_setting .dropdown-menu.show:before {
    content: "";
    position: absolute;
    right: 40px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent transparent transparent;
}

.dropdown-action-btn-block {
    border-top: 1px solid var(--text-gray-800);
    padding: 12px 7px;
}

.user_setting .dropdown-menu .user_setting_content {
    padding: 20px 30px;
}

.user_setting .dropdown-menu .user_setting_content a,
.user_setting .dropdown-menu .user_setting_content button {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    line-height: 2.125 !important;
    padding-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.user_setting .dropdown-menu .user_setting_content a:hover,
.user_setting .dropdown-menu .user_setting_content button:hover {
    padding-left: 5px;
    background: none;
}

.user_setting .dropdown-menu .user_setting_content a.active,
.user_setting .dropdown-menu .user_setting_content a.active span,
.user_setting .dropdown-menu .user_setting_content a:hover,
.user_setting .dropdown-menu .user_setting_content a:hover span {
    background-color: transparent;
    color: var(--primary-color);
    font-weight: var(--ftw-bolder);
}

.user_setting .dropdown-menu .user_setting_content a span {
    margin-right: 10px;
}

.arrow-none .dropdown-toggle::after {
    display: none;
}


/*== Header Style ==*/

.header_middle {
    display: inline-block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--text-gray-600);
    z-index: 2;
}

.header_middle {
    background-color: var(--bs-white);
}

.mobile-menu {
    border-bottom: 1px solid var(--text-gray-600);
}

.header_middle .header_top_logo_home1 .logo,
.main_logo .logo_title {
    margin-top: 8px;
}

.header_middle .header_top_logo_home1 .logo img {
    height: 60px;
}

.main_logo .logo_title {
    color: var(--primary-color);
}

.header_middle_advnc_search {
    position: relative;
}

.header_middle_advnc_search .search_form_wrapper {
    background-color: var(--bs-white);
    border-radius: 6px;
    position: relative;
}

.footer_bottom_right_widgets a {
    font-size: var(--fs-default);
}

.header_top_widget .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    border: none;
    width: auto;
}

.advscrh_frm_btn {
    position: absolute;
    right: -12px;
}

.advscrh_frm_btn .search-btn {
    background-color: var(--primary-color);
    border-radius: 0 4px 4px 0;
    color: var(--primary-color);
    height: 50px;
    line-height: 40px;
    text-align: center;
    width: 50px;
}

.search_widgets .title {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: var(--ftw-bolder);
    line-height: 40px;
    letter-spacing: 0em;
    margin-bottom: 25px;
}

.search_widgets .ui_kit_input.search {
    position: relative;
}

.search_widgets .ui_kit_input.search .form-control {
    height: 70px;
}

.header_top_widget {
    position: relative;
}

@media (max-width: 1200px) and (min-width: 991px) {
    .home9_header_search_widget .input_field .form_control {
        width: 230px;
    }

    .header_middle .header_top_logo_home1 .logo img {
        height: 40px;
    }
}

.iconbox {
    position: relative;
    text-align: center;
}

.iconbox p {
    font-weight: bold;
}

.iconbox .icon {
    border-radius: 50%;
    height: 165px;
    margin: 0 auto 0px;
    line-height: 165px;
    text-align: center;
    position: relative;
    width: 165px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    border: 4px solid var(--text-gray-700);
    background: var(--text-gray-700);
}

.iconbox .icon img {
    display: inline;
    height: auto;
    width: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 80px;
    max-height: 120px;
    max-width: 120px;
}

.iconbox .details .title {
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.iconbox .details .subtitle {
    color: var(--text-gray-100);
    font-size: 13px;
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.iconbox:hover .details .title {
    color: var(--primary-color);
}


/*
.default-logo-store {
  font-family: 'Galada', cursive;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  text-align: center;
  line-height: 165px;
  font-size: 74px;
  border: 4px solid var(--text-gray-700);
  background: var(--text-gray-700);
  font-weight: bold;
  color: var(--primary-color);
} */

.store-category-default {
    font-family: 'Galada', cursive;
    font-size: 50px;
    text-align: center;
    color: var(--primary-color);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--text-gray-700);
}

.iconbox:hover .icon img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.vendor_avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}


/*== Menu Style For Home ==*/

nav .brand {
    display: block;
    position: relative;
    width: 170px;
    top: 20px;
}

nav .brand img {
    width: 100%;
}

nav .menu li a {
    display: block;
    padding: 20px 25px;
    text-decoration: none;
    color: var(--primary-color);
}

nav button {
    background: transparent;
    border: none;
    outline: none;
}

header.header-nav {
    padding: 0 30px;
}


/*== Mobile Menu Css ==*/

.sidebar_accordion_widget {
    position: relative;
}

.dropdown-content {
    background-color: var(--bs-white);
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    display: none;
    min-height: 254px;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 9;
}

.dropdown-content:before {
    background-color: var(--bs-white);
    content: '';
    height: 20px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 20%;
    top: -5px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Home Two Featured Row */

.common-heading-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-heading-block h2 {
    margin-bottom: 0;
    font-weight: var(--ftw-bold);
}

.right-link-block a {
    color: var(--light-blue-color);
}

.right-link-block a:hover {
    text-decoration: underline;
}

.banner-section .custom-container-size {
    max-width: 1700px;
}

@media (min-width:1200px) {
    .banner-section .custom-container-size {
        padding: 0 40px;
    }
}

.banner-section .banner-bg-block {
    background-image: url(../images/home-banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 20px;
    border-radius: 8px;
}

.share-products {
    color: var(--primary-color);
    padding-left: 25px;
    background-image: url(../images/share-icon-small.svg);
    background-position: left;
    background-repeat: no-repeat;
}

.share-products:hover {
    color: var(--primary-color);
}

.banner-content-block h1 {
    color: var(--dark-yellow);
}

.banner-content-block h3 {
    color: var(--bs-white);
}

.shop_single_natabmenu button .selected-background-color {
    background-size: contain;
}

@media (max-width:767px) {
    .left-heading-block h2 {
        font-size: 25px;
    }

    .banner-section .banner-bg-block {
        background-image: url(../images/home-banner-img.png);
        background-position: left center;
        padding: 40px 20px;
    }

    .banner-content-block h1 {
        font-size: 25px;
    }

    .banner-content-block h3 {
        font-size: 18px;
    }
}

.product-store-slide .imagebox .img-block {
    border: 1px solid var(--text-gray-800);
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px;
}

.product-store-slide .imagebox p {
    font-weight: bold;
    font-size: var(--fs-default);
    line-height: normal;
    word-break: break-all;
}

.product-store-slide .imagebox p::first-letter {
    text-transform: uppercase;
}

.product-store-slide .imagebox h3 {
    color: var(--bs-black);
    margin-bottom: 0;
}

.imagebox .varient-color-block {
    font-size: var(--fs-default);
    line-height: normal;
    color: var(--bs-black);
    opacity: 0.6;
    font-weight: bold;
}

.table-v-center tr,
.table-v-center td {
    vertical-align: middle;
}


/* /-----------Store Listing on Home ------------/ */

.listing-shot {
    border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    overflow: hidden;
    border-radius: 6px;
    background: var(--bs-white);
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: all ease 0.4s;
}

.bg-image .listing-shot {
    border: none;
}

.listing-shot:hover,
.listing-shot:focus {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.listing-shot-img {
    position: relative;
}

.listing-shot .listing-shot-img img.store-cover {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
    height: 200px;
}

.grid-style .listing-shot-img {
    max-height: 200px;
    height: 200px;
}

span.like-listing {
    position: absolute;
    right: 0;
    bottom: -32px;
    left: calc(50% - 32px);
    text-align: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

span.like-listing img {
    border: 1px solid transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.listing-shot-info {
    padding: 10px 15px;
    position: relative;
}

a.author-img-box img {
    border-radius: 50%;
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.home-one {
    padding: 0;
}

.owl-carousel .owl-item img {
    width: auto;
}

.faq_according .accordion .card.floor_plan {
    outline: none;
}

.faq_according .accordion .card.floor_plan .card-header.active .btn-link {
    color: var(--primary-color);
}

.faq_according .accordion .card.floor_plan .card-header.active {
    border: 1px solid var(--text-gray-400);
}

.faq_according .accordion .card.floor_plan .card-header .btn-link ul li {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.footer_social_widget {
    position: relative;
}

.social_icon_list li a {
    color: var(--bs-white);
    font-size: var(--fs-normal);
    font-style: normal;
    line-height: 35px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid var(--bs-white);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
}

.social_icon_list li a i {
    font-family: 'Font Awesome 6 Brands';
}

.footer_one {
    padding: 60px 0 0;
}

.footer_one hr {
    border-top: 1px solid rgba(var(--bs-white-rgb), 0.1);
    opacity: 1;
}

.rp-footer p,
.rp-footer a {
    color: var(--text-gray-100);
}

.footer_bottom_area {
    background-color: var(--primary-color);
}

.copyright-widget p,
.copyright-widget p a {
    color: var(--text-gray-100);
    font-style: normal;
    font-weight: var(--ftw-normal);
    font-size: var(--fs-default);
    margin-bottom: 0;
}

.footer_one {
    background: var(--primary-color);
    background-position: bottom center;
    position: relative;
}

.copyright-widget {
    position: relative;
}

.footer_contact_iconbox .icon {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer_contact_iconbox .icon span {
    color: var(--primary-color);
    font-size: 30px;
}

.footer_contact_iconbox:hover .icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.footer_contact_iconbox .details .title {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-medium);
    line-height: 22px;
}

.footer_contact_iconbox .details a {
    font-style: normal;
    font-weight: var(--ftw-normal);
    font-size: var(--fs-medium);
    line-height: 22px;
}

.footer_social_widget h4,
.footer_acceped_card_widget h4 {
    color: var(--bs-white);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    letter-spacing: 0em;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: transparent;
    box-shadow: none;
}

.footer_menu ul li .bootstrap-select .dropdown-toggle .filter-option {
    outline: none;
}

.footer_menu ul li .bootstrap-select {
    width: auto !important;
}


/*== Vendor Code Start ==*/

.page_control_shorting {
    position: relative;
}

.page_control_shorting.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 140px;
}

.vendor_grid {
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.vendor_grid .thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.vendor_grid .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.vendor_grid:hover .thumb img {
    transform: scale(1.1);
}

.vendor_grid .details {
    padding: 25px 0 0;
}

.vendor_grid .details .title {
    line-height: 28px;
    letter-spacing: 0em;
}

.vendor_grid .details .sub_title {
    font-size: var(--fs-default);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.vendor_grid .details .btn {
    height: 52px;
    line-height: 45px;
    padding: 0;
}

.vendor_single_page_banner>.bg-cover {
    background-size: cover;
    background-position: center;
    height: 350px;
    border: 1px solid var(--text-gray-800);
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.vendor_single_page_banner>.bg-cover {
    position: relative;
}

.vendor_single_page_banner>.bg-cover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(var(--bs-black-rgb), 0.5);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.store-banner-cover-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2;
}

.vendor_single_page_banner .details {
    position: relative;
    z-index: 1;
    width: 100%;
}

.vendor_single_page_banner .details .title {
    color: var(--bs-white);
    font-size: 26px;
    font-weight: var(--ftw-bolder);
    line-height: 38px;
    letter-spacing: 0em;
}

.vendor_single_page_banner .details .vendor_acc_info {
    padding: 20px 0px;
}

.vendor_single_page_banner .details .vendor_acc_info .buy_btn {
    height: 52px;
    line-height: 37px;
    width: 152px;
}

.owner-store-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--bs-white);
    text-align: center;
    display: flex;
    align-items: center;
}

.shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
.store_5grid_slider.owl-theme.owl-loaded .owl-prev {
    left: 0;
    top: 30%;
}

.shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-next,
.store_5grid_slider.owl-theme.owl-loaded .owl-prev,
.store_5grid_slider.owl-theme.owl-loaded .owl-next {
    background-color: var(--bs-white);
    border-radius: 50%;
    border: 1px solid var(--text-gray-200);
    color: var(--primary-color);
    height: 35px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    width: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shop_item_6grid_slider.owl-theme.owl-loaded .owl-next,
.store_5grid_slider.owl-theme.owl-loaded .owl-next {
    right: 0px;
    top: 30%;
}

.single_product_slider.owl-theme.owl-loaded .owl-prev {
    left: -30px;
    top: 190px;
}

.shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-next,
.store_5grid_slider.owl-theme.owl-loaded .owl-prev,
.store_5grid_slider.owl-theme.owl-loaded .owl-next {
    background-color: var(--bs-white);
}

.shop_item_6grid_slider.owl-theme .owl-nav .owl-prev,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-next,
.store_5grid_slider.owl-theme .owl-nav .owl-prev,
.store_5grid_slider.owl-theme .owl-nav .owl-next {
    background-color: var(--bs-white);
    color: var(--primary-color);
    position: absolute;
}


/*== LogIn Register Page ==*/

.login_form {
    padding: 0;
}

.login_form .input-group-text {
    background-color: transparent;
    border: none;
    height: 40px;
    position: absolute;
    right: 2px;
    top: 6px;
}

.login_form .form-group .custom-control-label {
    font-size: var(--fs-default);
    padding-top: 2px;
}

.login_form p {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-style: normal;
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
}

.login_form p a {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

.login_form .btn-fpswd {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
    text-decoration: underline;
}

.login_form .divide {
    position: relative;
}

.login_form .heading {
    margin-bottom: 25px;
}

.login_form .form-control:focus {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    outline: none;
}

.login_form .form-control:focus::-webkit-input-placeholder {
    color: var(--primary-color);
    outline: none;
}

.login_form .form-control {
    margin-bottom: 10px;
}

.login_form .form-label {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.login_form .form-control {
    background-color: var(--bs-white);
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    color: var(--text-gray-100);
    font-size: var(--fs-medium);
    height: 55px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.login_form .custom-control.custom-checkbox [type='checkbox'],
[type='radio'] {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    height: 16px;
    outline: none;
    width: 16px;
    vertical-align: sub;
}

.login_form .custom-control.custom-checkbox label.custom-control-label {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
    padding-left: 5px;
    text-align: left;
}

.login_form .form-check-input {
    height: 17px;
    width: 17px;
}

.login_form .form-check-label {
    color: var(--primary-color);
    font-size: var(--fs-default);
    padding-left: 0;
}


/*== Question Widget Faq Page ==*/

.faq_content {
    position: relative;
}

.sidebar_accordion_widget,
.sidebar_location_filter {
    padding: 0;
    position: relative;
}

.sidebar_widget_checkbox {
    position: relative;
}

.sidebar_widget_checkbox label.custom_checkbox {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidebar_widget_checkbox label.custom_checkbox,
.sidebar_widget_checkbox label.custom_checkbox:hover span {
    color: var(--primary-color);
}

.sidebar_accordion_widget .faq_according .accordion .card {
    border: none;
    /* border-bottom: 1px solid var(--text-gray-200); */
    border-radius: 0;
    margin-bottom: 0px;
}

.sidebar_accordion_widget .faq_according .accordion .card:last-child {
    border-bottom: none;
}

.sidebar_accordion_widget .accordion .card .card-header {
    border-radius: 7px;
    border: none;
    padding: 7px;
}

.sidebar_accordion_widget .accordion .card .card-header .btn-link {
    color: var(--primary-color);
    display: flex;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0em;
    padding-left: 0;
    text-decoration: none;
}

.subcategory-inner-block {
    padding-left: 20px;
    display: none;
}

.sidebar_accordion_widget .accordion .collapse {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.border-with-padding {
    border: 1px solid var(--text-gray-400);
    padding: 15px;
    border-radius: 12px;
}

.sidebar_accordion_widget .accordion .card .card-body {
    padding: 0;
}

.sidebar_accordion_widget .accordion .card .card-header .btn-link span {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: var(--ftw-bolder);
    line-height: 40px;
    letter-spacing: 0em;
    margin-right: 10px;
    vertical-align: initial;
}

.faq_according .accordion .card .card-header::before {
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary-color);
    content: '\f107';
    font-size: 20px;
    position: absolute;
    right: 7px;
    line-height: 35px;
    margin-top: 0;
    cursor: pointer;
}

.faq_according .accordion .card .card-header.active::before {
    content: '\f106';
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_single_description {
    position: relative;
}

.shop_single_description .title {
    font-size: 20px;
    font-weight: var(--ftw-bolder);
    line-height: 29px;
    letter-spacing: 0em;
}

.shop_single_description .para {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
}

.shop_single_description a {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 40px;
    letter-spacing: 0em;
}

.ui_kit_tab .nav.nav-pills {
    border-bottom: none;
}

.ui_kit_tab .nav.nav-pills .nav-link {
    background-color: var(--text-gray-400);
    border-radius: 6px;
    border: 1px solid transparent;
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-normal);
    line-height: 28px;
    letter-spacing: 0em;
    margin-right: 10px;
    padding: 12px 20px;
    text-align: center;
}

.ui_kit_tab .nav.nav-pills .nav-item {
    display: block;
    margin-bottom: 25px;
}

.ui_kit_tab .nav.nav-pills .nav-item:last-child {
    margin-right: 0;
}

.ui_kit_tab .nav.nav-pills .nav-link.active {
    background-color: var(--primary-color);
    color: var(--bs-white);
    border-radius: 6px;
}

.ui_kit_tab .nav.nav-tabs {
    border: none;
}

.ui_kit_tab .nav.nav-tabs .nav-link {
    color: var(--bs-black);
    display: block;
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
    padding: 0;
    margin-right: 30px;
}

.ui_kit_tab .nav.nav-tabs .nav-link:hover,
.ui_kit_tab .nav.nav-tabs .nav-link:active,
.ui_kit_tab .nav.nav-tabs .nav-link:focus {
    border-color: transparent;
}

.ui_kit_tab .nav.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-bottom: 2px solid var(--btn-theme-color);
    color: var(--primary-color);
}

.shop_single3_style.ui_kit_tab {
    border: 1px solid var(--text-gray-400);
    border-radius: 10px 10px 0 0;
}

.ui_kit_tab .tab-content .tab-pane {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-style: normal;
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
}

.shop_single3_style.ui_kit_tab .nav.nav-tabs {
    border-bottom: 1px solid var(--text-gray-200);
    background: var(--text-gray-400);
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-wrap: nowrap;
}

.shop_single3_style.ui_kit_tab .nav.nav-tabs li.nav-item {
    width: 100%;
}

.shop_single3_style.ui_kit_tab .nav.nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_single_description {
    padding: 10px;
}


/*== CheckBox Widget UI Page ==*/

.custom-control-label:focus,
.custom-control:focus {
    outline: none;
}

.ui_kit_checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--light-green);
    border-color: var(--light-green);
    top: 10px;
}

.ui_kit_checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

img.product-detail-icon {
    height: 20px;
    margin-right: 7px;
}

@media (max-width:991px) {
    .shop_single3_style.ui_kit_tab .nav.nav-tabs .nav-link {
        font-size: 13px;
        font-weight: var(--ftw-semi-bold);
        line-height: 17px;
        padding: 7px 4px;
    }

    img.product-detail-icon {
        height: 14px;
        margin-right: 3px;
    }

    .shop_single3_style.ui_kit_tab .nav.nav-tabs li.nav-item {
        width: auto;
    }
}

@media (max-width:500px) {
    .shop_single3_style.ui_kit_tab .nav.nav-tabs .nav-link {
        margin-right: 0;
    }

    img.product-detail-icon {
        display: none;
    }
}


/*== Custom Check Boxes Start ==*/

.custom_checkbox {
    display: block;
    cursor: pointer;
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 39px;
    letter-spacing: 0em;
    position: relative;
    padding-left: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_checkbox[for="isshippingchange"] {
    display: inline-block;
}


/* Hide the browser's default checkbox */

.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.custom_checkbox .checkmark {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    height: 16px;
    width: 16px;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark {
    background-color: var(--primary-color);
    border: 1px solid transparent;
    border-radius: 50%;
    color: var(--bs-white);
    height: 26px;
    width: 26px;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark:after {
    height: 10px;
    left: 10px;
    top: 6px;
    width: 5px;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style3 {
    background-color: var(--primary-color);
}

.custom_checkbox input:checked~.checkmark {
    background-color: var(--primary-color);
}

.custom_checkbox .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.custom_checkbox input:checked~.checkmark:after {
    display: block;
}

.custom_checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid var(--bs-white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*== Select Box Widget UI Page ==*/

.bootstrap-select .dropdown-menu li {
    margin: 0 20px;
    padding-left: 0;
}

.bootstrap-select .dropdown-menu .disabled {
    opacity: 0.7;
}

.bootstrap-select>.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: var(--bs-black) !important;
}

.bootstrap-select>.dropdown-toggle:hover,
.bootstrap-select>.dropdown-toggle:active,
.bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
    color: var(--primary-color);
    font-size: var(--fs-medium);
    font-weight: normal;
    line-height: 35px;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bootstrap-select .dropdown-menu li:hover a {
    color: var(--primary-color);
}

.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a:focus {
    background-color: transparent;
}

.dropdown-toggle::after {
    vertical-align: 0.1em;
}


/*== MultiSelect CheckBox Widget UI Page ==*/

.mbp_pagination {
    display: inline-block;
    position: relative;
    width: 100%;
}

.mbp_pagination ul.page_navigation {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.mbp_pagination ul.page_navigation li.page-item {
    display: inline-block;
    margin-right: 6px;
}

.mbp_pagination ul.page_navigation li .page-link {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-default);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 50px;
}

.mbp_pagination ul.page_navigation li .page-link:focus {
    box-shadow: none;
}

.mbp_pagination ul.page_navigation li:first-child .page-link {
    border: 1px solid var(--text-gray-200);
}

.mbp_pagination ul.page_navigation li:last-child .page-link {
    border: 1px solid var(--primary-color);
}

.mbp_pagination ul.page_navigation li .page-link:hover {
    background-color: var(--text-gray-400);
}

.mbp_pagination ul.page_navigation li.active .page-link {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--bs-white);
}

.header_search_widget input.form-control {
    background-color: var(--bs-white);
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    flex: 1;
    height: 45px;
    margin-bottom: 0;
    padding-left: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_search_widget button.btn {
    background-color: var(--bs-white);
    border: 1px solid var(--text-gray-200);
    border-left: none;
    border-radius: 0 6px 6px 0;
    color: var(--primary-color);
    height: 45px;
    z-index: 0;
}

.header_search_widget button.btn:focus {
    box-shadow: none;
}


/*== Tag Widget ==*/

.shop_item .details .review ul li a {
    color: var(--primary-color);
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    line-height: 11px;
    text-align: right;
}

.shop_item .details .review ul li {
    margin-right: 2px !important;
}

.account_details_page {
    position: relative;
}

.account_details_page .second_step_setup .title {
    color: var(--bs-black);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.account_details_page .second_step_setup p {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
}

.slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    background-color: var(--text-gray-400);
    border: 1px solid transparent;
    border-radius: 6px;
    height: 2px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: var(--primary-color);
    height: 2px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default,
span.ui-slider-handle.ui-corner-all.ui-state-default:active,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus,
span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
    background-color: var(--bs-white);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    height: 14px;
    outline: none;
    top: -6px;
    width: 14px;
}

.form_grid {
    position: relative;
}

.form_grid .contact_form label.form-label {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
}

.form_grid .contact_form textarea.form-control {
    color: var(--primary-color);
    font-size: var(--fs-medium);
    line-height: 28px;
    padding: 20px 0 0 15px;
}

.form_grid .contact_form button {
    border-radius: 6px;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-medium);
    line-height: 22px;
    height: 40px;
    width: 167px;
}

.contact_form.profile {
    background-color: var(--bs-white);
    border-radius: 3px;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}


/*== CSS Animation Code End ==*/

section {
    padding: 100px 0;
    position: relative;
}

.main-title {
    position: relative;
    margin-bottom: 25px;
}

.main-title h2 {
    line-height: 40px;
    letter-spacing: 0em;
    font-weight: var(--ftw-bold);
    color: var(--dark-blue);
    position: relative;
}

.main-title h2::after {
    /* content: ''; */
    width: 70px;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    top: 55px;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
}

.main-title h2.text-start::after {
    left: 0;
    margin: auto;
    transform: none;
}

.main-title h3 {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
}

.main-title p {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-normal);
    font-size: var(--fs-normal);
    line-height: 28px;
}

.main-title p a {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-normal);
    line-height: 28px;
}

.preloader {
    display: none;
}

.scrollToHome {
    background-color: var(--light-yellow);
    border-radius: 6px;
    bottom: -45px;
    color: var(--bs-white);
    display: block;
    height: 45px;
    line-height: 45px;
    opacity: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.scrollToHome:hover {
    color: var(--bs-white);
}

.scrollToHome.show {
    bottom: 45px;
    right: 45px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax {
    background-position: 50% 0px;
    z-index: 1;
    position: relative;
}

.product-filter-btn {
    background-color: var(--text-gray-400);
    border-radius: 60px;
    cursor: pointer;
    color: var(--primary-color);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-bolder);
    letter-spacing: 0em;
    padding: 7px 20px;
}

.product-sidebar-filter {
    display: none;
}

.main-cat-filter {
    cursor: pointer;
}

@media (max-width: 992px) {
    .product-sidebar-filter {
        position: absolute;
        z-index: 2;
        top: 45px;
        background: var(--bs-white);
        width: calc(100% - 30px);
    }
}


/* Shop Single Page Style */

.shop_single_natabmenu {
    position: relative;
}

.shop_single_natabmenu .nav-link {
    border: 1px solid var(--text-gray-200);
    background-color: transparent;
    height: 80px;
    margin-bottom: 2px;
    width: 80px;
}

.thumb-label-title {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.shop_single_natabmenu .nav-link.active {
    border: 2px solid var(--primary-color);
    background-color: transparent;
}

.shop_single_natabmenu .nav-link img {
    width: 60px;
}

.shop_single_natabmenu .product_popup {
    font-size: 24px;
    position: absolute;
    right: -20px;
    top: 0;
}

.cart_btn_widget {
    position: relative;
}

.cart_btn_widget.shop_single2_style .btn {
    border-radius: 60px;
    padding: 14px 35px;
}

.cart_btn_widget.shop_single3_style .btn {
    border-radius: 60px;
    height: 40px;
    line-height: 29px;
    width: 190px;
}

.cart_btn_widget.shop_single3_style.min-btn .btn {
    min-width: 180px;
}

.cart_btn_widget.shop_single3_sbt_style .btn {
    border-radius: 60px;
    padding: 14px 45px;
}

.cloth_size_list_sscs_page {
    position: relative;
}

.color_chose_list_sscs_page h6.title,
.cloth_size_list_sscs_page h6.title {
    font-size: var(--fs-default);
    line-height: 22px;
}

.color_chose_list_sscs_page .shop_single_natabmenu .nav-link {
    border: 1px solid var(--text-gray-200);
}

.color_chose_list_sscs_page .radio-custom-label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--text-gray-800);
}

.color_chose_list_sscs_page .nav-link.active .radio-custom-label {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.cloth_size_list_sscs_page li a,
.cloth_size_list_sscs_page .nav.nav-pills .nav-link {
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    color: var(--primary-color);
    font-size: var(--fs-default);
    font-weight: var(--ftw-bolder);
    height: 35px;
    line-height: 35px;
    letter-spacing: 0em;
    padding: 0;
    min-width: 40px;
    padding: 0 4px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cloth_size_list_sscs_page li a.active,
.cloth_size_list_sscs_page .nav.nav-pills .nav-link.active,
.cloth_size_list_sscs_page li a:hover {
    background-color: var(--primary-color);
    border-radius: 6px;
    color: var(--bs-white);
}

.shop_single_natabmenu.color_switch .nav-link {
    border: none;
    height: auto;
    width: auto;
    margin-bottom: 10px;
}

.shop_single_product_details {
    padding: 0 30px;
    position: relative;
}

.shop_single_product_details .store-info span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    border: 1px solid var(--text-gray-600);
}

.shop_single_product_details .store-info span img {
    max-width: 25px;
    width: auto;
    height: 18px;
}

.shop_single_product_details.sidebar.ss3_style {
    background-color: var(--text-gray-400);
}

.shop_single_product_details .title {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-transform: capitalize;
    word-break: break-all;
}

.shop_single_product_details p {
    color: var(--text-gray-100);
    font-size: var(--fs-default);
    font-style: normal;
    font-weight: var(--ftw-normal);
    line-height: 24px;
    letter-spacing: 0em;
}

.shop_single_product_details h4 {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: var(--ftw-bolder);
    line-height: 1.182;
    margin-bottom: 15px;
}

.shop_single_product_details .sspd_price {
    color: var(--primary-color);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
}

.shipping-link {
    text-decoration: underline;
    display: inline;
}

.shop_single_product_details .sspd_price small {
    color: var(--text-gray-100);
    font-style: normal;
    font-weight: var(--ftw-normal);
    font-size: var(--fs-normal);
    line-height: 28px;
}

.shop_single_product_details hr {
    color: var(--text-gray-800);
}


/* Top Search Code Start */

.top-search {
    position: relative;
}

.top-search form.form-search {
    position: relative;
}

.top-search form.form-search .box-search.pre_line:before {
    background-color: var(--text-gray-500);
    content: '';
    height: 22px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 1px;
}

.top-search form.form-search .box-search input {
    border: none;
    height: 50px;
    width: calc(100% - 40px);
    padding-left: 0px;
    outline: none;
}

.shop_item {
    background-color: var(--bs-white);
    padding: 0px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 12px;
    border: 1px solid var(--text-gray-200);
}

.shop_item:hover {
    border: 1px solid var(--primary-color);
    /* transform: scale(1.01); */
}

.item .shop_item {
    margin: 10px 5px;
}

.shop_item .thumb {
    position: relative;
    text-align: center;
    border-bottom: 1px solid var(--text-gray-200);
    border-radius: 12px 12px 0 0;
    padding: 10px 0;
}

.shop_item .thumb img {
    height: 200px;
    width: auto;
    margin: 0 auto;
}

.shop_item .details {
    position: relative;
    padding: 10px;
    min-height: 100px;
}

.shop_item .details .sub_title {
    font-style: normal;
    font-weight: var(--ftw-normal);
    font-size: 13px;
    line-height: normal;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.shop_item .details .sub_title .store-logo-thumb {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid var(--text-gray-600);
    margin-right: 7px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_item .details .sub_title img {
    height: 15px;
    max-width: 25px;
}

.shop_item .details .sub_title a {
    text-decoration: underline;
}

.shop_item .details .title,
.shop_item .details .title a {
    color: var(--bs-black);
    font-size: var(--fs-normal);
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    margin-bottom: 0px;
    max-width: 90%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.shop_item .details .title:hover a {
    color: var(--primary-color);
    text-decoration: underline;
}

.shop_item .details .si_footer {
    margin-top: 10px;
    position: relative;
}

.shop_item .details .si_footer .price {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0em;
}

.shop_item .details .si_footer .price small {
    color: var(--text-gray-100);
    font-size: var(--fs-default);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.shop_item:hover .details .si_footer ul li a {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.shop_item .details .si_footer .line {
    background-color: var(--text-gray-400);
    border-radius: 6px;
    height: 6px;
    position: relative;
    width: 100%;
}

.shop_item .details .si_footer .line:before {
    background-color: var(--primary-color);
    border-radius: 6px;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    width: 70%;
}

.shop_item.style3 {
    border: 1px solid transparent;
}

.shop_item.style3:hover {
    border: 1px solid var(--text-gray-200);
}

.shop_item .details .title,
.shop_item .details .title a {
    max-width: initial;
}


/*Shop Slider Contact Css*/

.single_product {
    position: relative;
}

.single_product .product_popup {
    border-radius: 50%;
    background-color: var(--bs-white);
    border: 1px solid var(--text-gray-500);
    bottom: 0;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    -webkit-box-shadow: 0px 4px 10px rgba(var(--bs-black-rgb), 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(var(--bs-black-rgb), 0.05);
    -o-box-shadow: 0px 4px 10px rgba(var(--bs-black-rgb), 0.05);
    box-shadow: 0px 4px 10px rgba(var(--bs-black-rgb), 0.05);
}

.single_product .product_popup span {
    color: var(--primary-color);
    font-size: var(--fs-normal);
}

.shop_item_6grid_slider.nav_none.owl-theme .owl-nav,
.single_product_slider.nav_none.owl-theme .owl-nav {
    display: none !important;
}

.shop_item_6grid_slider.dots_none.owl-theme .owl-dots {
    display: none !important;
}

.shop_item_6grid_slider.owl-theme .owl-nav .owl-prev,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-next {
    background-color: var(--bs-white);
    color: var(--primary-color);
    position: absolute;
}

.shop_item_6grid_slider.owl-theme .owl-nav .owl-next {
    right: 0;
}

.shop_item_6grid_slider.owl-theme .owl-nav .owl-prev:hover,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-next:hover {
    color: var(--primary-color);
}


/* Custom Radio Button Start */

.radio-custom {
    opacity: 0;
    position: absolute;
}

.radio-custom,
.radio-custom-label {
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
}

.radio-custom-label {
    position: relative;
}

.radio-custom .radio-custom-label:before {
    content: '';
    border: 1px solid var(--text-gray-200);
    display: inline-block;
    height: 26px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 26px;
}

.radio-custom .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:focus .radio-custom-label {
    outline: none;
}

.zoomContainer {
    height: 100px !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: var(--bs-white);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

span.text-danger {
    color: var(--bs-red) !important;
    font-size: 0.9rem;
}

.text-primary {
    color: var(--primary-color) !important;
}

.footer_contact_iconbox .icon img {
    height: 20px;
}

.bg-white {
    background: var(--bs-white) !important;
}

.text-white {
    color: var(--bs-white) !important;
}

.btn-gradient {
    /* background: linear-gradient(90deg, #00d8c8 -3.3%, #8a64eb 100%); */
    background: var(--btn-theme-color);
    border-radius: 25px;
    color: var(--bs-white);
    font-weight: bold;
    align-items: center;
    padding: 7px 25px;
    border: 0;
    justify-content: center;
    min-width: 200px;
}

.btn-common {
    /* background: linear-gradient(90deg, #00d8c8 -3.3%, #8a64eb 100%); */
    background: var(--btn-theme-color);
    border-radius: 25px;
    color: var(--bs-white);
    font-weight: bold;
    align-items: center;
    padding: 12px 26px;
    border: 0;
    justify-content: center;
    z-index: revert-layer;
}

.btn-default {
    height: 40px;
    padding: 7px 16px;
    border-radius: 20px;
    color: #19124F;
    background: var(--text-gray-400);
    font-weight: bold;
}

.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:active:focus,
.btn-gradient:active:hover,
.btn-gradient:focus:hover,
.btn-gradient:focus:active {
    color: var(--bs-white);
    background: var(--btn-theme-color-hover);
}

.btn-common:hover,
.btn-common:active,
.btn-common:focus,
.btn-common:active:focus,
.btn-common:active:hover,
.btn-common:focus:hover,
.btn-common:focus:active {
    color: var(--bs-white);
    background: var(--btn-theme-color-hover);
}

.btn-outline-gradient {
    border: 1px solid var(--bs-white);
    border-radius: 25px;
    color: var(--bs-white);
    padding: 7px 25px;
}

.btn-outline-gradient:hover,
.btn-outline-gradient:active,
.btn-outline-gradient:focus {
    border: 1px solid var(--btn-theme-color-hover);
    color: var(--bs-white);
    background: var(--btn-theme-color-hover);
}

.btn-gradient .btn-left-icon {
    margin-right: 10px;
    width: 25px;
}

.mobile_menu_widget_icons .btn-gradient {
    min-width: unset;
}


/* Home Page CSS */

.store-category-block {
    /* background: var(--text-gray-500); */
    margin-bottom: 25px;
    padding: 25px 20px 20px 20px;
    border-radius: 12px;
    display: block;
}

.store-category-icon img {
    height: 100px;
    width: auto;
}

.store-category-block p {
    color: var(--primary-color);
    font-weight: var(--ftw-bold);
    font-size: 1.3rem;
    margin-bottom: 0;
    text-transform: capitalize;
}

.modal-header {
    background: var(--primary-color);
    color: var(--bs-white);
}

.modal-header h4,
.modal-header h5 {
    color: var(--bs-white);
    font-size: 1.2rem;
}

.modal-header .btn-close,
.modal-header .btn-close:hover,
.modal-header .btn-close:active,
.modal-header .btn-close:focus,
.modal-header .btn-close:active:focus {
    filter: invert(1);
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-open {
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-open .wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--bs-black-rgb), 0.5);
    z-index: 9;
}

.sign-up-block {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(var(--bs-black-rgb), 0.45);
}


/* Store cover page CSS */

.store-block {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.store-block-image {
    margin-right: 12px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    background: var(--text-gray-700);
    text-align: center;
}

.store-block-image img {
    height: 22px;
    max-width: 30px;
}

.store-logo-cover-banner {
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 50%;
    background: var(--text-gray-700);
    text-align: center;
}

.store-logo-cover-banner img {
    /* height: 42px; */
    /* max-width: 55px; */
    border-radius: 50%;
    width: 100%;
    height: 100%;
    outline: 2px solid #fff;
    object-fit: contain;
}

.store-block-name {
    line-height: normal;
    text-transform: capitalize;
}

.page-sorting {
    border: 1px solid var(--text-gray-200);
    border-radius: 7px;
}

.store-category-cover-banner {
    background: var(--text-gray-500);
    padding: 30px 0;
    background-size: cover;
}

.b-b-1 {
    border-bottom: 1px solid var(--text-gray-200);
}

.store-category-cover-banner h1 {
    text-transform: capitalize;
}

.our-brand {
    min-height: calc(100vh - 200px);
}

@media (max-width:767px) {
    .store-category-cover-banner h1 {
        font-size: 2rem;
    }

    .order-inner-block,
    .order-table-block .view-order-title {
        flex-wrap: wrap;
    }

    section.empty-cart-section {
        padding: 0 0;
    }
}


/* User Dashboard CSS */

.users_account_details {
    border: 1px solid var(--text-gray-200);
    border-radius: 12px;
}

.users_account_details .ed_menu_list ul li {
    line-height: 45px;
}

.users_account_details .ed_menu_list ul li a {
    color: var(--primary-color);
    font-style: normal;
    font-size: var(--fs-normal);
}

.users_account_details .ed_menu_list ul li a:before {
    display: none;
}

.users_account_details .ed_menu_list ul li a.active {
    color: var(--primary-color);
    font-weight: bold;
}

.users_account_details .ed_menu_list ul li a span {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

.account_details_user {
    position: relative;
}

.account_details_user img {
    height: 40px;
    margin-top: 0px;
    width: 40px;
}

.content_details {
    line-height: normal;
}

.account_details_user .content_details .title {
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: normal;
    letter-spacing: 0em;
    margin: 0;
}

.account_details_user .content_details .stitle {
    color: var(--primary-color);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.account_details_page {
    position: relative;
}

.account_details_page .second_step_setup .title {
    color: var(--bs-black);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.account_details_page .second_step_setup p {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
}

.auth-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.dashboard_navigationbar {
    margin-bottom: 30px;
    display: none;
}

.dashboard_navigationbar .dropbtn {
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    color: var(--bs-white);
    display: block;
    font-size: var(--fs-default);
    height: 70px;
    margin-bottom: 10px;
    outline: none;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    width: 100%;
}

.dashboard_navigationbar .dropbtn i {
    font-size: var(--fs-normal);
}

.dashboard_navigationbar .dropbtn:hover,
.dashboard_navigationbar .dropbtn:focus {
    background-color: var(--primary-color);
    border: none;
    cursor: pointer;
    outline: none;
}

.dashboard_navigationbar .dropdown {
    position: relative;
}

.dashboard_navigationbar .dropdown-content {
    box-shadow: none;
    display: none;
    height: auto;
    min-width: 160px;
    overflow: auto;
    position: absolute;
    top: 0;
}

.dashboard_navigationbar .dropdown-content a,
.dashboard_navigationbar .dropdown-content button {
    color: var(--bs-black);
    padding: 10px 30px !important;
    text-decoration: none;
    display: block;
}

.dashboard_navigationbar .dropdown-content li {
    height: 50px;
    line-height: 30px;
    padding-left: 0;
    position: relative;
}

.dashboard_navigationbar .dropdown-content li a {
    font-size: var(--fs-default);
}

.dashboard_navigationbar .dropdown-content li a span {
    font-size: 18px;
    padding-right: 10px;
    vertical-align: middle;
}

.dashboard_navigationbar .dropdown-content li a {
    color: var(--bs-white);
}

.dashboard_navigationbar .dropdown-content li a.active {
    background-color: var(--primary-color);
    opacity: 0.8;
}

.dashboard_navigationbar .dropdown-content li.active a {
    color: var(--light-green);
}

.dashboard_navigationbar .dropdown a:hover {
    color: var(--light-green);
}

.dashboard_navigationbar .show {
    background-color: var(--primary-color);
    display: block;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 1s;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    min-height: auto;
    min-width: auto;
    width: 100%;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-content:before {
    display: none;
}


/* Not found CSS */

.our-partner {
    padding: 40px 0;
}

.error_page_content {
    position: relative;
}

.error_page_content .erro_code {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: 150px;
    line-height: 0.94;
}

.error_page_content .error_title {
    color: var(--primary-color);
    font-size: 50px;
    font-weight: var(--ftw-bolder);
    line-height: 72px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.error_page_content p {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

.btn_error {
    display: inline-block;
    font-size: var(--fs-medium);
    font-weight: var(--ftw-bolder);
    line-height: 22px;
    letter-spacing: 0em;
    padding: 10px 35px;
    text-align: center;
}


/* Store Sign In CSS */

.auth-card {
    background-color: var(--bs-white);
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .auth-card {
        width: 27rem;
        margin: 0 auto;
    }
}

.auth-card .auth-title-box {
    width: 100%;
}

@media (min-width: 768px) {
    .auth-card .auth-title-box {
        width: 16.875rem;
    }
}

@media (min-width: 992px) {
    .auth-card .auth-title-box {
        width: 23.4375rem;
    }
}

.auth-card .auth-title-box .auth-title-box-img {
    width: 9.5rem;
    height: 7.56rem;
}

@media (min-width: 768px) {
    .auth-card .auth-title-box .auth-title-box-img {
        width: 12.5rem;
        height: 9.875rem;
    }
}

@media (min-width: 992px) {
    .auth-card .auth-title-box .auth-title-box-img {
        width: 17.93rem;
        height: 14.18rem;
    }
}

.auth-card .auth-form-box {
    margin: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .auth-card .auth-form-box {
        max-width: 16.625rem;
    }
}

@media (min-width: 992px) {
    .auth-card .auth-form-box {
        max-width: 18.75rem;
    }
}

@media (min-width: 1540px) {
    .auth-card .auth-form-box {
        max-width: 25rem;
    }
}

@media (max-width: 767px) {
    .auth-card .auth-form-box {
        padding-top: 50px;
    }

    .product-store-slide .imagebox h3 {
        font-size: 18px;
    }

    .shop-single-content .column {
        margin-top: 2rem;
    }

    .shop_single_product_details .sspd_price {
        font-size: 1.5rem;
    }

    .shop_single_product_details .title {
        font-size: 28px;
    }

    .product-store-slide .owl-controls {
        margin-top: 1rem;
    }
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

.bg-holder.bg-right {
    left: auto;
    right: 0;
}

.bg-holder.overlay:before,
.bg-holder.bg-auth-card-overlay:before {
    position: absolute;
    content: '';
    background: rgba(var(--bs-black-rgb), 0.25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.form-label,
.form-group label {
    padding-left: 0rem;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 0.84rem;
    font-weight: 700;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-icon-container {
    position: relative;
}

.form-icon-container .form-icon-input,
.form-icon-container .form-icon-label {
    padding-left: 2.5rem;
}

.form-icon-container .form-icon {
    position: absolute;
    top: 12px;
    left: 1rem;
}

.form-icon-container .form-floating .form-icon-input {
    padding-left: 35px;
}

.form-icon-container .form-floating+.form-icon {
    top: 1.0625rem;
}

.form-check-input,
.form-select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.bg-100 {
    background-color: rgba(239, 242, 246, 1) !important;
}

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

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

.mb-6 {
    margin-bottom: 2.5rem !important;
}

.bg-auth-card-overlay:before {
    background-color: rgba(227, 230, 237, 0.5) !important;
}

@media (min-width: 768px) {
    .mt-md-15 {
        margin-top: 7.5rem !important;
    }
}

.info-tooltip {
    background: var(--secondary-color);
    display: inline-block;
    color: var(--bs-white);
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 0;
    line-height: 25px;
    font-size: 13px;
}

hr.hr-line {
    background: var(--text-gray-800);
}

.icon-eye {
    position: relative;
}

.icon-eye-password,
.icon-eye-password-change {
    position: absolute;
    right: 11px;
    top: 0;
    cursor: pointer;
    width: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.icon-eye-password .fa-eye,
.icon-eye-password-change .fa-eye {
    display: none;
    font-size: 13px;
}

.icon-eye-password .fa-eye-slash,
.icon-eye-password-change .fa-eye-slash {
    font-size: 13px;
}

.details .heading-color {
    text-transform: capitalize;
}

.related_product_slider.shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
.related_product_slider.shop_item_6grid_slider.owl-theme.owl-loaded .owl-next {
    top: 33%;
}

label.error,
span.error,
span.error_validate {
    color: var(--bs-red) !important;
    font-size: 0.9rem;
    font-weight: normal;
    text-transform: none;
}

label.error::first-letter,
span.error::first-letter,
span.error_validate::first-letter {
    text-transform: uppercase;
}

.card-header.bg-none {
    background: none !important;
}

.bb-0 {
    border-bottom: 0 !important;
}

.faq_according .accordion .card #headingOne::before {
    display: none;
}

@media only screen and (max-width: 1366px) {
    .sidebar-menu {
        width: 230px;
    }

    .mega_button_dropdown_menu.active ul.menu {
        width: 250px;
    }
}

@media only screen and (max-width: 1199.98px) {
    img.product-detail-icon {
        display: none;
    }

    header.header-nav.dashboard {
        padding: 0 5px 0 15px;
    }

    .dropdown-content {
        min-height: 300px;
    }

    .sidebar-menu {
        width: 250px;
    }

    .mbp_pagination ul.page_navigation {
        padding-left: 20px;
    }

    #mega-menu .btn-mega .icon {
        margin-left: 13px !important;
    }

    .zoomContainer .zoomWindowContainer .zoomWindow {
        height: 300px !important;
        right: -10px !important;
        width: 300px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .home9_style #mega-menu {
        display: block;
        height: 10px;
        left: 0;
        margin: 0 auto;
        position: relative;
        right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .dn-992 {
        display: none;
    }

    .dashboard .dashboard__sidebar {
        transform: translateX(-100%);
    }
}

@media only screen and (max-width: 991px) {
    .users_account_details {
        display: none;
    }

    .dashboard_navigationbar {
        display: block;
        position: relative;
    }

    .dropdown-content {
        height: 450px;
        top: 200px;
    }

    .dropdown-content:before {
        left: -10%;
    }

    .copyright-widget {
        margin-top: 0;
        text-align: center !important;
    }

    .login_form button {
        margin-bottom: 40px !important;
    }

    .mbp_pagination ul.page_navigation {
        margin-bottom: 30px;
    }

    /* Single Product detail Page CSS */
    .form_grid .wrapper {
        position: relative;
    }
}

@media only screen and (max-width: 767.98px) {
    .zoomContainer .zoomWindowContainer .zoomWindow {
        left: 0 !important;
    }

    .table.order-succes-tb>:not(:last-child)>:last-child>* {
        border-bottom-color: transparent;
    }

    .zoomLens {
        height: 80px !important;
        width: 80px !important;
    }

    table.my-order tbody tr td {
        text-wrap: nowrap;
    }

    table.my-order thead tr th {
        width: auto !important;
        min-width: 100px;
    }

    table.my-order thead tr th:nth-child(1) {
        min-width: auto;
    }

    table.order-succes-tb>tbody tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: max-content;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--text-gray-800);
    }

    .table.order-succes-tb>:not(:last-child)>:last-child>* {
        border-bottom-color: transparent;
    }

    table.order-succes-tb>thead tr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }

    table.order-succes-tb>thead tr th {
        width: auto !important;
        min-width: 150px;
        text-align: left !important;
        padding: .5rem .5rem;
    }

    table.order-succes-tb>tbody tr td {
        width: 150px !important;
        text-align: left !important;
        padding: .5rem 0;
    }

    table.order-succes-tb>tbody tr td.product-title {
        flex-wrap: wrap;
    }

    .ui_kit_tab .nav.nav-tabs .nav-link {
        margin-right: 5px;
    }

    .shop_single_product_details {
        padding: 0;
    }

    .slider_dib_sm.owl-carousel .owl-stage-outer {
        display: inline-block !important;
    }

    .dropdown-content {
        height: 500px;
        top: 0;
        z-index: 1;
    }

    .dropdown-content:before {
        left: 0;
    }

    .faq_according {
        margin-bottom: 30px;
    }

    .mbp_pagination ul.page_navigation {
        height: 100%;
        padding-left: 15px;
    }

    .vendor_single_page_banner .details .vendor_acc_info {
        padding: 20px 10px;
    }

    .vendor_single_page_banner .details .title {
        font-size: 20px;
        line-height: 27px;
    }

    .shop_item .details .title,
    .shop_item .details .title a {
        max-width: inherit;
    }

    .cart_btn_widget.shop_single3_style .btn {
        width: 100%;
        display: inline;
    }

    .shop_item_6grid_slider.owl-theme .owl-nav,
    .shop_item_6grid_slider.owl-theme .owl-nav {
        display: none;
    }

    .store-category-block {
        padding: 10px 0px 0px 0px;
    }

    .store-category-block p {
        font-size: 1rem;
    }

    .main-title h2 {
        font-size: 30px;
    }

    .main-title h2::after {
        top: 45px;
    }

    .scrollable {
        position: inherit;
    }
}

@media only screen and (max-width: 575.98px) {
    .dropdown-content {
        height: 800px;
    }

    .dropdown-content:before {
        display: none;
    }

    .shop_single_natabmenu .product_popup {
        right: 0;
    }

    .custom_nav_list {
        position: absolute;
        bottom: -20px;
    }
}

@media only screen and (max-width: 520px) {
    .justify-content-520-between {
        justify-content: space-between !important;
    }

    .dropdown-content {
        bottom: 0;
        left: 0;
        max-height: -webkit-fill-available;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        visibility: visible !important;
    }

    .product_single_content .ssp_reply {
        float: none !important;
        margin-bottom: 15px;
    }

    .vendor_single_page_banner .details .vendor_acc_info {
        padding: 120px 30px;
    }

    .cart_btn_widget.shop_single2_style .btn {
        padding-left: 14px 25px;
    }
}

@media only screen and (max-width: 414px) {
    .dropdown-content {
        width: 108%;
    }

    .main-title a {
        display: inline-block;
        float: none !important;
    }

    .ui_kit_tab .nav.nav-tabs .nav-link {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .ui_kit_tab .nav.nav-tabs {
        height: auto;
    }

    .cloth_size_list_sscs_page li a {
        margin-bottom: 10px;
    }
}

@media (min-width:768px) {
    .faq_according .accordion .card .card-header::before {
        width: 50px;
        text-align: center;
    }

    .shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
    .store_5grid_slider.owl-theme.owl-loaded .owl-prev {
        left: -36px;
    }

    .shop_item_6grid_slider.owl-theme .owl-nav .owl-next,
    .store_5grid_slider.owl-theme .owl-nav .owl-next {
        right: -36px;
    }
}

@media (min-width:1201px) and (max-width:1360px) {

    .shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
    .store_5grid_slider.owl-theme .owl-nav .owl-prev {
        left: -54px;
    }

    .shop_item_6grid_slider.owl-theme .owl-nav .owl-next,
    .store_5grid_slider.owl-theme .owl-nav .owl-next {
        right: -54px;
    }
}

@media (min-width:1500px) {

    .shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
    .store_5grid_slider.owl-theme .owl-nav .owl-prev {
        left: -60px;
    }

    .shop_item_6grid_slider.owl-theme .owl-nav .owl-next,
    .store_5grid_slider.owl-theme .owl-nav .owl-next {
        right: -60px;
    }
}

.faq_according .accordion .card .card-header.no-arrow::before {
    display: none;
}


/* Share on Social Media CSS */

.share-wrapper {
    position: relative;
}

.share-box-block {
    display: none;
    position: absolute;
    width: 300px;
    right: 0;
    top: 48px;
    will-change: transform;
    background: var(--bs-white);
    z-index: 1;
}

.share-box-block:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 40px;
    border-style: solid;
    border-width: 16px 9px 0;
    border-color: var(--bs-white) transparent;
    display: block;
    width: 0;
    z-index: 1;
    transform: rotate(180deg);
}

.share-box {
    background: var(--bs-white);
    color: var(--primary-color);
    font-size: var(--fs-default);
    font-weight: var(--ftw-normal);
    text-align: left;
    z-index: 5;
    box-shadow: 0 4px 16px 0 rgba(var(--bs-black-rgb), 0.2);
    transition: opacity .3s ease-in-out;
    padding: 8px;
    overflow: auto;
    text-align: center;
}

.share-box ul {
    margin-bottom: 0;
}

.share-box ul li {
    display: inline-block;
}

.share-box ul li a {
    font-size: 25px;
    margin: 10px;
    border: 1px solid var(--text-gray-600);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    color: var(--primary-color);
}

.share-box ul li a span {
    border: none !important;
}

.share-box ul li a .fa-whatsapp {
    color: #25D366;
}

.share-box ul li a .fa-facebook-square {
    color: #1877F2;
}

.share-box ul li a .fa-twitter {
    color: #1DA1F2;
}

.share-box ul li a .fa-telegram {
    color: #0088cc;
}

@media (max-width:576px) {
    .share-box-block {
        left: 0;
        right: unset;
    }

    .share-box-block:after {
        right: unset;
        left: 40px;
    }

    .share-box-block.show-mb-right {
        right: 0;
        left: unset;
    }
}


/* Pagination CSS */

.mbp_pagination .border {
    border: 0 !important;
}

.mbp_pagination span svg {
    width: 22px;
}

.mbp_pagination nav div:first-child {
    display: none;
}

.mbp_pagination span[aria-current="page"] {
    display: table-cell;
    border-radius: 10px;
}

.mbp_pagination span[aria-current="page"] span {
    background: var(--primary-color) !important;
    border: 0 !important;
    color: var(--bs-white) !important;
    border-radius: 9px;
    padding: 0.3rem 0.75rem !important;
}

.min-height-100 {
    min-height: calc(100vh - 81px);
}


/* Shopping cart CSS */

.cart-product-name {
    border-bottom: 1px solid var(--text-gray-800);
    margin-bottom: 10px;
    padding-bottom: 4px;
    font-size: 18px;
}

.cart-store-name {
    font-size: var(--fs-default);
}

.show-only-sm {
    display: none;
}

@media (max-width:767px) {
    .shopping_cart_table thead {
        display: none;
    }

    .cart_btn_widget {
        text-align: center;
    }

    .shopping_cart_table .table_body tr th,
    .shopping_cart_table .table_body tr td {
        display: block;
    }

    .hide-on-sm {
        display: none !important;
    }

    .show-only-sm {
        display: block;
    }

    .account_user_deails h2.title {
        font-size: 28px;
    }

    .dashboard_navigationbar .dropbtn i {
        margin-right: 10px;
    }
}


/* Shop Order Page Style */

.order_complete_message {
    position: relative;
}

.order_complete_message .icon {
    border-radius: 50%;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 10px;
    width: 80px;
}

.order_complete_message .title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0em;
}

.order_complete_message .para {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-normal);
    font-size: var(--fs-normal);
    line-height: 28px;
}

.shop_order_box {
    position: relative;
}

.shop_order_box .order_list_raw {
    background-color: var(--bs-white);
    border: 1px dashed var(--text-gray-1000);
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 35px 40px 35px;
}

.shop_order_box .order_list_raw ul {
    margin-bottom: 0;
}

.shop_order_box .order_list_raw ul li {
    margin-right: 80px;
    text-align: left;
}

.shop_order_box .order_list_raw ul li:last-child {
    margin-right: 0px;
}

.shop_order_box .order_list_raw ul li h5 {
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
}

.shop_order_box .order_list_raw ul li p {
    color: var(--primary-color);
    font-style: normal;
    font-size: var(--fs-normal);
    line-height: 28px;
    margin-bottom: 5px;
}

.shop_order_box .order_details {
    background-color: var(--bs-white);
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    padding: 40px 50px 20px;
}

.shop_order_box .order_details .title {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0em;
}

.shop_order_box .order_details .od_content .product_name_qnt,
.order_sidebar_widget .product_name_qnt {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-normal);
    font-size: var(--fs-medium);
    line-height: 22px;
}

.order_sidebar_widget .product_name_qnt {
    margin-bottom: 15px;
}

.shop_order_box .order_details .od_content .product_name_qnt span,
.order_sidebar_widget .product_name_qnt span {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-normal);
    font-size: var(--fs-medium);
    line-height: 22px;
}

.shop_order_box .order_details .od_content .subtitle p {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-normal);
    line-height: 35px;
}

.shop_order_box .order_details .od_content .subtitle span {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-normal);
    line-height: 35px;
}

.shop_order_box .order_details .od_content .subtitle .free_shipping {
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.shop_order_box .order_details .od_content .subtitle .fwn_bd_color {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-normal);
    line-height: 35px;
}

.list_last_content .para {
    color: var(--bs-black);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-bolder);
    line-height: 22px;
    letter-spacing: 0em;
}

.checkout_form {
    position: relative;
}

.checkout_form.style2 {
    position: relative;
}

.checkout_form .title {
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: 20px;
    line-height: 29px;
}

.checkout_form .title-label {
    font-size: var(--fs-normal);
}

.checkout_shipping_form {
    border-top: none;
    border-left: none;
    border-right: none;
}

.checkout_form .checkout_coupon .form1 {
    display: block;
    margin-bottom: 60px;
    padding-top: 10px;
    text-align: center;
}

.checkout_form .checkout_coupon form input {
    background-color: transparent;
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    color: var(--text-gray-1000);
    font-size: var(--fs-default);
    line-height: 18px;
    height: 55px;
    margin-right: 24px;
    padding-left: 15px;
}

.checkout_form .checkout_coupon form .form-control:placeholder {
    color: var(--text-gray-1000);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.checkout_form .checkout_coupon form input.form_control:active,
.checkout_form .checkout_coupon form input.form_control:focus,
.checkout_form .checkout_coupon form textarea:active,
.checkout_form .checkout_coupon form textarea:focus,
.checkout_form .checkout_coupon form input.coupon_input:focus {
    color: var(--primary-color);
}

.checkout_form .checkout_coupon form input.form_control:active::placeholder,
.checkout_form .checkout_coupon form input.form_control:focus::placeholder {
    color: var(--primary-color);
}

.checkout_form .checkout_coupon form.form_one {
    max-width: 350px;
    width: 100%;
}

.checkout_form .checkout_coupon form input.coupon_input {
    border: 1px dashed var(--text-gray-1000);
    border-radius: 6px;
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
    height: 55px;
    padding-left: 20px;
    width: 100%;
}

.checkout_form .checkout_coupon form .apply_count_btn {
    position: absolute;
    right: 30px;
    top: 10px;
    text-decoration: underline;
}

.checkout_form .checkout_coupon form textarea {
    background-color: transparent;
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    color: var(--primary-color);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
    padding: 20px;
}

.checkout_form .checkout_coupon form button {
    border-radius: 6px;
    font-size: var(--fs-medium);
    font-weight: var(--ftw-bolder);
    height: 52px;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 0;
    padding: 12px 35px;
}

.checkout_form .checkout_coupon .form2 .form-group {
    margin-bottom: 25px;
}

.checkout_form .checkout_coupon .form2 label {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
}

.checkout_form .checkout_coupon .form2 .ai_title {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 5px;
}

.checkout_form .checkout_coupon .form2 p {
    font-size: var(--fs-normal);
    color: var(--primary-color);
    font-weight: bold;
    line-height: 1.75;
}

.checkout_form.style2 .checkout_country_form {
    position: relative;
}

.checkout_form.style2 .checkout_country_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.checkout_form.style2 .checkout_country_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button.btn.dropdown-toggle {
    border: 1px solid var(--text-gray-200);
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.checkout_form.style2 .custom_checkbox .checkmark {
    top: 3px;
}

.checkout_form.style2 label.custom_checkbox {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-medium);
    line-height: 22px;
    margin-bottom: 20px;
}

.min-width-200 {
    min-width: 200px
}

.shipping-address-form {
    display: none;
}

.order_sidebar_widget {
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    padding: 30px;
    position: relative;
}

.order_sidebar_widget.style2 {
    background-color: var(--bs-white);
    padding: 0px;
}

.order_sidebar_widget .title {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: var(--ftw-bolder);
    line-height: 29px;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

.order_sidebar_widget .subtitle p,
.order_sidebar_widget .subtitle.style2 span {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 35px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.order_sidebar_widget .subtitle.totals p {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 35px;
    letter-spacing: 0em;
}

.order_sidebar_widget.checkout_page {
    padding: 0px;
}

.order_sidebar_widget.checkout_page .title {
    margin-bottom: 20px;
}

.order_sidebar_widget.checkout_page,
.order_sidebar_widget.checkout_page ul li {
    position: relative;
}

.order_sidebar_widget.checkout_page ul li:first-child {
    border-bottom: none;
    padding-bottom: 0;
}

.order_sidebar_widget.checkout_page ul li {
    border-bottom: 1px solid var(--text-gray-200);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.order_sidebar_widget.checkout_page ul li:last-child {
    border-bottom: none;
}

.order_sidebar_widget.checkout_page .product_name_qnt {
    position: relative;
    width: 70%;
}

.order_sidebar_widget.checkout_page .price,
.order_sidebar_widget.checkout_page .price {
    color: var(--primary-color);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
    position: absolute;
    right: 0;
    top: 0;
}

.order_sidebar_widget.checkout_page li.subtitle p {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 35px;
    letter-spacing: 0em;
}

.order_sidebar_widget.checkout_page .payment_method .pm_content {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.order_sidebar_widget.checkout_page .payment_method .pmtitle {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-normal);
    line-height: 35px;
}

.order_sidebar_widget.checkout_page .payment_method .pm_details p {
    color: var(--text-gray-1000);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.payment_method .form-control {
    padding: 0.01rem 0.75rem;
}

.ui_kit_checkbox.checkout_pm .custom_checkbox {
    color: var(--primary-color);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.ui_kit_checkbox.checkout_pm .custom_checkbox .checkmark {
    top: 5px;
}

.payment_widget_btn .btn-block {
    width: 100%;
}

.ui_kit_radiobox .radio label img {
    width: 86px;
}

.ui_kit_radiobox.checkout .radio input[type="radio"] label .radio-label {
    height: 13px;
    top: 12px;
    width: 13px;
}

.ui_kit_radiobox.checkout .radio input[type="radio"]:checked label .radio-label {
    box-shadow: inset 0 0 0 2px var(--light-green);
}

.shopping_cart_table tbody.table_body td .cart_count {
    border: 1px solid var(--text-gray-200);
    border-radius: 3px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    height: 55px;
    line-height: 1.2;
    width: 130px;
}

.shopping_cart_table .table thead tr,
.shopping_cart_table .table tbody.table_body tr {
    border: 1px solid var(--text-gray-200);
}

.shopping_cart_table .table thead tr th:first-child {
    text-align: left;
}

.shopping_cart_table .table thead tr th:nth-child(2),
.shopping_cart_table .table thead tr th:nth-child(3),
.shopping_cart_table .table thead tr th:nth-child(4) {
    text-align: center;
}

.shopping_cart_table .table tbody.table_body tr th {
    text-align: left;
}

.shopping_cart_table .table tbody.table_body tr td {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

.shopping_cart_table .table tbody.table_body tr td:last-child {
    color: var(--primary-color);
    font-size: var(--fs-default);
}

.remove-cart-product {
    display: inline-block;
    cursor: pointer;
}

.shopping_cart_table .table tbody.table_body tr th,
.shopping_cart_table .table tbody.table_body tr td {
    padding: 12px 5px;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block {
    border: 1px solid var(--text-gray-200);
    border-radius: 60px;
    height: 42px;
    vertical-align: middle;
    width: 110px;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus2.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus3.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-plus.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-plus2.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-plus3.inner_page {
    background-color: var(--text-gray-400);
    font-size: 10px;
    height: 30px;
    right: 5px;
    top: 5px;
    width: 30px;
    transform: rotate(0deg);
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus2.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus3.inner_page {
    background-color: transparent;
    left: 5px;
    right: auto;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus.inner_page:hover,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus2.inner_page:hover,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus3.inner_page:hover {
    background-color: var(--text-gray-400);
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-num,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-num2,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-num3 {
    color: var(--primary-color);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.shopping_cart_table .table thead tr th {
    color: var(--bs-white);
    background: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-default);
    line-height: 30px;
}

.shopping_cart_table tbody.table_body th .cart_list .cart_title {
    color: var(--primary-color);
    font-size: var(--fs-default);
    font-style: normal;
    font-weight: var(--ftw-normal);
    line-height: 24px;
    letter-spacing: 0em;
}

.table_body td {
    vertical-align: middle;
}

.order-card-block {
    padding-bottom: 16px;
}

.outer-order-card-block {
    border-bottom: 1px solid var(--text-gray-800);
    padding: 0px;
    position: relative;
    max-height: 400px;
    overflow: auto;
}

.order-card {
    box-shadow: none;
    border: none;
}

.order-card .order-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 110px;
}

.order-sale-tag-block {
    position: relative;
    left: -63px;
    top: -92px;
    z-index: 9;
    transform: rotate(320deg);
}

.order-inner-block,
.order-table-block .view-order-title {
    display: flex;
}

.order-inner-block .order-img {
    min-width: 104px;
}

.order-inner-block .order-content {
    padding: 4px 16px 8px;
    min-width: 226px;
}

.order-inner-block .order-content p {
    margin-bottom: 4px;
}

label.form-label span {
    color: var(--bs-red);
}

.text-success {
    color: var(--bs-green) !important;
}


/* Shop cart button number count increase and decrese Start */

.quantity-block {
    border: 1px solid var(--text-gray-200);
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.quantity-block.home_page_sidebar {
    border: 1px solid transparent;
    border-radius: 60px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.quantity-block.home_page_sidebar:hover {
    border: 1px solid var(--text-gray-200);
}

.quantity-arrow-minus,
.quantity-arrow-plus,
.quantity-arrow-minus2,
.quantity-arrow-plus2,
.quantity-arrow-minus3,
.quantity-arrow-plus3 {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    color: var(--primary-color);
    font-size: 10px;
    height: 25px;
    line-height: 20px;
    outline: none;
    position: absolute;
    text-align: center;
    width: 25px;
}

.quantity-arrow-minus,
.quantity-arrow-minus2,
.quantity-arrow-minus3 {
    font-size: 10px;
    left: 0;
    top: 10px;
}

.quantity-arrow-plus,
.quantity-arrow-plus2,
.quantity-arrow-plus3 {
    background-color: var(--text-gray-400);
    font-size: 10px;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quantity-arrow-minus.inner_page,
.quantity-arrow-minus.home_page_sidebar,
.quantity-arrow-minus2.inner_page,
.quantity-arrow-minus2.home_page_sidebar,
.quantity-arrow-minus3.inner_page,
.quantity-arrow-minus3.home_page_sidebar {
    border-radius: 50%;
    color: var(--primary-color);
    left: 10px;
    top: 15px;
}

.quantity-num.inner_page,
.quantity-num2.inner_page {
    max-width: 145px;
}

.quantity-num.home_page_sidebar,
.quantity-num2.home_page_sidebar {
    max-width: 90px;
}

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

input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-arrow-plus.inner_page,
.quantity-arrow-plus.home_page_sidebar,
.quantity-arrow-plus2.inner_page,
.quantity-arrow-plus2.home_page_sidebar,
.quantity-arrow-plus3.inner_page,
.quantity-arrow-plus3.home_page_sidebar {
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 8px;
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quantity-arrow-minus.home_page_sidebar,
.quantity-arrow-plus.home_page_sidebar,
.quantity-arrow-minus2.home_page_sidebar,
.quantity-arrow-plus2.home_page_sidebar {
    top: 5px;
}

.quantity-arrow-minus.home_page_sidebar,
.quantity-arrow-minus2.home_page_sidebar {
    left: 5px;
}

.quantity-arrow-plus.home_page_sidebar,
.quantity-arrow-plus2.home_page_sidebar {
    right: 5px;
}

.quantity-arrow-minus.inner_page:hover,
.quantity-arrow-plus.inner_page:hover,
.quantity-arrow-minus.home_page_sidebar:hover,
.quantity-arrow-plus.home_page_sidebar:hover,
.quantity-arrow-minus2.inner_page:hover,
.quantity-arrow-plus2.inner_page:hover,
.quantity-arrow-minus2.home_page_sidebar:hover,
.quantity-arrow-plus2.home_page_sidebar:hover {
    background-color: var(--text-gray-400);
    color: var(--primary-color);
}

.quantity-num,
.quantity-num2,
.quantity-num3 {
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    height: 41px;
    max-width: 104px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

.quantity-num.home_page_sidebar,
.quantity-num2.home_page_sidebar {
    height: 35px;
}

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

.checkout-alert {
    display: flex;
    line-height: normal;
    align-items: center;
}

.remove-checkout-product {
    display: flex;
    align-items: center;
}

.my-order-table-block tr td,
.my-order-table-block tr th,
.order-table-block tr td,
.order-table-block tr th {
    vertical-align: middle;
}

.my-order-table-block tr:last-child td {
    border-bottom: 0 !important;
}

.user-detail-block p {
    margin-bottom: 0;
}

.order-info-block {
    background: var(--text-gray-700);
    padding: 20px;
    border-radius: 8px;
}

.order-info-block a {
    font-weight: bold;
}

.address-card-block {
    padding: 0px;
    border-radius: 8px;
}

.order-payment-field {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.quantity-block {
    border: 1px solid var(--text-gray-200);
    border-radius: 60px;
    height: 42px;
    vertical-align: middle;
    width: 110px;
}

.quantity-arrow-minus-product-detail,
.quantity-arrow-plus-product-detail {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: var(--primary-color);
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    outline: none;
    position: absolute;
    text-align: center;
    width: 30px;
}

.quantity-arrow-plus-product-detail {
    background-color: var(--text-gray-400);
    font-size: var(--fs-default);
    right: 6px;
    top: 5px;
}

.quantity-block .quantity-num,
.quantity-block .quantity-num2,
.quantity-block .quantity-num3 {
    color: var(--primary-color);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.quantity-arrow-minus-product-detail {
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 10px;
    height: 30px;
    top: 5px;
    width: 30px;
    transform: rotate(0deg);
    background-color: transparent;
    left: 5px;
    right: auto;
}

.total-payment-field {
    border-top: 1px solid var(--bs-black);
}

.card-error {
    position: relative;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-left: 7px;
}


/* #card-holder-name{width: 100%; border-radius: 50%;} */

.checkout-page .footer_one {
    padding: 0;
}


/* Faq page css Start */

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.faq-title-box {
    width: 100%;
    padding: 2.5rem;
    margin-bottom: 4rem;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
}

.faq-title-box a {
    color: var(--btn-theme-color);
}

@media(min-width: 768px) {
    .faq-title-box {
        width: 75%
    }
}

@media(min-width: 1200px) {
    .faq-title-box {
        width: 55%;
    }
}

.search-box {
    position: relative;
    font-size: .8rem;
    width: 20rem;
}

.search-box .search-input {
    padding-left: 2.5rem;
    padding-right: 2rem;
    border-radius: .375rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-box .search-box-icon {
    position: absolute;
    color: var(--phoenix-gray-500);
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    transform: translateY(-48%);
}

.faq-subcategory-tab .nav-link {
    border: 1px solid var(--text-gray-500);
    color: var(--bs-black);
}

.faq-subcategory-tab .nav-link.active {
    border: 1px solid var(--btn-theme-color);
}

.faq-subcategory-tab .nav-link .category-icon {
    color: var(--text-gray-1000);
    font-size: 1.5625rem;
}

.faq-subcategory-tab .nav-link .category-title {
    font-size: 1.5625rem;
    font-weight: 800;
    line-height: 1;
    word-wrap: break-word;
}

.faq-subcategory-content .list-inline li span.fa-solid {
    margin-top: 6px;
    color: var(--btn-theme-color);
}

.b-b-0 {
    border-bottom: 0 !important;
}


/* #card-holder-name{width: 100%; border-radius: 50%;} */


/* Blogs CSS */


/*== Blog Grid Post ==*/


/*== Search Widget Blog Page ==*/

.sidebar_feature_listing .title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: var(--ftw-bolder);
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.sidebar_feature_listing .flex-shrink-0 {
    margin-bottom: 20px;
}

.sidebar_feature_listing .flex-shrink-0 img {
    border-radius: 6px;
    height: 100px;
    width: 100px;
}

.sidebar_feature_listing .post_title {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-normal);
    line-height: 28px;
}

.sidebar_feature_listing .flex-grow-1 a {
    color: var(--text-gray-1000);
    font-size: var(--fs-default);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.sidebar_feature_listing .flex-grow-1 ul li {
    font-size: var(--fs-default);
    color: var(--primary-color);
    line-height: 1.2;
    margin-right: 0;
}

.blog_search_widget button.btn {
    height: 48px;
}

.blog_search_widget input.form-control,
.header_search_widget input.form-control {
    background-color: var(--bs-white);
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    flex: 1;
    height: 45px;
    margin-bottom: 0;
    padding-left: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dashboard_page.header_search_widget input.form-control,
.dashboard_page.header_search_widget button.btn {
    height: 55px;
}

.blog_search_widget input.form-control:focus,
.dashboard_page.header_search_widget input.form-control:focus,
.dashboard_page.header_search_widget button.btn:focus {
    box-shadow: none;
}

.blog_search_widget input.form-control:focus {
    border-right: none;
}

.blog_search_widget button.btn,
.header_search_widget button.btn {
    background-color: var(--bs-white);
    border: 1px solid var(--text-gray-200);
    border-left: none;
    border-radius: 0 6px 6px 0;
    color: var(--primary-color);
    height: 45px;
    z-index: 0;
}

.blog_search_widget button.btn:focus,
.header_search_widget button.btn:focus {
    box-shadow: none;
}

.header_right_widgets {
    position: relative;
}

.header_right_widgets ul li a {
    border-radius: 16px;
    color: var(--primary-color);
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 55px;
    width: 50px;
}

.header_right_widgets ul li:last-child a {
    height: auto;
    line-height: initial;
    margin: 0;
    padding: 0 0 0 5px;
    width: auto;
}

.header_right_widgets ul li:last-child a:hover {
    background-color: transparent;
}

.header_right_widgets ul li a:hover {
    background-color: var(--text-gray-400);
}

span.active_status {
    background-color: var(--bg-danger);
    border: 1px solid var(--bs-white);
    border-radius: 10px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

.rp-blog .blog-title {
    font-size: 30px;
}

span.active_status.active {
    background-color: var(--bg-active);
}

.rp-blog .btn-link {
    text-decoration: none;
    font-size: 12px;
}


/*== Tag Widget Blog Page ==*/

.blog_tag_widget {
    margin-bottom: 20px;
    position: relative
}

.blog_tag_widget.filter_sidebar {
    padding: 0 0px
}

.blog_tag_widget.filter_sidebar {
    padding: 0
}

.blog_tag_widget .title {
    font-size: 18px;
    font-weight: var(--ftw-bolder);
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 20px
}

.blog_tag_widget .tag_list li a,
.bsp_tags li a {
    border: 1px solid var(--text-gray-200);
    border-radius: 6px;
    display: block;
    height: 42px;
    font-size: var(--fs-default);
    font-weight: var(--ftw-bolder);
    letter-spacing: 0em;
    line-height: 40px;
    margin-bottom: 10px;
    width: 88px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog_tag_widget .tag_list li a:hover,
.bsp_tags li a:hover {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.mbp_blockquote {
    border-radius: 3px;
    margin-top: 25px;
}

.mbp_blockquote .blockquote {
    border-left: 5px solid var(--light-yellow);
    margin-bottom: 30px;
    padding: 30px 0 35px 70px;
    position: relative;
}

.mbp_blockquote .blockquote:before {
    background-color: transparent;
}

.mbp_blockquote .blockquote .title {
    font-size: 18px;
    font-weight: var(--ftw-bolder);
    line-height: 35px;
    letter-spacing: 0em;
}

.mbp_blockquote .blockquote .icon {
    color: var(--text-gray-1000);
    line-height: 0;
}

.mbp_blockquote .blockquote em {
    font-size: var(--fs-normal);
    color: var(--primary-color);
    font-style: italic;
    font-weight: var(--ftw-bolder);
    line-height: 26px;
}

.mbp_blockquote .blockquote .blockquote-footer:before {
    display: none;
}

.bpost_simage li {
    margin-bottom: 10px;
    max-width: 305px;
}

.bpost_simage li img {
    border-radius: 6px;
}

.custom_bsp_grid {
    position: relative;
}

.custom_bsp_grid li {
    margin-bottom: 0;
}

.custom_bsp_grid li a {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 40px;
    letter-spacing: 0em;
}

.bsp_tags {
    position: relative;
}

.blog_post_share li:first-child {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
}

.blog_post_share li {
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog_post_share li:last-child a span {
    margin-right: 0;
}

.blog_post_share li:hover {
    cursor: pointer;
}

.comments_form .form-group {
    margin-bottom: 10px;
}

.blog_post_share li a {
    border-radius: 50%;
    color: var(--primary-color);
    display: block;
    font-size: var(--fs-default);
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog_post_share li a:hover {
    background-color: var(--text-gray-400);
}

.mbp_pagination_tab .pag_prev,
.mbp_pagination_tab .pag_next {
    position: relative;
}

.mbp_pagination_tab .pag_prev .icon,
.mbp_pagination_tab .pag_next .icon {
    color: var(--primary-color);
    font-size: var(--fs-default);
}

.mbp_pagination_tab .pag_prev .detls .ptitle,
.mbp_pagination_tab .pag_next .detls .ptitle {
    line-height: normal;
    letter-spacing: 0em;
}

.mbp_pagination_tab .pag_prev .detls .ptitle:hover,
.mbp_pagination_tab .pag_next .detls .ptitle:hover {
    color: var(--purple);
}

.mbp_pagination_tab .pag_prev .detls p,
.mbp_pagination_tab .pag_next .detls p {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
}

.mbp_pagination_tab {
    position: relative;
}

.mbp_pagination_tab .pag_prev .detls {
    display: inline-block;
    font-size: var(--fs-normal);
    line-height: 1.75;
    margin-bottom: 0;
}

.mbp_pagination_tab .pag_prev a:hover,
.mbp_pagination_tab .pag_next a:hover {
    color: var(--light-green);
}

.mbp_pagination_comments {
    position: relative;
}

.mbp_pagination_comments .total_review {
    padding: 30px 0 0;
    position: relative;
}

.mbp_pagination_comments .total_review h4 {
    color: var(--primary-color);
    line-height: 26px;
    margin-bottom: 0;
}

.mbp_pagination_comments .title {
    font-size: 20px;
    margin-bottom: 30px;
}

.mbp_pagination_comments .mbp_first.media {
    padding: 30px 0 0;
}

.mbp_pagination_comments .mbp_first.media img {
    width: 70px;
}

.mbp_pagination_comments .mbp_first.media .media-body p {
    font-size: var(--fs-default);
    line-height: 1.714;
}

.mbp_pagination_comments .mbp_first .media-body .sub_title {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 23px;
    margin-bottom: 0;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate {
    color: var(--text-gray-1000);
    font-size: var(--fs-default);
    line-height: 20px;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li a,
.sspd_review ul li a,
.shop_item .details .review ul li a {
    color: var(--light-yellow);
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    line-height: 11px;
    text-align: right;
}

.vendor_single .sspd_review ul li a {
    font-size: var(--fs-default);
}

.review_average {
    position: relative;
}

.review_average .title {
    font-size: 60px;
    font-weight: var(--ftw-bolder);
    line-height: 70px;
    letter-spacing: 0em;
}

.single_line_review {
    position: relative;
}

.single_line_review .progress-bar {
    background-color: transparent;
    height: 6px;
    overflow: hidden;
    position: relative;
}

.single_line_review .progress-bar__bg {
    background-color: var(--text-gray-400);
    border-radius: 6px;
    height: 6px;
    width: 300px;
}

.single_line_review .progress-bar__bar {
    background-color: var(--light-yellow);
    border-radius: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: 1;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li:last-child a {
    color: var(--text-gray-200);
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li,
.sspd_review ul li,
.shop_item .details .review ul li {
    margin-right: 2px !important;
}

.sspd_review ul li:last-child {
    color: var(--text-gray-200);
    font-size: 12px;
}

.review_post_meta {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
    position: relative;
}

.review_content_para {
    position: relative;
}

.review_content_para p {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
}

.review_cansel_btns {
    position: relative;
}

.review_cansel_btns a {
    border: 2px solid transparent;
    border-radius: 6px;
    color: var(--text-gray-1000);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-bolder);
    height: 42px;
    line-height: 27px;
    letter-spacing: 0em;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 99px;
}

.review_cansel_btns a:hover {
    color: var(--primary-color);
    border: 2px solid var(--text-gray-200);
}

.all_review_btn {
    position: relative;
}

.all_review_btn .btn {
    height: 52px;
    line-height: 30px;
    width: 169px;
}

.more_btn .btn {
    height: 52px;
    padding: 12px 45px;
    width: auto;
}

.account_user_deails {
    position: relative;
}

.users_account_details .ed_menu_list ul li {
    line-height: 45px;
}

.users_account_details .ed_menu_list ul li a {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-medium);
}

.users_account_details .ed_menu_list ul li a:before {
    display: none;
}

.users_account_details .ed_menu_list ul li a.active {
    color: var(--primary-color);
}

.users_account_details .ed_menu_list ul li a span {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

.account_details_user {
    position: relative;
}

.account_details_user img {
    height: 40px;
    margin-top: 5px;
    width: 40px;
}

.account_details_user .content_details .title {
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
    margin: 0;
}

.account_details_user .content_details .stitle {
    color: var(--primary-color);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-normal);
    line-height: 22px;
    letter-spacing: 0em;
}

.account_details_page {
    position: relative;
}

.account_details_page .second_step_setup .title {
    color: var(--bs-black);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-bolder);
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.account_details_page .second_step_setup p {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
}

.ed_menu_list::-webkit-scrollbar {
    margin-top: 15px;
    margin-right: 10px;
    width: 6px;
    z-index: 3;
}

.ed_menu_list::-webkit-scrollbar * {
    background: transparent;
}

.ed_menu_list::-webkit-scrollbar-track {
    display: none;
}

.ed_menu_list::-webkit-scrollbar-thumb {
    background-color: var(--text-gray-200) !important;
    border-radius: 6px;
}

.ed_menu_list ul {
    margin-bottom: 0;
}

.ed_menu_list ul li a {
    color: var(--primary-color);
    display: block;
    font-size: var(--fs-default);
    font-style: normal;
    font-weight: var(--ftw-normal);
    line-height: 47px;
    letter-spacing: 0em;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ed_menu_list ul li a.active {
    color: var(--light-green);
}

.ed_menu_list ul li a.active:before {
    background-color: var(--light-green);
    bottom: 5px;
    content: "";
    height: 2px;
    position: absolute;
    width: 40px;
}

.our-dashbord {
    position: relative;
}

.our-dashbord.dashbord .container-fluid {
    padding-left: 3%;
    padding-right: 60px;
}

.password_change_form form input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgba(196, 14, 117, 0);
    height: 48px;
    margin-bottom: 30px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.password_change_form form input:focus {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    outline: none;
}

.password_change_form form button {
    border-radius: 6px;
    height: 55px;
    padding: 0 35px;
}

.password_change_form form button:focus {
    box-shadow: none;
    outline: none;
}

.statistics_funfact {
    background-color: var(--bs-white);
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px 25px;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
}

.statistics_funfact .title {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: var(--ftw-bolder);
    line-height: 34px;
    letter-spacing: 0em;
    margin: 10px 0;
}

.statistics_funfact .title .badge {
    border-radius: 6px;
    color: var(--bs-white);
    font-size: 13px;
    font-weight: var(--ftw-normal);
    height: 25px;
    line-height: 25px;
    letter-spacing: 0em;
    margin-left: 7px;
    margin-top: 5px;
    width: 60px;
    padding: 0;
}

.statistics_funfact .title .badge.style1 {
    background-color: var(--bg-active);
}

.statistics_funfact .title .badge.style2 {
    background-color: var(--bg-danger);
}

.statistics_funfact .subtitle1 {
    color: var(--primary-color);
    font-size: var(--fs-medium);
    font-weight: var(--ftw-bolder);
    line-height: 22px;
    letter-spacing: 0em;
}

.statistics_funfact .subtitle2 {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-normal);
    font-size: var(--fs-medium);
    line-height: 22px;
}

.statistics_funfact .subtitle2 span {
    color: var(--purple);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-medium);
    line-height: 22px;
}

.statistics_funfact .icon {
    background-color: var(--text-gray-400);
    border-radius: 16px;
    color: var(--primary-color);
    font-size: 30px;
    height: 60px;
    line-height: 65px;
    position: relative;
    width: 60px;
}

.application_statics,
.dashboard_product_list,
.dashboard_setting_box {
    background-color: var(--bs-white);
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px 30px 25px 0;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
}

.dashboard_product_list,
.dashboard_setting_box {
    padding: 30px;
}

.dashboard_product_list .order_table .table td {
    padding: 20px 10px;
}

.circle_chart_box,
.recent_activity_widget {
    background-color: var(--bs-white);
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
}

.report_widget ul li.report_export a {
    background-color: var(--text-gray-400);
    border-radius: 8px;
    color: var(--primary-color);
    display: block;
    font-size: var(--fs-default);
    font-weight: var(--ftw-normal);
    letter-spacing: 0em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 111px;
}

.rp-blog {
    margin-bottom: 30px;
    position: relative;
}

.rp-blog .thumb {
    overflow: hidden;
    position: relative;
}

.rp-blog .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.rp-blog:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rp-blog.list-type {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.rp-blog .details .tc_content {
    padding: 5px 0 0;
}

.rp-blog.blog_details_inner .details .tc_content {
    padding: 30px 0 0;
}

.rp-blog .details .tc_content .subtitle,
.rp-blog .details .tc_content .post_date {
    color: var(--text-gray-1000);
    font-size: var(--fs-default);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
}

.rp-blog .details .tc_content .title,
.rp-blog .details .tc_content .title a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.badge-rp {
    text-transform: uppercase;
    padding: 2px 8px;
    background-color: var(--text-gray-200);
    color: var(--secondary-color);
    border: 1px solid var(--text-gray-200);
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 4px;
    line-height: normal;
}

.rp-blog.blog_details_inner .details .tc_content .title,
.rp-blog.blog_details_inner .details .tc_content .title a {
    font-style: normal;
    font-size: 28px;
    font-weight: var(--ftw-bolder);
    line-height: 40px;
    letter-spacing: 0em;
}

.rp-blog .thumb img {
    border-radius: 6px 6px 0 0;
}

.rp-blog .fp_footer .fp_meta li:nth-child(2) {
    margin-right: 30px;
}

.rp-blog .details {
    position: relative;
    border: 1px solid var(--text-gray-800);
    padding: 10px;
    border-radius: 0 0 6px 6px;
}

.rp-blog.list-type .thumb {
    max-width: 450px;
    width: 100%;
}

.rp-blog.list-type .details {
    margin-bottom: 20px;
    padding: 50px 0 30px 30px;
}

.rp-blog.list-type .details .title {
    font-size: 26px;
    font-weight: var(--ftw-bolder);
    line-height: 38px;
    letter-spacing: 0em;
}

.rp-blog.list-type .details p,
.rp-blog.blog_details_inner .details p {
    color: var(--primary-color);
    font-size: var(--fs-normal);
    font-weight: var(--ftw-normal);
    line-height: 28px;
    letter-spacing: 0em;
}

.rp-blog .details .tc_content .bpg_meta li a {
    font-size: var(--fs-default);
    color: rgb(119, 119, 119);
    line-height: 1.2;
}

td.order_status button {
    cursor: default;
}


/* ---------Contact-us-page-css---------- */

.inner_contact_iconbox .icon {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.inner_contact_iconbox .icon span {
    color: var(--primary-color);
    font-size: 30px;
}

.inner_contact_iconbox:hover .icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.inner_contact_iconbox .details .title {
    color: var(--primary-color);
    font-style: normal;
    font-weight: var(--ftw-bolder);
    font-size: var(--fs-medium);
    line-height: 22px;
}

.inner_contact_iconbox .details a {
    font-style: normal;
    font-weight: var(--ftw-normal);
    font-size: var(--fs-medium);
    line-height: 22px;
}


/* Testimonials CSS */

.testimonial-page-item {
    padding: 40px;
    box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.1);
    background-position: right;
    background-repeat: no-repeat;
    background-image: url("../images/testimonials-bg.png");
}

.testimonial-page-item-top {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.testimonial-page-item-top>i {
    color: var(--btn-theme-color);
    font-size: 53px;
    line-height: 0;
}

.icon-eye input {
    padding-right: 35px;
}

.testimonial-page-item-top-reviews h6 {
    font-size: 17px;
    line-height: 27px;
    word-break: break-word;
}

.testimonial-page-item-top-reviews ul {
    padding: 0;
    margin: 0;
}

.testimonial-page-item-top-reviews ul li {
    display: inline-block;
}

.testimonial-page-item-top-reviews ul li i {
    color: var(--light-yellow);
}

.testimonial-page-item .user-comment {
    height: 100px;
    overflow: auto;
    word-break: break-word;
}

.testimonial-page-item-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--text-gray-200);
    padding: 20px;
    margin-top: 40px;
    border-radius: 6px;
    position: relative;
}

.testimonial-page-item-bottom::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -10px;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background: var(--bs-white);
    border-top: var(--text-gray-200) solid 1px;
    border-left: var(--text-gray-200) solid 1px;
}

.testimonial-page-item-bottom img {
    max-width: 60px;
    border-radius: 50%;
}


/* ------------Order-status-css------------- */

.badge-phoenix {
    text-transform: capitalize;
    padding: 5px 8px;
    font-size: 13px;
    min-width: 110px;
}

.badge-phoenix-success {
    background-color: var(--bg-success);
    color: var(--bs-white);
    border: 1px solid var(--bg-success);
}

.badge-phoenix-primary {
    background-color: var(--primary-color);
    color: var(--bs-white);
    border: 1px solid var(--primary-color);
}

.badge-phoenix-secondary {
    background-color: var(--badge-bg);
    color: var(--bs-white);
    border: 1px solid var(--badge-bg);
}

.badge-phoenix-info {
    background-color: var(--secondary-color);
    color: var(--bs-white);
    border: 1px solid var(--secondary-color);
}

.our-terms ul {
    list-style-type: disc;
    padding-left: 19px;
}

.our-terms a {
    color: var(--btn-theme-color);
}

.store-password-block {
    width: 600px;
    margin: 0 auto;
}

.store-password-block .card-body {
    padding: 24px;
}

.store-password-block .store-auth-btn {
    float: right;
}

img {
    /* width: 600px;
  height: 450px; */
    /* background: url('backend/configration/assets/img/loader.svg') 50% no-repeat; */
    /* border: 1px solid black;
  border-radius: 5px; */
}

.shop-single-content {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp-blog .details .tc_content .title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_blog_post_content ul {
    list-style: disc;
    margin-left: 18px;
}

table#cart-table {
    width: 100%;
    height: auto;
    min-height: 280px;
}

.shopping_cart_table.table-responsive {
    overflow: auto;
    height: 350px;
    padding-right: 10px;
}

body.overflow-hide {
    overflow: hidden;
}

.phoenix-offcanvas.phoenix-offcanvas-fixed {
    z-index: 1;
}

body.modal-open .tooltip {
    display: none;
}

body.modal-open div[data-bs-toggle="tooltip"] {
    display: none;
}

.zoomWindow {
    background-color: var(--bs-white);
}

a.tdu.heading-color:hover {
    color: var(--secondary-color) !important;
}

.storeCategory.accordion-button {
    background-color: var(--bs-white);
    border: 0px;
    box-shadow: none;
}

.storeCategory.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: var(--bs-white);
    box-shadow: none;
}

.badge-phoenix-danger {
    background-color: var(--bg-danger);
    border-color: var(--bg-danger);
}

.owl-theme .owl-nav .disabled {
    opacity: .3;
    cursor: default;
}

.credit-card-items {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 16px;
}

.credit-card {
    position: relative;
}

.card-option {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
}

.card-option.selected {
    border-color: #007bff;
}

.card-option input[type="radio"] {
    display: none;
}

.custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.custom-radio::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #007bff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.card-option input[type="radio"]:checked+.custom-radio::after {
    display: block;
}

.card-icon {
    width: 40px;
    height: auto;
}

.credit-card .credit-card-remove {
    color: var(--primary-color);
    position: absolute;
    cursor: pointer;
    right: 1px;
    padding: 5px;
    background: #e7e4e4;
    border-radius: 0px 10px 10px 0px;
    width: 50px;
    text-align: center;
    height: 66px;
    line-height: 55px;
}

.pe-6 {
    padding-right: 4rem;
}

.box-shadow-none {
    box-shadow: none !important;
}

.min-height-40 {
    min-height: 40px;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-height-20 {
    line-height: 20px;
}

/* New Home page css */
.new-home {

    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #141824;
    }
}

.home-banner {
    min-height: 620px;
    display: flex;
    align-items: center;
}

.banner-image {
    background: url('../images/hero-banner1.png') no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: -50px;
    padding: 40px 0 60px 130px;
}

.banner-content h2 {
    color: #141824;
    font-weight: 900;
    font-size: 50px;
    line-height: 64px;
}

.banner-content .sub-title {
    font-size: 24px;
    line-height: 32px;
}

.banner-content .btn-blue {
    background-color: #3874FF;
    color: #fff;
    border-radius: 24px;
    font-weight: 500;
}

.gray-section {
    background: #F5F7FA;
}

.gray-section .section-title {
    color: #3874FF;
    font-size: 32px;
}

.feature-item {
    border-left: 1px dashed #b6cadb;
    padding: 16px;
}

.feature-item .icon {
    width: 35px;
}

.ordering-section {
    margin-top: 32px;
}

.order-items .sub-title {
    color: #3874FF;
    letter-spacing: 1px;
}

.world-section {
    background: url('../images/world-shape.png') no-repeat center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    align-items: center;
    /* background-position: 0px -60px; */
}

.world-section .sub-title {
    color: #fff;
    font-size: 24px;
    padding-top: 80px;

}

.world-section .title {
    color: #2990FF;
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(180deg, #28B2FF 0%, #2990FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.max-width-500 {
    max-width: 500px;
}

.contact-section {
    padding-top: 2rem;
    /* padding-bottom: 3rem; */
}

.contact-section textarea::placeholder {
    color: #777;
}

.btn-blue-outline {
    color: #3874FF;
    border: 1px solid #3874FF;
    padding: 12px 30px;
    font-weight: 700;
}

.btn-blue-outline:hover {
    background: #3874FF;
    color: #fff;
}

.footer_shape {
    background: url('../images/footer-shape.png') no-repeat center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 350px;
}

@media (max-width: 1366px) {
    .new-home {
        .container {
            max-width: 1200px;
        }
    }

    .banner-image {
        height: 80%;
    }
}

/* New Home page css end */