:root {
    --section-bg: #f3f3f3;
    --background: #fafafa;
    --foreground: #262626;
    --card: #ffffff;
    --card-foreground: #262626;
    --popover: #ffffff;
    --popover-foreground: #262626;
    --primary: #f01414;
    --primary-foreground: #ffffff;
    --secondary: #f5f5f5;
    --secondary-foreground: #262626;
    --muted: #f5f5f5;
    --muted-foreground: #737373;
    --accent: #f5f5f5;
    --accent-foreground: #262626;
    --destructive: var(--primary);
    --destructive-foreground: #fafafa;
    --border: #e6e6e6;
    --input: #e6e6e6;
    --ring: var(--primary);
    --medical-red: var(--primary);
    --medical-red-hover: var(--primary);
    --medical-red-light: #fff5f5;
    --sidebar-bg: #ffffff;
    --sidebar-text: #404040;
    --sidebar-hover: #f5f5f5;
    --sidebar-active: #fff5f5;
    --sidebar-active-text: var(--primary);
    --radius: .5rem;
    --sidebar-background: #fafafa;
    --sidebar-foreground: #3f3f46;
    --sidebar-primary: #1a1a1a;
    --sidebar-primary-foreground: #fafafa;
    --sidebar-accent: #f4f4f5;
    --sidebar-accent-foreground: #1a1a1a;
    --sidebar-border: #e6eaf0;
    --sidebar-ring: #3182f6;
}

.headtop {
    background-color: #0db8c4;
    padding: 0px 0;
}

@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
@media(min-width:1500px) {
    .container{
        max-width: 1440px;
    }
}
.contact-top ul {
    margin: 0;
}

/* Custom vertical gutter utilities for Bootstrap 4.1 */
.gy-1>.col,
.gy-1>[class^="col-"] {
    margin-bottom: 0.25rem;
    /* 4px */
}

.gy-2>.col,
.gy-2>[class^="col-"] {
    margin-bottom: 0.5rem;
    /* 8px */
}

.gy-3>.col,
.gy-3>[class^="col-"] {
    margin-bottom: 1rem;
    /* 16px */
}

.gy-4>.col,
.gy-4>[class^="col-"] {
    margin-bottom: 1.5rem;
    /* 24px */
}

.gy-5>.col,
.gy-5>[class^="col-"] {
    margin-bottom: 3rem;
    /* 48px */
}

.item-slider-sec .nw-dly-dls {
    display: block;
    height: 270px;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
    border: 1px solid black;
}

.item-slider-sec .nw-dly-dls img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-slider-sec .nw-dly-dls {
    position: relative;
}

.item-slider-sec .nw-dly-dls .dly-dls-inr {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 88%;
}

.item-slider-sec .nw-dly-dls .dly-dls-inr h4 {
    width: 100%;
    font-size: 25px;
    font-weight: 600;
}

.contact-top ul li {
    float: left;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.contact-top ul li a {
    float: left;
    color: #fff;
    font-size: 16px;
}

.top-sec {
    width: 100%;
    padding: 0px 55px;
    border-bottom: 1px solid var(--border);
    border-top: 1px solid var(--border);
}

.top-sec .hedr-mid-innr {
    margin: auto;
    width: 100%;
}

.header-fixed {
    width: 100%;
    padding: 0px;
    /*background: linear-gradient(rgba(000,0,0,1), rgba(000,0,0,0));*/
    background: #fff500;
    z-index: 999;
    top: 0;
    transition: all 0.7s ease-in-out;
}

body {
    overflow-x: hidden;
}

.header_area {
    margin: auto;
    padding-inline: 55px;
    border-bottom: 1px solid var(--border);
}
@media (max-width: 1200px) {
    .header_area, .top-sec {
        padding-inline: 15px;
    }
}
.top-sec ul {
    margin: 0;
}

.top-right-sec {
    width: 100%;
    text-align: left;
    float: left;
    margin-top: 0px;
}

.top-right-sec ul {
    float: right;
    display: flex;
    align-items: center;
  /* width: 93%; */
    justify-content: space-between;
}

.top-right-sec ul li:first-child {
    padding-right: 0px;
}

.top-right-sec ul li {
    float: left;
    position: relative;
}

.top-right-sec ul li:last-child {
    padding-right: 0px;
}

/* .top-right-sec ul li:not(:last-child):after {
    position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 15px);
  background: #eb0447;
  height: 30px;
  width: 2px;

} */

.top-right-sec ol li:not(:last-child):after {
    display: none;
}

.top-right-sec ul li a i {
    color: #000;
}

.top-right-sec ul li a:hover,
.top-right-sec ul li a:focus {
    color: #000;
    text-decoration: none;
}

.top-right-sec ul li ul li {
    float: none;
}

.top-right-sec ul li ul li a i {
    color: #df0605 !important;
}

.top-left-sec {
    width: 100%;
    text-align: left;
}

.top-left-sec ul li {
    float: left;
}

.top-left-sec ul li a {
    color: #232323cc;
    padding: 6px 13px;
    float: left;
}

.top-left-sec ul li a:hover {
    text-decoration: none;
    color: #df0605;
}

.top-right-sec ul li .dropdown-menu {
    top: 160%;
    border: 1px solid #f1f1f1;
  box-shadow: none;
  border-radius: 0;
  width: 185px;

    padding: 0;
}

.dropdown span {
    color: #6f6f6f;
    font-size: 15px;
  white-space: nowrap;
  padding: 0px 0;

    cursor: pointer;
}

.btn-ss {
    display: inline-block;
}

.sigh-btn {
    display: inline-block;
    padding: 8px 15px !important;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-weight: bold !important;
    color: #0c0533 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-top: solid #5bc0de 4px;
    border-bottom: solid #0a0136 4px;
    border-left: solid #bfbfbf 4px;
    border-right: solid #bfbfbf 4px;
    border-radius: 20px;
    text-transform: uppercase;
}

.sigh-btn:hover {
    text-decoration: none;
}

.info-btn {
    background-color: #5bc0de;
    border: solid #5bc0de 1px;
    color: #ffffff;
}

.default-btn {
    border: solid #5bc0de 1px;
    color: #ffffff !important;
    background-color: #5bc0de;
}

.default-btn i {
    color: #ffffff !important;
}

.default-btn:hover {
    background-color: #4eb9e3;
    border: solid 1px #4eb9e3;
}

.default-btn:focus {
    background-color: #4eb9e3;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #4eb9e3;
}

.borderStl {
    border-left: solid #df0605 3px;
    border-radius: 4px;
}

.top-menu {}

.top-menu ul li a {
    float: left;
    padding: 5px 10px;
    color: #3d3d3d;
    font-weight: 500;
}

.top-menu ul li a:hover {
    text-decoration: none;
    color: #20b3f1;
}

.social {
    float: right;
    margin: 0px;
    padding: 5px 0;
    list-style: none;
    color: #ffffff;
}

.social label {
    color: #fff;
    margin-right: 10px;
}

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

.social ul li {
    float: left;
    list-style: none;

    margin-left: 5px;
}

.social ul li a i {
    padding: 8px 10px;
    text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  height: 30px;

    width: 30px;
}

/*.fa-facebook{background-color: #4B69B0;}

.fa-youtube-play{background-color: #E83F3A;}

.fa-twitter{background-color: #37B1E1;}

.fa-whatsapp{background-color: #2BA63A;}

.fa-instagram{background-image: linear-gradient(to right, #F8AE52, #DA2E50, #6253A0);}*/

.header {
    width: 100%;
    border-bottom: solid 1px #ddd;
  margin-bottom: 2px;

    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

/* .logo-sec{width: 85%;} */
.logo-sec {
    width: 100%;
    max-width: 180px;
}

.logo-sec img {
    width: 100%;
}

.logo-sec .mbl-logo {
    display: none;
}

.login-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #178ace;
    border-color: #178ace;
}

.login-btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.login-btn:focus {
    color: #ffffff;
    text-decoration: none;
}

.reg-btn {
    width: 100%;
    display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff !important;
  background-color: #ea0b2a;

    border-color: #ea0b2a;
}

.logo-sec {
    padding: 15px 0px;
}

/*----------------*/
.srch-inpt-cl {
    width: 100%;
    max-width: 66rem;
    padding-inline: clamp(15px, 60vw/12, 60px);
}

.search {
    position: relative;
}

.search .input-group {
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 4px;
}

.search .btn {
    position: absolute;
    right: 4px;
    padding: 0px 8px;
    border-radius: 4px !important;
    z-index: 99;
    height: calc(100% - 8px);
    top: 4px;
    display: flex;
    align-items: center;
}

.search .input-group input#search_cate {
    height: auto;
    padding: 2px;
}

.search .input-group:has(input:focus) {
    border-color: var(--primary);
}

.search input:focus {
    outline: none;
    box-shadow: none;
}

.input-group-append {
    margin: 0px;
}

.bntt {
    display: inline-block;
    padding: 6px 12px;
    height: 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.info-bttn {
    color: #fff;
  background-color: var(--primary);
    border-radius: 0 3px 3px 0 !important;
}

.info-bttn:hover {
    color: #fff;
  background-color: #1c1c1c;
}

@media (max-width: 768px) {
    .hedr-mid-innr_inner.gap-2 {
        gap: 5px;
    }
    .lction .hdr-sl-btn {
        padding: 0px !important;
    }
    .right_account_menu {
        gap: 10px;
    }
    .hdr-pst-btn {
        font-size: 0px !important;
        width: 25px;
        height: 25px;
        margin-right: 5px;
        padding: 5px !important;
    }
    .hdr-pst-btn svg {
        margin: 0 !important;
    }
    .header_cart .hdr-btn-cart .cart {
        margin-right: 5px;
    }
    body .header-sec .top-sec .srch-inpt-cl {
        margin-top: 0;
    }
}

/*--- .price-range-slider ---*/

.price-range-slider {
    width: 100%;
    float: left;

    padding-top: 10px;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;

    outline: none !important;
}

.price-range-slider .range-bar {
    border: none;
    background: #000;
  height: 3px;
  width: 96%;

    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #ec0404;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
  background: #fff;
  border: 2px solid #ec0404;
  height: 17px;
  width: 17px;
  top: -0.52em;

    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #ec0404;
}

/*-------------*/

.swal-button:not([disabled]):hover {
    background-color: #ec0404;
}

.pgntn-ftr-lft  .page-item.active .page-link, .pagination  .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.pgntn-ftr-lft .page-link:hover, .pagination .page-link:hover{
    background-color: var(--primary);
    color: #fff;
}

.pgntn-ftr-lft .page-link:focus, .pagination .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.pgntn-ftr-lft .page-link, .pagination .page-link {
    color: #000;
    background-color: #f7f7f7;
    border: solid 1px var(--border);
    border-radius: 4px !important;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/*---------------*/

.action {
    width: 100%;
    display: flex;
}

.action li {
    padding: 15px;
    float: left;
    flex: 1;
}

.action li a {
    color: #54c1f1 !important;
    font-size: 25px;
}

/*.hm-ctrg{
  width: 100%;
padding: 40px 0;

}*/

.item-ctrg {
    width: calc(100% / 8);
    float: left;

    text-align: center;
}

.img-ctrg {
    width: 120px;
    height: 120px;
  padding: 40px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;

    border-radius: 4px;
}

.tt-ctrg {
    width: 120px;
}

.tt-ctrg h4 {
    font-size: 14px;
    white-space: nowrap;
  text-overflow: ellipsis;

    overflow: hidden;
}

.prd-title {
    width: 100%;
    height: 250px;
  background: url(../img/pro-banner.jpg);

    background-size: cover;
}

.contact-title {
    width: 100%;
    height: 200px;
  background: url(../img/contact-title.jpg);

    background-size: cover;
}

.contact-sec {
    width: 100%;
    padding: 40px 0;
}

.trade-sec {
    width: 100%;
    padding: 10px 0 30px;

    background-color: #ffffff;
}

/*-----*/

.chat-main {
    width: 100%;
    border-top: 1px solid #000;
    background-color: #ffffff;
    display: inline-block;
}

.chat-main a {
    color: #222;
}

.chat-main a:hover {
    color: #222;
}

.chat-msg {
    width: 100%;
    height: 500px;
  overflow-x: hidden;

    margin-bottom: 15px;
}

.chat-input {
    width: 100%;
  float: left;
}

.chat-itam {
    width: 100%;
    padding: 15px;
  border-bottom: solid 2px #f1f1f1;
  display: flex;
  align-items: center;
  float: left;

    position: relative;
}

.offline {
    width: 20px;
    height: 20px;
  /* background-color: #E8E8E8; */
    background-color: #03b42a;
  position: absolute;
  border: solid 4px #ffffff;
  z-index: 1;
  border-radius: 50%;
  right: 0px;

    top: 70%;
}

.online {
    width: 20px;
    height: 20px;
  background-color: #69f154;
  position: absolute;
  border: solid 4px #f5f5f5;
  z-index: 1;
  border-radius: 50%;
  right: 0px;

    top: 70%;
}

.uonline {
    width: 10px;
    height: 10px;
  background-color: #69f154;
  border: solid 0px #f5f5f5;
  z-index: 1;
  border-radius: 50%;
  float: left;
  position: absolute;
  right: -2px;

    bottom: 0px;
}

.uoffline {
    width: 10px;
    height: 10px;
  background-color: #69f154;
  border: solid 0px #f5f5f5;
  z-index: 1;
  border-radius: 50%;
  float: left;
  position: absolute;
  right: -2px;

    bottom: 0px;
}

.userr-img {
    width: 28px;
    height: 28px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  left: 70px;

    top: 20%;
}

.userr-img img {
    width: 100%;
    height: 100%;
}

.chat-itam .chat-img {
    width: 50px;
    height: 50px;
  float: left;

    position: relative;
}

.chat-itam .chat-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.chat-itam .chat-cnt {
    width: 70%;
    float: left;

    margin: 0 20px;
}

.chat-itam .chat-cnt h4 {
    color: #333;
    font-size: 18px;
}

.chat-itam .chat-cnt p {
    color: #333;
    margin-bottom: 0;
    font-size: 14px;
}

.chat-itam .chat-time {
    width: 20%;
}

.chat-main ul li .msg-tt {
    width: 60%;
    float: left;

    line-height: 24px;
}

.chat-main ul li .msg-time {
    width: 20%;
  float: right;
}

.sender {
    background-color: #f6f6f6;
    width: 90%;
  float: right;
  padding: 15px;
  margin-bottom: 10px;
  margin-right: 10px;

    border-radius: 4px;
}

.receiver {
    width: 90%;
    background-color: #54c1f1;
  color: #fff;
  float: left;
  padding: 15px;
  margin-bottom: 10px;

    border-radius: 4px;
}

.chat-head {
    background-color: #f6f6f6;
    padding: 5px;
  width: 100%;
  height: 50px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-bottom: solid 1px #c1c1c1;
  /* box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%); */

    display: flex;
    align-items: center;
}

.chat-head .chat__head h6 {
    margin-bottom: 0;
}

.chat-head h5 {
    font-size: 16px;
    font-weight: 600;
}

.chat-head p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}

.chat-head a {
    color: #00001f;
}

.chat-head a:hover {
    color: #00001f;
    text-decoration: none;
}

.chat-head ._icon {
    width: 40px;
    height: 40px;
  border: solid 1px #e9e9e9;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;

    margin-right: 13px;
}

.chat-head ._icon img {
    width: 100%;
    height: 100%;
  overflow: hidden;

    border-radius: 50%;
}

#shownam a {
    white-space: nowrap;
    width: 300px;
  overflow: hidden;
  float: left;

    text-overflow: ellipsis;
}

.chat {
    width: 100%;
    height: calc(80vh - 120px);
    min-height: 100%;
    padding: 15px 30px;
    margin: 0 auto;
    overflow-y: scroll;
    background-color: #fff;
}

.chat__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;

    justify-content: flex-end;
}

.chat__message {
    font-size: 15px;
    padding: 10px;
  border-radius: 8px;
  color: #000;
  background-color: #e6e7ec;
  max-width: 600px;
  width: 100%;
  /* width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content; */
  position: relative;
  margin: 15px 0;
  word-break: break-all;
  transform: rotate(180deg);

    direction: ltr;
}

.chat__message:after {
    content: "";
    width: 20px;
  height: 12px;
  display: block;
  background-image: url("https://stageviewcincyshakes.firebaseapp.com/icon-gray-message.e6296433d6a72d473ed4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -2px;

    left: -5px;
}

.chat__message .date {
    font-size: 10px;
}

.chat__message-own {
    color: #fff;
    margin-right: auto;
    background-color: #ff6a69;
    align-items: flex-end;
    transform: none;
    display: flex;
    flex-direction: column;
}
.chat__message-own .message-time{
    color: #fff;
}

.chat::-webkit-scrollbar {
    width: 8px;
    /* Width of the vertical scrollbar */
    height: 8px;
    /* Height of the horizontal scrollbar */
}

/* Style for the scrollbar track */
.chat::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    /* Light gray background for the track */
    border-radius: 8px;
}

/* Style for the scrollbar thumb (the part that moves) */
.chat::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Gray color for the thumb */
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    /* Adds a border around the thumb */
}

/* Hover effect on the scrollbar thumb */
.chat::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Darker thumb color when hovered */
}

.chat__message-own:after {
    width: 19px;
    height: 13px;
  left: inherit;
  right: -5px;

    background-image: url("https://travelweb.info/Med-market/live/assets/img/icon-blue-message.2be55af0d98ee2864e29.jpg");
}

.chat__message-own .date {
    font-size: 10px;
    text-align: right;

    margin-bottom: 5px;
}

.chat__form {
    background-color: #ffffff;
    padding: 0px 15px;

    border-top: solid 1px #e9e9e9;
}

.chat__form .send-img {
    float: left;
    width: 25px;

    margin-left: 10px;
}

.chat__form form {
    max-width: 862px;
    margin: 0 auto;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;

    align-items: center;
}

.chat__form input {
    height: 45px;
    font-size: 14px;
  min-width: 90%;
  padding-left: 15px;
  background-color: #f1f1f1;
  border-radius: 8px;

    border: solid 1px #e9e9e9;
}

.chat__form input:focus {
    box-shadow: none;
    border: 1px solid #df0605;
}

.chat__form button {
    width: 10%;
    height: 100%;
  font-size: 16px;
  background-color: transparent;
  border: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;

    color: #10a9ee;
}

.chat__form button:hover {
    font-weight: bold;
}

/*----------*/

.form-x {
    width: 100%;
    padding: 30px 0;
}

.form-x label {
    text-align: right;
    font-weight: 500;

    color: #000;
}

.b-seller {
    border-top: 1px solid #d7d7d7;
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.best-seller-heading {
    color: #000;
    font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  background-color: #fff;
  margin-top: -10px;
  max-width: 150px;
  margin-left: auto;

    margin-right: auto;
}

/*.bg-clr {
  background-color:#ffffff;
width:70%;
margin:auto;
padding: 20px 5px;
border-radius: 0px;
display:flex;
position: relative;

}

.bg-clr:before {
    width: 50%;
  margin: auto;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: #ffffff;

}*/

.bg-clr img {
    width: 18px;
    margin-top: -3px;
}

.social-login {
    width: 100%;
    display: flex;

    justify-content: space-between;
}

.login-form {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.facebook-tt {
    width: 48%;
    padding: 10px;
  background-color: transparent;
  border: solid 1px #d7d7d7;
  text-align: center;

    margin-bottom: 20px;
}

.facebook-tt {
    color: #000;
    letter-spacing: 0px;
    font-size: 14px;
    text-transform: capitalize;
}

.facebook-tt:hover {
    color: #000;
    text-decoration: none;
    background-color: #f5f5f5;
}

.google-btn-sec {
    width: 100%;
    background: transparent;
  text-align: center;

    margin-bottom: 20px;
}

.google-btn-sec a {
    color: #222;
    letter-spacing: 0px;
    font-size: 14px;
    text-transform: capitalize;
}

.google-btn-sec a:hover {
    color: #222;
    text-decoration: none;
}

.imgcontainer {
    text-align: center;
    margin: 0px 0 10px 0;

    position: relative;
}

.imgcontainer h3 {
    color: #000;
    font-weight: bold;
  letter-spacing: 1px;
  font-size: 34px;
  margin-bottom: 30px;

    margin-top: 0;
}

img.avatar {
    width: 50%;
    margin: auto;

    margin-bottom: 20px;
}

span.psw {
    float: right;
  padding-top: 16px;
}

.pulse {
    background-color: var(--primary);
    width: 100%;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  border-radius: 8px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  border: solid 1px var(--primary);

    cursor: pointer;
}

.pulse:hover {
    background-color: var(--primary);
    border: solid 1px var(--primary);

    opacity: 0.8;
}

.login {
    background-color: #ea0b2a;
    color: #fff;
  display: inline-block;
  padding: 2px 8px;
  top: 4px;
  border-radius: 30px;
  font-weight: bold;

    text-align: center;
}

.login:hover {
    background-color: #37a7d7;
}

#msform {
    width: 100%;
    margin: 0px auto;
  position: relative;

    padding: 0px 15px;
}

#msform fieldset {
    background: white;
    border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other

position: absolute;*/
}

/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}

/*buttons*/

#msform .action-button {
    width: 100px;
    background: #ff0000;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;

    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ff0000;
}

/*headings*/

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;

    margin-top: 0;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
  color: #666;

    margin-bottom: 20px;
}

/*---------------*/

.appliance-ss {
    width: 100%;
    padding: 15px 40px 40px;
    overflow: hidden;
}

.side-menu {
    width: 100%;
    /* height: 100%;
    position: sticky;
    top: 160px;
    overflow-y: scroll; */
    padding-bottom: 10px;
}

.side-menu h3 {
    margin: 10px 0;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    align-items: center;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.side-menu h3.tt-menu.d-flex.justify-content-between{
    border-bottom: 1px solid #a9a9a9; 
}
.chat__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .message {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .message.own {
    align-items: flex-end;
  }

  .message.other {
    align-items: flex-start;
  }

  .message-bubble {
    max-width: 70%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .message.own .message-bubble {
    background: var(--primary);
    color: white;
    border-bottom-right-radius: 4px;
  }

  .message.other .message-bubble {
    background: #e9ecef;
    color: #333;
    border-bottom-left-radius: 4px;
  }

  .message-time {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
    padding: 0 8px;
  }

@media screen and (max-width: 768px) {
    .side-menu h3.tt-menu span:before {
        content: "\f0b0";
        font-family: 'FontAwesome';
        margin-right: 10px;
    }
    .side-menu.filter-open h3.tt-menu span:before {
        content: "\f057";
    }

    .side-menu h3.tt-menu span {
        border: 1px solid #000;
        padding: 8px 30px;
        border-radius: 4px;
        font-weight: 400;
    }

    .side-menu h3 a {
        font-weight: 400;
        font-size: 15px;
    }
    .side-menu #accordion1 {
        display: none;
    }
    .side-menu.filter-open ul#accordion1 {
        display: block;
        margin-bottom: 20px;
    }
    .side-menu {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    body #profile-description .show-more{
        width: 100%;
        text-align: center;
        max-width: 400px;
    }
}

.side-itm {
    width: 100%;
    padding: 15px 10px;

    border-top: solid 1px #d4d4d4;
}

.range-main {
    display: flex;
}

.range {
    -webkit-appearance: none;
    vertical-align: middle;
  outline: none;
  border: none;
  padding: 0;
  background: none;

    padding-right: 5px;
}

.range::-webkit-slider-runnable-track {
    background-color: #e8e8e8;
    height: 6px;
  border-radius: 3px;

    border: 1px solid transparent;
}

.range[disabled]::-webkit-slider-runnable-track {
    border: 1px solid #d7dbdd;
    background-color: transparent;

    opacity: 0.4;
}

.range::-moz-range-track {
    background-color: #d7dbdd;
    height: 6px;
  border-radius: 3px;

    border: none;
}

.range::-ms-track {
    color: transparent;
    border: none;
  background: none;

    height: 6px;
}

.range::-ms-fill-lower {
    background-color: #d7dbdd;
  border-radius: 3px;
}

.range::-ms-fill-upper {
    background-color: #d7dbdd;
  border-radius: 3px;
}

.range::-ms-tooltip {
    display: none;
  /* display and visibility only */
}

.tooltip .tooltip-inner {
    background-color: #3498db !important;
    /* Replace with your desired color */
    color: #ffffff !important;
    /* Optional: Text color */
}

.range::-moz-range-thumb {
    border-radius: 20px;
    height: 18px;
  width: 18px;
  border: none;
  background: none;

    background-color: #606670;
}

.range:active::-moz-range-thumb {
    outline: none;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 100%;
  background-color: #54c1f1;
  height: 18px;
  width: 18px;

    margin-top: -7px;
}

.range[disabled]::-webkit-slider-thumb {
    background-color: transparent;
  border: 1px solid #d7dbdd;
}

.range:active::-webkit-slider-thumb {
    outline: none;
}

.range::-ms-thumb {
    border-radius: 100%;
    background-color: #606670;
  height: 18px;
  width: 18px;

    border: none;
}

.range:active::-ms-thumb {
    border: none;
}

output {
    border: 1px solid #d7dbdd;
    color: #333;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  padding: 0.4em 0.6em;

    border-radius: 3px;
}

.container--dark {
    background-color: #11181d;
}

.container--dark h6 {
    color: #ccc;
}

.container--dark .range::-webkit-slider-runnable-track {
    background-color: #606670;
}

.container--dark .range[disabled]::-webkit-slider-runnable-track {
    border: 1px solid #606670;
  background-color: transparent;
}

.container--dark .range::-moz-range-track {
    background-color: #606670;
  border: none;
}

.container--dark .range::-ms-fill-lower {
    background-color: #606670;
}

.container--dark .range::-ms-fill-upper {
    background-color: #606670;
}

.container--dark output {
    border: 1px solid #2b3039;
    color: #aaa;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  padding: 0.4em 0.6em;

    border-radius: 3px;
}

.container--dark .range::-webkit-slider-thumb {
    background-color: #aaa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.container--dark .range[disabled]::-webkit-slider-thumb {
    background-color: transparent;
    border: 1px solid #606670;

    box-shadow: none;
}

.container--dark .range::-moz-range-thumb {
    background-color: #aaa;
}

.container--dark .range::-ms-thumb {
    background-color: #aaa;
}

.side-itm ul li {
    padding: 5px 0;
}

.side-itm ul li a {
    color: #000;
}

.oops-img {
    width: 80px;
  margin: auto;
}

.oops-img img {
    width: 100%;
}

/*-------------------*/

.card {
    width: 100%;
    padding: 24px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 30px;
    border: solid 1px var(--border) !important;
}
.ds-status-card .card:hover{
    box-shadow: 0px 3px 7px #0000001a;
}

.dshbrd-crd {
    overflow-y: auto;
}

.card-main {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dicon {
    width: 60px;
    margin-right: 30px;
}
.sd_dicon{
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    background: rgb(from var(--primary) r g b / 0.05);
    border-radius: 6px;
}

.sd_dicon svg{
    width: 20px;
    height:20px;
    color: var(--primary);
}

.card-tp {
    display: block;
    padding-bottom: 5px;
}

.tt-heading {
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--muted-foreground);
    margin-bottom: 0;
}

.number {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--foreground);
}

.pro-descrip {
    line-height: 28px;
    text-align: justify;
}

.dshbrd-crd h4 {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--card-foreground);
    margin-bottom: 15px;
}
.dshbrd-crd p {
    font-weight: var(--muted-foreground)
}
.dshbrd-crd h4 svg{
    color: var(--primary);
}

.fStoreSellers-img img {
    width: 120px;
    transition: all 0.5s ease;
    height: 120px;
    padding: 2px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.fStoreSellers-main {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 8px;
}

.fStoreSellers-title p {
    color: #000;
}

.fStoreSellers-title h6 {
    color: #000;
}

.card-ftr {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.card-ftr span a {
    font-weight: 400;
    color: var(--primary);
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 5px;
    border-radius: 8px;
}
.card-ftr span a:hover {
    background: rgb(from var(--primary) r g b / 0.05);
}

.ol-SS {
    width: 100%;
    float: left;
  margin-top: 10px;

    margin-bottom: 10px;
}

.ol-SS ol li {
    list-style: none;
    float: left;

    padding: 10px 0;
}

.seller-ss {
    width: 100%;
    display: flex;
  color: #9f9f9f;
  background-color: #ffffff;
  margin-bottom: 15px;

    align-items: center;
}

.seller-img-main {
    position: relative;
}

.seller-cnt ul {
    float: left;
    width: 100%;
}

.dltbtnSS {
    position: absolute;
    bottom: 30px;
  right: 25%;

    display: flex;
}

.dltbtn {
    width: 30px;
    height: 30px;
  background: #f00;
  text-align: center;
  border-radius: 50px;
  line-height: 30px;

    margin-right: 5px;
}

.dltbtn i {
    color: #fff;
    cursor: pointer;
}

.edtbtn i {
    color: #fff;
    cursor: pointer;
}

.edtbtn {
    width: 30px;
    height: 30px;
  background: #37a7d7;
  text-align: center;
  border-radius: 50px;
  line-height: 30px;

    margin-right: 5px;
}

.seller-img {
    position: relative;
    margin-right: 15px;
}

.seller-img img {
    width: 150px;
    height: 150px;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 50%;
  object-fit: contain;

    overflow: hidden;
}

.seller-img .offline {
    width: 20px;
    height: 20px;
  background-color: #e8e8e8;
  position: absolute;
  border: solid 4px #ffffff;
  z-index: 1;
  border-radius: 50%;
  right: 5px;
  left: inherit;

    top: 70%;
}

.seller-img .online {
    width: 20px;
    height: 20px;
  background-color: #69f154;
  position: absolute;
  border: solid 4px #ffffff;
  z-index: 1;
  border-radius: 50%;
  right: 5px;
  left: inherit;

    top: 70%;
}

.seller-cnt {
    width: 100%;
  padding: 0px 15px;
}

.packs-contant .fa-map-marker {
    font-size: 16px !important;
  color: #54c1f1;
}

.packs-contant .fa-eye {
    font-size: 16px !important;
  color: #54c1f1;
}

.packs-contant .fa-flag-o {
    font-size: 25px !important;
    color: #54c1f1;

    cursor: pointer;
}

.packs-contant .fa-flag {
    font-size: 20px !important;
    color: #54c1f1;

    cursor: pointer;
}

.btn-seller-sec {
    width: 100%;
}

.tt {
    color: #000000;
}

.seller-ss ul li {
    float: left;
    padding: 6px 10px;

    white-space: nowrap;
}

/*-----------*/

.pro-list {
    width: 100%;
  padding: 50px 0;
}

.pro-list a:hover {
    text-decoration: none;
}

.list-item {
    width: 100%;
    text-align: center;
  padding: 25px;

    border: solid 1px #d0d0d0;
}

.list-img {
    width: 60%;
    margin: auto;
}

.list-img img {
    width: 100%;
}

/*--------------my account-------------*/

.white-bg {
    background-color: #fff;
}

.side-bar {
    height: 100%;
}

.wallet-amount {
    width: 100%;
  padding: 10px;
}

.profile-details {
    width: 100%;
    float: left;

    background-color: #ffffff;
}

.profile-details h4 {
    margin-top: 0;
}

.proD-tt h3 {}

/*.item-product .stars {display: inline-block;float: right;color: #53c2f1}*/

/*.stars {float: left;margin-right: 15px;}*/

.rating .review-no {
    font-size: 12px;
    font-weight: bold;
}

.packs-contant {
    display: block;
    width: 100%;
    float: left;
}

.proD-tt h3 {
    color: #000;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 25px;
    line-height: 32px;
}

/*.price-tt {margin-bottom: 15px;padding-bottom: 10px; border-bottom: solid 1px #ccc;}*/

.price-tt h3 {
    color: #d40f0e;
    font-weight: bold;
    font-size: 30px;
}

.price-tt .pric {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-right: 5px;
}

.price-tt .dp {
    color: #d40f0e;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.price-tt .mrp {
    color: #222;
    text-decoration: line-through;
    font-weight: bold;
}

.packs-contant .price {
    font-size: 14px;
  text-decoration: line-through;
}

.user-see {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.user-img .dsad {
    position: relative;
    width: 60px;
  margin: auto;

    margin-right: 10px;
}

.new-price-rang-sldr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.new-price-rang-sldr .input-group-text {
    font-size: 12px;
    padding: 5px 15px;
    background-color: var(--primary);
    color: white;
    border: none;
}

.new-price-rang-sldr .form-control {
    font-size: 12px;
    padding: 4px 6px;
}

.user-img img {
    width: 60px;
    height: 60px;
  border-radius: 50px;

    overflow: hidden;
}

.selr-see h4 {
    font-size: 16px;
}

.spcl-Ofr h4 a {
    color: #000;
}

.Vimg {
    width: 60px;
    float: left;
    margin-right: 10px;
}

.packs-contant .price-tt {
    border: 1px solid rgb(242, 242, 242);
    border-radius: 8px;
    padding: 8px;
    /* margin-top: 10px; */
}

.spcl-Ofr {
    width: 100%;
    margin-top: 10px;
    border: 1px solid rgb(242, 242, 242);
    border-radius: 8px;
    padding: 8px;
    float: left;
}

.spcl-Ofr h4 {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.spcl-Ofr ul li {
    font-size: 14px;
    color: #0e06bb;
}

.cart-discount input:focus {
    box-shadow: none;
    outline: none;
}

.cart-discount button {
    outline: none;
}

.cart-discount button:focus {
    outline: none;
}

.apply_btn {
    width: 100%;
    display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #e94141;
  border: 1px solid #e94141;
  border-radius: 0px;

    color: #ffffff;
}

.apply_btn:hover {}

.cart-discount {
    padding: 20px;
    border: solid 1px #e1e1e1;

    margin-top: 50px;
}

/*---------*/

/*-----------------*/

/*-------*/

.pd-secs, .profl-sec {
    width: 100%;
    background-color: #fff;
    float: left;
    padding: clamp(25px, 35vw/12, 35px);
    min-height: calc(100vh - var(--heightHeader));
    padding-bottom: 30px;
}
@media (max-width: 1000px) {
    .pd-secs, .profl-sec{
        padding: 15px;
        padding-left: 0;
    }
}

.qlinks {
    margin-bottom: 0;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.qlinks li{
    width: auto;
}
.qlinks li a.btn {
    background: var(--primary);
    color: var(--white);
}
.qlinks li a {
    padding: 10px 15px !important;
    color: var(--primary);
    font-size: 16px;
    display: block;
    border: 1px solid  var(--primary);
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
}

.qlinks li a:hover {
    background: var(--primary);
    color: var(--white);
}

.serch-sstt {
    display: flex;
  justify-content: space-between;
}

.serch-div {
    width: 100%;
}
.serch-div form {
    position: relative;
}

.serch-div form svg {
    position: absolute;
    top: 12px;
    left: 10px;
}
.serch-div form .form-style{
    padding-left: 35px !important;
}
.product_top-bar .right_bar {
    display: flex;
    gap: 20px;
    width: 100%;
}

.product_top-bar .right_bar .option-div {
    min-width: 160px;
}

.all-check-list {
    width: 100%;
    max-width: 250px;
    display: flex;
}
#bulk-delete-btn {
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bulk-delete-btn:disabled {
    background: #f8f8f8;
    color: #000;
    border-color: #e6e6e6;
}
.all-check-list input {
    margin-top: 1px;
    cursor: pointer;
}

.option-div .slct {
    height: 32px;
    display: block;
  width: 100%;
  padding: 6px 4px !important;
  font-size: 14px;
  color: #797979;
  background-color: #fff;
  background-image: none;
  border: 1px solid #141035 !important;
  border-radius: 3px;

    outline: none;
}

.pd-tt-add-sec {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.pd-tt-add-sec .pd-add-tt {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    line-height: 16px;
}

.pd-tt-add-sec .pd-add-subtt {
    font-size: 14px;
    color: #000;

    font-weight: 300;
}

.pd-add-btn {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap;
    gap: 10px;
}
.pd-add-btn a.mx-2.Newprmt-bttn {
    margin: 0 !important;
}
.pd-add-btn a {
    color: #df0605;
}

.pd-add-btn a:hover {
    color: #df0605;
    text-decoration: none;
    background-color: #efefef;
}

.pd-add-btn span {
    width: 25px;
    height: 25px;
  padding: 5px 6px;
  line-height: 18px;
  display: inline-block;
  border-radius: 50px;
  background-color: #df0605;
  margin-right: 10px;

    text-align: center;
}

.pd-add-btn .fa {
    display: inherit;
    color: #fff;
}

.pd-itm {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: solid 1px var(--border);
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    display: flex;
    transition: all 0.2s ease-in;
}
.chBoxClass {
    display: flex;
    align-items: center;
    gap: 10px;
}
.chBoxClass_wrapper, #showsubcat .chBoxClass, #showequipmentsubcat .chBoxClass {
    border-bottom: 1px dashed #ccc;
    padding: 10px;
}

.chBoxClass label {
    margin: 0;
}
.pd-itm:hover {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 3px 10px rgb(0 0 0 / 14%);
}

.pd-img {
    width: 70px;
    height: 70px;
  /* float: left; */
  overflow: hidden;

    position: relative;
}

.pd-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.pd-itm-left {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.pd_status {
    display: inline-block;
}
p.pd_status {
    width: 100%;
}
.pd-cnt .badge {
    color: var(--secondary-foreground);
    background: var(--secondary);
    font-size: 12px !important;
    padding: 4px 10px;
    border-radius: 11px;
    margin-bottom: 5px;
}
.pd-cnt .pd_status .badge {
    background: var(--border);
}
.form-error-msg {
    color: var(--primary);
    margin-top: 3px;
    display: inline-block;
    font-size: 14px;
}
.pd-itm-left .pd-cnt {
    width: 100%;
    margin-right: 30px;
    height: auto;
    overflow: hidden;
}

.cartinnerlft {
    display: flex;
    justify-content: space-between;
    width: 45%;
    border-bottom: 1px solid #e0e0e0;
}

.cartinnerrgt {
    display: flex;
    width: 60%;
    /* margin-left: auto; */
}

.cartinnerrgt .pd-bnt {
    display: flex;
    flex-direction: column;
}

.pd-cnt p {
    font-size: 12px;
    margin: 0;
}

.pd-cnt .pd-tt {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 5px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
}

.height47 {
    height: 47px;
}

.cate-tt {
    width: 100%;
    margin-bottom: 0;

    overflow: hidden;
    display: flex;
    justify-content: end;
}

.cate-tt li {
    display: inline-block;
    font-size: 16px;
}

.pd-price {
    width: 100%;
    display: flex;

    justify-content: space-between;
}

.price-dd {
    font-weight: bold;
    color: #df0605;

    font-size: 22px;
}

.line-tr {
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 10px;
    color: #6b6b6b;
    font-size: 14px;
    white-space: nowrap;
}

.price-ttl {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.actn {
    display: flex;
    /* justify-content: space-around; */

    margin-bottom: 0;
}

.actn li {
    /* padding: 8px 0 0; */
  color: #999999;
}

/*.actn li a{color: #999999;}*/

.pd-bnt {
    /* float: left; */
    /* width: 20%; */
  padding-bottom: 0px;
  padding-top: 0px;

    /* text-align: center; */
}

/* .crtPrcdBtn{
  margin-left: auto;
  width: 60%;
} */

.crtPrcdBtn .pd-bnt {
    width: 200px;
}

.crt-qty-dgn .crt-qty-btn {
    display: flex;
    background-color: #eb04073d;
    border-radius: 6px;
    margin-right: 10px;
}

.crt-qty-dgn .crt-qty-btn input {
    background-color: transparent;
    border: none;
}

.crt-qty-dgn .crt-qty-btn input:nth-child(2) {
    background-color: #ffe0e1;
}

.prmt-text {
    width: 100%;
    border: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 0px;
  display: inline-block;
  padding: 0px 15px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  color: #df0605;
  background: transparent;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -moz--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;

    -o--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

/* .note-editor{
  height: 400px;
} */

.select2-container--bootstrap4 .select2-results>.select2-results__options {
    max-height: 100px !important;
    overflow-y: auto;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    line-height: 1;
    background-color: #dc3545;
    width: 20px !important;
    height: 20px !important;
    display: flex;
    justify-content: center;
    padding: 0 !important;
    align-items: center;
}

#showsubcat>div strong,
#showequipmentsubcat>div strong {
    padding-left: 10px;
}

.prmt-bttn,
.prmt-bttn-blck {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    /* margin-bottom: 10px; */
    display: inline-block;
    border-radius: 8px;
    padding: 9px 15px;
    position: relative;
  text-align: center;
  /* text-transform: uppercase; */
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -moz--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -o--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;

    cursor: pointer;
}

.prmt-bttn {
    border: 2px solid #df0605;
    background-color: #df0605;
    color: #fff !important;
}

.prmt-bttn:hover {
    background-color: #fff;
    /* border: 2px solid #df0605;
    color: #df0605 !important; */
    text-decoration: none;
}

.prmt-bttn-blck {
    border: 2px solid #000;
    background-color: #000;
    color: #fff !important;
    margin: 0 0 0 auto;
    display: block;
}

.prmt-bttn-blck:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000 !important;
    text-decoration: none;
}

.mngr-bttn {
    width: 190px;
    font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
  padding: 8px 3px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -moz--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -o--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;

    cursor: pointer;
}

.mngr-bttn {
    border: 1px solid #df0605;
    background-color: #ffffff;
    color: #df0605 !important;
    border-radius: 8px;
}

.mngr-bttn:hover {
    background-color: #df0605;
    border: 1px solid #df0605;
    color: #ffffff !important;
    text-decoration: none;
}

/*-------*/

/*----------------*/

/*-------------*/

.sub-sub-catcnt {
    width: 100%;
    float: left;
    /*border: solid 1px #e2e2e2;*/
}

.result {
    margin-bottom: 0;
    margin-top: 10px;
  font-weight: bold;

    font-size: 16px;
}

.sub-sub-catcnt .product-list {
    width: 100%;
    border-radius: 8px !important;
    padding: 10px;
    position: relative;
    float: left;
    display: grid;
    align-items: center;
    border: solid 1px #a9a9a9;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    height: 100%;
}
.product-list a {
    height: 100%;
}
.sub-sub-catcnt .pro-img-sec {
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 150px;
}

.sub-sub-catcnt .pro-img-sec img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 100%;
    position: absolute;
    left: 0;
}

.sub-sub-catcnt .product-list .contant {
    overflow: hidden;
}

/*.sub-sub-catcnt .product-list .contant i{color: #54C1F1;font-size: 18px;}

.sub-sub-catcnt .product-list .contant span{
  text-align: right;
color: #222;
font-size: 13px;
float: right;
background: #ffc000;
padding: 5px 12px;
margin-left: 5px;

}*/

.packs-contant .rating {
    padding-bottom: 10px;
    float: left;
    font-size: 20px;
    margin-top: 10px;
}

/*.stars {display: inline-block;margin-right: 20px;}*/

.rating .review-no {
    font-size: 12px;
    font-weight: bold;
}

.sub-sub-catcnt .product-list .contant ul li {
    padding: 2px 0;
    color: #656565;
  white-space: nowrap;
  text-overflow: ellipsis;

    overflow: hidden;
}

.sub-sub-catcnt .product-list .contant a:hover {
    text-decoration: none;
}

.sub-sub-catcnt .product-list .contant ul li a:hover {
    text-decoration: none;
}

.sub-sub-catcnt .product-list .contant span {
    font-weight: bold;
}

.sub-sub-catcnt .product-list .contant h4 {
    color: #000;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
}

.hm-lgn-drp .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hm-lgn-drp:hover .dropdown-menu {
    display: block;
    opacity: 1;
}

.header-sec .dropdown-menu {
    min-width: 190px;
    right: 0 !important;
    float: none;
    left: auto !important;
    margin: 0;
    border: none;
    padding: 0;
}

.hm-lgn-drp .dropdown-menu .dropdown_wrap {
    border: 1px solid var(--border, #e5e7eb);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    width: 100%;
    border-radius: 0px 0px 8px 8px !important;
    padding: 0;
}

.dropdown-menu i.fa {
    width: 18px;
}

.pst-drp-dwn .dropdown-menu {
    padding-top: 9px;
}

.pst-drp-dwn .dropdown-item.active,
.pst-drp-dwn .dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    background-color: #d3d3d3 !important;
}

.hm-notif-drp .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 90% !important;
    width: 280px !important;
    max-height: 350px;
    overflow: auto;
    border-radius: 6px !important;
    border: 1px solid var(--border);
    left: inherit !important;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: var(--background);
    padding: .25rem;
}

.hm-notif-drp:hover .dropdown-menu {
    display: block;
    opacity: 1;
}

.hm-notif-drp-bdy ul {
    float: none;
    display: block !important;
}

.hm-notif-drp-bdy ul li {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem !important;
    border: none;
    text-align: left;
    align-items: flex-start;
    border-top: 1px solid var(--border);
}

.hm-notif-drp-bdy ul li .nti-lft {
    width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    color: #000;
    font-size: .75rem;
    line-height: 1.2rem;
}

.hm-notif-drp-bdy ul li .nti-rgt {
    width: 80px;
    overflow: hidden;
    font-weight: 300;
    color: #000;
    white-space: normal;
    font-size: .75rem;
    line-height: 1.2rem;
    text-align: right;
}

.hm-notif-drp .dropdown-menu .inner_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hm-notif-drp .dropdown-menu .inner_wrap>span {
    border-bottom: 1px solid var(--border);
    padding: 0.5rem 0.5rem;
    font-size: .75rem;
    line-height: 1rem;
}

.nto-btm-btn span:hover {
    color: var(--primary);
    text-decoration: underline;
}

.nto-btm-btn span {
    font-size: .75rem;
    line-height: 1.2rem;
    color: var(--primary);
}

.nto-btm-btn p {
    margin-bottom: 0;
}

.nto-btm-btn a {
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
}

.nto-btm-btn {
    border-top: 1px solid var(--border);
    padding: 0.2rem 0.5rem;
    transition: all 0.2s;
    align-items: center;
    font-size: .75rem;
    line-height: 1rem;
    color: var(--foreground);
}

.add-wistlst {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    margin-left: auto;
}

.add-wistlst i {
    color: var(--primary);
}

.sub-sub-catcnt .product-list .contant h4:hover {
    color: var(--primary);
}

.tt-cnt {
    display: flex;
    justify-content: space-between;

    align-items: center;
}

.ser__Price {
    color: var(--primary);
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

.tt-cnt p {
    color: var(--primary);
    overflow: hidden;
    margin-top: 10px;
}

.favorite {
    color: var(--primary);
    font-size: 18px;
  line-height: 22px;

    font-weight: bold;
}

.sub-sub-catcnt .product-list .query-sec h4 {
    font-weight: bold;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 15px;
    margin: 0;
    margin-bottom: 4px;
}

.sub-sub-catcnt .product-list .query-sec {
    float: left;
    width: 25%;
    padding-bottom: 15px;
    padding-top: 30px;
}

.sub-sub-catcnt .product-list .query-sec a {
    color: #656565;
}

.sub-sub-catcnt .product-list .query-sec a:hover {
    text-decoration: none;
}

.sub-sub-catcnt .product-list .query-sec p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.sub-sub-catcnt .product-list .query-sec .catlg {
    padding: 1px 0 6px;
    float: left;
    color: #337ab7;
    font-weight: bold;
}

.describ {
    font-weight: normal !important;
    font-size: 12px;
  color: #959595;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

    height: 34px;
}

/*--------*/

/*--------*/

/*.share-bnt{
  width: 100%;
float: left;

}

.share-bnt li{
  float: left;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 35px;
font-size: 16px;
position: relative;

}

.share-bnt li i{font-size: 25px;color: #54C1F1;}

.user-see{display: flex;}

.user-img .dsad{
  position: relative;

}

.user-img img{
  width: 50px;
height: 50px;
border-radius: 50px;
overflow: hidden;
margin-right: 15px;

}

.btn-secc{
  width: 100%;
float: left;
justify-content: space-between;
display: flex;
margin: 15px 0;

}*/

/*.btn-secc a{font-weight: bold;float: left;}*/

.btn-secc a:focus {
    text-decoration: none;
    color: #fff;
}

.btn-secc2 {
    width: 100%;
    padding: 30px 0;

    float: left;
}

.btn-secc {
    clear: both;
    /* border: 1px solid rgb(242, 242, 242); */
    border-radius: 8px;
    /* padding: 8px; */
}

.btn-secc2 a {
    font-weight: bold;
    float: left;
}

.btn-secc2 a:focus {
    text-decoration: none;
    color: #337ab7;
}

.btn-secc2 .bnt {
    font-weight: bold !important;
}

.bnt {
    width: 49%;
}

.bnt2 {
    display: inline-block;
    padding: 8px 25px;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;

    margin-bottom: 20px;
}

.btn-chat {
    color: #fff;
    background-color: #eb0407;

    border-color: #eb0407;
    border-radius: 6px !important;
}

.btn-chat:hover {
    color: #fff;
    background-color: #cc0306;
  border-color: #cc0306;

    text-decoration: none;
}

.btn-chat:focus {
    text-decoration: none;
    color: #fff;
}

.btn-blue {
    color: #fff;
  background-color: #000000;
    border-radius: 6px !important;
    border-color: #000000;
}

.btn-blue:hover {
    color: #fff;
    background-color: #0a0523;

    border-color: #0a0523;
}

.side-bar-title {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 10px 20px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
}

.side-bar-title h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0px;
    color: #0b0534;
}

.side-bar-title .profile-pic {
    display: flex;
    width: 75px;
  height: 75px;
  margin-right: 20px;
  border-radius: 50%;
  border: solid 0px #091f31;
  overflow: hidden;

    /*float: left;*/
}

.side-bar-title .hadding-title {
    /*float: left;*/
  text-align: left;
}

.accordion1 {
    width: 100%;
    overflow: hidden;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 0;
  /*box-shadow: -1px 1px 7px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);*/

    border: solid 1px #a9a9a9;
    min-height: 336px;
    height: auto;
}

.row.vertical-gutter>[class^="col"] {
    margin-bottom: 15px;
    /* Adjust the vertical gutter size */
}

.accordion1 li {
    border-bottom: solid 1px #f1f0f0;
}

.accordion1 a {
    display: block;
    padding: 10px 20px;
    position: relative;
    color: #00001f;
    font-weight: 400;
}

.accordion1 a:hover {
    text-decoration: none;
    background-color: var(--sidebar-hover);
    color: var(--sidebar-text);
}

.accordion1 .active {
    text-decoration: none;
    color: var(--primary) !important;
    background-color: var(--sidebar-active);
}

.accordion1 a:focus {
    text-decoration: none;
    color: var(--primary);
}

.accordion1 .link {
    cursor: pointer;
    display: flex;
    gap: 15px;
    padding: 14px 20px;
    color: var(--foreground);
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.side-menu .accordion1 .link {
    background: #fafafa;
    padding: 10px !important;
    border-bottom: 1px solid #e9e9e9 !important;
}
.accordion1 li:last-child .link {
    border-bottom: 0;
}

.accordion1 li i {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 18px;
    color: var(--primary);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion1 li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 12px;
    top: 18px;
}

.accordion1 li.open .link {
    padding-bottom: 5px;
}

.accordion1 li.open i {
    color: var(--primary);
}

.top-sidebar li {
    padding: 14px 20px;
}

.top-sidebar li.user_type {
    background: var(--primary);
    color: var(--white);
    padding: 14px 20px;
}

.sidebar-wrapper a {
    font-size: 14px;
    color: var(--foreground);
    display: flex;
    gap: 15px;
}

.sidebar-wrapper .bottom_bar a {
    padding: 7px 20px;
}

.sidebar-wrapper .bottom_bar {
    border-top: 1px solid var(--border);
    padding: 10px 0px;
}

.sidebar-wrapper .bottom_bar .logout-link a {
    color: var(--primary);
}

.sidebar-wrapper .accordion1 li {
    border: none;
}

.sidebar-wrapper .accordion1 {
    max-height: calc(100vh - (210px + var(--heightHeader)));
    overflow: auto;
    height: 100%;
    border: none;
}

.sidebar-wrapper svg {
    width: 16px;
}

.accordion1 li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);

    transform: rotate(180deg);
}
.appliance-ss .side-menu ul.submenu {
    max-height: 150px;
}
.submenu {
    display: none;
    background: transparent;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  max-height: 100%;
    min-height: auto;

    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-wrapper .accordion1 li ul.submenu {
    padding-left: 43px;
}
.submenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.submenu::-webkit-scrollbar {
    width: 6px;
  background-color: #dadada;
}

.submenu::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
}

.side-menu::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: #f5f5f5;
}

.side-menu::-webkit-scrollbar {
    width: 6px;
  background-color: #dadada;
}

.side-menu::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
}

.submenu li {
    border-bottom: transparent;
    display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  padding-top: 5px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

.submenu li input {
    margin-right: 8px;
}

.submenu a {
    display: block;
    text-decoration: none;
  color: #5d5757;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

.submenu a:hover {
    color: #df0605;
}

.transactions-list {
    width: 100%;
    display: block;
}

.transactions-item {
    width: 100%;
    display: inline-block;
  border-bottom: solid 1px #e9e9e9;

    padding: 10px;
}

.tran-left-sec {
    width: 50%;
  float: left;
}

.tran-right-sec {
    width: 50%;
    float: right;

    text-align: right;
}

.green {
    color: green;
}

.red {
    color: var(--primary);
}

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

.my-order {
    width: 100%;
}

.order-item {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #e9e9e9;
    padding: 10px;
}

.order-item h5 {
    margin-top: 0px;
}

.order-pic {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.order-title {
    width: 40%;
    float: left;
}

.order-contant {
    width: 40%;
    float: right;
}

/* Add Zoom Animation */

.animate {
    -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
    }

  to {
        -webkit-transform: scale(1);
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

  to {
        transform: scale(1);
    }
}

/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
      float: none;
    }

  .cancelbtn {
        width: 100%;
    }
}

.styled-checkbox {
    position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 22px;

    font-weight: normal;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border:solid 1px var(--muted-foreground);
    border-radius: 5px;
}

.styled-checkbox:hover+label:before {
    background: var(--primary);
}

.styled-checkbox:checked+label:before {
    background: var(--primary);
    border-color: var(--primary);
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
  left: 4px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
        4px -6px 0 white, 4px -8px 0 white;

    transform: rotate(45deg);
}

.checkbox label {
    padding-left: 30px !important;
}

.list-autocomplete {
    padding: 0;
    margin-bottom: 0;
}

.list-autocomplete em {
    font-style: normal;
  background-color: #e1f2f9;
}

.hasNoResults {
    color: #aaa;
}

.hasNoResults,
.btn-extra {
    display: block;
  padding: 10px;
}

.hasNoResults {
    color: #aaa;
}

.btn-extra {
    width: 100%;
  border-top: 0.5px solid #d2d2d2;
}

.dropdown-item {
    clear: both;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    vertical-align: top;
    font-weight: 400;
    color: #333;
    text-align: inherit;
    border-bottom: 1px solid var(--border);
    max-width: 100%;
    padding: 5px 15px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #f5f5f5;
    color: var(--primary) !important;
}

/*--------*/

.show-modal {
    padding-top: 0px;
    padding-bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

    cursor: pointer;
}

.lction {
    vertical-align: middle;
    display: table-cell;
}

.hdr-pst-btn svg path {
    fill: #fff !important;
}

.hdr-pst-btn {
    background-color: var(--primary);
    padding: 5px 10px;
    border-radius: 40px;
    color: white;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
}

.hdr-pst-btn:hover {
    color: #ffffff !important;
    background-color: #000;
}

.lction .hdr-sl-btn {
    padding: 20px 16px;
    border-radius: 40px;
    color: hsl(var(--muted-foreground));
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    display: flex;
    align-items: center;
    border: 0px;
    white-space: nowrap;
}

.hdr-sl-btn strong {
    margin-left: 5px;
    color: var(--foreground);
    font-weight: 400;
}

.lction .hdr-sl-btn i {
    color: #000 !important;
}

.lction .dropdown-item {
    padding: 12px 16px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: normal;
    margin: 0 !important;
    border-bottom: 1px solid #cdcdcd;
}

.lction li:last-child .dropdown-item {
    border: none;
}

.lction .hdr-jn-btn {
    display: flex;
    align-items: center;
    width: 93px;
    justify-content: space-between;
    color: #000;
    margin-left: 10px;
}

.lction .hdr-jn-btn svg {
    color: #ec0404;
}

.lction .hdr-jn-btn:hover {
    color: #ec0404;
}

/* .lction .home-lgn-btn{
  background-color: red;
    padding: 10px 20px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
} */
.lction p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    display: inline-block;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lction span {
    font-size: 14px;
    color: #1c1c1c;
    line-height: 1;
}

.accordion__item {
    background: #fffffe;
    border-radius: 0px;
    border-bottom: solid 1px #f5f5f5;
}

.accordion__item:not(:last-child) {
    margin-bottom: 15px;
}

.accordion__header {
    padding: 20px;
    padding-right: 50px;
    font-weight: 600;
    font-size: 1.25rem;
    color: #094067;
    position: relative;
    cursor: pointer;
}

.accordion__header::after {
    content: "";
    display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("https://cdn.statically.io/gist/koptyaisky/33f5da3d9e6b6cacdf5a353ad033c2ea/raw/c8468a17e0141ee82a2571deea1f76162abb47b6/arrow-down-blue.svg") no-repeat center;
  background-size: contain;

    transition: all 0.4s ease;
}

.accordion__body {
    padding: 0 40px 20px 20px;
    /*font-weight: 300;
  font-size: 0.875rem;
  color: #5f6c7b;
  line-height: 1.5;

    display: none;*/
}

.open-accordion .accordion__body {
    display: block;
}

.open-accordion .accordion__header::after {
    transform: rotate(-180deg);
}

.ml50 {
    float: right;
}

/*----------*/

.dash-page-title {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 20px;
}

.dash-page-title .title {
    font-size: 24px;
    font-weight: 700;
    color: var(--foreground);
    margin: 0;
}
.dash-page-title p {
    margin: 0;
}
.transactions-list {
    width: 100%;
    display: block;
}

.transactions-item {
    width: 100%;
    display: inline-block;
  border-bottom: solid 1px #e9e9e9;

    padding: 10px;
}

.artcl-item {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #f1f1f1;
    border-radius: 8px;
}

.artcl-item .artcl-title h3 {
    font-size: 20px;
    margin-bottom: 4px;
}

.artcl-item .artcl-cont p {
    margin-bottom: 0px;
}

.artcl-item .artcl-title h4 {
    font-size: 16px;
}

.artcl-item h1 {
    margin-top: 0px;
}

.artcl-item p {
    line-height: 1.3;
    text-align: justify;
}

.artcl-img {
    height: 300px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 15px;
}

.artcl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hom-eve-lhs-2 .blg-dtl-rgt {
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 10px;
}

.frm {
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    box-shadow: 0 5px 5px 0 rgba(154, 160, 185, 0.05),
        0 5px 30px 0 rgba(166, 173, 201, 0.22);
    background-color: #ffffff;
}

.qa-section {
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    float: left;
}

.qa-user-sec {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.qa-title {
    float: left;
    width: 90%;
}

.qa-title h4 {
    color: #656565;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.qa-title p {
    color: #656565;
}

.qa-user-icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}

.qa-user-cnt {
    float: left;
}

.paragraph-se {
    width: 100%;
    margin-top: 5px;
    float: left;
}

.qa-contant {
    width: 100%;
    display: inline-block;
}

.qa-contant p {
    line-height: 24px;
    color: #656565;
}

.qa-contant p a {
    line-height: 24px;
    color: #656565;
}

.qa-contant p a:hover {
    text-decoration: none;
    color: #656565;
}

.qa-contant li {
    padding: 10px 0px 0;
    list-style: none;
}

.qa-img {
    height: 300px;
    overflow: hidden;
}

.sentquery {
    display: inline-block;
    bottom: 10px;
  right: 10px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f77102;
  color: #fff;

    font-weight: bold;
}

.sentquery a {
    color: #ffffff;
    font-weight: bold;
}

.sentquery a:hover,
.sentquery a:focus {
    color: #ffffff;
    text-decoration: none;
}

/*----*/

.ulli li {
    padding: 6px 0;
    font-weight: 500;

    font-size: 16px;
}

.ulli li i {
    color: #df0605;
    margin-right: 5px;

    font-size: 11px;
}

.pkg_main {
    width: 100%;
    display: flex;
  justify-content: space-between;
  margin-left: -5px;

    margin-right: -5px;
}

.Ad-Tm {
    width: 100%;
    padding: 0px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #a9a9a9;
    overflow: hidden;
    /* margin-left: 5px;
margin-right: 5px; */
}

.Ad-Tm.active {
    border: solid 2px var(--primary);
    background-color: #ffdfdf;
}

/*-------*/

.cart-main-sec {
    width: 100%;
    padding: 0 0 80px;
    background-color: #FAFAFA;
}

.cart-sec {
    width: 100%;
    background-color: #ffffff;

    padding: 15px;
}

.hm-shop-itm {
    display: flex;
    flex-wrap: wrap;
  padding: 15px;
  margin-bottom: 25px;

    border-bottom: solid 1px #c1c1c1;
}

.hm-shop-img {
    width: 20%;
}

.hm-shop-cnt {
    width: 65%;
    padding-left: 15px;

    padding-right: 15px;
}

.hm-shop-cahrt {
    width: 15%;
  text-align: right;
}

.hm-shop-cahrt h3 {
    color: #3bb090;
  padding-top: 30px;
}

.checkout-main {
    width: 100%;
    height: 100%;
  background-color: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;

    overflow: hidden;
}

.package-pg .checkout-main {
    height: auto;
}

.checkout-sec {
    width: 100%;
    padding: 20px;

    background-color: #fff;
}

.pckg-price {
    border-top: 1px solid var(--border);
    padding-top: 15px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.pckg-price p,
.pckg-price span {
    font-size: 14px;
    color: #575757;
    margin-bottom: 10px;
}

.pckg-price span {
    font-weight: bold;
    display: block;
    color: #000;
    text-align: right;
}

.checkout-btn {
    background: var(--primary);
    width: 100%;
    color: white !important;
  text-align: center;
  padding: 12px;
    border-radius: 8px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  cursor: pointer;

    border: 1px solid transparent;
}

.checkout-btn:hover {
    background: var(--primary);
    color: #ffffff;

    text-decoration: none;
}

/*----------------*/

.elementor1 {
    width: 100%;
    padding: 80px 0;

    background-color: #fff;
}

.animated-home-valign {
    margin: 0;
    padding: 0;
  text-align: left;

    width: 100%;
}

.heading-section-subtitle {
    font-size: 16px;
    font-weight: 700;

    color: #e80605;
}

.animated-home-valign h1 {
    font-size: 28px;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #222;
    font-weight: 800;
}

.animated-home-valign {
    color: #001e1e;
}

.animated-home-valign ul {
    padding: 0;
}

.animated-home-valign ul li {
    padding: 5px 0;
    color: #616670;
    font-weight: bold;
}

.animated-home-valign ul li i {
    padding: 5px 0;
    color: #e80605;
}

.elementorSection {
    width: 100%;
    padding: 15px;
  display: flex;
  align-items: center;
  transition: all 0.5s;

    margin-bottom: 20px;
}

.elementorSection p {
    margin-bottom: 0;
}

.elementor_i {
    color: #e80605;
  margin-right: 20px;
}

.elementor_i i {
    font-size: 34px;
}

.elementor_a h4 {
    font-weight: 600;
  font-size: 20px;
}

.elementor_h {
    width: 100%;
    background: url(../img/success9654311.jpg);
  position: relative;
  padding-top: 20px;

    padding-bottom: 15px;
}

.elementor_h:before {
    width: 50%;
    content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;

    background: #222;
}

/*---*/

.faqSec {
    width: 100%;
    position: relative;

    text-align: left;
}

.accordion-title-head {
    font-size: 16px;
    color: #000;
  font-weight: bold;

    margin-bottom: 0px;
}

.active-title {
    background-color: #fff5f5 !important;
}

.accordion-title {
    background-color: #fff6f69c;
    padding: 10px 15px;
  border-radius: 6px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;

    transition: 0.4s;
}

.accordion-title:hover {
    background-color: #fff5f5;
}

.accordion-content {
    display: none;
    background-color: #fff;
  padding: 20px;

    border-radius: 0px;
}

.plus {
    width: 16px;
    height: 16px;

    position: relative;
}

.plus::before {
    content: "";
    display: inline-block;
    background-image: url(/live/assets/images/accord-down.png);
    background-position: center;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
  /* background-color: #000; */

    transition: all 0.4s;
}

.plus::after {
    content: "";
    background-image: url(/live/assets/images/accord-down.png);
  width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
  display: none;
  position: absolute;
  left: -7px;

    top: 7px;
}

.rotate::before {
    transform: rotate(180deg);
}

.simple-pagination ul {
    margin: 20px 0 20px;
    padding: 0;
  list-style: none;

    text-align: center;
}

.simple-pagination li {
    display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #fff;

    box-shadow: 0px 0px 10px 0px #eee;
}

.simple-pagination .current {
    color: #fff;
    background-color: #ff7182;

    border-color: #ff7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #e04e60;
}

/*-------------------*/

.form {
    background-color: #ffffff;
    padding: 20px;
  max-width: 90%;
  height: 300px;
  margin: 20px auto;
  border-radius: 0px;
  color: #222;
  border-bottom: solid 4px #1ed3c1;

    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tabset>input[type="radio"] {
    position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}

.tabset>label {
    position: relative;
    display: inline-block;
  padding: 12px 32px;
  border: 1px solid #ccc;
  border-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;

    margin-bottom: 0;
}

/*.tabset > label::after {
  content: "";
position: absolute;
left: 15px;
bottom: 10px;
width: 22px;
height: 4px;
background: #8d8d8d;

}

.tabset > label:hover,

.tabset > input:focus + label {
  color: #06c;

}

.tabset > label:hover::after,

.tabset > input:focus + label::after,

.tabset > input:checked + label::after {
  background: #06c;

}

*/

.tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
  background: #1ed3c1;

    color: #fff;
}

.tab-panel {
    padding: 15px;
    border: 1px solid #ccc;
  float: left;

    width: 100%;
}

.table-bordered>thead>tr>td:last-child {
    white-space: nowrap;
}

.table-bordered>thead>tr>th:last-child {
    text-align: center;
}

ul.tabs {
    margin: 0px;
    padding: 0px;

    list-style: none;
}

ul.tabs li {
    background: #ededed;
    color: #222;
  display: inline-block;
  padding: 10px 15px;

    cursor: pointer;
    border-radius: 8px;
}

.blck-badges {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 7px !important;
}

/* .rd-badges{
  background-color: #df0605;
    color: #fff;
    border: 0px;

} */

ul.tabs li.current {
    background: #df0605;
  color: #ffffff;
}

.tab-content {
    background: #fff;
    padding: 15px 0px 0;
  margin-top: 10px;
  float: left;

    width: 100%;
}

.tab-content.current {
    display: inherit;
}

/*------------*/

.p-20 {
    padding: 20px !important;
}

.f-s-40 {
    font-size: 40px !important;
}

.bg-success {
    background: #26dad2 !important;
    color: #ffffff;

    fill: #26dad2;
}

.bg-pink {
    background: #e6a1f2 !important;
    color: #ffffff;

    fill: #e6a1f2;
}

.bg-success {
    background: #26dad2 !important;
    color: #ffffff;

    fill: #26dad2;
}

.bg-danger {
    background: #fc6180 !important;
    color: #ffffff;

    fill: #fc6180;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 15px;
  border-bottom: solid 1px #ddd;
  margin: 0 !important;

    align-items: center !important;
}

.media-text-right {
    text-align: right;
}

.media-body {
    vertical-align: middle;
}

.color-white {
    color: #ffffff;
  font-weight: 700;
}

.widget-ten span i {
    color: #ffffff;
}

.widget-ten p {
    color: #ffffff !important;
    font-weight: 700;

    font-size: 16px;
}

.media-body p {
    /* color: #99abb4;
    line-height: 25px;

    height: 45px; */
}

.bg-orange {
    color: #fff;
    background-color: #f39c12 !important;
}

.bg-light-blue {
    color: #fff;
    background-color: #00c0ef !important;
}

.bg-green {
    color: #fff;
    background-color: #00a65a !important;
}

.bg-red {
    color: #fff;
    background-color: #dd4b39 !important;
}

/*-------------*/

.onoffswitch {
    position: relative;
    width: 90px;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute !important;
    opacity: 0;

    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
  border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;

    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 10px;

    background-color: #34a7c1;
    color: #ffffff;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
  background-color: #eeeeee;
    color: #999999;

    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #ffffff;
  position: absolute;
    top: 0;
    bottom: 0;
  right: 56px;
  border: 2px solid #999999;
    border-radius: 20px;

    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*--- Rate css---*/

.cont {
    width: 93%;
    max-width: 350px;
  text-align: center;
  margin: 4% auto;
  padding: 30px 0;
  background: #111;
  color: #eee;
  border-radius: 5px;
  border: thin solid #444;

    overflow: hidden;
}

div.title {
    font-size: 2em;
}

h1 span {
    font-weight: 300;
  color: #fd4;
}

div.stars {
    width: auto;
    display: inline-block;

    color: #a4a4a4;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 10px;
  font-size: 30px;
  color: #444;

    transition: all 0.2s;
}

input.star:checked~label.star:before {
    content: "\f005";
    color: #df0605;

    transition: all 0.25s;
}

input.star-5:checked~label.star:before {
    color: #df0605;
  text-shadow: 0 0 20px #c5c5c5;
}

input.star-1:checked~label.star:before {
    color: #f62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: "\f006";
  font-family: FontAwesome;
}

.offet_item {
    font-weight: 400;
    font-style: normal;
  color: blue;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0px;
  text-decoration: line-through;

    display: inline-block;
}

/*--------*/

.onoffswitch1 {
    position: relative;
    width: 90px;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox1 {
    position: absolute !important;
    opacity: 0;

    pointer-events: none;
}

.onoffswitch-label1 {
    display: block;
    overflow: hidden;
    cursor: pointer;
  border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner1 {
    display: block;
    width: 200%;
    margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner1:before,
.onoffswitch-inner1:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;

    box-sizing: border-box;
}

.onoffswitch-inner1:before {
    content: "Online";
    padding-left: 10px;

    background-color: #34a7c1;
    color: #ffffff;
}

.onoffswitch-inner1:after {
    content: "Offline";
    padding-right: 10px;
  background-color: #eeeeee;
    color: #999999;

    text-align: right;
}

.onoffswitch-switch1 {
    display: block;
    width: 18px;
    margin: 6px;
    background: #ffffff;
  position: absolute;
    top: 0;
    bottom: 0;
  right: 56px;
  border: 2px solid #999999;
    border-radius: 20px;

    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox1:checked+.onoffswitch-label1 .onoffswitch-inner1 {
    margin-left: 0;
}

.onoffswitch-checkbox1:checked+.onoffswitch-label1 .onoffswitch-switch1 {
    right: 0px;
}

/*-----------------*/

.top-search-sec .btn {
    border-radius: 0px;
    padding: 8px 12px;
}

.top-search-sec .form-control {
    border-radius: 0px;
    height: 38px;
}

#select {
    display: none !important;
}

.dropdown-select {
    box-sizing: border-box;
    cursor: pointer;
  display: block;
  float: left;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  outline: none;
  line-height: 22px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;

    width: auto;
}

.shrink .dropdown-select {
    padding-top: 8px;
}

.dropdown-select:focus {}

.dropdown-select:hover {}

.dropdown-select:active,
.dropdown-select.open {
    /*background-color: #fff !important;
    border-color: #bbb;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;*/
}

.dropdown-select:after {
    height: 0;
    width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 0%;

    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
  opacity: 1;

    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
  right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    /*transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);*/
  background-color: #fff;
  border-radius: 0px;
  margin-top: 0px;
  padding: 3px 0;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;

    /*border: 1px solid #ddd;*/
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown-select .dd-search {
    overflow: hidden;
    align-items: center;

    justify-content: center;
}

.dropdown-select .dd-searchbox {
    width: 100%;
    padding: 0.5rem;
  border: 1px solid #999;
  border-color: #999;
  color: #999;
  border-radius: 4px;

    outline: none;
}

.dropdown-select .dd-searchbox:focus {
    border-color: #df0605;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
  line-height: 26px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
  color: #000;
  width: 100%;

    float: left;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
  color: #000;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;

    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}

/*--------------*/

.card1 {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px;
  border: 0 solid #e7e7e7;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 15%);
  width: 100%;

    overflow: hidden;
}

/*-------------*/

.show_ {
    display: block;
}

.padding-left65 {
    padding-left: 65px;
}
.profile-image-wrap h5 {
    margin: 0;
    font-weight: 400;
    color: var(--foreground);
}

  /* ====== Cards / section feel ====== */
    .avatar-upload,
    .banner-upload {
        position: relative;
    }
    .profile_inner {
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
    }

  /* headings above each box */
    .avatar-upload+.text-danger,
    .banner-upload+.text-danger {
        margin-top: .35rem;
    }

  /* ====== Preview areas ====== */
    .avatar-upload .avatar-preview,
    .banner-upload .avatar-preview {
        margin: 0;
    }

  .avatar-upload .avatar-preview>div,
    .banner-upload .avatar-preview>div {
        width: 100%;
        border: 2px dashed var(--border);
        border-radius: 8px;
        background-color: rgb(from var(--muted) r g b / 0.3);
        background-size: contain;
        background-position: center;
        position: relative;
        background-repeat: no-repeat;
    }

  /* heights – match screenshot (top row smaller, bottom row wider banners) */
    .avatar-upload .avatar-preview>div {
        height: 120px;
        /* Profile / Logo / Main Banner */
    }

  .banner-upload .avatar-preview>div {
        height: 170px;
        /* Product / Service Banners */
    }

  /* center “camera” hint */
    .avatar-upload .avatar-preview>div::after,
    .banner-upload .avatar-preview>div::after {
        content: "\f4fe";
        font-family: 'bootstrap-icons';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        color: #bdbdbd;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: .9;
        pointer-events: none;
    }

  /* ====== Edit / Delete controls (floating, top-right) ====== */
    .avatar-upload .avatar-edit,
    .banner-upload .avatar-edit {
        position: absolute;
        right: 42px;
        top: 10px;
        z-index: 2;
    }

  /* hide the native file input */
    .avatar-upload .avatar-edit input[type=file],
    .banner-upload .avatar-edit input[type=file] {
        display: none;
    }

  /* circular pencil */
    .avatar-upload .avatar-edit label,
    .banner-upload .avatar-edit label {
        border-radius: 6px;
        border: 1px solid #dedede;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 3.5px;
        transition: box-shadow .15s ease, transform .08s ease;
        margin: 0;
    }

  .avatar-upload .avatar-edit label::before{
        content: "\f304";
        /* FA edit (pencil) */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 10px;
        color: #666;
    }

  #imageForm .avatar-upload .avatar-edit label::before{
        display: none;
    }
    #imageForm .avatar-upload .avatar-edit label{
        color: var(--foreground);
    }
    /* circular trash */
    .avatar-upload .btn.btn-danger.btn-sm,
    .banner-upload .btn.btn-danger.btn-sm {
        position: absolute;
        right: 10px;
        top: 10px;
        width: auto;
        height: auto;
        padding: 3.5px;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        color: var(--primary);
        border-color: var(--border);
    }
    .avatar-upload .btn.btn-danger.btn-sm:hover, .banner-upload .btn.btn-danger.btn-sm:hover {
        background: var(--primary);
        color: #fff;
    }
    .avatar-upload .btn.btn-danger.btn-sm i,
    .banner-upload .btn.btn-danger.btn-sm i {
        font-size: 14px;
    }

  /* remove the extra flex row with buttons in your HTML layout */
    .avatar-upload .d-flex.justify-content-center,
    .banner-upload .d-flex.justify-content-center {
        min-height: 0;
    }

  /* ====== Labels ====== */
    .pd-secs label {
        font-weight: 400;
        font-size: .875rem;
        line-height: 1.25rem;
        color: var(--foreground);
    }

  /* ====== Responsive polish ====== */
      @media (max-width: 1150px) {
        .pd-itm {
            flex-direction: column;
            gap: 30px;
        }

      .pd-bnt {
            display: flex;
            gap: 20px;
            align-items: center;
            flex-wrap: wrap;
        }

      .pd-bnt ul.cate-tt {
            order: -1;
            margin: 0 !important;
            padding-right: 2px;
            contain-intrinsic-block-size: auto 100px;
            width: auto;
        }

      .pd-itm .pd-btn-btm {
            margin: 0;
        }
    }
    @media (max-width: 991.98px) {
      .product_top-bar {
            flex-direction: column;
            gap: 17px;
            align-items: flex-start !important;
        }
        .avatar-upload,
        .banner-upload {
            margin-bottom: 16px;
        }
        body:has(.MblN-wrapper.active) {
            overflow: hidden;
        }
    }

@media (max-width: 768px) {
    .pd-secs, .profl-sec{
        padding: 0px ;
    }
    .hidden-sm {
        display: none;
    }
    .header-fixed {
        box-shadow: 1px 2px 5px #656565;
      padding-bottom: 0;
      padding-top: 10px;

        padding-bottom: 10px;
    }

  .request-btn {
        float: left;
    }

  .request-btn a {
        float: left;
    }

  .adult-title {
        padding: 0;
    }

  .why-title {
        padding: 0;
    }

  .contact-title {
        padding: 0;
    }

  .appoin-sec h1 {
        font-size: 35px;
    }

  .why_sec {
        background: transparent;
    }

  .why_sec .why-contant ul {
        padding-left: 15px;
    }

  .why_sec .why-contant ul li {
        text-align: justify;
    }

  .sub-sub-catcnt .product-list {
        width: 100%;
        grid-template-columns: 1fr;
    }
.sub-sub-catcnt .pro-img-sec {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    float: none;
    width: 100%;
}
.sub-sub-catcnt .pro-img-sec a {
    display: inline-block;
    width: 100%;
}
  .sub-sub-catcnt .product-list img {
        height: 100%;
    }

  .login-form {
        padding: 15px;
    }

  .pd-itm {
        flex-wrap: wrap;
    }
    .pd-img {
        width: 80px;

        margin-bottom: 15px;
    }

  .pd-itm-left .pd-cnt {
        width: 100%;
        margin-right: 0px;
    }
    body .pd-itm-left {
        flex-direction: column;
        gap: 20px;
    }

  .option-div {
        width: 49%;
    }
    .package-pg .package-list-sec {
        display: flex;
        flex-direction: column-reverse;
    }
    .cart-main-sec {
        padding-bottom: 30px;
    }
    body .header_cartpage {
        margin-bottom: 20px;
        padding: 15px 0;
    }

    body .package-pg {
        gap: 20px;
        margin-top: 0px;
    }

  .contant {
        margin-bottom: 15px;
    }

  .padding-left65 {
        padding-left: 0px;
    }

  .accordion-title-head {
        font-size: 14px;
    }

  .accordion-content {
        padding: 10px;
    }
}
.delete_product {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
}
.delete_product:hover {
    color: var(--primary);
}
/*-----------------------*/

.form-ss {
    width: 100%;
    padding: 10px 0;
  background-color: #dbdadb;

    position: relative;
}

.form-ss .form-control {
    display: inline-block;
    height: 44px;
  line-height: 20px;
  padding: 5px 8px;
  border: 1px solid #d8d6d9;
  width: 100%;
  border-radius: 2px;
  font-family: inherit;

    font-size: 16px;
}

.form-ss .btn-danger {
    background-color: #e75462;
    color: #ffffff;
  border-radius: 0px;

    padding: 10px;
}

.form-ss:after {
    bottom: 100%;
    left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #dbdadb;
  border-width: 8px;

    margin-left: -8px;
}

.header_cart .hdr-btn-cart a {
    border-radius: 50%;
    width: 22px;
    height: 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    color: var(--muted-foreground);
}

.header_cart .hdr-btn-cart a:hover {
    color: var(--foreground);
}

.header_cart .hdr-btn-cart .cart {
    position: relative;
}

.header_cart .hdr-btn-cart .cart span {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: var(--primary);
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    font-size: 12px;
}

.hdr-sl-btn .cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: var(--primary);
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    font-size: 12px;
}

.btn-cart {
    background: url(../img/cart-icon.png) no-repeat 0px 6px;
    font-size: 18px;
  margin-right: 0;
  width: 100%;
  border-radius: 0px;
  cursor: pointer;

    float: left;
}

.btn-cart .cart-count {
    background-color: #eb0447;
    color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  float: right;
  line-height: 21px;
  text-align: center;
  position: absolute;
  top: -3px;
  left: 22px;

    font-size: 14px;
}

.btn-cart span {
    color: #000;
    font-weight: bold;
}

.btn-cart a {
    padding-left: 38px;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 44px;
    position: relative;
}

.btn-cart a:hover {
    text-decoration: none;
    color: #ffffff;
}

.btn-cart a:focus {
    text-decoration: none;
    color: #ffffff;
}

.shopping-cart {
    margin-top: 20px;
    float: left;
  background: #f9f9f9;
  width: 320px;
  position: absolute;
  border-radius: 3px;
  padding: 20px 15px 2px;
  right: 0;
  top: 30px;
  z-index: 956898;

    border: solid 1px #cacaca;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart .shopping-cart-items {
    padding-top: 10px;
    max-height: 200px;
  overflow-x: hidden;

    width: 100%;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 5px;
    padding-bottom: 5px;
  padding-right: 0;
  padding-left: 0;

    border-bottom: solid 1px #e2e2e2;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
  width: 70px;

    height: 70px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
  font-size: 13px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;

    white-space: nowrap;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #6394f8;
  margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #abb0be;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ff9c00;
  border-width: 8px;

    margin-left: -8px;
}

.cart-icon {
    color: #ff9c00;
    font-size: 24px !important;
  margin-right: 7px;

    float: left;
}

.view-cart {
    width: 100%;
    background: #ff9c00;
  color: white !important;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 0px;
  font-size: 16px;

    margin: 25px 0 15px 0;
}

.view-cart:hover {
    background: #1f2022;
  color: #ffffff;
}

.clearfix:after {
    content: "";
    display: table;

    clear: both;
}

@media only screen and (max-width: 789px) {
    .shopping-cart {
        left: 15px;
    }

  .shopping-cart:after {
        left: 20px;
    }

  .modal-content {
        max-width: inherit;
    }
}

/*---------*/

.shopping-cart1 {
    margin-top: 20px;
    float: left;
  background: #f9f9f9;
  width: 320px;
  position: absolute;
  border-radius: 3px;
  padding: 20px 15px 2px;
  right: 0;
  top: 30px;
  z-index: 956898;

    border: solid 1px #cacaca;
}

.shopping-cart1 .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}

.shopping-cart1 .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart1 .shopping-cart-items {
    padding-top: 10px;
    max-height: 200px;
  overflow-x: hidden;

    width: 100%;
}

.shopping-cart1 .shopping-cart-items li {
    margin-bottom: 5px;
    padding-bottom: 5px;
  padding-right: 0;
  padding-left: 0;

    border-bottom: solid 1px #e2e2e2;
}

.shopping-cart1 .shopping-cart-items img {
    float: left;
    margin-right: 12px;
  width: 70px;

    height: 70px;
}

.shopping-cart1 .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
  font-size: 13px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;

    white-space: nowrap;
}

.shopping-cart1 .shopping-cart-items .item-price {
    color: #6394f8;
  margin-right: 8px;
}

.shopping-cart1 .shopping-cart-items .item-quantity {
    color: #abb0be;
}

.shopping-cart1:after {
    bottom: 100%;
    left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ff9c00;
  border-width: 8px;

    margin-left: -8px;
}

/*----*/

.notification-main {
    z-index: 1000;
    width: 100%;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--border);
    border-radius: 8px;
}

/* Apply scrollbar styles specifically to .notification-main */
.notification-main .notification-body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.notification-main .notification-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track background color */
    border-radius: 10px;
}

.notification-main .notification-body::-webkit-scrollbar-thumb {
    background: #888;
    /* Scrollbar thumb color */
    border-radius: 10px;
}

.notification-main .notification-body::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Darker color when hovered */
}

/* Firefox scrollbar styling for .notification-main */
.notification-main .notification-body {
    scrollbar-width: thin;
    /* "auto", "thin", or "none" */
    scrollbar-color: #888 #f1f1f1;
    /* Thumb color | Track color */
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 18px;
}
.notification-body .media {
    background: var(--destructive-foreground);
    border: none;
    border-radius: 8px;
    align-items: flex-start !important;
}
.notification-body .media .avatar {
    margin-top: 5px;
    background: #f014141a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-main .media-head {
    border: none;
}

.notification-main a {
    font-size: 14px;
    font-weight: 400;
}
.notification-main svg {
    color: var(--primary);
}
.notification-main a:hover,
.notification-main a:focus {
    text-decoration: none;
}
.notification-main h4 svg{
    color: var(--primary);
}
.notification-body {
    max-height: 300px;
  overflow-x: hidden;
}

.notification-body .media .media-body>div {
    flex-direction: column;
    align-items: flex-start;
}

.notification-body .media .notifications-text br {
    display: none;
}

.notification-body .media .notifications-text div {
    color: #222222;
}

.notification-body .media .notifications-text div b {
    font-weight: 400;
}

.notification-body .notifications-time {
    margin-top: 7px !important;
    color: #878787 !important;
}

.media:hover {
    background-color: #f5f5f5;
}

.media-head {
    border-bottom: 1px solid #eaecec;
}

.header1 {
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;

}

.avatar.avatar-sm {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50px;
    margin-right: 15px;
}

.avatar .avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media .media-body>div .notifications-text {
    color: #000;
    font-size: 14px;
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.media .media-body>div .notifications-time {
    color: #df0605;
    font-size: 12px;
    margin-top: 3px;
}

.media .media-body>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
}

/*----------*/

@-webkit-keyframes bake-pie {
    from {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@keyframes bake-pie {
    from {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

.pie-chart {
    font-family: "Open Sans", Arial;
}

.pie-chart--wrapper {
    width: 400px;
    margin: 30px auto;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  /* border: solid 1px #ddd; */

    box-shadow: -1px 1px 7px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.pie-chart__pie,
.pie-chart__legend {
    display: inline-block;
  vertical-align: top;
}

.pie-chart__pie {
    position: relative;
    height: 200px;
  width: 200px;

    margin: 10px auto 35px;
}

.pie-chart__pie::before {
    content: "";
    display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #eee;
  border-radius: 50%;
  top: 50px;

    left: 50px;
}

.pie-chart__pie::after {
    content: "";
    display: block;
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);

    margin: 220px auto;
}

.slice {
    position: absolute;
    width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  -webkit-animation: bake-pie 1s;

    animation: bake-pie 1s;
}

.slice span {
    display: block;
    position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;

    clip: rect(0px, 200px, 200px, 100px);
}

.pie-chart__legend {
    display: block;
    list-style-type: none;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  padding: 0.75em 0.75em 0.05em;
  font-size: 13px;
  box-shadow: 1px 1px 0 #ddd, 2px 2px 0 #bbb;
  text-align: left;

    width: 65%;
}

.pie-chart__legend li {
    height: 1.25em;
    margin-bottom: 0.7em;
  padding-left: 0.5em;

    border-left: 1.25em solid black;
}

.pie-chart__legend em {
    font-style: normal;
}

.pie-chart__legend span {
    float: right;
}

.pie-charts {
    display: flex;
  flex-direction: row;
}

@media (max-width: 500px) {
    .pie-charts {
        flex-direction: column;
    }
}

/*---------*/

.radios {
    width: 100%;
    margin-bottom: 10px;
}

.radios [type="radio"]:checked,
.radios [type="radio"]:not(:checked) {
    position: absolute;
  left: -9999px;
}

.radios [type="radio"]:checked+label,
.radios [type="radio"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
  line-height: 15px;
  display: inline-block;
  color: #333;
  z-index: 1;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 15px;
  width: 19%;
  margin-bottom: 0;
  border: solid 1px #ccc;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;

    overflow: hidden;
}

.radios [type="radio"]:not(:checked)+label:hover {
    background-color: #e1e1e1;
}

.radios [type="radio"]:checked+label:before,
.radios [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
  left: 0;
  top: 0;
  /*width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;

    background: #fff;*/
}

.radios [type="radio"]:checked+label:after,
.radios [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 100%;
  height: 100%;
  background: #e1e1e1;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;

    border-radius: 2px;
}

.radios [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);

    transform: scale(0);
}

.radios [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);

    transform: scale(1);
}

.login__field {
    position: relative;
}

.p15 {
    padding-left: 25px !important;
}

.login__icon {
    position: absolute;
    top: 14px;
  color: #7875b5;

    left: 12px;
}

/*----*/

.rdo [type="radio"]:checked,
.rdo [type="radio"]:not(:checked) {
    position: absolute;
  left: -9999px;
}

.rdo [type="radio"]:checked+label,
.rdo [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;

    font-size: 14px;
}

.rdo [type="radio"]:checked+label:before,
.rdo [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;

    background: #fff;
}

.rdo [type="radio"]:checked+label:after,
.rdo [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
  height: 12px;
  background: #ec0404;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;
}

.rdo [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);

    transform: scale(0);
}

.rdo [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);

    transform: scale(1);
}

/*---------------*/

.zoom-image-container {
    position: absolute;
    top: 24%;
  left: 26%;

    transform: translate(-17%, -17%);
}

.zoom-image {
    position: relative;
}

.zoom-image img {
    cursor: default;
    border-radius: 5px;

    box-shadow: 0 18px 5px -15px rgba(0, 0, 0, 0.5);
}

.hover-image {
    position: fixed;
    width: 150px;
  height: 150px;
  right: -100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/*---------------*/

#myuploadform {
    width: 100px;
    height: 100px;
  border-radius: 0px;
  border: 2px dashed #df0605;
  color: #c8c9dd;
  font-size: 3.9rem;
  font-weight: 100;
  position: relative;

    background: #fff;
}

#myuploadform .select {
    color: #df0605;
    cursor: pointer;
  position: absolute;
  text-align: center;
  height: 100%;

    width: 100%;
}

#myuploadform input {
    display: none;
}

#myuploadform.dragover {
    border-style: solid;
    font-size: 2rem;
  color: #c8c9dd;
  font-weight: 600;

    background: rgba(0, 0, 0, 0.34);
}

.containers1 {
    width: 100%;
    display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: auto;
  margin-top: 20px;
  max-height: 300px;

    /*overflow-y: auto;*/
}

.containers1 .image {
    height: 85px;
    width: 85px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  /*overflow: hidden;*/
  position: relative;
  margin-bottom: 7px;

    margin-right: 7px;
}

/* .containers1 .image:nth-child(4n) {
  margin-right: 0;

} */

.containers1 .image img {
    height: 100%;
  width: 100%;
}

.containers1 .image span {
    position: absolute;
    top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 19px;
  color: #fff;
  background-color: #d9534f;
  width: 19px;
  height: 20px;
  border-radius: 50px;
  line-height: 1;
  text-align: center;

    z-index: 103;
}

.containers1 .image span:hover {
    opacity: 0.8;
}

.btn_upload {
    cursor: pointer;
    display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #2a72d4;
  border: 1px solid #166b8a;

    padding: 5px 10px;
}

.btn_upload:hover,
.btn_upload:focus {
    background-color: #7ca9e6;
}

.yes {
    display: flex;
    align-items: flex-start;

    margin-top: 10px !important;
}

.btn_upload input {
    cursor: pointer;
    height: 100%;
  position: absolute;
  filter: alpha(opacity=1);
  -moz-opacity: 0;

    opacity: 0;
}

.it {
    height: 100px;
    width: 120px;

    margin-left: 10px;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
    display: none;
}

.rmv {
    cursor: pointer;
    color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  display: inline-block;
  background: rgba(255, 0, 0, 1);

    margin: -5px -10px;
}

.rmv:hover {
    background: rgba(255, 0, 0, 0.5);
}

.bootstrap-tagsinput input:focus {
    border: none;
  box-shadow: none;
}

.bootstrap-tagsinput input:focus {
    border: none;
  box-shadow: none;
}

.imageupload.imageupload-disabled {
    cursor: not-allowed;
  opacity: 0.6;
}

.imageupload.imageupload-disabled>* {
    pointer-events: none;
}

.imageupload .panel-title {
    margin-right: 15px;
  padding-top: 8px;
}

.imageupload .alert {
    margin-bottom: 10px;
}

.imageupload .btn-file {
    overflow: hidden;
  position: relative;
}

.imageupload .btn-file input[type="file"] {
    cursor: inherit;
    display: block;
  font-size: 100px;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;

    top: 0;
}

.imageupload .file-tab button {
    display: none;
}

.imageupload .file-tab .thumbnail {
    margin-bottom: 10px;
}

.imageupload .url-tab {
    display: none;
}

.imageupload .url-tab .thumbnail {
    margin: 10px 0;
}

/*-------*/

/*-----------------*/

/* Review Cards - Simple Layout */
.dashreview {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.dashreview_wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dashreview-item {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    width: 100%;
}

.dashreview-item-cnt {
    padding: 1.25rem;
}

/* User Info Section */
.dashreview-user {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.dashreview-user li:first-child {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--border);
    flex-shrink: 0;
}

.dashreview-user li:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashreview-user li:nth-child(2) {
    font-weight: 600;
    color: var(--card-foreground);
    font-size: 1rem;
}

.dashreview-user li:nth-child(3) {
    margin-left: auto;
}

.dashreview-user li:last-child {
    color: var(--muted-foreground);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Star Rating */
.dashreview-user .stars {
    display: flex;
    gap: 0.25rem;
    margin: 0;
}

.dashreview-user .stars i {
    color: #e5e7eb;
    font-size: 1rem;
}

.dashreview-user .stars i.checked {
    color: #fbbf24;
}

/* Review Content */
.dashreview .rw-list {
    margin-left: 0;
    margin-top: 0.75rem;
}

.dashreview .rw-list p {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: var(--card-foreground);
}

.dashreview .rw-list p strong {
    color: var(--primary);
    font-weight: 600;
}

.dashreview .rw-list a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

/* Reply Section */
.dashreview .Rply {
    background: var(--secondary);
    padding: 0.75rem;
    border-radius: var(--radius);
    border-left: 3px solid var(--primary);
    margin-top: 0.75rem;
    font-style: italic;
}

.dashreview .Rply strong {
    color: var(--primary);
    font-weight: 600;
}

/* Empty State */
.dashreview .text-center {
    text-align: center;
    padding: 2rem 1rem;
}
.dashreview .oops-img, .nofound_data .oops-img {
    width: auto;
    border: 2px solid #000;
    display: inline-block;
    padding: 20px;
    border-radius: 90px;
}

.dashreview .oops-img img, .nofound_data .oops-img img  {
    width: 100px;
    height: 100px;
    opacity: 0.6;
    padding: 10px;
}

.dashreview .text-center p {
    color: var(--muted-foreground);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.dashreview .bnt2 {
    background: var(--primary);
    color: var(--primary-foreground);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    border: none;
}
.nofound_data {
    border-top: 1px solid #000;
    padding-top: 10vh;
    padding-bottom: 10vh;
}
/* Modal Styling */
.dashreview-modal .modal-content {
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.dashreview-modal .modal-header {
    background: var(--primary);
    color: var(--primary-foreground);
    border-radius: var(--radius) var(--radius) 0 0;
    padding: 1rem;
    border-bottom: none;
}

.dashreview-modal .modal-title {
    font-weight: 600;
    margin: 0;
    font-size: 1.1rem;
}

.dashreview-modal .modal-header .close {
    color: var(--primary-foreground);
    opacity: 0.8;
    font-size: 1.25rem;
}

.dashreview-modal .modal-body {
    padding: 1.5rem;
}

.form-control {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.75rem;
    font-size: 1rem;
    height: auto;
}

.form-control:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: none !important;
}

.dashreview-modal .modal-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border);
    background: var(--secondary);
    border-radius: 0 0 var(--radius) var(--radius);
}

.dashreview .prmt-bttn {
    background: var(--primary);
    color: var(--primary-foreground);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    font-weight: 500;
    cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashreview .profl-sec {
        padding: 1rem;
        margin: 0.5rem;
    }

  .dashreview-user {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

  .dashreview-user li:nth-child(3) {
        margin-left: 0;
    }

  .dashreview-user li:last-child {
        margin-left: 0;
    }
    .dashreview-modal .modal-body {
        padding: 1rem;
    }

  .dashreview-modal .modal-footer {
        padding: 0.75rem 1rem;
    }
}

@media (max-width: 576px) {
    .dashreview-item-cnt {
        padding: 1rem;
    }

  .dashreview-user li:first-child {
        width: 40px;
        height: 40px;
    }

  .dashreview-user .stars i {
        font-size: 0.9rem;
    }
}

.apply-bttn {
    width: 100%;
    font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 6px 30px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -moz--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;

    -o--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

.apply-bttn {
    border: 1px solid #06002c;
    background-color: #090333;

    color: #ffffff !important;
}

.apply-bttn:hover {
    border: 1px solid #06002c;
    background-color: #fff;

    color: #090333 !important;
}

/*-------*/

/* Simple Clean Message Layout */

.msg-main {
    max-width: 100%;
}

.msg-itm {
    background: var(--card);
    border-radius: 8px;
    border: 1px solid var(--border);
    margin-bottom: 0;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.msg-itm-img {
    width: 130px;
    height: 130px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: var(--muted-foreground);
    border: 1px solid var(--border);
}

.msg-itm-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.msg-itm-cnt {
    flex: 1;
}

.msg-tt {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--foreground);
    line-height: 1.4;
}

.msg-tt a {
    color: var(--primary);
    text-decoration: none;
}

.msg-tt a:hover {
    color: var(--medical-red-hover);
    text-decoration: underline;
}

.msg-text {
    color: var(--muted-foreground);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px 0;
    background: var(--destructive-foreground);
    padding: 12px;
    border-radius: 6px;
    border-left: 3px solid var(--primary);
}

.msg-user {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

.msg-user li {
    display: flex;
    align-items: center;
    color: var(--muted-foreground);
    font-size: 13px;
    background: var(--destructive-foreground);
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid var(--border);
    gap: 6px;
    width: 100%;
}

.msg-user li i {
    color: var(--primary);
    font-size: 12px;
    width: 14px;
    text-align: center;
}

/* Simple Responsive Design */

@media (max-width: 1200px) {
    .msg-user {flex-wrap: wrap;}

  .msg-user li {
        width: auto;
    }
}

@media (max-width: 768px) {
    .msg-secs {
        padding: 16px;
    }

  .msg-itm {
        padding: 16px;
        gap: 12px;
    }

  .msg-itm-img {
        width: 50px;
        height: 50px;
        align-self: flex-start;
    }

  .msg-tt {
        font-size: 15px;
        margin-bottom: 8px;
    }

  .msg-text {
        font-size: 13px;
        padding: 10px;
        margin-bottom: 10px;
    }

  .msg-user {
        gap: 8px;
    }

  .msg-user li {
        font-size: 12px;
        padding: 5px 8px;
    }
}

@media (max-width: 480px) {
    .msg-secs {
        padding: 12px;
    }

  .msg-itm {
        padding: 12px;
    }

  .msg-itm-img {
        width: 40px;
        height: 40px;
    }

  .msg-tt {
        font-size: 14px;
        margin-bottom: 6px;
    }

  .msg-text {
        font-size: 12px;
        padding: 8px;
        margin-bottom: 8px;
    }

  .msg-user li {
        font-size: 11px;
        padding: 4px 6px;
    }
}

  .msg-tt a:focus {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
    border-radius: 4px;
}

.msg-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bethrm {
    display: flex;
}

.productlist .product-box {
    width: 60px;
    height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border: 1px solid #e2e3e4;
  background-color: #ffffff;

    margin-right: 10px;
}

.productlist .product-box img {
    width: 100%;
}
.payment-table td button.download-btn {
    width: auto;
    margin: auto;
    display: block;
}
@media all and (max-width: 768px) {
  .radios [type="radio"]:checked+label,
    .radios [type="radio"]:not(:checked)+label {
        width: 32%;
    }

  .seller-ss {
        display: inherit;
    }

  .dashreview-item-cnt {
        width: 100%;
        margin-right: 0px;
    }

  .dashreview-user {
        margin-bottom: 20px;
    }

  .dashreview-item li {
        line-height: inherit;
        padding-right: 10px;
    }

  .chat-main {
        padding: 10px 0;
    }

  .chat-itam {
        padding: 10px 0;
    }

  .chat-itam .chat-time {
        font-size: 12px;
    }

  .appliance-ss {
        padding: 30px 0px;
    }

}

@media only screen and (max-width: 991px) {
    .flex-column-reverse-custom {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;
    }
    .top-right-sec ul li a {
        font-size: 18px;
      line-height: 15px;
      font-weight: 400;
      padding: 10px 4px;
      color: #000;

        position: relative;
    }
    .top-right-sec ul li {
        padding-left: 10px;

        padding-right: 10px;
    }
    .top-right-sec ul li a .cart-count {
        background-color: #eb0447;
      color: white;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      float: right;
      line-height: 16px;
      text-align: center;
      position: absolute;
      top: -3px;
      left: 15px;
      font-size: 14px;

        font-weight: bold;
    }
}

.maintab-cover .input-group {
    max-width: 300px;
}

.navtab .navitem {
    padding: 5px 9px 10px;
    display: block;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 500;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;  border-bottom: 2px solid transparent;

    margin: 0 10px 0 0;
}

.navtab .navitem.active-a,
.navtab .navitem:hover {
    border-bottom-color: #ec0404;
}

.boxitem {
    display: none;
}

.boxitem.tab-active {
    display: block;
}

.review-box {
    border-radius: 30px;
}

.color-grey {
    color: gray;
}

.review-rating-data {
    font-size: 14px;
    margin-bottom: 10px;  display: block;

    color: #7c7d7e;
}

.seller-details-cover {
    padding: 0;
    max-width: 1500px;  margin: 0px auto;
  background: #fff;
  /*border-radius: 40px;*/

    overflow: hidden;
}

.new-accordions .accordion-title {
    margin: 0;
    background: transparent !important;
  border-radius: 0;

    padding: 15px 0;
}

.new-accordions-list .new-accordions:first-child {
    border-top: 1px solid #d8d8d8;
}

.new-accordions-list .new-accordions {
    border-bottom: 1px solid #d8d8d8;
}

.new-accordions .accordion-title-head {
    font-weight: 500;
  font-size: 15px;
}

.new-accordions-list {
    margin-bottom: 20px;
}

.new-accordions .plus:before {
    display: none;
}

.seller-details-cover .seller-ss {
    border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
}

.new-accordions .plus:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='170.755px' height='89.296px' viewBox='0 0 170.755 89.296' enable-background='new 0 0 170.755 89.296' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' x='0' y='0' width='170.755' height='89.296'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(../../frontend/Allosolar/default/fr_FR/css/%23SVGID_2_)' fill='%23130F3A' d='M85.129,0c12.458,0.29,23.097,4.585,31.747,13.312 c16.428,16.572,32.763,33.238,49.055,49.944c6.393,6.555,6.388,15.796,0.242,21.763c-6.159,5.978-15.243,5.688-21.71-0.867 C128.69,68.16,112.99,52.096,97.246,36.076c-8.043-8.185-16.293-8.176-24.278,0.035C57.396,52.124,41.852,68.165,26.279,84.179 c-4.241,4.361-9.295,6.185-15.291,4.467c-5.636-1.615-9.161-5.391-10.531-11.073c-1.236-5.127,0.053-9.783,3.65-13.508 C20.833,46.739,37.541,29.39,54.517,12.31C62.895,3.88,73.493,0.202,85.129,0'/%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  min-width: 10px;
  min-height: 5px;
  max-width: 10px;
  max-height: 5px;
  width: unset;
  height: unset;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;

    transition: all 0.3s;
}

.new-accordions .plus.rotate:after {
    transform: rotate(360deg);
}

.new-accordions .accordion-content {
    background: transparent;
  padding: 7px 0 16px;
}

.new-accordions .accordion-content p:last-child {
    margin-bottom: 0;
}

.new-accordions .accordion-content p,
.new-accordions .accordion-content {
    font-size: 15px;
}

.seller-details-cover .image-container:before {
    display: none;
}

@media only screen and (max-width: 1800px) {
    .seller-details-cover {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 1600px) {
    .seller-details-cover {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1320px) {
    .contct-tbl {
        width: 100%;
        overflow-x: scroll;
    }

  .contct-tbl table {
        width: 1300px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .seller-details-cover {
        max-width: 930px;
    }
}

@media only screen and (max-width: 991px) {
    .maintab-cover {
        align-items: flex-start !important;
    }

  .maintab-cover .input-group {
        margin-top: 10px !important;
    }

  .seller-details-cover {
        padding: 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .item-slider-sec .section-heading_wrap {
        padding-right: 40px;
    }
    .appliance-ss {
        padding: 15px 10px 40px;
    }
    .seller-img img {
        width: 130px;
      height: 130px;
    }

  .seller-img-main {
        padding: 20px 20px 10px;
    }

  .seller-details-cover {
        padding: 0 0;
    }
    .pagnton-ftr {
        margin-left: 0px !important;
    }
    .pd-tt-add-sec{
        flex-direction: column;
        gap: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .seller-img img {
        width: 90px;
      height: 90px;
    }

  .seller-img-main {
        padding: 15px 15px 6px;
    }
    .seller-details-cover {
        padding: 0 0;
      max-width: 100%;

        /*border-radius: 30px;*/
    }
}

/* custom tooltip css start here */

.hm-custom-tooltip {
    position: relative;
    text-decoration: none;
    color: #3498db;
    cursor: pointer;
}

.hm-custom-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -85%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #222;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 400;
    font-family: "Helvetica Neue", sans-serif;
    opacity: 0;
    letter-spacing: 0.4px;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 1000;
}

.hm-custom-tooltip:hover::after {
    opacity: 1;
    visibility: visible;
}

.mkt-catalog-layer li a:hover {
    color: var(--primary) !important;
}

.prs-flr-btn:hover {
    background-color: #404040 !important;
}

.checkout-sec .table.table.table1 th.text-right {
    width: 35%;
}

.contant .pakg li .packg-item {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

.pakg li.active {
    border: solid 2px var(--primary) !important;
    color: inherit !important;
    background-color: #FFF5F4 !important;
}
.proceedToCk .modal-header {
    background: var(--primary);
    color: #fff;
}

.proceedToCk form {
    width: 100%;
}

.proceedToCk .modal-body .proceedIner {
    min-height: 250px;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proceedToCk .modal-body .proceedIner .ProcedPay {
    display: inline-block;
    background-color: #000;
    color: white;
    border-radius: 8px;
    padding: 10px 46px;
}

.proceedToCk .modal-body .proceedIner .ProcedPay.procedCnl {
    background-color: transparent;
    border: 1px solid var(--secondary-foreground);
    color: var(--secondary-foreground);
}
.proceedToCk .modal-body .proceedIner .ProcedPay.procedCnl:hover {
    background: var(--muted-foreground);
    border: 1px solid var(--muted-foreground);
    color: #fff;
}
.proceedIner button.stripe-button-el{
    background: none !important;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 8px !important;
    text-shadow: none !important;
    font-weight: 400;
}
.proceedIner .stripe-button-el span {
    background: none !important;
    border: none I !important;
    border-radius: 0px !important;
    text-shadow: none !important;
    font-weight: 400 !important;
    color: currentColor !important;
}
.proceedIner button.stripe-button-el:hover {
    background: var(--primary) !important;
    color: #fff !important;
}
.proceedIner .stripe-button-el span {
    min-height: 41px !important;
    height: 41px !important;
    line-height: 41px !important;
    padding: 0 23px;
}

.dly-dl-svr .sub-sub-catcnt .product-list .contant {
    width: 69%;
}

/* ------------------FAQ-Page-------------- */

.faq-accodian .ekit-heading--title {
    font-size: 28px;
    margin-bottom: 0;
    color: #000;
}

.faq-accodian .faq-sb-heading {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--primary);
    margin-top: 40px;
}

.faq-accodian .accordion-title-head {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0px;
}

/* ----------------about-page-csss---------------- */
.about-bnr-img {
    position: relative;
    margin-bottom: 50px;
}

.about-bnr-img .abt-heading {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.abt-sb-head {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.abt-para,
.footer-pages-link .ftr-para,
.footer-pages-link ul li {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.6px;
    color: #000;
}

.footer-pages-link ul {
    list-style: disc !important;
    margin-left: 30px;
}

/* ------------Footer-pages-links-------------- */

.elementor1.ftr-pages {
    padding: 50px 0;
}

.footer-pages-link {
    margin: 0 120px;
}

.footer-pages-link .ftr-heading1 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px;
}

.footer-pages-link .ftr-sub-hd {
    font-size: 22px;
    font-weight: 500;
    margin: 30px 0 10px 0;
}

.ftr-contct-dtl a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.428571429;
    color: #000000;
    font-size: 16px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    margin-bottom: 20px;
}

.ftr-contct-dtl a:hover {
    text-decoration: none;
    color: #eb0447;
}

.ftr-contct-dtl p {
    margin: 5px 0 !important;
}

.hm-lgn-drp .dropdown-menu li.user_name {
    padding: 8px 20px;
    background: var(--background);
}

/* -----------------New-Design-css-STart-Here------------- */
@media (min-width: 992px) {
    .profile-sec .col-md-3:has(.sidebar-wrapper) {
        padding: 0;
        width: 100%;
        flex: auto;
        max-width: 320px;
    }

  .sidebar-wrapper .accordion1 {
        border: none;
    }

  .profile-sec .col-md-9:has(.pd-secs), .profile-sec .col-md-9:has(.profl-sec) {
        flex: none;
        max-width: 100%;
        width: calc(100% - 320px);
    }

  body .profile-sec {
        padding: 0px;
    }

  .hm-lgn-drp .user_name {
        display: none;
    }
}

/* Selle-byer-dashboard */

.sidebar-wrapper {
    position: sticky;
    align-self: flex-start;
    top: var(--heightHeader);
    border-right: 1px solid var(--border);
    min-height: calc(100vh - var(--heightHeader));
}

.Web-dashbrdN {
    border-top: 1px solid #cdcdcd;
}

.Web-dashbrdN .row .col-md-3 {
    padding-right: 5px;
}

.Web-dashbrdN .row .col-md-9 {
    padding-left: 5px;
}

.btn.action-drp-btn {
    border: 1px solid #df0605;
    background-color: #fff;
    color: #df0605;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    border-radius: 7px;
    padding: 8px 10px;
    line-height: normal;
    display: flex;
    min-height: 40px;
    min-width: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn.action-drp-btn.dropdown-toggle::after {
    margin-left: 9px !important;
}

.btn.action-drp-btn .dropdown-menu {
    width: 100% !important;
}

.btn.action-drp-btn .dropdown-item {
    padding: 6px 10px;
    line-height: normal;
    color: #212529 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #df0605 !important;
}

.action-drp .dropdown-item {
    font-size: 13px !important;
    color: #000;
    padding: 1px 10px !important;
}
.pd-btn-btm form {
    margin: 0 !important;
}
input[type="checkbox"] {
    accent-color: #df0605 !important;
    width: 16px;
    height: 16px;
    border: 1px solid #df0605;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
}
.swal-footer {
    text-align: center;
    margin-top: 0;
}
.action-drp .dropdown-menu {
    min-width: 114px !important;
}

button.Newprmt-bttn.ml-2 {
    margin: 0px !important;
}

.Newprmt-bttn {
    line-height: normal;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    /* margin-bottom: 10px; */
    display: flex;
    min-height: 40px;
    min-width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    /* text-transform: uppercase; */
    border: 1px solid #df0605;
    background-color: #df0605;
    color: #fff !important;
    /* text-transform: uppercase; */
    border: 1px solid #df0605;
    background-color: #df0605;
    color: #fff !important;
    transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -moz--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -o--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    cursor: pointer;
}
.pd-itm-left .pd-cnt .mb-2 div, .pd-itm-left .pd-cnt .mb-2 p {
    display: inline-block;
    width: auto;
}
.pd-btn-tp .badge.badge-success, .pd-btn-btm .badge.badge-success {
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 7px;
    margin: 0 !important;
    width: auto !important;
}
.action-drp-btn:hover,
.action-drp-btn:hover {
    background-color: #df0605;
    color: white;
}

.Newprmt-bttn i {
    font-size: 19px;
}

.Newprmt-bttn:hover {
    background-color: #fff !important;
    border: 1px solid #df0605;
    color: #df0605 !important;
    text-decoration: none;
}

.all-check label {
    font-size: 12px;
    line-height: 13px;
    position: absolute;
    white-space: nowrap;
}

.all-check .form-check-input,
.pd-itm input[type="checkbox"] {
    margin-top: 0px !important;
}

.all-check input[type="checkbox"],
.pd-itm input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #df0605;
    border-radius: 4px;
    appearance: none;
    /* remove default browser style */
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
}

.all-check input[type="checkbox"]:checked,
.pd-itm input[type="checkbox"]:checked {
    background-color: #df0605;
    border-color: #df0605;
    position: relative;
}

.all-check input[type="checkbox"]:checked::after,
.pd-itm input[type="checkbox"]:checked::after {
    content: "✔";
    color: #fff;
    position: absolute;
    top: 0px;
    left: 2px;
    font-size: 13px;
    line-height: 13px;
}

.caregry-beage li {
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 12px;
    background-color: #ececec;
    border-radius: 30px;
    margin-right: 5px;
}

.caregry-beage {
    margin: 0;
    margin-top: 5px;
    width: 360px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 24px;
}

.pd-img-main {
    padding: 5px;
    background: var(--muted);
    border: 1px solid var(--border);
    border-radius: 8px;
    margin: 0 15px;
    margin-left: 0;
}

.pd-btn-tp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.rd-badges {
    border: 1px solid #df0605;
    background-color: #fff;
    color: #df0605;
    border-radius: 7px !important;
    padding: 8px 15px !important;
    height: 35px;
}

.pd-btn-tp .badge,
.pd-btn-btm .badge {
    line-height: normal !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    display: flex;
    align-items: center;
}

.package-pg {
    margin-top: 20px;
}

.package-pg .pd-img-main {
    margin: 0 15px 0 0;
}

.package-pg .pd-img-main .pd-img {
    width: 60px;
    height: 60px;
}

.package-pg .pd-itm {
    justify-content: space-between;
    align-items: center;
}

.package-pg .pd-itm:hover {
    box-shadow: none;
}

.packg-rgt h3,
.package-pg .checkout-sec h3 {
    font-size: 20px;
    color: #000;
}

.packg-rgt p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.package-pg .contant .packg-int-hed {
    font-size: 18px;
    color: #000;
    margin: 0 0 17px 0px;
}

.package-pg .contant .packg-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #df0605;
    margin: 0;
}

.package-pg .contant .packg-item p {
    font-size: 14px;
    color: #747474;
    margin: 0;
}

.actn li a:hover {
    color: #df0605 !important;
}

.pd-btn-btm {
    display: flex;
    justify-content: end;
    margin-top: 10px;
    gap: 10px;
}

.edit-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    color: #666666;
    border-radius: 7px;
    border: 1px solid #e6e6e6;
}

.dlt-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    color: #666666;
    border-radius: 7px;
    border: 1px solid #e6e6e6;
}

.pd-btn-btm .Newprmt-bttn i {
    font-size: 13px !important;
}

/* .dash-hdr {
    position: sticky;
    top: 121px;
    background-color: white;
    z-index: 999;
} */

.Web-dashbrdN .form-style {
    display: block;
    width: 100%;
    padding: 7px 12px !important;
    font-size: 12px;
    height: 35px;
    color: #797979;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #e6e6e6 !important;
    border-radius: 7px;
    outline: none;
    line-height: 20px;
}

.Web-dashbrdN .form-style option:hover {
    background-color: #efefef !important;
}

.totip-Nw {
    position: relative;
}

.totip-inr {
    position: absolute;
    top: -40px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid #e6e6e6 !important;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 6px;
    transition: all 0.2s;
    opacity: 0;
    font-size: 12px;
    white-space: nowrap;
}

.totip-Nw:hover .totip-inr {
    opacity: 1;
    box-shadow: 1px 5px 16px -3px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 1px 5px 16px -3px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 1px 5px 16px -3px rgba(0, 0, 0, 0.56);
}

.pagnton-ftr {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    align-items: center;
    padding: 15px;
    border: solid 1px #cdcdcd;
    border-radius: 8px;
    margin-bottom: 25px;
    margin-left: 20px;
}

.pagnton-ftr ul,
.pagnton-ftr ul li .form-group {
    display: flex;
    column-gap: 20px;
    margin: 0px;
    align-items: center;
}

.pagnton-ftr ul li .form-group .form-control {
    display: block;
    width: 100%;
    padding: 7px 12px !important;
    font-size: 12px;
    height: 35px;
    color: #797979;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #e6e6e6 !important;
    border-radius: 7px;
    outline: none;
    line-height: 20px;
}

.right_account_menu {
    display: flex;
}

@media (min-width: 992px) {
    .hamburger {
        display: none;
    }
}
.top-sidebar li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toggle-dashboard-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.375rem;
    padding: 4px;
    width: 2rem;
    height: 2rem;
    border: 2px solid #ef4444;
    background: transparent;
    color: inherit;
    transition: color 0.2s, background-color 0.2s;
    cursor: pointer;
}

/* Hover effects */
.toggle-dashboard-button:hover {
  background-color: var(--sidebar-hover, #f3f4f6); /* fallback if no custom color */
  color: var(--accent-foreground, inherit);
}

/* Focus ring */
.toggle-dashboard-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--ring, #3b82f6),
              0 0 0 4px var(--ring-offset, #fff);
}

/* Disabled state */
.toggle-dashboard-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* SVG inside */
.toggle-dashboard-button .icon {
    pointer-events: none;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    color: var(--primary, currentColor);
}

.sd_user_info .user_img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid rgb(from var(--primary) r g b / 50%);
}

.sd_user_info .user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sd_user_info .media {
    gap: 15px;
    border: none;
    padding: 0;
    color: #000;
    background: none;
}
.sd_user_info {
    background: rgb(from var(--primary) r g b / 0.05);
    border: 1px solid var(--border);
    border-radius: 8px;
}
.sd_user_info .media p{
    font-weight: normal;
    color: var(--muted-foreground);
    font-size: 16px;
}

.form-group {
    position: relative;
    clear: both;
}

.form-group span.verified a {
    color: #15803d;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    font-weight: 300;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 40px;
}

.form-group span.unverified a {
    color: var(--primary);
    background: rgb(from var(--primary) r g b / 0.05);
    border: 1px solid rgb(from var(--primary) r g b / 0.1);
    font-weight: 300;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 40px;
}

.form-group span.verified, .form-group span.unverified {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.form-group:has(.verified) .form-style {
    padding-right: 97px;
}

.form-group:has(.unverified) .form-style {
    padding-right: 97px;
}

.theme-btn-red{
    text-decoration: none;
    background-color: var(--primary);
    color: var(--white);
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
}
.theme-btn-red:hover{
    color: var(--white);
    background-color: black;
}

.terms-content {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
}

.terms-content h4 {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    color: var(--foreground);
    margin-bottom: 20px;
}

.terms-content h4 svg {
    width: 20px;
    height: 20px;
}

.terms-content .note-editor.note-frame.card {
    padding: 0;
    height: auto;
    background: var(--background);
    margin-bottom: 15px;
}
.pagination {
    gap: 10px;
}
.policy-status-tag {
    font-weight: 400;
    font-size: .75rem;
    line-height: normal;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 33px;
}

.policy-status-tag.draft {
    color: #854d0e;
    background-color: #fef9c3;
    border: 1px solid #fef08a;
}
.policy-status-tag.publish{
    color: #15803d;
    background-color: #fafafa;
    border: 1px solid #bbf7d0;
}
.policy-status-tag.live{
    color: #15803d;
    background-color: #fafafa;
    border: 1px solid #bbf7d0;
}
.terms-content .note-statusbar {
    opacity: 0;
}

.terms-content .forms_btn_grp {
    text-align: right;
}

.terms-content button.btn {
    border: 1px solid var(--border);
    background: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    color: var(--foreground);
    opacity: 0.8;
}

.terms-content button.btn svg {
    width: 17px;
    height: 17px;
}

.terms-content button.btn:hover {
    opacity: 1;
}

.terms-content button.btn-publish {
    color: #15803d;
    background-color: #fafafa;
    border-color: #bbf7d0;
}

.terms-content button.btn-save {
    color: var(--white);
    background: var(--primary);
}
.alert-bar .alert {
    position: absolute;
    top: 30px;
    z-index: 999;
    right: 0;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.alert-bar .alert button.close {
    padding: 8px;
    opacity: 1;
}

.filter_searc-wrap{
    gap: 20px;
    border-radius: 8px;
}

/* Status Pills - Exact Design Colors */
.gap-2{
  gap: 20px;
}
.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.status-pill.pending {
    background-color: #fef3c7;
    color: #92400e;
}

.status-pill.resolved {
    background-color: #d1fae5;
    color: #065f46;
}

/* Reference ID Pills - Outline Badge with Border */
.reference-id-pill {
    display: inline-block;
    background-color: white;
    color: #737373;
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

/* Search Input Styling */
.search-input {
    padding-left: 35px !important;
    border: 1px solid var(--border);
    border-radius: 6px;
    height: 40px;
    width: 100%;
    min-width: 300px;
}

.search-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(240, 20, 20, 0.1);
}

/* Filter Select Styling */
.filter-select {
    padding-left: 35px !important;
    border: 1px solid var(--border);
    border-radius: 6px;
    height: 40px;
    min-width: 150px;
}

.filter-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(240, 20, 20, 0.1);
}

/* Table styling improvements */
.table-section .table th {
    font-weight: 400;
    color: var(--muted-foreground);
    border: none;
    background-color: white;
    border-bottom: 1px solid var(--border);
    white-space: nowrap;
}

.table-section .table td {
    color: var(--foreground);
    border: none;
    border-bottom: 1px solid var(--border);
}

.table-section .table tbody tr:hover {
    background-color: var(--muted);
}

.table-section {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Button styling */
.prmt-bttn {
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.prmt-bttn:hover {
    background-color: #d10e0e;
    color: white;
    text-decoration: none;
}
.inside_title{
  color: #000;
}
.table_with_border{
  border: 1px solid var(--border);
  border-radius: 8px;
}

.dashreview .btn-chat, #local a.bnt2.btn-chat, .nofound_data a.bnt2.btn-chat  {
    background: #fff;
    color: var(--primary) !important;
    padding: 15px 40px;
    border: 1px solid;
}
.dashreview .btn-chat:hover, #local a.bnt2.btn-chat:hover, .nofound_data a.bnt2.btn-chat:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

.flowing .oops-img {
    border: 2px solid #000;
    padding: 25px;
    border-radius: 80px;
    width: 110px;
}
.h3-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--foreground);
    margin: 0;
}

.cta-button i.fa {
    margin-right: 10px;
}
.submit-btn i.fa {
    margin-right: 10px;
}
section#local {
    border-top: 1px solid var(--border);
    margin-top: 24px;
}
.dashboard_dialogs .modal-header {
    background: var(--primary);
    color: #fff;
}

.dashboard_dialogs .modal-header span {
    color: #fff;
    opacity: 1;
}

.dashboard_dialogs .modal-header button.close {
    opacity: 1;
}

.dashboard_dialogs .modal-content {
    border: none;
}

.dashboard_dialogs li.select2-selection__choice {
    max-width: none !important;
    padding: 5px !important;
    white-space: normal !important;
}

.dashboard_dialogs .prmt-bttn.submit, .form_edit_ui button.prmt-bttn.submit {
    color: #fff !important;
    background: var(--primary) !important;
}

.dashboard_dialogs .prmt-bttn.submit:hover, .form_edit_ui button.prmt-bttn.submit:hover {
    background: #000 !important;
}
.mngr-bttn[value="Discard"] {
    background: var(--muted);
    border-color: var(--border);
    color: #000 !important;
}
.alert {
    margin: 30px 20px 0;
}

.alert-success {
    background-color: var(--muted);
    border: var(--border);
        color: #000;
}
.mngr-bttn[value="Discard"]:hover {
    background: var(--border);
    border-color: #ababab;
    color: #000 !important;
}
.form_edit_ui .table thead th {
     font-weight: 400;
    color: var(--secondary-foreground);
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
    border-top: 0px;
}

.form_edit_ui .table td {
    padding-top: 5px;
    font-size: 16px;
    color: #464646;
}
.form_edit_ui .table-responsive {
    border: 1px solid var(--border);
    padding: 10px 15px;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.form_edit_ui .table-responsive table.table {
    margin-bottom: 0;
}
.ui-tooltip-content {
    font-size: 14px;
}

.pd-btn-tp .badge {
    padding: 10px;
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 8px;
}

.header_cartpage .action-drp-btn {
    display: inline-block;
    padding: 15px 30px;
    height: auto;
}

.header_cartpage{
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 30px 20px;
    margin-bottom: 50px;
}
@media (min-width: 1500px) {
      .cart-main-sec .container {
          max-width: 1440px;
      }
    }
    .cart-contant {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 20px;
        display: block;
        float: left;
        border: 1px solid var(--border);
        border-radius: 8px;
    }

  .cart-contant ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: start;
        margin: 0;
    }

  .pakg li.active {
      border: solid 1px red;
      color: inherit !important;
    }

  .pakg li {
    border: 1px solid var(--border);
    border-radius: 6px;
    height: auto;
    text-align: center;
    cursor: pointer;
    min-height: 130px;
    padding: 20px;
    width: min(235px, 100%);
    }

  .checkout-main table td, .checkout-main table th {
        font-size: 16px;
        font-weight: 400;
        color: var(--secondary-foreground);
    }

  @media (max-width: 768px) {
      .pakg li {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 10px;
        min-height: auto;
      }
      body .sidebar-wrapper .accordion1 {
        max-height: calc(100vh - 210px);
    }
}

.checkout-main button.Newprmt-bttn {
    padding: 15px;
    font-size: 16px;
}

  .cart-contant .packg-int-hed {
        font-size: 20px;
        color: #000;
        margin-bottom: 15px;
    }

  .packg-item h4 {
        color: var(--primary);
    }

  .packg-item h5 {
        color: var(--secondary-foreground);
        padding: 0px 0 10px;
        font-size: 26px !important;
        font-weight: 600 !important;
        margin: 0;
    }

  .packg-item p {
        font-size: 16px;
    }
    .order_management .action-btn {
        color: var(--primary) !important;
    }
    @media (max-width: 767px){
        .dash-page-title {
            flex-wrap: wrap;
            gap: 10px;
            padding-left: 60px;
        }

      .dash-page-title .mx-2.Newprmt-bttn {
            margin-left: 0px !important;
        }

      .filter_searc-wrap {
            flex-direction: column;
            padding: 15px !important;
            gap: 15px;
        }

      .filter_searc-wrap .serch-div {
            width: 100%;
        }

      .filter_searc-wrap .option-div {
            width: 100%;
        }
        form#imageForm {
            margin-top: 20px;
        }
    }

/* Mobile Toggle Button */
.sidebar-toggle {
    display: none;
    position: absolute;
    top: -4px;
    left: 20px;
    z-index: 1;
    background: var(--primary) !important;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.sidebar-toggle:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

/* Mobile Overlay */
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sidebar-overlay.active {
  opacity: 1;
}

/* Sidebar Close Button */
.sidebar-close {
    display: none;
    position: absolute;
    top: 65px;
    right: 10px;
    color: var(--primary);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1002;
    transition: all 0.3s ease;
}

.sidebar-close:hover {
  background: #c82333;
  transform: scale(1.1);
}

/* Sidebar Wrapper */
.sidebar-wrapper {
  transition: transform 0.3s ease;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .sidebar-toggle {
    display: block;
  }

.sidebar-close {
    display: block;
  }

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px;
    background: white;
    z-index: 1000;
    transform: translateX(-100%);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
  }

.sidebar-wrapper.active {
    transform: translateX(0);
  }

.sidebar-overlay.active {
    display: block;
  }

/* Adjust main content when sidebar is open */
  body.sidebar-open {
    overflow: hidden;
  }

}

.badge_wrap {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    margin-top: 5px;
}
.cate-tt li.price-dd {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"]{
    color: #000000 !important;
    background-color: #f1f1f1 !important;
}

.form-check {
    gap: 12px;
    padding: 0px;
}

.form-check input[type="checkbox"], .chBoxClass input[type="checkbox"] {
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0;
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #df0605;
    border-radius: 4px;
    transition: all 0.2s ease;
    background-color: white;
}

.form-check input[type="checkbox"]:hover, .chBoxClass input[type="checkbox"]:hover {
    border-color: #df0605;
}

.form-check input[type="checkbox"]:checked, .chBoxClass input[type="checkbox"]:checked {
    background-color: #df0605;
    border-color: #df0605;
}

/* SVG checkmark */
.form-check input[type="checkbox"]:checked::after, .chBoxClass input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.form-check label {
    font-size: 15px;
    color: #1f2937;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.form-check:hover, .chBoxClass:hover {
    /* background-color: #f9fafb;
    border-radius: 6px;
    padding: 8px 12px;
    margin: 0 -12px; */
}

body #profile-description .show-more {
    font-weight: 400;
    font-size: 16px;
    border: 1px solid;
    display: inline-block;
    border-radius: 4px;
    padding: 5px 15px;
}
body #profile-description p {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    body .row.list-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 7.5px 15px;
        padding: 0 15px;
    }
    
    .row.list-wrapper .col-xl-3.col-lg-4.col-md-6 {
        padding: 0;
    }
    
    body .item-product .pic {
        height: 140px;
        padding: 10px;
    }
    
    body .item-product .item-product-title {
        font-size: 13px;
        line-height: normal;
        height: 32px;
    }
    .section-heading_wrap {
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    
    .section-heading_wrap a {
        text-align: center;
        justify-content: center;
    }
    .detail-img-sec div#show div {
        display: none !important;
    }
    table.table.prdt-dtltbl {
        display: block;
    }
    
    table.table.prdt-dtltbl tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }
    
    table.table.prdt-dtltbl tbody {
        width: 100%;
        display: block;
    }
    
    table.table.prdt-dtltbl tr td:empty {
        padding: 0;
        border: none;
    }
    
    .accordion-content:has(.prdt-dtltbl) {
        padding: 10px 0px;
    }
    .product-reviews_details button.nav-link.active {
        background: var(--primary) !important;
        color: #fff !important;
        border: 1px solid var(--primary) !important;
    }
    .product-reviews_details button.nav-link {
        color: #000 !important;
    }

    
    .product-reviews_details_title a, .product-reviews_details_title button {
        width: auto;
        padding: 10px;
        margin: 0;
        font-size: 12px;
    }
    
    .product-reviews_details #nav-tabContent {
        padding: 0 !important;
    }
    
    .product-reviews_details #nav-tabContent h4 {
        font-size: 18px;
        margin: 0;
    }
    .proD-tt h3 {
        font-size: 20px;
    }
    .homeBuySell h2 {
        font-size: 24px;
    }

}

.modal-header {
    background: var(--primary);
    color: #fff;
    border-radius: 0;
}

.modal-header button.close {
    color: #fff;
    opacity: 1 !important;
}

/* Remove blue autofill background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #1f2937 !important; /* Your text color */
    transition: background-color 9999s ease-in-out 0s !important;
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px white inset !important; /* force white bg */
}
.g-recaptcha.mt-4 {
    margin: auto !important;
    display: flex;
    justify-content: center;
}
.form-group:has(button.pulse.btnlogin) {
    margin-bottom: 0;
}
.error-class.qty_error {
    display: block;
    width: 100%;
}
.pd-btn-tp form.mr-2 {
    margin: 0 !important;
}

.paginate_class {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-list-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    width: 100%;
    padding: 0 15px;
}
.item-slider-sec:has(.owl-controls[style="display: none;"]) .section-heading_wrap {
    padding: 0;
}
.col-md-12:has(#pparts) {
    padding: 0 6px;
}
.item-slider-sec .owl-controls .owl-buttons div {
    display: block;
}
.hp_owl_space .brand {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    text-align: center;
}
.margin-5-minus-row{
    margin-inline: -5px;
    width: calc(100% + 8px);
}
.margin-5-minus-row .owl-wrapper {
    padding: 0;
}

#FeaturedStoresSellers .owl-wrapper {
    padding: 0;
}
.margin-5-minus-row .owl-theme .owl-controls {
    right: 25px;
}
.login-form .alert.alertmsg{
    margin-bottom: 15px;
}
