.withFancy {
    margin-bottom: 1.5rem;
}
.withFancy h2 {
    font-size: 68px;
    font-family: "Birthstone", cursive;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
    color: var(--pink);
    line-height: 1;
}
.withFancy h1 {
    font-size: 28px;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.withFancy h2 ,
.withFancy h1 {
    line-height: 1.2;
}
@media screen and (max-width: 575px) {
    .withFancy h2 {
        font-size: 54px;
    }
    .withFancy h1 {
        font-size: 22px;
    }
}
.text-center {
    text-align: center;
}
.prodGrid_One {
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    margin: 2.5rem 0;
}
.prodGrid_One .prodBox {
    width: calc(50% - 0.5rem);
    height: 500px;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .prodGrid_One .prodBox {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .prodGrid_One .prodBox {
        height: 300px;
    }
}
@media screen and (max-width: 575px) {
    .prodGrid_One .prodBox {
        height: 260px;
        width: 100%;
    }
}
.prodBox a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.prodBox figure ,
.prodBox figcaption {
    margin: 0;
}
.prodBox figure {
    width: 100%;
    height: 100%;
}
.prodBox figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s ease;
}
.prodBox a:hover figure img {
    transform: scale(1.1);
    transform-origin: center;
}
.prodBox .captionhere {
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;    
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.prodBox a:hover .captionhere {
    background: rgba(0,0,0,0.75);
}
@media screen and (max-width: 1024px) {
    .prodBox {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .prodBox {
        height: 300px;
    }
}
@media screen and (max-width: 480px) {
    .prodBox {
        width: 100%;
        height: 240px;
    }
}



/*Spoiler Section*/
.spoiler_banner {
    background: url(assets/sp-bg.png) no-repeat center center / cover;
    width: 100%;
    height: auto;
    margin-bottom: 2.5rem;
    padding: 2rem 0;
}
.spoiler_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.spoiler_inner .spoiler_left {
    width: 40%;
}
.spoiler_inner .spoiler_left h1 {
    margin: 0;
    font-size: 48px;
    line-height: 1.28;
    font-weight: bold;
    color: #fff;
}
.spoiler_inner .spoiler_right {
    width: 60%;
}
.spoiler_inner .spoiler_right img {
    width: 100%;
    height: auto;
}
.spoiler_inner .spoiler_right .spoiler_right_frame {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
}
.spoiler_inner .spoiler_right .spoiler_right_frame img {
    width: 33%;
}
@media screen and (max-width: 1024px) {
    .spoiler_inner .spoiler_left h1 {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .spoiler_inner {
        flex-direction: column;        
    }
    .spoiler_inner .spoiler_left ,
    .spoiler_inner .spoiler_right {
        width: 100%;
    }
    .spoiler_inner .spoiler_left h1 {
        text-align: center;
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width: 480px) { 
    .spoiler_inner .spoiler_left h1 {
        font-size: 28px;
    }
}


/*Corporate Custom*/
.cc {
    padding: 2.5rem 0;
}
.cc h1 {
    margin-bottom: 2rem;
    font-size: 48px;
    line-height: 1.28;
    color: #000;
}
@media screen and (max-width: 767px) {
    .cc h1 {
        font-size: 36px;
    }
}
.cc p {
    font-size: 18px;
    color: #333;
}
.cc_button {
    background-color: #5E2A2D;
    border: 0;
    outline: none;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 1rem;
    height: auto;
    width: auto;
    text-transform: uppercase;
}
.cc .cc_button {
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) { 
    .cc h1 {
        font-size: 28px;
    }
}

/*As Seen*/
.as_seen {
    padding: 2.5rem 0;
}
.as_seen h1 {
    margin-bottom: 2rem;
    font-size: 36px;
    line-height: 1.28;
    color: #000;
}
.as_seen ul.brands {
    margin: 2rem 0;
    text-align: center;
    padding: 0;
    list-style-type: none;
}
.as_seen ul.brands li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.as_seen ul.brands li figure {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 120px;    
    display: flex;
    align-items: center;
    justify-content: center;
}
.as_seen ul.brands li figure img {
    width: 100%;
    height: auto;
    filter: grayscale(1);
    opacity: 0.35;
    transition: all 0.3s ease;
}
.as_seen ul.brands li:hover figure img {
    filter: grayscale(0);
    opacity: 1;
}
@media screen and (max-width: 480px) {
    .as_seen ul.brands li figure {
        width: 140px;
        height: 80px;
    }
    .as_seen h1 {
        font-size: 28px;
    }
}


/*Footer B*/
.footerB {
    background: #f8f8f8;
    color: #000;
    padding: 2rem 0;
    margin-top: 30px;
}
.footerB .footerB_inner {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.footerB .footerB_inner .footerB_inner_x {
    width: 30%;
}
.footerB .footerB_inner .footerB_inner_y {
    width: 70%;
    display: flex;
    gap: 1.5rem;
}
.footerB .footerB_inner .footerB_inner_y .footerB_col {
    width: 100%;
    width: 25%;
}
.footerB_col h4 {
    margin-bottom: 0.75rem;
}
.footerB_col .linkList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footerB_col .linkList li {
    margin: 0 0 0.65rem 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
}
.footerB_col .linkList li a {
    font-size: 14px;
    line-height: 1.28;
    text-decoration: none;
    color: #999;
    transition: all 0.3s ease;
}
.footerB_col .linkList li a:hover {
    color: #000;
}
.footerB .copyrights {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 11px;
    color: #999;
}
.footerB .footer-social {
    margin: 0;
}
.footerB .orderbox {
    margin-bottom: 1rem;
}
.footerB .orderbox h6 ,
.footerB .orderbox h5 {
    margin: 0;
    line-height: 1.28;
}
.footerB .orderbox h6 {
    color: #444;
    font-size: 14px;
    font-weight: normal;
}
.footerB .orderbox h5 {
    color: #1162b3;
    font-size: 18px;
    font-weight: bold;
}
.footerB .postorderbox {
    margin-bottom: 1rem;
    font-size: 13px;
    color: #999;
}
.footerB .socials {
    margin: 0;
}
.footerB .socials .socialsline {
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
}
.footerB .socials .socialsline label {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin-right: 0.5rem;
}
.footerB .socials .socialsline p {
    font-size: 13px;
    font-weight: normal;
    color: #444;
    margin: 0;
}
.footerB .socials .socialsline .footer-social a {
    color: #1162b3;
}
@media screen and (max-width: 1024px) {
    .footerB .socials .socialsline {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .footerB .footerB_inner {
        flex-direction: column-reverse;
    }
    .footerB .footerB_inner .footerB_inner_x ,
    .footerB .footerB_inner .footerB_inner_y {
        width: 100%;
    }
    .footerB .footerB_inner .footerB_inner_x {
        text-align: center;
    }
    .footerB .socials .socialsline {
        align-items: center;
    }
}
@media screen and (max-width: 640px) {
    .footerB .footerB_inner .footerB_inner_y {
        gap: 0;
        flex-wrap: wrap;
    }
    .footerB .footerB_inner .footerB_inner_y .footerB_col {
        width: 50%;
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width: 360px) {
    .footerB .footerB_inner .footerB_inner_y .footerB_col {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}

/*New Header*/
.nheader {

}
.nheader .nh_top {
    display: flex;
    align-items: center;
}
.nheader .nh_top .mobile-nav-wrapper ,
.nheader .nh_top .nh_search {
    width: 120px;
}

.nheader .nh_top .nh_carthandle .nh_cart_user_wrap ,
.nheader .nh_top .nh_carthandle .nh_cart_cart_wrap ,
.nheader .nh_top .nh_carthandle .nh_cart_search_wrap ,
.nheader .nh_top .mobile-nav-wrapper a ,
.cdropdown .cart_details_wrap .cart_details_header  {
    width: 24px;
    height: 24px;
}
.nheader .nh_top .nh_carthandle .nh_cart_search_wrap {
    display: none;
}
.nheader .nh_top .nh_search .search_wrap img ,
.nheader .nh_top .nh_search .search_wrap svg ,
.nheader .nh_top .nh_carthandle .nh_cart_user_wrap img ,
.nheader .nh_top .nh_carthandle .nh_cart_user_wrap svg ,
.nheader .nh_top .nh_carthandle .nh_cart_cart_wrap img ,
.nheader .nh_top .nh_carthandle .nh_cart_cart_wrap svg ,
.nheader .nh_top .nh_carthandle .nh_cart_search_wrap img ,
.nheader .nh_top .nh_carthandle .nh_cart_search_wrap svg ,
.nheader .nh_top .mobile-nav-wrapper a img ,
.nheader .nh_top .mobile-nav-wrapper a svg ,
.cdropdown .cart_details_wrap .cart_details_header img ,
.cdropdown .cart_details_wrap .cart_details_header svg ,
.cdropdown .cart_details_wrap .cart_details_header .cart_count img ,
.cdropdown .cart_details_wrap .cart_details_header .cart_count svg {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
}
.nh_cart_cart_wrap {
    position: relative;
}
.nh_cart_cart_wrap .redbadge {
    background-color: red;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 10px;
    position: absolute;
    top: -6px;
    right: -6px;
}
.nheader .nh_top .nh_logo {
    width: 100%;
    text-align: center;
}
.nheader .nh_top .nh_logo a {
    text-decoration: none;
}
.nheader .nh_top .nh_logo a img {
    width: 220px;
    height: auto;
    max-height: 94px;
}
.nheader .nh_top .nh_carthandle {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}
.nheader .nh_top .nh_carthandle {

}
.nheader .nh_bottom nav.active {
    display: flex;
}
.nheader .nh_bottom nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nheader .nh_bottom nav ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}
.nheader .nh_bottom nav ul li a  {
    text-decoration: none;
}
.nheader .nh_bottom nav ul li ul.submenu {
    display: none;
}

@media screen and (min-width: 768px) {
    .nheader .nh_bottom nav ul li:hover > ul.submenu {
        display: block;
        position: absolute;
        left: 0;
        top: auto;    
    }
    .nheader .nh_top .mobile-nav-wrapper {
        display: none;
    }
}
.nheader .nh_bottom nav ul li ul.submenu {
    width: 160px;
    background-color: #fff;
    margin: 0;    
    padding: 0;
    list-style-type: none;
}
.nheader .nh_bottom nav ul li ul.submenu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
.nheader .nh_bottom nav ul:not(.submenu) > li > a {
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    padding: 14px 8px;
    display: block;
}
.nheader .nh_bottom nav ul.submenu li a {
    font-size: 14px;
    text-transform: none;
    color: #000;
    padding: 8px 8px;
    display: block;
    line-height: 1.25;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.nheader .nh_bottom nav ul.submenu li a:hover {
    background-color: #f8f8f8;
}






@media screen and (max-width: 767px) {
    .nheader .nh_top {
        padding-top: 0.5rem;
    }
    .nheader .nh_top .nh_logo a img {
        width: 140px;
        max-height: 60px;
    }
    .nheader .nh_top .nh_carthandle ,
    .nheader .nh_top .mobile-nav-wrapper {
        width: 80px;
    }
    /*.nheader .nh_top .nh_carthandle .nh_cart_search_wrap ,*/
    .nheader .nh_top .mobile-nav-wrapper {
        display: flex;
    }
    .nheader .nh_top .nh_carthandle .nh_cart_user_wrap ,
    .nheader .nh_top .nh_search ,
    .nheader .nh_bottom nav {
        display: none;
    }
    .nheader .nh_bottom nav {
        position: absolute;
        left: 0;
        top: auto;
        width: 100%;
        background-color: #fff;
    }
    .nheader .nh_bottom nav ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .nheader .nh_bottom nav ul li {
        width: 100%;
    }
    .nheader .nh_bottom nav ul li a {
        display: block;
    }
    .nheader .nh_bottom nav ul li:focus ul.submenu {
        display: block;
        position: relative;
        left: 0;
        top: auto;    
        width: 100%;
    }
    .nheader .nh_bottom nav ul {
        gap: 0.25rem;
    }
}




/*********** start of navbar code ************/
:root {
  --navbar-height: 56px;
  --navbar-background-color: white;
  --navbar-item-text-color: #222;
  --navbar-item-background-color: var(--navbar-background-color);
  --navbar-item-text-color-hover: #555;
  --navbar-item-font: normal 1rem/1.125rem "Open Sans", Arial, Helvetica, sans-serif;
  --navbar-item-background-color-hover: dimgray;
  --navbar-font-family: "Open Sans", Arial, Helvetica, sans-serif;
  --muted : #999;
}

.navbar {
  width: 100%;
  height: var(--navbar-height);
  background-color: var(--navbar-background-color);
  font-family: var(--navbar-font-family);
  /*z-index: 9999;*/
  z-index: 10;
  position: relative;
}

.navbar #togglericon {
  visibility: hidden;
}

.navbar #togglericon:after {
  content: "☰";
  position: absolute;
  visibility: visible;
  color: black;
  font-size: 1.5rem;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.8rem;
  border-radius: 4px;
  border: 2px solid #ffffff00;
}

.navbar #togglericon:checked:after {
  color: black;
  border: 2px solid #f0f0f0;
}

.nav {
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  transition: all 0.5s ease;
  margin: 0px;
  display: flex;
  flex-direction: column;
  background-color: var(--navbar-background-color);
  box-shadow: 0px 4px 4px 0px #00000088;
}

.navbar #togglericon:checked ~ div.nav {
  visibility: visible;
  transition: all 0.3s ease;
  opacity: 1;
}

.nav a {
  padding: 8px;
  font: var(--navbar-item-font);
  text-decoration: none;
  color: var(--navbar-item-text-color);
  background-color: var(--navbar-item-background-color);
  text-transform: uppercase;
}

.nav a:hover {
  color: var(--navbar-item-text-color-hover);
}

.nav p {
  margin: 0;
  padding: 8px;
  color: var(--navbar-item-text-color);
}

.dropdown {
  position: relative;
  display: block;
  color: var(--navbar-item-text-color);
  font: var(--navbar-item-font);
}
.dropdown label {
  display: block;
  padding: 8px;
  text-transform: uppercase;
}

.dropdown label:after {
  position: absolute;
  content: "▼";
  color: var(--navbar-item-text-color);
  font-size: 0.75rem;
  top: 8px;
  margin-left: 4px;
}

.dropdown label:hover {
  color: var(--navbar-item-text-color-hover);
}
.dropdown label:hover:after {
  color: var(--navbar-item-text-color-hover);
}
.dropdown input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.dropdown input:checked ~ ul {
  max-height: 500px;
  transition: max-height 0.5s ease;
  margin: 0;
}
.dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.25s ease;
}
.dropdown li {
  margin: 0;
}

.dropdown a {
  color: black;
  text-decoration: none;
  font-weight: normal;
  display: block;
}



/* helpers */
.navbar-centered {
  justify-content: center;
}

@media (min-width: 768px) {
  .navbar #togglericon:checked ~ div.nav,
  .navbar #togglericon ~ div.nav {
    visibility: visible;
  }

  .navbar {
    height: var(--navbar-height);
    background-color: var(--navbar-background-color);
    flex-direction: row;
    display: flex;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }

  .toggler {
    display: none;
  }

  .nav {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    opacity: 1;
    box-shadow: none;
    background-color: #ffffff00; /* transparent */
  }

  .dropdown {
    margin: 0 8px;
  }
  .dropdown ul {
    position: absolute;
    top: 24px;
    display: flex;
    flex-direction: column;
    background-color: var(--navbar-background-color);
    padding: 0;
    border: 1px solid white;
  }
  .dropdown input:checked ~ ul {
    max-height: 500px;
    transition: max-height 0.5s ease;
    margin: 16px 0;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    box-shadow: 5px 5px 5px 0px #99999988;
  }

  .dropdown ul li {
    width: 100%;
    margin: 4px;
    padding: 0;
    display: flex;
  }
  .dropdown ul li a {
    padding: 8px;
    margin: 0;
    display: block;
    width: 100%;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .nav {
    justify-content: center;
    width: 100%;
  }
  .nav * {
    margin: 0px 8px;
  }
}


@media screen and (max-width: 768px) {
    .nheader > .container {
        padding: 0;
    }
    .nheader .nh_top  {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar #togglericon {
        position: absolute;
        left: 10px;
        top: -50px;
    }
    .nheader .nh_top .nh_logo {
        padding-left: 80px;
    }
    .nheader .nh_bottom .navbar {
        height: 0;
    }
    .nav a ,
    .dropdown label {
        padding: 12px 8px;
    }
    .dropdown input:checked ~ ul { 
        padding: 0 0 0 1rem;
    }

}


:root {
    --pink : #F39F9D;
}

.page_section {
    padding: 50px 0;
}
@media screen and (max-width: 575px) {
    .page_section {
        padding: 30px 0;
    }
}
.spacer_lg {
    margin-bottom: 2rem;
}
.fancy_title {
    font-family: "Birthstone", cursive;
    font-size: 64px;
    line-height: 1.15;
    font-weight: normal;
    color: var(--pink);
}
@media screen and (max-width: 575px) {
    .fancy_title {
        font-size: 54px;
    }
}
.product_grid_a {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
}
.product_grid_a .prodBox {
    width: calc(33% - 0.5rem);
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .product_grid_a .prodBox {
        height: 300px;
        width: calc(33% - 0.65rem);
    }    
}
@media screen and (max-width: 767px) {
    .product_grid_a .prodBox {
        height: 300px;
        width: calc(50% - 0.65rem);
    }    
}
@media screen and (max-width: 480px) {
    .product_grid_a .prodBox {
        height: 240px;
        width: 100%;
    }    
}


.font-basker {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}
.color-black {
    color: #000;
}
.fs-24 {
    font-size: 24px;
}
.why_us {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.why_us_x ,
.why_us_y {
    width: 100%;
}
.why_us_x figure {
    margin: 0;
    width: 100%;
    height: 100%;
}
.why_us_x figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why_us_y h3 {
    margin-bottom: 1rem;
    color: var(--pink);
}
.why_us_y .button_wrap {
    width: 100%;
    margin: 1rem 0;
    display: flex;
    justify-content: flex-end;
}
.why_us_y .button_wrap a {
    color: var(--pink);
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    padding: 1rem 1.5rem;
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-weight: 600;
    background-color: #f8f8f8;
}
.why_us_y .button_wrap a:hover {
    background-color: #eee;
}
.why_us_y .sl_arrows {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin: 2rem 0 0 0;
}
.sl_arrows .arrow_left ,
.sl_arrows .arrow_right {
    display: inline-block;
    padding: 0.5rem;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    transition: all 0.3s ease;
    background-color: #f8f8f8;
}
.sl_arrows .arrow_left img ,
.sl_arrows .arrow_left svg ,
.sl_arrows .arrow_right img ,
.sl_arrows .arrow_right svg {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 1;
    color: inherit;
}
.sl_arrows .arrow_left:hover ,
.sl_arrows .arrow_right:hover {
    background-color: #eee;
}
@media screen and (min-width: 992px) {
    .why_us .why_us_y {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (max-width: 991px) {
    .why_us {
        flex-direction: column;
        gap: 1rem;
    }
    .why_us .why_us_x figure {
        width: 100%;
        height: 240px;
    }
}

.cdropdown {
    background-color: #fff;
    padding: 0.75rem;
    border: 1px solid #eee;
    display: none;
    position: absolute;
    right: 0;
    top: auto;
    width: 220px;
    z-index: 11;
}
.isOpen {
    display: block;
}
.cartinfo_para {
    font-size: 14px;
    color: var(--muted);
    padding: 0.25rem;
    margin: 0;
}
.cdropdown .cart_details_wrap {
    
}
.cdropdown .cart_details_wrap .cart_details_header {
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
}
.cdropdown .cart_details_wrap .cart_details_header .cart_count {
    position: relative;
}
.cdropdown .cart_details_wrap .cart_details_header .cart_totals {
    text-align: right;
    color: var(--muted);
}
.cdropdown .cart_details_wrap .cart_details_header .cart_totals span {
    color: #000;
}
.cdropdown .cart_items_wrap {
    height: auto;
    max-height: 240px;
    overflow: auto;
}
.cdropdown .cart_items_wrap .cart_item_individual a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
    width: 100%;
    transition: all 0.3s ease;
}
.cdropdown .cart_items_wrap .cart_item_individual a:hover {
    opacity: 0.8;
}
.cdropdown .cart_items_wrap .cart_item_individual .cart_item_individual_inner {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
}
.cdropdown .cart_items_wrap .cart_item_individual a figure {
    width: 32px;
    height: 32px;
    margin: 0 0.25rem 0 0;
    flex-shrink: 0;
}
.cdropdown .cart_items_wrap .cart_item_individual a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cdropdown .cart_items_wrap .cart_item_individual a figcaption {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.cdropdown .cart_items_wrap .cart_item_individual a figcaption h6 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.15;
    color: #000;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Specifies the number of lines to display */
    -webkit-box-orient: vertical;
}
.cdropdown .cart_item_individual_info {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.cdropdown .cart_items_wrap .cart_item_individual .item_price {
    font-size: 12px;
    color: #000;
}
.cdropdown .cart_items_wrap .cart_item_individual .item_quantity {
    font-size: 12px;
    color: var(--muted);
}
.cdropdown .checkout_button_wrap .checkout_button {
    background-color: #4594FD;
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease;
}
.cdropdown .checkout_button_wrap .checkout_button:hover {
    background-color: #2C7BDE;
}
.cdropdown .cart_details_wrap .cart_details_header .cart_count .redbadge {
    top: 0;
    right: -20px;
}

/*for Custom Search*/

#searchDemo input {
    outline: none;
}
#searchDemo input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
#searchDemo input::-webkit-search-decoration,
#searchDemo input::-webkit-search-cancel-button {
    display: none; 
}
#searchDemo input[type=search] {
    background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #fff;
    padding: 9px 10px 9px 32px;
    width: 55px;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#searchDemo input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;
    
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


#searchDemo input:-moz-placeholder {
    color: #999;
}
#searchDemo input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#searchDemo input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#searchDemo input[type=search]:hover {
    background-color: #fff;
}
#searchDemo input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#searchDemo input:-moz-placeholder {
    color: transparent;
}
#searchDemo input::-webkit-input-placeholder {
    color: transparent;
}

.nheader .nh_top .nh_search .search_wrap {
    position: relative;
    height: 38px;
}
.nheader .nh_top .nh_search .search_wrap #searchDemo {
    position: absolute;
    left: 0;
    top: 0;
}