/** Shopify CDN: Minification failed

Line 252:0 Unexpected "/"

**/
/* --------------blog-post---------------- */
.template-article .breadcrumb{justify-content:flex-start;}


body .new-grid .article__title {
	color: #000;
	font-weight: 500;
	font-size: var(--font30) !important;
	letter-spacing: 0;
	line-height: 1.26;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1rem;
}

.grid-article__meta {
	padding: 1.875rem 1.875rem 2.563rem;
	border: 1px solid #D7D7D7;
	flex: 1 0 auto;
	border-bottom-left-radius: .625rem;
	border-bottom-right-radius: .625rem;
	text-align: left;
}
.continue_reading_btn {
	font-size: var(--font18);
	font-weight: 500;
	color: #000;
	letter-spacing: 0;
	margin-top: 2rem;
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.continue_reading_btn::after {
	content: "";
	width: 25px;
	height: 15px;
	display: inline-block;
	background: var(--icons);
	background-position: -4px -61px;
	margin-left: 1.188rem;
}
.shopify-section.blog-layout__sidebar {
	margin-top: 3.6rem;
}
.shopify-section.blog-layout__sidebar .grid-article {display: block;}
.shopify-section.blog-layout__sidebar .post-thumbnail {width: 30%;float: left;}
.post-info {text-align: left;padding-left: 2rem;width: 70%;float: right;}

.post-info h3 {
	font-size: var(--font16);
	font-weight: 400;
	text-align: left;margin-bottom:10px;line-height:normal;
}
.post-info .meta-date {color: #359fd2;font-size:14px;}
.grid-item.grid-article {
	flex-wrap: nowrap;
}

/*------------------ singale blog-post page--------------- */
.template-article b, .template-article strong{font-weight:400;line-height:normal;}

.template-article.loaded .section-header .section-header__title {
	line-height: 1.4;
}
.template-article.loaded .blog-layout {
	margin-top: 3rem;}
.template-article.loaded h2, .template-article.loaded h3 .template-article.loaded h4, .template-article.loaded h5, .shopify-section.blog-layout__main h3 {
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.blog-layout__main {flex: 1 1 calc(70% - 90px);}
.blog-layout__sidebar {flex: 0 0 calc(35% - 90px);}
.post-header-img {margin-top: 15px;}
.post-header-img img {width: 100%;}
.shopify-section.blog-layout__main h2 {
	font-size: var(--font30);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.4;
}
.shopify-section.blog-layout__main h3 {
	font-size: var(--font24);
	font-weight: 400;
}


/* body .shopify-section.blog-layout__main h2 strong,.shopify-section.blog-layout__main b, .blog-layout__main h2 b, .blog-layout__main h3 b, .shopify-section.blog-layout__main h3 strong  {
	font-weight: 400;
} */

.shopify-section.blog-layout__main ol li {
	list-style: none;
}
.blog-layout__main .btn.return-link{display:none;}

/* .recent_posts_row .post-thumbnail {
	width: 100%;
	text-align: left;
}

.recent_posts_row .post-thumbnail  img {
	height: 100px;
	object-fit: cover;
	width: 194px;
} */
.theme-block h4 {
	font-weight: 400;
}
/* ---------------about-us page-------------- */


 .Perfume-main-margin p, .shopify-section.blog-layout__main span, .custom_page_wrap p, .shopify-policy__body p, .collapsible-content__inner.rte p{color: #535353;
  font-weight: 300;
  font-size: var(--font18);
  line-height: 1.66;}

.custom_page_wrap {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.custom_page_wrap h4, .custom_page_wrap .panel-title {
	font-size: var(--font20);
	font-weight: 400;
	line-height: 1.4;
	padding-top: 1.5rem;
	margin-bottom: 5px !important;
}
body .shopify-policy__container {
	max-width: 91.7%;
	padding: 4rem 0;
}
.shopify-policy__title h1, .index-section.index-section--faq .h2, .contact-text h2 {
	font-size: var(--font36);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.1;
	text-align: left;
	margin-bottom: 1rem;
}

/* --------------faq page-------------- */

/* .collapsible-trigger__layout span {
	font-weight: 400;
	font-size: var(--font20);
}

.panel-heading {
    cursor: pointer; 
}

.panel-group.custom-accordion .panel.panel-default {
	margin: 10px 0;
}


.panel-group.custom-accordion .panel-heading .panel-title {
	padding: 1.5rem;
	background: #000;
	color: #fff;font-size:var(--font22);margin: 0 !important;}

.panel-group.custom-accordion .panel-heading .panel-title a {
	color: #fff !important;
	text-decoration: none;
}

.panel-group.custom-accordion .panel-collapse.collapse.in .panel-body  {
	border: 1px solid;padding-top:1rem;
	border-top: 0;padding-left:1.5rem;padding-right:1rem;
}
.panel-group.custom-accordion .panel-body p {
	padding: 0rem 0rem 1rem 0rem;
	margin: 0;
}
.panel-group.custom-accordion .panel-body ul{padding: 0 1rem 1rem 1.5rem;}

 */

.panel-group.custom-accordion .panel-heading .panel-title {
	padding: .9rem 1rem;
	background: #fff;
	color: #000;
	font-size: var(--font18);
	margin: 0 !important;
	border: 1px solid #D7D7D7;
    position: relative;
}
.panel-group.custom-accordion .panel-heading .panel-title a::before {
	content: "";
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-width: 2px 2px 0 0;
	border-color: #000;
	position: absolute;
	right: 15px;
	transform: rotate(136deg);
	transition: .3s linear;
	top: 1.1rem;
}

.panel-group.custom-accordion .panel:nth-child(1) .panel-heading .panel-title a::before, .panel-group.custom-accordion .panel .panel-heading .panel-title a[aria-expanded="true"]::before{transform: rotate(314deg);transition: .3s linear;top: 1.4rem;}
.panel-group.custom-accordion .panel:nth-child(1) .panel-heading .panel-title a.collapsed::before{transform: rotate(136deg);}

.panel-group.custom-accordion .panel-heading .panel-title a {
	color: #000 !important;
	text-decoration: none;
}
.panel-group.custom-accordion .panel-collapse.collapse.in .panel-body {
	border: 1px solid #D7D7D7;
	padding: 1.1rem 1rem 1.6rem;
	border-radius: 0px;
    border-top: none;
}
.panel-group.custom-accordion .panel-body p, .panel-group.custom-accordion .panel-body li {
	padding: 0;
	margin: 0;
	font-size: var(--font16);
	letter-spacing: 0;
	line-height: 1.55;
	color: #5F5F5F;
	font-weight: 300;
	padding-bottom: 10px;
}
.panel-group.custom-accordion .panel-body p:last-child, .panel-group.custom-accordion .panel-body li:last-child {
	padding: 0;
}
.panel-group.custom-accordion .panel-collapse.collapse.in .panel-body strong {
	font-size: var(--font16);
	letter-spacing: 0;
	line-height: 1.55;
	color: #5F5F5F;
	font-weight: 700;
	display: inline-block;
}

.panel-group.custom-accordion .panel.panel-default {
	margin-bottom: 12px;
}
/ ---------------Contact-Page-------------- /

.contact-custom {
	max-width: 80%;
	margin: auto;
}

.contact-block_rich {
	padding-left: 4rem;
}

.contact-text {
	max-width:80%;
	margin: auto;
}
.contact-custom {
	max-width: 80%;
	margin: auto;
}
.contact-margin{margin-bottom:0px;}

.contact-custom .section-header__title_h4.h3, .contact-block_rich h4 {
	font-size: var(--font24);
	font-weight: 400;
	text-transform: capitalize;
}

.contact-text p {
	font-size: var(--font18);
	font-weight: 300;
}

@media(max-width: 1190px){
.contact-custom, .contact-text {
	max-width: 100%;
}
.contact-block_rich {
	padding-left: 15px;
}

  
}
@media(max-width: 992px){

.blog-layout__main {flex: 1 1 calc(100% - 90px);}
.blog-layout__sidebar {flex: 0 0 calc(100% - 90px);}
}


@media(max-width: 768px){

.template-article .blog-layout__main {
    margin-bottom: 0;
}
  
.template-article .blog-layout__sidebar {
    display: block !important;
}

.template-article .blog-layout__sidebar {
    margin-top: 0 !important;
}  

.template-article .recent_posts_row .new-grid { 
    grid-template-columns: 1fr 1fr !important;
}  
  
.grid-item.grid-article {
	flex-wrap: wrap;
}
.grid-article[data-style="medium"] .grid-article__image {
	align-self: center;
	flex: 0 0 100%;
}
.grid-article[data-style="medium"] .grid-article__meta {
	flex: 0 0 100%;
	padding-left: 15px;
}
  .custom_page_wrap {
	margin-top: 40px;
	margin-bottom: 40px;
}
 
}

@media screen and (min-width: 768px) and (max-width: 992px) { 
.blog-layout__main {
    flex: 1 1 calc(70% - 90px)!important;
}
.template-article .page-content.blog-layout section:nth-child(2) { 
    flex: 0 0 calc(43% - 90px) !important; 
}

.template-article .blog-layout__sidebar {
    display: block !important;
}

.template-article .blog-layout__sidebar {
    margin-top: 0 !important;
}  

.template-article .recent_posts_row .new-grid { 
    grid-template-columns: 1fr 1fr !important;
}   
  
}

@media(max-width: 500px){
  .panel-group.custom-accordion .panel-heading .panel-title {padding: 13px 30px 13px 15px;}
  .panel-group.custom-accordion .panel-heading .panel-title a::before {content: "";width: 8px;height: 8px;border-width: 1px 1px 0 0;top: 17px;}
  .panel-group.custom-accordion .panel:nth-child(1) .panel-heading .panel-title a::before, .panel-group.custom-accordion .panel .panel-heading .panel-title a[aria-expanded="true"]::before {top: 22px;}
  
}

@media(max-width: 500px){
 .grid-item.grid-article {
	flex-wrap: wrap;
}
.post-info {
	padding-left: 0;
	padding: 10px 0px;
}
.template-article.loaded h4 {
	display: inline-grid;
	margin-top: 0 !important;
	line-height: 1.2;
}
}



/* ****************** blog page edits ******************** */

/* .blog-layout__sidebar {
    position: sticky !important;
    top: 30px;
}

.blog-layout__sidebar .recent_posts_row {
    overflow-y: auto;
    height: 90vh;
} */

.template-article .page-content.blog-layout section:nth-child(2)::-webkit-scrollbar {
  width: 6px;   
  border-radius: 10px;    
}

.template-article .page-content.blog-layout section:nth-child(2)::-webkit-scrollbar-track {
  background: #ddd;         
}

.template-article .page-content.blog-layout section:nth-child(2)::-webkit-scrollbar-thumb {
  background-color: #359fd2;     
  border-radius: 20px;    
}

.announcement-slider__content p {
    color: #fff !important;
}

  /*.template-article .page-content.blog-layout {
     display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: start; 
}*/

.template-article .page-content.blog-layout section:nth-child(2) {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    flex: 0 0 calc(35% - 90px);
    z-index: 1;
}

div#ruffruff-table-of-contents small {
    opacity: 0;
}

html body section#shopify-section-template--17593393414298__173762029521be5b30 li.ruffruff-table-of-contents-list-item.ruffruff-table-of-contents-list-item-none:hover, section#shopify-section-template--17593393414298__173762029521be5b30 li.ruffruff-table-of-contents-list-item.ruffruff-table-of-contents-list-item-none a:hover {
    text-shadow: 0 0 #000;
}

.template-article .best_sellers_row {
        width: 100%;
    background: #fff !important;
    margin-bottom: 0px;
    padding-bottom: 50px;
    margin-top: 0px;
    z-index: 2;
}

.template-article .blog-layout__sidebar {
    flex: none;
    width: 100%;
    background: #fff !important;
    padding-right: 0;
    margin-right: 0;
   z-index: 2;
}

.template-article .recent_posts_row .new-grid {
    margin-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #ffff;
}

.template-article .recent_posts_row .new-grid .grid-item.grid-article div {
    width: 100%;
    padding: 0;
}

.template-article .recent_posts_row .new-grid .grid-item img {
    width: 100%;
}

.template-article .recent_posts_row .new-grid .grid-item h3 {
    font-size: 16px;
    line-height: 1.4;
}

.template-article .best_sellers_row .page-width {
    max-width: 100%;
    padding: 0 !important;
}

.template-article .blog-layout__sidebar h4 {
    padding-left: 10px;
}

.template-article .page-content.blog-layout section:nth-child(2) .page-width {
    max-width: 100% !important;
    padding: 0px !important;
}

.announcement-bar p {
    color: #fff !important;
}

.best_sellers_row .section-header__title a {
    text-transform: capitalize;
}

.template-article .post-info .meta-date { 
    margin-bottom: 10px;
    margin-top: 10px;
}
.template-article .cs_blog p span[style="text-decoration: underline;"] {
    background: #b90000;
    display: inline-block;
    padding: 15px;
    color: #fff!important;
    border-radius: 10px;
    text-align: center;
    text-decoration: none!important;
}

