/** Shopify CDN: Minification failed

Line 413:2 Unexpected "{"
Line 413:3 Expected identifier but found "%"
Line 415:2 Unexpected "{"
Line 415:3 Expected identifier but found "%"
Line 424:2 Unexpected "{"
Line 424:3 Expected identifier but found "%"
Line 426:2 Unexpected "{"
Line 426:3 Expected identifier but found "%"
Line 428:2 Unexpected "{"
Line 428:3 Expected identifier but found "%"
... and 8 more hidden warnings

**/
.bis-button.BIS_trigger {
      background: #F2EDE7 !important;
      border-color: #F2EDE7 !important;
      color: #000 !important;
  }
  div#newgift-checkbox p {
      margin-bottom: 0px !important;
  }
.product-main .smart-tabs-content-wrapper a,
.article_content  a {
    color: #cabcae;
    text-decoration: underline;
    font-weight: 600;
}
.nav-desktop .The-Gift-Shop span,
[data-mobile-dropdown-rel="the-gift-shop"] .mobile-menu-item-title {
  color: #a63232;
}
.basic-99minds-layout.visible {
    bottom: 60px;
}
 ul.cart_items.js-cart_items .swym-wishlist-collections-v2-container {
  display: none !important;
}
div#swym-anchor {
    top: 50%;
}
div#swym-atw-button-container {
    max-width: 400px;
}
 .swym-wishlist-collections-v2-container {
  display: block !important;

}

.swym-wishlist-collections-v2 {
    transform: initial !important;
}

.filter-custom-Color .faceted-filter-group-display__list li {
  display:none;
}
.filter-custom-Color .faceted-filter-group-display__list .custom-color-red,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-blue,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-yellow,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-green,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-orange,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-purple,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-pink,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-tan,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-white,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-black,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-grey,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-brown,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-silver,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-gold,
.filter-custom-Color .faceted-filter-group-display__list .custom-color-multi {
  display:block;
}
.main-menu.active.sub-active > ul > li.sub-menu {
  display:none;
}

.main-menu.active.sub-active > ul > li.sub-menu:has(ul.active) {
  display:block;
}
li.main-menu.active.sub-active.no-grandchild ul li {
    display: block;
}

@media screen and (min-width: 799px) {
      .template-custom--page-about-us .one-whole.column.rte {
        display: flex;
        gap: 15px;
        width: 100%;
      }
   .twelve.column.medium-down--one-whole.section_select {
            display: flex;
            align-items: center;
    }
      .template-custom--page-about-us .about_us_conatent {
            width: 70%;
            font-size: 18px;
      }
      .template-custom--page-about-us  .about_us_image {
          width: 30%;
      }
/* contant */
    .template-custom--page-contact .container.contact-form.contact-form-container.contact-form__position--center{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
    }
    .template-custom--page-contact .five-eighths.columns.medium-down--one-whole{
        flex:1;
    }
    .template-custom--page-contact .five-eighths.columns.medium-down--one-whole.page {
        text-align: center;
        margin-bottom: 20px;
    }
    .product-recommendations h2.title.center {
        font-size: 25px;
    }
}

@media screen and (min-width: 799px) and (max-width: 1050px) {
    .template-custom--page-about-us .about_us_conatent {
      font-size: 14px !important;
    }
}
    .modal_price {
      margin-bottom: 22px;
    }
    .product-block.product-block--form {
        margin-top: -19px;
    }

/* filters */
@media screen and (max-width: 550px) {
    .faceted-filter-group-display__list {
        grid-template-columns: repeat(2,1fr) !important;
    }
}
@media screen and (max-width: 799px) {
/* .hide_for_mobile_filter_c{
display:none;
} */
    h4.sidebar-block__heading.faceted-filter-group-summary__heading.sidebar-block__heading-custom svg{
        display:none;
    }
    .one-whole.column.section_select{
        display: flex;
        flex-flow: column-reverse;
    }
    .section_select .sort_by {
          width: 100%;
          max-width: 100%;
          font-size: 16px;
          padding-left: 0px;
          margin-bottom: 10px;
          background-position: calc(100% - 2px);
          background-size: 12px;
          color: #000;
          font-weight: 600;
          font-family: Avenir Next, sans-serif;
          text-transform: uppercase;
          margin-bottom: 0;
          padding-block: 15px !important;
          line-height: 1.2;
          height: auto;
          border-bottom: 1px solid #f2ede7;
    }
    .faceted-filter-group-display__list {
        grid-template-columns: repeat(3,1fr);
    }
 .custom_desktop_filters_toggle .sidebar-block:after {
    left: 0;
}
 .custom_desktop_filters_toggle  .sidebar-wrap,
  .custom_filter_d {
     margin-right: 0 !important;
}

}

@media screen and (min-width: 799px) {
    .faceted-filter-group-display{
        display:none;
    }
    .faceted-filter-group-display-open_slide {
          display: block !important;
          position: absolute;
          z-index: 9999;
          background: #fff;
          padding: 10px;
          left: 0;
          top: 100%;
          width: max-content;
    }
  .faceted-filter-group-display__list {
         grid-template-columns: repeat(3,1fr);
}
 
    .one-whole.column.section_select{
        display: flex;
        align-items: center;
        margin-left: 300px;
    }
    .sidebar.toggle-all--false{
        width: 100%;
    }
    form.faceted-filter-form{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
        gap: 16px;
    }
    details.sidebar-block.sidebar-block--first.faceted-filter-group.faceted-filter-group-custom{
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    h4.sidebar-block__heading.faceted-filter-group-summary__heading.sidebar-block__heading-custom{
        padding: 0;
    }
/* .hide_for_desktop_custom_filters{
display:none !important;
} */
    .custom_desktop_filters_toggle {
        width: 100% !important;
    }
    .sidebar-block__heading-custom svg{
        width:20px;
        height:20px;
    }

 div.sidebar-block.sidebar-block--first {
    position: inherit !important;
    width: 100%;
  }
  .faceted-filter-form.hide_for_mobile_filter_c {
            flex-wrap: wrap;
  }
  .sidebar-block.faceted-filter-group {
    position: relative !important;
    overflow: initial;
}

}

/* endfilter  */
.template-custom--customers-login .container div.collection_nav h1 {
text-align:center;
}
.template-custom--customers-register .container div.collection_nav h1 {
text-align:center;
}

span.faceted-filter-group-display__list-item-label-text {
font-size: 13px !important;
}
.sidebar .faceted-active-filters__clear, .sidebar .faceted-active-filters__remove-filter {
padding: 6px 7px;
}

/* slider css  */

.cart-container .custom_title_cart {
     margin-top: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.2;
    min-height:40px;
}
.cart-container .purchase-details button {
    background: #000;
    color: #fff;
    cursor: pointer !important;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
    font-weight: 600;
    min-height: 38px;
    line-height: 1.2;
    padding: 5px;
    width: 100%;
    text-transform:uppercase;
}
.cart-container .purchase-details button:hover {
    background: transparent;
    color:#000;
}

.cart-container .slick-prev svg,
.cart-container .slick-next svg ,
.appended-f-collection .slick-prev svg ,
.appended-f-collection .slick-next svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    flex: 0 0 auto;
}

.cart-container .slick-prev ,
.appended-f-collection .slick-prev {
    display: flex;
    cursor: pointer!important;
    background: #000;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    z-index: 9;
    left:-10px;
    min-height: initial;
}
.cart-container .slick-next ,
.appended-f-collection .slick-next {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    padding-bottom: 20px;
    cursor: pointer !important;
    background: #000;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    z-index: 9;
    right:-10px;
    min-height: initial;
}

.cart-container .custom_cart-drawer_products {
    padding-bottom: 25px;
}
.cart-container button:focus-visible {
  outline:none;
}
.purchase-details__buttons {
   @include respond-to('medium-down') {
   margin:0;
  }
}

.cart-container  .cutom_cart_slide img {
    width: 100% !important;
    height: 180px;
    object-fit: cover;
    @include respond-to('medium-down') {
    height: 150px;
  }
}

  .cart-container .cart_content,
  .cart-container .cart_content form.hidden
  {
      display:block;
      height: 0;
      overflow: hidden;
  }
  .cart-container.active_link .cart_content
{
      display:block;
      height: initial;
      overflow-y: auto;
  }
  .cart-container.active_link .cart_content form:not(.hidden) {
     display:block;
      height: initial;
      overflow:initial;
  }
          
     .breadcrumb-collection  + .section {
        display: flex;
        justify-content: space-between;
        width: calc(75% - 20px);
        margin-left: auto;
       align-items:center;
     }
  
     .breadcrumb-collection  + .section .columns  {
       margin-left: auto;
     }
  
     .breadcrumb-collection  + .section .main-custom_size-filte  {
         position: relative;
     }
    .breadcrumb-collection  + .section .filter_contant-custom  {
    position: absolute;
    z-index: 2;
    background: rgb(255, 255, 255);
    min-width: 300px;
    padding: 20px;
    left: -15px;
     }
  

.quick-shop__lightbox .purchase-details__buttons .shopify-payment-button div {
  height:initial !important;
}                             
/* #Page Banners
================================================== */

.banner.page-banner {
  overflow: hidden;
  max-height: 100vh;
  {% if settings.header_background == false %}
  margin-top: 40px;
  {% endif %}
}

.caption.captionOverlay--true {
  max-width: 960px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  {% if settings.header_background %}
  top: 50%;
  {% else %}
    top: 55%;
  {% endif %}
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  .headline, .subtitle {
    color: {{ settings.banner_color }};
    {% if settings.slideshow_shadow != blank %}
      text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    {% endif %}
  }
  @include respond-to('medium-down'){
    top: 50%;
  }
}
/* 
    .product-show-3 {
       display: grid;
    grid-template-columns: repeat(3,1fr);
      gap:10px;
            }
    .product-show-3 .column {
      width:100%;   
      margin:0;
    }
 */
.dark-overlay-true:after{
  content: '';
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */

/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/


/* #Custom Styles
================================================== */
.price__container.price__container--display-price-false {
	display: flex !important;
}

#gift-note {
	border: 1px solid #ddd;
}
.w3-donation-tracker.loaded h2.cause-title{font-size:11px;}

/* added on date 29/11/2020 */
 a[data-dropdown-rel="gifts"]{color:#D6001C !important;}
/*a[href="/products/personal-shopping-experience"]:hover{color:#000 !important;border-bottom: solid 1px #000 !important;} */


@media screen and (max-width: 768px) {

  .product-wrap:hover .quick_shop {
    opacity: 1;
    transform: none;
    display: block!important; 
}
}

.toggle_list a.active {
    padding-left: 0px !important;
}
/* .equal-columns--outside-trim .filter-product_class-t {
    width: 100% !important;
}


.product-list.collection-matrix.clearfix.equal-columns--clear.equal-columns--outside-trim {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
} */

.sticky_nav--stick .combined-menu-container {
    width: 100%;
}
.sidebar .toggle_list a.active{
  border-left: 0 !important;
}
.sticky_nav--stick img.primary_logo.ls-is-cached.lazyloaded{
width:85%;
}
.sticky_nav--stick .header__logo.logo--image {
    padding-left: 20px !important;
    width: 16%;
    text-align: left;
}


.modal_price.active .__finalSale {
display:none !important;
}

@media screen and (max-width: 799px) {
  h3.custom_title_cart {
    font-size: 12px !important;
}
}

/*new css of product page  */
.product__details--product-page .product-block--price .modal_price {
  flex-wrap: nowrap;
  align-items: baseline;
}
.product__details--product-page .product-block--price .price-ui {
  display:inline-block !important;
}
.product__details--product-page .product-block--price .modal_price .__finalSale {
  margin:0 !Important;
  font-size: 19px;
  text-transform: uppercase;
  color: #aa6f5d;
}
  .template-custom--cart .shopify-section--featured-collection {
    display: none !important;
}
@media screen and (min-width:800px){
  .cart-container.active_link .slick-track {
  width:1900px !Important;
}
.cart-container.active_link .slick-track .slick-slide{
  width:174px !Important;
}
}

/*cart slider */
.template-custom--cart .two-thirds.columns.medium-down--one-whole {
  display:flex;
  flex-direction:column;
}
.template-custom--cart .columns.medium-down--one-whole #is-a-gift {
  order:2;
}
.template-custom--cart .appended-f-collection .title , 
.template-custom--cart .appended-f-collection .feature-divider ,
.shopify-section--cart-template .one-whole.column h1 ,
.shopify-section--cart-template .one-whole.column .feature-divider ,
.shopify-section--cart-template .cart__wrapper .cart__item .cart__product-options {
  margin:0;
}
.template-custom--cart .appended-f-collection .section:first-child .container {
  padding:0;
}
.shopify-section--cart-template .cart__wrapper .cart__item {
  margin-top:0;
}
.shopify-section--cart-template .cart__wrapper .cart__item .image-element__wrap .transition--blur-up {
  max-width: 170px;
  margin:0;
}
.shopify-section--cart-template .cart__wrapper .cart__item .cart__item--title
 {
  margin:0 0 6px;
}
.shopify-section--cart-template .cart__wrapper .cart__item .product-quantity-box {
  margin:10px 0 !important;
}
.shopify-section--cart-template .cart__wrapper .cart__item .cart__item--content {
  flex:1 80%;
}
.shopify-section--cart-template .appended-f-collection .slick-track .one-fourth.column {
  margin-right:10px !Important;
}
.shopify-section--cart-template .appended-f-collection .one-whole .product-list--collection .slick-list.draggable {
  max-height:380px;
}
.shopify-section--cart-template .appended-f-collection .one-whole .product-list--collection .slick-list.draggable .slick-track {
  display:flex;
  gap:15px;
}
.shopify-section--cart-template .appended-f-collection .one-whole .product-list--collection .slick-list.draggable .product__details.slick-slide ,
.shopify-section--cart-template .appended-f-collection .section:nth-child(2) {
  margin:0 !important;
}

.appended-f-collection .section .product-wrap .image-element__wrap img {
  max-width:140px;
  margin:0 auto;
}
.appended-f-collection .section .product-details .title {
  font-size:12px;
}
.appended-f-collection .slick-prev ,
.appended-f-collection .slick-next {
  top:25%;
}

.appended-f-collection .thumbnail-overlay .quick_shop{
  font-size: 12px;
    padding: 10px;
}


/* 23-08-2024 */
.cart .subtotal a.continue-shopping {
    background: #000;
    border-radius: 4px !important;
    width: 100% !important;
    height: 54px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.tos_warning.cart_content button.global-button.add_to_cart {
    background: #000 !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: 54px !important;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}
.tos_warning.cart_content button.global-button.add_to_cart .icon-lock:before {
    content: "\e919";
    color: #fff;
}
/* 23-08-2024 */

@media only screen and (min-width: 799px) {
.text_with_Suvtext_about .subtext {
  font-size:17px !important;
}
  .text_with_Suvtext_about {
    flex:1 75%;
}
  .custom_about_iamge {
   flex:1 25%;
}
  .main_about_custom {
    gap: 40px;
}
}
@media screen and (max-width:1250px){
  .faceted-filter-group-display__list {
    grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width:1200px){
    .text_with_Suvtext_about {
    flex:1 65%;
}
  .custom_about_iamge {
   flex:1 35%;
}
    .twelve.column.medium-down--one-whole.section_select {
    flex-wrap: wrap;
    justify-content: flex-end;
}
}
@media screen and (max-width:992px){
    .text_with_Suvtext_about {
    flex:1 55%;
}
  .custom_about_iamge {
   flex:1 45%;
}
.faceted-filter-group-display__list {
    grid-template-columns: repeat(1,1fr);
}
}
.faceted-filter-group .faceted-filter-group-display__list {
  column-gap:10px;
}
@media screen and (max-width:798px){
  .thumbnail-overlay .info{
    display:none;
  }
   .custom_desktop_filters_toggle .sidebar-block {
    padding-left: 0;
}
.template-custom--page-about-us .section {
      margin-top: 70px !important;
}
  .section_select .sidebar ,
  .one-whole.column .feature-divider {
    margin-bottom:0;
  }
  .custom_filter_d .sidebar-wrap {
    margin: 0 10px 0 0;
  } 
  .custom_filter_d {
    margin-right:10px;
  }
  .hide_for_mobile_filter_c   .faceted-filter-group-display__list-item {
    margin: 0 0 0 10px;
}
}
.product-block--description .smart-tabs-branding {
    display: none !important;
}


/*cart drawer   */

/* .custom_cart-drawer_products input[type="radio"] {
  opacity:0;
  visibility:hidden;
  width:0;
  height:0;
} */
/* .color-swatch .swatch-element {
    border: #e2e2e2 1px solid;
    cursor: pointer;
    padding: 6px;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin: 3px !important;
    border-radius: 50%;
    /* overflow:hidden; */
}
.color-swatch .swatch-element label {
    font-size: 10px;
    width: 100%;
    height: 100%;
    border: 0;
}
.swatch_custom {
  align-items:center;
}
.option_title {
  margin-bottom:0;
}
.custoncolordiv-class {
    display: flex;
    flex-direction: row;
    gap:6px;
}
.color-swatch {
    display: flex;
    flex-direction: column;
    /* align-content: flex-start; */
}
.color-swatch .swatch-element.color {
    margin: 0 !important;
    padding: 0 !important;
}

.new-swaches-section span.swatch-name {
    font-size: 10px;
    color:#fff;
    font-family: Avenir Next, sans-serif !important;
    font-weight: 500;
}

/*05-09  */
.cart_content .swatch-element label {
    margin: 0 !important;
}

.swatch_options_custom .swatch-element {
    margin: 0 !important;
    border: 2px solid #e2e2e2 ;
    padding: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
  justify-content:center;
  background: #f2ede7;
}
.swatch_options_custom input.size-active~.swatch-element ,
.swatch_options_custom input.color-active~.swatch-element {
    border-color: #000000 ;
}
.card-slider__sizefilter input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
   opacity:0;
   width: 30px;
  height: 30px;
}

.card-slider__sizefilter {
    position: relative;
    background: #f2ede7;
}
.cart_content .swatch_custom {
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}
.cart_content .purchase-details__buttons {
  margin-left:0;
}
.custom_cart-drawer_products .custom_cart_price_t {
    display: flex;
    flex-direction: column;
}
.custom_cart-drawer_products .custom_title_cart {
    margin-right: 0 ;
}

.color_filter .swatch-element label {
  width:28px !Important;
  height:28px !Important;
  object-fit:cover;
}

li.nav-desktop__tier-1-item[data-meganav-desktop-target="gifts"] a {
    color: #b22222
}
li.nav-desktop__tier-1-item[data-meganav-desktop-target="gifts"] span {
    color: #b22222
}
li[data-meganav-mobile-target="gifts"] a {
    color: #b22222 !important;
}
