/** Shopify CDN: Minification failed

Line 193:20 Expected ")" to end URL token
Line 274:6 "font-waight" is not a known CSS property
Line 417:1 Expected "{" but found end of file

**/
.is_relative {position:relative !important;}
.header-wrapper--overlay {}
.header-wrapper--overlay .site-header:not(.site-header--stuck) {
    background: rgba(68,68,68,0.5);
}
.header-wrapper--overlay .site-header {
    background: rgba(68,68,68,0.5);
  border-bottom: none;
}
.site-nav__link {  
    padding: 10px 13px !important;;
}

.site-header__logo {
  margin-bottom:0px;
  margin-top:0px;
}
.site-header__logo a {	
	transition:all 0.4s ease-in-out 0s;
}
.site-header--stuck .site-header__logo a {	
	transition:all 0.4s ease-in-out 0s;
  max-width:90px;
}
.site-header__logo img.site_logo {
  
}

.announcement__text {
    background: #f9f7f3;
}
.header-wrapper--overlay .site-nav__link,
.header-wrapper--overlay .site-nav__link:hover {
    color: #fff;
}
.site-nav__link--icon .icon-cart {
    padding:3px;
}
.site-nav__link--icon .icon-cart path {
    fill:#404040 !important;
}
.header-wrapper--overlay .site-nav__link--icon .icon-cart path,
.header-wrapper--overlay .site-nav__link--icon:hover .icon-cart path {
    fill: #ffffff !important;
}

.newsletter-section .page-width .h3 {
  font-size:20px;
}
.space-large {
    padding:50px 0;
  }

  img[data-sizes=auto] {height:auto;}


.wa-share-btn-wrap {
  z-index: 999 !important;
  background: #22873D;
  right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  width: auto;
    height: auto;
    margin: 0;
    bottom: 50%;
    font-size: 16px;
    position: fixed;
    cursor: pointer;
    padding: 1px 4px;
    box-shadow: 0 0 5px #d3d3d3;
    line-height: 1.5;
}
.wa-share-btn {
  color: #fff;
}
.wa-share-btn span {
  writing-mode: tb;
    margin: 6px 0;
  -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  display: table;
  color: #fff;
}
.wa-share-btn img {
  height: 20px;
    width: 20px;
    margin: auto auto 4px;
    display: block!important;
}

/********** Product Detail page ***************/
.breadcrumb {
    margin-bottom: 10px;
}
.page-width {
    max-width: 1260px;
}
.product-single__meta {
    padding-left: 0px;
}
.product-single__form {
    margin-top: 20px;
  margin-bottom: 20px;
}
.variant-input-wrap label {
  font-size: 15px;
    padding: 5px;
    min-width: 35px;
    text-align: center;
}
.variant-input-wrap input[type=radio]:checked+label {
    box-shadow: 0 0 0 1px #1c1d1d;
}
.payment-buttons {
  display:flex;
  justify-content: left;
}
.payment-buttons .add-to-cart,
.payment-buttons .shopify-payment-button {
    margin:0px;
  width:40%;
    
}
.payment-buttons .add-to-cart {
  height:44px;
  min-height:44px;
  padding:9px 20px;
}
.payment-buttons .shopify-payment-button .shopify-payment-button__button--unbranded {
  min-height:44px;
  padding:9px 20px;
}
.payment-buttons .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.payment-buttons .shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    padding: 9px 20px;
}
.payment-buttons .shopify-payment-button {margin-left:10px;}
.payment-buttons .swym-button-bar {
  margin:0 0 0 10px;
}
.payment-buttons .swym-btn-container[data-position=default] {
    display: flex;
}
.payment-buttons .swym-button-bar .swym-add-to-wishlist {
  min-width:auto;
  background:none !important;
  border:1px solid #1c1d1d;
}
.payment-buttons .swym-button-bar .swym-add-to-wishlist:hover {padding-right: 0px !important;}
.payment-buttons .swym-btn-container .swym-button.swym-added .swym-tooltip-clickable .swym-open-ui {
  color:#ffffff;
  cursor:pointer;
}
.payment-buttons .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icon {
    height: 44px;
    line-height: 44px;
}

.payment-buttons button.swym-button.disabled,
.payment-buttons button.swym-button:disabled {
    opacity: 1;
}
.payment-buttons .swym-btn-container .swym-fave-count { 
  display:none;
}

.zoom {
  display:inline-block;
  position: relative;
}
		
/* magnifying glass icon */
.zoom:after {
  content:'';
  display:block; 
  width:33px;
  height:33px; 
  position:absolute; 
  top:0;
  right:0;
  background:url({{ 'icon.png' | asset_url }});
}

.product-single__meta .collapsibles-wrapper {
  overflow:hidden;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 41px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 4px 15px;
	height: 40px;
	line-height: 35px;
	color: #8d8d8d;
	overflow: hidden;
	position: relative;
    /*text-transform:uppercase;*/
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-size: calc(var(--typeBaseSize)*.75);
}
.tab_last { }
ul.tabs li:hover {
}

ul.tabs li.active {
	color: #333333;
	border-bottom: 1px solid var(--colorBorder);
	display: block;
}

.tab_container {
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 10px 12px;
	display: none;
}
.tab_content ul { list-style-type:circle;}

.tab_drawer_heading { display: none; }
.tab_content h3 {
  font-size:22px;
}
.tab_content table { font-size:15px;}

@media screen and (max-width: 480px) {
  .product-single__meta .collapsibles-wrapper {
    border:none;
  }
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
        color: #8d8d8d;
    	border-bottom: 1px solid var(--colorBorder);
		margin: 0;
		padding: 20px 0px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
      font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-size: calc(var(--typeBaseSize)*.8);
      font-waight:normal;
      text-transform:uppercase;
      position:relative;
	}
  
	.d_active {
		color: #333333;      
	}
  .d_active .collapsible-trigger__icon>.icon-chevron-down {
      transform: rotate(180deg);
  }
}



@media only screen and (min-width: 590px){
.site-nav__link--icon .icon-cart {
    padding:5px;
}
  .index-section {
    margin: 34px 0;
}
  .section-header {
    margin-bottom: 20px;
}
  .site-header {
    padding: 15px 0;
}
.page-content {
    padding-top: 10px;
}
  
}

@media only screen and (min-width: 769px){
  .newsletter-section .page-width {
    display:flex;
    justify-content: center;
    align-items: center;
}
.newsletter-section .page-width .h3 {
  margin-right:30px;
  font-size:22px;
}
.newsletter-section .input-group .input-group-field {
  min-width:400px;
}
/* .product-single__sticky {width:57%;}
.product_desc_wrap {width:43%;}
  
} */

/***** Whats app button ********/
.wp-button{
	margin-top:14px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:110px;
	right:10px;
	/*background-color:#25d366;*/
  background-color:#22873D;  
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display:flex;
  align-items: center;
    justify-content: center;
}

/****** collection block text-columns section********/
.mb-0 {
  margin-bottom:0px !important;
}
.image-wrap {
  position:relative;
}
.title_overly {
  margin: auto;
  position: absolute;
  left:69px;
  right: 69px;
  top: 50%;
    transform: translateY(-50%);
  z-index:9;
  transition:all 0.4s ease-in-out 0s;
  padding:5px;
}
.title_overly .title_txt {
  	margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    background: rgba(248,250,251,0.78);
    padding: 10px;
  	transition:all 0.4s ease-in-out 0s;
}
.image-wrap:hover .title_overly {
  transform: translateY(-70%);
}
.image-wrap:hover .title_overly .title_txt {
    background: rgba(249,250,251,1);
}

/******************/
.background-media-text__text {
    padding: 20px;
}

.site-footer ul.social_icons {
  list-style: none outside;
    margin-left: 0;
}
.site-footer .social_icons li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 15px;
  
}
.site-footer .social_icons a, .site-footer .social_icons a:visited {
    color: #404040;
    font-size: 18px;
}
.site-footer .social_icons a:active, .site-footer .social_icons a:hover {
    color: #af1f31;
    font-size: 18px;
}


@media screen and (max-width: 590px) {
.site-header__logo img.site_logo {
    height: auto;
}
}


a.float.js-no-transition {
   display: none; 
}
s