/** Shopify CDN: Minification failed

Line 806:0 Unexpected "}"

**/
/*  PAGINATION  */
.pagination a {
  color: black !important;
}
.pagination li.active {
  font-weight: bold;
}
.meroxio_custom_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-left: 20px;
  font-size: 12px;
} 
.merox_grid_swatches .swatch {
  background-size: cover;
}
.meroxio_custom_pagination a {
  width: 20px;
  text-align: center;
} 
.merox_grid_swatches .swatch.color_active {
  box-shadow: 0 0 1px 1.5px #000;
  border: 2px solid #fff;
}
.selectedSizeFilter {
  background: #C8ABA6;
  border: 1px solid #C8ABA6;
  color: white;
}
#SortBySt {
  width: 100%;
  border: 1px solid #333;
}
.m_sortByWrapper {
  padding: 45px 15px 0 !important;
  margin-bottom: 0 !important;
}
.m_filterBoxHeading .widget-title {
  text-transform: capitalize;
  border-bottom: unset !important;
/*   margin-bottom: 0; */
}
.m_filterBoxHeading {
  margin-bottom: 0 !important;
}
.productList .crFilters, .productList .filters-toolbar {
  margin-bottom: 0;
}
/* BREADCRUMBS */
.merox_bredcrumbWrap * {
  text-transform: uppercase !important;
}
.m_breadcrumbWrap {
  display: flex;
  justify-content: space-between;
}
.m_breadcrumbWrap .breadcrumbs {
  flex: 1;
}
/* PRODUCT - PRICE INSTALLMENTS */
.price_installments p {
  margin: 0 0 3px;
  text-align: center;
  font-weight: 600;
}
.price_installments div {
  background: #fff;
  border-radius: 8px;
  padding: 2px 5px 2px 5px;
  width: 25%;
  flex-grow: 1;
  height: 90px;
  cursor: pointer;
  border: 4px solid #C8ABA6;
}
/*.price_installments div.afterpay img {
  background: #b1fbe3;
}
.price_installments div.paypal img {
  padding: 4px;
}*/
.price_installments img {
  width: 100%; 
  height: 25px; 
  border-radius: 5px;
  object-fit: contain;
  /*background: #ebd1b0;*/
}
.price_installments span.img {
  width: 100%;
  height: 25px;
  border-radius: 5px;
  object-fit: contain;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:6px;
}
.price_installments {
  display: flex;
  align-items: start;
  gap: 5px;
 /* width:245px;*/
  justify-content: center;
  margin: 10px 10px 20px 10px;
  /*font-family: "P22StGSchriftPro" !important;*/
}
/* PRODUCT GRID */
.themeGridSwatches {
  margin: 0;
}
.qview-button-wrapper {
  display: none;
} 
.merox_grid_swatches {
  margin-top: -10px;
  margin-bottom: 5px;
/*   padding: 0px 8px; */
}
.merox_grid__item .grid-view-item .details {
  padding: 15px 0 10px;
}
ul.m_sizeFilter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
}
ul.m_sizeFilter li {
  border: 1px solid #ccc;
  border-radius: 5px;
}
ul.m_sizeFilter .checkbox {
  display: none;
}
ul.m_sizeFilter label {
  margin: 0;
}
ul.m_sizeFilter li:hover {
  background: #c8aba6;
  color: white;
  border: 1px solid #c8aba6;
}
.grid-view-item {
  margin-bottom: 0px;
}
.merox_grid_swatches li {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-size: cover;
}
.merox_grid__item .grid-view-item .details {
  text-align: left;
}
.merox_grid_swatches li:hover {
  box-shadow: 0 0 1px 1.5px #000; 
  border: 2px solid #fff; 
}
.merox_grid_swatches .tooltip-label {
  padding: 2px 5px;
}
.merox_product_clickable_swatches .swatch.color_active {
  box-shadow: 0 0 0 2px #e55151;
  border: 2px solid #fff;
  
} 
.merox_quickAddSwatch {
  text-align: center;
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.5);
}
/* .merox_grid__item:hover .merox_quickAddSwatch, .recent-product .grid__item:hover .merox_quickAddSwatch, .merox_grid__item:hover .nextPrevArrows { */
.merox_grid__item:hover .merox_quickAddSwatch, .recent-product .grid__item:hover .merox_quickAddSwatch {
  display: block; 
} 
.merox_quickAddSwatch ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.merox_quickAddSwatch p {
  color: #333;
  font-weight: 500;
  margin: 0;
  font-size: 15px;
  padding-top: 10px; 
}
.merox_grid__item .grid-view_image {
  position: relative;
}
.m_recommendedProducts .merox_grid__item .grid-view_image, .m_recentlyViewed .grid-view_image, .m_relatedProducts .grid-view_image, .m_complementaryProducts .grid-view_image {
  border-radius: 5px; 
}
.merox_quickAddSwatch[data-type=is-iphone] li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merox_quickAddSwatch[data-type=is-iphone] .mobSwatches ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.merox_quickAddSwatch li {
  width: 30px;
  height: 30px;
  border-radius: 50px;
/*   box-shadow: 0 0 1px 1.5px #c8aba6; */
  color: white;
  border: 1px solid #C8ABA6;
  background-color: #c8aba6;
  display: block;
  text-align: center;
  padding: 4px;
  font-weight: 500;
  font-size: 14px;
  min-width: 30px;
  min-height: 30px;
  font-family: Montserrat !important;
  cursor: pointer;
  line-height: 20px;
}
.merox_quickAddSwatch li:hover {
  background: transparent;
  color: #000;
}
#BIS_trigger {
  height: 40px;
  width: 100%; 
  border: 2px solid #C8ABA6;
  background-color: #c8aba6;
  font-size: 15px;
  padding: 0 12px;
  color: #fff;
  margin-bottom: 10px;
}
.merox-atc-loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid black;
  width: 11px;
  height: 11px;
  display: block;
  text-align: center;
  margin: 0 auto;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
.grid-view-item__image {
  padding-bottom: 150%;
  background-size: cover;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* NAVIGATION */
a.site-nav.lvl-1 {
  border-bottom: 1px solid #d8d8d8;
}
#siteNav div.megamenu {
  background: rgba(255,255,255,.9);
}
.lvl-1 .subLinks.m-three-quarters {
  columns: 2;
}

/* COLLECTION FILTERS */
/* .m_color_filter_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
} */


/* FONT FAMILY */
@font-face {
  font-family: SequelBlack;
  src: url(https://cdn.shopify.com/s/files/1/0475/3129/4870/files/Sequel100Black-96.ttf?v=1643420608);
}
.sec-ttl .h3 {
  font-family: SequelBlack,Arial,sans-serif!important; 
  font-weight: 500;
}

/* PRODUCT LABELS */
.product-labels .lbl {
  writing-mode: vertical-lr;
  -moz-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
  height: auto;
  color: black;
  padding: 0px 0px 5px 3px;
  line-height: 15px;
  font-size:16px;
}
.m-custom-borderLine {
  height: 50px;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
span.m-custom-borderLine:before {
  content: '';
  position: absolute;
  width: 1px;
  padding-bottom: 20px;
  bottom: 0;
  height: 100%;
  background: black;
}
/* WISHLIST ON GRID */
a.merox_custom_wishlist {
  padding: 0;
  color: black;
  border: unset; 
  background: unset;
}
.merox_grid__item {
  position: relative;
}
.prodTitleWishlistWrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
/* AFTERPAY */
.afterpay h2.ap-heading{
  background: #F9DCE0;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 15px;
}
.afterpay .ap-section p {
  margin: 0;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}
.afterpay .ap-section{
  padding: 30px 0;
}
.afterpay .ap-section-pink{
  background: #F9DCE0;
  padding: 30px 15px;
  margin-bottom: 30px;
}
.afterpay .ap-example{
  padding: 15px 5px;
  background: #F9DCE0;
  padding: 30px 15px;
  margin-bottom: 30px;
}
.afterpay .ap-section-pink p span {
  -webkit-box-decoration-break: clone;
  padding: 3px;
  box-shadow: 3px 0 0 #fff, -3px 0 0 #fff;
  background-color: #fff;
}
.afterpay h2 {
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 15px;
}
.afterpay .ap-section-pink p {
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.afterpay{
  max-width: 1080px;
  /*margin: 0 auto;*/
  padding: 0 15px;
}
.afterpay .ap-example .ap-example-images img{
  width: 50%;
  padding: 5px 0 5px 10px;
  float: left;
}
/* FILTERS */
.clrFl .clrbox {
  width: 30px;
  height: 30px;
}
.clrFl .clrbox:before {
  top: 20%;
}
.sidebar .widget-title {
  border-bottom: 1px solid black;
  font-weight: bold;
}
.clrFl input:disabled+.clrbox:before {
  top: unset;
}
.sidebar_widget .tooltip-label {
  text-transform: capitalize;
}
.clrFl .clrbox:hover {
  border: 1px solid black;
}

/* PRODUCT - CLICKABLE SWATCHES */
.merox_product_clickable_swatches {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px; 
  margin: 20px 0;
  justify-content: center;
  flex-wrap: wrap;
}
label.header.m-header {
  text-align: center;
}
.m-swatch-option {
  text-align: center;
}

/* .m-swatch-option.is-iphone .swatch-element, .m-swatch-option.is-iphone .swatch-element .swatchLbl {
  border-radius: 50px;
}
*/

.m-swatch-option .swatch-element, .m-swatch-option .swatchLbl.rounded {
    border-radius: 50px;
}

.product-form .swatch .swatch-element .swatchInput + .swatchLbl.rounded {
  border-radius: 50px;
}


/* .m-swatch-option label.header {
  display: none;
} */
.merox_product_clickable_swatches a { 
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: unset;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.merox_product_clickable_swatches a:hover {
  box-shadow: 0 0 1px 1.5px #000;
  border: 2px solid #fff;
}
/* WISHLIST PAGE */
.wishlist-product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.wishlist-product > li {
  border-top: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  gap: 5px;
}
.wishlist-product .product_name {
  text-align: center;
  padding-left: 0;
}
.wishlist-product .product_img {
  width: 100%;
  position: relative;
}
.wishlist-product .product_img a{
  display: inline-block;
}
.m_action_buttons {
  display: flex !important;
  align-items: center;
}
.wishlistTitle {
  font-family: SequelBlack,Arial,sans-serif!important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
    line-height: 1.4;
    color: #111;
}
.wishlist-product .product_img:hover img.hoverImg {
  display: block;
}
.wishlist-product .product_img:hover img.featuredImg {
  display: none;
}
img.hoverImg {
  display: none;
} 
.wishlist-product li {
  border-top: unset;
}
ul.m-wishlist-empty-banner {
  max-width: 650px;
  margin-inline: auto;
}
.homeSliderSection .slick-next {
  right: 0!important;
  translate: 35px;
}
.homeSliderSection .slick-prev {
  left: 0!important;
  translate: -35px;
}
.homeSliderSection .slick-arrow {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsla(0,0%,100%,.75);
  color: #333;
}
.merox_section_heading {
  text-transform: capitalize;
  border-bottom: 2px solid #000;
  text-align: left !important;
  font-size: 1.728rem !important;
  letter-spacing: 0;
  font-family: Montserrat !important;
  padding-bottom: 5px;
  color: #030303 !important;
  word-wrap: break-word;
  margin: 60px 0 20px!important;
  line-height: 1.4;
  font-weight: 600;
}
/* ******************NOT ADDED BY AYUSHI************************ */
.returns-page h2, .returns-page .h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  border-top: solid 1px #000;
  padding: 10px 0;
  display: block;
  cursor: pointer;
}
.support-content__content table tr:nth-of-type(even) {
  background: #e6d3cd;
}
.support-content__content table tbody tr td, .support-content__content table thead tr th, .support-content__content table tr td {
  display: table-cell;
  line-height: 1.125rem;
  color: #222;
  font-size: .875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
.support-content__content table {
  background: #fff;
  border: 1px solid #e6d3cd;
  /*margin-bottom: 1.25rem!important;*/
  margin: 0 auto;
}
/* .rte table {
  table-layout: fixed;
} */
.size1 {
  width: 60%;
}
/* table {
  border-collapse: collapse!important;
  border-spacing: 0;
} */
.header.text-center{
  font-size: 24px;
  font-family: "P22StGSchriftPro" !important;
  text-transform: uppercase;
  font-weight:800;
}
.m-discounted-price {
  color: #c8aba6;
  font-size: 32px;
}
.m-original-price {
  color: #222;
  font-size: 27px;
  font-weight: 400;
  margin-right: 10px;
}
.m-actual-price {
  font-size: 32px;
  font-family: "P22StGSchriftPro" !important;
}
ul.m-grid-flex-item {
  margin-inline: -25px;
}
/* GRID GALLERY */
.nextPrevArrows {
  display: none;
}
.nextPrevArrows svg {
  position: absolute;
  top: 50%;
  z-index: 12;
  cursor: pointer;
}
.nextPrevArrows .prevIcon {
  left: 0;
}
.nextPrevArrows .nextIcon {
  right: 0;
}
.collection-title {
  padding-top: 38px;
}
.pageCustomContainer {
  max-width: 1350px;
  margin: 0 auto;
}
/* *****************END************************* */
/* MEDIA QUERIES */
@media (max-width: 1024px) {
  .size1 {
        width: 100%;
    }
  .table-wrapper {
        max-width: calc(100vw - 20px);
        overflow-x: scroll;
        overflow-y: hidden;
    }
  
  .homeSliderSection .slick-next {
    right: 10px;
  }
  .homeSliderSection .slick-prev {
    left: 10px;
  }
  .homeSliderSection .merox_section_heading {
    font-size: 28px;
  }
  .merox_quickAddSwatch, .nextPrevArrows {
    display: block;
  }
  .merox_quickAddSwatch div.mobSwatches {
    display: none;
  }
  .merox_quickAddSwatch p {
    padding-bottom: 10px;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .m_relatedProducts.content-indent {
    margin-top: 0;
  }
  .m_relatedProducts .merox_section_heading {
    margin: 0px 0 10px!important
  }
  .m-product-single__meta {
    margin-bottom: 0;
  }
  .m_relatedProducts .slick-arrow, .m_recentlyViewed .slick-arrow, .m_recommendedProducts .slick-arrow {
    top: 35%;
  }
  .m_social {
    flex-direction: row;
    justify-content: space-around !important;
  }
  /* CENTER MODE TRUE - PRODUCT SLIDER SECTION */

  .slick-slide .grid-view-item {
    /*transform: scale(.8);*/
    -ms-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .slick-center .grid-view-item {
    transform: scale(1);
  }

  .index-section .page-width .slick-slide .grid-view-item {
    transform: scale(.8);
    -ms-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .index-section .page-width .slick-center .grid-view-item {
    transform: scale(1);
  }
  a.merox_custom_wishlist {
    top: 12px;
    right: 15px;
    padding: 0;
  }
  .slick-center .merox_custom_wishlist {
    top: 9px;
  } 
  .slick-slide:not(.slick-center) .merox_custom_wishlist {
    top: 18px;
    right: 20px;
  }
  /* WISHLIST PAGE */
  .wishlist-product {
    grid-gap: 10px;
    grid-template-columns:1fr;
  }
  .wishlist-product .product_img {
    max-width: 100%;
    margin: 0;
  } 
}
/*@media (max-width: 425px) {
  .site-header .header-logo img {
    zoom: 1.5; 
  }
}*/
@media (max-width: 375px) {
  .site-header .header-logo img {
    zoom: 1.1; 
  }
}
@media (min-width: 1024px) {
  .m_sortByWrapper {
    padding: 0 !important;
  }
  .productList .filters-toolbar {
    display: none;
  }
  .page-width.homeSliderSection {
    padding-left: 55px;
    padding-right: 55px;
    margin: 30px auto 0 auto;
  } 
}

.ss__result-details-header .yotpo-widget-instance{
  padding-top:5px !important;
}

.ss__result-details-header .yotpo-widget-instance .yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score {
    padding-top: 7px !important;
}
.ss__content--layout {
    grid-column-gap: 15px !important;
}

.ss__facet-options-list .ss__facet-options-list__option a{
    line-height: 24px !important;
    font-size: 16px !important;
}
.ss__facet-grid-options .ss__facet-grid-options__option__value{
  font-size: 16px !important;
}
.ss__facet-slider .ss__facet-slider__handles button .ss__facet-slider__handle {
    width: 16px !important;
    height: 16px !important;
}
.ss__facet-pricebox .ss--input .form-input{
    border-radius: 5px !important;
}

@media screen and (min-width: 769px){
.ss__content--layout{
  grid-template-columns: 225px 1fr !important;
}
}
}