/* Bazebo (Custom Css) */
body {font-size: 13px;color: #333;overflow-x: hidden;margin: 0;padding: 0;font-family: 'Open Sans', sans-serif;}
.bazebo-home {background-color: #fff;}

.inline {display: inline-block;vertical-align: top;}
ul {list-style: none;}
a {-webkit-transition: all 0.2s linear 0s;-moz-transition: all 0.2s linear 0s;-o-transition: all 0.2s linear 0s;transition: all 0.2s linear 0s;}
ul {margin: 0;padding: 0;}
a {outline: none!important;}
a:hover,a:active,a:focus {text-decoration: none;}
img[src="assets/images/blank.gif"] {background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;}

.btn-upper {text-transform: uppercase;}
.btn{}
.btn:focus, .btn:active:focus, .btn.active:focus{outline:0;}

.m-t-30 {margin-top: 30px;}
.m-t-20 {margin-top: 20px;}
.m-t-15 {margin-top: 15px;}
.m-t-10 {margin-top: 10px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-30 {margin-bottom: 30px;}

 

.t-right{text-align: right;}
.t-left{text-align: left;}
.t-center{text-align:center;}

.f-l{float:left;}
.f-r{float:right;}
.f-bold{font-weight:bold;}
.f-normal{font-weight:normal;}
.w-200{width:200px;}
/*======    Buttons    =====================*/

.btn-uppercase {
  text-transform: uppercase;
}
.btn-default {
  background: #cbc9c9;
  color: #fff;
  font-weight: 700;
  /*line-height:30px;*/
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-primary {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #f7941e;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  border-radius:0;
  padding: 6px 14px;
  font-family: 'Montserrat', sans-serif;
  border-radius:2px

}
.btn-green {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #249705;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  border-radius:0;
  padding: 6px 14px;
  font-family: 'Montserrat', sans-serif;
  border-radius:2px

}
.btn-green:hover,
.btn-green:hover,
.btn-green:focus,
.btn-green:focus {
  color: #fff;
}
.btn-orange{
	 -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #249705;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  border-radius:0;
  padding: 6px 14px;
  font-family: 'Montserrat', sans-serif;
  border-radius:2px
}
.btn-black {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #3a3a3a;
  color: #fff;
  border: none;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  padding: 3px 22px;
}
.btn-primary:hover,
.btn-black:hover,
.btn-black:focus,
.btn-primary:focus {
  color: #fff;
}
.btn-yellow{-webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #ff9f00;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  border-radius:0;
  padding: 6px 14px;
 /*font-weight:bold;
  border-radius:5px*/

}
.btn-yellow:hover,.btn-yellow.active,.btn-yellow:focus{
  background: #ff9f00;
  color:#fff !important;
}
.btn-black{-webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #000;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  border-radius:0;
  padding: 6px 14px;
 /*font-weight:bold;
  border-radius:5px*/

}
.btn-black:hover,.btn-black.active,.btn-black:focus{
  background: #000 !important;
  color:#fff !important;
}



/*======    Layout    =====================*/

.center-block {
  float: none;
}
.inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.inner-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner-vs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 80px;
}
.inner-top-xs {
  padding-top: 40px;
}
.inner-top-vs {
  padding-top: 30px;
}
.inner-bottom {
  padding-bottom: 120px;
}
.inner-bottom-md {
  padding-bottom: 100px;
}
.inner-bottom-sm {
  padding-bottom: 80px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.inner-bottom-vs {
  padding-bottom: 60px;
}
.inner-left {
  padding-left: 75px;
}
.inner-left-md {
  padding-left: 60px;
}
.inner-left-sm {
  padding-left: 45px;
}
.inner-left-xs {
  padding-left: 30px;
}
.inner-right {
  padding-right: 75px;
}
.inner-right-md {
  padding-right: 60px;
}
.inner-right-sm {
  padding-right: 45px;
}
.inner-right-xs {
  padding-right: 30px;
}
.inner-right-vs {
  padding-right: 10px;
}
.outer {
  margin-top: 120px;
  margin-bottom: 120px;
}
.outer-md {
  margin-top: 100px;
  margin-bottom: 100px;
}
.outer-sm {
  margin-top: 80px;
  margin-bottom: 80px;
}
.outer-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.outer-top {
  margin-top: 120px;
}
.outer-top-md {
  margin-top: 100px;
}
.outer-top-sm {
  margin-top: 80px;
}
.outer-top-xs {
  margin-top: 20px;
}

.outer-top-ss {
  margin-top: 20px;
}

.outer-top-n {
  margin-top: 0px!important;
}

.outer-top-vs {
  margin-top: 30px;
}
.outer-top-small {
  margin-top: 50px;
}
.outer-bottom {
  margin-bottom: 120px;
}
.outer-bottom-md {
  margin-bottom: 100px;
}
.outer-bottom-sm {
  margin-bottom: 80px;
}
.outer-bottom-vs {
  margin-bottom: 60px;
}
.outer-bottom-xs {
  margin-bottom: 30px;
}
.outer-bottom-small {
  margin-bottom: 30px;
}
.outer-top-bd {
  margin-top: 50px;
}
.inner-bottom-30 {
  padding-bottom: 30px;
}
.inner-bottom-20 {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-md {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-top {
    padding-top: 80px;
  }
  .inner-top-md {
    padding-top: 65px;
  }
  .inner-top-sm {
    padding-top: 50px;
  }
  .inner-top-xs {
    padding-top: 40px;
  }
  .inner-bottom {
    padding-bottom: 80px;
  }
  .inner-bottom-md {
    padding-bottom: 65px;
  }
  .inner-bottom-sm {
    padding-bottom: 50px;
  }
  .inner-bottom-xs {
    padding-bottom: 40px;
  }
}
.section-title {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
 
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight:bold;
  margin-top:0px;
}

.featured-product .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
	
    padding-bottom: 10px;
    padding: 18px 20px;
}
.featured-product .tdy-deals{position: absolute;
    top: 14px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    left: 180px;}
.featured-product .tdy-deals span{background: #000;color: #fff;padding: 3px 6px; margin: 0 2px;font-weight: bold;font-size:16px;}
.featured-product .view-all a,.featured-product .view-all a:hover{color: #f7941e;
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 14px;}
.best-sellers .view-all a, .best-sellers .view-all a:hover{color: #f7941e;
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 14px;}
.best-sellers{float:left;}
.best-sellers .item {margin:20px;float:left;}
.best-sellers .item ul{}
.best-sellers .item li{width: 50%;
    padding: 5px;
    float: left;}
.best-sellers .item li img{width:100%; height:200px;}
.best-deal {
	background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}

.best-deal .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.best-deal .best-seller {padding:21px; padding-top:0px;}
.best-deal .best-seller .col2 {padding-left:0px}

.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
  margin-top: 0px;
}
/*carousel control button*/
.sidebar-widget .custom-carousel .owl-controls {right:0px}

.custom-carousel .owl-controls {
  position: absolute;
  right: 20px;
  top: -32px;
  width: 100%;
  display: block;
}
.custom-carousel .owl-controls .owl-prev {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -25px;
  right: 27px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #dddddd;
}
.custom-carousel .owl-controls .owl-prev:before {
  color: #fff;
  content: "\f104";
  font-family: fontawesome;
  font-size: 13px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.custom-carousel .owl-controls .owl-next {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -25px;
  right: 0px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #dddddd;
}
.custom-carousel .owl-controls .owl-next:before {
  content: "\f105";
  font-family: fontawesome;
  color: #fff;
  font-size: 13px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
  top: -57px;
  display:none
}
.featured-product {
  
      background-color: #fff;
    box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px;
	position:relative;
	border-radius: 15px;
	
}

.featured-product .cart-btn {display:none}

.featured-product .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
}

.featured-product .home-owl-carousel {padding-left: 20px;}

.new-arriavls{
  margin-bottom: 19px;
      background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	
}

.new-arriavls .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
}

.new-arriavls .home-owl-carousel {padding-left: 20px;}

.new-arriavls .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.new-arriavls .cart-btn {display:none}

.latest-blog {
	margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	
}

.latest-blog .btn-primary {margin:3px}

.latest-blog .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.latest-blog .blog-slider {padding-left: 20px; padding-bottom:25px;}
.latest-blog .blog-post {margin-right:25px}
.latest-blog .blog-post img {width:100%}

.logo-slider-inner {
  margin-top: 10px;
  margin-bottom: 20px;
}
.special-product .product:first-child {
  margin-bottom: 20px;
}

.special-product .product .image img {width:100%}
.special-product .product .col {padding-right:0px}
.special-product .product .btn-primary {background:none; padding:0px; color:#157ed2; text-decoration:underline; margin-top:5px;}

.special-product .product:last-child {
  margin-top: 20px;
}
.best-product .product:first-child {
  margin-bottom: 20px;
}
#owl-main .owl-controls .owl-buttons .icon {
  position: relative;
  top: 8px;
  color: #333 !important;
}
.config-options ul > li > a {
  display: block;
}
.read-more-bottom {
  margin-bottom: 10px;
}
.unicase-form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #eee;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 10px 12px;
}
.unicase-form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d8d8d8;
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.seller-product .products {
  margin-bottom: 35px;
}

.product-slider .products {margin-left:0px; margin-right:18px; padding-bottom:15px}
.product-slider .products .cart-btn {display:none}
.category-product .products .cart-btn {display: none;}

.seller-product .products .product .product-info .name {
  font-size: 18px;
  margin-top: 5px !important;
}
a {
  color: #f7941e;
}
a:hover {
  color: #f7941e;
}
.show-theme-options:hover,
.show-theme-options:focus {
  background: #f7941e;
}
.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
  background: #f7941e;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
  color: #f7941e;
}
.top-bar .cnt-block ul li a .caret {
  color: #333!important;
}
.top-bar .cnt-block ul li .dropdown-menu li a:hover,
.top-bar .cnt-block ul li .dropdown-menu li a:focus {
  color: #f7941e;
}
.main-header .top-search-holder .contact-row .icon {
  color: #f7941e;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
  color: #f7941e;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus {
  color: #f7941e;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  color: #f7941e;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus {
  color: #f7941e;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  color: #f7941e;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
  color: #f7941e;
}
.header-style-1 .header-nav {
  background: #f7941e !important;
}
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li.active {
  background: transparent !important;/*#095182;*/
}
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:hover,
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:focus {
  background: #095182;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active {
  background: #f7941e;
}
.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav > li.active {
  background: #f7941e;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  background: #f7941e !important;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #f7941e;
}
.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
  color: #f7941e;
}
.sidebar .side-menu nav .nav > li a:hover:after,
.sidebar .side-menu nav .nav > li a:focus:after {
  color: #f7941e;
}
.info-box .info-box-heading.green {
  color: #f7941e;
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  color: #f7941e;
}
.product .product-info .name a:hover,
.product .product-info .name a:focus {
  color: #f7941e;
}
.product .product-info .product-price .price {
  color: #f7941e !important;
}
.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
  color: #f7941e;
}
.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
  background: #f7941e;
}
.product .cart .action ul li.add-cart-button .btn-primary.icon:hover,
.product .cart .action ul li.add-cart-button .btn-primary.icon:focus {
  background: #095182;
}
.tag.sale {
  background: #abd07e;
}
.copyright-bar .copyright a {
  color: #f7941e;
}
.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
  color: #f7941e;
}
.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
  background: #f7941e;
}
.latest-tweet .re-twitter .comment a {
  color: #f7941e;
}
.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
  color: #f7941e;
}
.footer .contact-information .media .icon .fa-stack-2x {
  color: #f7941e;
}
.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
  color: #f7941e;
}
.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
  color: #f7941e;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  background: #f7941e;
}
.hot-deals .product-info .product-price .price {
  color: #f7941e;
}
.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
  color: #f7941e;
}
.custom-carousel .owl-controls .owl-prev:hover,
.custom-carousel .owl-controls .owl-next:hover,
.custom-carousel .owl-controls .owl-prev:focus,
.custom-carousel .owl-controls .owl-next:focus {
  background: #095182;
}
.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
  color: #f7941e;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  color: #f7941e;
}
.breadcrumb ul li.active {
  color: #095182;
  padding-top: 2px;
}
.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
  color: #095182;
}
.filters-container .nav-tabs.nav-tab-box li.active a .icon {
  color: #f7941e;
}
.filters-container .pagination-container ul li.active a {
  color: #f7941e;
}
.filters-container .pagination-container ul li.prev:hover,
.filters-container .pagination-container ul li.next:hover,
.filters-container .pagination-container ul li.prev:focus,
.filters-container .pagination-container ul li.next:focus {
  background: #f7941e;
}
.filters-container .pagination-container ul li a:hover,
.filters-container .pagination-container ul li a:focus {
  color: #f7941e;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
  color: #f7941e;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:focus,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  color: #f7941e;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  border: 5px solid #f7941e;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus {
  color: #f7941e;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
  color: #f7941e;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
  background: #f7941e;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
  background: #f7941e;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
  border: 1px solid #f7941e;
}
.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
  color: #f7941e;
}
.single-product .product-info .price-container .price-box .price {
  color: #f7941e;
}
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
  color: #f7941e;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
  background: #f7941e;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
  background: #f7941e;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7941e;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
  background: #f7941e;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7941e;
}
.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
  background: #f7941e;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  color: #f7941e;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  color: #f7941e;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  background: #095182;
}
#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
  background: #f7941e;
}
.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
  color: #f7941e !important;
}
.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
  color: #f7941e !important;
}
.homepage-container .product .tag.hot {
  background: #f7941e;
}
.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
  color: #f7941e;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  background: #f7941e;
  border: 2px solid #f7941e;
}

.category-list {    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;}
.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
  background: #f7941e;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  background: #f7941e;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  background: #f7941e;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #f7941e;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
  background: #f7941e !important;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:hover,
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:focus {
  background: #f7941e !important;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
  background: #f7941e;
}
.blog-page .blog-post h1 a:hover,
.blog-page .blog-post h1 a:focus {
  color: #f7941e;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
  color: #095182;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
  background-color: #f7941e;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
  color: #095182;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus {
  color: #f7941e;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
  background-color: #f7941e;
}
.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  color: #f7941e;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
  color: #f7941e;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
  background-color: #f7941e;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus {
  color: #f7941e;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
  color: #f7941e;
}
.contact-page .contact-info .contact-i {
  background-color: #f7941e;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
  color: #f7941e;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  color: #095182;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
  color: #f7941e;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  color: #095182;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
  color: #f7941e;
}
.logo-color {
  fill: #f7941e;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
  color: #f7941e;
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
  color: #f7941e;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail {
  border-bottom: none;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
  margin-right: 10px;
  padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
  background: #f7941e;
  border: 2px solid #f7941e;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
  background: #f7941e;
  border: 2px solid #f7941e;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  color: #f7941e;
}
.yamm .dropdown-menu {
  border-top-color: #f7941e;
}
.product-comparison .compare-table tr td .product-price .price {
  color: #f7941e;
}
.product-comparison .compare-table tr td .in-stock {
  color: #f7941e;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover,
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus {
  color: #f7941e;
}
.product-comparison .compare-table tr td .product-price .price {
  color: #f7941e;
}
.product-comparison .compare-table tr td .in-stock {
  color: #f7941e;
}
.body-content .x-page .x-text h1 {
  color: #f7941e;
}
.body-content .x-page .x-text a {
  color: #f7941e;
}
.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
  color: #f7941e;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
  color: #f7941e;
}
.terms-conditions-page .contact-form {
  color: #f7941e;
}

.top-bar {
  padding:0px;
  font-size: 12px;
}
.top-bar .cnt-account {
  float: right;
  padding: 6px 0px;
}
.top-bar .cnt-account ul {
  margin: 0px;
}
.top-bar .cnt-account ul > li {
  display: inline-block;
  line-height: 12px;
  padding:3px 12px 3px 7px;
  border-right: 1px solid hsla(0,0%,100%,.2);

}
.top-bar .cnt-account ul > li:last-child {
	border:none;
	padding-right:0px

}
.top-bar .cnt-account ul > li a {
  color:rgba(255,255,255,0.8);
  padding: 0px;
  font-weight: 400;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.top-bar .cnt-account ul > li a .icon {
  display: block;
  float: left;
  padding-right: 6px;
  font-size: 11px;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
  text-decoration: none;
}
.top-bar .cnt-block {
  float: right;
}
.top-bar .cnt-block .list-inline {
  margin: 0px;
}
.top-bar .cnt-block .list-inline > li {
  display: inline-block;
  margin-right:10px;
  padding:0px;
}
.top-bar .cnt-block .list-inline > li > a {
  padding: 7px 0px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #fff;
  display: inline-block;
}
.top-bar .cnt-block .list-inline > li > a .value {
  color: #fff;
  margin: 2px 4px 2px 7px;
}
.top-bar .cnt-block .list-inline > li > a:hover,
.top-bar .cnt-block .list-inline > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.top-bar .cnt-block .list-inline > li .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  top: 125%;
  left: 5px;
}

.top-bar .dropdown-menu>li>a {
	padding:3px 10px;
	font-size:13px
}

.top-bar .cnt-block .list-inline > li .dropdown-menu li a:hover,
.top-bar .cnt-block .list-inline > li .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}

/*======    Header    =====================*/

header{background:#000;box-shadow: 0 2px 5px 0 rgba(0,0,0,.09);box-shadow: 0 2px 5px 0 rgba(0,0,0,.09);position: fixed;
    z-index: 101;width: 100%;top: 0;}
header.active{background:rgba(0,0,0,0.7);}
header.active .offers-menu{display:none;}
header.active .logo img {position: relative; top: -5px;}
.body-content{padding-top:120px;}
.main-header {
  padding:5px 0px 12px 0px;
}
.main-header .logo-holder {
  margin-top: 10px;
}
.main-header .top-search-holder .contact-row {
  line-height: 20px;
  color: #9b9b9b;
}
.main-header .top-search-holder .contact-row .phone {
  margin: 0 23px 0 0;
  border-right: 1px solid #E2E2E2;
  padding-right: 35px;
}
.main-header .top-search-holder .contact-row .icon {
  font-size: 18px;
  line-height: 23px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.main-header .top-search-holder .search-area {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 8px 0 0;
  background:#fff;
  border-radius:2px;
}
.main-header .top-search-holder .search-area .control-group{border: 1px solid #ddd;}
.main-header .top-search-holder .search-area .search-field {
  border: medium none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 13px;
  width: 67%;
}
.main-header .top-search-holder .search-area .categories-filter {
  border-right: 1px solid #ddd;
  text-transform: capitalize;
  display: inline-block;
  line-height: 44px;
  background: #fff;
  
}
.main-header .top-search-holder .search-area .categories-filter a {
  padding: 0 10px;
  color: #666;
  font-size: 13px;
}
.main-header .top-search-holder .search-area .categories-filter a .caret {
  margin-left: 15px;
  color: #a0a0a0;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  padding: 12px 17px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
  margin-bottom: 10px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
  padding: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
.main-header .top-search-holder .search-area .search-button {
  
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 12px 19px 12px;
  text-align: center;
    background-color: #f7941e;
    border: 1px solid #f7941e;
    height: 45px;
}
.main-header .top-search-holder .search-area .search-button:after {
  color: #fff;
  content: "\f002";
  font-family: fontawesome;
  font-size: 24px;
  line-height: 9px;
  vertical-align: middle;
}

/* offers-menu */
.offers-menu{}
.offers-menu li{display: inline-block;padding-right: 10px;padding-top: 10px;}
.offers-menu li a{color:#fff; text-decoration:none;}



.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
.top-cart-row {
  padding-top:8px;
  padding-left:0px
}
.top-cart-row .dropdown-cart {
  float: right;
}

.top-cart-row .dropdown-cart img {width:100%}

.top-cart-row .dropdown-cart .lnk-cart {
  padding: 0px;
      background: #006cb4;
    border: 1px solid #24609c;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
  position: relative;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
    padding: 12px 12px 13px 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    float: left;
    letter-spacing: 0.5px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
  float: left;
  padding: 12px;
  border-right: 1px solid rgba(255,255,255,0.2);
  padding: 12px 18px 13px 12px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
    height: 18px;
    position: absolute;
    left: 34px;
    top: 13px;
    width: 18px;
    background: #fdd922;
    color: #0f6cb2;
    font-size: 11px;
    text-align: center;
    line-height: 19px;;
}
.top-cart-row .dropdown-cart .dropdown-menu {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  left: auto;
  min-width: 0;
  padding: 24px 22px;
  right: 0;
  width: 230px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
  color: #666666;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  font-weight: 700;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
  padding: 0;
  position: relative;
  font-size: 15px;
  right: 8px;
  top: 8px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
  color: #898989;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  margin-right: 10px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  font-weight: 700;
}
.header-style-1 .header-nav .navbar-default {
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  min-height:auto;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse {
  padding: 0;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
  color: #fff;
}
.navbar-nav {float:none}

.special-menu {float:right}
.special-menu a {color:#333 !important; border:none!important; padding-right:0px!important} 
.special-menu a:hover{ background:none!important; color:#fff!important}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 9px;
  text-transform: capitalize;
  -webkit-transitio: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-weight:normal;
  letter-spacing:0px;
  font-weight: 600;
  
  
 /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 11px 15px;
  text-transform: uppercase;
  -webkit-transitio: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-weight:normal;
  letter-spacing:0.5px;
  border-right: 1px solid rgba(255,255,255,0.1);*/
  
  
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -10px;
  display: inline;
  padding: 1px 7px;
  color: #fff;
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
  right: 23px;
  line-height: normal;
  letter-spacing:1px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
  border-width: 6px 7px 0 6px;
  right: 18px;
  top: 90%;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transitio: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 100;
  
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:before {
  right: 18px;
  top: 90%;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu {
  background: #f1c40f;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:after {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:before {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu {
  background: #ff7878;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:after {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:before {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-2 {
  /*margin-bottom:10px;*/
}
.header-style-2 .header-nav {
  background: rgba(0, 0, 0, 0) !important;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
  color: #555;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li.open > a {
  color: #fff;
}
.header-style-3 .header-nav {
  background: #202020 !important;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
}
.header-style-3 .header-nav .yamm .dropdown-menu {
  top: 62px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .dropdown-menu {
  left:auto;
  top: 100% ;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border:none;
  padding:0px
}

.yamm .dropdown-menu .custom-banner a {padding:0px}
.yamm .dropdown-menu .banner-image { margin-bottom:-20px}

.navbar-nav .open a{
    float: none;
	background:#fff!important;
	color:#888!important;
	border-radius:3px 3px 0px 0px;
}

.yamm .dropdown-menu .yamm-content {
  padding: 20px 20px;

}
.yamm .dropdown-menu .yamm-content h4{margin-top:0px; color:#000;position:relative;padding-left:12px;}
.yamm .dropdown-menu .yamm-content h4:before{content: "\f111";
    font-family: fontawesome;
    font-size: 8px;
    line-height: 15px;
    position: absolute;
    margin-right: 10px;
    left: 0;
    top: 3px;
    color: #333;}
.yamm .dropdown-menu .yamm-content .col-menu {min-width:150px}

.yamm .dropdown-menu .yamm-content .links li a {
  padding: 4px 0px;
  font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
	font-size:13px;
	color:#565656;
	
}


.yamm .dropdown-menu h2 {
  font-size: 14px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  font-weight:bold
}
.yamm .dropdown-menu li {
  line-height:normal;
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yamm .dropdown-menu li a {
  color: #3D3D3D;
  line-height: normal;
  text-transform: none ;
  display: block;
  padding: 8px 16px;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
  margin-left: 0px;
}
.yamm .dropdown-menu .text {
  font-size: 13px;
  line-height: 20px;
  position: relative;
  bottom: 0px;
  top: 73px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a {
  color: #fff;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class {
  border: none;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default {
  background: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default .nav-bg-class {
  -moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
  -webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
  box-shadow: 0 0 0 3px #F6F6F6 inset;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li {
  border-bottom: 1px solid #E0E0E0;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li:last-child {
  border-bottom: none;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a {
  line-height: 26px;
  padding: 0px;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:hover,
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:focus {
  margin-left: 0px;
}



/*===================================================================================*/
/*  Home Tabs
/*===================================================================================*/

.scroll-tabs {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  
}
.scroll-tabs .more-info-tab {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding: 15px 20px;
}
.scroll-tabs .more-info-tab .new-product-title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight:bold
}
.scroll-tabs .nav-tab-line {
  border-bottom: none;
  margin-top: 4px;
  margin-right: 55px;
}
.scroll-tabs .nav-tab-line li.active a {
  border: none;
}
.scroll-tabs .nav-tab-line li a {
   font-weight: 500;
  color: #666666;
  font-size: 13px;
  border: medium none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px !important;
  position: relative;
  font-family:'Open Sans', sans-serif
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  background: rgba(0, 0, 0, 0);
}

.tab-content {padding-left:20px}

.product {
  position: relative;
}
.product .product-image img {width:100%;height: 154px;object-fit: contain;}

.product .product-image .tag {
  position: absolute;
}
.product .product-info .name {
 display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 36px;
  margin: 10px auto 10px auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .product-info .name a, .product .product-info .name a:hover { 
  color: #333 !important;
  line-height: 18px;
}
.product .product-info .title {
 display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 16px;
  margin: 10px auto 10px auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight:bold;
  text-align: center;
}
.product .product-info .title a, .product .product-info .title a:hover { 
  color: #333 !important;
  line-height: 18px;
}
.product .product-info .star-rating .color {
  color: #ffb400;
}
.product .product-info .product-price .price {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  margin-right: 8px;
}
.product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #666;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}
.product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #666;
  font-weight: 400;
  line-height: 16px;
  display: block !important;
  font-size: 12px;
}
.product .product-info .product-price .discount{background: #f7941e;
    color: #fff;
    text-align: center;
    padding: 3px 8px;
    border-radius: 5px;}
.product .product-info .product-price .per-disc{display: block;color: #ff0000;line-height: 10px;}	
.product .product-info .product-price .offer {color:#f7941e;display:block;text-align:center;}
.product .product-info .product-price .buy {color:#333;display:block;text-align:center;margin-bottom: 48px;}
.product .cart {
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  width: 100%;
  z-index: 666;
  left: 50%;
  position:absolute;
   top:0;
    margin-left:-55px
 
}
.product .cart .action ul li {
  float: left;
}
.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #fdd922 ;
}
.product .cart .action ul li.lnk {
  margin: 10px 0px;
      background: #0f6cb2;
    margin: 0px;
    padding: 8px 2px;
	border-left:1px solid hsla(0,0%,100%,.2);
	border-radius:0px 3px 3px 0px
}
.product .cart .action ul li.lnk a {
  padding: 0 10px;
  color: #fff;
  padding: 8px 10px;
}
.product .cart .action ul li.lnk.wishlist {
	background:#0f6cb2;
	margin:0px;
	border-radius:0px
	

}
.tag {
  font-size: 10px;
  font-weight: 700;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 10px;
  /*11px;*/
  text-align: center;
}
.tag span {
  position: relative;
  z-index: 100;
}
.tag.new {
  background: #46aad7;
}
.tag.hot {
  background: #ff7878;
}
.tag.disc {
  background: #ff0000;
    border-radius: 0px;
    height: 25px !important;
    padding: 0;
    width: 66px !important;
    line-height: 24px !important;
    font-size: 12px !important;
}
.product:hover .cart {
  opacity: 1;
  top:45%
}
.best-seller .product .product-info .name,
.special-offer .product .product-info .name {
  margin-top: 4px;
}
.cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
 
 
}
.cart .action {
  float: left;
}
.cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #fdd922 ;
  color:#333
}


.cart .action.lnk {
  margin: 10px 0px;
}
.cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.product-micro .product-image .image a .zoom-overlay:before {
  color: #FFFFFF;
  content: "\f00e";
  font-family: fontawesome;
  left: 45%;
  position: relative;
  right: 40%;
}
.product-micro .product-image .image a .zoom-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 99;
}
.product-micro .product-image .image a .zoom-overlay:hover,
.product-micro .product-image .image a .zoom-overlay:focus {
  opacity: 1;
}

.copyright-bar {
  background: #000;
  padding: 20px 0px;
}
.copyright-bar .copyright {
  color: #5d5c5c;
  line-height: 28px;
}
.copyright-bar .payment-methods {
  text-align: right;
}
.copyright-bar .payment-methods ul li {
  display: inline-block;
  margin-right: 15px;
}
.copyright-bar .payment-methods ul li:last-child {
  margin-right: 0px;
}
.copyright-bar .no-padding {
  padding: 0px;
}


.footer .links-social {
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 70px;
}

.social {
	overflow: hidden
}
.social a {
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
    border-radius: 3px;
}
.social a:hover {
	color: #fff;
}
.social .fb a:before {
	content: "\f09a";
	font-family: FontAwesome;
}
.social .fb a {
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #3C5B9B !important;
}
.social .tw a:before {
	content: "\f099";
	font-family: FontAwesome;
}
.social .tw a {
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #359BED !important;
}
.social .googleplus a:before {
	content: "\f0d5";
	font-family: FontAwesome;
}
.social .googleplus a {
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #E33729!important;
}
.social .rss a:before {
	content: "\f09e";
	font-family: FontAwesome;
}
.social .rss a {
	content: "\f09e";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #FD9F13 !important;
}
.social .pintrest a:before {
	content: "\f0d3";
	font-family: FontAwesome;
}
.social .pintrest a {
	content: "\f0d3";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #cb2027 !important;
}
.social .linkedin a:before {
	content: "\f0e1";
	font-family: FontAwesome;
}
.social .linkedin a {
	content: "\f0e1";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #027ba5 !important;
}
.social .youtube a:before {
	content: "\f167";
	font-family: FontAwesome;
}
.social .youtube a {
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #F03434 !important;
}
.social h4 {
	margin: 25px 0 0px 0px;
}
.social ul {
	margin: 0;
	list-style: none;
}
.social ul li {
	margin-right: 7px;
}
.social ul li {
	border-bottom: none;
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
}

.footer .links-social .contact-info .footer-logo {
  margin-top: 10px;
}
.footer .links-social .contact-info .about-us {
  margin-bottom: 20px;
}
.footer .links-social .contact-info .social-icons a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 2em;
  height: 2em;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}
.footer .links-social .contact-info .social-icons a:hover,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a.active {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.footer .links-social .contact-info .social-icons a .icon {
  line-height: 2em;
}
.footer .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #555555;
}
.footer .contact-timing .table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.footer .contact-timing .table tbody tr td {
  border-top: none;
  font-size: 12px;
  line-height: 36px;
  padding: 0px !important;
}
.footer .contact-timing .contact-number {
  font-family: 'Open Sans', sans-serif;
}
.footer .contact-information .media .media-body a {
  color: #666666;
}
.footer .footer-bottom {
  background: #f5f6fa;
  padding-top: 30px;
  padding-bottom:30px
}

.footer .module-title {
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-bottom:15px;
	color: #000;
	}

.footer .footer-bottom .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #898989;
}
.footer .footer-bottom .module-body ul li {
color:#000;
}

.toggle-footer {color:#666}
.toggle-footer a {margin-left:0px!important}
.toggle-footer a:before {display:none}
.toggle-footer i{background:#032e4b; border-radius:2px}

.footer .footer-bottom .module-body ul li:last-child{border:none}

.footer .footer-bottom .module-body ul li a {
  font-size: 13px;
  line-height: 30px;
  color: #000;
  position: relative;
  margin-left: 23px;
  display: block;
}
.footer .footer-bottom .module-body ul li a:hover{color:#000 !important;} 
.footer .footer-bottom .module-body ul li a:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -22px;
  font-size: 6px;
}
.footer .footer-bottom .module-body ul.download li a{margin-left:0px;}
.footer .footer-bottom .module-body ul.download li a:before {display:none;}
	
	
.product-tag .item {
  background-color: #f5f5f5;
  color: #666666;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 12px;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  color: #fff;
}
.newsletter .sidebar-widget-body input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size:13px
}

.hot-deals .custom-carousel .owl-controls .owl-next {
	top:-20px
}
.hot-deals .custom-carousel .owl-controls .owl-prev {
	top:-20px
}
.hot-deals .hot-deal-wrapper {
  position: relative;
}
.hot-deals .hot-deal-wrapper .image img{
  width: 100%;
}

.hot-deals .hot-deal-wrapper .sale-offer-tag {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
  top: 4%;
  right: 10px;
  width: 50px;
  z-index: 100;
  background: #ff7878;
  position: absolute;
  text-align: center;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag span {
  position: relative;
  z-index: 100;
  top: 10px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper {
  bottom: 20px;
  position: absolute;
  left: 15px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
  display: table;
  text-align: center;
  margin-right: 4px;
  float: left;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
  background-color: #fff;
  color: #333;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  width: 45px;
  line-height: 15px;

}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family:'Open Sans', sans-serif
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing:0.5px
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
  margin-right: 0px;
}
.hot-deals .product-info .name {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.hot-deals .product-info .name a {
  color: #555;
}
.hot-deals .product-info .product-price .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}
.hot-deals .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}
.hot-deals .cart {
  margin-top: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 666;
  left: 0px;
}
.hot-deals .cart .action {
  float: left;
}
.hot-deals .cart .action .add-cart-button a {
  background: none repeat scroll 0 0 #a8a8a8;
  border: medium none;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  padding: 0px;
}
.hot-deals .cart .action .add-cart-button a .icon {
  background: none repeat scroll 0 0 #575757;
  color: #FFFFFF;
  height: 100%;
  left: 0;
  font-size: 13px;
  padding: 11px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}
.hot-deals .cart .action .add-cart-button a span {
  display: block;
  margin-left: 35px;
  overflow: hidden;
  padding: 8px 13px;
}
.hot-deals .cart .action .add-cart-button a:hover,
.hot-deals .cart .action .add-cart-button a:focus {
  background: #c6c6c6;
}
.breadcrumb {
  background: rgba(0, 0, 0, 0);
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    display: block;
}
.breadcrumb ul {

  margin: auto;
  padding:8px 0 0px;
  text-align: left;
}
.breadcrumb ul li{float:left;margin-right: 15px}

.breadcrumb ul li:after {
  color: #666666;
  content: "\f105";
    font-family: FontAwesome;
  font-size: 12px;
  line-height: 24px;
  margin-left: 9px;
  margin-right: -4px;
  padding: 0px;
  position:absolute;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb ul li a {
  color: #666666;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  float:left;
}
.category-carousel {
  text-align: center;
  cursor: default;
}
.category-carousel .item {
  position: relative;
  margin-bottom:30px;
}
.category-carousel .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 10%;
  z-index: 100;
  display: table-cell;
}
.category-carousel .item .caption .big-text {
  font-size: 100px;
  line-height: 145px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #fdd922;
}
.category-carousel .item .caption .excerpt {
  font-size:36px;
  letter-spacing:normal;
  color: #fff;
}
.category-carousel .item .caption .excerpt-normal {
  font-size:14px;
  letter-spacing:normal;
  color: #fff;
  letter-spacing:0.5px
}


.category-carousel .item .owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.category-carousel .item .owl-controls .owl-prev,
.category-carousel .item .owl-controls .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 21px;
  color: #FFF;
  background-color: #d3d3d3;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.category-carousel .item .owl-controls .owl-prev {
  left: -35px;
}
.category-carousel .item .owl-controls .owl-next {
  right: -35px;
}
.category-carousel .item:hover .owl-prev {
  left: -40px;
  opacity: .25;
}
.category-carousel .item:hover .owl-next {
  right: -40px;
  opacity: .25;
}
.category-carousel .item:hover .owl-prev:hover,
.category-carousel .item:hover .owl-next:hover {
  opacity: 1;
}
.filters-container {
  background-color: #fff;
    padding-bottom: 0px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}
.filters-container .nav-tabs.nav-tab-box {
  border: medium none;
  margin-top: 3px;
}
.filters-container .nav-tabs.nav-tab-box li {
  margin-right: 5px;
  padding: 0;
}
.filters-container .nav-tabs.nav-tab-box li a {
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666666;
  font-family: 'Open Sans', sans-serif, sans-serif;
  line-height: 18px;
  border: none !important;
  padding: 0px;
}
.filters-container .nav-tabs.nav-tab-box li a .icon {
  margin-right: 5px;
  color: #aaa;
}
.filters-container .lbl-cnt {
  color: #666666;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
}
.filters-container .lbl-cnt .lbl {
  color: #666666;
  display: inline-block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 28px;
  margin-right: 10px;
  padding-top: 5px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 30px;
  background: #fff;
  font-size: 13px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn .caret {
  margin-left: 13px;
  margin-top: -2px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.filters-container .pagination-container {
  margin-top: 4px;
  margin-bottom:20px;
}
.filters-container .pagination-container ul {
  margin: 0px;
}
.filters-container .pagination-container ul li.prev,
.filters-container .pagination-container ul li.next {
  background: none repeat scroll 0 0 #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.filters-container .pagination-container ul li.prev a,
.filters-container .pagination-container ul li.next a,
.filters-container .pagination-container ul li.prev a:hover,
.filters-container .pagination-container ul li.next a:hover,
.filters-container .pagination-container ul li.prev a:focus,
.filters-container .pagination-container ul li.next a:focus {
  color: #fff;
}
.filters-container .pagination-container ul li a {
  color: #666666;
  display: inline-block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 0 3px;
}
.filters-container .pagination-container ul li.active a {

}
.search-result-container .category-product {

}
.search-result-container .category-product .product {
  margin-bottom: 30px;
}
.search-result-container .category-product .product .product-image .tag {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: 0.5px;
}


.search-result-container .category-product-inner .product-list.product {
  position: relative;
  margin-bottom: 30px;
}
.search-result-container .category-product-inner .product-list.product .product-info {
  padding:0px;
}
.search-result-container .category-product-inner .product-list.product .product-info .cart {
    margin-top: 20px;
    top: auto;
    bottom: 0px;
    opacity: 1;
    left: 0;
    position: relative;
	margin-left:0px
}

.search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
    display: block;
    margin-right: 5px;
}

.search-result-container .category-product-inner .product-list.product .tag {
  position: absolute;
  right: 12px;
  top: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: 0.5px;
}
.product-list.product .product-info .name {
  font-size: 18px;
}
.product-list.product .product-info .description {
  line-height: 20px;
}

/*===================================================================================*/
/*  Product Detail
/*===================================================================================*/

.detail-block {
 background-color: #fff;
 box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
 padding: 20px;
 /*overflow:hidden;*/
	
}

.single-product .product-info-block .name {margin-top:0px; font-weight:bold; letter-spacing:-1px}

.single-product .single-product-gallery {padding-bottom:30px}

.single-product .favorite-button .btn-primary {background:#ddd}

.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
  border: 1px solid #e5e5e5;
}
.single-product .gallery-holder .gallery-thumbs {
 /* margin: 15px 0 0;*/
  position: relative;
  text-align: left;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item {
  margin-right: 10px;
  border: 1px solid #e5e5e5;
}

.single-product .product-info .rating-reviews .reviews .lnk {
  color: #aaaaaa;
}
.single-product .product-info .stock-container .stock-box .label {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  color: #666666;
  padding: 0px;
  font-weight: normal;
}
.single-product .product-info .stock-container .stock-box .value {
  font-size: 13px;
  color: #64bf4d;
}
.single-product .product-info .description-container {
  line-height: 20px;
  color: #666666;
}
.single-product .product-info .price-container {
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
  margin-bottom: 0;
  padding: 20px 0;
}
.single-product .product-info .price-container .price-box .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}
.single-product .product-info .price-container .price-box .price-strike {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: line-through;
      position: relative;
    top: -5px;
    padding-left: 20px;
}
.single-product .product-info .price-container .price-box .price-off{color:#ff0000;position: relative;top: -5px;font-size: 16px;padding-left: 20px;}
.single-product .product-info .quantity-container {
  margin-bottom: 0;
  padding: 20px 0;
}
.single-product .product-info .quantity-container .label {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 35px;
  text-transform: uppercase;
  color: #666666;
  padding: 0px;
  font-weight: normal;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 40px;
  cursor: pointer;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
  position: relative;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input input {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}
.single-product .product-info .product-social-link .social-label {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
}
.single-product .product-info .product-social-link .social-icons {
  display: inline-block;
}
.single-product .product-info .product-social-link .social-icons ul li a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  padding: 5px 6px;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
}
.single-product .product-tabs {
  margin-top: 30px;
   background-color: #fff;
 box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
 padding: 0px;
 overflow:hidden;
 margin-bottom:30px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li {
  float: none !important;

}
.single-product .nav-tabs {border:none}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
  border: none;
  color: #555;
  display: block;
  padding: 12px 28px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  font-weight:bold;
  letter-spacing:1px;
  background: #f8f8f8;
  border: 1px #fff solid;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:before,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:before {
  border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:after {
  border-style: solid;
  border-width: 7.5px 1px 7.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  right: -8px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:before {
  border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:after {
  border-style: solid;
  border-width: 7.5px 1px 7.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  right: -8px;
}
.single-product .product-tabs .tab-content {
 padding-left:0px
}
.single-product .product-tabs .tab-content .tab-pane {
  padding: 24px;
}
.single-product .product-tabs .tab-content .tab-pane .text {
  line-height: 20px;
}

.single-product #owl-single-product-thumbnails .owl-controls {
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
  margin-top: 20px;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #ddd;
  border: medium none;
  border-radius: 3px;
  display: block;
  height: 10px;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 10px;
  cursor: pointer;
}
.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
  margin-top: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder {
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 50;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
  left: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.right {
  right: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
  left: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after {
  content: "\f104";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
  right: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
  content: "\f105";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: top;
  width: 90%;
  z-index: 100;
  border: 1px solid #e5e5e5;
  color: #dadada;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
  bottom: 0;
  font-family: fontawesome;
  font-size: 30px;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
  background: #dadada;
  color: #fff;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-item > a > img {
  display: block;
  width: 100%;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
  margin-left: 10px;
}
.cnt-homepage .single-product .product-info-block label,
.cnt-homepage .single-product .product-info-block .label {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  color: #434343 !important;
}
.cnt-homepage .single-product .product-info-block .label {
  padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart {
  width: auto;
  left: 0;
  margin-top: -8px;
  padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart .action .left {
  padding: 2px 8px;
  margin-left: 5px;
}
.cnt-homepage .single-product .product-info-block .form-control .selectpicker {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  background: #fff;
  color: #b0b0b0;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #f1f1f1;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
  background: rgba(0, 0, 0, 0);
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  padding: 5px 10px;
  text-align: center;
  width: 60px;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .label {
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .value {
  font-size: 13px;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
  margin-right: 10px;
  padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-transform: uppercase;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
  color: #fff;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
  color: #fff;
}
.cnt-homepage .single-product .product-tabs .tab-content {
  border: none;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane {
  padding: 0px;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
  font-size: 13px;
  line-height: 22px;
}
.single-product .second-gallery-thumb.gallery-thumbs {
  padding: 0 40px;
}
.single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;

}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif, sans-serif;
  text-transform: none;
  background:#f8f8f8;
  padding:20px
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
  margin-bottom: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  font-style:italic

}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
  font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
  line-height: 18px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-add-review .title {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
    font-weight: normal;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
	border:none
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
  float: none;
  margin: auto;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
  font-weight: normal;
  font-size: 13px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
  color: #FF0000;
  font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group label {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  margin-right: 10px;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
  margin-left: 90px;
}
.furniture-container .product {
  position: relative;
}
.furniture-container .product .btn-primary {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  background: #cbc9c9;
  text-transform: uppercase;
  border: none;
  color: #fff;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  border: none;
}
.furniture-container .best-seller .product .product-info .name,
.furniture-container .special-offer .product .product-info .name {
  margin-top: 4px;
}
.furniture-container .cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
}
.furniture-container .cart .action {
  float: left;
}
.furniture-container .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.furniture-container .cart .action.lnk {
  margin: 10px 0px;
}
.furniture-container .cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.furniture-container .cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.homepage-container .product {
  position: relative;
}
.homepage-container .product .product-image .tag {
  font-size: 15px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 25px;
  /*11px;*/
  text-align: center;
  position: absolute;
}
.homepage-container .product .product-image .tag span {
  position: relative;
  z-index: 100;
  line-height: 48px;
}
.homepage-container .product .product-image .tag.new {
  background: #46aad7;
}
.homepage-container .product .product-image .tag.hot {
  background: #ff7878;
}
.homepage-container .product .product-info .name {
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;
}
.homepage-container .product .product-info .name a {
  color: #555;
}
.homepage-container .product .product-info .star-rating .color {
  color: #ffb400;
}
.homepage-container .product .product-info .product-price .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}
.homepage-container .product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 16px;
  display:block;
  font-size: 14px;
}
.homepage-container .product .cart {
  margin-top: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
  opacity: 1;
}
.homepage-container .product .cart .action {
  float: left;
}
.homepage-container .product .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.homepage-container .product .cart .action.lnk {
  margin: 10px 0px;
}
.homepage-container .product .cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.homepage-container .product .cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.homepage-container .featured-product .products .product:first-child {
  margin-bottom: 30px;
}
.homepage-container .blog-slider-container .blog-slider .blog-post-info .name {
  font-size: 18px;
}
.homepage-container .btn-primary {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  border: 2px solid #f2f2f2;
  color: #747474;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  color: #fff;
}
.homepage-container .best-seller .product .product-info .name,
.homepage-container .special-offer .product .product-info .name {
  margin-top: 4px;
}
.homepage-container .cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
}
.homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.wrapper .box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.wrapper .box .wrapper-inner {
  background: none repeat scroll 0 0 #FFFFFF;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
  font-size: 15px;
  font-weight: 700;
  line-height: 55px;
  width: 55px;
  height: 55px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 25px;
  /*11px;*/
  text-align: center;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
  position: relative;
  z-index: 100;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
  background: #46aad7;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
  background: #989898;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
  background: #ff7878;
}
/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/

@media (min-width: 320px) and (max-width: 480px) {
.top-bar .cnt-block {float:none}
.top-cart-row .dropdown-cart .lnk-cart {display:block; overflow:hidden}
.top-cart-row {padding-left:15px}
.top-cart-row .dropdown-cart {
    float: none;
}
#owl-main .item .caption .big-text {font-size:18px; line-height: normal}
#owl-main .item .caption {left:0px}
#owl-main {height:100%}
#owl-main .item {height:150px}
#owl-main .item .caption .button-holder {margin:0px}
#hero .btn-primary {padding:5px 10px; font-size:12px; line-height:normal; margin-top:8px}

}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.navbar-toggle {float:left; border:none}
	.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
	.navbar-collapse {box-shadow:none; border:none; padding-right: 15px; padding-left: 15px;}
	.header-style-1 .header-nav .navbar-default .navbar-collapse {padding-right: 15px; padding-left: 15px;}
	.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {border:none}
	.mega-menu img {width:100%}
	.yamm .dropdown-menu .yamm-content .col-menu {margin-bottom:15px}
	
	#main-banner {
    position: relative;
    padding-top: 20px !important;
}
.btn-brdr{margin-left:0px !important;margin-top:10px;}
  .top-bar .header-top-inner {
    text-align: center;
  }
  .top-bar .header-top-inner .cnt-account {
    clear: both;
    display: inline-block;
    float: none;
    margin: auto;
    text-align: center;
  }
  .top-bar .header-top-inner .cnt-account li {
    margin-bottom: 8px;
  }
  .top-bar .header-top-inner .cnt-block .list-inline li {
    margin:0px 0;
  }
  .main-header .logo-holder {
    text-align: left;
    margin-bottom: 0;
  }

  .main-header .logo-holder .logo img{width:126px;}
.offers-menu{display:none;}
header{position: relative;}
.body-content {padding-top: 0;}


  .main-header .top-search-holder .contact-row {
    margin-bottom: 20px;
    text-align: center;
  }
  .main-header .top-search-holder .contact-row .phone,
  .main-header .top-search-holder .contact-row .contact {
    margin: 0 0 5px;
    padding-right: 0px;
    border-right: none;
    display: block;
  }
  .main-header .top-search-holder .search-area .categories-filter {
    /*width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;*/
    width: 30%;
    border-right: none;
   border-bottom: 1px solid #e0e0e0;
  }

  .main-header .top-search-holder .search-area .search-field {
    border: medium none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 13px;
    width: 49%;
}
  .main-header .top-search-holder .search-area .search-button {
    padding: 12px 19px;
  }
  .sidebar .side-menu nav .nav > li > .mega-menu {
    left: 0px;
    min-width: 100%;
    top: 100%!important;
  }
  .logo-slider-inner .item {
    text-align: center;
  }
  .filters-container .filter-tabs,
  .filters-container .lbl-cnt,
  .filters-container .pagination-container {
    margin-bottom: 10px;
  }
  .homepage-container .wide-banners .wide-banner {
    margin-bottom: 10px;
  }
  .cnt-homepage .wrapper .box {
    padding: 0 10px;
  }
  #owl-main .item .caption {
    padding: 0 22px;
  }
  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }
  .product .product-image .image img {
    width: 100%;
    height:154px;
    object-fit: contain;
    display: block;
  }
  .header-nav .yamm .dropdown-menu {
    background: #fff;
  }
  .body-content .sidebar {
    margin-bottom: 30px;
  }
  .filters-container .no-padding {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info .cart {
    margin-bottom: 20px;
  }
  .single-product .gallery-holder {
    margin-bottom: 30px;
  }
  .single-product .product-info-block {
    clear: both;
  }
  .yamm .dropdown-menu.pages {
    padding: 10px 37px;
  }
  .hot-deal-wrapper .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .seller-product .products .product .product-info .name {
    font-size: 15px;
    margin-top: 0px !important;
  }
  .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
    font-size: 16px;
  }
  .cnt-homepage .header-nav .yamm .navbar-header {
    border: 1px solid #f1f1f1;
  }
  .info-boxes .info-box {
    margin-bottom: 10px;
  }
  .cnt-homepage .single-product .product-info-block .cart {
    margin-top: 10px;
    padding: 0 15px;
  }
  .product-comparison .compare-table tr td .product .product-image .image img {
    width: auto;
  }
  
.hot-deals .products {margin-right:15px}

.copyright-bar .payment-methods {text-align:left; margin-top:10px}
.single-product  .home-banner {display:none}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .cnt-account ul > li {

  }
  .sidebar .side-menu nav .nav > li > .mega-menu {
    min-width: 100%;
    left: 0px;
	top:100%!important
  }
  .logo-slider-inner .item {
    text-align: center;
  }
  .filters-container .filter-tabs,
  .filters-container .lbl-cnt,
  .filters-container .pagination-container {
    margin-bottom: 10px;
  }
  .filters-container .pagination-container {
    float: left;
  }
  .homepage-container .wide-banners .wide-banner {
    margin-bottom: 10px;
  }
  .cnt-homepage .wrapper .box {
    padding: 0 15px;
  }
  .cnt-homepage .container {
    width: 100%;
  }
  .body-content .sidebar {
    margin-bottom: 30px;
  }
  .product .product-image .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-slider .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .owl-item {
    padding: 10px;
  }
  #owl-main .owl-item {
    padding: 0px;
  }
  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }
  .filters-container .no-padding {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
  }
  .hot-deal-wrapper .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main-header .logo-holder {
    text-align: center;
    margin-bottom: 20px;
  }
  .main-header .contact-row {
    text-align: center;
  }
  .special-menu {display:none!important}
  .single-product  .home-banner {display:none}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .top-search-holder .search-area .control-group {
    position: relative;
  }
  .main-header .top-search-holder .search-area .control-group .search-button {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .category-carousel .item {
    height: auto;
  }
  .filters-container .nav-tabs.nav-tab-box li {
    margin-right: 3px;
  }
  .filters-container .lbl-cnt .lbl {
    margin-right: -1px;
  }
  .cnt-homepage .single-product .product-info-block .cart {
    clear: both;
    margin-top: 20px;
  }
  .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-size: 16px !important;
  }
  .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
  .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-size: 16px !important;
  }
  .wrapper .box .wrapper-inner .container {
    width: auto !important;
  }
  
    .special-menu {display:none!important}
	.home-banner img {width:100%}
}



.home-banner {margin-top: 30px;box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);}
.login-bar{display: inline-block;
    font-size: 14px;
    padding-top: 12px;}
.mycart{display: inline-block;
    color: #fff;
    float: right;
    position: relative;
    top: 20px;}	
.mycart a i{color: #fff;
    font-size: 22px;}
.mycart a span{background: #f7941e;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -14px;
    text-align: center;
    color: #fff;
    font-weight: 600;}
.mywish{display: inline-block;
    color: #fff;
    float: right;
    position: relative;
    top: 20px;
	right: 76px}	
.mywish a i{color: #fff;
    font-size: 22px;}
.mywish a span{background: #f7941e;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -14px;
    text-align: center;
    color: #fff;
    font-weight: 600;}

.search-field:focus {outline:none;}
	
/***********main banner section ************/
#main-banner{position:relative;padding-top: 0px;}
#main-banner img{border-radius:20px;}
#main-banner .owl-nav{display:block;}
#main-banner .owl-next,#main-banner .owl-prev{
	display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 21px;
    background-color: #f1f1f1;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
   
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
	opacity:.5;
	
}
#main-banner .owl-next:focus,#main-banner .owl-prev:focus {
outline: 0;
}
#main-banner .owl-next:hover,#main-banner .owl-prev:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,.18);
    transition: all .3s ease-in-out;
    opacity: 1;}
#main-banner .owl-dots{display:none;}
#main-banner .owl-next{right: 20px;}	
#main-banner .owl-prev{left:20px;}

.custom-carousel .owl-dots{display:none;}
.custom-carousel .owl-nav {
 position: absolute;
  left:0;
  top: 40%;
  width: 100%;
  display: block;
}
.custom-carousel .owl-nav .owl-prev {
  position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    background: #f7941e !important;
}
.custom-carousel .owl-nav .owl-prev:focus{outline:none;}
.custom-carousel .owl-nav .owl-prev span{display:none;}
.custom-carousel .owl-nav .owl-prev:before {
  color: #333;
    content: "\f104";
    font-family: fontawesome;
    font-size: 30px;
    right: 10px;
    position: absolute;
    top: -7px;
}
.custom-carousel .owl-nav .owl-next {
 position: absolute;
    width: 30px;
    height: 30px;
    
    right: 0px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    background: #f7941e !important;
}
.custom-carousel .owl-nav .owl-next:before {
      content: "\f105";
    font-family: fontawesome;
    color: #333;
    font-size: 30px;
    left: 12px;
    position: absolute;
    top: -7px;
}
.custom-carousel .owl-nav .owl-next:focus{outline:none;}
.custom-carousel .owl-nav .owl-next span{display:none;}

.promotion-add,.promotion-add-2{margin-bottom:30px;}
.promotion-add img{width:100%;height:200px;}
.promotion-add-2 img{width:100%; height:150px;}


.combo-offers .product .product-image img{border:1px solid #ccc;}

/***  Category ****/
.show-products h4{font-size:14px;}
.sort-category{text-align:right;margin-bottom: 10px;}

.cart-btns .wishlist{display: block;padding: 10px 0px;line-height:20px;}
.cart-btns .wishlist a,.cart-btns .wishlist a:hover{color:#666; text-decoration:none;}
.wishlist i {color: #ccc; padding-left: 12px;font-size: 14px;}
.prod-items {margin-bottom:5px;}
.prod-items .product {margin-bottom: 10px;margin-top: 10px;}
.prod-items:hover{background-color: #fff;box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);}


/* sidebar effects*/
.items-section-part{background-color: #fff;/* position: relative; */padding: 20px;margin:0 auto 20px auto;width: 100%;word-wrap: break-word;box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px;position: relative;border-radius: 15px;}
.items-section-part h2{font-size: 18px;margin-bottom: 20px;margin-top: 0;border-bottom: 1px solid #e3e3e3;padding-bottom: 12px;cursor: pointer;}
.cntr-l {display: block;position: relative;padding-left: 35px;margin-bottom: 12px;cursor: pointer;font-weight: normal;-webkit-user-select:none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.cntr-l input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.cntr-l .checkmark {position: absolute;top: 0;left: 0;height: 20px;width: 20px;background-color: #eee;border: 1px solid #ccc;}
.cntr-l:hover input ~ .checkmark {background-color: #ccc;}
.cntr-l input:checked ~ .checkmark {background-color: #f7941e;}
.cntr-l .checkmark:after {content: "";position: absolute;display: none;}
.cntr-l input:checked ~ .checkmark:after {display: block;}
.cntr-l .checkmark:after {left: 8px;top: 4px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);transform: rotate(45deg);}
.ag-r.is-active:after{content: "\f078";font: normal normal normal 14px/1 FontAwesome; float:right; }
.ag-r:after{ content: "\f077";font: normal normal normal 14px/1 FontAwesome; float:right; }
.tr-c.is-active:after{content: "\f078";font: normal normal normal 14px/1 FontAwesome; float:right; }
.tr-c:after{ content: "\f077";font: normal normal normal 14px/1 FontAwesome; float:right; }
.se-p.is-active:after{content: "\f078";font: normal normal normal 14px/1 FontAwesome; float:right; }
.se-p:after{ content: "\f077";font: normal normal normal 14px/1 FontAwesome; float:right; }
.des-1.is-active:after{content: "\f078";font: normal normal normal 14px/1 FontAwesome; float:right; }
.des-1:after{ content: "\f077";font: normal normal normal 14px/1 FontAwesome; float:right; }
.brands{height:200px; overflow:auto;}
.sec-details{font-size: 18px !important;margin-top: 0 !important;border-bottom: 1px solid #e3e3e3 !important;padding-bottom: 12px !important;text-transform: capitalize !important;font-weight: normal !important;}

.left-top-seller .product-image{position:relative;}
.left-top-seller .product-image .tag.disc{background: #ff0000;
    border-radius: 5px;
    height: 25px !important;
    padding: 0;
    width: 40px !important;
    line-height: 24px !important;
    font-size: 12px !important;}
.left-top-seller .product-image .tag.disc span{}

#owl-single-product{/*border:1px solid #e3e3e3;*/}
#owl-single-product-thumbnails {margin-top: 10px;}
#owl-single-product-thumbnails img{padding:3px; border: 1px solid #e3e3e3;}
#owl-single-product-thumbnails.custom-carousel .owl-nav .owl-prev {position: absolute;width: 30px;height: 30px;top: 60px;left: 20px;}
#owl-single-product-thumbnails.custom-carousel .owl-nav .owl-next {position: absolute;width: 30px;height: 30px;top: 60px;    right: -20px;}


/* product detail page */
.product-info-block{}
.product-info-block .product-info .name{margin-top: 0px;letter-spacing: -1px;font-size: 20px;line-height: 30px;  margin-bottom: 0px;}
.product-info-block .reviews {position: relative; bottom: 4px;}
.product-info-block .reviews a{color:#333;}
.product-info-block .stock-box .label{color: #333;font-size: 14px;}
.product-info-block  .stock-box .value{font-weight: bold;color: #64bf4d;}


/*-----------------------------------------*/
/***----product details tabs
-------------------------------*/

.features-tabs{margin-top:60px;}
.f-details-tabs { position: relative; /*z-index: 5;*/ margin-top: -60px; float: left; width:100%; }
.f-details-tabs li { float: left;color: #fff;padding: 2rem 3.7rem;cursor: pointer;text-transform: uppercase;border-radius: 20px;margin-right: 15px; font-weight:bold;position:relative; }
.f-details-tabs li:first-child {}
.f-details-tabs li.active, .f-details-tabs li:hover { background-color: #00aeef; color: #fff; }
.f-details-tabs li.active { cursor: default; }
.f-details-tabs li.active:before{position: absolute;
    top: 40px;
    left: 36px;
    content: "";
    width: 52px;
    height: 3px;
    border-radius: 1px;
    background-color: rgb(255, 255, 255);
    transition: width 0.2s ease-in-out 0s;}
@media (max-width: 580px) {.f-details-tabs li { width: 50%; text-align: center; padding: 1.5rem 1rem; }
 .details-tabs li:nth-child(2n+1) { border-left: 1px solid #e2e7ea; } }
@media (max-width: 320px) { .f-details-tabs li { width: 50%; } }
@media (max-width: 480px) { .f-details-tabs li { width: 100%; border: 1px solid #e2e7ea; border-top: 0; } }
@media (max-width: 580px) { .f-details-tabs { float: none; } }

.features-tabs .post-content { /*box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06); */background-color: #fff; position: relative; padding: 2.6rem 3rem 3.3rem; margin: 0 auto; width: 100%; word-wrap: break-word; border-top:transparent;}
.features-tabs .post-content h3 a { font-size: 14px; margin-bottom: 2rem; color: inherit; background-color: transparent; }
.features-tabs .post-content h3 a:hover { color: #00aeef; background-color: transparent; }
.features-tabs .post-content { padding: 3rem 0; margin-bottom: 5rem; }
.features-tabs .post-content > div { display: none; }
.features-tabs .post-content > div.active { display: block; }

.tb-1{background:linear-gradient(90deg, #27c8ff, #8ddbfd)}
.tb-2{background:linear-gradient(90deg, #f9a752 , #fbce7e )}
.tb-3{background:linear-gradient(90deg, #0ae258 , #86f4ae )}
.tb-4{background:linear-gradient(90deg, #9181fe , #c97eff )}
.tb-5{background:linear-gradient(90deg, #e0ec08 , #ffea00 )}

.f-products{}
.f-products .products{box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px;padding: 10px;border-radius: 20px;margin-bottom: 30px;
    overflow: hidden;}
.f-products .products{}
.f-products .products .product .product-image .tag {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: -10px;
    letter-spacing: 0.5px;
}
.f-products .products .product .product-image .tag {
    position: absolute;
}
.products:hover .cart-btns {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.f-products .cart-btns .btn{width: 70%;float: left;}
.f-products .cart-btns .wishlist{width: 30%;background: #000;line-height: 22px;border-radius: 0;padding: 6px 14px;text-align: center;float: left;height: 33px;}
.f-products .cart-btns .wishlist i{padding-left:0px;color:#fff;}
.f-products .cart-btns .wishlist i.hearts.press{color:#ff9f00;}

.cart-btns{ position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(25px) translateZ(0);
    -webkit-transform: translateY(25px) translateZ(0);
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease,visibility .3s ease,transform .3s ease;
    -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease;
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease;
	
	    width: 111%;
    left: -10px;
    padding-top: 10px;
	
	}
	
.cart-btns .addcart{float:left;margin-left: 30px;}


/*.col-half-offset{
    margin-left:4.166666667%
}*/
.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
  float: left;
}

.col-xs-5th-5 {
  float: left;
  width: 100%;
}

.col-xs-5th-4 {
  width: 80%;
}

.col-xs-5th-3 {
  width: 60%;
}

.col-xs-5th-2 {
  width: 40%;
}

.col-xs-5th-1 {
  width: 20%;
}

.col-xs-5th-pull-5 {
  right: 100%;
}

.col-xs-5th-pull-4 {
  right: 80%;
}

.col-xs-5th-pull-3 {
  right: 60%;
}

.col-xs-5th-pull-2 {
  right: 40%;
}

.col-xs-5th-pull-1 {
  right: 20%;
}

.col-xs-5th-pull-0 {
  right: auto;
}

.col-xs-5th-push-5 {
  left: 100%;
}

.col-xs-5th-push-4 {
  left: 80%;
}

.col-xs-5th-push-3 {
  left: 60%;
}

.col-xs-5th-push-2 {
  left: 40%;
}

.col-xs-5th-push-1 {
  left: 20%;
}

.col-xs-5th-push-0 {
  left: auto;
}

.col-xs-5th-offset-5 {
  margin-left: 100%;
}

.col-xs-5th-offset-4 {
  margin-left: 80%;
}

.col-xs-5th-offset-3 {
  margin-left: 60%;
}

.col-xs-5th-offset-2 {
  margin-left: 40%;
}

.col-xs-5th-offset-1 {
  margin-left: 20%;
}

.col-xs-5th-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
    float: left;
  }

  .col-sm-5th-5 {
    float: left;
    width: 100%;
  }

  .col-sm-5th-4 {
    width: 80%;
  }

  .col-sm-5th-3 {
    width: 60%;
  }

  .col-sm-5th-2 {
    width: 40%;
  }

  .col-sm-5th-1 {
    width: 20%;
  }

  .col-sm-5th-pull-5 {
    right: 100%;
  }

  .col-sm-5th-pull-4 {
    right: 80%;
  }

  .col-sm-5th-pull-3 {
    right: 60%;
  }

  .col-sm-5th-pull-2 {
    right: 40%;
  }

  .col-sm-5th-pull-1 {
    right: 20%;
  }

  .col-sm-5th-pull-0 {
    right: auto;
  }

  .col-sm-5th-push-5 {
    left: 100%;
  }

  .col-sm-5th-push-4 {
    left: 80%;
  }

  .col-sm-5th-push-3 {
    left: 60%;
  }

  .col-sm-5th-push-2 {
    left: 40%;
  }

  .col-sm-5th-push-1 {
    left: 20%;
  }

  .col-sm-5th-push-0 {
    left: auto;
  }

  .col-sm-5th-offset-5 {
    margin-left: 100%;
  }

  .col-sm-5th-offset-4 {
    margin-left: 80%;
  }

  .col-sm-5th-offset-3 {
    margin-left: 60%;
  }

  .col-sm-5th-offset-2 {
    margin-left: 40%;
  }

  .col-sm-5th-offset-1 {
    margin-left: 20%;
  }

  .col-sm-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
    float: left;
  }

  .col-md-5th-5 {
    float: left;
    width: 100%;
  }

  .col-md-5th-4 {
    width: 80%;
  }

  .col-md-5th-3 {
    width: 60%;
  }

  .col-md-5th-2 {
    width: 40%;
  }

  .col-md-5th-1 {
    width: 20%;
  }

  .col-md-5th-pull-5 {
    right: 100%;
  }

  .col-md-5th-pull-4 {
    right: 80%;
  }

  .col-md-5th-pull-3 {
    right: 60%;
  }

  .col-md-5th-pull-2 {
    right: 40%;
  }

  .col-md-5th-pull-1 {
    right: 20%;
  }

  .col-md-5th-pull-0 {
    right: auto;
  }

  .col-md-5th-push-5 {
    left: 100%;
  }

  .col-md-5th-push-4 {
    left: 80%;
  }

  .col-md-5th-push-3 {
    left: 60%;
  }

  .col-md-5th-push-2 {
    left: 40%;
  }

  .col-md-5th-push-1 {
    left: 20%;
  }

  .col-md-5th-push-0 {
    left: auto;
  }

  .col-md-5th-offset-5 {
    margin-left: 100%;
  }

  .col-md-5th-offset-4 {
    margin-left: 80%;
  }

  .col-md-5th-offset-3 {
    margin-left: 60%;
  }

  .col-md-5th-offset-2 {
    margin-left: 40%;
  }

  .col-md-5th-offset-1 {
    margin-left: 20%;
  }

  .col-md-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
    float: left;
  }

  .col-lg-5th-5 {
    float: left;
    width: 100%;
  }

  .col-lg-5th-4 {
    width: 80%;
  }

  .col-lg-5th-3 {
    width: 60%;
  }

  .col-lg-5th-2 {
    width: 40%;
  }

  .col-lg-5th-1 {
    width: 20%;
  }

  .col-lg-5th-pull-5 {
    right: 100%;
  }

  .col-lg-5th-pull-4 {
    right: 80%;
  }

  .col-lg-5th-pull-3 {
    right: 60%;
  }

  .col-lg-5th-pull-2 {
    right: 40%;
  }

  .col-lg-5th-pull-1 {
    right: 20%;
  }

  .col-lg-5th-pull-0 {
    right: auto;
  }

  .col-lg-5th-push-5 {
    left: 100%;
  }

  .col-lg-5th-push-4 {
    left: 80%;
  }

  .col-lg-5th-push-3 {
    left: 60%;
  }

  .col-lg-5th-push-2 {
    left: 40%;
  }

  .col-lg-5th-push-1 {
    left: 20%;
  }

  .col-lg-5th-push-0 {
    left: auto;
  }

  .col-lg-5th-offset-5 {
    margin-left: 100%;
  }

  .col-lg-5th-offset-4 {
    margin-left: 80%;
  }

  .col-lg-5th-offset-3 {
    margin-left: 60%;
  }

  .col-lg-5th-offset-2 {
    margin-left: 40%;
  }

  .col-lg-5th-offset-1 {
    margin-left: 20%;
  }

  .col-lg-5th-offset-0 {
    margin-left: 0%;
  }
}

/*-----------------------------------------*/
/***----product details tabs
-------------------------------*/

.details-tab-article{margin-top:60px;}
.details-tabs { position: relative; /*z-index: 5;*/ margin-top: -5rem; float: left; border: 1px solid #e2e7ea; width:100%; }
.details-tabs li { background-color: #fff; float: left; color: #9ca5ab; padding: 1.5rem 3.7rem; cursor: pointer; text-transform: uppercase; }
.details-tabs li:first-child {}
.details-tabs li.active, .details-tabs li:hover { background-color: #00aeef; color: #fff; }
.details-tabs li.active { cursor: default; }
@media (max-width: 580px) {.details-tabs li { width: 50%; text-align: center; padding: 1.5rem 1rem; }
 .details-tabs li:nth-child(2n+1) { border-left: 1px solid #e2e7ea; } }
@media (max-width: 320px) { .details-tabs li { width: 50%; } }
@media (max-width: 480px) { .details-tabs li { width: 100%; border: 1px solid #e2e7ea; border-top: 0; } }
@media (max-width: 580px) { .details-tabs { float: none; } }

.details-tab-article .post-content { /*box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06); */background-color: #fff; position: relative; padding: 2.6rem 3rem 3.3rem; margin: 0 auto; width: 100%; word-wrap: break-word;border:1px solid #e2e7ea; border-top:transparent;}
.details-tab-article .post-content h3 a { font-size: 2.1rem; margin-bottom: 2rem; color: inherit; background-color: transparent; }
.details-tab-article .post-content h3 a:hover { color: #00aeef; background-color: transparent; }
.details-tab-article .post-content { padding: 3rem; margin-bottom: 5rem; }
.details-tab-article .post-content > div { display: none; }
.details-tab-article .post-content > div.active { display: block; }

.prd-dt{}
.prd-dt .prd-t{width:35%;padding:10px 10px;color:#888;}
.prd-dt .prd-d{width:65%;padding:10px 10px;}

.qty-avail{display: block;padding-top: 9px;}
.qty-avail a span{border: 1px solid #f2f2f2;padding-top: 14px;margin: 0 5px;color: #333;border-radius: 50%;width: 50px; height: 50px;display: inline-block;font-weight: bold;font-size: 14px;text-align: center;}

.color-block .qty-avail{display: block;padding-top: 9px;}
.color-block .qty-avail a span{border: 1px solid #f2f2f2;padding: 5px; margin:5px; color:#333;display: inline-block;}
.color-block .qty-avail a span img{width: 50px;height: 50px;padding: 2px;}
.color-block .label{padding-top: 25px !important;display: inline-block;}

.reco-block{}
.reco-sec h3{margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    padding: 0px 20px 18px 20px;
	}
.reco-block .image{padding:5px;position:relative;}
.reco-block .image span{    display: -webkit-box;
    height: 15px;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 70px;
    top: 26px;}
.reco-block .image img{width:60px;}
.reco-block a{color:#000;}

/* flex slider and zoom */

.flexslider.brd{border: 1px solid #e3e3e3;margin-bottom: 10px;}
.flexslider.brd img{height:320px !important; object-fit: contain;}
.flexslider.brd .flex-active-slide{border: none !important; padding:0px !important; }

.flexslider.thumb-imag img{height: 63px !important; object-fit: contain;cursor: pointer;border: 1px solid #e3e3e3;}
.flexslider.thumb-imag .flex-active-slide img{height: 63px !important; object-fit: contain;cursor: pointer;border: 1px solid #f7941e;}
.zoomContainer .zoomWindowContainer div{border: 1px solid #e3e3e3 !important;}
.btn-new{padding: 12px 24px;font-size: 16px;width: 210px;}
.btn-brdr{padding: 12px 24px;font-size: 16px;color: #000;border: 1px solid #000;margin-left: 20px;border-radius: 0;width: 210px;}

.specific-sec{border: 1px solid #e2e7ea;}
.specific-sec .title{border-bottom: 1px solid #e2e7ea;padding: 20px;font-weight: bold;}
.specific-sec .items{padding:20px;}
.specific-sec .title-d{font-weight:bold;margin:10px 0px;display:block;}
.specific-sec .description{}


/* reviews */


.total-reviews{margin:20px 0px;}
.total-reviews .t-reviews{text-align:center; display:inline-block;}
.total-reviews .t-reviews .t-r-1{font-size: 28px;display: block;}
.total-reviews .t-reviews .t-r-2{}
.total-reviews .t-reviews .t-r-3{}

.total-reviews .d-reviews{margin-left:20px;}
.total-reviews .d-reviews ul{}
.total-reviews .d-reviews ul li{width:100%; margin-bottom:3px;}
.total-reviews .d-reviews ul li .rate{width: 15%; display: inline-block;}
.total-reviews .d-reviews ul li .rate-g{width: 15%;display: inline-block;text-align: right;}
.total-reviews .d-reviews ul li .per{width: 60%;background: #f0f0f0;height: 4px;display: inline-block;position: relative;bottom: 2px;}
.total-reviews .d-reviews ul li .per span{height: 4px;position: absolute;}
.total-reviews .d-reviews ul li .per .green{background-color:#388e3c;}
.total-reviews .d-reviews ul li .per .red{background-color:#ff6161;}

.total-reviews .d-reviews ul li .per .s10{width: 10%;}
.total-reviews .d-reviews ul li .per .s20{width: 20%;}
.total-reviews .d-reviews ul li .per .s30{width: 30%;}
.total-reviews .d-reviews ul li .per .s40{width: 40%;}
.total-reviews .d-reviews ul li .per .s50{width: 50%;}
.total-reviews .d-reviews ul li .per .s60{width: 60%;}
.total-reviews .d-reviews ul li .per .s70{width: 70%;}
.total-reviews .d-reviews ul li .per .s80{width: 80%;}
.total-reviews .d-reviews ul li .per .s90{width: 90%;}
.total-reviews .d-reviews ul li .per .s100{width: 100%;}

.total-reviews .rate-btn{position: relative;top: 25px;}

.detail-review .product-reviews .title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
}
.detail-review .product-reviews .reviews .review .review-title .rateit{margin-top:8px;}
.detail-review .product-reviews .reviews .review {
    margin-bottom: 20px;
    
}
.detail-review .product-reviews .reviews .review .review-title {
    margin-bottom: 5px;
}
.detail-review .product-reviews .reviews .review .review-title .summary {
    color: #666666;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
    position: relative;
    top: -3px;
    padding-left: 6px;
}
.detail-review .product-reviews .reviews .review .review-title .date {font-size: 12px;display: block;}
.detail-review .product-reviews .reviews .review .review-title .date span { color: #108fce;}
.review .r-user .r-user-pic{}
.review .r-user .r-user-pic img{width: 40px;height: 40px;border-radius: 50%;object-fit: contain;}
.review .r-user .r-user-name{padding-left: 10px;}
.review .pics{margin-top:10px;}
.review .pics .img-p{display: inline-block;}
.review .pics .img-p img{width: 50px;border: 1px solid #ccc;padding: 5px;}
.r-title{position:relative;}
.r-title span.slt{position: absolute;
    top: 0;
    left: 0px;}
.r-title .views{color: #f7941e !important;
    font-weight: normal !important;
    text-align: right;}

/*-----------------------------------------*/
/* Start Nice Select*/
/*-----------------------------------------*/
.nice-select { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); background-color: #fff; border-radius: 4px; border: solid 1px #777777; box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; font-family: inherit; font-size: 14px; font-weight: normal; height: 42px; line-height: 40px; outline: none; padding-left: 18px; padding-right: 30px; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; user-select: none; white-space: nowrap; width: auto; }
.nice-select:hover { border-color: #6a6a6a; }
.nice-select:active, .nice-select.open, .nice-select:focus { border-color: #555555; }
.nice-select:after { border-bottom: 2px solid #555555; border-right: 2px solid #555555; content: ''; display: block; height: 5px; margin-top: -4px; pointer-events: none; position: absolute; right: 12px; top: 55%; transform-origin: 66% 66%; transform: rotate(45deg); transition: all 0.15s ease-in-out; width: 5px; }
.nice-select.open:after { transform: rotate(-135deg); }
.nice-select.open .list { opacity: 1; pointer-events: auto; transform: scale(1) translateY(0); }
.nice-select.disabled { border-color: #7c7c7c; color: #555555; pointer-events: none; }
.nice-select.disabled:after { border-color: #888888; }
.nice-select.wide { width: 100%; }
.nice-select.wide .list { left: 0 !important; right: 0 !important; }
.nice-select.right { float: right; }
.nice-select.right .list { left: auto; right: 0; }
.nice-select.small { font-size: 12px; height: 30px; line-height: 28px; }
.nice-select.small:after { height: 4px; width: 4px; }
.nice-select.small .option { line-height: 28px; min-height: 28px; }

.nice-select .list { background-color: #fff; border-radius: 4px; box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.11); box-sizing: border-box; margin-top: 4px; opacity: 0; overflow: hidden; padding: 0; pointer-events: none; position: absolute; top: 100%; left: 0; transform-origin: 50% 0; transform: scale(0.75) translateY(-21px); transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 999; *}

.nice-select .list:hover .option:not(:hover) { background-color: transparent !important; }

.nice-select .option { cursor: pointer; font-weight: 400; line-height: 40px; list-style: none; min-height: 40px; outline: none; padding-left: 18px; padding-right: 29px; text-align: left; transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background-color: #eeeeee; }
.nice-select .option.selected { font-weight: 500; }
.nice-select .option.disabled { background-color: transparent; color: #555555; cursor: default; }
.no-csspointerevents .nice-select .list { display: none; }
.no-csspointerevents .nice-select.open .list { display: block; }

/* wishlist */
.wishlist-products{}
.wishlist-products h4{font-size:18px;}
.wish-cart{width: 100%;}
.wish-cart button{width:50%; float:left;}

.categories-scroll{height: 310px;overflow: auto;min-width:250px;}
.categories-scroll li{line-height: 18px;}

.profile-bar{}
.profile-bar h2{cursor: auto;}
.profile-bar ul li a{color:#000;}
.profile-bar ul li a:hover, .profile-bar ul li a.active{background:#f7941e; color:#fff;}
.profile-bar ul li a:focus{background-color:transparent;color:#000;}

.user-d{}
.user-d input,.user-d input:focus{border: 1px solid #ebeeee;height: 45px;padding: 0 15px;box-shadow:none;}
.user-d textarea,.user-d textarea:focus{border: 1px solid #ebeeee;padding: 15px 15px;box-shadow:none;}
.user-d .nice-select{border: 1px solid #ebeeee;padding: 0 15px;box-shadow:none;width:100%;}
.user-d label{font-weight:normal;}
.red{color:red;}
.show-account h4{font-size:18px;}

.set-container{}
.set-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.set-container input {position: absolute;opacity: 0;cursor: pointer;}
.checkmark {    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ff9f00}
.set-container:hover input ~ .checkmark {background-color: #ff9f00;}
.set-ontainer input:checked ~ .checkmark {background-color: #2196F3;}
.checkmark:after {content: "";position: absolute;display: none;}
.set-container input:checked ~ .checkmark:after {display: block;}
.set-container .checkmark:after {top: 5px;left: 5px;width: 8px;height: 8px;border-radius: 50%;background: #ff9f00;}

.address-Save{}
.address-Save ul li{border:1px solid #e3e3e3; padding:10px;margin-bottom:10px;}
.address-Save p{margin-bottom:5px;}
.address-Save .name{font-weight:bold;}
.address-Save .name span{color:#ff9f00;}
.address-Save .phone{}
.address-Save .address{} 
.address-Save .delivery-stats span{font-weight: normal;border: 1px solid #ff9f00;padding: 3px 5px; display: inline-block;
    margin-top: 5px;}
	
.my-orders{}
.my-orders .product-image{}
.my-orders .product-image .image{border: 1px solid #ccc;width: 90px;padding: 5px;}
.my-orders .product-image img{width:100%;}

.cart-sticky {
  cursor: pointer;
  position: fixed;
  font-size: 14px;
  right: -90px;
  bottom: 50%;
  width: 200px;
  transform: rotateZ(90deg);
  padding: 0 10px;
  display: block;
  border-radius: 0px 0 5px 5px;
  background: black;
  color: white;
  text-align: center;
  z-index: 10;
  line-height: 1.4em;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;

}
	
  .my-orders{position:relative;border:1px solid #f8f8f8;margin-bottom: 20px;box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px;}
  .my-orders .order-top{border:1px solid #f8f8f8;padding: 10px;}
  .my-orders .order-bottom{padding:10px;}
  .my-orders .product-image{position:absolute; top:0px;}
  .my-orders .product-image .image{border: 1px solid #ccc;width: 90px;padding: 5px;}
  .my-orders .product-image img{width:100%;}
  .my-orders .product-name{padding-left: 110px;}
  .my-orders .product-name .product-title{margin-bottom: 5px;}
  .my-orders .product-name .product-title a{font-size: 16px;color: #000;font-weight: 500;}
  .my-orders .product-name .product-qty{font-size: 14px;}
  .my-orders .product-name .product-price{color: #f7941e;font-size: 18px;margin-top: 6px;}
  .product-orders-id{}
  .product-orders-id .product-id-title{font-size: 14px;}
  .product-orders-id .product-id{border: 1px solid #ccc; padding: 5px; margin-top: 5px;text-align: center;font-size: 14px;}
  .product-orders-id .product-id a{color:#f7941e;}
  .btn-again{padding: 5px 24px;font-size: 14px;width: 100%;margin-top:5px;}
  .c-red{color:#ff0000; font-weight:bold;}
  
  /* login popup */
  
  ul.login-tabs{background:#000;}
  ul.login-tabs li{float: left;width: 50%;text-align: center;font-size: 16px;color: #fff;padding: 10px;border-right: 1px solid #fff;cursor:pointer;}
  ul.login-tabs li.active{color:#f7941e;}
  ul.login-tabs li:first-child{border-right:1px solid #fff;}
  
  .login form{padding:10px 0 20px 0;}
  .login form li {
    list-style: none;
    width: 100%;
    font-weight: 500;
    border: 1px solid #bbbaba;
    background: #fff;
    margin: 1em 0;
    outline: none;
    border-radius:30px;
  }
  
  .login input[type="text"], .login input[type="password"] {
    width: 83%;
    padding:1em 0em 1em 2.7em;
    color: #858282;
    font-size: 15px;
    outline: none;
    background: none;
    font-weight: 500;
    border: none;
    border: none;
      box-shadow: none;
  }
  .login .icon {
      height: 20px;
      width: 20px;
      display: block;
      float: left;
      margin: 16px -28px 0px 0px;
      border-right: 1px solid #bbbaba;
      padding: 2px 24px 0 13px;
      font-size: 18px;
      color: #bbbaba;
  }
  
  .login .submit{}
  .login .submit input[type="submit"]{
    font-size:20px;font-weight: 400;color: #ec7012;cursor: pointer;outline: none;padding:10px 20px;width: 100%;border: none;transition: 0.1s all;
    -webkit-transition: 0.1s all;-moz-transition: 0.1s all;	-o-transition: 0.1s all;background: #000; border-radius:30px;}
  input[type="submit"]:hover{background:#000;
  }
  .submit .register{text-align: left;padding-top: 0px;}
  .submit .register a{color:#ec7012;}
  .submit .checkbox{text-align:left;}
  
  .login .submit input[type="submit"] {
      font-size: 20px;
      font-weight: 400;
      color: #fff;
      cursor: pointer;
      outline: none;
      padding: 10px 20px;
      width: 100%;
      border: none;
      transition: 0.1s all;
      -webkit-transition: 0.1s all;
      -moz-transition: 0.1s all;
      -o-transition: 0.1s all;
      background: #f7941e;
      border-radius: 30px;
    margin-top:10px;
  }

  /* old css */

  .panel-group{margin-bottom:27px}
  .panel-group .panel{margin-bottom:0;border-radius:4px}
  .panel-group .panel + .panel{margin-top:5px}
  .panel-group .panel-heading{border-bottom:0}
  .panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group{border-top:1px solid #ddd}
  .panel-group .panel-footer{border-top:0}
  .panel-group .panel-footer + .panel-collapse .panel-body{border-bottom:1px solid #ddd}
  .panel-default{border-color:#ddd}.panel-default > .panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
  .panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ddd}
  .panel-default > .panel-heading .badge{color:#f5f5f5;background-color:#333}
  .panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ddd}
  .panel-primary{border-color:#337ab7}
  .panel-primary > .panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}
  .panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color:#337ab7}
  .panel-primary > .panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#337ab7}
  .panel-success{border-color:#d6e9c6}.panel-success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
  .panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color:#d6e9c6}
  .panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d}
  .panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#d6e9c6}
  .panel-info{border-color:#bce8f1}
  .panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
  .panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1}
  .panel-info > .panel-heading .badge{color:#d9edf7;background-color:#31708f}
  .panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1}
  .panel-warning{border-color:#faebcc}.panel-warning > .panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
  .panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc}
  .panel-warning > .panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}
  .panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc}
  .panel-danger{border-color:#ebccd1}
  .panel-danger > .panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebccd1}
  .panel-danger > .panel-heading .badge{color:#f2dede;background-color:#a94442}
  .panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ebccd1}
  
  .panel{box-shadow:0 1px 3px rgba(0,0,0,0),0 1px 2px rgba(0,0,0,0)}
  .panel .panel-heading{position:relative;border-top:1px solid #e5e5e5;padding:0}
  .panel .panel-heading__number{width:52px;height:52px;background-color:#f5f5f5;text-align:center;color:#333;font-size:20px;line-height:2.55em;position:absolute;top:20px;left:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:background-color;-o-transition:background-color;transition:background-color;-webkit-transition:background-color .3s 0 ease;-moz-transition:background-color .3s 0 ease;-ms-transition:background-color .3s 0 ease;-o-transition:background-color .3s 0 ease;transition:background-color .3s 0 ease}.panel .panel-heading .panel-title{color:#333;font-size:20px}
  .panel .panel-heading .panel-title:after{position:absolute;display:block;top:34px;right:0;z-index:0;font-family:'normal normal normal 14px/1 FontAwesome';font-size:22px;content:"\f055";line-height:1em;color:#f58936}
  .panel .panel-heading .panel-title a{text-decoration:none!important;display:block;padding:34px 0 25px 77px;position:relative;z-index:2}
  .panel .panel-heading.active .panel-heading__number{background-color:#f58936;color:#fff}
  .panel .panel-heading.active .panel-title:after{content:"\f055"}
  .panel .panel-body{padding:10px 0 28px}
  .panel .panel-body,.panel .panel-collapse,.panel .panel-collapse > .list-group{border:none!important}
  .link-functional{text-decoration:none;text-transform:uppercase;font-size:13px;line-height:1em;font-weight:500;color:#333}.link-functional .icon,.link-functional .fa{font-size:20px;margin-right:10px;color:#f58936;position:relative;top:6px}.link-functional:hover{text-decoration:none;color:#f58936}
  
  .form-control[disabled], fieldset[disabled] .form-control {
      cursor: not-allowed;
  }
  
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
      background-color: #eee;
      opacity: 1;
  }
  .form-control[disabled], fieldset[disabled] .form-control {
      cursor: not-allowed;
  }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
      background-color: #eee;
      opacity: 1;
  }
  button[disabled], html input[disabled] {
      cursor: default;
  }
  .form-control {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
      border-color: #e5e5e5;
      height: 40px;
  }
  .table-total {
      width: 100%;
      text-transform: uppercase;
  }
  .table-total th {
      color: #333;
      font-weight: 500;
      padding: 0 0 15px;
  }
  .text-left {
      text-align: left;
  }
  .table-total tbody tr td {
      font-weight: 500;
  }
  .table-total td {
      color: #f58936;
      padding: 0 0 15px;
  }
  .table-total tbody tr td {
      font-weight: 500;
  }
  .table-total td {
      color: #f58936;
      padding: 0 0 15px;
  }
  .text-right {
      text-align: right;
  }
  .table-total tbody tr:last-child td, .table-total tbody tr:last-child th {
      padding-bottom: 28px;
  }
  .table-total th {
      color: #333;
      font-weight: 500;
      padding: 0 0 15px;
  }
  
  .table-total tbody tr:last-child td, .table-total tbody tr:last-child th {
      padding-bottom: 28px;
  }
  .table-total tfoot {
      width: 100%;
      font-size: 30px;
      line-height: 1em;
  }
  .table-total tfoot tr {
      border-top: 1px solid #e5e5e5;
  }
  .table-total tfoot tr td, .table-total tfoot tr th {
      padding-top: 25px;
      padding-left: 5px;
      padding-right: 5px;
  }
  
  .table-total tfoot tr td {
      text-align: right;
  }
  .table-total tbody {
      font-size: 16px;
      line-height: 1em;
  }
  .btn--ys.btn--xl {
      border-radius: 7px;
  }
  .btn--ys.btn--xl {
      padding: 17px 24px;
      font-size: 1.1em;
      font-weight: 500;
      height: auto;
  }
  .btn--ys:hover {
      background-color: #f5f5f5;
      color: #f58936;
  }
  .btn--ys:hover, .btn--ys:active, .btn--ys.focus, .btn--ys:focus {
      background: #f58936;
      color: #fff;
  }
  .btn--ys {
      position: relative;
      padding: 10px 14px;
      font-size: .875em;
      line-height: 1.486em;
      height: 40px;
      background-color: #f58936;
      color: #fff;
      border-radius: 0;
      vertical-align: top;
      border: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-transition: all 300ms 0 ease;
      -moz-transition: all 300ms 0 ease;
      -ms-transition: all 300ms 0 ease;
      -o-transition: all 300ms 0 ease;
      transition: all 300ms 0 ease;
  }
  
  .wallet-networks .airtel {
    width: 75px;
}
.wallet-networks img {
    width: 100px;
    margin-right: 50px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f7941e !important;
    border-color: #f7941e !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #f7941e !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #f7941e !important;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>.active span.current_page{color:#fff !important;}
.pagination li.active span{color:#fff !important;}
.ui-widget.ui-widget-content{z-index: 999;}
/* old end */
.social .instagram a:before {
	content: "\f16d";
	font-family: FontAwesome;
}
.social .instagram a {
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #c13584!important;
}

.cart__item__info__qty{}
.cart__item__info__qty input.input--ys{width: 55px;margin-left: 8px;padding: 2px 5px;}
.login-tab-article{box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px; padding: 20px;border-radius: 20px;margin: 20px;}

/*checkout page buttons */
.custom-btn-1{padding: 10px 20px; min-width: 200px;}
.custom-option-1{margin-top: 20px;border-top: 1px solid #ccc;margin-bottom: 30px;text-align: right;padding-top: 20px;}
.detail-right{padding:0px 20px !important;border:none !important; }
.product-info__title h2{margin-top:0px;}
.product-info__description__text{line-height: 22px;padding-top:20px;}
.product-info__description__text a {
	color: #0254EB
}

.product-info__description__text a:visited {
	color: #0254EB
}
.product-info__description__text a.morelink {
	text-decoration:none;
	outline: none;
}
.product-info__description__text .morecontent span {
	display: none;
}
.morecontent span {
	display: none;
}
.serch-filter-new{    background: #f8f8f8;
    overflow: hidden;
  padding: 20px; }
.serch-filter-new .price-input button{margin-top: 22px; width: 100%;}


@media (max-width: 767px) {
.row {margin-right: -5px;margin-left: -5px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding-right: 5px;padding-left: 5px;}
.container {padding-right: 5px;padding-left: 5px;}

.featured-product .tdy-deals {
    position: relative;
    top: -10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    left: 20px;
}
.wish-cart button {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.custom-btn-1{padding: 10px 20px; min-width: 100%;margin-bottom:10px;}
#main-banner.owl-carousel.owl-drag .owl-item{margin-right:5px !important;}
.product .product-info .product-price .buy{margin-bottom:0px;}
.reco-block {margin-bottom: 10px;}
.f-details-tabs li{margin-bottom:5px;text-align: left;padding-left: 38px;}
.detail-right{padding:0px 10px !important;border:none !important; }
}/* end 767 media*/