/** Shopify CDN: Minification failed

Line 228:2 Expected identifier but found "*"
Line 270:1 Expected identifier but found "*"
Line 271:1 Expected identifier but found "*"
Line 414:36 Expected identifier but found whitespace
Line 619:10 Expected ":"
Line 620:7 Expected ":"
Line 621:5 Expected ":"
Line 622:6 Expected ":"
Line 663:12 Expected ":"
Line 664:9 Expected ":"
... and 11 more hidden warnings

**/
.site-nav.stickabs {
    position: absolute;
    bottom: 0;
}

.grid__item.navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding: 13px 0;
    float:none;
    border-top: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    margin:0 0 30px 0;
} 

.template-index .grid__item.navigation{
  margin:0;
}


.grid__item.search {
    width: 29%;
    display: inline-block;
    vertical-align: middle;
}


.site-header.grid.medium-up--grid--table {
    padding: 10px 0;
    height: auto;
  display:flex;
  align-items: center;
}


.header-menu li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #999;
}

.header-menu li:last-child{
 border:0; 
}

.header-menu li a {
    padding: 10px 28px;
    font-family: 'Muli', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

#SiteNav .site-nav__item:first-child{
  border-top:none;
}


.shopify-section .text{ 
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    position:relative;
}

.image img {
    display: block;
    width: 100%;

}
.featured-image .image {
   float:left;
    width: 50%;
    vertical-align: middle;
    position: relative;
}


.shopify-section .text {
    display: inline-block;
    width: 49.5%;
    vertical-align: middle;

}

.featured-image .text {
   padding: 0 40px;
   float:right;
  width:50%;
}

.image-text {
    padding: 70px;
    background-repeat: no-repeat;
    background-size: cover !important;
    text-align: center;
    background-attachment: fixed !important;
    position:relative;
    z-index: 0;
    background-position: center !important;
}

.image-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: -1;
}

#owl-crousel-home-fea{
  overflow:hidden;
}

#owl-crousel-home-fea .product {
     width:100%; 
  text-align:center;
}

.blog-video-section ,h2 {
    color: #131315e6;

}

.blog-video-section {
    display: inline-block;
    vertical-align: top;
    padding:0 15px;

}

#owl-crousel-blog-sec{
  overflow:hidden;
}

#owl-crousel-home-fea ,#owl-crousel-blog-sec ,#blog-post{
    position: relative;
    margin-left:0;
}


/* hover iffect css start */
.reveal {
    overflow: hidden;
}

.reveal:hover .hidden {visibility: visible;}
.reveal .hidden { 
    position: absolute; 
    z-index: -1;
    opacity: 0;
   -webkit-transition: opacity 0.3s ease-in-out;
   -moz-transition: opacity 0.3s ease-in-out;
   -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; 
    -webkit-transition:.5s ease;
   -moz-transition: .5s ease;
   -o-transition:.5s ease;
    transition: .5s ease; 
    width:auto;
    top:-40px;
    visibility: hidden;
}
.reveal:hover .hidden { 
    z-index: 100000;
    opacity: 1; 
    top:0;
}
.reveal .caption {
    position: absolute;
    top: 0;  
    display: table;
    width: 100%;
    height: 100%;
    background-color: white; /* fallback for IE8 */
    background-color: rgba(255, 255, 255, 0.7);
    font: 13px/1.6 sans-serif;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    text-rendering: optimizeLegibility;
}
.reveal .hidden .caption .centered {
    display: table-cell;
    vertical-align: middle;
}


/* hover iffects css end */





/* now*/
/* bxslider */
.bx-wrapper {
  position: relative; 
 
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bxslider {
  top: -12px;
}
.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager{
  display: none;
}

.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(//bxslider.com/lib/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-controls-direction a {
 font-size:0; 
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(//bxslider.com/lib/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(//bxslider.com/lib/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*end*/


/* gallery section css start */

.gallery-section {
    width: 66%;
}

/* gallery section css end */


.flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
    background-color: transparent;
    border-radius: 0;
  opacity:0;
}

.flexslider:hover .flex-direction-nav a.flex-prev, .flexslider:hover .flex-direction-nav a.flex-next{
  opacity:1;
}


/* hover effect start*/

.header-menu li a:hover, .list--nav a:hover {
    
    color: #4c6e6f;
    opacity: 1;
}
/*hover effect end*/

.blog-video-section h2 {
    text-transform: capitalize;
    margin-bottom: 7px;
}

.featured-products h2.small--text-center {
    margin-bottom: 30px;
      text-align: center;
}

.flexslider:hover .flex-prev {
    left: 20px;
}

.flexslider:hover .flex-next {
    right: 20px;
}
.index-sections .shopify-section {
    margin-bottom: 50px;
}

.owl-dots  {
display: none; 
}
.gallery-testimonial .owl-dots{
display: block;
  
}
.gallery-testimonial .owl-nav{
display: none;
}

.slide-cta, .slide-cta-placeholder : hover{
background-color : blue;
transition-duration : 2s;
}
.spr-badge-caption {
display : none;
}

.product__price {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.product__title  {
font-family: 'Poppins', sans-serif;
}

.gallery-testimonial .gallery-section{
display: inline-block;
}

.gallery-testimonial .gallery-section .home-bxslider > div > img{
  padding:3px;
}

.featured-blog.featured-blog--1533119914351 {
display: inline-block;
  padding: 22px;
  float: right;
    width: 33.33%;
  margin: -3%;
  text-align: center;
}

.blog-video-section p {
  color:#727271;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-bottom:0;
}

.slide-cta, .slide-cta-placeholder{
  color: #f3ebeb;
}
.btn.slide-cta.slide-cta--small:hover ,.contact-form .input-group__btn .btn:hover  {
background:#49716d;
  color: white;
  transition-duration:0.4s;
  opacity:1;
  cursor:pointer
} 


.product__title.text-center{
    min-height: 40px;
}

.spr-badge {
    min-height: auto;
    min-width: auto;
    display: block;
    margin-bottom: 10px;
}

.spr-badge-starrating {
    margin: 0 3px 0 0;
}

.spr-badge .spr-icon-star-empty:before {
    font-size: 13px;
    color: #2e8b57;
}


#blog-post .article__featured-link {
    max-width: 100px;
  	display:block;
  	margin:auto;
  	text-align:center;
}

#blog-post .img-grd{
  width:100%;
  padding: 0;
}


.shopify-section .image-text h2 {
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
}


.gallery-testimonial .small--text-center {
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
}

.gallery-testimonial .small--text-center:after {
    content: "";
    display: block;
    width: 90px;
    border-bottom:1px solid  #49706f;
    top: 16px;
    position: relative;
}

.shopify-section .image-text .container .button  a:hover, button#AddToCart:hover{
  background-color: #48716c;
  color:#fff;
}
 .grid__item navigation .header-menu li {
padding-left: 50px;
}
.owl-dot button:focus {
    outline: 0;
}
.owl-stage-outer h4{
font-size: 11px;
  margin-top: 0;
}

.site-footer small {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
   font-family: 'Roboto', sans-serif;
}

.site-footer small a{
  font-size:14px;
  color: #000;
   font-family: 'Roboto', sans-serif;
}

.slide-cta-wrap span.btn.slide-cta.slide-cta--small, .button a, button.slide-cta  {
    padding:10px 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    border-radius:50px;
  background:#000;
  width:150px;
  max-width:100%;
}
 
.image-text a {
    padding: 9px 26px;
    line-height: 28px;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    border-radius: 50px;
    background: #000;
    width: 150px;
    max-width: 100%;
    display:inline-block;
    color:#fff;
}

button:focus{
 outline:0; 
}


.featured-blog a:hover, .featured-blog a:focus {
 opacity:1; 
}

.blog-section {
    margin-top: 50px;
}

.grid--uniform .owl-nav button.owl-prev:before{
right:auto;
left:-40px;
transform:rotate(180deg); 
  transition:all ease 0.5s;
  -webkit- transition:all ease 0.5s;
  -moz- transition:all ease 0.5s;
  -o- transition:all ease 0.5s;
  -ms- transition:all ease 0.5s;
}

.blog-section .owl-nav button.owl-prev:before, .gallery-section .bx-controls-direction a.bx-prev:before{
 right:auto;
left:-20px;
transform:rotate(180deg);  
}

.gallery-section .bx-controls-direction a.bx-prev:before {
 left:-37px; 
  opacity:0;
  bottom:45px;
}

.gallery-section .bx-controls-direction a.bx-next:before{
  opacity:0;
  bottom:45px;
}

.gallery-section:hover .bx-controls-direction a.bx-prev:before, .gallery-section:hover .bx-controls-direction a.bx-next:before{
  opacity:1;
}


.owl-nav button.owl-next:before, .owl-nav button.owl-prev:before, .bx-controls-direction a.bx-prev:before, .bx-controls-direction a.bx-next:before {
    content: "";
    display: block;
    background: url('arrow-neext.png');
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    height: 25px;
    z-index: 99;
    background-size: 20px;
    margin: auto;
    right: -40px;
    left: auto;
    background-repeat: no-repeat;
    transition:all ease 0.5s;
    -webkit- transition:all ease 0.5s;
    -moz- transition:all ease 0.5s;
    -o- transition:all ease 0.5s;
    -ms- transition:all ease 0.5s;
}

#owl-crousel-home-fea:hover button.owl-prev:before{
  left:0;
}

#owl-crousel-home-fea:hover button.owl-next:before{
  right:0;
}

.owl-prev span ,.owl-next span {
display:none;
}

body .owl-theme .owl-nav .disabled {
 opacity:1; 
}

.shopify-section .blog-section .owl-nav .owl-next:before {
 right:-30px; 
  background-color:#fff;
}

.featured-blog__post h2.h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
}


.featured-blog__post .article__featured-image-wrapper {
 margin-bottom:15px; 
}

.gallery-testimonial .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #49706f;
}

.gallery-testimonial .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    width:12px;
    height:12px;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #49706f;
}

.site-footer hr {
   margin: 55px 0 20Ppx;
}

.sub-footer {
    padding:2px 0;
    background: #dcdcdc;
}

.featured-blog__post p.featured-blog__meta {
    margin-top: 14px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    text-transform: capitalize;
    font-size: 14px;
}

.featured-blog__post p.featured-blog__meta:hover {
 color:#48716c; 
}

.site-wrapper.hr--border.longer{
  padding: 0px;
    width: 105%;
}

.top-bar.grid {
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin: 0;
    padding: 7px 0;
    line-height: normal;
    background:#2e8b57;
    display: none;
}

.top-bar marquee{
    max-width: 500px;
    margin: auto;
    float: none;
    display: block;
}

.top-bar p{
  margin:0;
  text-align:center;
  font-size:13px;
  color:#fff;
}

.top-bar.grid a.site-header__cart {
    position: relative;
    right: 20px;
    vertical-align: middle;
    line-height: normal;
}

span.small--hide {
    position: absolute;
    top: 0;
    font-size: 12px;
    bottom: 0;
    margin: auto;
    height: 20px;
}

span#CartCount {
 font-size:12px; 
}



.top-bar .search-bar__input {
  border: 1px solid #e8e8e8;
}  
.top-bar .search-bar {
position: relative;
}

.top-bar .search-bar__submit {
    background: transparent;
    border: 0;
    position: absolute;
    top: -2px;
    bottom: 0px;
    right: 0px;
}
.top-bar.grid svg {
display: inline-block;
    vertical-align: middle;
  width:30px;
}

#shopify-section-header .site-wrapper .grid {
    clear: both;
    height: auto;
    margin-left: 0;
}

#shopify-section-header .site-wrapper .grid > .full{
    display: flex;
    align-items: center;
    position: relative;
}


.top-bar__search {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
}

.site-header div.logo-section {
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding-left: 0;
    text-align: center;
}

.site-header div.logo-section #HeaderLogoWrapper{
  float:left;
}

.site-header div.logo-section #HeaderLogoWrapper > a{
  padding-top:0 !important;
}

.cart-section {
    width: auto;
    margin-left: 0;
    vertical-align: middle;
    padding-left: 0;
    position: absolute;
    right: 0;
}

.cart-icon {
    position: relative;
    margin-right: 20px;
  display:inline-block;
}

.top-bar.grid .grid__item.medium-up--one-fifth.small--one-half {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0;
}

.email-section p.email-section {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 5px;
    font-family: 'Muli', sans-serif;
}

.top-bar__search input.search-bar__input {
    font-family: 'Roboto', sans-serif;
    color: #000;
    width: 215px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    padding-left:0;
}

.top-bar__search ::-webkit-input-placeholder {
  color:#000;
}

.top-bar__search ::-o-input-placeholder {
  color:#000;
}

.top-bar__search ::-moz-input-placeholder {
  color:#000;
}

input:focus {
 outline:0; 
}

.site-wrapper .social-icons {
    width:auto;
    display: inline-block;
    text-align: right;
}

.social-icons a {
    padding: 3px 17px;
    border-right: 1px solid #e8e8e8;
    color: #000;
    font-size: 14px;
    vertical-align: middle;
}

.social-icons a:last-child{
  border:none;
  line-height:0;
  margin:0;
}



.grid__item #HeaderLogo {
    max-width: 100%;
    max-height: 100%;
  position: relative;
    top: 0;
    left: 0;
  opacity: 1;
}


.site-header div.logo-section {
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding-left: 0;
    text-align: center;
}

body #HeaderLogoWrapper {
 margin:auto; 
}

.site-header .full {
    margin: 21px 0;
}
.grid__item ul.list--nav {
font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

body .page-border {
 display:none; 
}
.email-section .far.fa-envelope {
vertical-align: middle;
}
.cart-icon .fas.fa-cart-plus {
font-size: 18px;
}

.grid__item a.site-nav__link {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    padding: 10px 0;
}

ol.flex-control-nav.flex-control-paging {
 display:none; 
}

.flex-control-paging li a {
    width: 22px;
    height: 9px;
    display: block;
    border: 2px solid #000;
    border-radius: 0;
}
.cart-section .cart-icon :hover {
color: #49706f;
    transition-duration: 0.3s;
}
.flex-control-nav {
    position: absolute;
    width: 22%;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.flex-control-paging li a.flex-active {
    background-color: #49706f;
    border-color: #49706f;
    cursor: default;
}

.flex-control-paging li a:hover {
    background-color: #49706f;
    opacity: 1;
}

.shopify-section .featured-image {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow:hidden;
}

.shopify-section .featured-image .main-featured-div{
  overflow:hidden;
  background:-webkit-linear-gradient(top, #f1f1f1, #fdfdfd);
  background:-moz-linear-gradient(top, #f1f1f1, #fdfdfd);
  background:-o-linear-gradient(top, #f1f1f1, #fdfdfd);
  background:-ms-linear-gradient(top, #f1f1f1, #fdfdfd);
  display:flex;
  align-items:center;
  position:relative;
}

.shopify-section .featured-image .main-featured-div:nth-child(even) .image{
 order:2;
}

.shopify-section .featured-image .main-featured-div:nth-child(even) .text{
order:1;
}

.grid__item .product__title {
 font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 700;
min-height:50px;
}


.blog-video-section {
font-family: 'Muli', sans-serif;
font-size: 14px;
font-weight: 700;
}

.slide-cta-container .container {
    max-width: 400px;
}

.slide-cta-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    width: 100%;
    margin: auto;
    height: 180px;
    padding: 0 80px;
}

/* home page css start */

.main-content{
  min-height:500px;
}

.site-wrapper{
  position:relative;
}

#SiteNav{
  top: 10px;
  position:relative;
}

#SiteNav.sidebar-stick {
    position: fixed;
    top: 57px;
}

#SiteNav.stickabs{
  position:absolute;
  top:auto;
  bottom:0;
}

.hom-sid #SiteNav{
    border: solid 1px #f1f1f1;
    padding:0 15px;
}

.template-index .hom-sid #SiteNav{
  border-top:none;
}

.hom-sid #SiteNav li a{
  padding:16.4px 0;
  font-size:13px;
}

.hom-sid #SiteNav li{
  border-bottom:solid 1px #f1f1f1;
}

.hom-sid #SiteNav li:last-child{
  border-bottom:none;
}

.hom-sid #SiteNav li:last-child a{
  padding-bottom:0;
}


.email-section a, .social-icons i, .social-icons a, .pagination span, .social-sharing a svg {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.social-sharing a:hover svg {
 fill:#48716c; 
}

.email-section a:hover, .email-section i:hover, .social-icons a:hover {
    color: #49706f;
    opacity: 1;
}

.email-section i {
    vertical-align: middle;
    font-size: 16px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
}

.social-icons i {
    vertical-align: middle;
    font-size: 18px;
}

a:hover, a:focus {
    opacity: 1;
}

.cart-icon img {
    max-height: 22px;
    vertical-align: middle;
}

.search {
    position: relative;
    width: 75%;
}

.top-bar__search .search-bar__submit {
    border: 0;
    vertical-align: middle;
    position: absolute;
    background: none;
    right: 20px;
    top: 0;
    bottom: 0;
}

.top-bar__search .search-bar__submit svg {
    vertical-align: middle;
}

.grid__item.navigation.sticky {
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
    -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
    -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
    animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 11;
    height: auto;
    padding:4px 0px;
}

.grid__item.navigation.sticky .container {
    max-width: 1400px;
    margin: auto;
  display:flex;
  -webkit-display:flex;
  align-items:center;
  position:relative;
  padding:0 30px;
}

.header-menu ul {
    padding: 0;
    margin: 0;
}

.search img {
    vertical-align: middle;
    width: 25px;
}

.email-section img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}

.flexslider li {
    background-position: center !important;
}

.flexslider .slides > li:nth-child(odd) .slide-cta-container .container{
  float:right;
}

.flexslider li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}

.slide-cta-container h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom:30px;
    line-height:50px;
    font-weight:600;
    font-family: 'Muli', sans-serif;
    color:#fff;
}


.slider-text p {
    font-weight: 500;
    color:#fff;
}

.flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
    content: "";
    display: block;
    background: url('arrow-img.png');
    width: 20px;
    height: 23px;
    background-size: cover;
    background-position: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.flex-direction-nav a.flex-next:before {
  transform: rotate(0deg);
}

.shopify-slideshow-section{
  margin-bottom:50px !important;
}

.featured-image h4{
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.featured-image h4:after{
  content:"";
  border-bottom:solid 3px #000;
  display:block;
  width:30px;
  margin:5px 0 0 3px;
}

.featured-image p {
    font-size: 15px;
    line-height: 30px;
    margin:0;
}

.site-wrapper {
    max-width: 1400px;
    margin: auto;
}

.image-text p {
    display: inline-block;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Muli', sans-serif;
    padding:0 60px;
    font-size: 16px;
    line-height: 30px;
}

.image-text p:empty{
  display:none;
}

.featured-products h2, #shopify-section-related-products h2.section-header__title {
    color: #000;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    text-align:center;
}

.featured-products h2:after, #shopify-section-related-products h2.section-header__title:after {
    content: "";
    display: block;
    margin: 10px auto 30px;
    border-bottom: 3px solid #000;
    width: 50px;
}

.featured-products .supports-js {
    margin-bottom: 20px !important;
}

.product__title a{
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.product__title a, .blog-video-section h2 {
      transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;  
}

.product__title a:hover, .blog-video-section h2:hover {
 color:#48716c; 
}

.featured-products .spr-starrating i {
    font-size: 16px;
    opacity: 1;
}

.featured-products .spr-badge {
    margin-bottom: 15px;
}

#AddToCart,.cart-button button, .cart-button a, .cart-button button.btn.checkout,  #shopify-product-reviews .spr-form-actions input, .product-single__cart-submit-wrapper button.btn.btn--view-cart.btn--secondary {
    padding: 9px 26px;
    line-height: 28px;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    border-radius: 50px;
    background: #000;
    width: 150px;
    max-width: 100%;
    display: inline-block;
    color: #fff;
}

.contact-form input#AddToCart:hover {
  background:#48716c; 
  color:#fff;  
}

.contact-form input#AddToCart {
    min-width: auto;
}

.main-content .cart-button button, .main-content .cart-button a {
 width:auto; 
 background:#fff;
 color:#000;
}

.main-content .cart-button button:hover, .main-content .cart-button a:hover{
color:#4c6e6f;  
}



#shopify-product-reviews .spr-form-actions input {
 width:auto; 
}

 button#AddToCart:hover,.contact-form input.btn:hover, .cart-button button.btn.checkout:hover,  #shopify-product-reviews .spr-form-actions input:hover, .product-single__cart-submit-wrapper button.btn.btn--view-cart.btn--secondary:hover{
  background:#48716c; 
  color:#fff;
 }

.blog-video-section h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.blog-video-section .img-sec{
  margin-bottom:20px;
  min-height: 175px;
}

.blog-video-section h4 {
    font-size: 12px;
    margin: 0 0 15px 0;
    font-family: 'Roboto', sans-serif;
    color: ##727271;
    text-transform: capitalize;
    font-weight: 400;
}

.blog-section .owl-nav button.owl-prev:before {
    left: -30px;
  background-color:#fff;
}

#owl-crousel-blog-sec:hover button.owl-prev:before{
  left:0;
}

#owl-crousel-blog-sec:hover button.owl-next:before{
  right:0;
}

.gallery-testimonial .rte.rte--indented-images {
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.featured-blog__post .read-more {
    margin: 0;
    display: inline-block;
    margin-bottom: 20px;
} 

.featured-blog__post .read-more a {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
  font-size:13px;
}

.featured-blog__post .read-more a:hover {
  color:#48716c;
}

/* .featured-blog img {
    border-radius: 50%;
}
 */
div#shopify-section-footer {
    margin-top: 60px;
}

footer.site-footer {
    background: #000;
    padding: 40px 0 0;
}

.site-footer .container, .sub-footer .page-width {
    max-width: 1200px;
    margin: auto;
    padding:0 30px;
}

.site-footer h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
}

.site-footer h3:after{
    content: "";
    display: block;
    width: 30px;
    border: solid 1px #fff;
    margin: 8px 0 20px 1px;
} 

.newsletter .contact-form .input-group{
  border:solid 1px #fff;
}

.sub-footer a, .site-footer a {
    color: #cecece;
    line-height: 32px;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    font-weight:500;
}

.site-footer a:hover{
  color:#48716c;
}


.site-footer input {
    background: none;
    border:none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    line-height: 38px;
    padding: 0 15px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
  height:44px;
}

.site-footer ::-webkit-input-placeholder {
  color:#fff;
}

.site-footer ::-moz-input-placeholder {
  color:#fff;
}

.site-footer ::-ms-input-placeholder {
  color:#fff;
}

.site-footer ::-o-input-placeholder {
  color:#fff;
}

.newsletter .input-group__btn {
    margin-top: 20px;
    width: 20%;
}

.newsletter button#Subscribe {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 12px 20px;
    line-height: normal;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    font-family: 'Roboto', sans-serif;
  height:40px;
}

.newsletter button#Subscribe:hover {
    background: #48716c;
    color: #fff;
}

.site-wrapper hr {
 display:none; 
}

.sub-footer p, .sub-footer p a {
    margin-bottom: 0;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
}

.site-footer .container {
    padding-bottom: 30px;
}

.site-footer__menu svg {
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
}

.site-footer__menu svg path {
    fill: #fff;
}

.site-footer__menu li {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;  
}

.site-footer__menu li:hover {
 padding-left:4px; 
}

.site-footer__menu li:hover svg path {
  fill:#48716c;
}

.site-footer__menu li:hover a {
      color: #48716c;
}

.grid__item.navigation .grid__item.logo-section, .grid__item.navigation .top-bar__search {
    display: none;
}

.grid__item.navigation.sticky .grid__item.logo-section, .grid__item.navigation.sticky .top-bar__search {
    display: inline-block;
}

.grid__item.navigation.sticky .grid__item.logo-section {
    display: inline-block;
    padding-left: 0;
    width: 20%;
    vertical-align: middle;
    float: left;
    text-align:left;
    line-height:0;
}

body .grid__item.navigation.sticky .grid__item.logo-section img {
    max-width: 90px !important;
}

.grid__item.navigation.sticky .header-menu {
    display: inline-block;
    vertical-align: middle;
    width: 51%;
  position:absolute;
  right:0;
}

.grid__item.navigation.sticky .supports-js > a {
    padding-top: 0 !important;
}

.grid__item.navigation.sticky #HeaderLogoWrapper {
    max-width: 100% !important;
}

.grid__item.navigation.sticky .top-bar__search {
    width: 28%;
    text-align:right;
}

.grid__item.navigation.sticky .search {
 width:auto; 
}

.grid__item.navigation.sticky .top-bar__search .search-bar__submit {
 right:0; 
}

.grid__item.navigation.sticky .top-bar__search input.search-bar__input {
 width:190px; 
}

.site-nav li:hover a {
    padding-left: 5px;
}

.grid.hom-sid div#shopify-section-sidebar {
    width: 25%;
    float: left;
}

nav.grid__item.small--text-center.medium-up--one-fifth.nav-class {
    width: auto;
}

.grid.hom-sid main#MainContent {
 width:75%;
 float:right;
}

.breadcrumb-nav {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.main-color-kits{
  text-align:center;
}

.main-color-kits h2{
    text-align:center;
    color: #000;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    margin:0 0 30px 0;
}

.main-color-kits h2:after{
    content: "";
    display: block;
    margin: 10px auto 30px;
    border-bottom: 3px solid #000;
    width: 50px;
}

.main-color-kits ul{
  padding:0;
  margin:0;
}

.main-color-kits ul li{
  display:inline-block;
  vertical-align:top;
  width:15%;
  margin:0 5px 20px 5px;
}

.main-color-kits ul li:nth-last-child(1), .main-color-kits ul li:nth-last-child(2), .main-color-kits ul li:nth-last-child(3){
  margin-bottom:0;
}

.main-color-kits ul li span{
  display:block;
  line-height:0;
}

.main-color-kits ul li h6{
  margin:0;
  display:inline-block;
  vertical-align:middle;
  text-transform:uppercase;
  font-family: 'Roboto', sans-serif;
  font-size:12px;
  font-weight:bold;
}

.main-color-kits ul li p{
  margin:0;
  display:inline-block;
  vertical-align:middle;
  text-transform:Capitalize;
  font-family: 'Roboto', sans-serif;
  font-size:12px;
}

/* home page css end */


/* collection page css start */

h1.grid__item.small--text-center.medium-up--one-third, #shopify-section-list-collections-template h1, .template-404 h1 
  {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
}

h3.h2.collection-grid-item__title {
    font-family: 'Roboto', sans-serif;
}

.template-collection #shopify-section-collection-template header.grid {
    margin-bottom: 40px;
}

.template-collection .grid .product {
    margin-bottom: 60px;
    width: 25%;
    clear: inherit;
}

select:focus, input:focus, button:focus, textarea:focus {
 outline:0; 
}

select {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border: 1px solid;
    color: #000;
}

.review {
    text-align: center;
}

.review span {
    margin-bottom: 10px;
}

.pagination span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border: 1px solid #2e8b57;
    color: #000;
    font-size: 15px;
    cursor:pointer;
    margin-right: 2px;
}

.pagination span.next, .pagination span.prev {
    width: 65px;
    line-height: 30px;
    vertical-align: top;
    text-transform: capitalize;
}

.pagination span.next a, .pagination span.prev a{
  color:#000;
  vertical-align:middle;
}

span.page.current {
    font-weight: 600;
    background: #2e8b57;
    color: #fff;
}

.pagination span:hover{
    background: #2e8b57;
    color: #fff;
}

.pagination span:hover a {
 color:#fff; 
}

/* collection page css end */


/* product pages css start */

.template-product .grid.product-single {
    margin: 40px auto 0;
}

.template-product .product-single__featured-image-wrapper img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.template-product .product-single__featured-image-wrapper.hidden, section.related-products {
 display:none; 
}

.product-single__description.rte + #shopify-product-reviews {
    display: block;
}


.product-single__thumbnails {
    margin: auto;
    display: block;
    text-align: center;
}

.product-single__thumbnails li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-left: 0;
    max-width: 80px;
    margin: auto;
    left: auto;
    float: none;
    margin-right:5px;
}

.product-single__thumbnails li a {
    padding: 9px;
    border: solid 1px #f1f1f1;
}

.product-single__thumbnails img {
    max-height: 60px;
}

.social-sharing svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 4px;
}

.spr-header-title, a.spr-summary-actions-newreview, span.spr-summary-caption, .spr-form-title, .spr-container label {
    font-family: 'Roboto', sans-serif;
}

.spr-container label {
 font-size:15px;   
 margin-bottom: 8px;
 display: inline-block;
}

.spr-container input, .spr-form-input textarea {
    border: solid 1px #f1f1f1;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
}
div#shopify-section-related-products {
    margin-top: 40px;
}

#shopify-section-related-products h2.section-header__title {
    margin-bottom: 40px;
}

div#shopify-section-related-products button:before {
    right: -30px;
}

div#shopify-section-related-products button.owl-prev:before {
    left: 0;
    right: auto;
    transform: rotate(180deg);
}

.site-wrapper .spr-icon.spr-icon-star-empty {
    opacity: 1;
}

.product-single__quantity label, .selector-wrapper label, .swatch.clearfix .header {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-bottom: 5px;
    font-weight:500;
}

.product-single__quantity input {
    max-width: 70px;
    padding:5px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    width: 100%;
}

.product-single__quantity, .selector-wrapper {
    margin-bottom: 25px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
opacity:1;
}

p.product-single__prices {
    margin: 20px 0px;
}

.product-desciption {
    font-size: 15px;
    line-height: 28px;
    margin-bottom:30px;
  font-family: 'Roboto', sans-serif;
}


/* 
   Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:0 0 1em; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  border-radius:2px;
  float:left;
  min-width:70px; 
  min-height:70px;
  margin:0;
  border:#ccc 1px solid;
  background-color:#ddd;
  font-size:13px;
  text-align:center;
  white-space:nowrap;
  text-transform:uppercase;
  background-size:cover;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.swatch .swatch-element {
    float: none;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0px 10px 10px 0;
    position: relative;
    padding: 7px;
    border: 1px solid #eeee;
    display: inline-block;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  display:none !important;
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;


  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}


/* product pages css end */


/* pages css start */

.template-page .main-content h1.small--text-center {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.template-page .main-content ul {
    margin-bottom: 0;
}

.template-page .main-content p, .template-page .main-content ul li {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.contact-form.form-vertical {
    max-width: 500px;
}

.contact-form form input, .contact-form form textarea {
    border: 1px solid #eee;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 100%;
    margin-bottom:10px;
    padding:10px;
}

.eco .data .content{
display: none;
}

.eco .data .content.active {
display:  block;
}


/* pages css end */

/* product page css start */

.data {
    border: 1px solid #eee;
    padding: 15px;
    overflow:hidden;
    width:100%;
}

.product-desciption h4 {
 border:solid 1px #f1f1f1; 
 border-bottom:0;
 cursor:pointer;
 display:inline-block;
 padding: 10px 18px;
 font-family: 'Muli', sans-serif;
 text-transform: capitalize;
 margin: 0 -5px 0 0px;
}

.product-desciption h4.active {
    font-weight: bold;
    background: #49706f;
    color: #fff;
}

.data ul {
    padding-left: 0;
}
.text-link {
    color: #49706f;
    border-bottom: 1px solid;
    padding-bottom: 2px;

}

.product-single__quantity
{
	width:130px;
}

.product-single__quantity .qtyplus, .product-single__quantity .qtyminus {
    width: 25px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 0;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 -6px 0 0;
}

.product-single__quantity input.qtyplus {
    margin: 0 0 0 -5px;
    border-left:0;
}
 
.product-single__quantity input.qtyminus {
  border-right:0;
}

.product-single__quantity .qty {
    width: 60px;
    border: 1px solid #000;
    border-radius: 0;
}


/* product page css end */

.site-footer input::placeholder {
 color:#fff; 
}

.why-colors {
    text-align: left;
}

.cart__row th, body .cart__table-cell--image, body th.text-left.cart__table-cell--image {
    font-family: 'Muli', sans-serif;
    padding-left:10px;
}

th.text-right.cart__table-cell--line-price, td.text-right.cart__table-cell--line-price {
 padding-right:10px; 
}

.cart__row p, .cart__row span, .cart__remove {
    font-family: 'Roboto', sans-serif;
}

.responsive-table .product-single__quantity {
 margin-bottom:0; 
}

.cart__table-cell--line-price span {
    font-weight: 600;
    font-size: 18px;
}

.cart__remove {
    font-size: 14px;
    font-weight: 500;
}

.cart__table-cell--meta p {
    margin-bottom: 5px;
}

.cart__table-cell--meta p a {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.cart__footer label.label--block {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

span.cart__subtotal-title.h3, span.cart__subtotal.h3, .cart__footer p.txt--emphasis {
    font-family: 'Roboto', sans-serif;
}

span.cart__subtotal.h3 {
    font-weight: 600;
    padding-left: 20px;
}

.cart-button p {
    display: inline-block;
}

.cart__image-container {
    padding-top: 130px !important;
}

.cart__row img {
    max-width: 80px !important;
    max-height: 100% !important;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.txt--minor a.cart__remove {
    font-weight: 800;
}


.responsive-table  tbody, thead.cart__row.cart__header-labels.small--hide {
    border: solid 1px #f1f1f1;
}

table.responsive-table.table--no-border {
    margin-top: 30px;
}

.cart__footer textarea, tr.cart__row.responsive-table__row {
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}

.cart__footer .grid__item.medium-up--one-half {
    width: 41%;
}

.cart__footer .grid__item.text-center.medium-up--one-half.medium-up--text-right {
    width: 59%;
}

.cart-button button.btn.checkout {
    margin-left: 12px;
}

.cart-button {
    margin-top: 25px;
}

.txt--minor a.cart__remove:hover {
 color:#4c6e6f; 
}

.social-icons img {
    max-width: 35px;
    vertical-align: middle;
}

.footer-logo {
    margin-top: 10px;
}

.footer-logo img {
    max-width: 265px;
}


.about {
    position: relative;
    margin-bottom: 10px;
}

.logo-page {
    right: 0;
    position: absolute;
    top: 0;
}

.about h1 {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.about p.right_logo {
  max-width: 170px;
  width:100%;
}

.product-single__featured-image-wrapper {
    margin: 0 auto 30px;
    position: relative;
    width: 47%;
}

.about p {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    max-width: 100%;
}

.logoeco-page {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 29%;
}

.reveal:hover .product__image {
   opacity: 0;
}

#owl-crousel-home-fea .product .reveal .product__image {
    max-height: 230px !important;
    position: relative;
}

.product__image-wrapper {
    padding: 0 !important;
}

#owl-crousel-home-fea .product .reveal .hidden {
     max-height: 230px;
     left: 0;
     right: 0;
     margin:auto;
     width: auto;
     bottom: 0;
}

#shopify-section-collection-template div.product a img , #related-item.owl-carousel .owl-item img{
	position:relative;
}

p.not-found-page a , #your-shopping-cart .main-content p a{
  text-decoration:underline;
      transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.not-found-page a:hover , #your-shopping-cart .main-content p a:hover{
      color: #48716c;
}

.para_sectn {
min-height: 60px;
}