/** Shopify CDN: Minification failed

Line 1152:3 Unexpected "''"

**/
.bvc-box.card--default.card--none span.jsPrice {display: none;}
.bvc-box.card--default.card--none span.card__price {min-height: 0;}
[data-box-product-holder]{
  position:relative;
}

.choose-bvc-section{
  position:sticky;
  top:0;
  background:#f4f2ee;
  z-index:9;
} 
  
.x-sk-circle-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999999999999999;
  }

  .x-loading-text-container {
    top: 40%; 
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .x-loading-text {
    color: #fff;
    text-align: center;
    font-weight:bold;
    font-size:16px;
  }

  .x-loader {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      position: relative;
      animation: x-rotate 1s ease-in-out 0s infinite backwards;
      margin-bottom: 1rem;
    }
    .x-loader::before {
      content: "";
      box-sizing: border-box;
      position: absolute;
      inset: 0px;
      border-radius: 50%;
      /* Change the colour here to primary colour of merchant */
      border: 5px solid #fff;
      animation: x-prixClipFix 1.5s ease-in-out 0.5s infinite backwards ;
    }

    @keyframes x-rotate {
      100%   {transform: rotate(360deg)}
    }

    @keyframes x-prixClipFix {
        0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
        25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
        50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
        75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
        100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
    } 
    #x-processing-overlay.hidden {
      display: none; 
    }
._build_another{
  position: absolute;
  z-index:1000;
  background-color: #f4f2ee;
}
._build_another .x-loading-text{
  color:#999;
}
._build_another > div{
  top:5% !important;
}
._build_another > div input{
  margin-top:10px;
}
.gift_box_banner img{
  width:100%;
}
.bvc-box-section-container{
      display: block;
    width: 100%;
  margin-bottom:1rem;
} 
.box_product_description{ 
  margin-bottom:5rem;
} 
.bvc-box-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.bvc-box-section .bvc-banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .bvc-box-section .bvc-banner {
        padding-top: 0px;
    }
  .box_product_description{ 
  margin-bottom:1rem;
} 
}
.bvc-box-section .bvc-banner .banner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .bvc-box-section .bvc-banner .banner-wrapper {
        display: none;
    }
}
.bvc-box-section .bvc-banner .plp-banner-wrapper {
    width: 100%;
    box-shadow: 0 0.5rem 1rem #00000026;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}
.bvc-box-section .bvc-banner .banner-mobile {
    display: none;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .bvc-box-section .bvc-banner .banner-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper {
/*     background-color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; */
}
.bvc-box-section .card--default .card__info{
  min-height: 10px;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper.sticky {
    position: fixed;
    width: 100%;
    top: 67px;
    z-index: 999;
    box-shadow: 0 3px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper.sticky {
        top: 64px;
    }
}
@media screen and (min-width: 1025px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper.sticky .bvc-box-selected-title {
        display: none;
    }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .bvc-box-banner-wrapper {
    padding-top: 0;
  border-bottom: 1px solid #8c5a4f;
}
@media screen and (min-width: 1025px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .bvc-box-banner-wrapper {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .bvc-box-banner-wrapper {
        padding: 0px 15px 10px 15px;
    }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .bvc-box-selected-title {
    margin: 0;
    text-align: center; 
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 6px;
    max-width: 600px;
    margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .bvc-box-selected-title {
        font-size: 16px;
        font-size: 1.3rem !important;
        margin-bottom: 0px;
    }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item {
    width: 85px;
    position: relative;
    margin-right: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
@media screen and (max-width: 551px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item {
        width: 80px;
    }
}
@media screen and (max-width: 420px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item {
/*         width: 60px; */
    }
}
@media screen and (max-width: 360px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item {
        width: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item {
        margin-right: 10px;
    }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item:nth-last-child(2) {
/*     margin-right: 150px; */
}
 
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item:nth-last-child(2):after {
/*     width: 100px;
    right: -120px; */
}
@media screen and (max-width: 1024px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item:nth-last-child(2):after {
        width: 100px;
        right: 0px;
        top: 0;
        border: none;
    }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item:after {
    content: "";
    border-top: 2px dotted rgba(0, 0, 0, 0.2);
    width: 50px;
    right: -60px;
    position: absolute;
    top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item:after {
        right: -15px;
        width: 20px;
    }
}
@media screen and (min-width: 552px) and (max-width: 767px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item:after {
        top: 30px;
        right: -15px;
        width: 20px;
    }
}
@media screen and (max-width: 551px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item:after {
        top: 25px;
        right: -10px;
        width: 10px;
    }
  .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items._scroll_on_mobile  {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    overflow: auto;
        padding-bottom: 8px;
  }
   .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items._scroll_on_mobile .selected-item{
     min-width: 70px;
   }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button {
    margin-top: 0px;
    margin-right: 0px;
    max-width: 60px;
    width: 100%;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button .item-header{
  background:#8c5a4f;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button *{
  color:#8c5a4f !important;
  font-weight: 700 !important;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item:last-of-type::after{
border-top: 2px dashed #8c5a4f;
}

.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button .cart-button {
    width: 100%;
  display: flex;
    flex-direction: column;
    align-items: center;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button .cart-button button {
    width: 100%;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button .cart-button button .loading-overlay__spinner svg .path {
    stroke: #fff;
}
@media screen and (max-width: 1024px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button .cart-button button .loading-overlay__spinner svg .path {
        stroke: #232323;
    }
  .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-header .image img{
    object-fit: contain !important;
  }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button:after {
    display: none;
}
 
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button .cart-button.active button {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button .cart-button button {
    position: relative;
    padding: 8px 12px;
    max-width: 100%;
    color: #e5f0da;
    background-color: #475d4b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: no-drop;
    opacity: 0.4;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button .cart-button button {
        width: 100%;
        border-radius: 0;
        color: #e5f0da;
        background-color: #475d4b;
        opacity: 0.4;
        font-size: 16px;
        font-weight: bold;
        padding: 16px 12px;
        border: 0px;
    }
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.selected-button .cart-button button:disabled {
        background-color: #475d4b;
        color: #fff;
    }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.active .item-header {
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
    border: none;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.active .item-header::after {
    display: none;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.active .item-header .image img {
    display: block;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.active .item-header .cancle-item {
    display: block;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #d9d9d9;
    padding: 3px;
    border-radius: 50%;
    cursor: pointer;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.active .item-header .cancle-item .close-icon {
    width: 8px;
    height: 8px;
    display: block;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item.active .item-header .cancle-item:hover {
    color: #d8000c;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-header {
    width: 60px;
    height: 60px;
    border-radius: 0px;
    padding: 4px;
    background: #c9c6c6;  
    position: relative;
}
@media screen and (max-width: 551px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-header {
        width: 40px;
        height: 40px;
    }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-header::after {
       content: attr(data-count);
    position: absolute;
    top: 40%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /* font-weight: 700; */
    font-size: 43px;
    color: #ffffff;
    font-family: "Playfair Display", serif;
}

.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-header .image {
    display: block;
    width: 100%;
    height: 100%;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-header .image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    display: none;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-header .cancle-item {
    display: none;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-header .cancle-item .close-icon {
    width: 15px;
    height: 15px;
    display: block;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-footer {
    text-align: center;
    padding-top: 10px;
    max-width: 85px;
    min-height: 40px;
}
@media screen and (max-width: 1024px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-footer {
        width: 100%;
        text-align: center;
        min-height: 34px;
      max-width: 285px;
    }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-footer .item-title {
    margin: 0;
    font-size: 13px; 
    color: #000;
    line-height: normal;
    word-break: break-all;
}
@media screen and (max-width: 1024px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-footer .item-title {
        text-align: center;
        font-size: 9px;
          white-space: nowrap;
    }
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-footer .product-title {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    margin-top: 0px; 
    text-transform:uppercase;
}

@media screen and (max-width: 767px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-header::after {
        font-size: 25px;
        font-size: 1.8rem;
    }
  .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-footer .product-title{
    font-size: 10px;
/*     white-space: nowrap; */
    height: auto;
  }
}
 
  
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-footer .product-title-tab {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    display: none;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-footer .product-title-tab.active {
    white-space: normal;
    padding-bottom: 4px;
    font-weight: bold;
}
.bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-footer .product-title-tab.active::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #000;
}
@media screen and (max-width: 1024px) {
    .bvc-box-section .choose-bvc-section .bvc-box-wrapper .selected-box-items-wrapper .selected-box-items .selected-item .item-footer .product-title-tab {
        display: inline-block;
        white-space: pre-wrap;
        font-size: 10px;
        margin-top: 5px;
    }
}
.bvc-box-section .bvc-accordian-section.padding-top {
    padding-top: 146px;
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian.is-select {
/*     background: #f1f7ec;
    background: rgba(241, 247, 236, 0.5); */
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian.is-select .title {
    border-top: 0px;
}

.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px; 
    margin: 0; 
    position: relative;
    cursor: pointer;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
    .bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian.is-select {
        background: none;
    }
  .bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian h3 {
    font-size: 16px; 
    padding: 7px 15px; 
  }
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian h3.active{
   background: #8c5a4f;
    color: #fff;
}
 
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian h3::after {
    position: absolute;
    content: "";
    border: 2px solid;
    width: 18px;
    top: 50%;
    right: 15px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  
  opacity:0;
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian h3::before {
    position: absolute;
    content: "";
    border: 2px solid;
    width: 18px;
    top: 50%;
    right: 15px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  
  opacity:0;
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian h3.active::after {
    position: absolute;
    content: "";
    border: 2px solid;
    width: 18px;
    top: 50%;
    right: 15px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity:0;
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian h3.active::before {
    position: absolute;
    content: "";
    border: 2px solid;
    width: 18px;
    top: 50%;
    right: 15px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian .accordian-pannel {
    opacity: 0.5;
    pointer-events: none;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: no-drop;
}
@media screen and (max-width: 1024px) {
    .bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian .accordian-pannel {
/*         display: none; */
        cursor: none;
    }
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian .accordian-pannel.active {
    opacity: 1;
    pointer-events: all;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
    .bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian .accordian-pannel.active {
        display: block;
    }
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian .accordian-pannel.active.desable {
    opacity: 0.5;
    pointer-events: none;
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian .accordian-pannel.hide {
    display: none;
}
.bvc-box-section .bvc-accordian-section .bvc-accordian-wrapper .bvc-accordian .accordian-pannel.hide.active {
  display:block !important;
}
.bvc-accordian-section .bvc-box-collection-products {
    max-width: var(--page-width);
    margin: 0 auto;
  position: relative;
}
 
@media screen and (max-width: 1024px) {
    .bvc-accordian-section .bvc-box-collection-products {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.bvc-accordian-section .bvc-box-collection-products .grid.product-grid {
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 0px;
}
@media screen and (max-width: 767px) {
    .bvc-accordian-section .bvc-box-collection-products .grid.product-grid {
        column-gap: 20px;
        row-gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .bvc-accordian-section .bvc-box-collection-products .grid.grid--2-col .grid__item {
        width: calc(50% - 20px / 2);
        max-width: calc(50% - 20px / 2);
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bvc-accordian-section .bvc-box-collection-products .grid.grid--3-col-tablet .grid__item {
        width: calc(33.33% - 30px * 2 / 3);
        max-width: calc(33.33% - 30px * 2 / 3);
    }
}
@media screen and (min-width: 1025px) {
    .bvc-accordian-section .bvc-box-collection-products .grid.grid--4-col-desktop .grid__item {
        width: calc(25% - 30px * 3 / 4);
        max-width: calc(25% - 30px * 3 / 4);
    }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box {
/*     background: #fff;
    background: #fff;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    border-radius: 5px; */
    position: relative;
    margin-bottom:0;
}
@media screen and (max-width: 1024px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box {
        box-shadow: none;
        border: none;
    }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style {
    display: block !important;
    margin: 0;
    top: 0;
    right: 0;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wls-count-btn {
    display: none !important;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button-secondary,
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button-secondary:visited {
    background: transparent !important;
    border: none;
    min-width: auto;
    position: initial;
    padding: 10px 0;
    box-shadow: none;
    width: auto;
    height: auto;
}
@media screen and (max-width: 1024px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button-secondary,
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button-secondary:visited {
        padding: 0;
    }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button-secondary .flits-btn-effect {
    padding: 0;
    background: transparent;
    width: 21px;
    height: 21px;
    font-weight: 400;
    border-radius: unset;
    border: none;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button-secondary .flits-btn-effect .flits-wls-icon-svg-color-blue {
    fill: #fff !important;
    color: #475d4b !important;
}
@media screen and (max-width: 767px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button-secondary .flits-btn-effect .flits-wls-icon-svg-color-blue {
        width: 22px;
        height: 22px;
    }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button-secondary.flits-wls-active,
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button-secondary.flits-wls-active:visited {
    background: initial !important;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button-secondary.flits-wls-active .flits-wls-icon-svg-color-blue {
    fill: #475d4b !important;
    color: #475d4b !important;
}
@media screen and (max-width: 1024px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp {
        right: 0.2rem;
        left: unset;
        top: 0.2rem;
    }
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button {
        padding: 5px;
    }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wls-button-secondary .flits-wls-icon-with-text .flits-wls-icon-with-text-text {
    display: none !important;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .pdp-flits-wishlist-plp .flits-wishlist-colection-style .flits-wls-button .flits-wls-heart-full {
    width: 18px;
    height: 20px;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper  .add-box-btn select {
  margin-bottom:10px;
  width:100%;
      background-color: #8c5a4f;
    color: #ffffff;
  border-radius:0;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box:hover .add-box-btn {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a {
    text-decoration: none;
    color: #000;
    display: block;
}
@media screen and (min-width: 1025px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a {
/*         padding: 15px; */
    }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .image {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .image {
/*         box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid transparent;
        border-radius: 5px; */
    }
  .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper  .add-box-btn select {
  margin-bottom:5px;
  }
  .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper{
    margin-bottom:10px;
  }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .image img {
    width: 100%;
    height: auto;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a:hover .image {
    opacity: 0.5;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 1024px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information {
        margin-top: 10px;
    }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .product-title-wrapper {
    flex: 1;
    padding-right: 15px;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .areviews_rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
    width: 100%;
    margin-top: -2px !important;
}
@media screen and (max-width: 767px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .areviews_rating {
        margin-top: 2px !important;
        font-size: 14px !important;
    }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .areviews_rating i {
    color: #475d4b !important;
    margin-left: 0px !important;
    font-size: 11px !important;
    display: none;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .areviews_rating i:before {
    font-size: 10.5px !important;
}
@media screen and (max-width: 360px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .areviews_rating i:before {
        font-size: 10.05px !important;
    }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .areviews_rating i:nth-child(1) {
    display: block;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .areviews_rating span {
    line-height: normal;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .product-title-wrapper .vendor {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .product-title-wrapper .vendor {
        color: #475d4b;
        line-height: normal;
    }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a .product-information .product-title-wrapper .title {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    color: #000;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .add-box-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .add-box-btn {
        position: static;
        top: 50%;
        left: 50%;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        margin-top: 6px;
    }

.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .add-box-btn .btn {
         padding: 7px 5px;
}
  }
@media screen and (min-width: 769px) {
.load-on-desktop{
    display:none;
  }
}  
.row--product + div{  
  margin-bottom:10px;
}
input.load_more_data{ 
       display: block;
    width: auto!important;
    margin: auto!important;
    text-transform: capitalize!important;
    /* opacity: .8; */ 
}
@media screen and (max-width: 768px) {
  input.load_more_data{
      padding: 7px 15px !important;
  }
    .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper span.card__price {
        height:auto;
    }
  .bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box a.card__title{
    min-height:40px;
  }

  .load-on-mobile{
    display:none;
  }
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .add-box-btn .btn.desable {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.bvc-accordian-section .bvc-box-collection-products .card-product-wrapper .bvc-box .add-box-btn .btn.soldout {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.sticky_cart {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    min-height: 70px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 2px 10px #27272780;
    -webkit-box-shadow: 0px 2px 10px #27272780;
    transition: .6s;
    -moz-box-shadow: 0px 2px 10px #27272780;
    z-index: 999;
}
.sticky_cart .product-details {
    display: flex;
    max-width: 1200px!important;
    margin: 0 auto;
}
.sticky_cart .prd-details-left {
    width: 40%;
}
.sticky_cart .prd-image-title, .sticky_cart .prd-image-price-cart {
    display: flex;
    align-items: center;
    min-height: 70px;
}
.sticky_cart .product-details img {
    max-height: 65px;
}
.sticky_cart .product-details h3 {
    font-size: 20px;
    margin-left: 20px;
}
.sticky_cart .prd-details-right {
    width: 60%;
    text-align: right;
}
.sticky_cart .prd-details-right .prd-image-price-cart {
    justify-content: flex-end;
}
.sticky_cart .prd-price {
    font-size: 22px;
    margin-right: 20px;
    font-weight: 700;
    color: #000;
}
@media (max-width: 767px){
.sticky_cart .prd-details-left {
    display: none;
}
  .sticky_cart .prd-details-right {
    width: 100%;
}
  .sticky_cart .prd-details-right .prd-image-price-cart {
    justify-content: space-between;
    padding: 10px;
}
  .sticky_cart .prd-price {
    font-size: 19px;
  }
}

  @media(max-width:767px){
    .slider__button--next {
      right: 0;
      left:auto !important;
    }
    .slider__button{
      width:25px;
      left:0;
      margin-top:-50px;
      height:25px;
    }
  }''