
.bc-inner p{
    margin-bottom: 0;
    /* padding-top: 10px; */
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-warning {
    /* color: #721c24; */
    background-color: #f2d166;
    border-color: #cbaf50;
}
.alert-success {
    /* color: #721c24; */
    background-color: #e2ffdbb0;
    border-color: #77d360;
}





.top-wishlist a > span {
    position: absolute;
    top: -9px;
    right: 12px;
    font-size: 12px;
    color: #fff;
    background: #747474;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    text-align: center;
    line-height: 15px;
}

div.pll:after {
    content: '';
    position: absolute;
    width: 2px;
    background: #e8e6e6;
    height: 14px;
    top: 19px;
    right: 0;
}

.top-moblnav {
    position: relative;
}

.bg-logo {
    border-radius: 100%;
    padding: 5px;
    background-color: white;
}


.top-wishlist {
  position: relative;
}

.header-area .cart-area .cart-title a {
  font-size: 15px;
}

.top-bar .cart-area span {
  padding: 0 !important;
  margin-top: 0;
}

.cart-area > .btn {
  background: #444 none repeat scroll 0 0;
  border: medium none transparent;
  border-radius: 0;
  color: #fff;
  float: right;
  font-size: 13px;
  font-weight: normal;
  height: 56px;
  line-height: 18px;
  padding: 5px 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50%;
  z-index: 99;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-wishlist > .btn:hover {
  background: #e48080 none repeat scroll 0 0;
}
.top-cart .cart-drop.active {
  opacity: 1;
  top: 51px;
  visibility: visible;
  max-height: 40rem;
  overflow-y: scroll;
}
.top-login .login-drop.active {
    opacity: 1;
    top: 92px;
    visibility: visible;
}
.top-moblnav .login-drop.active {
    opacity: 1;
    top: 60px;
    visibility: visible;
}
.ri-heart-line:before {
    content: "\ee0f";
    font-size: 28px;
}
/* .top-cart > a {
  color: #fff;
  font-size: 20px;
} */
.color_custom{
  color: #d19e66 !important;
}
.top-cart a > span {
  position: absolute;
  top: -9px;
  right: 12px;
  font-size: 12px;
  color: #fff;
  background: #747474;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  text-align: center;
  line-height: 15px;
}
.header-right-menu.style-three .top-cart {
  width: auto;
}



.sin-product span {
  padding: 0 5px;
  color: #d19e66;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  float: right;
  font-size: 18px;
  top: 0%;
  right: -5%;
  /* background-color: #585858; */
  font-size: small;
}
.color_custom

.top-wishlist a > span {
  position: absolute;
  top: -9px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: #747474;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  text-align: center;
  line-height: 15px;
}
.header-right-menu.style-three .top-wishlist {
  width: auto;
}

.breadcrumb-area {
    background: #f6f6f6;
    padding: 160px 0px 5px;
}


.sin-product.style-two .pro-icon ul li:before {
    background: none !important;
    background-size: auto;
    content: '';
    width: 5px;
    height: 47px;
    position: absolute;
    top: 10px;
    right: -18px;
    background-repeat: no-repeat;
}

#header {
    z-index: 999999 !important;
    position: fixed;
    width: 100%;
    left: 0;
}

.default-color{
    color: #d19e66;
}

.accordion {
    position: fixed;
    padding-top: 20px !important;
}

.contact-form input {
    width: 100%;
    height: 56px;
    background: #f2f1f1;
    border: none;
    margin-bottom: 0px;
    padding: 0px 20px;
    border: 1px solid #80808078;
}

.contact-form {
    text-align: left;
}

.contact-area {
    padding: 50px 0 20px;
}

input{
    border: 1px solid rgba(128, 128, 128, 0.406)
}


/* ================ ACCOUNT shop-sidebar Mobile dropdown styles - works 100%  ===================*/
.ap-profile {
    margin-top: 1rem;
}

/* MOBILE */
@media (max-width: 991px) {
  .mobile-dropdown-btn {
    width: 100%;
    padding: 14px 16px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 10px;
  }
  .mobile-dropdown-btn::after {
    content: "▼";
    font-size: 12px;
    transition: transform 0.2s ease;
  }
  .mobile-dropdown-btn.active::after {
    transform: rotate(180deg);
  }
  .profile-menu-wrapper {
    display: none;
    border: 1px solid #80808030;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  .profile-menu-wrapper.show {
      display: block;
  }
  .ap-profile a {
    display: flex !important;
    padding: 12px 15px !important;
    margin: 0 !important;
  }

}
/* DESKTOP */
@media (min-width: 992px) {
  .mobile-dropdown-btn {
      display: none;
  }
  .profile-menu-wrapper {
      display: block !important;
  }
}
/* ================ ==================================================*/

.ap-profile{
  margin-top: 1rem;
}

#main{
    margin: 3rem 0;
}





/*//////////////////////////////////////////////////////////  */


footer{
    background-color: black;
}


.lh-normal {
  line-height: normal;
}

.lh-30 {
  line-height: 30px !important;
}
.lh-25 {
  line-height: 25px !important;
}
.lh-20 {
  line-height: 20px !important;
}

.mt3{
  margin-top: 3px;
}
.mt6{
  margin-top: 6px;
}
.mt8{
  margin-top: 8px;
}
.mt17{
  margin-top: 17px;
}
.mt18{
  margin-top: 18px;
}
.butt{
/*   opacity: 0; */
  /* padding:20px; */
  float: right;
  position: relative;
  z-index: 1000000;
  border-radius: 20px 20px 2px 20px;
  margin: 5px;
  font-size: small
}

.transparentBG{
  height: 100%;
  width: 100vw;
  background-color: transparent;
  position: absolute;
  z-index: 100;
  display: none;
}

.vcbutton{
  /* margin-left: 120px; */
  top: 84px;
  position: absolute;
}
.vcleft{
  left: 40%;
}

.pinBox {
  /* --width: 296px;
  --height: 74px;
  --spacing: 47px; */
  
  display: inline-block;
  position: relative;
  /* width: var(--width);
  height: var(--height); */
}

.pinEntry {
  position: absolute;
  padding-left: 21px;
  font-family: courier, monospaced;
  font-size: var(--spacing);
  height: var(--height);
  letter-spacing: var(--spacing);
  background-color: transparent;
  border: 0;
  outline: none;
  clip: rect(0px, calc(var(--width) - 21px), var(--height), 0px);
  overflow: hidden;
}
form.overflow_hide{
  overflow: hidden;
}

.verification-timer {
    font-family: Arial, sans-serif;
    color: #666;
    margin: 10px 0;
    font-size: 14px;
}
#countdown {
    font-weight: bold;
    color: #e74c3c;
}
#verificationCodeCountdown {
    font-weight: bold;
    color: #e74c3c;
}
.expired {
    color: #e74c3c !important;
    font-size: 24px !important;
}

.error-message {
    font-size: 0.8rem;
    margin-top: 0.25rem;
}
.is-invalid {
    border-color: #dc3545 !important;
}

#toggling{
  background-color: transparent !important;
}


.ff_fam{
font-family: 'Futura','Copperplate',' Times New Roman', 'san serif';
}
/* background: -webkit-repeating-linear-gradient(
45deg,
#618597,
#618597 1px,
#b2cad6 1px,
#b2cad6 2px
); */
/* background: repeating-linear-gradient(
90deg,
#618597,
#618597 1px,
#b2cad6 1px,
#b2cad6 2px
); */
.outer-border {
width: 794px;
height: 594px;
position: absolute;
left: 50%;
margin-left: -397px;
top: 50%;
margin-top:-297px;
border: 2px solid #fff;
}
 

/* ===================================================== */
/* hides  "&nbsp;&nbsp;Powered by <span style="white-space:nowrap"> ... </span> */
.goog-te-gadget a[href^="https://translate.google.com"],
/* hide any direct span inside gadget */
.goog-te-gadget > span,
 /* hide logo image by src */
.goog-te-gadget img[src*="googlelogo"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
/* If Google injects text nodes after the select, shrink them */
.goog-te-gadget {
  font-size: 0 !important;        /* hide stray text */
  line-height: 0 !important;
}
/* keep the select readable by restoring its font-size */
.goog-te-gadget .goog-te-combo {
  font-size: 14px !important;
  line-height: normal !important;
}
/* keep layout stable */
.goog-te-gadget {
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.25rem;
}
/* ===================================================== */

.googTrans{
  /* bottom: 26px; */
  bottom: 70px;
  color: #ffffff;
  /* display: none; */
  font-size: 24px;
  /* line-height: 1.5em; */
  /* padding: 3px 6px; */
  position: fixed;
  /* right: 10px; */
  right: 10px;
  text-align: center;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* background-color: #f25050a1; */
  border-radius: 8px;
}

.not-visible {
  display: none;
}
.visible {
  display: inline;
}

.uupload{
  background: grey;
  font-weight: 700;
}


.about_thumb{
  width: 21rem;
}
.about_thumb img{
  border-radius: 30% 0;
}
.bg-lavender {
  /* background-color: lavender; */
  background-color: #e6e6fa5c
}

.bg-ghostwhite {
  background-color: ghostwhite;
  /* background-color: whitesmoke; */
}

.strike {
  text-decoration: line-through;
}

.strike-wavy {
  text-decoration: line-through wavy red 3px;
}
   

.clicked-active{
  /* background: rgba(238, 176, 0, .1); */
  background-color: rgba(186, 186, 186, 0.09);
}

.mfa_profileIMG {
  border-radius: 50%;
  width: 64px !important;
  height: 62px !important;
  object-fit: cover;
  min-width: 44px;
  min-height: 42px;
  margin-top: -15px;
}

.profileIMG{
  border-radius: 50%;
  width: 38px !important;
  height: 28px !important;
  object-fit: cover;
  /* min-width: 44px; */
  /* margin-top: -15px; */
  background-color: white;
}

.profileMSG{
  border-radius: 50%;
  width: 44px !important;
  height: 42px !important;
  object-fit: cover;
  min-width: 44px;
  /* margin-top: -15px; */
}

.field-attachment{
   background-color: aliceblue !important;
}

.d_flex{
  display: flex;
  justify-content: space-around;
}

.ReviewBorder{
  border: 1px solid #8080802b;
  border-radius: 10px;
  background-color: aliceblue;
}

.diddy{
  position: relative;
  border-top: 1px solid #8080802b;
  margin-bottom: 5px;
}

.i_diddy{
  position: relative;
  border-top: 1px solid #8080802b;
  margin-bottom: 5px;
}
/*  */
p.diddy::before{
  content: '';
  position: absolute;
  padding-top: 20px
}

.repadding{
  padding: 0 5px !important;
}
/* 
.mydiv::before{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 1px;
  background-color: black;
} */

.brdt{
  border-top: 1.5px solid #d3d3d387;
  margin-top: 5px;
}

.details > a > h4:hover {
  color: #0056b3;
} 

.rating-star{
  font-size: 17px;
  color: yellowgreen;
}

.profilethumbnail{
  border-radius: 30%;
  width: 44px;
  height: 42px;
  object-fit: cover;
  min-width: 44px;
}

.bottom-profile {
  display: flex;
  justify-content: space-around;
}

.text-overflow{
  overflow: hidden;
  white-space: nowrap; /* Don't forget this one */
  text-overflow: ellipsis;
  max-width: 30rem;
}


.obj-fit{
  object-fit: cover;
}



.sty_portrait{
  position: relative; 
  top: 66px; 
  width: 100%; 
  height: 200px;
  max-height: 250px;
}
.sty_cert_portrait{
  justify-content: center;
  margin: 0 auto; 
  width: 90%; 
  flex-wrap: nowrap; 
  height: 340px;
}
.sty_landscape{
  position: relative; 
  top: 46px; 
  width: 90%; 
  height: 150px;
}
.sty_cert_landscape{
  justify-content: center;
  margin: 0 auto; 
  width: 90%; 
  flex-wrap: nowrap; 
  height: 225px;
}

.pm-name-text{
  position: relative;
}

.form-inline{
  flex-flow: row nowrap !important;
}

section.our-partners img{
  aspect-ratio: 3/2;
  object-fit: contain;
  mix-blend-mode: color-burn;
}
img.mbm{
  mix-blend-mode: darken;
}
img.mbm2{
  mix-blend-mode: color-burn;
}
img.mbm3{
  mix-blend-mode: multiply;
}

.flaticon-add-contact:before {
  content: "\f150";
  }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  }
  /* *, ::after, ::before {
    box-sizing: border-box;
    } */

.time-arrange{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: normal;
  justify-content: flex-end;
}

.ddt{
  cursor: pointer;
}

/* .filtered-search{
  background-color: antiquewhite;
} */

.topZero{
  top: 0 !important;
  /* overflow-x: hidden;
  overflow-y: scroll !important; */
  /* overflow: hidden ; */
}

/* =============================================== */
.otp-field {
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 22px;
  border: 2px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
  background-color: #fff;
}

.otp-field:focus {
  border-color: #ff6b6b;
  box-shadow: 0 0 4px rgba(255, 107, 107, 0.4);
}

.otp-inputs {
  margin-top: 20px;
  gap: 5px;
}

.border-buttom-line{
    border-bottom: 1px solid lightgray;
}



.alert-error{
  background-color: mistyrose;
}

.alert-warning{
  background-color: wheat;
}

.alert-info{
  /* background-color: aliceblue; */
  background-color: #d2eaff;
}

.swiper-slide-thumb-active{
  border: 2px solid red;
}

.add_to_cart{
  min-width: 20px;
}


.mpspan{
  background-color: white;
  border-radius: 5px;
}




/* REVIEW RATING STAR:  Showing the stars */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}
.shake {
    animation: shake 0.5s linear;
}
@media (max-width: 576px) {
    .modal-body {
        padding: 15px;
    }
    .rate label {
        font-size: 24px;
    }

    .width_none{
      display: none;
    }
    .page-title {
      font-size: 18px !important;
      font-weight: 600;
    }
}
/* ALL */
.rate {
    transition: all 0.3s ease;
}
/* ---------- */
/* Hide Radio button */
.rate>input {
  display: none;
}
.rate {
  display: inline-block;
  border: 0;
  /* margin-bottom: 6px; */
}
.rate>label {
  float: right;
  /* font-size: 12px; */
  margin-bottom: 0px;
}
.rate>label:before {
  display: inline-block;
  /* font-size: 1.3rem; */
  font-family: FontAwesome;
  content: "\f005";
  /* renders full stars, but only works with "FontAwesome" anove*/
  margin: 0;
  padding: 0.3rem .2rem;
  cursor: pointer;
}
/* Half star */
.rate .half:before {
  content: "\f089";
  /* CSS content for half star*/
  position: absolute;
  padding-right: 0;
}

/* Click and hover */
.rate input:checked~label,
.rate label:hover~label {
  color: #ffb503;
}
/* hover hightlight */
.rate input:checked+label:hover,
.rate input:checked~label:hover,
.rate input:checked~label:hover~label,
.rate label:hover~input:checked~label {
  color: #cc9000;
}
.rate .rating-star i {
  color: #ffb503 !important;
}



/* INSTRUCTOR RATING STAR:  Showing the stars */
/* Hide Radio button */
.rate2 > input {
  display: none;
}
.rate2 {
  display: inline-block;
  border: 0;
  /* margin-bottom: 6px; */
}
.rate2 > label {
  float: right;
  /* font-size: 12px; */
  margin-bottom: 0px;
}
.rate2 > label:before {
  display: inline-block;
  font-size: 1.3rem;
  font-family: FontAwesome;
  content: "\f005";
  /* renders full stars, but only works with "FontAwesome" anove*/
  margin: 0;
  padding: 0.3rem .2rem;
  cursor: pointer;
}
/* Half star */
.rate2 .half:before {
  content: "\f089";
  /* CSS content for half star*/
  position: absolute;
  padding-right: 0;
}

/* Click and hover */
.rate2 input:checked~label,
.rate2 label:hover~label {
  color: #ffb503;
}
/* hover hightlight */
.rate2 input:checked+label:hover,
.rate2 input:checked~label:hover,
.rate2 input:checked~label:hover~label,
.rate2 label:hover~input:checked~label {
  color: #cc9000;
}
.rate2 .rating-star i {
  color: #ffb503 !important;
}



/* UPDATE COURSE REVIEW STAR:  Showing the stars */
/* Hide Radio button */
.rate_u > input {
  display: none;
}
.rate_u {
  display: inline-block;
  border: 0;
  margin-bottom: 6px;
}
.rate_u > label {
  float: right;
  /* font-size: 12px; */
}
.rate_u > label:before {
  display: inline-block;
  font-size: 1.3rem;
  font-family: FontAwesome;
  content: "\f005";
  /* renders full stars, but only works with "FontAwesome" anove*/
  margin: 0;
  padding: 0.3rem .2rem;
  cursor: pointer;
}
/* Half star */
.rate_u .half:before {
  content: "\f089";
  /* CSS content for half star*/
  position: absolute;
  padding-right: 0;
}

/* Click and hover */
.rate_u input:checked~label,
.rate_u label:hover~label {
  color: #ffb503;
}
/* hover hightlight */
.rate_u input:checked+label:hover,
.rate_u input:checked~label:hover,
.rate_u input:checked~label:hover~label,
.rate_u label:hover~input:checked~label {
  color: #cc9000;
}
.rate_u .rating-star i {
  color: #ffb503 !important;
  /* transform: translateY(); */
}

.fa-star-half::before {
  content: "\f089";
  color: yellowgreen !important;
}

a.pppt li p{
  margin-bottom: 0;
  font-weight: 700;
}

.rating-star {
  font-size: 17px;
  color: yellowgreen;
}
/* ============================================================ */

.active-bg{
  background-color: #000000;
  font-weight: bold;
}

.category-product-banner-content h2{
  color: #000000;
  background-color: #d4d4d4;
  padding: 0 5px;
  border-radius: 10px;
}



/* Dropdown Button */
.ddropbtn {
  /* background-color: #3498DB;
  color: white; */
  padding: 10px;
  font-size: 18px;
  border: none !important;
  cursor: pointer;
  border-radius: 7px;
  letter-spacing: 2px;
  color: #f3aa23;
  background: none !important;
}

.ddropbtn2 {
  /* background-color: #3498DB;
  color: white; */
  padding: 10px;
  font-size: 18px;
  border: none !important;
  cursor: pointer;
  border-radius: 7px;
  letter-spacing: 2px;
  color: #f3aa23;
  background: none !important;
}

/* Dropdown button on hover & focus */
/* .ddropbtn:hover, .ddropbtn:focus {
  background-color: #2980B9;
} */

/* The container <div> - needed to position the dropdown content */
.ddropdown {
  /* position: relative; */
  display: inline-block;
  /* top: 86px; */
  /* color: #ffffff; */
  /* font-size: 24px; */
  /* line-height: 1.5em; */
  /* padding: 10px 6px; */
  
  /* position: fixed;   */
  /* left: 10px; */
  /* text-align: center; */
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* background-color: #f25050a1; */
  border-radius: 8px;
  border: 0px solid #80808000 !important;
}

/* Dropdown Content (Hidden by Default) */
.ddropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 125px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.ddropdown-content a {
  color: black !important;
  padding: 8px 0;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.ddropdown-content a:hover {background-color: #ddd;}

.myDropdown a.subt.active{
  /* background-color: #c4c4c4; */
  background-color: #dadada;
  color: #f3aa23 !important;
  font-size: large;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display:block;
}
#draggable{
  width: max-content;
}

#contentVidID{
  position: relative;
}
.fs_20 {
  font-size: 20px !important;
}
.fs_medium {
  font-size: medium;
}

.p-switch-truncate{
  white-space: nowrap; /* Prevents text from wrapping */
  overflow: hidden;    /* Hides overflowing content */
  /* max-width: 48px; */
  text-overflow: ellipsis;
  text-transform: lowercase;
  text-wrap-mode: nowrap;
}

.custom_bg{
  background-color: #585858;
}
.custom_color{
  color: #ffb836 !important;
}
.custom_color2{
  color: #3f3f3f !important;
}

.color-widget-custom ul{
  display: flex;
  gap: 3px;
}

.top-cart a > span.counter-top {
    position: absolute;
    top: 11px;
    right: 0px;
    font-size: 12px;
    color: #fff;
    background: #747474;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    text-align: center;
    line-height: 15px;
}

.top-wishlist a > span.counter-top {
    position: absolute;
    top: 11px;
    right: 0px;
    font-size: 12px;
    color: #fff;
    background: #747474;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    text-align: center;
    line-height: 15px;
}







@media (max-width: 575px) {
    .main-product .sin-product .pro-icon {
        display: inline-block;
    }
}


@media (max-width: 575px) {
    .add-tocart-wrap a.add-to-cart-custom {
        height: 45px;
        width: 152px;
        font-size: 18px;
        float: right;
        margin-right: 5px;
        padding: 8px;
    }
}
@media (max-width: 575px) {
    .quickview .add-tocart-wrap a.add-to-cart-custom {
        float: left;
        margin-top: 15px;
    }
}
.quickview .add-tocart-wrap a.add-to-cart-custom {
    width: 210px;
}
.add-tocart-wrap .add-to-cart-custom {
    height: 60px;
    width: 325px;
    background: #d19e66;
    color: #fff;
    font-size: 18px;
    float: left;
    /* margin-right: 6px; */
    padding: 17px;
    text-align: center;
}

.color-check-label{
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}
.color-check-label input{
    display: none;
}
.color-circle{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ddd;
    transition: .3s;
}
.color-check-label input:checked + .color-circle{
    border: 3px solid #000;
    transform: scale(1.1);
}

.color-radio-label input:checked + .color-circle{
    border: 3px solid #000;
}

.size-square-full {
    border: 1px solid #ddd;
    transition: .3s;
    padding: 5px;
}
.size-square {
    width: 22px;
    height: 22px;
    /* border-radius: 50%; */
    /* display: inline-block; */
    border: 1px solid #ddd;
    transition: .3s;
    padding: 5px;
}
.size-check-label{
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}
.size-check-label input{
    display: none;
}
.size-check-label input:checked + .size-square{
    border: 3px solid #000;
    transform: scale(1.1);
}

.size-check-label input:checked + .size-square-full{
    border: 3px solid #000;
    transform: scale(1.1);
}

.border-none{
  border: none !important;
}


/* pagination page-link active css */
.paginatoin-area ul.pagination-box li.page-item a.page-link:hover {
    color: var(--dominant-font-color);
}
.paginatoin-area ul.pagination-box li.page-item a.page-link.active {
    color: #d79620;
    background-color: black;
    font-weight: bold;
}



/*  ===== CART PAYMENT METHOD SELECT (Image) style ===== */
/* hide radio button */
.payment-method [type=radio]{
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.payment-method [type=radio] + img{
  cursor: pointer;
  padding: 5px;
  width: 96px;
}
/* Checked style */
.payment-method [type=radio]:checked + img{
  outline: 2px solid #da9210;
}
.label_b {
  border: 1px solid #c1bcbc;
  padding: 2px 4px;
  border-radius: 5px;
}
/* CART PAYMENT METHOD SELECT  ============================ */ 



.pb80 {
    padding-bottom: 80px;
}
.pt80 {
    padding-top: 80px;
}
.subt {
    border-bottom: 1px solid #80808054;
}

/* .cart-subtotal a:hover {
    background: #3f3f3f;
} */

.btn-danger:hover {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}

.order_sidebar_widget {
    position: relative;
    /* border-style: solid; */
    border-width: 2px;
    border-color: rgb(237, 239, 247);
    border-radius: 5px;
    background-color: rgba(243, 243, 246, 0);
    padding: 30px 0 0;
}
.mb30 {
    margin-bottom: 30px !important;
}


.phone-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.phone-input-container:focus-within {
    border-color: #4a90e2;
    -webkit-box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
            box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}
.country-code-container {
    position: relative;
    width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.country-code-select {
    width: 100%;
    /* height: -webkit-fill-available; */
    padding: 12px ;
    border: none;
    background-color: #f8f9fa;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    line-height: normal;
}
.phone-number-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 15px;
    border: none;
    border-left: 1px solid #ddd;
    outline: none;
    font-size: 16px;
}
.phone-number-input::-webkit-input-placeholder {
    color: #aaa;
}
.phone-number-input::-moz-placeholder {
    color: #aaa;
}
.phone-number-input:-ms-input-placeholder {
    color: #aaa;
}
.phone-number-input::-ms-input-placeholder {
    color: #aaa;
}
.phone-number-input::placeholder {
    color: #aaa;
}


.cart-subtotal button {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    background: #d19e66;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    /* line-height: 50px; */
    padding: 0 20px;
    margin-top: 40px;
    border-color: #d19e66;
}

.cart-subtotal button:hover {
    background: #3f3f3f;
}
button:hover {
    color: #bb8521 !important;
}






ul.mc_child_list.one li {
    line-height: 1 !important;
}
ul.mc_parent_list li {
    margin-right: -3px !important;
}
ul.mc_parent_list ul.mc_child_list.one li {
    padding: 10px 200px 10px 50px;
}
ul.mc_parent_list ul.mc_child_list.one li, ul.mc_parent_list ul.mc_child_list.two li, ul.mc_parent_list ul.mc_child_list.three li, ul.mc_parent_list ul.mc_child_list.four li {
    border-bottom: 1px solid #eeeeee;
    color: rgb(79, 79, 79);
    font-size: 15px;
    font-family: "Open Sans";
    line-height: 3.333;
}
/* .cart_page_form{
    scrollbar-width: auto;
}

.cart_page_form {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(237, 239, 247);
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 30px;
    overflow-x: scroll;
} */


@media (min-width: 576px) {
  .cart-table .tables tbody tr td {
    display: table-cell;
    vertical-align: middle;
    color: #525353;
    border-top: none;
    border-bottom: 1px solid #d8d7d7;
    text-align: center;
    padding: 10px 0px;
  }
}



.js-qty-wrapper .js-qty-wrap input.js-qty-num[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.js-qty-wrapper .js-qty-wrap input.js-qty-num {
    width: calc(100% - 64px);
    height: 30px !important;
    background-color: var(--body-bgcolor);
}



.fw-bold{
  font-weight: bold;
}

.fw-bolder{
  font-weight: bolder;
}

.h-34{
  height: 34px !important;
}
.h-35{
  height: 35px !important;
}
.h-36{
  height: 36px !important;
}
.h-37{
  height: 37px !important;
}
.h-38{
  height: 38px !important;
}
.h-39{
  height: 39px !important;
}
.h-40{
  height: 40px !important;
}
/* ----------- */
.h-4rem{
  height: 4rem !important;
}
.h-5rem{
  height: 3rem !important;
}
.h-6rem{
  height: 6rem !important;
}
.h-7rem{
  height: 7rem !important;
}
.h-8rem{
  height: 8rem !important;
}
.h-9rem{
  height: 9rem !important;
}
.h-10rem{
  height: 10rem !important;
}


.checkedd{
  margin-left: 3px;
  color: #d19e66;
}
.spacebtw{
  display: flex;
  /* flex-wrap: nowrap; */
  justify-content: space-between;
  align-items: center;
}

.jc_center{
  display: flex !important;
  /* flex-wrap: nowrap; */
  justify-content: center;
  align-items: center;
}
.alignItems{
  display: flex;
  /* flex-wrap: nowrap; */
  /* justify-content: space-between; */
  align-items: center;
}

.alignItems input{
  height: 29px;
}

.b-radius-50{
  border-radius: 50%;
}


.processing-pulse {
  color: #cc9000;
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}



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

}




.review-ratting span.review-star {
    color: var(--product-review-color);
    /* display: flex; */
    /* flex-wrap: wrap; */
    line-height: 1;
}
.review-ratting span.review-star i.ri-star-fill, .ri-star-half-line{
  color: #ffb837;
}




/* ================ ACCOUNT shop-sidebar Mobile dropdown styles - works 100%  ===================*/
.ap-profile {
    margin-top: 1rem;
}

#quickview-slider-big{
    overflow: hidden;
    position: relative;
}

#quickview-slider-small{
    overflow: hidden;
}

#quickview-slider-small .swiper-slide{
    opacity: .6;
    transition: .3s;
}

#quickview-slider-small .swiper-slide-thumb-active{
    opacity: 1;
    border: 2px solid #000;
    border-radius: 8px;
}

.swiper-prev-quickview-big,
.swiper-next-quickview-big{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.swiper-prev-quickview-big{
    left: 10px;
}

.quickview-modal {
    overflow-y: scroll;
}

.swiper-next-quickview-big{
    right: 10px;
}

/* .slick-current{
    border: 1px solid black;
} */

.product-details p {
    font-size: 16px;
    color: #636363;
    padding: 14px 0px 0px;
}


/* MOBILE */
@media (max-width: 991px) {
  .mobile-dropdown-btn {
    width: 100%;
    padding: 14px 16px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 10px;
  }
  .mobile-dropdown-btn::after {
    content: "▼";
    font-size: 12px;
    transition: transform 0.2s ease;
  }
  .mobile-dropdown-btn.active::after {
    transform: rotate(180deg);
  }
  .profile-menu-wrapper {
    display: none;
    border: 1px solid #80808030;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  .profile-menu-wrapper.show {
      display: block;
  }
  .ap-profile a {
    display: flex !important;
    padding: 12px 15px !important;
    margin: 0 !important;
  }

}
/* DESKTOP */
@media (min-width: 992px) {
  .mobile-dropdown-btn {
      display: none;
  }
  .profile-menu-wrapper {
      display: block !important;
  }
}
/* ================ ==================================================*/

.ap-profile{
  margin-top: 1rem;
}

.header-right-menu {
    padding: 33px 0px;
    float: right;
}

.extra-bg {
    background-color: var(--extra-bgcolor);
}
.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.icon-16 {
    font-size: 16px;
}

.mer-5 {
    margin-right: 5px;
}
.body-color, .body-dominant-color, .body-secondary-color {
    color: #666666;
}

.quickview {
  overflow-y: scroll !important;
}

@media (max-width: 575px) {
    .modal.quickview-wrapper {
        width: 90vw;
        height: 90vh;
        /* overflow: scroll; */
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .modal.quickview-wrapper {
        width: 500px;
        height: 90vh ;
        overflow: scroll;
    }
  }

/* bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb */
/* Dashboard Layout */
.dashboard {
    display: flex;
    min-height: 100vh;
}

/* Sidebar */
.sidebar {
    width: 260px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
}

.logo {
    /* padding: 24px 20px; */
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    /* margin-bottom: 20px; */
}

.logo span {
    color: #4a90e2;
}

.nav-item {
    padding: 12px 20px;
    margin: 4px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 12px;
    display: none;
}

.nav-item:hover {
    background: rgba(255,255,255,0.1);
}

.nav-item.active {
    background: #4a90e2;
}

.nav-icon {
    font-size: 20px;
}

/* Main Content */
.main-content {
    flex: 1;
    /* margin-left: 260px; */
    padding: 20px;
}

/* Top Header */
.top-header {
    background: white;
    padding: 16px 24px;
    border-radius: 12px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.page-title {
    font-size: 24px;
    font-weight: 600;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.avatar {
    width: 40px;
    height: 40px;
    background: #4a90e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

/* Stats Cards */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.stat-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.stat-title {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.stat-value {
    font-size: 32px;
    font-weight: bold;
    color: #1a1a2e;
}

.stat-change {
    font-size: 12px;
    margin-top: 8px;
    color: #10b981;
}

.stat-change.negative {
    color: #ef4444;
}

/* Charts Row */
.charts-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.chart-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.chart-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

/* Simple Chart Bars */
.bar-chart {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 200px;
    padding: 20px 0;
}

.bar {
    flex: 1;
    background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
    border-radius: 6px 6px 0 0;
    transition: height 0.3s;
    position: relative;
    min-width: 30px;
}

.bar-label {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

/* Recent Activity Table */
.recent-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: auto;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 10499995 !important;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040999 !important;
}

a:hover {
  color: #bb8521 !important;
}


.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
}

.view-all {
    color: #4a90e2;
    text-decoration: none;
    font-size: 14px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

th {
    color: #666;
    font-weight: 500;
    font-size: 13px;
}

.status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.status.completed {
    background: #d1fae5;
    color: #065f46;
}

.status.pending {
    background: #fed7aa;
    color: #92400e;
}

.status.processing {
    background: #dbeafe;
    color: #1e40af;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s;
        z-index: 1000;
    }
    
    .sidebar.open {
        transform: translateX(0);
    }
    
    .main-content {
        margin-left: 0;
    }
    
    .charts-row {
        grid-template-columns: 1fr;
    }
}

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


/* Make sure these styles are in your CSS */
.bar-chart {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  height: 250px;
  padding: 20px 10px;
  background: #f9fafb;
  border-radius: 8px;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.bar {
    background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
    border-radius: 6px 6px 0 0;
    transition: height 0.3s;
    min-width: 30px;
    cursor: pointer;
}

.bar:hover {
    background: linear-gradient(180deg, #5ba0f2 0%, #468acd 100%);
}

.bar-label {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}



/* bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb */


























/* ==================================================================== */
/*                         THEME  CSS                                   */
/* ==================================================================== */

div:where(.swal2-container) {
    display: grid;
    position: fixed;
    z-index: 906099999 !important;
}

.modal {
    position: fixed;
    /* top: 55% !important; */
    /* left: 50% !important; */
    /* right: 50% !important; */
    z-index: 10550000 !important;
    display: none;
    /* max-width: 1055px !important; */
    height: fit-content;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    overflow: auto !important;
}

.productFormModal.show{
  display: list-item !important;
}


a {
  color: #0d6efd;
  text-decoration: none !important;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0 !important;
}

ol, ul {
  padding-left: 0 !important;
}



/* ------ add logo watermark to order_complete invoice ------- */
.heading-weight {
  font-weight: 700;
}

.heading-color {
    color: var(--heading-font-color);
}
.invoice-content {
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f8ff52;
    background-color: #f0f8ff52;
}
.invoice-content::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-image: url('/static/media/images/rj.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15; /* Adjust transparency: 0 = invisible, 1 = solid */
    pointer-events: none; /* Allows clicking through the watermark */
    z-index: 0;
}
/* Ensure content stays above the watermark */
.invoice-content > * {
    position: relative;
    z-index: 1;
}
/* ---------- end logo watermark ------- */



.quaternary {
  color: var(--secondary-font-color);
  background-color: transparent;
  border: 1px solid var(--secondary-font-color);
}

.quaternary:hover {
    color: var(--extra-font-color);
    background-color: var(--secondary-font-color);
    border-color: var(--secondary-font-color);
}

select{
  height: auto !important;
}

.qtyPositioning{
  top: -5%;
  right: -5%;
  padding: 3px;
}


.bst {
  border-top: 1px solid rgb(112 112 112 / 36%) !important;
}
.border-radius, .br-hidden {
    border-radius: var(--border-radius) !important;
}

.ml1{
  margin-left: 1px;
}.ml2{
  margin-left: 2px;
}.ml3{
  margin-left: 3px;
}
.ml4{
  margin-left: 4px;
}
.ml5{
  margin-left: 5px;
}
.ml6{
  margin-left: 6px;
}
.ml7{
  margin-left: 7px;
}
.ml8{
  margin-left: 8px;
}.ml9{
  margin-left: 9px;
}.ml10{
  margin-left: 10px;
}.ml11{
  margin-left: 11px;
}.ml12{
  margin-left: 12px;
}

/*  */
.mr1{
  margin-right: 1px;
}.mr2{
  margin-right: 2px;
}.mr3{
  margin-right: 3px;
}
.mr4{
  margin-right: 4px;
}
.mr5{
  margin-right: 5px;
}
.mr6{
  margin-right: 6px;
}
.mr7{
  margin-right: 7px;
}
.mr8{
  margin-right: 8px;
}.mr9{
  margin-right: 9px;
}.mr10{
  margin-right: 10px;
}.mr11{
  margin-right: 11px;
}.mr12{
  margin-right: 12px;
}

.l-rem1{
  margin-left: 5rem;
}
.l-rem2{
  margin-left: 2rem;
}
.l-rem3{
  margin-left: 3rem;
}
.l-rem4{
  margin-left: 4rem;
}
.l-rem5{
  margin-left: 5rem;
}


.pl1{
  padding-left: 1px;
}.pl2{
  padding-left: 2px;
}.pl3{
  padding-left: 3px;
}
.pl4{
  padding-left: 4px;
}
.pl5{
  padding-left: 5px;
}
.pl6{
  padding-left: 6px;
}
.pl7{
  padding-left: 7px;
}
.pl8{
  padding-left: 8px;
}.pl9{
  padding-left: 9px;
}.pl10{
  padding-left: 10px;
}.pl11{
  padding-left: 11px;
}.pl12{
  padding-left: 12px;
}

/*  */
.pr1{
  padding-right: 1px;
}.pr2{
  padding-right: 2px;
}.pr3{
  padding-right: 3px;
}
.pr4{
  padding-right: 4px;
}
.pr5{
  padding-right: 5px;
}
.pr6{
  padding-right: 6px;
}
.pr7{
  padding-right: 7px;
}
.pr8{
  padding-right: 8px;
}
.pr9{
  padding-right: 9px;
}
.pr10{
  padding-right: 10px;
}.pr11{
  padding-right: 11px;
}.pr12{
  padding-right: 12px;
}



/*====================================
    shop-filter-list css
====================================*/
.shop-filter-list ul.shop-filter-ul li.shop-filter-li:only-child {
    display: none;
}

/* shop-filter-loader css */
.shop-filter-list .shop-filter-loader {
    display: none;
}
.shop-filter-list .shop-filter-loader svg {
    width: 20px;
    animation: rotator 1s linear infinite;
}
.shop-filter-list .shop-filter-loader circle {
    stroke-dashoffset: 0;
    stroke-dasharray: 280;
    transform-origin: center;
    animation: dash 1s ease-in-out infinite;
}
.shop-filter-ul li{
  background-color: black;
  width: max-content;
  border-radius: 15px;
  margin-right: 7px;
}
/************************************* collection-info css end *************************************/




/* ==========================================================
   MOBILE FILTER SIDEBAR
========================================================== */

#sidebarOverlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    z-index: 9998;
}

/* Mobile only */
@media (max-width: 991px){

  .nav-item {
    display: flex;
  }

    #shopSidebar{
      position: fixed;
      top: 0;
      left: 0;
      width: 320px;
      max-width: 90%;
      height: 100vh;
      overflow-y: auto;
      background: #fff;
      z-index: 9999;
      transform: translateX(-100%);
      transition: transform .35s ease;
      box-shadow: 0 0 20px rgba(0,0,0,.15);
      padding: 20px;
    }

    #shopSidebar.show{
        transform: translateX(0);
    }

    #sidebarOverlay.show{
        opacity: 1;
        visibility: visible;
    }

    body.sidebar-open{
        overflow: hidden;
    }
}

.sidebar-header{
    display:flex;
    justify-content:flex-end;
    margin-bottom:15px;
}

#closeSidebar{
  border:none;
  background:none;
  /* font-size:28px; */
  cursor:pointer;
  border: 1px solid;
  border-radius: 10px;
}

.sidebar-header{
  display:none;
}
.shop-btn{
  display:none !important;
}


.bg-active{
  /* background-color: aliceblue; */
  background-color: antiquewhite;
  font-weight: 600;
  color: black;

}

/* .mainmenu li.active{
  background-color: antiquewhite;
  font-weight: bold;
} */
.mainmenu li:hover{

}



@media (max-width:991px){
  .shop-btn{
    display:flex !important;
  }
  .sidebar-header{
    display:flex;
  }
}


/* ==================================================================== */
/*                     END THEME CSS                                    */
/* ==================================================================== */









.width_limit{
  display: flex;
}


@media (max-width: 576px) {
  .otp-field {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .width_limit{
    display: none !important;
  }
}
/* ================================================== */


/* @media only screen and (max-width: 480px) */
@media only screen and (max-width: 550px){
  .width-checker{
    display: none;
  }
  .mbp_pagination ul.page_navigation li.page-item {
    display: inline-block;
    margin: 3px;
  }
}

/* ............................................................ */




































/* ============================================================================================== */
@media (max-width: 567px) {
  ul.mc_parent_list ul.mc_child_list.one li {
      padding: 10px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
        background: #edebec;
        padding: 234px 0px 5px;
    }
}
@media (max-width: 991px) {
    .mobile-header {
        z-index: 9989;
        width: 100%;
        left: 0;
        background: #fff;
        height: 65px !important;
    }
    .breadcrumb-area {
        background: #f6f6f6;
        padding: 74px 0px 10px;
    }
    .top-moblnav {
        float: right;
        padding-top: 14px;
        padding-right: 7px;
    }
    .top-cart {
        float: right !important;
        padding-top: 14px;
        padding-right: 7px;
    }
}




@media (min-width: 992px) and (max-width: 1199px) {
  .mainmenu > ul {
      padding: 0px 0px;
      border-top: 1px solid #ddd;
      text-align: center;
  }
}
