/** Shopify CDN: Minification failed

Line 1393:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.cart-upsell__item {
  grid-template-columns: 90px 1fr;
  grid-gap: 20px;
  display: grid;
}
.cart-upsell__item-info {
  display: grid;
  grid-template-columns: 90px 1fr;
}
.cart-upsell__item-imge {
  width: 80px;
}
.cart-upsell__item-title {
  grid-column: 1/span 3;
}
.cart-upsell__item-price {
  grid-column: 1/span 2;
}
.cart-upsell__item-btn {
  grid-column: 3;
  margin-left: 10px;
}
.collection-description{
  max-width: 100% !important;
  margin-bottom: 30px !important;
  text-align: left !important;
  font-size: 15px;
}
/*.grid-product__link {
box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
background:#fff;
}
.grid-product__link:hover{
box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}*/
.grid-product__meta {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.site-header__logo {
  margin: 10px 0;
  display: block;
}


.grid-product__image-mask {
  /*border-radius: 10px;*/
}
.grid-product__title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.delivery-option {
  margin-top: 25px;
}
.delivery-option ul{
  margin: 0;
  padding: 0;
}
.delivery-option ul li{
  list-style: none; 
}
.customer-cart-note{
  margin-top: 25px; 
}

.collection-filter nav.breadcrumb {
  margin: 0;
}

.middle-header .site-header__search-input {
  border: 1px solid #ddd;
  font-size: 15px;
}

.middle-header .site-header__search-btn {
  background: #E642A3 !important;
  padding: 10px;
}

.middle-header svg.icon.icon-search {
  color: #fff;
}

.middle-header .site-header__search-form {
  max-width: 370px;
}

.color-swatch{width:76px; height:76px;}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1); }

  50% {
    transform: scale(1.2, 1.2); }

  100% {
    transform: scale(1, 1); } }

.location img {
  animation: zoominoutsinglefeatured 1s infinite;
}

.location {
  position: relative;
  width: 180px;
  font-size: 13px;
  padding-left: 50px;
}
.location img{
  position: absolute;
  left: 5px;
  top: 5px;
}
.location a {
  display: block;
}
.location, .location a{color: #8a979e;}
.announcement__text svg.icon.icon--bi-phone {
  margin-right: 5px;
}
body.template-cart main {
  /*background: url(/cdn/shop/files/cart-bg.jpg?v=1634366600);*/
}

.box-shadow {
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  /*background:#fff; */
  border: 1px solid #f7f7f7;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-bottom: 20px;
   /* min-height: 150px;*/
}

.cartlist-inner, .cartoption-inner, .cartnotes-inner{margin-bottom:10px;}
.cartoption-inner, .cartnotes-inner, .cart__footer { padding:15px;}
.cart__item {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #e8e8e1;
  padding-top: 10px;
}
.cart__item.cart__item--headers{
  padding-top: 15px;
  padding-bottom: 15px;
}
.cartoption-inner .cart-note__label, .cartnotes-inner label, .cart__item--qty, .cart__item--price, .cart__subtotal {
  font-size: 12px;
}
.cart-notes{margin:0px;}
.cartoption-inner input, .cartoption-inner select, .cartoption-inner textarea, .cartnotes-inner textarea {
  width: 100%;
  font-size: 12px;
}
.cart__item img {
  max-width: 90px;
}



.cart-link__bubble--visible {
  top: -5px !important;
  right: -5px !important;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  width: 20px;
  height: 20px;
}
.home-bar-inner ul {
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}
.home-bar-inner ul li {
  display: inline-block;
  padding: 6px 25px;
  margin-bottom:0;
}
.bar-inner {
  display: flex;
  align-items: center;
  color: #fff;
}
span.home-bar-icon {
  color: #fff;
  padding: 0px 8px 0 0;
}

.site-nav__link--icon .icon {
  width: 32px;
  height: 32px;
}
.cart-link .icon {
  width: 30px !important;
  height: 30px !important;
}
.date-box label {
  margin-bottom: 5px;display:none;
}

@media only screen and (min-width: 1541px){
  .page-width {
    min-width: 1540px;
  }
}


@media only screen and (min-width: 768px){
  .mobile-menu{display:none}
  .mobile-view{display:none}
  .collection-filter .grid.grid--uniform {
    display: flex;
    align-items: center;
  }
  .collection-filter {
    margin-bottom: 40px;
  } 
  /*.announcement__text {    
  text-align: right;
} */ 
  /*div#shopify-section-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
  .main-content {
  padding-top: 160px;
}
  .product-single__sticky {
  top: 170px;
}*/
  /*.announcement {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
  .top-list {
  margin: 0;
  display: flex;
  width:75%;
  list-style:none;
}
  .announcement__text {
  width: 25%;  
} 
  .top-list li {
  width: 33.33%;
  margin: 0;
  text-align: center;
} */

  .top-list {
    text-align: center;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-list li {
    display: flex;
    padding: 11.5px 25px;
    margin: 0;    
    align-items: center;
  }
  .top-list img {
    max-height: 24px;
    margin-right:10px;
  }
  .top-list a, .top-list span.toplist-a {
    display: flex;
    align-items: center;
    margin: 0px;
    color: #fff;
    font-family: 'Poppins';
  }
  .template-product .page-content{
    padding-top:0;
  }  
  .product-single__meta {
    margin-top: 50px;
  }
  .site-navigation {
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
  } 

  .site-navigation .site-nav__item {   
    border-left: 1px solid #c3c3c3;
  } 
  .site-navigation .site-nav__item:first-child {   
    border:none;
  }   

  .header-layout--center .header-item {
    justify-content: normal;
  }
  .header-layout--center .header-item.header-item--icons {
    justify-content: right;
    flex-wrap: wrap;
  }
  .store-time {
    text-align: right;
    width: 100%;
  }
  .store-time span {
    font-size: 13px;
    color: #E7ACB4;
    display: block;
    font-weight: 600;
  } 
  .header-layout--center .header-left-search {
    width: 100%;
    max-width: 315px;
    border: 1px solid #dee1e3;
    border-radius: 3px;
    color: #576167;
  } 
  .site-header__search-input {
    font-size: 18px;
    padding: 6px 10px;
  }  

}
@media only screen and (min-width: 590px){
  .site-header {
    padding: 0;
  }
  .product__price {
    font-size: 24px;
    font-weight: 600;
  }
  .template-collection .section-header {
    margin-bottom: 15px;
  }
  .template-collection .page-content{
    padding-top: 20px; 
  }
  .cart-page-products {
    position: sticky;
  } 
  .product-single__sticky {
    top: 0px;
  }
}

.header-item {
  justify-content: space-around;
}
.site-header--opening .header-item.header-item--navigation.desktop-menu { 
  display: none;
}
.nav-bar {
  background: #e642a3;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}
.site-nav__link--icon, .site-nav__link--icon:hover {
  color: #8a979e;
}

.home-featured-collection .skrim__item {
  padding-right: 3px;
  padding-bottom: 3px;
}
.home-bar .home-bar-text{
  font-size: 15px;
  font-family: 'Poppins';
}

.home-page-text p {
  font-size: 13px;
}
.template-product .breadcrumb {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-block .h2.product-single__title {
  font-weight: 500 !important;
  font-size: 23px;
}
span.product-single__sku {
  font-size: 15px;
}
.grid-product__price {
  font-weight: bold;
  font-size: 16px;
}
.grid-product__title {
  font-size: 14px;
}
.product-recommendations .grid-product {
  margin-bottom: 10px;
}
.site-nav__link, .site-nav__dropdown-link {
  text-transform: uppercase;
  font-weight: 500;
}
p.tooltip {
  float: right;
  color: #1b1363;
  font-weight: 600;
  font-size: 13px;
  z-index: 9;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  color: #333;
  text-align: justify;
  border-radius: 6px;
  padding: 8px;
  background: #fff none repeat scroll 0 0;
  border: 2px solid #1b1464;
  display: block;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -160px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.cart-footer-container {
  position: sticky;
  top: 20px;
}
.home-bar-inner{
  background: #e58a96 url(/cdn/shop/files/head-patrn.png);
}
.js-marquee .text {
  float: left;
  border-right: 2px solid #E9E9E9;
  padding: 0 20px;
  z-index: 1;
  position: relative;
}
.home-marquee-wrapper{
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
.js-marquee .text h4 {
  margin: 0;
}
.site-header{
  border: 0 !important; 
}
.empty-cart-content {
  margin-top: 100px;
  text-align: center;
}
.font-bold {
  font-weight: bold;
  font-size: 14px !important;
}
.carousel-cell {
  width: 100%; 
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.slider__banner-link {
  display: inline-block;
  width: 100%;
}

/*------------- css for addons -----------*/

.addon {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.addon__inner {
  position: relative;
  width: 80%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  box-shadow: 2px 4px 5px 0px rgb(11 11 12 / 20%);
  border-radius: 10px;
  text-align: center;
}
.addon__header{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
}
.addon__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  background: #eff0f2;
  padding: 10px 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.addon__footer button{
  margin-right: 10px; 
}
/*.addon__footer button, .addon__footer button:hover {
font-weight: 500;
background-color: #ff9212;
color: #fff;
padding: 8px;
border-radius: 4px;
margin-right: 25px;
border: 1px solid #f97d00;
width: 270px;
font-size: 14px;
cursor: pointer;
height: 40px;
}*/
.addon__header h1 {
  margin: 0;
  text-align: center;
  color: #222;
  background: #f6f6f6;
  font-weight: 500;
  font-size: 20px; 
  line-height: 38px;
  padding: 7px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.addon__content {
  overflow-y: auto;
  height: 470px;
}
.addon__products{
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
}
.addon__product{
  box-shadow: 0px 0px 4px #999;
  border-radius: 4px;
  width: 15.2%;
  display: inline-block;
  margin: 10px 0 1px 10px;
}
.addon__image img {
  height: 140px;
  display: inline-block;
  padding-top: 5px;
}
.addon__title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  height: 35px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 10px;
}
.addon__price {
  display: block;
  color: #e32929;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.addon__quantity--wrapper .ce {
  display: none;
}
.addon__quantity--wrapper input[type="checkbox"]+label span {
  width: 22px;
  height: 22px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #bebebe;
  border-radius: 2px;
  position: relative;
  margin-top: 6px;
  display: block;
}
.addon__quantity--wrapper input[type="checkbox"]:checked+label span {
  background: #55b3d9;
  border: 1px solid #55b3d9;
}
.addon__quantity--wrapper input[type="checkbox"]+label span:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 7px;
  height: 2px;
  left: 2px;
  top: 11px;
  transform: rotate(45deg);
}
.addon__quantity--wrapper input[type="checkbox"]+label span:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 14px;
  height: 2px;
  left: 6px;
  top: 8px;
  transform: rotate(-45deg);
}
.addon__quantity--wrapper {
  display: flex;
  background: #f2f2f2;
  margin: 0;
  flex-basis: 100%;
  justify-content: space-around;
  align-items: center;
}
.addon__quantity--wrapper .val{
  margin-top: 0;
  margin-bottom: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0px 5px;
  border-radius: 2px;
  color: #333;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  min-height: auto;
  box-shadow: inset 0 0 2px #bbb;
}
label.addonlableinfo {
  margin-bottom: 5px;
}
input.decreseVal, input.increaseVal {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
.custom-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #666363;
}
.custom-close .icon{
  height: 28px;
  width: 28px;
}
.footer-contact-info ul {
  list-style: none;
  margin-left: 0;
}
.footer__title{
  text-transform: none !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Poppins';
}
.site-footer__linklist a {
  font-size: 14px !important;
  font-family: 'Poppins';
  color: #d7d9db !important;
}
a.cart__checkout_pop {
  width: 100%;
}
.cart-note__label{
  letter-spacing:initial !important;
  text-transform:capitalize !important;
}
.site-nav__link, .site-nav__dropdown-link {
  text-transform: capitalize;
  font-family: 'Poppins';
}
h3.product-desc-title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 9px;
}
.product-desc ul {
  margin-left: 20px;
  margin-bottom: 0;
}
.product-single__form .add-to-cart {
  font-weight: bold;
}
h4.product-desc-title {
  color: #222;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 500;
  font-size: 20px;
}
.product-description-block {
  margin-top: 25px;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  color: #000;
}
.delivery-info, .care-info {
  margin: 15px 0 5px 0;
}
.drawer__title {
  font-weight: bold !important;
}
.contact-container {
  display: flex;
  flex-direction: row;
}
.contact-left {
  width: 40%;
  margin-right: 40px;
}
.contact-address, .contact-hours {
  background: #eee;
  padding: 20px;
  border-radius: 3px;
}
.contact-hours {
  margin-top: 20px;
}
.contact-icons {
  width: 70px;
  float: left;
}
h3.address-title {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.contact-icons i {
  font-size: 70px;
  margin-top: 30px;
}
.contact-hours, .contact-address {
  display: flex;
  align-items: center;
}
.sliding-hero-banner .hero__image.lazyloaded{
  animation: unset !important;
  opacity: 1 !important;
}
.sliding-hero-banner .slideshow__slide:after{
  height: 0 !important;
}
.flickity-page-dots {
  display: none; 
}
.skrim__item-content .skrim__overlay:after{
  background: none !important; 
}
.skrim__item-content{
  background: none; 
}
.addon__content {
  margin-bottom: 10px;
}
.collection-description-bottom{
  margin-top: 30px; 
}

@keyframes min-error {
  50% {
    opacity: 0.3;
  }
}
.min-price-less, .pricerulegood {
  display: none;
}
.min-error {
  animation: min-error 1s linear infinite;
  background: #ff3e6c;
  padding: 0px 5px;
  border: 1px solid #aaa;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
#vip ul li input {
  width: auto;
}
#vip ul li {
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  font-size: 12px;
  margin: 10px 10px 0 0;
  padding: 2px 5px 0 6px;
  background: #fff;
  width: calc(50% - 10px);
  float: left;
  margin-top: 2px;
  list-style: none;
}
#vip label {
  position: relative;
  top: -2px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0;
}
#vip {
  display: none;
  margin-top: 15px;
}

@media only screen and (min-width: 590px){
  .site-header--opening {
    transform: none;
    transition: none; 
  }
  .site-header--stuck{
    position: relative; 
  }
  .mob-welcome-title{
    display: none; 
  }
  .home-welcome-content {
    display: block;
  }
  div#StickyHeaderWrap {
    height: auto !important;
  }
  .featured-collection-home .section-header {
    margin-bottom: 40px;
    margin-top: -20px;
  }
  .contact-form-container{
    max-width: 680px;
  }
  .home-featured-collection .skrim__title{
    font-size: 24px;
  }
}


@media only screen and (max-width: 767px){
  .desktop-menu{display:none}
  .desktop-view{display:none}
  .addon__product {
    width: calc(33% - 25px);
  }
}


@media (min-width: 1200px){
  .page-width {
/*width: 1170px;*/
  }
  .addon__product {
    width: calc(25% - 25px);
  }
}

@media only screen and (min-width: 1491px){
  .site-nav__link, .site-nav__dropdown-link {
    font-size: 16px!important;
  }
  .page-width {
    min-width: 1490px;
  }
}

@media only screen and (max-width: 589px){
  .addon__inner{
    width: 90%;
  }
  .addon__image img {
    height: 100px;
  }
  .product-recommendations .grid {
    display: inherit !important;
  }
  .addon__product {
    width: calc(50% - 25px);
  }
  .header-item--left .site-nav {
    margin-left: 0;
  }
  .header-item--icons .site-nav{
    margin-right: 0; 
  }
  .header-item--navigation{
    justify-content: flex-start;
  }
  .header-item--icons{
    justify-content: flex-end;
  }
  .footer__title{
    margin-bottom: 0; 
  }
  .footer-social-container p.footer__title {
    margin-bottom: 15px;
  }
  .footer__social li {
    margin: 0 15px 15px 0px;
  }
  .mob-welcome-title {
    font-size: 20px;
    background: #ccc;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .home-welcome-content {
    display: none;
    padding-top: 15px;
  }
  .mob-welcome-title i {
    margin-left: 5px;
  }
  .mob-welcome-title i.fa-minus-square {
    display: none;
  }
  .mob-welcome-title.open i.fa-plus-square {
    display: none;
  }
  .mob-welcome-title.open i.fa-minus-square {
    display: inline-block;
  }
  .addon__header h1 {
    padding-right: 20px;
  }
  .addon__footer {
    justify-content: center;
  }
  .collection-filter select{
    height: 30px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .template-collection nav.breadcrumb {
    display: none;
  }
  .tooltip .tooltiptext {
    width: 300px;
    margin-left: -260px;
  }
  .contact-container {
    flex-direction: column;
  }
  .contact-left {
    width: 100%;
  }
  .home-featured-collection .skrim__title{
    font-size: 16px;
  }
  #vip ul li {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin: 2px 15px;
    padding: 2px;
    background: #fff;
    width: calc(50% - 23px);
    letter-spacing: 0;
  }
  #vip ul li:nth-child(even){
    margin-left: 0; 
  }
  #vip ul li label {
    font-size: 10px;
  }
}

.whatsapp{
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
.whatsapp .whatsapp-btn {
  position: fixed;
  right: 45px;
  background: none;
  border: none;
  bottom: 30px;
  z-index: 1;
  padding: 0;
}
.footer-contact-info p, .footer-contact-info strong {
  font-family: 'Poppins';
}
span.product-single__sku:before {
  content: "Product Code : ";
}
@media screen and (max-width: 767px){
  .whatsapp .whatsapp-btn {
    right: 20px!important;
    bottom: 15px!important;
    z-index: 1;
    width: 60px;
    background: none;
    border: none;
  }
  .footer-wrapper {
    display: none;
  }
}


.deliverytype {
  /*border-bottom: 1px solid #e8e8e1;*/
  margin: 0 0 5px;
  padding: 0;
}
.deliverytype label {
  display: inline-block;
  margin: 10px 7px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: capitalize;
  vertical-align: middle;
}
.deliverytype input {
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: auto;
      float: left;
}
input#datepicker, select#time {
  width: 100%;
  height: 40px;
  padding: 5px;
  border: 1px solid #e8e8e1;
  background: #fff;
}
.required{margin-inline-start:0px;}
.template-cart input:disabled, .template-cart select:disabled {
  opacity: 0.75;
  cursor: wait !important;
}
.faq-section:first-child {
  margin-top: 60px;
}
.faq-section:last-child {
  margin-bottom: 60px;
}
#county{font-size: 16px;font-weight: bold;}
button.faq-question {
  background: #f7f7f7;
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
}
.faq-item {
  margin-top: 5px;
}
.faq-question.collapsible-trigger--inline .collapsible-trigger__icon {
  right: 15px !important;
  left: auto !important;
}
.faq-item .collapsible-content__inner--faq {
  padding: 15px;
  border: 1px solid #ddd;
}
.product__price{
  font-weight: bold;
}
.home-featured-collection .skrim__title{
  font-weight: bold;
}
.tab-four .row{
  display: inline-block; 
}
.tab-four ul{
  margin: 0; 
}
.blink {
  animation: blinker 1.25s linear infinite;
  color: rgb(210, 61, 90) !important;
  font-weight: bold !important;
  font-family: sans-serif;font-size: 18px!important;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 20px !important;
}

/*!
* Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
*
* Copyright 2013-2015 bootstrap-select
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
*/
.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;height:40px;}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:none!important;}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1036}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%}select.bs-select-hidden,select.selectpicker{display:none!important}select.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}



.btn-default {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  background-image:none !important;
  width:100% !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  box-shadow: none !important;
  padding-left: 7px;
  font-size: 13px;
}
.btn-default:focus{
  outline: none !important; 
}
.bootstrap-select{width:100% !important;}
.dropdown-menu>li>a{font-size:16px;}
.blink {
  animation: blinker 1.25s linear infinite;
  color: rgb(210, 61, 90) !important;
  font-weight: bold !important;
  font-family: sans-serif;font-size: 18px!important;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 20px !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 98%;
  text-align: left;
}
textarea#splcardmessage {
  margin-bottom: 5px;
}
.cart-recap__secure-payment {
  margin-top: 20px;
}
.cart-recap__secure-payment-title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bolder;
}
.payment-list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
  justify-content: center;
  max-width: 300px;
  margin: -4px auto!important;
}
.cart-recap__secure-payment-title svg {
  margin-right: 8px;
  vertical-align: text-top;
  background: none !important;
  pointer-events: none;
  fill: rgb(51, 51, 51);
  width: 16px;
  height: 16px;
}
.cart__item-sub .cart__subtotal, .cart__item-sub .money {
  font-size: 18px;
  font-weight: bold;
}
.collection-tab p.subtitle {
  display: none;
}
.home-content h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.custom-content p {
  margin-bottom: 10px;
}
.grid-product__image-mask{height:415px;}
.close:hover{background-color:transparent;}
.close{opacity:1;color:#fff;}
.modal-header{background-color:#e71a3e}
.modal-title {color:#fff;}
/*custom radio buttons*/
.radio-wrapper-22 *,
  .radio-wrapper-22 *:after,
  .radio-wrapper-22 *:before {
    box-sizing: border-box;
  }

  .radio-wrapper-22 .radio-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .radio-wrapper-22 .radio-input:checked + .radio-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
  }
  .radio-wrapper-22 .radio-input:checked + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
  }
  .radio-wrapper-22 .radio-input:checked + .radio-tile .radio-icon,
  .radio-wrapper-22 .radio-input:checked + .radio-tile .radio-label {
    color: #2260ff;
  }
  .radio-wrapper-22 .radio-input:focus + .radio-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
  }
  .radio-wrapper-22 .radio-input:focus + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
  }

  .radio-wrapper-22 .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    min-height: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }
  .radio-wrapper-22 .radio-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .radio-wrapper-22 .radio-tile:hover {
    border-color: #2260ff;
  }
  .radio-wrapper-22 .radio-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }

  .radio-wrapper-22 .radio-icon {
    transition: 0.375s ease;
    color: #494949;
  }
  .radio-wrapper-22 .radio-icon svg {
    width: 3rem;
    height: 3rem;
  }

  .radio-wrapper-22 .radio-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
  }
@media only screen and (max-width: 1000px) {
.grid-product__image-mask{height:auto;}
}

    .top-list {
        text-align: center;
        margin: 0 !important;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
        .top-list li {
        display: flex;
        padding: 0px 25px;
        margin: 0;
        align-items: center;
    }
        .top-list a, .top-list span.toplist-a {
        display: flex;
        align-items: center;
        margin: 0;
        color: #fff;
        font-family: Poppins;
    }
    .top-list img {
        max-height: 24px;
        margin-right: 10px;
    }
    .t4s-product .t4s-product-price {
    font-size: 18px;
    color: #000;
    font-weight: 800;
}
.medium-up--one-half{float:left;padding:0 10px;}
div.go4269172405{display:none !important}
.additional_checkout_buttons{display:none !important;}
.width75{width:70%;float: left;padding:0 15px;}
.width25{width:30%;float: left;padding:0 15px;}
/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
    
    .t4s-row-cols-lg-8>.t4s-col-item, .t4s-row-cols-lg-8 .flickityt4s-slider>.t4s-col-item {
        width: 12%;    
}
  .t4s-row-cols-lg-9>.t4s-col-item, .t4s-row-cols-lg-9 .flickityt4s-slider>.t4s-col-item {
        width: 11%;    
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
  .t4s-top-bar{display:none;}
  #shopify-section-top-bar{display: none;}
}
@media only screen and (max-width: 600px) {
.width75{width:100%;float: left;padding:0 15px;}
.width25{width:100%;float: left;padding:0 15px;margin:15px 0 0 0;}
}