/*===================================================================================*/
/*  GENERAL
/*===================================================================================*/

@import "https://webfonts.ru/import/opensans.css";
ymaps[id] {
	width: 100%!important;
}
.green-text {
  color: #abd07e !important;
}
.green-text:hover {
  background-color: #abd07e !important;
  color: #fff !important;
}
.blue-text {
  color: #3498db !important;
}
.blue-text:hover {
  background-color: #3498db !important;
  color: #fff !important;
}
.red-text {
  color: #ff6c6c !important;
}
.red-text:hover {
  background-color: #ff6c6c !important;
  color: #fff !important;
}
.orange-text {
  color: #f39c12 !important;
}
.orange-text:hover {
  background-color: #f39c12 !important;
  color: #fff !important;
}
.dark-green-text {
  color: #26A23E !important;
}
.dark-green-text:hover {
  background-color: #26A23E !important;
  color: #fff !important;
}
.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;
}
body {
  font-size: 13px;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  outline: none!important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
img[src="blank.gif"] {
  background: url("ajax.gif") no-repeat scroll center center #ffffff;
}
 
.btn-upper {
  text-transform: uppercase;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-10 {
  margin-top: 10px;
}
.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: #26a23e;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
}
.add_to_compare, .add_to_wishlist {background: #ddd;}
.compare-added, .add_to_wishlist.active {background: #f1c40f!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: #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;
}
.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: 30px;
}
.outer-top-vs {
  margin-top: 40px;
}
.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: 40px;
}
.outer-bottom-small {
  margin-bottom: 50px;
}
.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: 17px;
  font-family: 'Open Sans';
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  text-transform: uppercase;margin-bottom: 15px;
}
.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
  margin-top: 0px;
}
/*carousel control button*/
.custom-carousel .owl-controls {
  position: absolute;
  right: 0;
  top: -25px;
  width: 100%;
  display: block;
}
.custom-carousel .owl-controls .owl-prev {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -36px;
  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: 8px;
  position: absolute;
  top: 0px;
}
.custom-carousel .owl-controls .owl-next {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -36px;
  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: 8px;
  position: absolute;
  top: 0px;
}
.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
  top: -57px;
}
.featured-product {
  margin-bottom: 19px;
}
.logo-slider-inner {
  margin-top: 50px;
  margin-bottom: 60px;
}
.special-product .product:first-child {
  margin-bottom: 30px;
}
.special-product .product:last-child {
  margin-top: 30px;
}
.best-product .product:first-child {
  margin-bottom: 30px;
}
#owl-main .owl-controls .owl-buttons .icon {
  position: relative;
  top: 8px;
  color: #fff !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;
}
.seller-product .products .product .product-info .name {
  font-size: 18px;
  margin-top: 5px !important;
}
a {
  color: #26A23E;
}
.show-theme-options:hover,
.show-theme-options:focus {
  background: #26A23E;
}
.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
  background: #26A23E;
}
@media only screen and (min-width:990px) {
  .top-bar .cnt-account ul {
  	display: block!important;
  }
}
.top-bar .cnt-account ul {
}
.top-bar .cnt-account ul
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
  color: #26A23E;
}
.top-bar .cnt-block ul li a .caret {
  color: #26A23E;
}
.top-bar .cnt-block ul li .dropdown-menu li a:hover,
.top-bar .cnt-block ul li .dropdown-menu li a:focus {
  color: #26A23E;
}
.main-header .top-search-holder .contact-row .icon {
  color: #26A23E;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
  color: #26A23E;
}
.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: #26A23E;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  color: #26A23E;
}
.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: #26A23E;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  color: #26A23E;
}
.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: #26A23E;
}
.header-style-1 .header-nav {
  background: #26A23E;
}
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li.active {
  background: #0b816a;
}
.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: #0b816a;
}
.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: #26A23E;
}
.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav > li.active {
  background: #26A23E;
}
.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: #26A23E !important;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #26A23E;
}
.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
  color: #26A23E;
}
.sidebar .side-menu nav .nav > li a:hover:after,
.sidebar .side-menu nav .nav > li a:focus:after {
  color: #26A23E;
}
.info-box .info-box-heading.green {
  color: #26A23E;
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  color: #26A23E;
}
.product .product-info .name a:hover,
.product .product-info .name a:focus {
  color: #26A23E;
}
.product .product-info .product-price .price {
  color: #26A23E;
}
.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
  color: #26A23E;
}
.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
  background: #26A23E;
}
.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: #0b816a;
}
.product .cart .action ul li.add-cart-button .buy_button {
	max-width: 100px;
   padding-left: 5px;
}
.tag.sale {
  background: #abd07e;
}
.copyright-bar .copyright a {
  color: #26A23E;
}
.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
  color: #26A23E;
}
.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
  background: #26A23E;
}
.footer .contact-information .media .icon .fa-stack-2x {
  color: #26A23E;
}
.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
  color: #26A23E;
}
.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
  color: #26A23E;
}
@media (max-width: 767px) {
  .product_page {
  	padding-left: 10px !important;
  }
  .footer .outer-top-xs {
    margin: 30px 0;
  }
  .footer .footer-bottom.inner-bottom-sm {
  	padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-bottom .module-body {margin-bottom: 20px;}
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  background: #26A23E;
}
.hot-deals .product-info .product-price .price {
  color: #26A23E;
}
.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
  color: #26A23E;
}
.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: #0b816a;
}
.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
  color: #26A23E;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  color: #26A23E;
}
.breadcrumb ul li.active {
  color: #0b816a;
}
.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
  color: #0b816a;
}
.filters-container .nav-tabs.nav-tab-box li.active a .icon {
  color: #26A23E;
}
.filters-container .pagination-container ul li.active a {
  color: #26A23E;
}
.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: #26A23E;
}
.filters-container .pagination-container ul li a:hover,
.filters-container .pagination-container ul li a:focus {
  color: #26A23E;
}
.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: #26A23E;
}
.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: #26A23E;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  border: 5px solid #26A23E;
}
.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: #26A23E;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
  color: #26A23E;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
  background: #26A23E;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
  background: #26A23E;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
  border: 1px solid #26A23E;
}
.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
  color: #26A23E;
}
.single-product .product-info .price-container .price-box .price {
  color: #26A23E;
}
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
  color: #26A23E;
}
.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: #26A23E;
}
.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: #26A23E;
}
.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) #26A23E;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
  background: #26A23E;
}
.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) #26A23E;
}
.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
  background: #26A23E;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  color: #26A23E;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  color: #26A23E;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  background: #0b816a;
}
#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
  background: #26A23E;
}
.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
  color: #26A23E !important;
}
.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
  color: #26A23E !important;
}
.homepage-container .product .tag.hot {
  background: #26A23E;
}
.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
  color: #26A23E;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  background: #26A23E;
  border: 2px solid #26A23E;
}
.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
  background: #26A23E;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  background: #26A23E;
}
.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: #26A23E;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #26A23E;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
  background: #26A23E !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: #26A23E !important;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
  background: #26A23E;
}
.blog-page .blog-post h1 a:hover,
.blog-page .blog-post h1 a:focus {
  color: #26A23E;
}
.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: #0b816a;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
  background-color: #26A23E;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
  color: #0b816a;
}
.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: #26A23E;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
  background-color: #26A23E;
}
.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  color: #26A23E;
}
.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: #26A23E;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
  background-color: #26A23E;
}
.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: #26A23E;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
  color: #26A23E;
}
.contact-page .contact-info .contact-i {
  background-color: #26A23E;
}
.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: #26A23E;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  color: #0b816a;
}
.cart-product-name-info .pict {display:none;}
.cart-product-name-info .pict img {
	max-width: 70%;
  	display: block;
  	margin: 0 auto;
}
.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: #26A23E;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  color: #0b816a;
}
.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: #26A23E;
}
.logo-color {
  fill: #26A23E;
}
.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: #26A23E;
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
  color: #26A23E;
}
.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: #26A23E;
  border: 2px solid #26A23E;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
  background: #26A23E;
  border: 2px solid #26A23E;
}
.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: #26A23E;
}
.yamm .dropdown-menu {
  border-top-color: #26A23E;
}
.product-comparison .compare-table tr td .product-price .price {
  color: #26A23E;
}
.product-comparison .compare-table tr td .in-stock {
  color: #26A23E;
}
.body-content .my-wishlist-page .my-wishlist .product-name a:hover,
.body-content .my-wishlist-page .my-wishlist .product-name a:focus {
  color: #26A23E;
}
.product-comparison .compare-table tr td .product-price .price {
  color: #26A23E;
}
.product-comparison .compare-table tr td .in-stock {
  color: #26A23E;
}
.body-content .x-page .x-text h1 {
  color: #26A23E;
}
.body-content .x-page .x-text a {
  color: #26A23E;
}
.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
  color: #26A23E;
}
.body-content .my-wishlist-page .my-wishlist .price {
  color: #26A23E;
}
.terms-conditions-page .contact-form {
  color: #26A23E;
}
/*===================================================================================*/
/*  GREEN Color
/*===================================================================================*/
/*===================================================================================*/
/*  RED Color
/*===================================================================================*/
/*===================================================================================*/
/*  BLUE Color
/*===================================================================================*/
/*===================================================================================*/
/*  ORANGE Color
/*===================================================================================*/
/*===================================================================================*/
/*  DARK GREEN Color
/*===================================================================================*/
.top-bar {
  background: #f4f4f4;
  font-size: 12px;
}
.top-bar .cnt-account {
  float: left;
  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;
  border-left: 1px solid #e2e2e2;
}
.top-bar .cnt-account ul > li:last-child {
  border-right: 1px solid #e2e2e2;
}
.top-bar .cnt-account ul > li a {
  color: #888888;
  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;
}
.top-bar .cnt-block .list-inline > li > a {
  padding: 6px 15px;
  border: 1px solid #d4d4d4;
  -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: #888;
  display: inline-block;
}
.top-bar .cnt-block .list-inline > li > a .value {
  color: #666;
  margin: 0px 7px;
}
.top-bar .cnt-block .list-inline > li > a:hover,
.top-bar .cnt-block .list-inline > li > a:focus {
  text-decoration: none;
  color: #888888;
}
.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 .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);
}
.main-header {
  padding: 20px 0px 35px 0px;
}
.main-header .logo-holder {
  margin-top: 40px;
}
.main-header .top-search-holder .contact-row {
  line-height: 20px;
  color: #9b9b9b;
}
.main-header .top-search-holder .contact-row .phone {
  margin-left: 5px;
  /*border-right: 1px solid #E2E2E2;*/
  padding-right: 35px;
  font-size:22px;
  font-weight: bold;
  color:#000;
  padding-bottom:10px;
}
.main-header .top-search-holder .contact-row .phone a {color: #000!important; text-decoration: none!important;}
.contact-button-row a{
  color: #000;
  text-decoration:underline;
  font-weight: bold;
  text-decoration-style: dashed;
  padding: 0px 0px 0px 25px;
}
.top-buttons{
padding-bottom: 20px;
}
.work-info{
padding: 0 0 23px;
  width: 90px;
  float:right;
  position: relative;
}
.work-info i {position: absolute; top: 0; left: -30px; font-size: 24px;}
@media (min-width:992px) and (max-width:1200px){
  .main-header .top-search-holder .contact-row .phone {font-size:22px;margin-right:0;padding-right:0;}
}
.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 {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 8px 0 0;
}
.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 #E0E0E0;
  text-transform: capitalize;
  display: inline-block;
  line-height: 44px;
  background: #f6f6f6;
}
.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';
  line-height: 30px;
}
.main-header .top-search-holder .search-area .search-button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 12px 19px 13px;
  text-align: center;
  background: #f6f6f6;
  border-left: 1px solid #E0E0E0;
}
.main-header .top-search-holder .search-area .search-button:after {
  color: #b2b2b2;
  content: "\f002";
  font-family: fontawesome;
  font-size: 13px;
  line-height: 9px;
  vertical-align: middle;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
/*.top-cart-row {
  padding-top: 31px;
}*/
.top-cart-row .dropdown-cart {
  float: right;
}
.top-cart-row .dropdown-cart .lnk-cart {
  padding: 0px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  color: #000;
}
.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: 13px 15px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  float: left;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
  float: right;
  background: #efefef;
  padding: 12px;
  border-left: 1px solid #e1e1e1;
  padding: 13px 15px;
}
.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: 21px;
  position: absolute;
  right: 33px;
  top: -13px;
  width: 21px;
  background: #f1c40f;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.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';
  margin: 0px 0 10px;
  line-height: 1.1;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
  color: #000;
}
.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';
  color: #000;
  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;
}
.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;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a,.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li a.mobileicon {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 20px;
  padding: 10px;
  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;
  z-index:0;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -14px;
  display: inline;
  padding: 1px 7px;
  color: #fff;
  font-size: 11px;
  font-family: 'Roboto';
  right: 23px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
  border-width: 7.5px 8.5px 0 7.5px;
  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: 110% ;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.yamm .dropdown-menu .yamm-content {
  padding: 20px 15px;
}
.yamm .dropdown-menu .yamm-content .links li a {
  padding: 8px 0px;
}
.yamm .dropdown-menu h2 {
  font-size: 12px;
  line-height: 15px;
  color: #555;
  text-transform: uppercase;
  font-family: 'Open Sans';
  margin-top: 0px;
}
.yamm .dropdown-menu li {
  line-height: 26px;
  padding: 2px 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: 14px ;
  text-transform: none ;
  display: block;
  padding: 3px 16px;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
  margin-left: 5px;
}
.yamm .dropdown-menu .text {
  font-size: 13px;
  line-height: 20px;
  position: relative;
  bottom: 0px;
  top: 73px;
}
.yamm .more-menu {

}
.yamm .more-menu>li {

}
.yamm .more-menu>li>a{

}
.yamm .more-menu>li>ul {
  right: 100%;
  top: 0;
  display: block;
  visibility: hidden;
	z-index: -100;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yamm .more-menu>li:hover>ul {
  visibility: visible;
	z-index: 100;
  opacity: 1;
}
.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;
}
.sidebar .side-menu .head {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Open Sans';
  padding: 15px 17px;
  text-transform: uppercase;
  background: #333333;
}
.sidebar .side-menu .head .icon {
  margin-right: 20px;
}
.sidebar .side-menu nav .nav > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #ebebeb;
  border-image: none;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-style: none solid;
  border-width: 0 1px;
  -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;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}
.sidebar .side-menu nav .nav > li ul {display: none; 
margin: 0 0 20px 70px;
    line-height: 19px;
0}
.sidebar .side-menu nav .nav > li ul li {margin: 3px 0;}
.sidebar .side-menu nav .nav > li ul a:hover {color: #000;}
.sidebar .side-menu nav .nav > li > a {
  padding: 13px 15px;
  color: #000;
  text-transform: uppercase;
}
.sidebar .side-menu nav .nav > li > a:after {
  color: #bababa;
  content: "\f0a9";
  float: right;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  -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;
  width: 20px;
  font-family: FontAwesome;
}
.sidebar .side-menu nav .nav > li > a .icon {
  font-size: 20px;
  margin-right: 25px;
}
.sidebar .side-menu nav .nav > li > a:hover,
.sidebar .side-menu nav .nav > li > a:focus {
  background: #fff;
  border-left: 5px solid #abd07e;
}
.sidebar .side-menu nav .nav > li > a:hover .icon,
.sidebar .side-menu nav .nav > li > a:focus .icon {
  color: #000;
}
.sidebar .side-menu nav .nav > li > .mega-menu {
  padding: 3px 0;
  top: 0 !important;
  left: 100%;
  margin: 0;
  min-width: 330%;
  /*338%;*/
  position: absolute;
  top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content {
  padding: 10px 20px;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > 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;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li:last-child {
  border-bottom: none;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a {
  line-height: 26px;
  padding: 0px;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -36px;
  top: -8px;
}
.sidebar .side-menu2 nav .nav li a {
  padding: 14.3px 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header {
  background: #eeeeee;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 7px;
    border-radius: 3px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .show-prop,
.show-footer-menu { position:absolute; display:block; top:8px; right:5px; width:20px; height:20px; font-weight:bold; font-size:20px; line-height:20px;text-align:center; cursor:pointer; }
.sidebar .sidebar-module-container .sidebar-widget .widget-header .show-prop .visible,
.show-footer-menu .visible, .mobileicon .visible {display:none;}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .show-prop .unvisible,
.show-footer-menu .unvisible, .mobileicon .unvisible {display:inline;}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .show-prop.collapsed .visible,
.show-footer-menu.collapsed .visible, .mobileicon.collapsed .visible {display:inline;}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .show-prop.collapsed .unvisible,
.show-footer-menu.collapsed .unvisible, .mobileicon.collapsed .unvisible {display:none;}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .show-prop.collapsed .visible{display:inline!important;}
/*.sidebar .sidebar-module-container .sidebar-widget .widget-header .show-prop.collapsed .unvisible{display:none!important;}*/
.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
  font-size: 14px;
  font-family: 'Open Sans';
  margin: 0px;
}
.sidebar .show-filter { display:block; width:100%; height:50px; line-height:50px; text-align:center; color:#fff; }
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
  clear: both;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 36px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  content: "\f147";
  float: right;
  font-family: fontawesome;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #000;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
  color: #636363;
  content: "\f196";
  font-family: fontawesome;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner {
  margin: 14px 0 20px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul {
  padding-left: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li {
  line-height: 27px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
  color: #000;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 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;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover:before {
  margin: 0 8px 0 0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder {
  padding: 0 0 20px;
  position: relative;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider.slider-horizontal {
  height: 20px;
  width: 100% !important;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track {
  background-color: #f1f1f1;
  background-repeat: repeat-x;
  cursor: pointer;
  position: absolute;
  width: 94% !important;
  height: 6px;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-selection {
  bottom: 0;
  height: 100%;
  top: 0;
  background-repeat: repeat-x;
  box-sizing: border-box;
  position: absolute;
  background: #c3c3c3;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  height: 20px;
  margin-left: -3px !important;
  opacity: 1;
  position: absolute;
  top: -3px;
  width: 20px;
  margin-top: -5px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .tooltip {
  margin-top: -36px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .min-max {
  font-size: 15px;
  font-weight: 700;
  color: #fe5252;
  margin-top: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list:after {content: ""; display: block; clear: both;}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
  float: left; 
  width: 50%;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 36px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li label {max-width: 85%; vertical-align: top; line-height: 16px; margin-top: 8px;}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
  color: #000;
  display: block;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a.characteristic {cursor:pointer;}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a.characteristic.active {font-weight:bold;}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report {
  margin-top: 20px;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget .advertisement .item {
  background-color: #e7e7e7;
  background-position: center 55%;
  background-size: cover;
  height: 430px;
}
.sidebar .sidebar-widget .advertisement .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 11%;
  z-index: 100;
  display: table-cell;
}
.sidebar .sidebar-widget .advertisement .item .caption .big-text {
  font-size: 60px;
  line-height: 125px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  color: #fff;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .big-text .big {
  font-size: 120px;
  color: #ff7878;
  display: block;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .excerpt {
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #e6e6e6;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .owl-controls {
  bottom: 20px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination {
  display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.related-product .tag {
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  line-height: 45px;
  left: 15px;
  text-align: center;
  top: 3.5%;
  width: 50px;
  position: absolute;
}
/*===================================================================================*/
/*  OWL CAROUSEL
/*===================================================================================*/
#owl-main {
  text-align: center;
  cursor: default;
  max-height: 368px;
}
#owl-main .owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
/*.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}*/
#owl-main .owl-pagination {
  position: relative;
  line-height: 30px;
}
#owl-main .owl-buttons {
  display: block;
}
#owl-main .owl-prev,
#owl-main .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 50px;
  font-size: 21px;
  background-color: #f2f2f2;
  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;
}
#owl-main .owl-prev {
  left: 20px;
  /* -35px;*/
}
#owl-main .owl-next {
  right: 20px;
}
#owl-main:hover .owl-prev {
  left: 0px;
  opacity: 0.5;
}
#owl-main:hover .owl-next {
  right: 0px;
  opacity: 0.5;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  opacity: 1;
}
#owl-main .owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
#owl-main .owl-outer-nav .owl-wrapper-outer,
#owl-main .owl-outer-nav .owl-pagination,
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next {
  z-index: 1;
}
#owl-main .owl-outer-nav .owl-controls {
  position: static;
}
#owl-main .owl-outer-nav .owl-prev {
  left: -65px;
}
#owl-main .owl-outer-nav .owl-next {
  right: -65px;
}
#owl-main .owl-outer-nav:hover .owl-prev {
  left: -80px;
}
#owl-main .owl-outer-nav:hover .owl-next {
  right: -80px;
}
#owl-main .owl-ui-md .owl-pagination {
  line-height: 45px;
}
#owl-main .owl-ui-md .owl-prev,
#owl-main .owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
#owl-main .owl-ui-md .owl-prev {
  left: -55px;
}
#owl-main .owl-ui-md .owl-next {
  right: -55px;
}
#owl-main .owl-ui-md:hover .owl-prev {
  left: -60px;
}
#owl-main .owl-ui-md:hover .owl-next {
  right: -60px;
}
#owl-main .owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}
#owl-main .owl-ui-lg .owl-pagination {
  line-height: 60px;
}
#owl-main .owl-ui-lg .owl-prev,
#owl-main .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 42px;
}
#owl-main .owl-ui-lg .owl-prev {
  left: -75px;
}
#owl-main .owl-ui-lg .owl-next {
  right: -75px;
}
#owl-main .owl-ui-lg:hover .owl-prev {
  left: -80px;
}
#owl-main .owl-ui-lg:hover .owl-next {
  right: -80px;
}
#owl-main .owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}
#owl-main .owl-inner-nav .owl-controls {
  position: static;
}
#owl-main .owl-inner-nav .owl-prev {
  left: 45px;
}
#owl-main .owl-inner-nav .owl-next {
  right: 45px;
}
#owl-main .owl-inner-nav:hover .owl-prev {
  left: 30px;
}
#owl-main .owl-inner-nav:hover .owl-next {
  right: 30px;
}
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next,
#owl-main .owl-inner-nav .owl-prev,
#owl-main .owl-inner-nav .owl-next {
  bottom: 70px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev,
#owl-main .owl-outer-nav.owl-ui-md .owl-next,
#owl-main .owl-inner-nav.owl-ui-md .owl-prev,
#owl-main .owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev,
#owl-main .owl-outer-nav.owl-ui-lg .owl-next,
#owl-main .owl-inner-nav.owl-ui-lg .owl-prev,
#owl-main .owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}
#owl-main .owl-inner-pagination .owl-pagination,
#owl-main .owl-inner-pagination .owl-prev,
#owl-main .owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
#owl-main .owl-inner-pagination.owl-ui-md .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-md .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
#owl-main .owl-inner-pagination.owl-ui-lg .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
#owl-main .owl-inner-pagination.owl-outer-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-outer-nav .owl-next,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
#owl-main .owl-inner-pagination .owl-pagination {
  -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;
}
#owl-main .owl-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
#owl-main .owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
  top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
  top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
  top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
  top: -75px;
}
#owl-main.height-md .item {
  height: 457px;
}
#owl-main.height-lg .item {
  height: 675px;
}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
}
#owl-main .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
  vertical-align: top;
  padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 14vh;
}
#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
#owl-main .caption.text-left {
  padding-right: 20%;
}
#owl-main .caption.text-right {
  padding-left: 20%;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
}
#owl-main .owl-pagination {
  background: #FFF;
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
  bottom: -25px;
  opacity: 1;
}
#owl-main .owl-prev,
#owl-main .owl-next {
  bottom: 0;
}
#owl-main .owl-controls .owl-page {
  display: inline-block;
}
#owl-main .owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #d3d3d3;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#owl-main .owl-item-gap .item {
  margin: 0 15px;
}
#owl-main .owl-item-gap-sm .item {
  margin: 0 10px;
}
#owl-main .owl-item.loading {
  min-height: inherit;
  background: none;
}
#owl-main .item {
  background-color: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  max-height: 368px;
}
#owl-main .item .caption {
  color: #636363;
  right: 0;
  position: absolute;
  top: 24%;
  z-index: 100;
  padding-right: 8%;
}
#owl-main .item .caption .big-text {
  font-size: 35px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  padding: 5px 25px;
  background: #bbbbbb;
  color: #fff;
}
#owl-main .item .caption .big-text .highlight {
  color: #f1c40f;
}
#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
  font-size: 16px;
  /*line-height: 50px;*/
  margin-top: 10px;
  font-family: 'Roboto';
  font-weight: 500;
  padding-left: 23px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
#owl-main .item .caption .excerpt span,
#owl-main .item .caption .small span {
  background: none repeat scroll 0 0 #bbbbbb;
  -moz-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  -webkit-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  line-height: 336%;
  padding: 0.6em 0;
  display: inline;
}
#owl-main .item .caption .button-holder {
  margin: 10px 0 0;
}
#owl-main .item .caption.bg-color {
  padding-right: 3%;
}
#owl-main .item .caption.bg-color .big-text {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #000;
}
#owl-main .item .caption.bg-color .excerpt,
#owl-main .item .caption.bg-color .small {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #000;
  margin-top: 0px;
}
#owl-main .item .caption.bg-color .excerpt span,
#owl-main .item .caption.bg-color .small span {
  background: rgba(0, 0, 0, 0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  line-height: 24px;
}
#owl-main .full-width-slider {
  margin-bottom: 30px;
}
#owl-main .full-width-slider .item {
  background-color: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  height: 449px;
}
#owl-main .full-width-slider .item .caption {
  position: absolute;
  top: 11%;
  z-index: 100;
}
#owl-main .full-width-slider .item .caption .big-text {
  font-size: 119px;
  line-height: 80px;
  font-family: 'Open Sans';
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  text-transform: none;
}
#owl-main .full-width-slider .item .caption .excerpt {
  font-size: 60px;
  line-height: 80px;
  margin-top: 15px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
}
#owl-main .full-width-slider .item .caption .button-holder {
  margin: 31px 0 0;
}
.cnt-homepage .homepage-slider2 {
  height: 449px;
}
.cnt-homepage .homepage-slider2 #owl-main .item .caption {
  top: 24%;
  padding-right: 10%;
  right: 0px;
  left: 0px;
}
.cnt-homepage .homepage-slider2 #owl-main .owl-controls {
  margin-top: -89px;
  text-align: center !important;
}
.cnt-homepage .breadcrumb ul {
  text-align: left;
}
.cnt-homepage .cart .action .left {
  margin-left: 10px;
  padding: 2px 10px;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  height: 15px;
  width: 15px;
  top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #e4e4e4;
}
.homepage-slider3 {
  height: 368px;
}
.homepage-slider3 #owl-main .item {
  height: 368px;
}
.homepage-slider3 #owl-main .item .caption {
  padding-left: 10%;
  padding-right: 44%;
}
.homepage-slider3 #owl-main .item .caption .small {
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  text-shadow: 2px 2px #c3c3c3;
  color: #fff ;
  padding-left: 0px;
}
.homepage-slider3 #owl-main .item .caption .big-text {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  text-shadow: 2px 2px #c3c3c3;
  color: #000;
}
.homepage-slider3 #owl-main .item .caption .excerpt {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-transform: none;
}
.homepage-slider3 #owl-main .owl-controls {
  margin-top: -79px;
}
.home-page-slider4 {
  position: relative;
}
.home-page-slider4 .customNavigation {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.home-page-slider4 .customNavigation .controls {
  position: relative;
}
.home-page-slider4 .owl-controls {
  bottom: 20px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}
.home-page-slider4 .owl-controls .owl-buttons {
  display: none !important;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #e6e6e6;
  border: medium none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 5px;
  -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: 12px;
  -moz-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.home-page-slider4 .owl-prev,
.home-page-slider4 .owl-next {
  position: absolute;
  -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;
}
.home-page-slider4 .owl-prev {
  left: 20px;
}
.home-page-slider4 .owl-next {
  right: 20px;
}
.home-page-slider4:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.home-page-slider4:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.home-page-slider4:hover .owl-prev:hover,
.home-page-slider4:hover .owl-next:hover {
  opacity: 1;
}
.home-page-slider4 #owl-main .owl-pagination {
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 3px;
  -moz-border-radiu: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: inherit;
  margin: auto;
  opacity: 1;
  padding: 10px;
  position: relative;
  -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;
  bottom: none;
  bottom: 0px;
}
.cnt-homepage .homepage-container .btn-primary {
  padding: 2px 17px;
  -webkit-border-radius: 0px;
  -moz-border-radiu: 0px;
  border-radius: 0px;
}
.cnt-homepage .homepage-container #owl-main .owl-prev,
.cnt-homepage .homepage-container #owl-main .owl-next {
  top: 25%;
}
.info-boxes {
  margin-top: 30px;
}
.info-boxes .info-box {
  border: 5px solid #f2f2f0;
  padding: 12px 13px;height: 133px;
}
.info-boxes .info-box .icon {
  font-size: 35px;
}
.info-boxes .info-box .info-box-heading {
  font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    margin-top: 5px;
}
.info-boxes .info-box .info-box-heading.orange {
  color: #ffb847;
}
.info-boxes .info-box .info-box-heading.red {
  color: #ff7878;
}
.info-boxes .info-box .text {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  margin: 0px;
      margin: 10px 0;
}
.scroll-tabs {
  margin-bottom: 19px;
}
.scroll-tabs .more-info-tab {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}
.scroll-tabs .more-info-tab .new-product-title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 20px;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.scroll-tabs .nav-tab-line {
  border-bottom: none;
  margin-top: 7px;
  margin-right: 55px;
}
.scroll-tabs .nav-tab-line li.active a {
  border: none;
}
.scroll-tabs .nav-tab-line li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  border: medium none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px !important;
  position: relative;
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  background: rgba(0, 0, 0, 0);
}
.scroll-tabs .nav-tab-line li a:hover:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 50%;
  top: 100%;
  height: 100%;
  margin-right: -4px;
  margin-top: -4px;
  width: 10px;
  -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;
}
.product {
  position: relative;
}
.product .product-image .tag {
  position: absolute;
}
.product .product-info .name {
  font-size: 14px;
  font-family: 'Open Sans';
  overflow:hidden;
  height: 64px;
  margin-bottom: 10px
}
.product-micro .product-image {
height: 150px;
}
.product .product-info .name a {
  color: #000;
}
.product .product-info .star-rating .color {
  color: #ffb400;
}
.product .product-info .product-price .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}
.product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: gray;
}
.product .cart {
  margin-top: 5px;
  opacity: 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: 666;
  left: 0px;
}
.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: #26a23e;
}
.product .cart .action ul li.lnk {
  margin: 10px 0px;
}
.product .cart .action ul li.lnk a {
  color: #dadada;
padding: 8px 11px;
    margin-left: 10px;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
}
.tag {
  font-size: 13px;
  font-weight: 700;
  line-height: 38px;
  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: 25px;
  /*11px;*/
  text-align: center;
}
.tag span {
  position: relative;
  z-index: 100;
}
.tag.new {
  background: #46aad7;
}
.tag.hot {
  background: #ff7878;
}
.product:hover .cart {
  opacity: 1;
}
.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: #575757 ;
}
.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;
}
.cnt-home .product-micro .tag-micro {
  width: 30px;
  height: 30px;
  font-size: 11px;
  line-height: 29px;
  top: 5.5%;
}
.cnt-home .product-micro .product-info .name {
  font-size: 15px;
  margin-top: 0px !important;
      margin-right: 7px;
}
.cnt-home .product-micro .product-info .product-price .price {
  font-size: 15px;
}
.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
  font-size: 12px;
  line-height: 1.7;
}
.copyright-bar {
  background: #121212;
  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;
}
.wide-banner {
  overflow: hidden;
}
.wide-banner .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wide-banner:hover img {
  -webkit-transform: rotate(-1deg) scale(1.1);
  -moz-transform: rotate(-1deg) scale(1.1);
  -ms-transform: rotate(-1deg) scale(1.1);
  -o-transform: rotate(-1deg) scale(1.1);
  opacity: 0.9;
}
.cnt-strip {
  position: relative;
}
.cnt-strip .strip {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 8px 30px 5px 30px;
}
.cnt-strip .strip h1 {
  font-size: 50px;
  color: #ff4c4c;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.cnt-strip .strip h2 {
  font-size: 45px;
  color: #f39c12;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.cnt-strip .strip h2 .shopping-needs {
  font-family: 'Open Sans';
  color: #434343;
}
.cnt-strip .strip h3 {
  font-size: 30px;
  color: #434343;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.cnt-strip .strip h4 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.cnt-strip .strip.strip-text {
  width: 60%;
}
.cnt-strip .strip .red {
  color: #ff7878;
}
.cnt-strip .strip .black {
  color: #434343;
}
.cnt-strip .strip .green {
  color: #83c038;
}
.cnt-strip .strip .white {
  color: #fff;
}
.cnt-strip .strip .normal-shopping-needs {
  font-size: 35px;
  font-family: 'Roboto';
}
.cnt-strip .new-label {
  background: url("label.png") no-repeat scroll right top;
  height: 72px;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 72px;
  z-index: 999;
}
.cnt-strip .new-label .text {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  left: -13px;
  position: absolute;
  text-align: center;
  top: 14px;
  -ms-transform: rotate(-43deg);
  /* IE 9 */
  -webkit-transform: rotate(-43deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-43deg);
  width: 100%;
}
.wide-banners {
  margin-top: -10px;
}
.wide-banners.homepage-banner {
  margin-top: 30px;
}
.wide-banners.homepage-banner h4 {
  font-size: 30px;
  font-family: 'Open Sans';
}
.wide-banners.homepage-banner h3 {
  font-size: 35px;
  font-family: 'Open Sans';
}
.new-banner {
  margin-top: 30px;
}
.new-banner .cnt-strip .strip {
  width: auto;
  padding: 0px;
  right: 23px;
}
.new-banner .cnt-strip .strip h3 {
  background: #707070;
  padding: 13px 23px 13px 16px;
  line-height: 24px;
  font-size: 30px;
  font-family: 'Open Sans';
}
.new-banner .cnt-strip .strip h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding-right: 21px;
  text-transform: uppercase;
}
.new-banner .cnt-strip .strip h5 span {
  background: none repeat scroll 0 0 #707070;
  -moz-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  -webkit-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  padding: 0.6em 0;
}
.new-banner.no-margin {
  margin-top: -10px;
}
.megamenu-banner {
  margin-top: 30px !important;
}
.megamenu-banner h3 {
  font-size: 30px;
  font-family: 'Open Sans';
}
.megamenu-banner h2 {
  font-size: 40px;
  font-family: 'Open Sans';
}
.wide-banner-4 .cnt-strip .strip h1 {
  font-size: 50px;
  font-family: 'Open Sans';
}
.wide-banner-4 .cnt-strip .strip h2 {
  font-size: 40px;
  font-family: 'Open Sans';
}
.wide-banner-4 .cnt-strip .strip h3 {
  font-size: 30px;
  font-family: 'Open Sans';
}
.wide-banner-4 .cnt-strip .strip h4 {
  font-size: 20px;
  font-family: 'Open Sans';
}
.wide-banner-4 .cnt-strip .strip p {
  font-size: 23px;
  font-family: 'Roboto';
  margin-bottom: 0px;
}
.blog-slider-container .blog-slider .blog-post-info .name {
  font-size: 16px;
  font-family: 'Open Sans';
}
.blog-slider-container .blog-slider .blog-post-info .name a {
  color: #555;
}
.blog-slider-container .blog-slider .blog-post-info .info {
  color: #9c9c9c;
  font-size: 12px;
}
.blog-slider-container .blog-slider .blog-post-info .text {
  color: #434343;
  font-size: 13px;
}
.footer .links-social {
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  margin-bottom: 70px;
}
.footer .links-social .contact-info .footer-logo {
  margin-top: 10px;
}
.footer .links-social .contact-info .about-us {
  margin-bottom: 20px;
}
.footer .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 .social-icons a:hover,
.footer .social-icons a:focus,
.footer .social-icons a.active {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.footer .social-icons a .icon {
  line-height: 2em;
}
.footer .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  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';
}
.footer .contact-information .media .media-body a {
  color: #000;
}
.footer .footer-bottom {
  background: #202020;
  padding-top: 50px;
}
.footer .footer-bottom .module-heading {
 font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer .footer-bottom .module-body ul li {
  border-bottom: 1px solid #292929;
}
.footer .footer-bottom .module-body ul li a {
  font-size: 13px;
  line-height: 36px;
  color: #fff;
  position: relative;
  display: block;
}
 
.product-tag .item {
  background-color: #f5f5f5;
  color: #000;
  display: inline-block;
  margin-bottom: 9px;
  margin-right: 8px;
  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 #e1e1e1;
  background: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hot-deals .hot-deal-wrapper {
  position: relative;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 13px;
  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: 4px;
}
.timing-wrapper {
  bottom: 20px;
  position: absolute;
  left: 21px;
}
.timing-wrapper .box-wrapper {
  display: table;
  text-align: center;
  margin-right: 10px;
  float: left;
}
.timing-wrapper .box-wrapper .box {
  background-color: #a5a5a5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFFFFF;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  width: 47px;
  line-height: 15px;
}
.timing-wrapper .box-wrapper .box .key {
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
.timing-wrapper .box-wrapper .box .value {
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.timing-wrapper .box-wrapper:last-child {
  margin-right: 0px;
}
.single-product .timing-wrapper { position:relative; bottom:auto;left:0; border-top:1px solid #f2f2f2; padding:20px 0;}
.single-product .box-wrapper { width:20%; font-size:20px; }

.hot-deals .product-info .name {
  font-size: 18px;
  font-family: 'Open Sans';
}
.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;
}
.breadcrumb ul {
  border-bottom: 1px solid #F2F2F2;
  margin: auto;
  padding: 7px 0;
  text-align: left;
}
.breadcrumb ul li:after {
  color: #000;
  content: "/";
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 24px;
  margin-left: 9px;
  margin-right: -4px;
  padding: 0px;
}
.breadcrumb .panel {
  margin-top: 20px;
}
.breadcrumb .panel ul li a{
 padding: 0 0 0 5px;
}
.breadcrumb .panel ul li:after {
  display: none;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb ul li a {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap;
}
.category-carousel {
  text-align: center;
  cursor: default;
}
.category-carousel .item {
  background-color: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  position: relative;
}
.category-carousel .item .caption {
  color: #636363;
  letter-spacing: -3px;
  z-index: 100;
  display: table-cell;
}
.category-carousel .item .caption .big-text {
  font-size: 150px;
  line-height: 145px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  color: #fe5252;
}
.category-carousel .item .caption .excerpt {
  font-size: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000;
}
.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 {
  padding: 0 0px 12px;
  margin-bottom: 5px;
  margin-top: 0 !important
}
.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: #000;
  font-family: 'Roboto', 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: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 24px;
}
.filters-container .lbl-cnt .lbl {
  color: #000;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 24px;
  margin-right: 10px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 12px;
  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;
  z-index: 100;
}
.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;
}
.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: #000;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 0 3px;
}
.filters-container .pagination-container ul li.active a {
  text-decoration: underline;
}
.search-result-container .category-product {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.search-result-container .category-product .product {
  margin-bottom: 30px;
}
.search-result-container .category-product .product .product-image .tag {
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 17px;
  right: 14px;
}
.search-result-container .category-product .product .cart {
  opacity: 1;
}
.search-result-container .category-product .product .cart .lnk {
  margin: 8px 0px !important;
}
.search-result-container .category-product .product .cart .lnk a {
  background: #ddd;
  padding: 8px 11px !important;
  margin-left: 10px;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.search-result-container .category-product .product .cart .lnk a:hover,
.search-result-container .category-product .product .cart .lnk a:focus {
  color: #fff !important;
}
.search-result-container .category-product-inner .product-list.product {
  border: 1px solid #f2f2f2;
  position: relative;
  margin-bottom: 30px;
}
.search-result-container .category-product-inner .product-list.product .product-info {
  padding: 24px 40px;
}
.search-result-container .category-product-inner .product-list.product .product-info .cart {
  margin-top: 30px;
}
.search-result-container .category-product-inner .product-list.product .tag {
  position: absolute;
  right: 12px;
  top: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 17px;
  z-index: 999;
}
.product-list.product .product-info .name {
  font-size: 20px;
}
.product-list.product .product-info .description {
  line-height: 20px;
}
.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 .name {
  font-size: 21px;
    line-height: 24px;
    font-family: 'Open Sans';
    color: #000;
    margin-top: 5px;
    font-weight: bold;
}
.single-product .product-info .rating-reviews .reviews .lnk {
  color: #aaaaaa;
}
.single-product .product-info .stock-container .stock-box .label {
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 18px;
  color: #000;
  padding: 0px;
  font-weight: normal;
}
.single-product .product-info .stock-container .stock-box .value {
  font-size: 14px;
  color: #26a23e;
}
.single-product .product-info .description-container {
  line-height: 20px;
  color: #000;
}
.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: 36px;
  font-weight: 700;
  line-height: 50px;
}
.single-product .product-info .price-container .price-box .price-strike {
  color: #aaa;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: line-through;
}
.single-product .product-info .quantity-container {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 0;
  padding: 20px 0;
}
.single-product .product-info .quantity-container .label {
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 40px;
  text-transform: uppercase;
  color: #000;
  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';
  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: 60px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li {
  float: none !important;
  border-bottom: 1px solid #f2f2f2;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
  border: none;
  color: #555;
  display: block;
  padding: 12px 28px;
  font-size: 18px;
  font-family: 'Open Sans';
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
}
.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 {
  border: 1px solid #f2f2f2;
}
.single-product .product-tabs .tab-content .tab-pane {
  padding: 24px;
}
.single-product .product-tabs .tab-content .tab-pane .text {
  line-height: 20px;
}
.single-product .upsell-product .product .product-info .name {
  margin-top: 20px;
  font-size: 16px;
}
.single-product #owl-single-product-thumbnails .owl-controls {
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
  margin-top: 10px;
}
.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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 5px;
  -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: 12px;
  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: 'Roboto';
  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: #000;
  font-family: 'Open Sans';
  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: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  margin: 10px 0;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
.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: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 45px;
  margin-right: 10px;
  text-transform: uppercase;
}
.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: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.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;
}
.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-add-review .review-form .input-error { border-color:#ff0000;}
.product-tabs .tab-content .tab-pane .product-tag .title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.product-tabs .tab-content .tab-pane .product-tag .form-group label {
  font-weight: 300;
  font-size: 14px;
  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';
  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';
}
.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: 30px;
  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';
  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
/*===================================================================================*/
/* Extra small devices (phones, less than 768px) */
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li a.mobileicon {cursor:pointer;position:absolute;width:40px;height:25px;top:8px;color: #fff;right:16px; z-index:10;padding:0;text-align: center;font-size:30px; border:1px solid #fff;border-radius:4px}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .lvl2 a.mobileicon {color: #3D3D3D;top:0px;font-size:20px}
.lvl2 {position:relative;}
#nav-menu a {cursor:pointer;}

@media (min-width: 992px) {
  .header-nav .navbar-collapse.collapse {
  	display: block;
  }
}
@media (max-width: 992px) {
  .navbar-default .navbar-toggle .icon-bar {
    background: #FFF;
  }
  .product_page,
  .collection_page {
    overflow: hidden;
  }
  
  .header-nav .navbar-toggle {
  	display: block;
    float: right;
    border: 1px solid #FFF;
  }
  .navbar-header {
  	float: none;
  }
  .navbar-nav {
  	float: none;
  }
  .header-nav .navbar-nav {
    border-top: 1px solid #FFF;
  }
  
  .main-header .contact-row {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .main-header .contact-button-row .top-buttons {
  	display: block;
    overflow: hidden;
    text-align: right;
  }
  .main-header .contact-button-row .top-buttons a:first-child {
    float: left;
    padding: 0;
  }
  .main-header .top-search-holder .contact-row {
    margin: 0;
    text-align: center;
  }
  
}
@media (max-width: 768px) {


  #filter-block>div, #filter-block>form>div {visibility: visible !important;animation: none 0s;}
  .navbar-nav{margin:0;}
  #mc-horizontal-menu-collapse h2.title a{text-transform:uppercase;}
  .top-bar .header-top-inner {
    text-align: center;
  }
  .top-bar .header-top-inner .cnt-account {
    clear: both;
    position: absolute;
    top: 40px;
    right: 0;
    float: none;
    margin: auto;
    text-align: center;
    padding: 0;
    background: #FFF;
    border: 1px solid #E2E2E2;
    border-top: none;
    z-index: 100;
  }
  .top-bar .header-top-inner .cnt-account ul {
    padding: 8px 0;
    border: none;
  }
  .top-bar .header-top-inner .cnt-account li {
    padding: 0;
    display: block;
    text-align: left;
    border: none!important;
  }
  .top-bar .header-top-inner .cnt-account li a {
    display: block;
    padding: 5px 12px;
  }
  .top-bar .header-top-inner .cnt-account li a:hover {
    background: #EBEBEB;
  }
  .top-bar .header-top-inner .cnt-block .list-inline li {
    margin: 7px 0;
  }
  .main-header .logo-holder {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .main-header .logo-holder .logo {
    
  }
  .main-header .contact-row {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .main-header .contact-row .work-info {padding-bottom:5px;}
  .breadcrumb .panel {margin-top: 5px;}
  .breadcrumb .panel-group {margin-bottom:5px;}
  
  .main-header .top-search-holder .contact-row .phone,
  .main-header .top-search-holder .contact-row .contact {
    margin: 0 0 5px;
    padding-right: 0px;
    padding-bottom:0;
    border-right: none;
    display: block;
  }
  .main-header .contact-button-row .top-buttons {padding-bottom:10px;}
  .breadcrumb {margin-bottom:5px;}
  
  .main-header .top-search-holder .search-area .categories-filter {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .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%;
  }
  .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 {
    height: auto;
    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;
  }
  .bottom-search-area {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 50px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 8px 0 0;
    background: #FFF;
    z-index: 1000;
    display: none;
}
.bottom-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: 83%;
}
.bottom-search-area .categories-filter {
  border-right: none;
  text-transform: capitalize;
  display: block;
  line-height: 44px;
  background: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
}
.bottom-search-area .categories-filter a {
  padding: 0 10px;
  color: #666;
  font-size: 13px;
}
.bottom-search-area .categories-filter a .caret {
  margin-left: 15px;
  color: #a0a0a0;
}
.bottom-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;
}
.bottom-search-area .categories-filter .dropdown-menu li {
  margin-bottom: 10px;
}
.bottom-search-area .categories-filter .dropdown-menu li a {
  padding: 0px;
}
.bottom-search-area .categories-filter .dropdown-menu li a:hover,
.bottom-search-area .categories-filter .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.bottom-search-area .categories-filter .dropdown-menu li.menu-header {
  font-family: 'Open Sans';
  line-height: 30px;
}
.bottom-search-area .search-button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 12px 19px 13px;
  text-align: center;
  background: #f6f6f6;
  border-left: 1px solid #E0E0E0;
}
.bottom-search-area .search-button:after {
  color: #b2b2b2;
  content: "\f002";
  font-family: fontawesome;
  font-size: 13px;
  line-height: 9px;
  vertical-align: middle;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .cnt-account ul > li {
    padding: 3px 2px;
  }
  .sidebar .side-menu nav .nav > li > .mega-menu {
    min-width: 100%;
    left: 0px;
  }
  .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;
  }
}
/* 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;
  }
}
/* Large devices (large desktops, 1200px and up) */
.blog-page .blog-post h1 {
  font-family: 'Open Sans';
  font-size: 25px;
  text-transform: uppercase;
}
.blog-page .blog-post h1 a {
  color: #555;
}
.blog-page .blog-post span {
  padding-right: 20px;
  color: #aaa;
  font-size: 13px;
}
.blog-page .blog-post p {
  padding-top: 16px;
  text-align: justify;
  font-size: 13px;
  color: #000;
  margin-bottom: 0px;
}
.blog-page .blog-post a {
  margin-top: 10px;
}
.blog-page .blog-post .blog-pagination .pagination {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.blog-page .blog-post .social-media {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-page .blog-post .social-media span {
  font-size: 13px;
  text-transform: uppercase;
  color: #434343;
}
.blog-page .blog-post .social-media a {
  font-size: 18px;
  margin: 0px 10px 0px 0px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #888888;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
  font-family: 'Open Sans';
  font-size: 14px;
  text-transform: uppercase;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
  color: #555;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
  padding-right: 10px;
  color: #aaa;
  font-size: 12px;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
  padding-top: 10px;
  text-align: justify;
  font-size: 12px;
  color: #000;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
  border-bottom: none;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li {
  text-transform: uppercase;
  color: #000;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  border: none;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:first-child > a {
  padding-right: 10px;
  border-right: 1px solid #d4d4d4;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:last-child > a {
  padding-left: 10px;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a {
  padding: 0px;
  color: #000;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 13px;
  position: absolute;
  top: 14px;
  right: 30px;
  background-color: #fff;
  padding-left: 10px;
}
.blog-page .sidebar .sidebar-module-container .search-area input {
  font-size: 12px;
  color: #9e9e9e;
  padding: 14px;
  border: 1px solid #e1e1e1;
  width: 100%;
  position: relative;
}
.blog-page .blog-pagination {
  border-top: 1px solid #ececec;
}
.blog-page .blog-pagination .pagination > li:first-child > a {
  margin-right: 10px;
}
.blog-page .blog-pagination .pagination > li:last-child > a {
  margin-left: 2px;
}
.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
  font-family: 'Open Sans';
  font-size: 18px;
  text-transform: uppercase;
  color: #555;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0px;
}
.blog-page .blog-post-author-details {
  padding: 40px 0px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network {
  display: inline-block;
}
.blog-page .blog-post-author-details .author-social-network button {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  height: 26px;
  width: 26px;
  text-align: center;
  display: inline-block;
  margin: 6px;
  line-height: 26px;
}
.blog-page .blog-post-author-details .author-social-network > span {
  font-size: 13px;
  color: #434343;
  text-transform: uppercase;
  margin-right: 16px;
}
.blog-page .blog-post-author-details .author-social-network .caret {
  color: #e3e3e3;
}
.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-page .blog-post-author-details img {
  float: left;
}
.blog-page .blog-post-author-details .author-job {
  display: block;
  padding: 0px;
  color: #aaa;
  font-size: 12px;
}
.blog-page .blog-post-author-details h4 {
  display: inline-block;
  font-size: 15px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  color: #555;
  margin: 0px;
}
.blog-page .blog-post-author-details p {
  font-size: 13px;
  color: #000;
  padding: 16px 0px 0px 0px;
  text-align: justify;
}
.blog-page .blog-review .title-review-comments {
  font-size: 16px;
  color: #555;
  font-family: 'Open Sans';
  margin-bottom: 40px;
  text-transform: uppercase;
}
.blog-page .blog-review p {
  font-size: 13px;
  color: #000;
  text-align: justify;
}
.blog-page .blog-review .review-action {
  font-size: 12px;
  color: #000;
}
.blog-page .blog-review .post-load-more {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
}
.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
  color: #000;
  font-size: 13px;
  padding-right: 4px;
  font-family: FontAwesome;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
  color: #000;
  font-size: 13px;
  padding-right: 4px;
  ont-family: FontAwesome;
}
.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
  content: "\f044";
}
.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
  content: "\f086";
}
.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
  content: "\f073";
}
.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 {
  background-color: #fff;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:focus {
  background-color: #fff;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.blog-page .blog-post .social-media i,
.blog-page .blog-post-author-details .author-social-network button a i {
  padding-top: 6px;
}
.blog-page .blog-review h4,
.blog-page .blog-write-comment h4,
.contact-page .contact-title h4 {
  font-size: 16px;
  color: #555;
  font-family: 'Open Sans';
  text-transform: uppercase;
  display: inline-block;
}
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  text-decoration: underline;
}
.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
  border-bottom: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a .icon {
  margin-right: 5px;
}
.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 {
  background: rgba(0, 0, 0, 0);
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
  padding-top: 14px;
  display: inline-block;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
  margin-top: 15px;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
  margin: 0px !important;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
  color: #555;
  text-transform: uppercase;
  display: block;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
  background-color: #aaaaaa;
  color: #fff !important;
  display: inline-block;
  margin-right: 10px;
  padding: 15px 20px;
}
.checkout-box .checkout-steps .checkout-subtitle {
  font-family: 'Open Sans';
  font-size: 16px;
  text-transform: uppercase;
  color: #434343;
  margin-right: 12px;
}
.checkout-box .checkout-steps .panel-body {
  padding: 50px;
}
.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
  margin-bottom: 6px;
}
.checkout-box .checkout-steps .guest-login ul .save-time-reg {
  padding-bottom: 4px;
}
.checkout-box .panel-group .panel {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a {
  color: #000;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
  padding: 27px 30px;
  border-bottom: 1px solid #ddd;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
  margin: 0px;
}
.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type="radio"],
.checkout-box .checkout-steps form .radio-inline input[type="radio"],
.checkout-box .checkout-steps form .checkbox input[type="checkbox"],
.checkout-box .checkout-steps form .checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
}
.checkout-box .checkout-steps .panel .panel-heading,
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
  font-family: 'Open Sans';
  font-size: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}
.checkout-box .checkout-steps .guest-login .title-tag-line,
.checkout-box .checkout-steps .already-registered-login .title-tag-line {
  margin-bottom: 15px;
  font-size: 14px;
}
.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
  padding-left: 10px;
  font-size: 14px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.contact-page .contact-map iframe {
  height: 400px;
  width: 100%;
}
.contact-page .contact-info {
  font-size: 12px;
  color: #666;
}
.contact-page .contact-info .contact-i {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  margin-right: 16px;
  float: left;
}
.contact-page .contact-info .contact-i i {
  padding-top: 8px;
  font-size: 14px;
}
.contact-page .contact-info .contact-span {
  display: block;
}
.contact-page .contact-title h4 {
  margin-bottom: 30px;
}
.contact-page .contact-info .address,
.contact-page .contact-info .phone-no {
  margin-bottom: 10px;
}
.shopping-cart .shopping-cart-table {
  margin-top: 20px;
  margin-bottom: 50px;
}
.shopping-cart .shopping-cart-table table {
  margin-bottom: 0px !important;
}
.shopping-cart .shopping-cart-table table tbody tr td {
  vertical-align: middle;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
  font-size: 18px;
  color: #000;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
  color: #ff000 !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
  display: block;
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
  vertical-align: middle !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
  margin-top: 0px;
  font-family: 'Open Sans';
  font-size: 16px;
  text-transform: uppercase;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
  color: #555;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
  font-size: 11px;
  color: #aaa;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
  margin-top: 10px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
  font-family: 'Open Sans';
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 14px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
  color: #000;
  text-decoration: underline;
}
.shopping-cart .shopping-cart-table .table > thead > tr > th {
  text-align: center;
  padding: 16px;
  font-family: 'Open Sans';
  font-size: 15px;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn span {
  padding: 20px 0px;
  display: block;
}

.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
  font-family: 'Open Sans';
  font-size: 19px;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-top: 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: normal;
  margin-bottom: 0px;
}
.shopping-cart .estimate-ship-tax table thead tr > th {
  padding: 24px 24px 20px 24px;
}
.shopping-cart .estimate-ship-tax table tbody tr > td {
  padding: 24px !important;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
  background: #fff;
  color: #999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
.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 {
  background: rgba(0, 0, 0, 0);
}
.shopping-cart .cart-shopping-total table thead tr th {
  background-color: #fafafa;
  text-align: right;
  padding: 24px 50px;
  text-transform: uppercase;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
  color: #555;
  margin-bottom: 7px;
}
.shopping-cart .cart-shopping-total table tbody tr td {
  padding: 24px 50px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
  float: right !important;
  margin-bottom: 8px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
  display: block;
  font-weight: normal;
  color: #000;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
  display: block;
  font-family: 'Open Sans';
  font-size: 20px;
  color: #555;
  text-transform: uppercase;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
.blog-page .blog-write-comment label span,
.contact-page .contact-form form label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
  color: red;
}
.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-family: 'Open Sans';
  font-size: 22px;
}
.shopping-cart-table table tbody tr td .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 40px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
  position: relative;
}
.shopping-cart-table table tbody tr td .quant-input input {
  background: none repeat scroll 0 0 #FFFFFF;
  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;
}
.product-comparison .page-title {
  font-family: 'Open Sans';
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}
.product-comparison .compare-table tr th {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  padding: 18px 25px;
  vertical-align: middle;
  border: 1px solid #cccccc;
  width: 150px;
}
.product-comparison .compare-table tr td {
     padding: 5px 5px;
    border: 1px solid #cccccc;
    text-align: center;
}
.product-comparison .compare-table tr td .product {
  margin-bottom: 15px;
  margin-top: 40px;
}
.product-comparison .compare-table tr td .product .product-image .image a {
  display: block;
  text-align: center;
}
.product-comparison .compare-table tr td .product-price .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 8px;
}
.product-comparison .compare-table tr td .product-price .price-before-discount {
  color: #D3D3D3;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: line-through;
}
.product-comparison .compare-table tr td .text {
  font-size: 14px;
  line-height: 22px;
}
.product-comparison .compare-table tr td .in-stock {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
}
.product-comparison .compare-table tr td .remove-icon {
  color: #000;
}
.product-comparison .compare-table tr td .remove-icon:hover,
.product-comparison .compare-table tr td .remove-icon:focus {
  color: #ff6666;
}
.body-content .x-page .x-text h1 {
  font-family: 'Open Sans';
  font-size: 200px;
}
.body-content .x-page .x-text p {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
}
.body-content .x-page .x-text .le-button {
  border-radius: 0 3px 3px 0;
  margin: 0 0 0 -5px;
  padding: 21px 23px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 10px;
  border: medium none;
  color: #fff;
}
.body-content .x-page .x-text form input {
  border: 1px solid #e0e0e0;
  border-radius: 3px 0 0 3px;
  color: #3d3d3d;
  padding: 13px;
  font-size: 15px;
  width: 40%;
}
.body-content .x-page .x-text a {
  font-size: 15px;
}
.body-content .x-page .x-text a i {
  padding-right: 2px;
}
.body-content .terms-conditions-page .terms-conditions h2,
.body-content .faq-page h2,
.body-content .track-order-page h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #555;
  text-align: center;
  font-family: 'Open Sans';
}
.body-content .terms-conditions-page .terms-conditions h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #555;
  font-family: 'Open Sans';
  margin-bottom: 30px;
}
.body-content .terms-conditions-page .terms-conditions ol {
  padding-left: 22px;
}
.body-content .terms-conditions-page .terms-conditions ol li {
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #666;
  padding-bottom: 20px;
}
.body-content .terms-conditions-page .terms-conditions p {
  font-size: 15px;
}
.body-content .terms-conditions-page .terms-conditions h2,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
  text-align: center;
}
.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
  display: block;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #666;
}
.body-content .faq-page .title-tag {
  text-align: center;
  padding-bottom: 80px;
}
.body-content .track-order-page .register-form label {
  font-weight: 400;
  font-size: 14px;
}
.body-content .track-order-page .register-form .form-group {
  margin-bottom: 25px;
}
.body-content .my-wishlist-page .my-wishlist h4 {
  text-align: center;
  font-size: 30px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  border: none;
  font-weight: 400;
  padding: 30px;
  margin: 0;
}
.body-content .my-wishlist-page .favorites-list .row:nth-child(even) {
  border-top: 1px solid #ddd;
}
.body-content .my-wishlist-page .my-wishlist .product-name {
  font-size: 20px;
  font-family: 'Open Sans';
  padding-bottom: 6px;
}
.body-content .my-wishlist-page .my-wishlist .product-name a {
  color: #434343;
}
.body-content .my-wishlist-page .my-wishlist .rating span {
  font-size: 11px;
  color: #aaa;
  padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist .rating .rate {
  color: #ffb400;
}
.body-content .my-wishlist-page .my-wishlist .rating .non-rate {
  color: #dcdcdc;
}
.body-content .my-wishlist-page .my-wishlist .price {
  font-size: 20px;
  padding-top: 4px;
  font-weight: bold;
}
.body-content .my-wishlist-page .my-wishlist .price span {
  font-size: 15px;
  color: #ddd;
  text-decoration: line-through;
  padding-left: 10px;
}
@media (max-width: 600px){
  .prod_banners div{
    padding: 10px 0 !important;
  }
}
@media (min-width: 767px) {
  .body-content .my-wishlist-page .favorites-list .row {
	display: table;
    margin: 0;
  }
  .body-content .my-wishlist-page .favorites-list .row>div {
    vertical-align: middle;
    border: none;
    padding: 30px;
    display: table-cell;
    float: none;
  }
}
@media (min-width: 481px) {
  .body-content .my-wishlist-page .favorites-list .row {
	display: table;
    margin: 0;
  }
  .body-content .my-wishlist-page .favorites-list .row>div {
    vertical-align: middle;
    border: none;
    padding: 10px;
    display: table-cell;
    float: none;
  }
}

@media (max-width: 480px) {
  .body-content .my-wishlist-page .my-wishlist h4 {
  	padding: 15px 0;
  }
  .body-content .my-wishlist-page .my-wishlist h4 span {
    display: block;
  }
  .body-content .my-wishlist-page .favorites-list .row {
	margin: 15px 0 0;
  }
  .body-content .my-wishlist-page .favorites-list .row>div {
    padding: 10px 15;

  }
  .body-content .my-wishlist-page .favorites-list .row>div img {
  	width: 90%;
    display: block;
    margin: 0 auto;
  }
  .body-content .my-wishlist-page .my-wishlist .price {
  	padding-bottom: 15px;
  }
}
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
  color: #ff7878;
  font-size: 15px;
}
.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
  font-size: 24px;
  font-family: 'Open Sans';
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}
.body-content .sign-in-page .sign-in p,
.body-content .sign-in-page .create-new-account p {
  font-size: 15px;
  color: #666;
}
.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:hover,
.body-content .sign-in-page .sign-in .social-sign-in a:focus {
  border-radius: 3px;
  padding: 14px 30px;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.body-content .sign-in-page .sign-in .social-sign-in a i {
  padding-right: 6px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
  background-color: #3d5c98;
  margin-right: 10px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:focus {
  background-color: #153470;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
  background-color: #22aadf;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
  background-color: #0084B9;
}
.body-content .sign-in-page .create-new-account > span {
  font-size: 20px;
  font-family: 'Open Sans';
  padding-bottom: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.body-content .sign-in-page .create-new-account .checkbox label {
  margin-bottom: 10px;
  font-size: 16px;
}
.body-content .sign-in-page form .form-group span {
  color: red;
}
.body-content .sign-in-page .register-form label {
  font-size: 14px;
  font-weight: 400;
}
.body-content .sign-in-page .register-form .form-group {
  margin-bottom: 25px;
}


.slider_url {display:block; height:100%; width:100%;}

.prod_img_bl {
display: block;
    padding: 5px;
    border: 1px solid #E3E3E3;
    max-width: 100px;
    overflow: hidden;
    height: 120px;
    text-align: center;
  position: relative;
}
.prod_img_bl img {
max-width:78px;max-height:180px;
   position:absolute;left:0; right:0; top:0;bottom:0; margin:auto;
}
@media (min-width:769px){
.product-image {
    height: 250px;
}
}
.contact_foot {line-height: 31px;margin: 0;}

.product .cart .action ul li.lnk a.add_to_wishlist.active,
.product .cart .action ul li.lnk a.compare-added { background-color:#f1c40f; color:#fff;}
.product .cart .action ul li.lnk a.add_to_wishlist.active:hover,
.product .cart .action ul li.lnk a.compare-added:hover {background-color:#fff; color:#abd07e;}
.product .cart .action ul li.lnk a.add_to_wishlist.active:hover i,
.product .cart .action ul li.lnk a.compare-added:hover i {color:#abd07e;}
/* add product notification */
#add_product_notification {
 padding: 10px;
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;
	    background: #fff;
	    border: 1px solid #ddd;
	    -webkit-box-shadow: 1px 0px 5px #cccccc;
	    -moz-box-shadow: 1px 0px 5px #cccccc;
	     box-shadow: 1px 0px 5px #cccccc;
	margin-bottom: 13px;
	overflow: hidden;
  font-size: 14px;
  border: 3px solid #26A23E;
}
#add_product_notification .title {
  padding: 5px 10px;
  font-weight: bold;
  background: #26A23E;
  color: #FFF;
  text-align: left;
  margin: 0 0 20px;
 
}
#add_product_notification .close {
  float: right;
  color: #FFF;
}
#add_product_notification .pict {
  border: 1px solid #5187B5;
}
#add_product_notification .btn-wrap {
  text-align: left;
  padding: 20px 0 ;
}
#add_product_notification .btn-wrap .btn-primary {
	float: right;
}
#own_preloader {
  z-index: 1000;
  text-align: center;
  vertical-align: middle;
  width: 740px;
  height: 106px;
}
.video-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
  #own_preloader {
    width: 300px;
    height: 450px;
  }
  .product-tab ol,
  .page_content ol,
  .page_content ul {
  	padding-left: 20px;
  }
  .product-tab ul {
    margin-left: 15px;
  }
  .footer .footer-bottom .module-heading { margin-top: 10px; }
}
.cart-item .image img {max-width:100%;max-height:100%;}

img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
  height: auto;
}
#subcollections .subcollection {text-align:center;}
#subcollections .subcollection .image {height:100px;}
#category .container-fluid, #seodescr {padding:0;}
.page_content ul {padding-left:40px;list-style:outside;}
.table-bordered > tfoot > tr > td.f-cell {border-right-color:#fff;}
.table-bordered > tfoot > tr > td.f-cell.last {border-right-color:#ddd;}
@media (max-width: 768px) {
  #cartform th.cart-description, #cartform th.cart-sub-total, #cartform td.cart-image, #cartform td.cart-product-sub-total,.table-bordered > tfoot > tr > td.f-cell.hid { display:none; }
  .shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
  	width: 20px;
  }
  .shopping-cart-table table tbody tr td .quant-input {
  	width: 40px;
  }
  .shopping-cart-table table tbody tr td .quant-input input {
  	width: 40px;
    padding-left: 5px;
    padding-right: 20px;
  }
  .shopping-cart .shopping-cart-table table {

  }
  .shopping-cart .shopping-cart-table .table > thead > tr > th {
    font-size: 12px;
  }
  .shopping-cart .shopping-cart-table .table > thead > tr > th.cart-romove span {display:none;}
  .shopping-cart .shopping-cart-table table tbody tr td.cart-product-name-info {
    width: 80%;
  }
  .shopping-cart .shopping-cart-table table tbody tr td.cart-product-quantity,
  .shopping-cart .shopping-cart-table table tbody tr td.romove-item {
    width: 10%;
  }
  #cartform td,#cartform th {padding:10px 5px;}
}
.product-image > .image > a {display: block;position: relative;height: 250px;}
.product-micro .product-image > .image > a {height:150px;}
.product-image > .image > a > .spanimage{
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.product-image > .image > a.imagelink > img {
    display: inline-block !important;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
}

#bottom-panel {position:fixed;bottom:0;left:0;height:50px;width:100%;background:#abd07e;}
   #bottom-panel li {display:table-cell;float:left;width:25%; border-right:1px solid #ccc;}
   #bottom-panel li.last {border:none;}
   #bottom-panel li a {color:#fff;display:block; padding:15px 0; text-align:center; font-size:20px;cursor:pointer;}
   #bottom-panel li a>.count{border:1px solid #fff;border-radius:50px;display:inline-block;width:30px;text-align:center;white-space: nowrap;}
   #bottom-panel li a.cart-link { width:200px;}
   @media(max-width: 420px){
     
     #bottom-panel li.last {
       width: 70px;
     }
     #bottom-panel li.last a {
       width: 100%;
     }
     #bottom-panel li.last .ttl {
     	display: none;
     }
   }

@media (max-width: 767px) {
  .top-bar .header-top-inner {position:relative; padding-right: 40px;}
  .top-bar .header-top-inner button {right: -45px;top:0;background-color: transparent;margin:0;border:1px solid #ccc;}
  .top-bar .header-top-inner .cnt-account li {margin-bottom:0;}
  .category-carousel h1 {
  	font-size:24px
  }
}


.product-item-holder.size-big.single-product-gallery.small-gallery {
    margin-bottom: 36px;
    position: relative;
}
.filter_section-value_styled {
    border-color: inherit;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 12px;
}
.active .filter_section-value_styled {
    background-color: #26a23e;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
ul.list {
    margin-left: 15px;
}
@media (min-width:992px){
  #filter-block.collapse  {display:block !important;}
}
.product-tab li {
   list-style: disc;
    font-size: 15px;
    line-height: 22px;
}
.product-tab ul {
    margin-left: 25px;
    margin-bottom: 10px;
}
.filter_but {
  	width: 100%;
  	font-size: 14px;
  	display: block;
    margin: 15px auto;
}
.page_content a {text-decoration:underline;}
.tab-content a {
    text-decoration: underline;
}
.tab-content p {
    font-size: 15px;
    line-height: 26px;
}

.prod_harak p {background: #e8e8e8; margin: 0; font-size: 14px; padding: 5px 7px; border-bottom: 1px solid #333;}
.prod_harak p:nth-child(even) {background: #fff;}
.prod_harak p span:first-child {width: 20%; display: inline-block; vertical-align: middle; margin-right: 1%;}
.prod_harak p span:last-child {width: 77%; display: inline-block; vertical-align: middle;}
.button--checkout {background: #26a23e;}
.button--checkout:hover {background: #333;}
.modal-dialog #feedback_form .modal-footer {text-align: center;}
#feedback_commit {background: #26A23E; border: 2px solid #26a23e;}
.modal-dialog #feedback_form .btn-default[disabled] {color: #000; background-color: #fff; border-color: #26a23e;}


.filter-summary{
background: #4cb050;
    padding: 5px;
    position: absolute;
    right: -150px;
    width: 187px;
    white-space: nowrap;
    z-index: 10000000000000000000000;
    display: none;
    text-transform: capitalize;
    font-size: 12px;
    color: #fff;
    border: 1px solid #999;
}
@media only screen and (max-width:768px) {
	.filter-summary {
      right: 0;
      width: auto;
    }
  .prod_harak p span:first-child {width: 43%;}
  .prod_harak p span:last-child {width: 54%;}
  .outer-top-xs {margin-top: 0;}
  .main-header {padding:0}
}
@media only screen and (max-width:400px) {
  .prod_harak p span:first-child {width: 100%;}
  .prod_harak p span:last-child {width: 100%;}
}
.filter-summary a{color:white}

.ribbons {
    width: 98px;
    height: 98px;
    position: absolute;
    top: 0px;
  
  right:  0px;
  ;
  z-index:1000;
}
.prod_block, .prod_block_prod_page, .category-product .products {position:relative;}
.prod_block_prod_page { margin-left: -12px;
  width: 98%; }
.percent {
background: #f1c40f;
  font-size: 13px;
    padding: 8px;
    color: #ffffff;
    border-radius: 3px;
    position: absolute;
    top: 0px;
   z-index: 99;
}
.prod_banners div {
  border-left: 0; 
  text-align: center; 
  padding: 20px 0; 
 //min-height: 150px; 
  margin-bottom: 4px;
}

.banner_zag {display: block; margin-top: 15px;}
#filter-block {margin-bottom: 15px;}
.filter-summary a.filter-submit {text-decoration: underline;}
.blog_btn {
text-decoration: none;
    margin-top: 18px;
}

.navbar {min-height: 40px;}


.navbar-header {font: 18px/48px 'Roboto', sans-serif; color: #fff;cursor:pointer}

.sidebar-module-container .btn {
	margin-bottom: 0 !important;
}
  .sidebar .side-menu li.current {
	font-weight:bold
}



.zag_h1 {font-size: 36px; font-weight: 500; margin-bottom:10px;}
@media only screen and (max-width:768px) {
  .header-nav .navbar-default .navbar-header {line-height:40px;}
  .header-nav .navbar-default .navbar-toggle {margin-top:3px; margin-bottom:3px;}
  .category-product .product-image {margin:0 auto;height:auto;}
  .product-image > .image > a {height:auto;}
  .product .product-info .name {height:auto;}
  .product .product-info .rateit {display:none;}
  .category-product .product-info {text-align:center;}
  .category-product .cart .action {float:none;width: 200px;margin: 0 auto;}
  .cart-product-name-info .pict {display:block;}
  .zag_h1 {font-size:32px;}
}
@media only screen and (max-width:730px) {
  .zag_h1 {font-size:30px;}
}
@media only screen and (max-width:700px) {
  .zag_h1 {font-size:28px;}
}
@media only screen and (max-width:640px) {
  .zag_h1 {font-size:26px;}
}
@media only screen and (max-width:600px) {
  .zag_h1 {font-size:24px;}
}
.sidebar-banner p, .sidebar-banner a { display:block; width:100%; text-align:center; }

#salebutton {padding: 6px 10px;background: none;color: #26a23e;}
#salemodal {}
#salemodal .modal-dialog { width:300px;}
#salemodal .modal-header { min-height:0px;padding:0; border:0;}
#salemodal .modal-content {border: 3px solid #26A23E; padding:10px;}


