/*Custom css*/


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  -ms-font-smoothing: antialiased;
 
    
}
.product_description ul li{ list-style:disc inside;}
.product_description ul {padding:inherit;}
.rte { color:#000; }
.section-header { margin:20px 0; }
p { color:#000; }

a{
  color:#000;
  transition: all 300ms ease;
  -webkit-transition:  all 300ms ease;
  -moz-transition: all 300ms ease;
  background-color:none;
  border:none;
}
a:hover{
  border:none;
  color:#000;
  opacity: 0.95;
}
.btn:hover
.btn{
transition: all 300ms ease;
  -webkit-transition:  all 300ms ease;
  -moz-transition: all 300ms ease;
  color:#fff;
  background-color: #f7a60a !important;
}
.btn:hover{
background-color:#fff !important;
  color: #f7a60a !important;
  border:1px solid #f7a60a;
  opacity:5;
}
.top-bar {
  background:#141414;
  padding:4px;
  border-bottom: solid 1px #2e2e2e;
}
.input-group__btn .btn{background-color: #f7a60a;}
.act-office {    
  float: left;
}

.act {
  display:inline-block;
  margin:0 10px 0 0;
}

.office-time { display:inline-block; }

.rit {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
.cart__qty-input{
border:1px solid;
}
.rit > div { margin:0 0 0 15px; }


.rit .crt {
  display: none;
  position:relative;
}

.site-header__cart-count{
  left: 12px;
  background-color:#f7a60a;
  line-height:normal;
  text-align:center;
  color:#000;
}

.rit .wish { display:inline-block; }

.rit .check { display:inline-block; }

.rit .check a p {
  display:inline-block;
  color:#fff;
  font-size:12px;
  font-family: 'Conv_Montserrat-Regular';
}

.rit .check span {
  display:inline-block;
  vertical-align:middle;
  line-height:0;
}

.rit .order { display:inline-block; }

.act span{display:inline-block;
  vertical-align:middle;
  color:#fff;
  font-size:12px;
   font-family: 'Conv_Montserrat-Regular';
}

.act a{ color:#fff;
   font-size:12px;
   font-family: 'Conv_Montserrat-Regular';
}
.rit .crt span{display:inline-block;
   font-family: 'Conv_Montserrat-Regular';
  vertical-align:middle;}

.rit .crt a{ color:#fff;
font-size:12px;}

.rit .wish span{display:inline-block;
 vertical-align:middle;}

.rit .wish p{color:#fff;
display:inline-block;
  font-size:12px; 
   font-family: 'Conv_Montserrat-Regular';
}

.rit .order span{display:inline-block;
  vertical-align:middle;
}
.rit .order a p{display:inline-block;
color:#fff;
font-size:12px;
 font-family: 'Conv_Montserrat-Regular';}

.office-time p{display:inline-block;
color:#fff;
font-size:12px;
font-family: 'Conv_Montserrat-Regular';}

.office-time span{display:inline-block;
 vertical-align:middle; 
line-height:0;}

.page-width{max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px !important;
}
.rit .crt span img,
.rit .wish span img,
.rit .order span img,
.rit .check span img,
.office-time span img,
.act span img {
  vertical-align:middle;
}

.site-header .page-width > .grid.logo_outer {
  width: 26%;
}

.site-header .page-width > .grid {
  display: inline-block;
  table-layout: auto;
  width: auto;
  vertical-align:middle;
}

#Collection{
margin: 20px auto !important;
}
.site-header .page-width > .grid .medium-up--one-quarter {
    width: auto;
    padding: 0;
}

.site-header .page-width > .grid__item {
  display: inline-block;
  float: none;
  width: 70%;
  vertical-align: middle;
  padding: 0 0 0 4%;
  margin: 0;
}

.search-header{max-width:260px;}

.site-header .page-width > .grid__item .site-header__search {
  display:inline-block;
  padding-right:0;
  vertical-align: top;
}

.site-header .page-width > .grid__item .call {
  display: inline-block;
  text-align: center !important;
  padding-left: 5%;
  vertical-align: top;
  line-height: normal;
  padding-top: 6px;
}

header.site-header .shop-crt {
    display: inline-block;
}

.site-header .page-width > .grid__item .site-header__cart {
  display:inline-block;
  position:relative;
  -webkit-transform: translateY(-11%);
  transform: translateY(-11%);
  margin:0 0 0 20%;
  padding:0;
}

.site-header .site-header__search .search__input{
  background: #fff;
  font-family: 'Conv_Montserrat-Regular';
  padding: 0 10px !important;
  height: 35px;
  width: 250px;
  float: left;
  border-radius: 0;
  border: 1px solid #000;
  color: #000;
}

.call p{
  margin: 0;
  font-size: 18px;
  text-align: right;
  vertical-align: middle;
  font-family: 'Conv_Montserrat-Regular';
}

.site-header .grid .medium-up--one-quarter{width:36%;}

.site-header .search-header .search-header__submit {
    position: absolute;
    right: 10px;
    left: auto;
    height: auto;
    line-height: 0 !important;
    margin: auto;
    top: 0;
    bottom: 0;
}


input::-webkit-input-placeholder {
color: #000 !important;
  font-family: 'Conv_Montserrat-Regular';
opacity:1 !important;}
 
input:-moz-placeholder { /* Firefox 18- */
color: #000 !important;  
  font-family: 'Conv_Montserrat-Regular';
  opacity:1 !important;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #000 !important;  
  font-family: 'Conv_Montserrat-Regular';
  opacity:1 !important;
}
 
input:-ms-input-placeholder {  
color: #000 !important;  
  font-family: 'Conv_Montserrat-Regular';
  opacity:1 !important;
}


.site-header .site-header__cart span img{vertical-align: middle;}

.site-header .site-header__cart span{color:#f7a60a;
  font-family: 'Conv_Montserrat-Regular';}

.site-header .site-header__cart-count{background:none;
position: relative;
    top: 0;
    left: 0;}

.site-header .site-header__cart-count span{font-size:14px;}

.pro { 
  padding: 15px 8px 15px;
  background: #000;
  text-align: center;
  margin-bottom: 5px;
}

.pro p{color:#fff;
font-family: 'Conv_Montserrat-Bold';
font-size:18px;
text-transform:uppercase;
  line-height:normal;
}

.pro p img{display:inline-block;
vertical-align:middle;}

.pro p span{display:inline-block;
vertical-align:middle;
margin:0 0 0 18px;}

.nav-main{ 
  display:block;
  border-bottom:none;
}
.nav-main .site-nav{margin: 0 !important;
padding-bottom:0;}
.navigation .page-width{
  max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px !important;
  
}

.navigation{
background: #f7a60a;
  position:relative;
} 
.nav-main ul li a {
  color:#fff;
  font-family: 'Conv_Montserrat-Regular';
}

.site-nav li:active,
.site-nav li:hover {
  background: #000;
}

.nav-main .site-nav li a{margin: 0;
    font-family: 'Conv_Montserrat-Regular';
    padding: 17.7px 17px;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
}

@-moz-document url-prefix() { 
  .nav-main .site-nav li a {
    padding: 17.9px 17px;
  }
}


.nav-main .site-nav li a:hover {
  color:#fff;
  opacity:1 !important;
  display:block;
}

.pro p .fa {font-family: 'FontAwesome';}

.foo-link .site-footer__linklist{margin-top:0;}

.foo-link ul li a { 
  font-size:14px;
  color: #afafaf;
  text-transform:capitalize;
}

.foo-link ul li a:hover {
  color: #fff;
  opacity: 1;
}

.foo-link ul span.partition-foot-links{
  color:#f7a60a;
  font-size:14px;
  font-family: 'Conv_Montserrat-Regular';
  padding:0 7px;
}

.foo-link ul span.partition-foot-links:last-child{display:none;}

.footer-nav-img {
  background:#000;
  padding:10px 0;
}

.pay-power {
  background:#131313;
  padding:40px 0;
}

.site-footer {margin-bottom:0;}

.pay-power .pay{text-align:center;}

.vol{
  text-align:center;
  padding-top:20px;
}

.pay-power .site-footer__copyright small{margin-top:0;
  font-size:14px;
  font-family: 'Conv_Montserrat-Regular';
  color:#707070;
  text-transform:capitalize;
  padding:0;
}

.pay-power .site-footer__copyright{margin:20px 0 0 0;}

.pay-power .site-footer__copyright a{  color:#707070;}

.site-footer{border-top:solid 15px #f7a60a;}

.foo-link ul li {
  padding: 0 0 10px !important;
}

.site-footer .page-width{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px !important;
}
#shopify-section-1485933828688 {
  display:inline-block;
  vertical-align: top;
}


.home-right{
  float:right;
  width:74.4%;
  padding:15px 0 0 0;
}

.main-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 40px !important;
  overflow:hidden;
}

.home-right .index-section{
  margin-top:0;
  padding-bottom:0;
  padding-top:0;
}
.home-right #shopify-section-1486031227346{height:343px;}

.home-right .slideshow{max-height:343px;}

.home-right .slideshow .slideshow__text-content span{
    font-size:36px;
    font-family: 'Conv_Montserrat-Bold';
    text-align: left;
    max-width:100%;
    padding:30px 20px 0 20px;
  line-height:normal;
  word-wrap:break-word;
  white-space:pre-line;
}
.home-right .slideshow .slick-dots{
  left: auto;
  right: 1%;
}
.slick-slider .slick-dots li button:before {
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button:before {
  color:#f7a60a;
}
.call {
  margin:0;
}
.pnmehm .sublist {
  display:none;
}
.special {
  background: #f7a60a;
  padding: 10px 10px 30px 15px;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
}
.special p {    
  font-size: 28px;
  font-family: 'Conv_Montserrat-Black';
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin:0;
  padding: 10px 0 30px;
  line-height:normal;
}
.special a {
  font-size: 18px;
  font-family: 'Conv_Montserrat-Bold';
  padding: 0 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #e41b23;
  display: inline-block;
}
.special a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.home-right .collection-grid {
  margin-bottom: 0;
}
.collection-grid{margin-top:10px;}
.home-right .collection-grid a:hover {
  opacity: 1;
}
.home-right .collection-grid a .collection-grid-item__title-wrapper:before {
  background: #000 !important;
  opacity: 0.55;
  transition: all 300ms ease;
  -webkit-transition:  all 300ms ease;
  -moz-transition: all 300ms ease;
  width: 90%;
  height: 80%;
  margin: auto;
  border: 1px solid #fff;

}
.side-bar .heading-img{
margin-top:8%;

}
.home-right .collection-grid a:hover .collection-grid-item__title-wrapper:before {
  opacity: 0.15;
  width: 100%;
  height: 100%;
}
.index-section .page-width{
max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px !important;
}

#shopify-section-1486112579516 .collection-grid .grid__item{
  padding-left:0;
clear:none;
}

#shopify-section-1486112579516 .collection-grid .grid__item .collection-grid-item__link{border: 1px solid #DFDFDF;
margin:1%;}

#shopify-section-1486112579516 .collection-grid .grid__item .collection-grid-item__link .collection-grid-item__title-wrapper::before{background:transparent;}
#shopify-section-1486112579516 .collection-grid .grid__item:last-child h3 {
       background: #f7a60a;
    display: inline-block;
    width: 185px;
    margin: auto !important;
    left: 0;
    right: 0;
    padding: 8px 17px;
}
.darkHeader{
position:fixed;
  z-index:999;
  width:100%;
  top:0;
  left:0;
  right:0;
}
#shopify-section-1486112579516 .collection-grid .grid--uniform{    background: #fff;
    padding: 13px 0 !important;
    margin:auto;
}
.collection-grid-item {max-height:160px;
padding-bottom:160px;
  margin-bottom:0;
}
.collection-grid-item:nth-child(4){width:380px;}

.collection-grid-item__title{
font-size:18px;
   	font-family: 'Conv_Montserrat-Bold';
  text-transform:uppercase;
  padding:0 40px;
  margin:0 !important;
}

#shopify-section-1486112658603 .custom-content{margin:0;}

.custom-content .custom__item {
  margin:0;
  padding:0;
}

.custom-content .custom__item .custom__item-inner .medium-up--text-left .rte-setting {
  float:right;
  width: 75%;
  vertical-align: middle;
  position:relative;
}

.custom-content .custom__item .custom__item-inner .medium-up--text-left .rte-setting p {
  font-size: 15px;
  font-family: 'Conv_Montserrat-Light';
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.custom-content .custom__item .custom__item-inner .medium-up--text-left .rte-setting a {
  color: #fff;
}

.custom-content .custom__item .custom__item-inner .medium-up--text-left .h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.section-header .h2 {
  text-align:left;
}

.head-about{
float:left;
  vertical-align: top;
      padding:0;
  width:25%;
}

.head-about .h2 {
  padding:0 0 15px 0;
  margin: 0;
  font-size:24px;
  font-family: 'Conv_Montserrat-Black';
  letter-spacing: normal;
  text-transform: uppercase;
  color:#f7a60a;
  font-weight: normal;
}

.head-about .section-header{
margin-bottom:0;
}

.custom-content .custom__item .custom__item-inner .medium-up--text-left{
      padding:60px 13px 45px 13px;
      background: #fff;
  overflow:hidden;

}

#shopify-section-1486112629466 .section-header h2{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: normal;
  font-family: 'Conv_Montserrat-Black';
  margin:0 0 15px 0;
      color: #f7a60a;
}

#shopify-section-1486112629466 .section-header{margin-bottom:0;}

#shopify-section-1486112629466 .grid .grid__item{margin-left: 18px;
padding:0;
width:31.8%;}

#shopify-section-1486112629466 .grid .grid__item:nth-child(3n+1){margin-left:0;}

#shopify-section-1486112629466 .grid.grid--uniform.grid--view-items{
margin:auto;
  overflow: visible;
}

.product-detail-main .imgd{min-height:200px;overflow: hidden;}

.grid-view-item__image{margin:0;
width:100%;}

 .grid .grid__item .grid-view-item{background:#fff;
 box-shadow: 0 0 5px #dcdbdb;
 -webkit-box-shadow: 0 0 5px #dcdbdb;
 -moz-box-shadow: 0 0 5px #dcdbdb;
 -o-box-shadow: 0 0 5px #dcdbdb;
 -ms-box-shadow: 0 0 5px #dcdbdb;}

 .grid .grid__item .grid-view-item .grid-view-item__title{font-size: 14px;
    padding: 30px 25px 10px 25px;
    text-align: center;
    min-height:92px;
   text-transform:capitalize;
   color:#000;
   font-weight:normal;
}

 .grid .grid__item .grid-view-item .grid-view-item__meta{
    text-align: center;
  margin-top:0;
      padding-bottom: 20px;
}

 .grid .grid__item .grid-view-item .grid-view-item__meta .product-price__price{
   text-align: center;
   font-size: 16px;
   color:#909090;
   padding:0;
   font-weight: normal;
}

.grid .grid__item .grid-view-item .grid-view-item__meta .product-price__sale,
.grid .grid__item .grid-view-item .grid-view-item__meta span.product-price__price {
   color: #f7a60a;
   font-family: 'Conv_Montserrat-Bold';
   font-size:20px;
   text-transform:capitalize;
   padding: 0;
}
.product-price__sale .product-price__sale-label {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.grid .grid__item .grid-view-item .cart {
  width: 177px;
  text-align: center;
  margin: auto;
  padding-bottom: 25px;
}

.border {
  border:3px solid #f7a60a;
  margin:12px 0;
  width: 100%;
}

.grid .grid__item .grid-view-item .cart .product-form__item {
  padding:0;
  margin:0;
}

.grid .grid__item .cart .btn{ 
  background-color: #fff;
  color: #000;
  border: 1px solid #f7a60a;
  text-align: center;
  opacity:1;
  border-radius:5px;
  width:177px;
  height:48px;
  padding:0 0 0 25px;
  font-size: 18px;
  font-family: 'Conv_Montserrat-Bold';
  text-transform: capitalize;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0;
  cursor:pointer;
  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;
  background-image:url("cart-y.png");
  background-repeat:no-repeat;
  background-position:center left 20px;   
}

.grid .grid__item .cart .btn:hover {
  background-color: #f7a60a;
  border-color: #f7a60a;
  background-image:url("cart-w.png");
  color: #fff !important;
}

.grid .grid__item .cart .btn img {
  display:inline-block;
  vertical-align:middle;
}


  .grid{
padding:0 !important;
}

.site-footer{margin:0;}

.side-bar .collection-list{overflow:hidden;}

.side-bar .collection-list .pnmehm{
  margin-bottom: 5px;
    
}


.side-bar{
    padding-top: 15px;
  width:260px;
  margin:0 20px 0 0;
}

.togg{position:relative;
cursor:pointer;}

.togg > a{ 
  background: #f7a60a;
  vertical-align: middle;
  font-size:16px;
  padding: 10px;
  display: block;
  color:#fff;
  font-weight: 600;
  text-transform:uppercase;
  cursor:pointer;
  pointer-events:none;
  background-image:url("//cdn.shopify.com/s/files/1/1749/0017/t/1/assets/arrow.png?14630002045539893666");
  background-position:right 10px center;
  background-repeat:no-repeat;
}

.togg img{  vertical-align: middle;
    float: right;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}


.pnmehm .sublist {background: #fff;}

.pnmehm:first-child .sublist{display:block;}

.pnmehm .sub{ border-bottom: 1px solid #eeeeee;
    padding: 10px;
   line-height:normal;}

.pnmehm .sub:last-child{border-bottom:none;}

.pnmehm .sub a {
  font-size:14px;
  color:#000;
  font-family: 'Conv_Montserrat-Light';
  text-transform:capitalize;
}
.pnmehm .sub a:hover {
  color:#f7a60a;
}
.news {
  background:#000;
  overflow: hidden;
  padding:10px;
  margin:10px 0 20px 0;
  display:none;
}

.news .medium-up--one-half {
  width:100%;
  border: 1px solid #fff;
  padding: 25px 10px 20px 10px;
}
.news .h4{
  font-size:17px;
  color: #fff;
  text-align: center;
}

.news .site-footer__newsletter{
  margin:0;
  padding:0px;
}
.news .site-footer__newsletter .input-group .input-group__btn{
  display:block;
  width:100%;
  margin:15px 0 0 0;
}

.news .site-footer__newsletter .input-group .input-group__field{display:block;
width:100%;
  border-radius:0;
  height:40px;
  padding:5px 15px;
  line-height:normal;
  font-family: 'Conv_Montserrat-Light';
font-size:14px;
color:#2d2d2d;}


.news .site-footer__newsletter .input-group input::-webkit-input-placeholder {
 font-family: 'Conv_Montserrat-Light';
font-size:14px;
color:#2d2d2d !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
 font-family: 'Conv_Montserrat-Light';
font-size:14px;
color:#2d2d2d !important;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
 font-family: 'Conv_Montserrat-Light';
font-size:14px;
color:#2d2d2d !important;
}
 
input:-ms-input-placeholder {  
 font-family: 'Conv_Montserrat-Light';
font-size:14px;
color:#2d2d2d !important;
}


.news .site-footer__newsletter .input-group .input-group__btn .newsletter__submit {
  width:100%;
  background:#fff;
  height: 40px;
  color: #f7a60a;;
  opacity: 1;
  text-transform: uppercase;
  font-family: 'Conv_Montserrat-Bold';
  font-size: 16px;
  border-radius: 0;
}
.news .site-footer__newsletter .input-group .input-group__btn .newsletter__submit:hover {
  background: #f7a60a;
  color: #fff !important;
  border:1px solid#f7a60a;
}
.callus {
  margin-top:25px;
  padding:20px 20px 33px 20px;
  background-repeat: no-repeat;
  background-image:url("call-us.jpg");
  background-size: cover;
  background-position: center;
}
.contact {
    line-height: normal;
}
.call-img{
  overflow: hidden;
}
.imgph{
  display:inline-block;
  float:right;
  line-height:0 !important;
  margin:0 10px 0 0;
}
.text .contact p {
  font-size:30px;
  font-family: 'Conv_Montserrat-Bold';
  color:#f7a60a; !important;
  margin:0;
  letter-spacing: 1.8px;
  text-shadow: 1px -2px 1px rgba(0, 0, 0, 0.7);
}

.text .contact a:last-child p{letter-spacing: 0.4px;}

.text .call {
  font-size: 26px;
  font-family: 'Conv_Montserrat-Bold';
  color: #f7a60a;!important;
  display: inline-block;
  text-transform: uppercase;
  margin: 18px 0 0 0;
}
.callus .text .supp {
  color:#f7a60a;
  font-size:18px;
  font-family: 'Conv_Montserrat-Bold';
}
.time-add{
background-image:url("//cdn.shopify.com/s/files/1/1749/0017/t/1/assets/addresss.png?13714088102822461845");
  background-repeat: no-repeat;
  padding:30px 20px;
  margin:25px 0 0 0;
}
.time-add .time-address p{
font-size:15px;
  color:#fff;
  font-family: 'Conv_Montserrat-Regular';
line-height:18px;
  margin:0 0 27px 0;
}

.time-add .time-address p:last-child{margin:0;}

.time-add .time-address h6{
font-size:19px;
  color:#fff;
   font-family: 'Conv_Montserrat-Bold';
  margin:0;
  text-transform:capitalize;
}

.face {
  text-align: center;
  margin-top: 25px;
}

.shop-title {
    display: inline-block;
    vertical-align: top;

}
.shop-img {
  display: inline-block;
  vertical-align: middle;

}
.shop-title .site-header__cart-count span {
  color: #000;
  text-align: center;
}

.collection-list .pnmehm .sublist:nth-child(1) {
  display:block;
}


/* collection all css */

.breadcrumbs {
  margin: 0 0px 20px 0;
  background: #000;
  padding: 10px;
  color: #000;
  text-align: center;
}

.breadcrumbs a, .breadcrumbs span {
  font-family: 'Conv_Montserrat-Regular';
  font-size:15px;
  text-transform:capitalize;
  color: #fff;
}

.template-collection .page-container > .main-content {
  max-width: 100%;
  padding: 0 !important;
}

.template-collection .collection-header .collection-hero { margin:0 !important; }

.template-collection .collection-header .collection-hero .collection-hero__image {
  min-height:200px;
  height:100%;
}

.template-collection .collection-hero__title{
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: 35px;
}

.template-list-collections .main-content .page-width .section-header { margin:20px 0; }

.template-list-collections .main-content .page-width .section-header h1 { margin:0; }

#Collection .side-coll {
  display: inline-block;
}


#Collection {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px !important;
  margin-bottom:55px;
}

.collection-right_bx{
  float: right;
    width: 74.4%;
   display: inline-block;
padding:15px 0 0 0 !important;}

.side-coll .side-collection .collection-list .pnmehm{
margin-bottom:15px;
}





.collection-header .section-header h1{
   font-size:30px;
   font-family: 'Conv_Montserrat-Bold';
  
}

.collection-right_bx .filter-by
{
background-color:transparent;
  margin-left: 20px;

}

.collection-right_bx .filters-toolbar-wrapper{
  border: 1px solid #ddd;
}

option{
background-color:f7f6f6;
}

.rit-coll {
margin:auto;
}

.collection-right_bx .rit-coll .grid__item {
    margin-left: 18px;
    padding: 0;
    width: 31.8%;
}

.collection-right_bx .rit-coll .grid__item:nth-child(3n+1) {
    margin-left: 0;
}

.rit-coll .grid__item{padding-right:10px;}

.cart .product-form__item .btn .fa-shopping-cart:before{
color:#444444;
  font-size:20px;
}

.filters-toolbar .pagination {padding: 0;}

.filters-toolbar .filters-toolbar__item label{
display:inline-block;
}
.filters-toolbar .filters-toolbar__input  {
background-color:transparent;
  height:40px;
}
.collection-right_b .sort-by{
margin-left:0;
}

.filters-toolbar .filters-toolbar__item .sel-option{
border:1px solid #d9d9d9;
  margin: 9px 15px;
}

.filters-toolbar .filters-toolbar__item .sel-option option{padding:0;}

.collection-grid .grid__item.small--one-half.medium-up--one-third:nth-child(4),
.collection-grid .grid__item.small--one-half.medium-up--one-third:nth-child(5) {
  width:50%;
}

.collection-right_bx .filters-toolbar-wrapper { margin-bottom: 20px; }

#shopify-section-product-template{
  margin-top:55px;
  margin-bottom:55px;
}
.collection-hero__title{
  font-family: 'Conv_Montserrat-Bold';
}
.collection-header .section-header-bann {
  background-image:url("//cdn.shopify.com/s/files/1/1749/0017/t/1/assets/Sell.png?17315298162677200549");
  text-align: center;
  height: 250px;
  position: relative;
}

.section-header-bann h1 {
  color:#fff;
  font-family: 'Conv_Montserrat-Bold';
  position: absolute;
  left: 0;
  right: 0;    
  top: 0;   
  bottom: 0;
  margin: auto;
  height: 40px;
}


.filters-toolbar__input--sort{
  margin-right:0 !important;

}



/* product page css */


#shopify-section-product-template{margin:0;}

#shopify-section-product-template .product-single .product-single__photos .product-single__photo{border: 1px solid #e8e9eb;
    margin-bottom: 10px;
    min-height: 400px;
    padding: 65px 0;}

#shopify-section-product-template .product-single .product-single__photos .thumbnails-wrapper{text-align:center;}

#shopify-section-product-template .product-single .product-single__photos .thumbnails-wrapper .product-single__thumbnails{margin:0;
padding:0;}

#shopify-section-product-template .product-single .product-single__photos .thumbnails-wrapper .product-single__thumbnails li{float:none;
display:inline-block;
padding:0;
margin:0 0 0 10px;}

#shopify-section-product-template .product-single .product-single__photos .thumbnails-wrapper .product-single__thumbnails li:first-child{margin:0;}

#shopify-section-product-template .product-single .product-single__photos .thumbnails-wrapper .product-single__thumbnails li .product-single__thumbnail{margin:0;
border:1px solid #e8e9eb;
padding:10px;
min-height:170px;
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-single__title{
  font-family: 'Conv_Montserrat-Black';
  font-size: 28px;
  color: #000;
  line-height:normal; 
  margin:0 0 0 0;
  font-weight: normal;
}

.main-cart-price{overflow:hidden;}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-single__price {
  padding: 0;
  margin: 0;
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form{display:block;}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-single__price #ProductPrice-product-template{
  font-family: 'Conv_Montserrat-Bold';
  font-size:30px;
  color:#f7a60a;
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form {
  border-bottom: 1px solid #ddd;
  margin:0 0 20px 0;
  padding: 0 0 20px 0;
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item{
    flex: inherit;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item label {
  display:inline-block;
  vertical-align:middle;
  margin:0;
  font-family: 'Conv_Montserrat-Regular';
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item input {
  display:inline-block;
  vertical-align:middle;
  width:80px;
  font-family: 'Conv_Montserrat-Regular';
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit {
  margin:0 0 0 50px;
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit button {
    background-color: transparent;
    color: #000;
    border: 1px solid #f7a60a;
    text-align: center;
    opacity: 1;
    border-radius: 5px;
    width: 177px;
    height: 48px;
    padding: 0;
  	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;
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit button:hover {
  background:#f7a60a;
  border-color:#f7a60a;
  color: #fff;
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit button img {
  vertical-align: middle;
  display: inline-block;
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit button span{    font-size: 18px;
    font-family: 'Conv_Montserrat-Bold';
    color: #000;
    text-transform: capitalize;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin: 0 0 0 5px;
}
#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit button:hover span {
  color: #fff;
}
#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit button .hover,
#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit button:hover img {
  display: none;
}
#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit button:hover .hover {
  display: inline-block;
}
#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-single__description{margin:0 0 20px 0;
border-bottom:1px solid #ddd;
  padding:0 0 20px 0;
}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-single__description > span{display:block;
font-family: 'Conv_Montserrat-Regular';
color:#000;}

#shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-single__description p{
font-family: 'Conv_Montserrat-Light';
  margin:10px 0 0 0;
  color:#000;
}

.product-description-tab{margin:50px 0 0 0;}

.product-description-tab .tabs li {
  display:inline-block;
  background: #fff;
  position: relative;
}

.product-description-tab .tabs li a {
  font-family: 'Conv_Montserrat-Bold';
  color:#000;
  text-transform:uppercase;
  padding: 10px 15px;
  display: block;
}

.product-description-tab .tabs li a.active,
.product-description-tab .tabs li a:hover {
  background: #f7a60a;
  color: #fff;
  opacity: 1;
}

.product-description-tab div .product_description{
  background:#fff;
  padding:20px;
  border: solid 1px #000;
}

.product-description-tab div .product_description span {
  display:inline;
  font-family: 'Conv_Montserrat-Regular';
  color: #000;
}

.product-description-tab div .product_description p {
      font-family: 'Conv_Montserrat-Light' !important;
    margin: 10px 0 0 0 !important;
    color: #000;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

#shopify-section-related-product{margin:0 0 50px 0;}


/* product page css end */

.template-page .description .help { margin:0 0 20px 0; }

.template-page .description .help h3 { margin:0 0 20px 0; }

.contact-form .btn{
  font-size: 18px;
  font-family: 'Conv_Montserrat-Bold';
  width: 137px;
  height: 47px;
  background:#f7a60a ;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  text-transform: uppercase;
  float: none;
  color: #000;
  margin: 0 auto 20px;
  display: block;
}

.contact-form .captcha input {
  background:#fff;
  width:100px;
  display:inline-block;
}

.product-single__meta .social-sharing .share-pinterest { display:none; }

.act-office .office-time span { display: none; }

.grid--flush-bottom .medium-up--one-third { width: 100%; }

.bannewe {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bannewe > img { 
  width: 100%;
}

.custom-content #bannsedw .custom__item.one-whole.align--top-middle {
  background: rgba(0, 0, 0, 0.7);
}

.custom-content .custom__item .custom__item-inner .medium-up--text-left { background: none; }

.swatch.clearfix .swatch-element.color label {
  width: 30px !important;
  height: 30px !important;
}

.clr-itm { display: none !important; }

.product-form-product-template .product-form__item:nth-child(1) { display: none !important; }

.veds {
  font-size: 18px;
  color: #2c2c2c;
  line-height: normal;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  display: block;
}

.imgd.image.asdws { text-align: center; }

.product-single {
      position: relative;
}

.product-single  .grid-product__on-sale{
   top:0;
   left:0;
}


/* swetches css start */


/* 
   Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin: 0 0 10px; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  float: left;
  min-width: 40px; 
  height: 40px;
  margin: 0;
  border: #f7a60a 1px solid;
  background-color: transparent;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #f7a60a;
  font-family: 'open sans';
  font-weight: 300;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }

.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;
  color: #fff;
  background: #f7a60a;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  margin:0px 10px 10px 0;
  position:relative;
}


/* 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 */
  color:#000;
  border:1px solid #000;
  cursor: no-drop;
}


/* Tooltips */

.swatch .tooltip {
  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;
}


/* swatches end  */

.btn{
  background-color: #f7a60a;
  color:#fff;
}
.gallery.btn{
  background-color: #f7a60a;

}
.gallery .image img {
 max-width:100%;
  
}
.gallery .grid{
margin:0;
}
.gallery .product-detail-main{
overflow:hidden;
border-bottom: 1px solid#eee;
}
.template-index .side-link.blogsarticle .gallery .product-detail-main{
text-align:center;
}
.gallery .grid-view-item{
margin:0;

}
.gallery input[type="submit"]{
font-size:11px;
  background:none;
  color: #f7a60a;
  padding:0;
border:none;
}
.gallery .imgd.image.asdws.sale{
min-height: auto;;
      margin: 0 5px;
}
.gallery .grid-view-item__title{
font-size: 11px;
    text-align:center;
  padding-top:20px;

}
.gallery .btn:hover{
    border:0;
background-color: inherit;
  padding:0;
    line-height:normal;
      background: inherit;
}

.gallery .grid-view-item__meta{
font-size: 11px;
  margin:0;
}
.image img {
  max-width: 75%;
  margin: auto;
  transition: all 0.3s linear 0s;
  -webkit-transition:  all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  max-height:200px;
  width:auto;
}
.testimonials {
  margin: 25px 0;
}

.remove-tag .column {
    float: left;
    width: 16%;
    border-radius: 3px;
    height: 45px;
    line-height: 42px;
    margin: 0 16px 10px 0;
    padding: 0 15px;
    position: relative;
    border: 1px solid #dedede;
  	cursor: pointer;
}
.remove-tag .column .filter_title span {
    font-size: 16px;
  	display: block;
  	position: relative;
}
.remove-tag .column .filter_title span:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    padding-left: 10px;
  	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.remove-tag .advanced-filter {
    visibility: hidden;
    left: 0;
    margin-top: -2px;
    border: 1px solid #dedede;
    padding-top: 0;
    box-shadow: 0 0 2px 0 #dedede;
    width: 100%;
    position: absolute;
    padding-left: 20px;
    z-index: 999;
    background: #fff;
	opacity: 0;
	transition: all 0.3s linear 0s;
	  -webkit-transition:  all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;

}
.remove-tag .column:hover .advanced-filter {
    visibility: visible;
  	opacity: 1;
}
.remove-tag .advanced-filter ul li {
    padding: 5px 0;
    line-height: normal;
}
.remove-tag input[type="checkbox"] {
    width: 18px;
    height: 18px;
    padding: 0px;
    vertical-align: middle;
    box-shadow: 0 0 2px 0 #dedede;
}
.remove-tag .advanced-filter ul span {
    vertical-align: middle;
    line-height: normal;
    padding-left: 10px;
    font-size: 16px;
}
.remove-tag input.checkbox:checked,
.remove-tag input.checkbox:checked + span,
.remove-tag input.checkbox:hover,
.remove-tag .advanced-filter ul li:hover input.checkbox + span {
    color: #f7a60a;
  	border-color: #f7a60a;
}
#ProductSection-product-template {
  	padding-top: 20px;
}

.side-bar .owl-theme .owl-dots .owl-dot.active span,
.side-bar .owl-theme .owl-dots .owl-dot:hover span {
    background: #f7a60a;
}

.side-bar .testimonials .thumb {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
    margin: 10px auto;
}
.side-bar .testimonials .thumb img {
    width: auto;
    max-width: none;
}
.side-bar .testimonials .rte-setting p {
  font-size: 16px;
}

#Collection .grid--view-items {
  overflow: initial;
}

.pri-sve {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.swatch .color label {
  border: none;
}

.footer-nav-img h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}

footer .foo-link.medium-up--one-quarter {
  padding: 40px 15px 40px 0;
  width: 17%;
}

footer .foo-link.blogsarticle,
footer .foo-link.newsletter {
  float: left;
  padding: 40px 15px 40px 0;
  width: 33%;
}

footer .foo-link.newsletter {
  padding-right: 0;
}

footer .foo-link.newsletter .site-footer__newsletter {
  margin-top: 0;
  padding-bottom: 30px;
}

.blogsarticle .post.row {
  overflow: hidden;
  margin-bottom: 20px;
}
.blogsarticle .post.row:last-child {
  margin-bottom: 20px;
}

.blogsarticle .article-time {
  float: left;
  padding-right: 5%;
  text-align: center;  
  color: #fff;
}

.blogsarticle .article-time time {
  padding: 6px 20px;
  background: #f7a60a;
  display: block;
  max-width: 72px;
}

.blogsarticle .article-time time span {
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-family: 'open sans';
  padding-bottom: 4px;
  font-weight: normal;
}

.blogsarticle .article-time time span + span {
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 0px;
  font-weight: 300;
}

.blogsarticle .article-time time span + span + span {
  font-size: 13px;
  line-height: 20px;
}

.blogsarticle .article-body h2 {
  color: #f7a60a;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 5px;
  line-height: 20px;
}

.blogsarticle .article-body h2:hover a:hover {
  color: #fff;
  opacity: 1;
}

.blogsarticle .article-body p {
  color: #afafaf;
  font-size: 14px;
}

footer .newsletter label.h4 {
  font-size: 15px;
  font-weight: normal;
  color: #afafaf;
  margin-bottom: 8px;
}

.foo-link.newsletter .site-footer__social-icons {
  margin-top: 0;
}

.newsletter_form .btn {
  vertical-align: top;
  color: #fff;
}

.newsletter_form .btn:hover {
  background: #fff;
  color:#f7a60a ;
  opacity: 1;
}

.footer-logo img { 
  max-width: 100%;
  width: auto;
}

.footer_below > .grid__item {
  padding-right: 15px;
  padding-left: 15px;
}

.footer_below h3 {
  margin-bottom: 10px;
}

.footer_below p {
  font-size: 14px;
  color: #afafaf;
}

.footer_below .contact-us {
  display: table;
  
}

.footer_below .contact-us span:before {
  content: url('footer-contact1.png');
  display: block;
  padding-right: 15px;
  
}

.footer_below .contact-us .text_bx,
.footer_below .contact-us span {
  display: table-cell;
  vertical-align: top;
}

.footer_below .contact-us span {
  padding-right: 4%;
}

.footer_below .contact-us p {
  margin-bottom: 0;
  line-height: 24px;
}

.site-footer .site-footer__copyright-content {
  padding-right:0;
}

.site-footer__copyright-content a {
  color: #f7a60a;;
}

.site-footer .page-width.copyright-footer {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  text-align: center;
}

.copyright-footer .policy-links {
  font-size: 12px;
  padding-top: 5px;
}

.copyright-footer .policy-links a {
  color: #afafaf;
}

.copyright-footer .policy-links a:hover {
  text-decoration:underline;
}

#tab-2 .product_review {
  border: 1px solid #000;
}
.product-featured-img{
max-width:340px;
}

/* ===============================================
// Reveal module
// =============================================== */

.reveal .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  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;  
}
.reveal:hover .hidden { 
  z-index: 100000;
  opacity: 1;    
}
.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;
}

/* add cart to page css start */

.shopify-section .cart tr {
  border-bottom:1px solid#000;
  padding: 36px 14px !important;
}

.cart__footer {
  padding-top:0;
}

.cart__footer input[type="submit"]{
  color:#fff;
}

.small--hide a {
  background:none;
  color:#000;
  padding:0;
  border:none;
}

.small--hide a:hover {
  border:none;
  background:none;
  padding:0;
  opacity:5;
}

.social-sharing a {
  background:none;
  color:#000;
  padding:0;
  border:none;
}
.social-sharing :hover {
  border:none;
  background:none;
  padding:0;
  opacity:5;
  color:#000;
}

.shopify-section .cart th {
  color: #f7a60a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight:800 !important;
  background:none;
}
.product-detail-main .imgd img + img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
  }
  .product-detail-main .imgd {
    position: relative;
  }
  
  .product-detail-main .imgd:hover img.first {
    opacity: 0;
  }
  .product-detail-main .imgd:hover img.second {
    opacity:1;
    z-index: 99;
  }

.template-article .rte > div > div, .template-article .rte p {width:100%;
  display:block;}

.lb-nav a.lb-prev {background:url("//cdn.shopify.com/s/files/1/2129/9429/t/2/assets/left-arrow.png?9153810794960975757");}

.lb-nav a.lb-next {background:url("//cdn.shopify.com/s/files/1/2129/9429/t/2/assets/right_arrow.png?788965211510936690");}

/* add cart to page css end */


/* blog page popup */

.template-article #lightbox .lb-container .lb-nav a.lb-next{background: url("fancy-right.png");
  margin-left:15px;
  background-position:right 48%;
  background-repeat:no-repeat;
  opacity: 1;
  width:20px;
  background-size:contain;} 

.template-article #lightbox .lb-container .lb-nav a.lb-prev{
 background: url("fancy-left.png");
  background-position:right 48%;
  background-repeat:no-repeat;
  opacity: 1; 
  width: 20px;
  background-size: contain;
  margin-left: 15px;}  

.template-article #lightbox .lb-container .lb-loader{    display: inline-block !important;
    background: rgb(248, 248, 248);
    width: 36%;
    border-bottom-right-radius: 5px;
   position: relative;
    top: auto;
    left: auto;
    height: 40px;
    text-align: right;
    line-height: 0;
    right: 0;
    bottom: 0;
    z-index: 99;}

.template-article .lightbox{
  position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
    height: 400px;
    vertical-align: middle;
}
.template-article .lightbox .lb-image{
     max-width: inherit;
    max-height: none;
    border: 13px solid #f8f8f8;
    width: 100% !important;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:0 !important;
}
.template-article .lb-container .lb-nav{
    pointer-events: auto;
    background: rgb(248, 248, 248);
    position: relative;
    bottom: 0px;
    height: 40px;
    top: auto;
    border-bottom-left-radius: 5px;
    width: 64%;
    display: inline-block !important;
    padding-bottom: 13px;
}
.template-article .lb-nav a.lb-next{
      width: 24%;
      float: left;
}
.template-article #lightbox .lb-container .lb-loader .lb-cancel{background-size: contain;
    cursor: pointer;
    height: 26px;
    margin-top: 2px;
      position: relative;
    bottom: 0;
    right: 13px;
    background: url("fancy-close.png") no-repeat;
    left: auto;
    margin: auto;
    float: right;
    top: auto;
    width: 26px;
    
}

.template-article .lb-dataContainer {bottom:-40px;
	position:relative;}

.template-article .lb-data .lb-number {font-size: 16px;
  color: #f8f8f8;}

body:after {content:"";
	display:none !important;}

/* blog page popup ends */

#AccessibleNav #SiteNav li.site-nav--has-dropdown:hover .site-nav__dropdown {display:block;}

#AccessibleNav #SiteNav li.site-nav--has-dropdown .site-nav__dropdown a {padding:7px 12px;}

#AccessibleNav #SiteNav li.site-nav--has-dropdown .site-nav__dropdown a:after {display:none;}

.page-width.home-brand-section .brands_collections .brands_icons{text-align: center;}


#shopify-section-1486112658603 .table .table-heading h2 {text-align: left;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: normal;
    font-family: 'Conv_Montserrat-Black';
    margin: 0 0 15px 0;
    color: #f7a60a;}

#shopify-section-1486112658603 .table-store .table tr {border:1px solid #d1d1d1;}

#shopify-section-1486112658603 .table-store .table tr:nth-of-type(2n+2) {background: #f7f7f7;}

#shopify-section-1486112658603 .table-store .table th {border-right: 1px solid #d1d1d1;}

#shopify-section-1486112658603 .table-store .table tr:nth-of-type(1) th {background: #f7a60a;
  color: #fff;
  border:none;}

#shopify-section-1486112658603 .table-store .table tr:nth-of-type(1) th strong {font-size:16px;}

#shopify-section-1486112658603 .table-store .table th strong {font-size:14px;}

#shopify-section-1486112658603 .table-store td:nth-child(even), #shopify-section-1486112658603 th:nth-child(even) {background:none;}

#shopify-section-1486112658603 .table-store .table td {font-size:16px;}

#shopify-section-1486112658603 .table-store .table td:last-child {border-left:1px solid #d1d1d1;} 



.newsletter_pop {position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  	display:none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.6);}

.newsletter_pop #mc_embed_signup {position: absolute;
    width: 750px;
    min-height: 400px;
    background: #ededed;
  	background:#fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%); 
  	-o-transform: translate(-50%, -50%); 
  	-webkit-transform: translate(-50%, -50%); 
  	-ms-transform: translate(-50%, -50%);}

.newsletter_pop .newsletter_img {width: 40%;
    display: inline-block;
    vertical-align: middle;}

.newsletter_pop form#mc-embedded-subscribe-form {display: block;
  	width: 55%;
    text-align: center;
    vertical-align: middle;
    padding: 4.58%;
    display: inline-block;
    opacity: 1;}

.newsletter_pop h2 {padding: 0 0 20px 0;
    margin: auto;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: uppercase;
  	letter-spacing: 0.4px;
    color: #f7a60a;}

.newsletter_pop .bc_popup_close {display: block;
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    top: .2rem;
    right: .2rem;
    font-size: 1.5rem;
    font-weight: 100;
    text-align: center;
    line-height: 2.5rem;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-backface-visibility: hidden;
	font-size: 24px;
    font-weight: normal;
  	cursor: pointer;
    font-family: Conv_Montserrat-Light;}

.newsletter_pop img {display:block;
	max-height:400px;}

.newsletter_pop .bc_popup_close:hover {color: #f7a60a;}

.newsletter_pop .indicates-required {display:none;}

.newsletter_pop .mc-field-group {text-align:left;}

.newsletter_pop  label[for] {font-size: 14px;
    color: #3d4246;
    font-family: "Work Sans","HelveticaNeue","Helvetica Neue",sans-serif;}

.newsletter_pop input[type="text"] {width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
	font-size: 16px;
    color: #3d4246;
    text-transform: capitalize;}

.newsletter_pop input[type="email"] {width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #3d4246;
    text-align: center;
  	font-weight:600;
    text-transform: none;}

.newsletter_pop input[type="email"]::-webkit-input-placeholder {color:#909090 !important;
	font-weight:normal !important;
	font-size: 14px;}
 
.newsletter_pop input[type="email"]:-moz-placeholder {color:#909090 !important;
	font-weight:normal !important;
	font-size: 14px;}
 
.newsletter_pop input[type="email"]::-moz-placeholder {color:#909090 !important;
	font-weight:normal !important;
	font-size: 14px;}
 
.newsletter_pop input[type="email"]:-ms-input-placeholder {color:#909090 !important;
	font-weight:normal !important;
	font-size: 14px;}

.newsletter_pop [type="submit"] {font-family: Conv_Montserrat-Bold;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.12px;
    color: #000;
    border: 1px solid rgb(247, 166, 10);
    border-radius: 5px;
    padding: 12px 20px;
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
	transition:all 0.3s linear 0s;
	-moz-transition:all 0.3s linear 0s; 
	-o-transition:all 0.3s linear 0s; 
	-webkit-transition:all 0.3s linear 0s; 
	-ms-transition:all 0.3s linear 0s;}


.newsletter_pop input[type="submit"]:hover {color:#fff;
	background:rgb(247, 166, 10);}

.footer_newsletter {margin-top: 30px;}

.footer_newsletter form#mc-embedded-subscribe-form {display:block;}

.footer_newsletter .mc-field-group {display:inline-block;
	vertical-align:top;}

.footer_newsletter input[type="email"] {width: 100%;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    color: #3d4246;
    text-transform: capitalize;}

.footer_newsletter input[type="submit"] {display: inline-block;
    margin-left: -6px;
    height: 41px;
    vertical-align: top;
  	font-family: Conv_Montserrat-Bold;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.12px;
    color: #000;
    background: rgb(247, 166, 10);
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    border-color: rgb(247, 166, 10);
    border-radius: 0;}

.footer_newsletter input[type="submit"]:hover {background:#fff;
	color:rgb(247, 166, 10);}

.site-footer .footer_info_fourth.panel {display:block;}

.site-footer .footer_info_fourth form#mc-embedded-subscribe-form {display:block;}

.footer-nav-img h3.heading-img-4 {display:block;} 

/* responsive css */




@media screen and (min-width:320px) and (max-width:549px){
.template-blog .blog-blog .medium-up--five-sixths.medium-up--push-one-twelfth{
     width:100%;
    left:0;
  padding-left:0;}
  
  .newsletter_pop .newsletter_img {display:none;}
  
  .newsletter_pop form#mc-embedded-subscribe-form {width: 80% !important;
    margin: auto;
    padding: 50px 0;
  	display:block;}  
  
}

@media screen and (min-width:320px) and (max-width:767px){

  
.template-article .left-side{
width: 100% !important;
  }
  
.template-article .left-side .article__grid-image{
      float: none;
    width: 100%;
  
  }
  .site-header {padding:0;}

  .page-width {
    max-width:95%;
    padding:0 !important;
  }

  .top-bar{display:none;}
  
  .act span, .act a, .office-time p, .rit .crt a, .rit .order a p{font-size:11px;}
  
  .site-header__logo{padding:0;}
  
  .site-header__icons-wrapper {
    margin:0;
    text-align: center;
  }
  
  .site-header__icons-wrapper .site-header__search {display:none !important;}
  
  .site-header .page-width > .grid__item {
    margin:0;
    padding: 0;
    width:100%;
  }
  
  .site-header .page-width > .grid__item .call {
    padding: 13px 0px;
  }
  
  .site-header .page-width > .grid__item .site-header__cart{margin:0;}
  
  .call p {
    text-align:left;
    font-size:12px;
  }
  
  .site-header .page-width > .grid {
    display: block;
    float: none;
    margin: auto;
    max-width: 200px;
    table-layout: auto;
    vertical-align: middle;
  }
  
  .site-header__logo {
    margin: 10px 0;
  }
  
  .site-header .page-width > .grid__item .shop-crt{
    margin: 0;
    padding: 0px 0;
  }
  
  .site-header .site-header__search-toggle.btn--link {
    color: #f7a60a;
    padding: 0 6px 10px;
    display: block !important;
    position: absolute;
    right: 20px;
    top: 42%;
  }
  .site-header .js-mobile-nav-toggle {
    left: 20px;
    position: absolute;
    top: 42%;
    color:#000;
    padding: 0 6px 10px;
    display:block;
    z-index:999;
  }
  
  .navigation{display:none;}
  
  .main-content{max-width:95%;
  padding:0 !important;}
  
  .side-bar{display:none;}
  
  .home-right{width:100%;}
  .home-right .slideshow .slideshow__text-content span{font-size:13px;}
  
  .slideshow .slick-dots{bottom:10px;}
  
  .special{text-align:center;}
  
  .special p {
    font-size:17px;
    float:none;
    margin:0 20px;
  }
  
  .special a{
    display:inline-block;
    float:none;
    margin:0 20px;
  }
  
  .collection-grid-item__title{
    font-size:15px;
    padding:0 10px;
  }
  
  .head-about{ width:100%; }
  
  .custom-content .custom__item .custom__item-inner .medium-up--text-left .rte-setting{width:100%;}
  
  .custom-content .custom__item .custom__item-inner .medium-up--text-left .rte-setting a {
    bottom: 0;
    left: 0;
    position: relative;
  }
  
  #shopify-section-1486112629466 .grid .grid__item{width:46%;
  margin:0 2% !important;
  clear:none;}
  
  #shopify-section-1486112629466 .grid .grid__item:last-child{clear:left;}
  
  .grid-view-item__image{
    min-height:100%;
    width:100%;
  }
  
  .grid .grid__item .grid-view-item .cart{width:95%;}
  
  .grid .grid__item .cart .btn {
    background-position: left 10px center;
    font-size: 15px;
  }
  
  .grid .grid__item .grid-view-item .grid-view-item__title{min-height:131px;}
  
  .grid .grid__item .grid-view-item .grid-view-item__meta{min-height:82px;}
  
  .footer-logo{
    width:100%;
  text-align:center;
  }
  
  .footer-logo img{
    width:auto;
  }
  
  .foo-link{
    width:100%;
  }
  .footer_info_six {
    display:none;
  }
  .footer_info_seven {
    display:none;
  }
  .shopify-section .cart tr {
    padding:0 14px !important;
  }
  .mobile-nav-wrapper.js-menu--is-open {
    display: block !important;
  }
  .menusbar{
    display:none;
  }
  header.site-header {
    position: relative;
  }
  .site-header__cart-count,
  .site-header .site-header__cart span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
  }
  .site-header__cart-count {
    height: auto;
  }
  #shopify-section-1486112579516 .collection-grid .small--one-half {
    width: 50%;
  }
  
  #shopify-section-1486112579516 .collection-grid .grid__item.small--one-half.medium-up--one-third:nth-child(5) {
    width: 100%;
  }
  .collection-grid-item {
    max-height: 180px;
    padding-bottom: 180px;
  }
  #shopify-section-1486112579516 .collection-grid .grid__item.small--one-half.medium-up--one-third:nth-child(5) .collection-grid-item__link {
    margin-left: 0;
    margin-right: 0;
  }
  .home-right .slideshow {
    max-height: 320px;
    height: 320px;
  }

  body .imgd.image img {   
   display: block !important;
    opacity: 1;
  }
  
  
  .remove-tag .column{
  width:48% !important;
   margin: 0 0 10px 0 !important;   
  }
  #Collection .page-width{
 max-width:100% !important;
  } 
  .remove-tag .column:nth-child(2n) {
    margin-left: 3% !important;
}
  .filters-toolbar__input--sort{
	margin-right:0 !important}

.filters-toolbar{
	display:block !important;
}
.filters-toolbar__item{
 	flex: initial !important;
    text-align:center !important;
    border:1px solid #dedede;
    margin-top: 20px;
    margin-right:0 !important;

}
  .collection-right_bx .filters-toolbar-wrapper{
  
  border:none !important;
  }
  .filters-toolbar .pagination{
  border:1px solid #dedede;
  
  }
  header.site-header .shop-crt{
  display:block !important;
  }
 
.list--inline.pagination li{
  margin:0 !important;
  }
  #shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-single__title{
  font-size:22px;
  }
  
.grid__item .address-contact{
  float:none;
    width:100%;
  }
.grid__item .contact-form.form-vertical{
   width:100%;
     float:none;
  }
.template-blog .blog-blog .medium-up--five-sixths.medium-up--push-one-twelfth{
     width:100%;
    left:0;
  padding-left:0;
  
  }
  .blog-blog .grid{
  margin:0;
  }
 .template-blog h2.article__title{
  min-height:0 !important;
  }
  .three-boxes .first-box{
    margin: 50px 0;
    width: 100%;
    display: block;
  }
  .heading{
  padding:0 !important;
  }
  
.newsletter_pop #mc_embed_signup {width: 95%;
    min-height: auto;} 
  
.newsletter_pop form#mc-embedded-subscribe-form {width:58%;}  
  
  .newsletter_pop h2 {font-size:18px;}  
  
  
}





@media screen and (min-width:768px) and (max-width:1140px){

.blog-blog .medium-up--five-sixths.medium-up--push-one-twelfth{
 left: 2.666% !important;
  }
  .page-width {
    max-width:95%;
    padding:0 !important;
  }
   .site-nav--active-dropdown .site-nav__dropdown li a:after{
     
     font-size:0;
     content:"";
     display:none;
}
  .top-bar {text-align:center;}
  
  .act-office {
    float:none;
    padding:0 10px;
  }
  
  .rit {
    float:none;
    padding:0 10px;
  }
  
  .site-header {padding:0;}
  
  .site-header .page-width > .grid {width:21%;}
  
  .search-header {
    max-width: 100%;
  }
  
  .site-header .page-width > .grid__item .site-header__search {
    float:none;
    display: block;
    margin: 12px 0 20px 0;
  }
  
  .site-header .site-header__search .search__input {
    max-width: 310px;
    float: right;
    width: 100%;
  }
  
  .site-header .page-width > .grid__item .call {
    padding:0;
    margin:0 0 0 1%;
    vertical-align:middle;
  }
  
  .call p {font-size:14px;}
  
  .shop-crt {
    display:inline-block;
    margin:0 0 0 1%;
  }
  
  .site-header .page-width > .grid__item .site-header__cart { margin:0;}
  
  .navigation .page-width {
    max-width:95%;
    padding:0 !important;
  }

  .pro {
    padding-left: 13px;
    text-align: left;
  }
  
  .nav-main .site-nav li a {
    padding: 17.9px 9px;
  }
  
  #shopify-section-1485933828688 {
    float: left;
    width: 28%;
  }
  
  .side-bar {
    margin:0;
    width:100%;
  }
  
  .callus{background-size:cover;}
  
  .time-add{background-size:cover;}
  
  .news .site-footer__newsletter .input-group .input-group__field{padding:0 15px;}
  
  .home-right { width: 70%; }
  
  .home-right .slideshow {max-height: 300px;}
  
  .home-right .slideshow .slideshow__text-content span{font-size:20px;}
  
  .special{text-align:center;}
  
  .special p{float:none;
  vertical-align:middle;
  padding:0 10px;
  margin:0 0 10px 0;}
  
 .special a{float:none;
  vertical-align:middle;
 padding:0 10px;
 display:inline-block;}
  
  .collection-grid-item__title{padding:0 20px;
  font-size:15px;}
   
  .head-about{width:100%;}
  
  .custom-content .custom__item .custom__item-inner .medium-up--text-left .rte-setting{width:100%;}

  #shopify-section-1486112629466 .grid .grid__item{
    width: 50%;
    clear: none;
    margin: 0;
    padding: 0 2%;
  }
  
  .product-detail-main .imgd{min-height:208px;}
  
  .grid .grid__item .grid-view-item .grid-view-item__title { 
    min-height: 100px;
    padding: 10px;
  }
  
  .grid .grid__item .grid-view-item .cart{width:95%;}
  
  .grid .grid__item .cart .btn{font-size:15px;
   background-position: left 5px center;
  padding: 0 0 0 20px;}
  
  .grid .grid__item .grid-view-item .grid-view-item__meta{min-height: 82px;}
  
  .foo-link{padding:10px 0;}
  .grid .grid__item .grid-view-item .grid-view-item__meta .product-price__sale {
    padding-left: 0;
  }
  .site-nav__dropdown{
    padding:0 0;
  
  }
  .nav-main .site-nav li a{
      font-size: 8px;
  }
.navigation .nav-main .site-nav li a:after{
    right:-6px;
    width: 18px;
    font-size: 10px;
  }
  
.footer_newsletter .mc-field-group {display: block;} 
  
  .footer_newsletter input[type="submit"] {margin: 20px auto auto;
    display: block;
    float: left;}  
  
  
}
@media screen and (max-width: 1140px) {
  
  #Collection .side-coll {
    width: 24%;
    float: left;
  }
  .product-detail-main .imgd {
    text-align: center;
  }
  body .imgd.image img {
    max-width: 82%;
    display: inline-block !important;
  }
  .collection-right_bx .rit-coll .grid__item {
    margin-left: 2.2%;
  }
  .main-content {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 0 40px !important;
    width: 100%;
  }
  .newsletter_form .btn {
    margin-top: 10px;
  }
  .newsletter_form .btn,
  .newsletter_form input#mce-EMAIL{
    width: 80%;
  }
  
  .product-detail-main .imgd img + img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
  }
  .product-detail-main .imgd {
    position: relative;
  }
  
  .product-detail-main .imgd:hover img.first {
    opacity: 0;
  }
  .product-detail-main .imgd:hover img.second {
    opacity:1;
    z-index: 99;
  }
.template-article .grid.left-side > .medium-up--push-one-twelfth {left:0;
  width:100%;}
  
}


@media screen and (min-width: 750px) and (max-width: 890px){
  
  #shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit {
    margin: 20px 0 0 0;
    display: block;
  }
  body .imgd.image img {
    max-width: 95%;
  }
  .pro p span {
    margin: 0px 0 0 8px;
  }
  .newsletter_form .btn,
  .newsletter_form input#mce-EMAIL{
    width: 100%;
  }
  
  
}


@media screen and (max-width: 890px) {
  
  .site-footer .page-width {
    max-width: 70%;
    padding: 0 !important;
    width: 100%;
  }
  .pay-power .page-width {
    max-width: 95%;
  }
  footer .foo-link.medium-up--one-quarter {
    padding: 40px 15px 20px 0;
    width: 50%;
  }
  footer .foo-link.blogsarticle, footer .foo-link.newsletter {
    padding: 20px 0 20px 0;
    width: 100%;
  }
  footer .foo-link.blogsarticle {
    padding-bottom: 0;
  }
  
.footer_newsletter input[type="email"] {width:auto;}  
  
  
  
}

@media screen and (max-width: 840px) and (min-width: 320px){
    
  .mobile-nav-wrapper .moblie-sidebar{display:none;} 

  .main-content{
    width:100%;
    max-width:95%;
    
  }
  .collection-header{line-height:normal;}
.footer_info_first{
  display:none;
  }
h3.heading-img-1:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
 h3.heading-img-2:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
  
  h3.heading-img-3:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
  
  h3.heading-img-4:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  h3.heading-img-5:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
    cursor:pointer;
} 
  
    h3.heading-img-6:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
    cursor:pointer;
} 
  
    h3.heading-img-7:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
    cursor:pointer;
} 
  
  

  .footer_info_second{
     display:none;
    
  }
  .footer_info_third{
   display:none;
  }
  .footer_info_fourth{
  display:none;
  }
  
  .footer_info_fifth{
  display:none;
  }
  .footer_info_six{
display:none;

}
.footer_info_seven{
display:none;
}
.shopify-section .cart tr{
  padding:0 14px !important;
  }

.menusbar{
display:none;
}
 .footer .foo-link.medium-up--one-quarter{
  width:100% !important;
 }  
  .foo-link{
   width:100% !important;
  }
  footer .foo-link.blogsarticle, footer .foo-link.newsletter{
    padding:0 !important;;
  }
  footer .foo-link.medium-up--one-quarter{
  padding:0 !important;
  }
  .site-footer .footer-nav-img{
     position: relative;
    padding: 60px 0px 30px;
  }
  .site-footer .page-width{
     max-width: inherit !important;
    padding: 0 20px !important;
    width: 100%;
    
  }
 .social-icons .icon{
  fill:#fff !important;
  }
  .site-footer__social-icons, .site-footer__copyright{
    margin-top:0 !important;
  }

  .footer-nav-img h3{
  text-align:left;
  }
  .footer_below .contact-us{
  display:block;
    width:100%;
  }
  .footer_below .contact-us span:before{
  display:none;
  }
    
  .footer_below .contact-us p{
  text-align:left;
  }
 .footer_below .contact-us .text_bx, .footer_below .contact-us span{
      display: inline;
    vertical-align: top;
  }
  .footer_below > .grid__item{
  padding-right: 0;
    padding-left:0;

  }
  .footer_below p{
  text-align:left;
  
  }
  .pay img{
  
  max-width:293px;
  
  }
  .foo-link .site-footer__linklist{
    text-align:left;
  }
  .site-footer__social-icons, .site-footer__copyright{
  
      text-align: left !important;
    padding-bottom: 30px!important;
  
  }
  .footer_below h3{
  margin-bottom:25px;
  
  }
  .footer-logo{
    padding-bottom: 40px!important;
  
  }
  .shop-img img{
  display:none;
  }
  .footer-logo{
    width:100%;
    text-align:center;
  }
  .mobile-nav-wrapper.js-menu--is-open ul li{
    border-bottom:1px solid#ccc;
  
  }
}

@media screen and (max-width: 767px) {
  
  .collection-right_bx {
    float: none;
    width: 100%;
    display: block;
    padding: 0px 0 0 0 !important;
    margin: 0;
  }
  .collection-right_bx .rit-coll .grid__item {
    margin: 0;
    width: 50%;
    padding: 0 2%;
  }
  
  .filters-toolbar .filters-toolbar__item {
    padding-right: 10px;
    margin-right: 10px;
  }
  .cart .cart__update-wrapper {
    display: block;
    text-align: center !important;
  }
  .cart .cart__update-wrapper .cart__qty {
    display: inline-block;
    vertical-align: middle;
  }
  .newsletter_form .btn,
  .newsletter_form input#mce-EMAIL{
    width: 100%;
  }
  
  .footer_info_first{
  display:none;
  }
span.heading-img-1:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
 span.heading-img-2:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
  
  span.heading-img-3:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
  
  span.heading-img-4:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  span.heading-img-5:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
    cursor:pointer;
} 

  .footer_info_second{
     display:none;
    
  }
  .footer_info_third{
   display:none;
  }
  .footer_info_fourth{
  display:none;
  }
  
  .footer_info_fifth{
  display:none;
  }
 .footer .foo-link.medium-up--one-quarter{
  width:100% !important;
 }  
  .foo-link{
   width:100% !important;
  }
  footer .foo-link.blogsarticle, footer .foo-link.newsletter{
    padding:0 !important;;
  }
  footer .foo-link.medium-up--one-quarter{
  padding:0 !important;
  }
  .site-footer .footer-nav-img{
     position: relative;
    padding: 60px 0px 30px;
  }
  .site-footer .page-width{
     max-width: inherit !important;
    padding: 0 20px !important;
    width: 100%;
    
  }
 .social-icons .icon{
  fill:#fff !important;
  }
  .site-footer__social-icons, .site-footer__copyright{
    margin-top:0 !important;
  }
  
.template-article .left-side {margin-left: 0;} 
  
.template-article .grid.left-side > .medium-up--push-one-twelfth {padding-left:0;}  
  
  
}


@media screen and (max-width: 640px){
  
  .home-right .slideshow {
    max-height: 250px;
    height: 250px;
  }
  
}


@media screen and (max-width: 480px){
  
  .home-right .slideshow {
    max-height: 190px;
    height: 190px;
  }
 
 
  .site-header .page-width > .grid.logo_outer{
      width: 55% !important;
  }
  
}



@media screen and (max-width: 460px) {
  
  #shopify-section-1486112579516 .collection-grid .grid--uniform {
    padding: 13px 0 !important;
  }
  .collection-grid .grid__item.small--one-half.medium-up--one-third,
  #shopify-section-1486112629466 .grid .grid__item,
  .collection-right_bx .rit-coll .grid__item,
  #ProductSection-related-product .grid-uniform .grid__item.small--one-half {
    width: 100% !important;
    margin: 0 0 !important;
    text-align: center;
  }
  .grid-view-item__image {
    width: auto;
    display: inline-block;
  }
  .grid .grid__item .grid-view-item .grid-view-item__title,
  .grid .grid__item .grid-view-item .grid-view-item__meta {
    min-height: auto;
  }
  .grid .grid__item .grid-view-item .grid-view-item__title {
    padding: 10px 5px;
  }
  .grid .grid__item .grid-view-item .grid-view-item__meta {
    padding-bottom: 10px;
  }
  .collection-right_bx .rit-coll .grid__item {
    padding: 0;
  }
  #shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit {
    margin: 0 0 0 0;
  }
  
 .footer_info_first{
  display:none;
  }
span.heading-img-1:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
 span.heading-img-2:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
  
  span.heading-img-3:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
  
  span.heading-img-4:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  span.heading-img-5:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
    cursor:pointer;
} 

  .footer_info_second{
     display:none;
    
  }
  .footer_info_third{
   display:none;
  }
  .footer_info_fourth{
  display:none;
  }
  
  .footer_info_fifth{
  display:none;
  }
 .footer .foo-link.medium-up--one-quarter{
  width:100% !important;
 }  
  .foo-link{
   width:100% !important;
  }
  footer .foo-link.blogsarticle, footer .foo-link.newsletter{
    padding:0 !important;;
  }
  footer .foo-link.medium-up--one-quarter{
  padding:0 !important;
  }
    .site-footer .footer-nav-img{
     position: relative;
    padding: 60px 0px 30px;
  }
  .site-footer .page-width{
     max-width: inherit !important;
    padding: 0 20px !important;
    width: 100%;
    
  }
 .social-icons .icon{
  fill:#fff !important;
  }
  .site-footer__social-icons, .site-footer__copyright{
    margin-top:0 !important;
  }
  
}



@media screen and (max-width: 380px) {
  
  #shopify-section-product-template .product-single .medium-up--one-half .product-single__meta .product-form .product-form__item--submit {
    float: none;
    clear: both;
    display: block;
    padding-top: 20px;
  }
  .cart .cart__update-wrapper .cart__qty label {
    display: none;
  }
  .cart .cart__update-wrapper .cart__qty input.cart__qty-input {
    height: 29px;
  }
.footer_info_first{
  display:none;
  }
span.heading-img-1:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
 span.heading-img-2:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
  
  span.heading-img-3:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  
  
  span.heading-img-4:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
} 
  
  span.heading-img-5:after{
        content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    color: #fff;
    width: 30px;
    font-weight: 900;
    cursor:pointer;
} 

  .footer_info_second{
     display:none;
    
  }
  .footer_info_third{
   display:none;
  }
  .footer_info_fourth{
  display:none;
  }
  
  .footer_info_fifth{
  display:none;
  }
 .footer .foo-link.medium-up--one-quarter{
  width:100% !important;
 }  
  .foo-link{
   width:100% !important;
  }
  footer .foo-link.blogsarticle, footer .foo-link.newsletter{
    padding:0 !important;;
  }
  footer .foo-link.medium-up--one-quarter{
  padding:0 !important;
  }
    .site-footer .footer-nav-img{
     position: relative;
    padding: 60px 0px 30px;
  }
  .site-footer .page-width{
     max-width: inherit !important;
    padding: 0 20px !important;
    width: 100%;
    
  }
 .social-icons .icon{
  fill:#fff !important;
  }
  .site-footer__social-icons, .site-footer__copyright{
    margin-top:0 !important;
  }
}

@media screen and (min-width:768px){
  
  .custom-content .custom__item .custom__item-inner .medium-up--text-left .rte-setting a {  
      position: static;
  }
  
}


@media (min-width: 480px) and (max-width: 979px) {
  
  .reveal .caption { 
    font-size: 11px; 
  }
  
}



  /* responsive css end */

.pagination li{

margin:0 20px !important;

}
.input-group .input-group__field{
border:1px solid #eee;
}
.list-view-item__price-column .product-price__sale{
    color: #f7a60a !important;
}


.list-view-item{
border-bottom:1px solid#eee;
}
.list-view-item:hover{
border-bottom:1px solid#eee;
}

.grid-uniform .grid--view-items{
overflow:visible;

}
.page-width.list-view-items .product-price__price
{

color: #909090 ;
}
.list-view-item:last-child{
    border-bottom: 1px solid#eee !important;


}
div#shopify-section-1486111387228{
margin-top:0;
  padding-bottom:0;
}
#shopify-section-1486112579516 .collection-grid .grid--uniform{
 padding-top:0 !important;
}
.home-right{
padding-top:0;
}
.table .table-heading h2{
    font-size: 24px;
    font-family: 'Conv_Montserrat-Black';
    letter-spacing: normal;
    text-transform: uppercase;
    color: #f7a60a;
    font-weight: normal;
}

.table-store .table tr{
border-top:1px solid#e0e0e0;
border-bottom:1px solid#e0e0e0;
}
.table-store .table th{
    border: none;
  text-align:center;
}
.table-store .table td{
    border: none;
  font-size: 12px;
  text-align:center;
}
.table-store{
    background: #fff;
      margin: 20px 0;
}

.table-store .table th strong{
font-size: 13px;
    line-height: 20px;
  font-weight: 600;
}

.table-store td:nth-child(even),th:nth-child(even) {
    background: #f7f7f7;
}
.newsletter_form .btn{
background-color:#f7a60a;
}

.newsletter_form .btn:hover{

  border: 1px solid #f7a60a;
  color:#f7a60a !important;
}
.site-nav__link .icon-chevron-down{
display:none;

}
.side_info_third h2 a:hover{

text-decoration:underline;
  color:#f7a60a !important;
}
.side-link.blogsarticle .heading-img-3{
    background: #f7a60a;
    vertical-align: middle;
    font-size: 16px;
    padding: 10px;
    display: block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: none;

 }
.side-link.blogsarticle .article-time time{
    display: inline;
  background:none;
  color:#000;
  font-size:11px;
  padding:0;
}

.side-link.blogsarticle .article-time{
float:none;
  padding:0;
  text-align:left;

}
.side-link.blogsarticle .article-body h2{color:#000;}


.btn[disabled]{
background-color: #f7a60a;
}
.btn[disabled]:hover{
background-color:inherit;
}
.site-nav--active-dropdown .site-nav__dropdown{
    background: #000;
    border: none;
}
.site-nav__dropdown{
top:auto;
}
.site-nav__dropdown {
    display: none;
    background: #000;
    border: none;
}
.site-nav__dropdown ul li a:hover{
background-color: #f7a60a;
}
.collection-hero .collection-hero__image{display:none;}
.page-width .description-content p{text-align:left;}


.page-width .description-content ul{text-align:left;}
.description-content .rte{
  text-align:left;
  margin-bottom:20px;
}

.nav-main .site-nav li a:after{
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
         right: -7px;
    color: #fff;
    width: 30px;
    font-weight: 900;
}
.site-nav--active-dropdown .site-nav__dropdown li a:after{
      font-size: 0;
}
.nav-main .site-nav li a:after:first-child {
  font-size:none

}


.site-nav > li:nth-child(1) a:after, .site-nav > li:nth-child(2) a:after{
  content:"";
}
.site-nav--active-dropdown .site-nav__dropdown li a{
padding:10px 12px;

}
.contact-form.form-vertical input, .form-vertical select, .form-vertical textarea{
  border:1px solid#ccc;
}
.form-vertical input, .form-vertical select, .form-vertical textarea{
border:1px solid#ccc !important;
}

.address-contact{
    width: 35%;
    float: left;
  margin-top:3%;
}
.contact-form.form-vertical{
  overflow: hidden;
    width: 60%;
    float: right;
   margin-top:3%;
}
.address-contact h3{
  margin:0;
  font-size: 22px;
}
.address-contact p{
font-size: 15px;
}
.contact-form .medium-up--one-half{
width:100%;
}
.contact-sub [type="submit"]{
color:#fff !important;
 font-size:16px;
  border:none !important;
}
.contact-sub [type="submit"] a:hover{
color:#fff !important;
}
.main-content .grid__item .rte h3{
margin:4px 0;
  color:#f7a60a;
}
.heading-img-4{
  display:none;
}
form#mc-embedded-subscribe-form{
  display:none;
}
.footer_info_fourth.panel{
display:none;
}
p a{
color:#f7a60a;
}
.blog-blog .medium-up--five-sixths.medium-up--push-one-twelfth{
    width: 27.666%;
    left: 6.666%;
    box-sizing: content-box;
  padding-bottom:40px;
}
.template-blog h2.article__title {
  font-size:14px;
color:#f7a60a;
  min-height: 43px;
margin-bottom: 0;
      

}
.blog-img{
min-height:200px;
}
.template-blog .article--listing .rte{    
  min-height:90px;
  margin-bottom:0;
  font-size:14px;

}
.blogs-date span{
margin-bottom:0;
  font-weight:600;
}
.template-blog .article--listing{
margin-bottom:0;
  padding-top:0;
}

.rte a:not(.btn){
border-bottom:none;
}
.template-article h1.article__title{
margin:0;
 font-size:24px;
color:#f7a60a;
}
.template-article .article__date {
font-weight:600;
}

.blog-img .article__list-image{
min-height:190px;
}
.side-info a:hover{
color:#f7a60a !important;
}
.side-info a{
font-size:13px;
color:#333 !important;
} 
.aside-side .side-info h2{
border-bottom:1px solid#ccc;
}
.heading-side h2{
background-color:#f7a60a;
color:#fff;
  padding:10px;
}

.aside-side .blogsarticle .post.row{margin-bottom:5px;}

.template-article .side-bar{
      width: 30%;
    overflow: hidden;
    float: right;
  padding-top:20px;
}

.ctegories-tags li a{
  font-size:13px;
color: #333 !important;
  font-weight:600;
}

.ctegories-tags li{
border-bottom:1px solid#ccc;
      
}
.ctegories-tags li a:hover{
color:#f7a60a !important;
}
.template-article .left-side{
width: 70%;
    float: left;
    overflow: hidden;
}

.first-box{
    margin-left:3%;
    width: 29.333333333333332%;
    border: 1px solid#eee;
  display:inline-block;
  text-align:center;
  position:relative;
}
.heading{
padding: 30px 56px 0;
}
.border.right {
       border: 1px solid#ccc;
    position: relative;
    top: -29px;
    left: 124px;
    width: 90%;
}
.heading h3{
   overflow: hidden;
    font-size: 19px;
    color: #ccc;
    font-weight: 100;
}
.first-box h3{
color:#f7a60a;
  font-size: 15px;
}
.first-box .iconbox_content p{
    font-size: 14px;
}
.iconbox_top .iconbox_icon {
 float: none;
    right: 0;
    position: absolute;
    left: 0;
    top: -40px;
    margin: 0 0px 0 -28px;
    padding: 15px;
    border-radius: 100px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 24px;
    background-color: #f7a40a;
    color: #ffffff;
    border-color: #F7A40C;
    text-align: center;
    width: 25px;
    height: 25px;
    right: 0;
    margin: auto;

}
.iconbox_top .iconbox_content{
    padding: 45px 20px 20px 20px;
    border-radius: 3px;
}
.avia-font-entypo-fontello{
font-family: 'entypo-fontello';
}
.template-blog .main-content{
    max-width: 1500px;
        padding: 27px 0px 40px !important;
  
}

.icon-grocery-store{
  background:url(https://cdn.shopify.com/s/files/1/2129/9429/t/2/assets/if_8_-_Shopping_Cart_2102070.png?7442908954143589672);
   background-repeat:no-repeat;
  background-position: 10px;
}
.icon-chrome{
 background:url(https://cdn.shopify.com/s/files/1/2129/9429/t/2/assets/img2.png?7504726326243052116);
   background-repeat:no-repeat;
  background-position: 13px;
}
.three-boxes{
padding-top:10%;
}
.footer_info_third .article-body  {
  
overflow:hidden;

}
.search-side{
    border:1px solid;
    margin-bottom: 8%;
  padding:0;
}
.search-side button.search-header__submit.search__submit.btn--link{
left:90%;
}
input#CommentEmail{
 border:1px solid#ccc;;
}
input#CommentAuthor{
 border:1px solid#ccc;;
}
.search-side .search-header{
max-width: 300px
}
} 
@media (min-width: 461px) and (max-width: 767px) {
#shopify-section-1486112579516 .collection-grid .grid__item.small--one-half.medium-up--one-third:nth-child(5){
width:50%;
}
#shopify-section-1486112629466 .grid .grid__item:last-child{
  clear:none;
}
}

.brands_collections ul li{
    width: 13%;
    display: inline-block;
    text-align: center;
}
.brands_collections{
padding-bottom:40px;
  
}
.home-right .brands_icons{
display:none;

}
.home-brand-section{
    overflow: hidden;
    float: left;
    width: 100%;
}
.notification-bar{
    float: right;
    width: auto;
    text-align: center;
    padding-left: 14%;
}
.notification-bar__message{
padding: 3px 55px !important;
  display: inline-block !important;
      font-weight: normal !important;
}
.notification-bar{
background:none !important
}
.description-more{display:none;}
.readless_content{display:none;}

.read-more a{
  float: left;
    background: #f7a60a;
    padding: 2px 8px;
    text-transform: uppercase;
color:#fff;}


.read-less a{float: left;
    background: #f7a60a;
    padding: 2px 8px;
    text-transform: uppercase;
color:#fff;}



.template-product hr{display:none}

.template-product .return-link-wrapper.return-link-wrapper {
    margin: 51.5px 0;}

.cart-note__input{
border:1px solid#ccc;
}


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


input[type=number]::-moz-inner-spin-button{
  opacity: 1;
}
input[type=number]::-ms-inner-spin-button{
  opacity: 1;
}
.box-heading{
    border-bottom: 2px solid#e0e0e0;
    width: 82%;
       margin: 7px 0px 15px;
}
.box-heading h4{
    margin: 9px 0;
  padding:0 6px;

}
.tags-coll ul li{
  border-bottom: 1px solid#e0e0e0;
    width: 82%;
  padding:6px;
  cursor:pointer;
}
.tags-coll ul li a{
  font-size: 14px;
      text-transform: capitalize;
}
.tags-coll ul li:hover{
    background: #f5f7f9;
}

