/** Shopify CDN: Minification failed

Line 98:36 Expected ")" to go with "("

**/
:root {
    --color-body-text: #131313;
    --color-body: #ffffff;
}

body {margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #131313;background: #fcfcff;}
p {line-height: 1.8;
    font-size: 14px;
}

body .wrapper
{
	max-width: 102.75rem;
    padding: 0 4.5rem; 
}
  

  
.header-logo {
    margin: 0px 0;
}

.outer-section {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 55px;
}
.sidebar-section { min-width:230px;
	width: 20%;padding-left: 1.125rem;
    padding-right: 0;margin-top: 3rem;

}
.btn.btn--small {padding: 10px 22px;}
.sidebar-inner ul {margin:0;}
  .sidebar-inner ul {margin:0;} li {margin:0;}
.sidebar-inner ul li a {color: #666;
    font-weight: 500;
    border-top: 1px solid #dcdcdc;font-size: 13px;
    padding: 0.55rem 1.125rem;    display: block; -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.sidebar-inner ul li a:hover { background: #dcdcdc;color: #fb4d12;}

.content-area-section {
	width:80%;margin-top: 3rem;
  padding-left: 48px;
    padding-right: 1.125rem;
}
.slider-section {margin-bottom: 80px;}
.tabbed-products .tab {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-bottom: 35px;
}
.tabbed-products .tab button {
	padding: 10px 30px;
	color: #fff;
    border: none;
	border-radius: 20px;
    max-width: 132px;
    width: 100%;
}
.tabcontent h3 {
	display: flex;
	width: 100%;
	font-size: 25px;
	margin: 25px 0;
}
.tabcontent .product-grid-image {
	height: 310px;
	overflow: hidden;
}
.tabcontent .lazyload__image-wrapper img {
	position: relative;
}
.tabcontent .lazyload__image-wrapper > div {
	padding: 0 !important;
}
.tabcontent .lazyload__image-wrapper.no-js {
	max-width: 100% !important;
}
.tabcontent .grid-item {padding-left: 0;
	margin-bottom:30px;padding-right: 30px;
}
.tabcontent .grid-item:nth-of-type(4+1) {
    padding-right: 0;
}

/*.tabcontent .grid-item, .grid-uniform .grid-item {
	padding: 1%;
	width: 31.2%;
	border: 1px solid #000;
	margin: 0.6% 1%;
}*/
.tabcontent .grid-item p,  .grid-uniform .grid-item p
{
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.tabcontent {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.tabcontent .grid-item a.product-grid-item, .tabcontent .grid-item form {
	margin-bottom: 0 !important;
}
#New.tabcontent {
	display: block;
}
#our-story .grid-item {
	left: 0;
	width: 100%;
}


.featured-box {
    transition: all 700ms;
    position: relative;
    display: block;
    padding: 0px 0 0px 0;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    overflow: hidden;
}
.featured-box--title {
    position: relative;
    display: block;
    color: #131313;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    z-index: 10;
    background: #fff;border-top: 1px solid #dcdcdc;
    padding: 20px 15px;
    height: inherit !important;
    margin-top: 25px;
}
.featured-box:after { display:none;}


.product-grid-item {
    transition: all 700ms;
    position: relative;
    display: block;
    padding: 0px 0 0px 0;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    overflow: hidden;
}
.product-grid-item p {
    position: relative;
    display: block;
    color: #131313;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    z-index: 10;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    padding: 20px 15px;
    height: inherit!important;
    margin-top: 25px;
    margin: 0;
}
.product-grid-item:after { display:none;}

.product-grid-item .product-item--price {
    display: none;
}

.product-grid-item form {
    display: none;
}
.site-nav a, .site-nav button {
    display: block;
    text-decoration: none;
    padding: 10px 7px;
    font-weight:400;
    white-space: nowrap;
}
  .site-nav {text-align: center;}
  .site-nav--dropdown, .site-nav--dropdown-grandchild {text-align: left;}

.site-nav>li {
    display: inline-block;
    margin: 0 5px;
    z-index: 1;
}

.site-nav>li:hover {
    backdrop-filter: brightness(0.85);
}

.search-bar input[type=text], .search-bar input[type=search] {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 45px 10px 20px;
    font-family: Lato,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    border-radius: 20px; 
}
.nav-bar {box-shadow: #63636333 0 2px 8px;}
input, textarea, button, select {
    font-weight: 500;color: #131313;
    font-size: 13px;
    padding: 10px 15px;
}
input[type=text], input[type=search], input[type=password], input[type=email], input[type=file], input[type=number], input[type=tel], textarea, select { border: 1px solid #dcdcdc;}
.collection-view { border: 1px solid #dcdcdc;}


.product-description * {
    font-size: 14px;
    line-height: 1.8;display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.product-description h2 {
    font-size: 20px;
}

.product-photo-container { border: 1px solid #dcdcdc;
    margin-bottom: 30px; padding:0px;
    background: #fff;
    box-shadow: #63636333 0 2px 8px;
    border-radius: 8px;
    overflow: hidden;}

.btn {
    font-weight: 600;}
.payment-buttons {width: 100%;}

hr {border-top: solid #dcdcdc;}

.breadcrumb {border-bottom: 1px solid #dcdcdc;}
.rte li {font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.acoordian-list .site-nav__link--button {-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
    border: none;background: #fff;
    display: flex;font-weight: 500;
  justify-content: space-between;
    border-top: 1px solid #dcdcdc;
    font-size: 13px;
    padding: 0.55rem 1.125rem;
    
}

.acoordian-list .site-nav__link--button .icon-arrow-down{    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);}
.acoordian-list .site-nav__link--button.active .icon-arrow-down{transform: none;}

.acoordian-list .dropdown-container li a {
    padding-left: 25px;
}

.search-bar .icon-search {
    font-size: 18px;
    line-height: 18px;
}
.product-meta li {margin-right:15px;}

.sale-tag.large {
    font-size: 16px;
    padding: 5px 12px;
    border: 1px #131313 solid;
}
  
.product-grid-image .lazyload__image-wrapper {
    max-height: 310px;
    object-fit: contain;
}
  
.product-grid-image .lazyload__image-wrapper img {max-height: 310px !important;
    object-fit: contain;padding:15px;}

@media screen and (min-width: 769px){
.selector-wrapper select, .product-variants select {
    max-width: 100%;
}
  
.large--eleven-twelfths {
    width: 100%;
}
  
}
  
  a.product-grid-item, .product-grid-item {margin-bottom:30px;}
  
    .flexslider .lazyload__image-wrapper {
    max-height: inherit;
    object-fit: inherit;
}

  .flexslider .lazyload__image-wrapper img{max-height: inherit !important;
    object-fit: initial;}
  

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation:portrait) {
body .wrapper {
    max-width: inherit;
    padding: inherit;
}
 .list-collections-template .grid-uniform {margin:0;}
  
 /* .list-collections-template .grid-item {padding: 6px;} 
  
  #ProductSection > .grid {
    width: 100%;
}*/
 
  .site-header .grid--full .grid-item { padding-right:15px;}
  
  
  .site-nav--dropdown:last-of-type {left:inherit; right:0;}
  
  .product-grid-image .lazyload__image-wrapper {
    max-height: 210px;
    object-fit: contain;
}
  
.product-grid-image .lazyload__image-wrapper img {max-height: 210px !important;
    object-fit: contain; }
  
  .tabcontent .product-grid-image {height: 210px;}
  
  .flexslider .lazyload__image-wrapper {
    max-height: inherit !important;
    object-fit: inherit;
}
  .flexslider .lazyload__image-wrapper img {
    max-height: inherit !important;
    object-fit: inherit;
}
  
  .template-index .content-area-section{overflow: hidden;}
  
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation:landscape) {
body .wrapper {
    max-width: inherit;
    padding: inherit;
}
 .list-collections-template .grid-uniform {margin:0;}
  
 /* .list-collections-template .grid-item {padding: 6px;} 
  
  #ProductSection > .grid {
    width: 100%;
}*/
    .site-header .grid--full .grid-item { padding-right:15px;}
   .site-nav--dropdown:last-of-type {left:inherit; right:0;}
  
  
 .product-grid-image .lazyload__image-wrapper {
    max-height: 210px;
    object-fit: contain;
}
  
.product-grid-image .lazyload__image-wrapper img {max-height: 210px !important;
    object-fit: contain;}
  .tabcontent .product-grid-image {height: 210px;}
  
    .flexslider .lazyload__image-wrapper {
    max-height: inherit !important;
    object-fit: inherit;
}
    .flexslider .lazyload__image-wrapper img {
    max-height: inherit !important;
    object-fit: inherit;
}
  
}


@media screen and (max-width:767px)
{
	body .wrapper{padding: 0 0.5rem;}
	.outer-section {flex-direction: column;}
	.sidebar-section, .content-area-section{width: 100%;padding:0px;}
	.tabbed-products .tab{flex-direction: column;}
	.tabcontent .grid-item{ padding: 6px;}
  #shopify-section-product-template table.table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
  
  .featured-box {margin:0;}
  .grid, .grid--rev, .grid--full, .grid-uniform {margin:0;}
  .grid-item {padding: 6px 6px;}
  .form-horizontal select { min-width: 200px;}
  
    .product-grid-image .lazyload__image-wrapper {
    max-height: 210px;
    object-fit: contain;
}
  
.product-grid-image .lazyload__image-wrapper img {max-height: 210px !important;
    object-fit: contain;}
  
  .tabcontent .product-grid-image {height: 210px;}
  
 .flexslider .lazyload__image-wrapper {
    max-height: inherit !important;
    object-fit: inherit;
}
    .flexslider .lazyload__image-wrapper img {
    max-height: inherit !important;
    object-fit: inherit;
}
  
}
