@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: url('../images/bg.jpg') repeat-x top left;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Roboto';
}
a {
  transition: all 0.5s;
}
.text-red {
  color: #E70D0D;
}

.top-bar {
  background: url('../images/banner-bg.jpg') repeat-y top center;
  margin-bottom: 5px;
}
.header-top {
  padding:0;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}
.header-top > li {
  list-style: none;
  float:left;
  padding-left: 5px;
  padding-right: 5px;
}
.header-top em {
  font-size: 14px;
  line-height: 20px;
}
.social_login {
  background: url(../images/sprite-login.png) no-repeat 0 0;
  width: 70px;
  height: 25px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.google_login {
  background-position:0px -28px;
}
.logged {
  padding-top:2px;
  padding-bottom: 3px;
  display: inline-block;  
}
.hotline {
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 3px;
}

/* top user menu */
.user-menu {
  text-align: right;
}
.user-menu a {
  line-height: 28px;
  display: inline-block;
  padding: 5px 10px;
  color: #FB7016;
  font-size: 14px;
}
.user-menu a:hover {
  background: #F7F2EE;
  text-decoration: none;
}

/* Currency selection css */
.lang {
  text-align: right;
}
#setCurrency{
  padding:7px 15px 7px 10px;
  cursor:pointer;
  font-weight:bold;
  font-size:12px;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  margin:3px 0;
  display: inline-block;
  position: relative;
  text-align: right;
}
#setCurrency:after {
  position: absolute;
  content: '';
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #000;
  top: 13px;
  right: 2px;
}
#setCurrency:hover:after {
  border-top: 5px solid #fff;
}
.currency_hover{
  background:#000;
  color:#FFF;
}
.currencies{
  display:none;
}
.currencies li{
  padding:3px 0;
  list-style:none;
}
.currencies_hover{
  display:block;
  z-index: 5000;
  position:absolute;
  right:0px;
  padding:7px 10px;
  height:auto;
  text-align: center;
  width: auto;
  font-weight:normal;
  background:#000000;	
  margin-top:5px;
}
.currencies_hover a { color:#fff; }

/* logo section */
.logo img{
  display: inline-block;
  vertical-align: top;
}
.logo p {
  margin-top: 30px;
  background: #FB7016;
  padding: 5px 10px;
  text-align: center;
  color: #FFF;
  font-style: italic;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
/* search section */
.search {
  margin-top: 25px;
}
#form-search {
  padding: 1px;
  background: #036026;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
#form-search input[type='text'] {
  /*padding: 20px 15px;*/
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  height: 42px;
}
#form-search i {
  font-size: 24px;
  background: #DC121B;
  color: #fff;
  margin-left: 3px;
  padding: 9px;
  border-radius: 4px;
  cursor: pointer;
}
.ui-front {
  z-index: 9999;
}

/* top cart section */
.cart-item{
  color: #008131;
  padding: 15px 10px;
}
.cart-item a{
  color: #008131;
}
.cart-item span{
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: 'Trebuchet MS';
  letter-spacing: 0.2px;
}
.cart-item span a{
  text-transform: none;
  color: #FB7016;
}

/* main nav section */
.custom-nav{
  /*line-height: 63px;*/
  background: url(../images/menu-bg.jpg) repeat-x #008232;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.custom-nav .navbar-nav li{
  line-height: 20px;
}
.custom-nav .navbar-nav li a{
  font-size: 16px;
  color: #fff;
  line-height: 61px;
  padding: 0 15px;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  /*font-weight: bold;*/
  background: url(../images/menu-dividor.jpg) no-repeat right;
  text-shadow: none;  
}
.custom-nav .navbar-nav li:last-child a {
  background: none;
}
.custom-nav .navbar-nav>li>a:hover, .custom-nav .navbar-nav>li>a:focus {
  color: #FB7016;
}
.custom-nav .navbar-toggle {
  margin-top: 15px;
  margin-bottom: 12px;
  border: 1px solid #FB7016;
}
.custom-nav .navbar-toggle:hover, .custom-nav .navbar-toggle:focus {
  background: #FB7016;
}
.custom-nav .navbar-toggle .icon-bar {  
  background-color: #FB7016;
}
.custom-nav .navbar-toggle:hover .icon-bar, .custom-nav .navbar-toggle:focus .icon-bar {  
  background-color: #008232;
}
.custom-nav .navbar-brand, .custom-nav .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 5px;
}

/* search section */
.search-form-xs {
  margin-bottom: 10px;
}
/*#search-icon {
  margin-top: 18px;
  color: #fff;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center;
  width: 25px;
  height: 25px;
}
.search-rotation{
  -webkit-animation:spin 0.3s linear ;
  -moz-animation:spin 0.3s linear ;
  animation:spin 0.3s linear ;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { transform: rotate(0deg); transform:rotate(360deg); } }
.search-rotation2{
  -webkit-animation:spin2 0.5s linear ;
  -moz-animation:spin2 0.5s linear ;
  animation:spin2 0.5s linear ;
}
@-moz-keyframes spin2 { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin2 { 100% { transform: rotate(0deg); transform:rotate(360deg); } }

.search-form, .search-form-xs {
  display: none;
  background: #036026;
  padding: 5px;
  margin-top: 62px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  z-index: 9;
}
.search-form-xs {
  display: none;
  position: relative;
  margin-top: 0;
 
}
.search-form-xs form{
  border: none;
}
.search-form-xs input[type=text] {
  float: left;
  width: 225px;
}
.search-form form, .search-form-xs form {
  margin: 0;
  padding: 0;
}
.search-form input[type='text'], .search-form-xs input[type='text'] {
  height: 31px;
  min-width: 200px;
  margin-right: 3px;
}*/

/* popular section */
.popular {
  font-size: 12px;
  margin-bottom: 5px;
}

/* category section */
.left_nevigation .thumbnail {
  padding: 5px;
}
.left_nevigation h4 {
  color: #FB7016;
  font-size: 13px;
  margin: 5px 0;
}
.left_nevigation ul {
  list-style: none;
}
.left_nevigation ul li {
  line-height: 26px;
  border-bottom: 1px solid #CCCCCC;
}
.left_nevigation ul li a {
  font-size: 13px;
}
.tags h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  color: #FB7016;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
}
.tags a {
  color: #008232;
  font-size: 13px;
  padding-right: 10px;
}
.tags a.smaller {
  font-size: 11px;
}
.tags a.small {
  font-size: 13px;
}
.tags a.medium {
  font-size: 15px;
}
.tags a.large {
  font-size: 17px;
}
.tags a.larger {
  font-size: 19px;
}
.tags a.largest {
  font-size: 21px;
}

/* brand section */
#brand {
  padding: 0;
  height: 260px;
  overflow: hidden;
}
#brand li {
  list-style: none;
  margin-bottom: 5px;
}
.title_bg {
  background: url(../images/title-bg.jpg) repeat-x;
  font-size: 17px;
  color: #014fa0;
  font-weight: bold;
  padding: 11px 10px;
  margin-bottom: 5px;
}

/* product section */
.all-price {
  font-family: 'Montserrat', sans-serif;
}
.all-price span {
  border: 1px solid #DC121B;
  padding: 0px 5px;
  display: inline-block;
  margin-bottom: 4px;
  color: #DC121B;
  margin-top: 4px;
  border-radius:10px;
}
.products {
  margin: 5px 0 0;
}
.products h3{
  color: #FFF;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  line-height: 35px;
  background: #eaeaea;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.products h3 span {
  display: inline-block;
  padding: 0 30px 0 10px;
  background: #ff0000;
}
.products h3 span:last-child {
  float: right;
  font-size: 13px;
  background: none;
  padding: 0 10px;
}
.products h3 span:last-child a{
  color: #00701b;
  text-decoration: none;
}
.products h3 span:last-child a:hover{
  color: #FB7016;
}
.products h3 span:after {
  border-top: 18px solid transparent;
  border-right: 25px solid #eaeaea;
  border-bottom: 17px solid transparent;
  border-left: 15px solid transparent;
  content: '';
  display: inline-block;
  position: absolute;
  margin-left: -10px;
}
.products h3 span:last-child:after {
  border: 0;
}
#popular-slider, #featured-slider {
  margin:0;
  padding: 0;
  height: 270px;
  overflow: hidden;
}
#popular-slider .owl-item li, #featured-slider .owl-item li {
  float: none;
}
.products ul{
  padding: 0;
  margin: 0 -0.5%;
}
.products li{
  margin-right: 10px;
  vertical-align: top;
  text-align: center;
  min-height: 250px;
  overflow: hidden;
  float: left;
  max-width: 225px;
}
.products li h4{
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: left;
}
.products li h6{
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.products li h6 span {
  border: 1px solid #DC121B;
  padding: 0px 5px;
  display: inline-block;
  margin-bottom: 4px;
  color: #DC121B;
}

.products li h6 small {
  font-size: 90%;
}
.min-order {
  color: #ccc;
  font-size: 70%;
}

a.shop{
  background: url(../images/arrow.png) center no-repeat;
  padding: 3px;
  border-radius: 5px;
  display: block;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 13px;
  font-style: italic;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
}
a.shop:hover {
  background: url(../images/arrow-small.png) 20% center no-repeat;
  color: #000;
}
.products_still {
  margin-bottom: 15px;
}
.products_still li {
  width: 19%;
  margin: 0  0.5%;
}
.products_still_4 li {
  width: 24%;
}
.add-img{
  margin: 0 -2px;
}
.add-img img {
  float: left;
  margin: 0 2px;
}

/* testimonial scroll section */
.testimonials {
  height: 136px;
  overflow: hidden;
  margin-bottom: 15px;
}
.testimonials > span {
  border-bottom: 5px solid #cc0000;
  display: inline-block;
  position: absolute;
  width: 50px;
  background: #ff6600;
  height: 136px;
  color: #fff;
  top: 0;
  z-index: 9;
}
.testimonials > span > a {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(-90deg);
  display: block;
  color: #fff;
  text-decoration: none;
  margin-left: 1px;
  margin-top: 87px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.testimonials>a {
  float: left;
  position: absolute;
}
#testimonial-slider {
  display: inline-block;
  /*margin: 0 0 0 60px;*/
  padding: 0 0 0 60px;
  margin:0;
}
#testimonial-slider li {
  list-style: none;
  float: left;
}
#testimonial-slider li .img{
  float: left;
  text-align: center;
  margin-right: 15px;
  max-width: 115px;
}
#testimonial-slider li img{
  max-height: 100px;
  max-width: 100px;
  display: inline-block;
}
#testimonial-slider li .img p {
  font-weight: bold;
  font-size: 12px;
}
#testimonial-slider li .text {
  float: right;
  border: 1px solid #EAEAEA;
  padding: 5px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-align: justify;
  width: 74%;
  height: 136px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
}

/* delivery and support section */
.delivery-ad, .support-center {
  border: 1px dashed #CCCCCC;
  padding: 28px 5px;
  margin-bottom: 15px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
.delivery-ad .normal {
  font-size: 14px;
}
.support-center {
  padding: 10px 5px;
  line-height: 16px;
  font-size:18px;
}
.support-center img {
  text-align: left;
  margin-right: 10px;
}
.support-center .normal {
  font-size: 16px;
  color: #333;
}
.support-center .content {
  font-size:12px;
  font-weight:normal;
  line-height:18px;
  padding-top:5px;
}

/* blog section */
h3.title {
  border-bottom: 1px solid #DC121B;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #DC121B;
  font-weight: normal;
  padding-bottom: 5px;
}
#blog h5 {
  margin-bottom: 5px;
}


/* footer section */
footer {
  margin: 10px auto 0;
  background: #0DBA4F;
  padding: 10px;
  box-shadow: 0 -2px 10px #ccc;
  -webkit-box-shadow: 0 -2px 10px #ccc;
  -moz-box-shadow: 0 -2px 10px #ccc;
}
footer h3 {
  font-weight: bold;
  font-size: 13px;
  line-height: normal;
  color: #333;
  margin: 0;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  list-style: none;
  line-height: 22px;
}
footer li a {
  text-decoration: none;
  color: #eee;
  font-size: 12px;
}
footer li a:hover{
  color: #eee;
}
#siteseal {
  display: inline-block;
  padding-top: 10px;
}
#copyright {
  border-top: 3px solid #fd6900;
  padding:15px 0 7px;
  font-size: 12px;
  color: #666;
}
#copyright img {
  display: inline-block;
}

/* inner cms css */
.title {
  font-size: 24px;
  line-height: 32px;
  border-bottom: 1px solid #DC121B;
  margin: 0 0 20px;
  color: #DC121B;
  font-weight: normal;
}
.title span {
  float: none;
  font-size: 13px;
  vertical-align: middle;
  font-style: italic;
}
#testimonial-form {
  display: none;
}
.test {
  margin-bottom: 5px;
  padding: 10px;
  background: #f5f5f5;
  line-height: 18px;
  border-radius: 5px;
}
.testlist {
  padding: 5px 0;
  border-bottom: 1px dashed #137c01;
  margin-bottom: 5px;
}
.test img {
  max-width: 150px;
}
.listDate {
  font-size: 10px;
  float: right;
  color: #005500;
  font-family: Verdana, Geneva, sans-serif;
  padding-left: 10px;
}
a.paging, .attach a, #breadcrumb a, #sitemap a, #feedback a, #testimonials a {
  font-size: 12px;
  color: #7fc850;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
a.paging:hover, .attach a:hover, #breadcrumb a:hover, #sitemap a:hover, #feedback a:hover, #testimonials a:hover {
  text-decoration: underline;
  color: #003c00;
}
#paging{
  text-align: center;
  background: #e6e6e6;
  color: #7a7c7d;
  padding: 5px;
  margin-bottom: 10px;
}

/* blog section */
#blog-featured {
  max-height: 625px;
  overflow: hidden;
}
.blog {
  padding: 10px;
  box-shadow: 0 0 10px rgba(111,111,111,.4);
  margin-bottom: 15px;
  line-height: 18px;
}
.blog-info {
  border:1px solid rgba(226,226,226,1);
  padding:5px;
  margin:5px 0;
}
.blog-date {
  text-align: right;
  padding-top: 1px;
}
.blog .blog-info a{
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 13px;
}
.blog-right .products li{
  float: none;
  margin-right: 0;
}
.categories-list {
  box-shadow: 0 0 10px rgba(111,111,111,.4);
  padding: 10px;
  margin-bottom: 20px !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.categories-list h4 {
  margin: 0 0 5px;
}
.categories-list .list-group {
  box-shadow: none;
}
.categories-list .list-group-item {
  padding: 5px 10px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
}
.recent-post li a {
  display: block;
}
.recent-post li:hover {
  background-color: #f5f5f5;
}
.recent-post li:hover a{
  text-decoration: none;
}
.stMainServices, .stButton_gradient {
  height: 22px !important;
}
.comment .control-label {
  text-align: left;
}
.comment-block {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
.comment-block span {
  color:#008232;
}
.comment-block .author {
  color:#008232;
  border-bottom:1px solid #008232;
  font-size:14px;
  margin-bottom:5px;
  display: inline-block;
}/* blog section ends */

.brand {
  margin-bottom: 20px;
  text-align: center;
  height: 70px;
}
.brand a {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
.brand img {
  max-height: 70px;
}

/* social login css */
.social_button {
  background: url(../images/sprite-social.png) no-repeat 0 0;
  height: 46px;
  width: 148px;
  cursor: pointer;
}
.social_fb {
  background-position: -6px -6px;
  float: left;
  margin-right: 10px;
}
.social_google {
  background-position: -6px -64px;
  float: left;
} /* social login css ends */

/* dashboard */
.order {
  border: 1px solid #eee;
  margin-bottom: 10px;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

}
.order legend {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: 'Trebuchet MS';
}
.order fieldset .status {
  font-size: 14px;
  font-family: 'Trebuchet MS';
}
.dashboard > div {
  margin-bottom: 20px;
}
.dashboard a {
  display: block;
  padding: 50px 0;
  text-decoration: none;
  font-size: 16px;
  color: #359058;
  background-color: #f9f9f9;
  border-radius: 10%;
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  border: 1px solid #ccc;
}
.datepicker {
  display: inline-block;
  width: 97%;
  margin-right: 5px;
}
/* product page related css */
.product-right {
  max-width: 250px;
}
.product-wrapper .row{
  margin-left: -8px;
  margin-right: -8px;
}
.product-wrapper .col-md-4{
  padding-left: 8px;
  padding-right: 8px;
}
.product {
  border: 1px solid #90F1B5;
  padding: 5px;
  height: 280px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
}
.product:hover {
  box-shadow: 0px 0px 10px 2px #eee;
}
.mrp {
  position: relative;
  padding: 0 2px;
  color: #DC121B;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.mrp::after {
  border-bottom: 2px solid #008333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 39%;
}
.bigprice {
  padding-bottom: 5px; //10px;
  /*padding-right: 80px;*/
  font-size: 18px;
  color: #fb7016;
}
.color, .color-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  vertical-align: middle;
  box-shadow: 0 0 1px #aaa;
}
.color-small {
  width: 18px;
  height: 18px;
  cursor: default;
}
a.trash {
  color: #000;
  font-size: 16px;
}
/* product page related css ends */


/* product details */
.updated-date {
  margin-bottom: 5px; display: inline-block; padding: 5px; background: #eee;
}
.productDetails {
  position: relative; overflow: hidden;
}
.buy, .buy:active, .buy:focus {
  background: #DC121B;
  padding: 1px 10px;
  color: #fff;
  float: left;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.5s all;
  border: 2px solid transparent;
  text-decoration:none;
}
.buy:hover{
  color: #eee;
  text-decoration: none;
  box-shadow: 0 0 2px 2px #90F1B5;
}
.title2 {
  font-size: 17px;
  line-height: 24px;
  background: #eee;
  padding: 3px 10px;
}
.title2 a{
  color: #807b77;
}
.title-small {
  /*margin-top: 20px;*/
  font-size: 18px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
}
/*.we-accept {
  margin-bottom: 5px; border: 1px solid #f37021;
}*/
.we-accept {
  border: 1px solid #eee;
  padding: 5px;
  margin-bottom: 10px;
}
.we-accept img {
  margin-bottom: 5px;
  border: 1px solid #f37021;
  display: inline-block;
  height: 45px;
}
.title3 {
  font-size: 17px;
  line-height: 22px;
  background: #eee;
  display: inline-block;
  padding: 3px 10px;
}
.product-details {
  border: 1px solid #eee;
  padding: 10px;
}
.cart-right {
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 28px;
  box-shadow: 0 0 10px #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  /*min-width: 225px;*/
  background: #dff0d8;
}
.cart-right a {
  text-decoration: none;
  color: #000;
  font-family: Arial;
}
.cart-right a:hover {
  color: #FB7016;
}
.phone-order {
  background:#C7F1D5; padding:10px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #56CA7E; font-size: 22px; line-height: 30px; text-align: center;
}
.phone-order h4 {
  border-bottom:1px solid #007b2b; color:#fff; text-align: center; background-color: #FB7016; padding: 5px; margin: 0 0 5px;
}
.chat-online {
  margin-top: 20px; background:#EFF5F1; padding:10px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #C7F1D5; font-size: 16px; color: #F76D14; line-height: 22px;
}
.chat-online h4 {
  border-bottom:1px solid #007b2b; color:#007b2b; text-transform: uppercase; margin: 0 0 5px;
}
.payment-option {
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #C7F1D5;
  font: bold 17px/24px 'Trebuchet MS';
  font-style: italic;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #ccc;
  padding: 10px;
}
.payment-option a {
  color: #000;
  display: block;
}
.payment-option a:hover {
  color: #FB7016;
  text-decoration: none;
}
.pricetag {
  font-size: 14px;
  color: #fb7016;
}
.price {
  padding-bottom:5px;
  padding-top: 5px;
  font-size: 15px; /*18px;*/
  /*color: #fb7016;*/
  color: #3779be;
}
.price-big {
  font-size: 18px;
  color: #DC121B;
  font-family: 'Montserrat', sans-serif;
}
.title1 {
  font-size: 13px;
  padding-bottom: 5px;
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
}
.color-selected {
  border: 2px solid #000;
}
.free-delivery, .free-delivery:active, .free-delivery:focus {
  display: inline-block;
  padding: 10px 15px;
  background: #DC121B;
  color: #fff;
  font-size: 18px;
  float: none;
}
.wishlist {
  margin-left: 5px;
}
.big_buy, .big_buy:active, .big_buy:focus {
  font-size: 20px;
  padding: 10px;
  margin-top: 10px;
  line-height: 20px;
}
.medium_buy, .medium_buy:active, .medium_buy:focus {
  font-size: 15px;
  padding: 5px 15px;
  float: none;
}
#testimonials label, #checkout label {
  text-align: left;
}

/* checkout process */
.ui-datepicker select {
  color: #000;
}
.checkoutprocess {
  margin-bottom: 10px;
  background: #008232;
}
.checkoutprocess>span {
  padding: 6px 15px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  border: 1px solid #0fa247;
  color: #ccc;
  border-right: 0;
}
.checkoutprocess>span.selected {
  color: #fff;
}
.checkoutprocess>span:first-child {
  border-left: 0px;
}
.checkoutprocess>span.selected:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
  display: table;
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
}
.title-checkout {
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
  line-height: 20px;
  font-style: italic;
}
.datepicker-full {
  width: 100%;
}
.payment-selection img {
  display: inline-block;
  max-height:81px;
}
.payment-button {
  /*padding: 0px 15px;*/
  border: 1px solid #f37021;
  /*float: left;*/
  background-color: #F9F8F7;
  /*margin-right: 5px;*/
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  height: 83px;
  font-size: 20px; 
}
.payment-button:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.payment-button:hover {
  background: #F9F6F2;
}
.payment-disabled, .payment-disabled:hover {
  background: #eee;
  cursor: default;
}
.alt-text:after {
  border-top: 15px solid #f37021;
  position: absolute;
  display: block;
  content: '';
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-top: 1px;
  right: 3px;
}
.delivery-info {
  margin-top: 10px;
}

/* general form css */
.form-left .control-label{
  text-align: left;
}
.btn-custom {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.qty {
  text-align:center;
  margin-bottom: 10px;
  width: 60px;
  border-radius: 0;
  display: inline-block;
}
input.qty {
  /*  width: 50px;
    margin: 0;*/
  padding: 3px 10px;
  /*text-align: center;*/
}
.button {
  padding: 5px 10px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 0;
  min-width: 100px;
}
table.list td {
  padding: 4px;
}
/* general form css ends */

/* FB Messenger css */

.relative {
  position: relative;
}
.fb_messenger_icon {
  position: absolute;
  top: 15px;
  z-index: 9999;
  right: 120px;
  /*opacity: 0.4;*/
  filter: alpha(opacity=40);
}
.fb_messenger_icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fb_messenger {
  position: absolute;
  z-index: 9999;
  right: 300px;
}
.fixed {
  position: fixed;
  min-width: 120px;
  max-width: 300px;
  height: 30px;
  overflow: hidden;
  bottom: 0;
}
.fb_messenger .fixed {
  width: 300px;
  height: 333px;
}
.fb_messenger_icon .fixed>*, .fb_messenger .fixed>* {
  display: block;
  height: 100%;
  width: 100%;
}
.chat {
  padding: 6px 10px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;

  background: #e06010;
  background: -o-linear-gradient(top,rgba(250,110,21,1),rgba(200,88,16,1));
  background: -moz-linear-gradient(top,rgba(250,110,21,1),rgba(200,88,16,1));
  background: -ms-linear-gradient(top,rgba(250,110,21,1),rgba(200,88,16,1));
  background: linear-gradient(top,rgba(250,110,21,1),rgba(200,88,16,1));
  background: -webkit-gradient(linear,center top,center bottom,from(rgba(250,110,21,1)),to(rgba(200,88,16,1)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffa6e15, endColorstr=#ffc85810);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffa6e15, endColorstr=#ffc85810);
  box-shadow: inset 0 1px 0px 0 rgba(0,0,0,0.4), inset 0 2px 0px 0 rgba(255,255,255,0.7);
}
.chat i {
  color: #e59341;
}
/* FB Messenger css ends */

.blink_text { 
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
  background: #ceffe0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
} 
.blink_text > span {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 3s;
  animation-timing-function: linear; 
  animation-iteration-count: infinite;
}
.blink_text a{
  color: #000;
}

@-moz-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; } 
} 

@keyframes blinker { 
  0% { opacity: 1.0; } 
  50% { opacity: 0.3; } 
  100% { opacity: 1.0; } 
}

/* css for updates done on 2017-05-15 */
.full-width {
  width: 100%;
  text-align: center;
}
.wishlist {
  font-size: 13px;
  margin-top: 10px;
  cursor: pointer;
}
.wishlist i {
  font-size: 20px;
  color: #aaa;
  font-weight: bold;
}
.likes, .nolikes {
  color: #747474;
}
.similar-product {
  text-align: center;
  color: #DC121B;
  border: 1px solid #DC121B;
  margin-top: 10px;
  display: block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  line-height: 20px;
}
.similar-product:hover {
  background:#DC121B;
  color: #fff;
  text-decoration: none;
}
#comment-icon, #gototop {
  position: absolute;
  z-index: 9999;
  right: -5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#comment-icon:hover, #gototop:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}
.fixed-comment {
  position: fixed;
  width: 40px;
  height: 40px;
  overflow: hidden;
  bottom: 10%;
  text-align: center;
  padding: 9px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background: #FB7016;
}
.fixed-comment a {
  color: #fff;
}
#gototop {
  display: none;
  cursor: pointer;	
}
#gototop .fixed-comment {
  margin-bottom: 50px;
}
.small-text {
  color: #555;
  font-size: 12px;
}
a.orange, a.green {
  padding: 10px 25px;
  background: #FB7016;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
}
a.green {
  background: #0DBA4F;
}

#product_report {
  padding: 20px 0 0;
  font-size: 13px;
  color: #0fa247;
  cursor: pointer;
}
#product_report:hover {
  color: #FB7016;
}
#product_report_form, #size_form {
  position: relative;
  min-height: 390px;
  max-height: 80%;
  top: 10%;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  background: #fff;
  padding: 10px;
}
#size_form {
  min-height: 185px;
  max-height: 50%;
  top: 30%;
}
.shaded {
  background: #f1f1f1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin-left: 0px!important;
  margin-right: 0px!important;
}

/* general css */
.add {
  margin-left: -5px;
  margin-right: -5px;
}
.add > div {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
  width: 50%;
}
.trash {
  font-size: 14px;
}
.scroll {
  position: fixed;
  bottom: 0;
  background: #FB7016;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  width: 100%;
  z-index: 9999;
  box-sizing: border-box;
}
.overlay, .overlay-mobile {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 9999;
  top: 0;
  display: none;
}
#loading {
  display: none;
  position: fixed;
  top: 40%;
  left: 40%;
  z-index: 9999;
  width: 200px;
  background: #068B38;
  padding: 20px 10px;
  border: 2px solid #D05608;
  color: #fff;
  text-align: center;
}
#wishlist_msg, #cart_msg {
  display: none;
  position: fixed;
  border: 1px solid #aaa;
  z-index: 9999;
  top: 40%;
  left: 30%;
  width: 400px;
  padding: 20px;
  text-align: center;
  background: #fff;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
#wishlist_msg .msg, #cart_msg .msg {
  margin-bottom: 10px;
}
#error_popup, #cashback_popup, #cancel_popup {
  position: fixed;
  z-index: 9999;
  background: #fff;
  padding: 10px;
  top: 40%;
  left: 40%;
  width: 300px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 5px solid #FB7016;
  display: none;
  background: #fefefe;
}
#error_popup h3 {
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  line-height: 26px;
  margin-bottom: 10px;
  color: #FB7016;
}
#error_popup #error {
  color: #018434;
  font-size: 13px;
  font-weight: bold;
}
#error_popup #close, #cashback_popup #close {
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  cursor: pointer;
  padding-top: 10px;
  font-size: 13px;
  text-align: right;
  float: none;
  opacity: 1;
  font-weight: normal;
}
#cancel_popup {
  border: 0;
  padding: 0;
}
#cancel_popup h3 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
  background: #DC121B;
  margin: 0px;
  padding: 5px 10px;
  border-radius: 4px 4px 0px 0px;
}
#cancel_popup form {
  padding: 20px;
}
#cancel_popup select {
  margin: 5px 0;
}
.add_popup {
  position: fixed;
  top: 0;
  left: 25%;
  width: 50%;
  border: 1px solid #ccc;
  padding: 10px;
  background: rgba(0, 130, 50, 0.9);
  color: #fff;
  z-index: 9999;
  border-radius: 5px;
}
.popup-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  line-height: 24px;
  font-family: 'Open Sans';
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 1px #000;
}
.popup-title1 {
  font-size: 18px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  line-height: 24px;
  font-family: 'Open Sans';
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.popup-title1 span {
  text-align: right;
}
.add_popup a {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.add_popup .desc {
  color: #000;
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px;
}
.add_popup .contact {
  font-size: 15px;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
}
.add_popup .big_buy a {
  color: #fff;
}
.modal-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  display: none;
  top: 0;
  z-index: 99999;
}
.modal-lock {
  overflow: hidden;
}
.txt-right {
  text-align: right;
}
.pad-top-7{
  padding-top: 7px;
}
.pad-bottom-7{
  padding-bottom: 7px;
}
.pad-top-9 {
  padding-top: 9px;
}
.pad-bottom-9 {
  padding-bottom: 9px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-left-5{
  margin-left: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-top-5 {
  margin-top: 5px;
}
.pad-top-5 {
  padding-top: 5px;
}
.margin-left-15 {
  margin-left: 15px;
}
.pad-bottom-5 {
  padding-bottom: 5px;
}
.col-pad-custom {
  padding-left: 5px;
  padding-right: 5px;
}
.border-top-black {
  border-top: 1px solid #000;
}
.btn-orange {
  background: #fb7016;
  border-radius: 0;
  color: #fff;
}
.btn-orange:hover {
  color: #eee;
}
.row .col-pad-custom:first-child {
  padding-left: 15px;
}
.row .col-pad-custom:last-child {
  padding-right: 15px;
}
.mobile {
  position: fixed;
  top: 50%;
  z-index: 9999;
 /* color: red;
  background: #fff;*/
  display: inline-block;
  padding: 20px;
  font-size: 18px;
  margin-top: -29px;
  left: 50%;
  /*margin-left: -335px;*/
  line-height: 22px;
}

.special-content {
  margin-top: 15px;
  border-top: 1px solid #eee;
  color: #333;
  line-height: 22px;
  font-family: Tahoma;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  font-size: 13px;
}
.special-content h1, .special-content h2 {
  font-size: 18px;
  line-height: 22px;
  color: #222;
  font-family: 'Trebuchet MS';
  letter-spacing: 1px;
}
#blog h5 {
  font-size: 16px;
}
#blog > div {
  color: #333;
  line-height: 22px;
  font-family: Tahoma;
  letter-spacing: 1.5px;
  font-size: 13px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 22px;     /* fallback */
  height: 43px;      /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.ellipsis a, .ellipsis span {
  display: block;
}

.fixed-height, .fixed-height-product {
  text-align: center;
  height: 120px;
}
.fixed-height:before, .fixed-height-product:before {
  content: '';
  /*display: inline-block;*/
  vertical-align: middle;
  height: 100%;
}
.fixed-height img, .fixed-height-product img {
  display: inline-block;
  max-width: 100%;
  max-height: 120px;
}

.fixed-height-product {
  height: 130px;
}
.fixed-height-product img {
  max-height: 130px;
}

@media(min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media(max-width: 1199px) {
  #testimonial-slider li .text{
    width: 85%;
  }
  .delivery-ad {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .datepicker{
    width: 96%;
  }
  .datepicker-full {
    width: 100%;
  }
}
@media(max-width: 991px) {
  body{
    background-position: 0 39px;
  }
  .header-top li {
    width: 50%;
  }
  .header-top li:second-child {
    text-align: right;
  }
  .user-menu {
    text-align: left;
  }
  #setCurrency {
    padding-right: 15px;  
    margin-top: 4px;
  }
  #setCurrency:after {
    /*display:none;*/
  }
  .custom-nav .navbar-nav li a {
    font-size: 14px;
    padding: 0 10px;
  }
  .title_bg {
    margin-top: 15px;
  }
  a.shop:hover {
    background-position:11% center;
  }
  .products_still li{
    width: 24%;
  }
  .products_still li:last-child{
    display:none;
  }
  .products_still_4 li {
    width: 32.33%
  }
  #testimonial-slider li .text {
    width: 80%;
  }
  .blog-date {
    text-align: left;
    padding-top: 5px;
  }
  .datepicker{
    width: 95%;
  }
  .free-delivery {
    font-size: 17px;
  }
  .datepicker-full {
    width: 100%;
  }
  .delivery-info {
    margin-top: 0px;
  }
  .alt-text:after {
    display: none;
  }
  #gototop, #comment-icon {
    right: 20px;
  }
  .col-pad-custom {
    padding-left: 15px;
    padding-right: 15px;
  }

}
@media(max-width: 767px) {
  body{
    background-position: 0 132px;
  }
  .header-top li:nth-child(1), .header-top li:nth-child(2){
    width: 100%;
    text-align: center;
  }
  #setCurrency {
    margin-top: 4px;
  }
  #setCurrency:after {
    display:block;
  }
  .custom-nav .navbar-nav li a {
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    background: none;
  }
  #search-icon {
    display: none;
  }
  .left_nevigation {
    display: none;
  }
  a.shop:hover {
    background-position:0% center;
  }
  #testimonial-slider li .text {
    width: 77%;
  }
  .testimonials{
    height: 186px;
  }
  .testimonials>span {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 0;
    border-left: 10px solid #cc0000;
    display: block;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
  }
  .testimonials>span>a {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: rotate(0deg);
    display: inline;
  }
  #testimonial-slider {
    padding: 0;
  }
  .txt-right {
    text-align: left;
  }
  .datepicker-full {
    width: 100%;
  }
  .checkoutprocess > span {
    display: block;
    border: 0;
  }
  .checkoutprocess>span:first-child {
    border-bottom: 1px solid #0fa247;
  }
  .payment-button {
    float:none;
    display: block;
    text-align: center;
  }
  .product-right {
    float: none!important;
    max-width: 100%;
    margin-left: 0;
  }
  .rev-text-center {
    text-align: center;
  }
  #gototop, #comment-icon {
    right: 30px;
  }
  .mobile {
    left: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media(max-width: 640px) {
  body {
    /*background-position: 0 -6px;*/
  }
  .logo p{
    display: none;
  }
  .products_still li {
    width: 32.33%;
  }
  .products_still li:nth-child(4){
    display:none;
  }
  .testimonials {
    height: auto;
  }
  #testimonial-slider li .img, #testimonial-slider li .text {
    width: 100%;
    margin-right: 0;
  }
  #testimonial-slider li img {
    max-width: 150px;
    max-height: 150px;
  }
  .datepicker{
    width: 94%;
  }
  /*  .product-right {
      max-width: 169px;
    }*/
  .free-delivery {
    font-size: 15px;
    padding: 5px 10px;
  }
  .datepicker-full {
    width: 100%;
  }
  .add > div {
    width: 100%;
  }
}
@media(max-width: 430px) {
  .products_still li {
    width: 49%;
  }
  .products_still li:nth-child(3){
    display:none;
  }
}

/* filter section */
ul.filter {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
ul.filter li {
  margin-left: 20px;
}
ul.filter label {
  font-weight: normal;
  font-size: 14px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 24px;
}
ul.filter label:before, ul.filter label:after {
  content: '';
  position: absolute;
  border: 2px solid #f57100;
  width: 20px;
  height: 20px;
  left: -15px;
  top: 3px;
}
ul.filter input[type=checkbox], ul.filter input[type=radio] {
  opacity: 0;
  position: absolute;
  left: -999px;
}
ul.filter input[type=checkbox]:checked + label:before { 
  background: #f57100;
}
ul.filter input[type=checkbox]:checked + label:after { 
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 7px;
  height: 12px;
  transform: rotate(37deg);
  top: 5px;
  left: -8px;
  transition: border .25s, width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
}

ul.filter input[type=radio]:checked + label:after  {
  background-color: #f57100;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  transition: background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
}
/* filter section ends */



.swiper-slide.trending {
  width: 18%;
  margin-bottom: 40px;
  margin-right:20px;
}

@media screen and (max-width: 479px) {

  .swiper-slide.trending {
    width: 42%;
    margin-bottom: 40px;
    margin-right:20px;
  }


}
 .product-image {
  z-index: 4;
  text-align: center;
}

 .product-caption {
  padding: 14px 0 0;
  text-align: center;
  border-top: solid #ccc 1px;
}

.product-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 2.4em;
}


.product-image img {
  /* width: 100%; */
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  padding: 20px;
}