/** Shopify CDN: Minification failed

Line 1411:0 Unexpected "}"

**/
.c-pagr,
button.value-picker__choice-item.link {
  display: none;
}
button.value-picker__choice-item.link[data-value='best-selling'],
button.value-picker__choice-item.link[data-value='price-ascending'],
button.value-picker__choice-item.link[data-value='price-descending'] {
  display: block;
}
.h-right span {
  margin-right: 10px;
  vertical-align: -webkit-baseline-middle;
}

.h-right span img {
  width: 15px;
}

/* .nav-bar__link { text-transform: uppercase; } */

.date-box label {
  display: bock;
}

.date-box input {
  width: 100%;
  padding: 10px;
}

.date-box select {
  width: 100%;
  padding: 8px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #aaaaaa;
}

.page__sub-header {
  margin-bottom: 4px;
}

.card__section hr.card__separator {
  margin: 0 0 15px 0;
}

.product-form__payment-container button {
  margin-bottom: 20px;
}

.template-collection .page__sub-header {
  display: none;
}

.collection__toolbar--bordered {
  margin-top: 0px;
  box-shadow: 0 1px #e7e2de, 0 0px #e7e2de;
}
div#colect-descr h2 {
  font-size: 21px;
}

@media screen and (min-width: 1000px) {
  .nav-bar__item {
    padding: 10px 0;
  }
  /*   .slideshow__slide-inner { background-size:100% 100%; } */
}
@media screen and (min-width: 641px) {
  .header {
    padding: 10px 0 5px;
  }

  .template-page .page__header {
    margin: 35px 0 10px;
  }
}

/* Cart step form */
.card {
  max-width: 800px;
  margin: 0px auto;
}

.collection .card {
  max-width: 100%;
}
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  -moz-appearance: radio;
}

/* Mark input boxes that gets an error on validation: */
.required.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
}
.button-container button {
  background-color: rgba(43, 0, 66, 0.8);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
  width: 100%;
  margin: 10px 0px;
}

.button-container {
  margin: 0px auto;
}
/* datepicker css */
.ll-skin-melon {
  font-size: 90%;
}

/* FANCYAPPS CSS */
/* Make the progress bar red and thicker */
.fancybox__progress {
  background-color: #c7a3ab !important;
  height: 6px !important;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #000;
  text-transform: uppercase;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #c7a3ab;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #c7a3ab;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #27ae60;
  color: #000;
}

.swal-text,
.swal-title,
.swal-footer {
  text-align: center !important;
  font-family: 'Times New Roman';
}

.swal-button {
  background-color: #111 !important;
}

/**********
Splash Marketing
***********/

/***Featured collection with side bar - sidebar-featured-collection.liquid***/

.collection-sidebar {
  display: flex;
  flex-direction: row;
}

.collection-sidebar-menu {
  width: 20%;
  padding-top: 20px;
}

.collection-sidebar-main {
  width: 80% !important;
}

.collection-sidebar-main .product-item {
  padding-left: 5px;
  z-index: 5;
  position: relative;
}

.collection-sidebar-header {
  padding-left: 0;
}

.collection-sidebar-main .product-item {
  margin-right: 0 !important;
  width: 100% !important;
}

.collection-sidebar-main .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.collection-sidebar .scroller__inner .product-list {
  padding-left: 15px;
  /*   padding-right: 15px; */
}

.sidebar-link {
  display: block;
  padding-left: 10px;
  transition: 0.3s;
  border-bottom: 1px solid #f5f5f5;
  max-width: 90%;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
}

.sidebar-link:hover {
  color: #c7a3ab;
}

.sidebar-menu-heading {
  background: #c7a3ab !important;
  color: #ffffff;
  padding-left: 10px;
  font-weight: 700 !important;
  max-width: 90%;
  margin-bottom: 10px;
  margin-top: 15px;
}

.collection-sidebar-menu
  .sidebar-header-link:first-child
  .sidebar-menu-heading {
  margin-top: 0px;
}

/*********
Header
***********/
.header {
  padding: 10px 0;
}

.header__search-bar-wrapper form {
  width: 350px;
  margin-left: -50px;
  font-family: Montserrat, sans-serif;
}

.header__action-list {
  max-width: 180px;
}

.headerContact {
  min-width: auto;
  /*  padding-left: 5%; */
}

input {
  font-family: Montserrat, sans-serif;
}

/**********
Home Text Section
**********/
#shopify-section-1579157007999 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f8f8f8;
}

/*********
Off Canvas Menu
**********/
.offCanvasMenu {
  transition: 0.3s;
  width: 18.75rem;
  background-color: #fff;
  border-top: 0.188rem solid #c7a3ab;
  margin-right: auto;
  position: relative;
  z-index: 2;
  transform: translateX(100%);
  transition: transform 0.1s linear;
}

.offCanvasHeader h3 {
  font-weight: 700;
  font-size: 24px;
}

.offCanvasLi {
  list-style: none !important;
  border-bottom: 1px solid #eee;
  padding: 0.438rem 1.125rem;
  margin-bottom: 0;
}

.offCanvasLi:hover {
  background: #c7a3ab;
}

.offCanvasLi a {
  width: 100% !important;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.offCanvasLi img {
  width: 35px;
  height: 35px;
  margin-right: 8px !important;
  object-fit: contain;
}

.offCanvasHeader {
  background: #f5f5f5;
  padding: 15px;
  padding-left: 20px;
}

.offCanvasContainer {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  flex-flow: row;
}

.offCanvasOverlay {
  background-color: rgba(17, 17, 17, 0.85);
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s linear 0s;
  z-index: -1;
}

.offCanvasMenu {
  transform: translateX(-100%);
  transition: transform 0.1s linear;
}

/***********
        When Active
        ************/

body .offCanvasContainer {
  pointer-events: none;
}

body.offCanvasActive .offCanvasContainer {
  pointer-events: auto;
}

body.offCanvasActive .offCanvasOverlay {
  opacity: 1;
}

body.offCanvasActive {
  overflow-y: hidden !important;
  white-space: nowrap;
  height: 100vh !important;
}

body.offCanvasActive #main {
  overflow: hidden !important;
}

body.offCanvasActive .offCanvasMenu {
  transform: none !important;
}

body.offCanvasActive .offCanvasScroll {
  height: calc(100% - 3.75rem) !important;
  overflow: auto !important;
  padding-bottom: 50px;
}

/************
        Menu close
        ************/
.hideOffCanvasMenu {
  font-size: 24px;
  font-weight: 700;
}

.hideOffCanvasMenu:hover {
  color: #c7a3ab;
  cursor: pointer;
}

.offCanvasHeader h3 {
  /*           display: inline-block; */
  margin-bottom: 0px;
}

.offCanvasHeader {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}

.nav-bar__link {
  font-size: 20px !important;
}

#shopify-section-1579157007999 .h3 {
  font-size: 32px;
}

#shopify-section-1579157007999 .html br {
  margin-bottom: 15px;
  content: ' ';
  display: block;
}

/********
Newsletter
**********/
#shopify-section-16523741840b6d8d36 {
  margin-top: 100px;
  margin-bottom: 100px;
}

#shopify-section-text-with-icons {
  background: #f5f5f5;
}

#shopify-section-text-with-icons .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

#shopify-section-text-with-icons .section {
  margin-bottom: 0px !important;
}

/**********
Footer
************/
/* .footerBlocks{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}

.footerBlocks h3{
  font-size: 24px;
  font-weight: 700;
  color: #ffffff !important;
}

#shopify-section-footer{
  background: #000000 !important;
}

.footer__wrapper{
  border-top: 0px;
} */

/***********
Collections page
************/
.collection__header-inner {
  padding-top: 25px !important;
}

.collection__toolbar {
  background: transparent;
  margin-top: -60px !important;
  padding-bottom: 20px !important;
}

/*******
Birthday filter
********/
.birthdayFilterLink {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
  color: #c7a3ab;
  font-size: 0.9rem;
  border-radius: 0;
  line-height: 1rem;
  padding: .15rem 0.25rem;
  margin: 3px;
  border: 2px solid #c7a3ab;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
}

.birthdayFilterLink:hover{
  color: #c7a3ab;
}

.birthdayBalloonsFilter {
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

/* .firstLetter::first-letter{font-size: 30px !important;} */

/* .wrapMoney{
  display: block;
} */

.flexPrices {
  display: flex;
  flex-direction: row;
}

.flexPrices .wrapText {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  justify-content: center;
}

.variantnumber {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.wrapMoney {
  font-weight: 600;
}

.block-swatch__item {
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5;
}

.block-swatch__radio:checked + .block-swatch__item {
  background: rgb(199 163 171 / 20%);
  border-color: #c7a3ab !important;
  border-width: 1px;
}

.block-swatch__radio:checked + .block-swatch__item .wrapText {
  color: #c7a3ab !important;
}

.block-swatch__radio:checked + .block-swatch__item .variantnumber {
  color: #000000 !important;
}

/*****************
Header fix Login
******************/

.header__action-item-content {
  display: flex;
  flex-direction: column;
}
.header__action-item--account .header__action-item-title {
  display: none;
}

.header__action-item--account {
  padding: 0 15px;
  width: auto;
  /*   font-size: 15px; */
}

.header__action-item--account .header__action-item-link {
  font-size: 11px;
  margin-bottom: 13px;
  color:#c7a3ab;
  fill:#c7a3ab;
}
.header__action-item--account .header__action-item-link:hover {
  color:#654e54;
}
.contactRow {
    line-height: 18px;
}


.header__search-bar-wrapper {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
}

.header__action-list {
  max-width: 380px;
}

.searchAccWrapper {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
}

.header__inner {
  justify-content: space-between;
}

.searchAccWrapper .header__action-list {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  margin-bottom: 10px;
}

.nav-bar__item:first-child {
  background: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-bar__item:first-child > a.link::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0c9';
  margin-left: 8px;
}

.nav-bar__item:first-child > a.link:hover {
  color: #3a2a2f !important;
}

.nav-bar__item:first-child:hover {
  background: #d1d182;
}

.nav-bar {
  /*   border-bottom: 0px; */
}

/**********
Homepage products
***********/
.collection-sidebar-main .product-item__info-inner {
  text-align: center;
}

.collection-sidebar-main .product-item__title,
.product-item__title{
  margin-bottom: 5px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}

/***********
Homepage boxes
************/
.home4Blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.home4Blocks .homeBlock {
  background: #c7a3ab;
  color: #ffffff;
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.home4Blocks .homeBlock h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 28px;
  color: #ffffff;
}

.home4Blocks .homeBlock p {
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
}

.home4Blocks .homeBlock .iconContainer i {
  font-size: 48px;
}

/********
Footer Links
******/
.footer__linklist li a {
  font-size: 15px;
}

/*******
Flickity Fix
********/
.productExtrasList .product-item__primary-image,
.productExtrasList .aspect-ratio,
.productExtrasList .product-item__image-wrapper {
  max-height: 300px;
  object-fit: contain;
  height:115px;
}
.productExtrasList .aspect-ratio {
  height: 120px;
}
.productExtrasList .product-item__title {
  height: 50px;
  font-size:0.875rem;
  line-height:normal;
  overflow-y:hidden;
}
.product-item--vertical .product-item__info{
    font-size: .825rem;
    gap: 10px;
    flex: 0 0 auto;
}
.product-item--vertical .product-item__action-list {
    margin: 0 -5px;
}
#shopify-section-product-add-extras .section{
  margin:20px 0;
}

@media (max-width: 640px) {
  .headerContact {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }

  .header__action-item--account {
    display: none;
  }

  .social-media__item {
    display: inline-block;
    margin: 0;
  }

  .contactRow:last-child {
    display: none;
  }

  .contactRow:first-child {
    display: flex;
    flex-direction: column;
  }

  .header__inner {
    flex-wrap: nowrap;
  }

  .header__action-item--account {
    width: auto !important;
  }

  .collection-sidebar-menu {
    display: none;
  }

  .collection-sidebar-main .product-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-sidebar-main {
    width: 100% !important;
  }

  .product-item--vertical .product-item__action-button,
  .product-item--horizontal .product-item__action-button {
    font-size: 14px;
  }

  .product-item__info-inner {
    font-size: 14px;
  }

  .collection-sidebar-main {
    margin: 0px !important;
  }

  .collection-sidebar-header {
    padding-left: 0px !important;
  }

  .home4Blocks {
    grid-template-columns: 1fr;
  }

  html,
  body {
    overflow-x: hidden;
  }
  body {
    position: relative;
  }

  .collection__toolbar {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .birthdayFilterLink {
    display: inline-block;
  }

  .searchAccWrapper .header__action-list {
    flex-direction: column;
  }

  .social-media__item svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}

@media (max-width: 600px) {
  .header__search-bar-wrapper {
    max-width: 100% !important;
  }

  .product-list--scrollable .product-item {
    width: 42% !important;
    margin-right: 10px !important;
    border-left: 1px solid #e7e2de !important;
  }

  .header__action-list {
    flex-direction: column;
    margin-right: 0 !important;
  }

  .header__action-item {
    padding: 0 !important;
    margin-bottom: 5px;
  }
}

/***********
Cart Styling - Splash - 21/7/22
***********/

.template-cart .cart-wrapper {
  max-width: 1300px;
}

.template-cart .cart-wrapper .container .card {
  width: 100%;
  max-width: 100%;
}

.template-cart .cart-wrapper .container {
  padding: 0px !important;
}

.template-cart .cart-wrapper h2.section__title {
  text-align: center;
  width: 100% !important;
}

.template-cart .cart-wrapper .section__header {
  width: 100%;
}

.template-cart .cart-wrapper .container .card .table-wrapper {
  border-bottom: medium none;
}

/***recap***/

.template-cart .cart-recap {
  width: 100%;
  max-width: 1300px;
}

.template-cart .cart-recap__price-line {
  justify-content: flex-end;
  padding-top: 20px;
  padding-right: 30px;
}

.template-cart .taxesText {
  text-align: right;
  padding-right: 30px;
}

.template-cart .cart-recap__price-line .cart-recap__price-line-label {
  padding-right: 100px;
}

@media (min-width: 1200px) {
  .template-cart .cart-recap .cartContainerWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: center;
  }
  .template-cart .cart-recap .top-row,
  .template-cart .cart-recap .bottom-row {
    display: flex;
    width: 100%;
  }
  .template-cart .cart-recap .top-row {
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .template-cart .cart-recap .bottom-row {
    justify-content: space-evenly;
  }
}

.template-cart .cart-recap .cartContainerField {
  padding: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background: #f7f7f7;
  height: fit-content;
}

#noticetext {
  font-family: inherit !important;
  line-height: 16px;
  font-size: 15px;
}

.cart-recap .cart-note__label {
  font-size: 18px;
  font-weight: 600;
}

.cart-recap__checkout {
  border-radius: 10px;
}

.checkout-button__container {
  margin: auto;
  width: 40%;
  padding-top: 1.25rem;
}

@media (max-width: 600px) {
  .template-cart .cart-recap .cartContainerField {
    margin-bottom: 20px;
  }
  .checkout-button__container {
    margin: auto;
    width: 100%;
    padding-top: 1.25rem;
  }
}

.cart-totals > ul {
  list-style-type: none;
  margin-top: 0.25rem;
}

.ship-option {
  margin-bottom: 0.5rem;
}

.ship-option > input {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.form-check-label {
  display: block;
  line-height: 120%;
  font-size: 15px;
}

#showcinfo,
.showcinfo {
  font-size: 14px;
  margin-top: 0.25rem;
}

.showcinfo > p > a {
  color: blue;
}

.ship-option:nth-child(4) .form-check-label:after,
.ship-option:nth-child(4) .form-check-label:before {
  margin-top: 0.25em;
}
@media (max-width: 640px) {
  .headerContact {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }

  .header__action-item--account {
    display: none;
  }

  .social-media__item {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .contactRow:last-child {
    display: none;
  }

  .contactRow:first-child {
    display: flex;
    flex-direction: column;
  }
  .contactRow {
    gap: 5px;
  }
  
  .header__inner {
    flex-wrap: nowrap;
  }

  .header__action-item--account {
    width: auto !important;
  }

  .collection-sidebar-menu {
    display: none;
  }

  .collection-sidebar-main .product-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-sidebar-main {
    width: 100% !important;
  }

  .product-item--vertical .product-item__action-button,
  .product-item--horizontal .product-item__action-button {
    font-size: 14px;
  }

  .product-item__info-inner {
    font-size: 14px;
  }

  .collection-sidebar-main {
    margin: 0px !important;
  }

  .collection-sidebar-header {
    padding-left: 0px !important;
  }

  .home4Blocks {
    grid-template-columns: 1fr;
  }

  html,
  body {
    overflow-x: hidden;
  }
  body {
    position: relative;
  }

  .collection__toolbar {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .birthdayFilterLink {
    display: inline-block;
  }

  .searchAccWrapper .header__action-list {
    flex-direction: column;
  }

  .social-media__item svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}

@media (max-width: 600px) {
  .header__search-bar-wrapper {
    max-width: 100% !important;
  }

  .product-list--scrollable .product-item {
    width: 42% !important;
    margin-right: 10px !important;
    border-left: 1px solid #e7e2de !important;
  }

  .header__action-list {
    flex-direction: column;
    margin-right: 0 !important;
  }

  .header__action-item {
    padding: 0 !important;
    margin-bottom: 5px;
  }
}

/***********
Cart Styling - Splash - 21/7/22
***********/

.template-cart .cart-wrapper {
  max-width: 1300px;
}

.template-cart .cart-wrapper .container .card {
  width: 100%;
  max-width: 100%;
}

.template-cart .cart-wrapper .container {
  padding: 0px !important;
}

.template-cart .cart-wrapper h2.section__title {
  text-align: center;
  width: 100% !important;
}

.template-cart .cart-wrapper .section__header {
  width: 100%;
}

.template-cart .cart-wrapper .container .card .table-wrapper {
  border-bottom: medium none;
}

/***recap***/

.template-cart .cart-recap {
  width: 100%;
  max-width: 1300px;
}

.template-cart .cart-recap__price-line {
  justify-content: flex-end;
  padding-top: 20px;
  padding-right: 30px;
}

.template-cart .taxesText {
  text-align: right;
  padding-right: 30px;
}

.template-cart .cart-recap__price-line .cart-recap__price-line-label {
  padding-right: 100px;
}

@media (min-width: 600px) {
}

.template-cart .cart-recap .cartContainerField {
  padding: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background: #f7f7f7;
  margin: 0 10px;
}

#noticetext {
  font-family: inherit !important;
  line-height: 16px;
  font-size: 15px;
}

.cart-recap .cart-note__label {
  font-size: 18px;
  font-weight: 600;
}

.cart-recap__checkout {
  margin-top: 20px;
  border-radius: 10px;
}

@media (max-width: 600px) {
  .template-cart .cart-recap .cartContainerField {
    margin-bottom: 20px;
  }
}

.expandable-content .text--pull {
  margin-top: 0;
  line-height: 1.25rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.product-block-list__item--description .card__header h2 {
  font-size: 1.25rem;
}

.shipping-info__header {
  display: table-row;
}

#shopify-section-product-add-extras .container {
  max-width: 1200px;
  margin: 0 auto;
}
.product-list--scrollable .product-item {
  min-height: 297px;
}

.whatsapp-ico {
  fill: white;
  width: 50px;
  height: 50px;
  padding: 3px;
  background-color: #4dc247;
  border-radius: 50%;
  /* box-shadow: 2px 2px 6px rgba(0,0,0,0.4); */
  /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.whatsapp-ico:hover {
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
}

.otFacbookChat.otFacbookChat-customize {
  display: none;
}
.pagination__inner {
  display: flex;
  justify-content: center;
  width: 100%;
}

.product-block-list__item .card__section{
  padding:0 10px;
}

@media (max-width: 1099px) {
  #shopify-section-product-add-extras .container {
    max-width: 100%;
  }
  .product-list--scrollable .product-item{
     font-size: 1rem;
  }
  .productExtrasList .product-item__title {
    height: 42px;
    font-size: .75rem;
  }
  .product-item__info-inner {
    font-size: .75rem;
  }
  .product-list--scrollable .product-item {
    min-height: 306px;
  }
  .product-item .price {
    font-size: 1rem;
  }
}

button.load-more__button {
  border: 1px solid #c7a3ab;
  padding: 8px 20px;
  display: block;
  margin: 50px auto;
  border-radius: 5px;
}

button.load-more__button:hover {
  background: #c7a3ab;
  color: #000;
}
.vimg-rounded{
  border-radius:1.5rem!important;
}

.product-list.product-list--collection {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.product-list.product-list--collection .product-item {
  width: 100%;
}

.headerContact {
    justify-content: space-between;
}
.headerContact {
    margin: 5px 0;
}
.flickity-page-dots{
   display:none; 
}
@media screen and (max-width: 991px) {
  .product-list.product-list--collection {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .product-list.product-list--collection {
    grid-template-columns: 1fr 1fr;
  }
}

[data-section-id="template--24091422458129__collection_description"] {
    /* Your styles here */  
        margin: -50px 0;  
}
                 #shopify-section-template--24091422458129__custom_liquid_wJU7jA .dropdown-toggle {
    text-align: center !important;
}

@media screen and (max-width: 600px) {
.card .card-title{padding:8px}
}
.card-title:hover {
  color: #c7a3ab !important;
}
.template-collection .pagination{display:none}
#shopify-section-you-may-also-like{margin-top:50px}
}