/** Shopify CDN: Minification failed

Line 193:20 Expected ")" to end URL token
Line 274:6 "font-waight" is not a known CSS property
Line 670:0 Expected "}" to go with "{"

**/
.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:#fff !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; 
}
.content h2 {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
    margin-bottom: 16px;
    font-family: 'Marcellus';
}
.rte>p:last-child {
    margin-bottom: 0;
    color: #666 !important;
    font-size: 16px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
}

h1, h2, h3, h4, h5 {
    font-size: 27px !important;
    line-height: 49px !important;
    font-weight: 300 !important;
}
p{
     color: #666 !important;
    font-size: 16px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
}
.custom-header {
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    align-items: center;
    min-height: 90px !important;
    column-gap: 30px;
    padding-top: 0px !important;
}
@media only screen and (min-width: 590px) {
    .page-full, .page-narrow, .page-width {
        padding: 15px 15px !important;
    }


    @media only screen and (min-width: 590px) {
    .site-header {
        padding: 0px 0;
    }
}


.custom-announcement-bar p {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}
@media only screen and (min-width: 590px) {
    .index-section {
        margin: 50px 0 !important;
    }
}

@media only screen and (min-width: 590px) {
    .section--divider {
        padding-top: 50px !important;
    }
}
@media only screen and (min-width: 590px) {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin: 0 0 0px !important;
        color:#515151 !important;
        font-family:Marcellus !important;
    }
}
p{
 color: #666 !important;
}

.collection-products-featured_collection_edBBwk .section-header__subheading {
    font-size: 16px !important;
    font-family: "Lato", sans-serif;
    max-width: 900px !important;
    margin: 0 auto;
    line-height: 27px !important;
    color: #666;
}
.collection-products-featured_collection_7xmG3i .section-header__subheading {
    font-size: 16px !important;
    font-family: "Lato", sans-serif;
    max-width: 900px !important;
    margin: 0 auto;
    line-height: 27px !important;
    color: #666;
}
.background-media-text__text {
    text-align: left;
    background: #fff;
    background: var(--colorBody);
    padding: 15px;
    width: 275px !important;
}
[data-animate_buttons=true] .btn:not(.btn--no-animate):not(.btn--tertiary):not(.btn--static):hover {
    padding-right: 16px !important;
    background-position: 74% 35%;
}
.enlarge-text p {
    color: #666 !important;
}
.blog-description {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    color: #666 !important;
}


/* @media only screen and (min-width: 590px) {
    .medium-up--one-quarter
 {
        width: 100% !important;
    }
} */


.space-large {
    padding: 0px 0;
}

.slider-arrows button {
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 23px !important;
    width: 46px;
    height: 40px;
    cursor: pointer;
}
#CollectionSection-product_category_slider_jTXAQV .dcs__viewall {
    text-align: center;
    margin-top: 24px;
  
}
/* [data-animate_buttons=true] .btn:not(.btn--no-animate):not(.btn--tertiary):not(.btn--static) {
    color: white !important;
    background: #444 url(//www.pujashahs.com/cdn/shop/t/20/assets/button-arrow.png) no-repeat 150% 35%;
    background: var(--colorBtnPrimary) url(//www.pujashahs.com/cdn/shop/t/20/assets/button-arrow.png) no-repeat 150% 35%;
    background-size: 29px;
} */
blockquote.tsl-text {
    padding: 0px !important;
}

.dcs__page .grid__item {
    float: left;
    padding-left: 0px;
    width: 100%;
    min-height: 1px;
}

#EditorialColumns-template--18546311495739__editorial_columns_EEkgG6 {
    padding: 0px 0 !important;
}


.text-side {
    background: transparent !important;
}

div#shopify-section-featured_content_PWBUdN {
    padding: 96px 0 0 0 !important;
}
.grid-product__title {
    font-size: calc(var(--typeBaseSize) * 1.2 * 0.83);
    text-transform: capitalize;
    color: #666;
    text-align: center;
}
.grid-product__price {
    color: #666;
    text-align: center;
}


[data-animate_buttons=true] .btn:not(.btn--no-animate):not(.btn--tertiary):not(.btn--static) {
    background-image: none !important;
}

body{
  letter-spacing:1px !important;
}
.media-strip {
    gap: 0 !important;
}




.pagination .next .icon, .pagination .prev .icon {
    color: #fff;
    color: var(--colorBtnPrimaryText);
    width: 13px;
    height: 13px;
    margin-top: 6px;
}


@media(max-width:767px){
  div#shopify-section-template--18546311495739__media_strip_LLkcgh {
    padding: 0 15px !important;
}

/* Default - All Pages */
.site-nav__link,
.site-nav__link--has-dropdown {
    color: #666 !important;
}

.site-nav__link svg path {
    stroke: #666 !important;
}

/* Home Page Only */
.template-index .site-nav__link,
.template-index .site-nav__link--has-dropdown {
    color: #fff !important;
}

.template-index .site-nav__link svg path {
    stroke: #fff !important;
}
div#shopify-section-1623068766f9cb9d26 {
    margin-top: 38px !important;
}


.pagination .next:hover,.pagination .prev:hover{
      transform:translateY(00%) scale(1.12) !important;
    }

.pagination .next:active,.pagination .prev:active{
      transform:translateY(-50%) scale(1);
    }

    

    @media(max-width:767px){
      .page-full, .page-narrow, .page-width {
    padding: 0 5px !important;
}
    }

  




