/*
eClassify Theme style file
/*
/*===================================================================================*/
/*  Body
/*===================================================================================*/

html {
  font-size: 90%;
  background: none; 

}
.nomarg {margin: 0}
.cnt-home a:hover  {
  color: #206cc5;
}

.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: #206cc5 !important;
}

.dark-green-text:hover {
  background-color: #206cc5 !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: #333;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', arial, tahoma, verdana, sans-serif;
  background-color: #fff;
  height: auto !important;
}



ul {
  margin: 0;
  padding: 0;
}

a {
  outline: 0 !important;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:hover {
  color: #555;
}

.btn-upper {
  text-transform: uppercase;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-10 {
  margin-top: 10px;
}

/*===================================================================================*/
/*  Buttons
/*===================================================================================*/

.btn-uppercase {
  text-transform: uppercase;
}

.btn-default {
  background: #cbc9c9;
  color: #fff;
  /*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: #108bea;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  border-radius: 0;
  padding: 6px 14px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 2px
}

.btn-black {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #3a3a3a;
  color: #fff;
  border: none;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  padding: 3px 22px;
}

.btn-primary:hover,
.btn-black:hover,
.btn-black:focus,
.btn-primary:focus {
  color: #fff;
}


/*===================================================================================*/
/*  Layout
/*===================================================================================*/
.center-block {
  float: none;
}

.inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.inner-md {
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.inner-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-vs {
  padding-top: 30px;
  padding-bottom: 30px;
}

.inner-top {
  padding-top: 120px;
}

.inner-top-md {
  padding-top: 100px;
}

.inner-top-sm {
  padding-top: 80px;
}

.inner-top-xs {
  padding-top: 40px;
}

.inner-top-vs {
  padding-top: 30px;
}

.inner-bottom {
  padding-bottom: 120px;
}

.inner-bottom-md {
  padding-bottom: 100px;
}

.inner-bottom-sm {
  padding-bottom: 80px;
}

.inner-bottom-xs {
  padding-bottom: 40px;
}

.inner-bottom-vs {
  padding-bottom: 60px;
}

.inner-left {
  padding-left: 75px;
}

.inner-left-md {
  padding-left: 60px;
}

.inner-left-sm {
  padding-left: 45px;
}

.inner-left-xs {
  padding-left: 30px;
}

.inner-right {
  padding-right: 75px;
}

.inner-right-md {
  padding-right: 60px;
}

.inner-right-sm {
  padding-right: 45px;
}

.inner-right-xs {
  padding-right: 30px;
}

.inner-right-vs {
  padding-right: 10px;
}

.outer {
  margin-top: 120px;
  margin-bottom: 120px;
}

.outer-md {
  margin-top: 100px;
  margin-bottom: 100px;
}

.outer-sm {
  margin-top: 80px;
  margin-bottom: 80px;
}

.outer-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.outer-top {
  margin-top: 120px;
}

.outer-top-md {
  margin-top: 100px;
}

.outer-top-sm {
  margin-top: 80px;
}

.outer-top-xs {
  /* margin-top: 20px;*/
}

.outer-top-ss {
  margin-top: 20px;
}

.outer-top-n {
  margin-top: 0px !important;
}

.outer-top-vs {
  margin-top: 30px;
}

.outer-top-small {
  margin-top: 50px;
}

.outer-bottom {
  margin-bottom: 120px;
}

.outer-bottom-md {
  margin-bottom: 100px;
}

.outer-bottom-sm {
  margin-bottom: 80px;
}

.outer-bottom-vs {
  margin-bottom: 60px;
}

.outer-bottom-xs {
  margin-bottom: 30px;
}

.outer-bottom-small {
  margin-bottom: 30px;
}

.outer-top-bd {
  margin-top: 50px;
}

.inner-bottom-30 {
  padding-bottom: 30px;
}

.inner-bottom-20 {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-md {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .inner-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-top {
    padding-top: 80px;
  }

  .inner-top-md {
    padding-top: 65px;
  }

  .inner-top-sm {
    padding-top: 50px;
  }

  .inner-top-xs {
    padding-top: 40px;
  }

  .inner-bottom {
    padding-bottom: 80px;
  }

  .inner-bottom-md {
    padding-bottom: 65px;
  }

  .inner-bottom-sm {
    padding-bottom: 50px;
  }

  .inner-bottom-xs {
    padding-bottom: 40px;
  }
}

.section-title {
  font-size: 14px;

  padding-bottom: 10px;

  font-weight: bold;
  margin-top: 0px;
  
  margin-bottom: px;
margin-top: 5px;
font-size: 18px;
text-transform: uppercase;
font-weight: normal;

padding: 18px 20px;
}


.featured-product .section-title {
  margin-bottom: 0px;
  margin-top: 15px;
  font-size: 18px;
  

  font-weight: normal;
  padding: 20px;
}

.best-deal {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);

}

.best-deal .section-title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 16px;
  
  font-weight: bold;
  padding-bottom: 10px;
  padding: 8px 20px;
}

.best-deal .best-seller,
.new-arrivals-s {
  padding: 21px;
  padding-top: 0px;
}

.padding-21 {
  padding: 21px 0;
}

.wp-tabbed-contents .padding-21 {
  padding: 0px;
}

.best-deal .best-seller .col2 {
  padding-left: 0px
}

.new-arrivals-s .col2 {
  padding-left: 0px
}

.home-owl-carousel .owl-nav,
.blog-slider .owl-nav,
.brand-slider .owl-nav {
  margin-top: 0px;
}

/*carousel control button*/
.sidebar-widget .custom-carousel .owl-nav {
  right: 0px
}

.custom-carousel .owl-nav {
  position: absolute;
  right: 20px;
  top: -26px;
  width: 100%;
  display: block;
}

.wrappero .custom-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 28px;
height: 35px;
  top: -26px;
  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 0 0 3px;
  -moz-border-radius:3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background: #dddddd;
  color: #7b7676;
  font-weight: bold;
  font-size: 18px;
}

.wrappero .custom-carousel .owl-nav .owl-next {
  position: absolute;
   width: 28px;
height: 35px;
  top: -26px;
  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: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background: #dddddd;
  color: #7b7676;
  font-weight: bold;
  font-size: 18px;
}

.wrappero .latest-blog .custom-carousel .owl-nav .owl-next,
.wrappero .latest-blog .custom-carousel .owl-nav .owl-prev {
  top: -20px;
}

.wp-tabbed-contents .browseallb a {
  margin-top: -64px;
}

.wrappero .wp-tabbed-contents .custom-carousel .owl-nav .owl-next,
.wrappero .wp-tabbed-contents .custom-carousel .owl-nav .owl-prev {
  top: -40px;
}

.logo-slider .owl-nav .owl-prev,
.logo-slider .owl-nav .owl-next {
  top: -57px;
  display: none
}

.featured-product {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 3px;

}



.wp-tabbed-contents .section-title {
    position: relative !important;
}







.wrappero .custom-carousel.featuredads .owl-nav .owl-next , .wrappero .custom-carousel.featuredads .owl-nav .owl-prev {
   margin: 0;
background: url("../images/next.png") no-repeat center center;
background-repeat: no-repeat;
background-position: center center;
padding: 0;
width: 33px;
height: 42px;
z-index: 999999 !important;
border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
top: 150px;
position: absolute;
color: #fff;
font-size: 35px;
line-height: 15px;
background-color: #206cc5;
}
.wrappero .custom-carousel.featuredads .owl-nav .owl-next  {
right: -62px;
background: url("../images/previous.png") no-repeat center center;
background-color: #206cc5;
 }
.wrappero .custom-carousel.featuredads .owl-nav .owl-prev { left: -12px;

border-radius: 3px 0 0 3px;}
.wrappero .custom-carousel.featuredads .owl-nav .owl-next:hover , .wrappero .custom-carousel.featuredads .owl-nav .owl-prev:hover

{opacity: 0.8}
.slider-handle {

    border-radius: 100%;
}
.theme-red .price-wrap .tag-head {
    background: #6abe59;
	border-radius: 0px;
}
.hero-listing-bar .listing-icon , .listing-cover a{

    color: #fff !important;
}
.listing-cover {
    margin-top: 170px !important;
border-radius: 3px;
}
.wrapper-s .listing-cover {
margin-top: 150px !important;
border-radius: 0px;
}
.theme-red .button {background: #206cc5; padding: 15px 0}
.featured-ad-location a  {
    background: #206cc5;
	text-transform:uppercase;
    text-align: center;
    margin-top: 14px;
    padding: 8px 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #fff !important;
	display: block;
}
.featured-ad-location a:hover {opacity: 0.8; color: #fff !important}

.featured-product .cart-btn {
  display: none
}

.featured-product .products {
  margin-left: 0px;
  padding: 7px 0px;
}

.featured-product .home-owl-carousel {
  padding-left: 20px;
}

.new-arriavls {
  margin-bottom: 19px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);

}

.new-arriavls .products {
  margin-left: 0px;
  margin-right: 18px;
  padding-bottom: 15px;
}

.new-arriavls .home-owl-carousel {
  padding-left: 20px;
}

.new-arriavls .section-title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 16px;
  
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding: 18px 20px;
}

.new-arriavls .cart-btn {
  display: none
}

.latest-blog {
  margin-bottom: 30px;
  background-color: #fff;
}

.latest-blog .btn-primary {
  margin: 3px
}

.latest-blog .section-title {
  margin-top: 5px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10px;
  padding: 18px 20px;
}


.latest-blog .blog-post .blog-post-image figure {height: 480px;border-radius: 3px;-moz-border-radius:3px;-webkit-border-radius: 3px ; object-fit: cover;}


.latest-blog .blog-post  .blog-post-info {
position: absolute;
bottom: 50px;
left: 0;
padding: 0 34px;
width: 100%;
z-index: 50;
box-sizing: border-box;
transition: all .3s;
color: #fff;
}

.latest-blog .blog-post .blog-post-image figure:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to top,rgba(33, 33, 35, 0.65) 0%,rgba(0, 0, 0, 0.45) 25%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
  border-radius: 4px;
  opacity: 1;
}
.blog-slider-container .blog-slider .blog-post-info .name {
  font-size: 18px;
  font-weight: bold;
  height: 35px;
  margin-top: 5px;
}

.blog-slider-container .blog-slider .blog-post-info a {
  color: #ffffff;
}
.blog-slider-container .blog-slider .blog-post-info .name {

  font-size: 18px;
  font-weight: bold;
  height: 35px;
  margin-top: 5px;

}

.blog-slider-container .blog-slider .blog-post-info .info {
  font-size: 15px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: normal;
  font-family: raleway,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;

}
span.blog-item-tag {
  text-transform: uppercase;
  font-size: 9.7px;
  letter-spacing: 2.5px;
  font-weight: 60;
  background: #206CC5;
  border-radius: 50px;
  padding: 5px 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 9px;
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 110;
  
}

.blog-slider-container .blog-slider .blog-post-info .info a {
  color: #9c9c9c;
}

.blog-slider-container .blog-slider .blog-post-info a.lnk {
  color: #fff;
}

.blog-slider-container .blog-slider .blog-post-info .text {
  color: #fff;
  font-size: 14px;
}
.latest-blog .blog-slider { margin: 0}

.latest-blog .blog-post {
  padding: 10px;
  transition: all .3s;
  color: #fff;
  cursor: pointer;
}

.latest-blog .blog-post img {
  width: 100%
}

.logo-slider-inner {
  margin-top: 10px;
  margin-bottom: 20px;
}


.product .product-micro .product-info .product-price .price {
  color: #333;
  background: none;
}

a.nolist {
  background: none !important;
}

.special-product .product:first-child {
  margin-bottom: 20px;
}

.special-product .product .image img {
  width: 100%
}

.special-product .product .col {
  padding-right: 0px
}

.special-product .product .btn-primary {
  background: none;
  padding: 0px;
  color: #157ed2;
  text-decoration: underline;
  margin-top: 5px;
}

.special-product .product:last-child {
  margin-top: 20px;
}

.best-product .product:first-child {
  margin-bottom: 20px;
}

#owl-main .owl-nav .owl-buttons .icon {
  position: relative;
  top: 8px;
  color: #333 !important;
}

.config-options ul>li>a {
  display: block;
}

.read-more-bottom {
  margin-bottom: 10px;
}

.unicase-form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #eee;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 10px 12px;
}

.unicase-form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d8d8d8;
}

.animate-dropdown .open>.dropdown-menu,
.animate-dropdown .open>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }

  to {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }

  to {
    margin-top: 0;
    opacity: 1;
  }
}

.seller-product .products {
  margin-bottom: 35px;
}

.product-slider .products {
  margin-left: 0px;
  margin-right: 18px;
  padding-bottom: 15px
}

.product-slider .products .cart-btn {
  display: none
}

.category-product .products .cart-btn {
  display: none;
}

.seller-product .products .product .product-info .name {
  font-size: 18px;
  margin-top: 5px !important;
}

a , .theme-red a, .theme-green a,.theme-orange a , .theme-blue a , .theme-teal a, .theme-purple a  {
  color: #206cc5;
}

.theme-red a:hover, .theme-red a:focus {
    color: inherit;
}
.show-theme-options:hover,
.show-theme-options:focus {
  background: #206cc5;
}

.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
  background: #206cc5;
}

.top-bar .cnt-account ul>li a:hover,
.top-bar .cnt-account ul>li a:focus {
  color: #fff;
}

.top-bar .cnt-block ul li a .caret {
  color: #206cc5;
}

.top-bar .cnt-block ul li .dropdown-menu li a:hover,
.top-bar .cnt-block ul li .dropdown-menu li a:focus {
  color: #206cc5;
}

.main-header .top-search-holder .contact-row .icon {
  color: #206cc5;
}



.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
  color: #fff;
  font-size: 15px;
}

.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: #206cc5;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  color: #206cc5;
}

.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: #206cc5;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  color: #206cc5;
}

.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 {

}
.main-header .searchconainer { padding: 0px}


.searchforma {
    background: #CCC ;
    padding: 0;
    border-radius: 3px;
	padding-right: 10px;
	border: 0;
}

.searchforma:after { 
display: block;
content: '';
width: 30px;
height: 30px;
position: absolute;
right: -15px;
top: 15px;
background: #fff;
border-radius: 100%;
z-index: 2;
}

.top-search-holder .fieldo { background: #fff; border-radius: 3px;-moz-border-radius: 3px ; -webkit-border-radius: 3px }
.homy-image, .homy {
    margin-bottom: 15px;
	padding: 0;
}
.header-nav .navbar .navbar-nav>li.active {
  background: #0b816a;
}

.header-nav .navbar .navbar-nav>li>a:hover,
.header-nav .navbar .navbar-nav>li>a:focus {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}



.header-style-2 .header-nav .navbar .navbar-nav>li.active,
page .header-style-2 .header-nav .navbar .navbar-nav>li.active {
  background: #206cc5;
}
.sub-menu.color-scheme-dark {
    margin: 0;
}
.header-style-3 .header-nav .navbar .navbar-nav>li.active {
  background: #206cc5;
}

.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: #206cc5 !important;
}

.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav>li.open {
  background: #206cc5;
}

.sidebar .side-menu nav .nav>li a:hover,
.sidebar .side-menu nav .nav>li a:focus {
  color: #206cc5;
}

.sidebar .side-menu nav .nav>li a:hover:after,
.sidebar .side-menu nav .nav>li a:focus:after {
  color: #206cc5;
}

.info-box .info-box-heading.green {
  color: #206cc5;
}

.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  color: #206cc5;
}

.product .product-info .name a:hover,
.product .product-info .name a:focus {
  color: #206cc5;
}

.product .product-info .product-price .price {
  color: #333;
}
.nosliders .product-price {

  text-align: center;

}
.product-micro .product-price a { color: #666; text-align:left }

.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
  color: #206cc5;
}

.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
  background: #206cc5;
}

.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;
}

.tag.sale {
  background: #abd07e;
}

.copyright-bar .copyright a {
  color: #206cc5;
}

.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
  color: #a6a6a6;
}
.wp-tabbed-tabs .wp-tabbed-nav li.tab-active a, .wp-tabbed-tabs .wp-tabbed-nav li a:hover {
	
	border: 0 !important;
	box-shadow: none !important;
	background: #206cc5 !important;
	color: #fff !important
}
.wp-tabbed-tabs .wp-tabbed-nav li a { font-size: 15px !important}
.wp-tabbed-tabs .wp-tabbed-nav li a {background: none !important; border: 0 !important}
.wp-tabbed-tabs .wp-tabbed-nav {border-bottom: 5px solid #206cc5 !important;}

.footer-menu {
}

.footer-menu li {
  display: inline;
  margin: 5px;
}

.footer-menu li a {
  font-size: 14px;
color: #fff;

}
.footer-menu li a:hover { opacity: 0.5 ; color: #fff;}

.footer-menu {
  text-align: right;
  padding: 5px 0;
}

.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
  background: #206cc5;
}

.latest-tweet .re-twitter .comment a {
  color: #206cc5;
}

.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
  color: #206cc5;
}

.footer .contact-information .media .icon .fa-stack-2x {
  color: #206cc5;
}

.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
  color: #206cc5;
}

.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
  color: #206cc5;
}

.footer-bottom {
  text-align: left;
}

.footer .widget {
  background: none;
  margin: 0px;
  box-shadow: none;
  padding: 10px
}

.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  background: #206cc5;
}

.hot-deals .product-info .product-price .price {
  color: #206cc5;
}

.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
  color: #206cc5;
}

.custom-carousel .owl-nav .owl-prev:hover,
.custom-carousel .owl-nav .owl-next:hover,
.custom-carousel .owl-nav .owl-prev:focus,
.custom-carousel .owl-nav .owl-next:focus {
  background: #bfbfbf;
  color: #fff;
}

.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
  color: #206cc5;
}

.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  color: #206cc5;
}

.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: #206cc5;
}

.filters-container .pagination-container ul li.active a {
  color: #206cc5;
}

.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: #206cc5;
}

.filters-container .pagination-container ul li a:hover,
.filters-container .pagination-container ul li a:focus {
  color: #206cc5;
}

.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: #206cc5;
}

.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: #206cc5;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  border: 5px solid #206cc5;
}

.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: #206cc5;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
  color: #206cc5;
}

.sidebar .sidebar-widget .advertisement .owl-nav .owl-pagination .owl-page.active span {
  background: #206cc5;
}

.sidebar .sidebar-widget .advertisement .owl-nav .owl-pagination .owl-page:hover span {
  background: #206cc5;
}

.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
  border: 1px solid #206cc5;
}

.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
  color: #206cc5;
}

.single-product .product-info .price-container .price-box .price {
  color: #206cc5;
}

.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
  color: #206cc5;
}

.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: #206cc5;
}

.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: #206cc5;
}

.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) #206cc5;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
  background: #206cc5;
}

.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) #206cc5;
}

.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
  background: #206cc5;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  color: #206cc5;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  color: #206cc5;
}

#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  background: #0b816a;
}

#owl-main .owl-nav .owl-pagination .owl-page:active span,
#owl-main .owl-nav .owl-pagination .owl-page:hover span {
  background: #206cc5;
}

.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
  color: #206cc5 !important;
}

.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
  color: #206cc5 !important;
}

.homepage-container .product .tag.hot {
  background: #206cc5;
}

.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
  color: #206cc5;
}

.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  background: #206cc5;
  border: 2px solid #206cc5;
}

.category-list {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
}

.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
  background: #206cc5;
}

.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  background: #206cc5;
}

.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: #206cc5;
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li.open {
  background: #206cc5;
}

#owl-single-product-thumbnails .owl-nav .owl-pagination .owl-page.active span {
  background: #206cc5 !important;
}

#owl-single-product-thumbnails .owl-nav .owl-pagination .owl-page span:hover,
#owl-single-product-thumbnails .owl-nav .owl-pagination .owl-page span:focus {
  background: #206cc5 !important;
}

page .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
  background: #206cc5;
}

.blog-page .blog-post h1 a:hover,
.blog-page .blog-post h1 a:focus {
  color: #206cc5;
}

.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: #206cc5;
}

.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: #206cc5;
}

.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
  background-color: #206cc5;
}

.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  color: #206cc5;
}

.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: #206cc5;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title>a:not(.collapsed) span {
  background-color: #206cc5;
}

.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: #206cc5;
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
  color: #206cc5;
}
#login-form {

    width: 50%;
    display: block;
    margin: 0 auto;

}
.contact-page .contact-info .contact-i {
  background-color: #206cc5;
}

.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: #206cc5;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  color: #0b816a;
}

.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: #206cc5;
}

.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: #206cc5;
}

.logo-color {
  fill: #206cc5;
}

page .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
page .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
  color: #206cc5;
}

page .single-product .product-info-block .txt.txt-qty {
  color: #206cc5;
}

page .single-product .product-tabs .nav-tab-cell-detail {
  border-bottom: none;
}

page .single-product .product-tabs .nav-tab-cell-detail li {
  margin-right: 10px;
  padding: 0;
}

page .single-product .product-tabs .nav-tab-cell-detail li a:hover,
page .single-product .product-tabs .nav-tab-cell-detail li a:focus {
  background: #206cc5;
  border: 2px solid #206cc5;
}

page .single-product .product-tabs .nav-tab-cell-detail li.active a {
  background: #206cc5;
  border: 2px solid #206cc5;
}

.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: #206cc5;
}

.product-comparison .compare-table tr td .product-price .price {
  color: #206cc5;
}

.product-comparison .compare-table tr td .in-stock {
  color: #206cc5;
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover,
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus {
  color: #206cc5;
}

.product-comparison .compare-table tr td .product-price .price {
  color: #206cc5;
}

.product-comparison .compare-table tr td .in-stock {
  color: #206cc5;
}

.body-content .x-page .x-text h1 {
  color: #206cc5;
}

.body-content .x-page .x-text a {
  color: #206cc5;
}

.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
  color: #206cc5;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
  color: #206cc5;
}

.terms-conditions-page .contact-form {
  color: #206cc5;
}

.top-bar {
  padding: 0px;
  font-size: 12px;
}

.top-bar .cnt-account {
  padding: 0px;
  
}

.cnt-account.righty {
  float: right;
  text-align: right;
}

.top-bar .cnt-account.lefty {
  float: left;
  text-align: left;
}

.top-bar .cnt-account ul {
  margin: 0px;
}
.cnt-account.righty ul.social { display: inline-block; text-align: right; padding: 5px 0;}
.cnt-account.righty ul.social li { float: left;display: inline-block; width: auto !important; margin: 0; padding: 0;}
.cnt-account.righty ul.social li a { 
background: #999 !important;
margin: 0;
margin-left: 0px;
padding: 0px 8px;
border-radius: 100%;
margin-left: 5px;
}
.cnt-account.righty ul.social li a:hover  { 
background: #333 !important
}
.cnt-account.righty ul.social li a i { font-size: 15px; color: #fff }
.eclassify-login-register {

  float: right;
  display: inline-block;

}
.menuright {

  display: inline;
  float: right;
  margin-top: 5px;

}

.cnt-account.lefty>ul {
  padding:  0;
}

.cnt-account ul.sub-menu {
  margin-left: -10px
}

.cnt-account ul>li {
  display: inline-block;
  line-height: 12px;
  padding: 3px 7px;
  line-height: 40px;

}

.cnt-account ul>li:last-child {
  border: none;

}

.cnt-account ul>li a {
 color: #fff;
  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;
}
.cnt-account ul>li a:hover { color: #555 !important}
.cnt-account ul>li a .icon {
  display: block;
  float: left;
  padding-right: 6px;
  font-size: 11px;
  line-height: 20px;
}

.cnt-account.righty .menuright>a {
  margin-left: 5px;
  color: #fff !important;
}

.cnt-account.righty .menuright>a span {
  margin-right: 5px;
}

.cnt-account.righty ul>li {
  width: 100%;
  line-height: 25px;
}

.cnt-account.righty ul>li a {
   color: #333;
  font-size: 13px;
  background: url('../images/arrow-icon.gif') no-repeat 5px 50%;
  padding-left: 15px;
}


.cnt-account.righty ul>li a:hover {
  color: #111 !important;
  opacity: 0.8;
  text-decoration: underline
}
.cnt-account.righty .social ul>li { display: inline-block;width: auto; float:left; }
.cnt-account.righty .dropdown-menu {
  width: 250px;
  border: 0px;
  padding: 10px 5px;
  margin-top: 5px !important;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-shadow: none;


}

.cnt-account.righty .avatar {
  border-radius: 2px;
  margin: 5px;
  height: 25px;
  width: 25px;
}

.cnt-account ul>li a:hover,
.cnt-account ul>li a:focus {
  text-decoration: none;
}

.cnt-account.righty a.btn-header-register {
  border-right: 1px solid hsla(0, 0%, 100%, .2);
  margin: 5px;
  padding: 5px;
  color: #fff;
  line-height: 35px;
}

.cnt-account.righty a.btn-header-register:last-child {
  border: 0px;
}

.cnt-account.righty a.btn-header-register:hover {
  color: #444;
}

.top-bar .cnt-block {
  float: right;
}

.top-bar .cnt-block .list-inline {
  margin: 0px;
}

.top-bar .cnt-block .list-inline>li {
  display: inline-block;
  margin-right: 10px;
  padding: 0px;
}

.top-bar .cnt-block .list-inline>li>a {
  padding: 7px 0px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #888;
  display: inline-block;
}

.top-bar .cnt-block .list-inline>li>a .value {
  color: rgba(255, 255, 255, 0.8);
  margin: 2px 4px 2px 7px;
}

.top-bar .cnt-block .list-inline>li>a:hover,
.top-bar .cnt-block .list-inline>li>a:focus {
  text-decoration: none;
  color: #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 .dropdown-menu>li>a {
  padding: 3px 10px;
  font-size: 13px
}

.top-bar .cnt-block .list-inline>li .dropdown-menu li a:hover,
.top-bar .cnt-block .list-inline>li .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}


/*===================================================================================*/
/* Header
/*===================================================================================*/


.main-header {
  padding: 10px 0px  0;
  background: none;
}

.main-header .logo-holder {
  margin-top: 5px;
}
.top-search-holder {
    padding: 0;
    margin-bottom: 15px;
	
}
.top-search-holder .contact-row {
  line-height: 20px;
  color: #9b9b9b;
}

.top-search-holder .contact-row .phone {
  margin: 0 23px 0 0;
  border-right: 1px solid #E2E2E2;
  padding-right: 35px;
}

.top-search-holder .contact-row .icon {
  font-size: 18px;
  line-height: 23px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.top-search-holder .search-area {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
 
}
.top-search-holder .search-area .fielda {padding-left:0px;}
.col-md-12.no-padding.clearfix.revo {
    padding: 0px;
	margin-top: 15px;
overflow: hidden;
	
}
.fielda {

  margin-top: 10px;
  margin-bottom: 10px;

}

.fielda.lasto {padding-right: 0px }

.top-search-holder .search-area .search-field {
  border: none;
  padding: 13px;
  width: 100%;
  line-height: 44px;
  margin-bottom: 0;
  height: 44px;
  font-size: 13px;
  color: #565252;
  box-shadow: none;
  border-radius: 0px;
  background: none;
  max-width: 100%;
}



.top-search-holder .search-area .search-field:focus {
  background: none;
}

.top-search-holder .search-area .categories-filter {
  text-transform: capitalize;
  display: inline-block;
  line-height: 44px;
  border-radius: 3px
}

.top-search-holder .search-area .categories-filter select {
  padding: 0 15px;
  color: #666;
  font-size: 13px;
  border: 0px;
  height: 40px;
  cursor: pointer;
  box-shadow: none;
  background-color: none !important;
}



 .top-search-holder .search-area .categories-filter a .caret {
  margin-left: 15px;
  color: #a0a0a0;
}

.top-search-holder .search-area .categories-filter .formcont .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  border-top: 0px;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 127px !important;
  -webkit-transition: all 2s;
  transition: all 2s;

}

.top-search-holder .search-area .categories-filter .formcont .dropdown-menu.inner {
  box-shadow: none;
}

.top-search-holder .search-area .categories-filter .formcont.open .dropdown-menu {
  top: 33px !important;
}

 .top-search-holder .search-area .categories-filter .formcont .bs-searchbox input.form-control {
  max-width: 100%;
  border: 1px solid #d5cccc !important;
  border-radius: 0px;
}

.top-search-holder .search-area .categories-filter .formcont .bs-searchbox,
.bs-actionsbox {

  padding: 0;
  margin-bottom: 5px;

}

#ad-categories-footer .button.primary {padding: 15px; width: 100%;
margin-left: 2px; background: #FE2103;
}

.top-search-holder .search-area .categories-filter .dropdown-menu ul.dropdown-menu {
  padding: 0;
  border: 0px;
}

.top-search-holder .search-area .categories-filter .dropdown-menu li {
  margin-bottom: 10px;
}

.top-search-holder .search-area .categories-filter .dropdown-menu li a {
  padding: 3px;
}

.top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
 color: #1B83A0;
 background: none;
}

.top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
  
  line-height: 30px;
}

.top-search-holder .search-area .search-button {
  border-radius: 3px ;
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 13px 19px;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  border: 0;

}

.top-search-holder .search-area .search-button:after {
  color: #333;
  content: "\f002";
  font-family: fontawesome;
  font-size: 18px;
  line-height: 9px;
  vertical-align: middle;
}
.wrappero .search-form {
    margin: 0 auto;
	padding: 0 15px;
}

.header-style-2 .header-nav .navbar-default {
  background: #404040;
}

.top-cart-row {
 padding-left: 5px;
 padding-right: 0px;
 z-index: 1;
}


.top-cart-row .dropdown-cart img {
  width: 100%
}


.top-cart-row .dropdown-cart .lnk-cart:hover {
  opacity: 0.9
}

.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: 23px;
  font-family: inherit;
  text-transform: uppercase;
text-align: center;
color: #fff;
font-size: 16px;
line-height: 18px;
border-radius: 3px;
background: #FE2103;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket:hover {
	 background: #555 !important
	
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
  float: left;
  padding: 8px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket i {
  color: #fff ;
  font-size: 22px;
}

.top-cart-row .dropdown-cart .lnk-cart:hover .items-cart-inner .basket i {

}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 18px;
  position: absolute;
  left: 34px;
  top: 13px;
  width: 18px;
  color: #0f6cb2;
  font-size: 11px;
  text-align: center;
  line-height: 19px;
  ;
}

.top-cart-row .dropdown-cart .dropdown-menu {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  left: auto;
  min-width: 0;
  padding: 24px 22px;
  right: 0;
  width: 230px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
  font-size: 13px;
  
  margin-top: 0px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
  color: #666666;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  font-weight: 700;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
  padding: 0;
  position: relative;
  font-size: 15px;
  right: 8px;
  top: 8px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
  color: #898989;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
  font-size: 13px;
  
  color: #666666;
  margin-right: 10px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  font-weight: 700;
}

.header-nav .navbar-default {
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  min-height: auto;
  background: none 
  
}

.header-nav .navbar-default .navbar-collapse {
  padding: 0;

}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li.active>a {
  color: #fff;
}

.navbar-nav {
  float: none
}

.special-menu {
  float: right
}

.special-menu a {
  color: #ffdd35 !important;
  border: none !important;
  padding-right: 0px !important
}

.special-menu a:hover {
  background: none !important;
  color: #fff !important
}
.logo {
    margin-left: 10px;

}
.logo img {
    margin-top: 15px;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #333;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  -webkit-transitio: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-weight: normal;
padding: 10px 5px;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav .separator {
	color: #666;
	margin-left: 10px;
	
}

.header-nav .navbar-default .navbar-collapse .navbar-nav > li:hover > a {
	color: #333
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -10px;
  display: inline;
  padding: 1px 7px;
  color: #fff;
  font-size: 9px;
  
  right: 23px;
  line-height: normal;
  letter-spacing: 1px;
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label:after {
  border-width: 6px 7px 0 6px;
  right: 18px;
  top: 90%;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transitio: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 100;

}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label:before {
  right: 18px;
  top: 90%;
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.menu-label-new {
  background: #f1c40f;
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.menu-label-new:after {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.menu-label-new:before {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.menu-label-hot {
  background: #ff7878;
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.menu-label-hot:after {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.menu-label-hot:before {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.clear {
  clear: both;
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.menu-label-sale {
  background: #f02f2f;
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.menu-label-sale:after {
  border-color: #f02f2f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.menu-label-sale:before {
  border-color: #f02f2f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.header-style-2 {
  /*margin-bottom:10px;*/
}

.header-style-2 .header-nav {
  background: rgba(0, 0, 0, 0) !important;
}

.header-style-2 .header-nav .navbar-default .nav-bg-class {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a {
  color: #555;
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a:hover,
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a:focus {
  color: #fff;
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li.open>a {
  color: #fff;
}

.header-style-3 .header-nav {
  background: #202020 !important;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
  color: #fff;
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:focus {
  color: #fff;
}

.header-style-3 .header-nav .yamm .dropdown-menu {
  top: 62px;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .dropdown-menu {
  left: auto;
  top: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
  border: 1px solid #ccc;
}

.yamm .dropdown-menu .custom-banner a {
  padding: 0px
}

.yamm .dropdown-menu .banner-image {
  margin-bottom: -20px
}

.navbar-nav .open a {
  float: none;
  background: #fff !important;
  color: #888 !important;
  border-radius: 3px 3px 0px 0px;
}

.yamm .dropdown-menu .yamm-content {
  padding: 20px 20px;

}

.yamm .dropdown-menu .yamm-content .col-menu {
  min-width: 150px
}

.yamm .dropdown-menu .yamm-content .links li a {
  padding: 4px 0px;
  
  letter-spacing: 0.2px;
  font-size: 13px;
  color: #565656;

}


.yamm .dropdown-menu h2 {
  font-size: 14px;
  color: #555;
  
  margin-top: 0px;
  font-weight: bold
}

.yamm .dropdown-menu li {
  line-height: normal;
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.yamm .dropdown-menu li a {
  color: #3D3D3D;
  line-height: normal;
  text-transform: none;
  display: block;
  padding: 8px 16px;
}

.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
  margin-left: 0px;
}

.yamm .dropdown-menu .text {
  font-size: 13px;
  line-height: 20px;
  position: relative;
  bottom: 0px;
  top: 73px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.header-style-2 .header-nav .navbar .navbar-nav>li.active>a,
page .header-style-2 .header-nav .navbar .navbar-nav>li.active>a {
  color: #fff;
}

.header-style-2 .header-nav .navbar-default {
  background: #404040;
}

.header-style-2 .header-nav .navbar-default .nav-bg-class {
  border: none;
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a {
  color: #fff;
}

page .header-style-2 .header-nav .navbar-default {
  background: #fff;
}

page .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;
}


/*===================================================================================*/
/*  Side menu
/*===================================================================================*/

.sidebar .side-menu {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  margin-top: 0px;
}



.sidebar .side-menu .head {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 12px 17px;
  text-transform: uppercase;
  background-color: #efa21c;
  font-weight: 700;
  letter-spacing: 0.5px;

}

.sidebar .side-menu .head .icon {
  margin-right: 5px;
}

.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;
  -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 #eaeaea;

}

.sidebar .side-menu nav .nav>li:last-child {
  border-bottom: none
}

.sidebar .side-menu nav .nav>li>a {
  padding: 13px 15px;
  color: #666666;
  
  letter-spacing: 0.2px
}

.sidebar .side-menu nav .nav>li>a:after {
  color: #bababa;
  content: "\f105";
  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: 10px;
  font-family: FontAwesome;
}

.sidebar .side-menu nav .nav>li>a .icon {
  font-size: 16px;
  margin-right: 12px;
}

.sidebar .side-menu nav .nav>li>a:hover,
.sidebar .side-menu nav .nav>li>a:focus {
  background: #fff;

}

.sidebar .side-menu nav .nav>li>a:hover:after {
  margin-right: 7px;
}

.sidebar .side-menu nav .nav>li>a:hover .icon,
.sidebar .side-menu nav .nav>li>a:focus .icon {
  color: #666666;
}

.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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
  border: 1px solid #ccc;
  overflow: hidden
}

.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 {

  padding: 3px 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;
  font-size: 13px;
  display: inline;
  background: url('../images/arrow-icon.gif') no-repeat 5px 50%;
  padding-left: 15px;
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -16px;
  top: -8px;
}

.sidebar .side-menu2 nav .nav li a {
  padding: 14.3px 15px;
}

.sidebar .sidebar-module-container .sidebar-widget .widget-header {
  padding: 10px 0px 5px 0px;
}

.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
  font-size: 13px;
  
  margin: 0px;
  font-weight: bold
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
  clear: both;
  display: block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  line-height: 28px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  content: "\f068";
  float: right;
  font-family: fontawesome;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #666666;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
  color: #636363;
  content: "\f067";
  font-family: fontawesome;
  font-weight: normal
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner {
  margin: 0px 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: #666666;
}

.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: 0px;
}

.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;
}

span.county {
  font-size: 13px;
  color: #8c8888;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
  clear: both;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
  color: #666666;
  display: block;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report {
  margin-top: 20px;
  margin-bottom: 30px;
}

.sidebar .sidebar-widget .advertisement .item {
  background-position: center 55%;
  background-size: cover;
  padding-bottom: 60px
}

.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;
  
  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-nav {
  bottom: 10px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}

.sidebar .sidebar-widget .advertisement .owl-nav .owl-pagination {
  display: inline-block;
}

.sidebar .sidebar-widget .advertisement .owl-nav .owl-pagination .owl-page {
  display: inline-block;
}

.sidebar .sidebar-widget .advertisement .owl-nav .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ddd;
  border: none;
  border-radius: 2px;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.sidebar-widget {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
  border-radius: 3px;
}

.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;
}

/*===================================================================================*/
/*  Slider
/*===================================================================================*/
#owl-main {
  text-align: center;
  cursor: default;
  height: 368px;
}

#owl-main .owl-nav {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

/*.panel-group .panel .owl-nav {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-nav {
  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-nav {
  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-nav {
  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-nav {
  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: -15px;
  opacity: 1;
  display: none
}

#owl-main .owl-prev,
#owl-main .owl-next {
  bottom: 0;
}

#owl-main .owl-nav .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;
  height: 370px;
}

#owl-main .item .caption {
  color: #636363;
  left: 50px;
  position: absolute;
  top: 24%;
  z-index: 100;
  padding-right: 8%;
}

#owl-main .item .caption .slider-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase
}

#owl-main .item .caption .big-text {
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 25px;
  background: #bbbbbb;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px
}

#owl-main .item .caption .big-text .highlight {
  color: #f1c40f;
}

#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
  font-size: 14px;
  /*line-height: 50px;*/
  margin-top: 10px;
  
  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: 5px 0;
  display: inline;
}

#owl-main .item .caption .button-holder {
  margin: 20px 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: 'PacificoRegular';
  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: 'LatoBold';
  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;
}

page .homepage-slider2 {
  height: 449px;
}

page .homepage-slider2 #owl-main .item .caption {
  top: 24%;
  padding-right: 10%;
  right: 0px;
  left: 0px;
}

page .homepage-slider2 #owl-main .owl-nav {
  margin-top: -89px;
  text-align: center !important;
}

page .breadcrumb ul {
  text-align: left;
}

page .cart .action .left {
  margin-left: 10px;
  padding: 2px 10px;
}

page .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;
  
  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;
  
  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-nav {
  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-nav {
  bottom: 20px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}

.home-page-slider4 .owl-nav .owl-buttons {
  display: none !important;
}

.home-page-slider4 .owl-nav .owl-pagination .owl-page {
  display: inline-block;
}

.home-page-slider4 .owl-nav .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;
}

page .homepage-container .btn-primary {
  padding: 2px 17px;
  -webkit-border-radius: 0px;
  -moz-border-radiu: 0px;
  border-radius: 0px;
}

page .homepage-container #owl-main .owl-prev,
page .homep2474 age-container #owl-main .owl-next {
  top: 25%;
}

.info-boxes-inner {
  background-color: #0f6cb2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}


.info-boxes {}

.info-boxes .info-box {
  padding: 24px 25px;
  text-align: center
}

.info-boxes .info-box .icon {
  font-size: 35px;
}

.info-boxes .info-box .info-box-heading {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: 1px
}

.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: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  font-size: 13px;
  margin: 0px;
  letter-spacing: 0.5px;
  font-family: 'Open Sans', sans-serif
}

/*===================================================================================*/
/*  Home Tabs
/*===================================================================================*/

.scroll-tabs {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);

}

.scroll-tabs .more-info-tab {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding: 15px 20px;
}

.scroll-tabs .more-info-tab .new-product-title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 16px;
  
  text-transform: uppercase;
  font-weight: bold
}

.scroll-tabs .nav-tab-line {
  border-bottom: none;
  margin-top: 4px;
  margin-right: 55px;
}

.scroll-tabs .nav-tab-line li.active a {
  border: none;
}

.scroll-tabs .nav-tab-line li a {
  font-weight: 500;
  color: #666666;
  font-size: 13px;
  border: medium none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px !important;
  position: relative;
  font-family: 'Open Sans', sans-serif
}

.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  background: rgba(0, 0, 0, 0);
}

.tab-content {
  padding-left: 20px
}

.product {
  position: relative;
}

.product .product-image img {
  width: 100%
}

.product .product-image .tag {
  position: absolute;
}

.product .product-info .name {
  font-size: 14px;
  
}

.product .product-info .name a {
  color: #555;
}

.product .product-info .star-rating .color {
  color: #ffb400;
}

.product .product-info .product-price .price {
  font-weight: 700;
font-size: 14px;
line-height: 30px;
margin-right: 8px;
padding: 3px 5px;
border-radius: 3px;
color: #FE2103;

}

.featuredads .product-price  ,.featuredads h4.entry-title,.featuredads h3.entry-title  .price  {text-align: center;}

.product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}

.product .cart {
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  width: 100%;
  z-index: 666;
  left: 50%;
  position: absolute;
  top: 0;
  margin-left: -55px
}

.product .cart .action ul li {
  float: left;
}

.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #fdd922;
}

.product .cart .action ul li.lnk {
  margin: 10px 0px;
  background: #0f6cb2;
  margin: 0px;
  padding: 8px 2px;
  border-left: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 0px 3px 3px 0px
}

.product .cart .action ul li.lnk a {
  padding: 0 10px;
  color: #fff;
  padding: 8px 10px;
}

.product .cart .action ul li.lnk.wishlist {
  background: #0f6cb2;
  margin: 0px;
  border-radius: 0px
}


.product:hover .cart {
  opacity: 1;
  top: 45%
}

.best-seller .product .product-info .name,
.special-offer .product .product-info .name {
  margin-top: 4px;
}

.cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;


}

.cart .action {
  float: left;
}

.cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #fdd922;
  color: #333
}


.cart .action.lnk {
  margin: 10px 0px;
}

.cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}

.cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}

.product-micro .product-image .image a .zoom-overlay:before {
  color: #FFFFFF;
  content: "\f00e";
  font-family: fontawesome;
  left: 45%;
  position: relative;
  right: 40%;
}

.product-micro .product-image .image a .zoom-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 99;
}

.product-micro .product-image .image a .zoom-overlay:hover,
.product-micro .product-image .image a .zoom-overlay:focus {
  opacity: 1;
}

.product-micro .tag-micro {
  width: 30px;
  height: 30px;
  font-size: 11px;
  line-height: 29px;
  top: 5.5%;
}

.product-micro .product-info .name {
  font-size: 14px;
  margin-top: 0px !important;
}

.product-micro .product-info .product-price .price {
  font-size: 13px;
  color: #666;
background: #898e88;
padding: 2px 5px;
color: #fff;
border-radius: 3px;
}

.product .product-info .product-price .price {

}

.product-micro .product-info .action .lnk.btn.btn-primary {
  font-size: 12px;
  line-height: 1.7;
}

.copys {
  text-align: left;
  float: left;
}

.copyright-bar {
  padding: 5px 0px;
  font-size: 13px;
  line-height: 35px;
  background: #333;
  border-radius: 0 0 3px 3px;
}

.copyright-bar .copyright {
  color: #3f3f3f;
  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;
  -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 {}

.cnt-strip {
  position: relative;
}

.cnt-strip .strip {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 8px 30px 5px 30px;
  right: 10px;
}

.cnt-strip .strip h1 {
  font-size: 36px;
  color: #ff4c4c;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold
}

.cnt-strip .strip h2 {
  font-size: 36px;
  color: #fdd922;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold
}

.cnt-strip .strip h2 .shopping-needs {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: normal;
  font-size: 22px
}

.cnt-strip .strip h3 {
  font-size: 30px;
  color: #434343;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.cnt-strip .strip h4 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.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;
  
}

.cnt-strip .new-label {
  background: url("../images/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: 'Open Sans', sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  left: -13px;
  position: absolute;
  text-align: center;
  top: 14px;
  -ms-transform: rotate(-43deg);
  letter-spacing: 1px;
  /* IE 9 */
  -webkit-transform: rotate(-43deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-43deg);
  width: 100%;
}

.wide-banners {
  overflow: hidden
}

.wide-banners.homepage-banner {
  margin-top: 30px;
}

.wide-banners.homepage-banner h4 {
  font-size: 30px;
  
}

.wide-banners.homepage-banner h3 {
  font-size: 35px;
  
}

.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;
  
}

.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;
}

.megamenu-banner h2 {
  font-size: 40px;
  font-family: 'BebasNeueBold';
}

.wide-banner-4 .cnt-strip .strip h1 {
  font-size: 50px;
  
}

.wide-banner-4 .cnt-strip .strip h2 {
  font-size: 40px;
  
}

.wide-banner-4 .cnt-strip .strip h3 {
  font-size: 30px;
  
}

.wide-banner-4 .cnt-strip .strip h4 {
  font-size: 20px;
  
}

.wide-banner-4 .cnt-strip .strip p {
  font-size: 23px;
  
  margin-bottom: 0px;
}





.blog-slider-container .blog-slider .blog-post-info .info {
  font-size: 13px;
  margin-bottom: 8px;
  overflow: hidden;

}

.blog-slider-container .blog-slider .blog-post-info .info a {
  color: #9c9c9c;
}

.blog-slider-container .blog-slider .blog-post-info a.lnk {
  color: #fff;
}



.footer .links-social {
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 70px;
}

.footer .module-title, #footer-widgets h3 {
	margin:0 0 20px;
	font-size:16px;
	font-weight:bold;
	color:#555655;
	text-decoration:none;
	padding:0;
}
.footer .module-title:before,
#footer-widgets h3:before {
	content: "\f0a1";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 10px 0 0;
	font-size:18px;
	font-weight:normal;
}
.footer .widget-ad-categories h4:before,
.footer .widget_categories h4:before {
	content: "\f07c";
}
.footer .widget_cp_facebook_like h4:before {
	content: "\f09a";
}
.footer .widget_tag_cloud h4:before {
	content: "\f02b";
}
.footer .widget_text h4:before {
	content: "\f129";
}
.footer .widget_recent_comments h4:before {
	content: "\f0e6";
}
.footer .widget_recent_entries h4:before,
.footer .widget_cp_recent_posts h4:before {
	content: "\f040";
}
.footer .widget_pages h4:before {
	content: "\f15b";
}
.footer .widget_archive h4:before,
.footer .widget_calendar h4:before {
	content: "\f073";
}
.footer .widget_links h4:before {
	content: "\f0ac";
}
.footer .widget_meta h4:before {
	content: "\f128";
}
.footer .widget_nav_menu h4:before {
	content: "\f0c9";
}
.footer .widget_twitter h4:before {
	content: "\f099";
}
.footer .widget_ad_search h4:before {
	content: "\f002";
}


.social {
  overflow: hidden
}

.social a {
  display: inline-block !important;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
}

.social a:hover {
  color: #fff;
}

.social .facebook a {
  background: #3C5B9B !important;
}

.social .twitter a {
  background: #359BED !important;
}

.social .google-plus a {
  background: #E33729 !important;
}

.social .rss a {
  background: #FD9F13 !important;
}

.social .pinterest a {

  background: #c31f26 !important;
}

.social .linkedin a {

  background: #027ba5 !important;
}

.social .instagram a {
  background: #29587f !important;
}

.social .flickr a {
  background: #027ba5 !important;
}

.social .vimeo-square a {
  background: #00b0de !important;
}

.social .dribbble a {
  background: #e8598e !important;
}


.social .youtube a {

  background: #F03434 !important;


}

.social h4 {
  margin: 25px 0 0px 0px;
}

.social ul {
  margin: 0;
  list-style: none;
}

.social ul li {
  margin-right: 7px;
  float: left;
}

.social ul li {
  border-bottom: none;

}

.social a {
  transition: background 400ms ease-in-out;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
}

.social a:hover {
  opacity: 0.7
}

.footer .links-social .contact-info .footer-logo {
  margin-top: 10px;
}

.footer .links-social .contact-info .about-us {
  margin-bottom: 20px;
}

.footer .links-social .contact-info .social-icons a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 2em;
  height: 2em;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}

.footer .links-social .contact-info .social-icons a:hover,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a.active {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}

.footer .links-social .contact-info .social-icons a .icon {
  line-height: 2em;
}

.footer .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  
  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 {
  
}

.footer .contact-information .media .media-body a {
  color: #666666;
}

.footer .footer-bottom {
background: #f6f4f1;
border-radius: 3px 3px 0 0;
padding: 15px 0;
border: 1px solid #ddd;

}
#footer .top-bar {
 /* background: rgba(0, 0, 0, 0) url(../images/footer-bar.png) repeat scroll center top;*/
  height: 3px;
}
.footer .module-title,
#footer-widgets h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  color: #333;
  font-family: Montserrat,arial,verdana,tahoma;
  margin-top: 0px;
  text-transform: none;
}



.footer .footer-bottom .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  
  color: #898989;
}

.footer .footer-bottom .module-body ul li {}

.toggle-footer {
  color: #666
}

.toggle-footer a {
  margin-left: 0px !important
}

.toggle-footer a:before {
  display: none
}

.toggle-footer i {
  background: #333;
  border-radius: 2px
}

.footer .footer-bottom .module-body ul li:last-child {
  border: none
}

.footer .footer-bottom .module-body ul li a {
  font-size: 13px;
  line-height: 30px;
  color: #666666;
  position: relative;
  margin-left: 23px;
  display: block;
}

.footer .footer-bottom .module-body ul li a:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -22px;
  font-size: 6px;
}

.product-tag .item {
  background-color: #f5f5f5;
  color: #666666;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 12px;
}

.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  color: #fff;
}

.newsletter .sidebar-widget-body input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px
}


.hot-deals .hot-deal-wrapper {
  position: relative;
}

.hot-deals .hot-deal-wrapper .image img {
  width: 100%;
}

.hot-deals .hot-deal-wrapper .sale-offer-tag {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
  top: 4%;
  right: 10px;
  width: 50px;
  z-index: 100;
  background: #ff7878;
  position: absolute;
  text-align: center;
}

.hot-deals .hot-deal-wrapper .sale-offer-tag span {
  position: relative;
  z-index: 100;
  top: 10px;
}

.hot-deals .hot-deal-wrapper .timing-wrapper {
  bottom: 20px;
  position: absolute;
  left: 15px;
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
  display: table;
  text-align: center;
  margin-right: 4px;
  float: left;
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
  background-color: #fff;
  color: #333;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  width: 45px;
  line-height: 15px;

}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.5px
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
  margin-right: 0px;
}

.hot-deals .product-info .name {
  font-size: 14px;
  
}

.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 {

  margin: auto;
  padding: 8px 0 0px;
  text-align: left;
}

.breadcrumb ul li:after {
  color: #666666;
  content: "/";
  
  font-size: 12px;
  line-height: 24px;
  margin-left: 9px;
  margin-right: -4px;
  padding: 0px;
}

.breadcrumb ul li:last-child:after {
  content: "";
}

.breadcrumb ul li a {
  color: #666666;
  
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}

.category-carousel {
  text-align: center;
  cursor: default;
}

.category-carousel .item {
  position: relative;
  margin-bottom: 30px;
}

.category-carousel .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 10%;
  z-index: 100;
  display: table-cell;
}

.category-carousel .item .caption .big-text {
  font-size: 100px;
  line-height: 145px;
  text-transform: uppercase;
  
  color: #fdd922;
}

.category-carousel .item .caption .excerpt {
  font-size: 36px;
  letter-spacing: normal;
  color: #fff;
}

.category-carousel .item .caption .excerpt-normal {
  font-size: 14px;
  letter-spacing: normal;
  color: #fff;
  letter-spacing: 0.5px
}


.category-carousel .item .owl-nav {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

.category-carousel .item .owl-nav .owl-prev,
.category-carousel .item .owl-nav .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-nav .owl-prev {
  left: -35px;
}

.category-carousel .item .owl-nav .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: 15px 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding-bottom: 0px
}

.filters-container .nav-tabs.nav-tab-box {
  border: medium none;
  margin-top: 3px;
}

.filters-container .nav-tabs.nav-tab-box li {
  margin-right: 5px;
  padding: 0;
}

.filters-container .nav-tabs.nav-tab-box li a {
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666666;
  
  line-height: 18px;
  border: none !important;
  padding: 0px;
}

.filters-container .nav-tabs.nav-tab-box li a .icon {
  margin-right: 5px;
  color: #aaa;
}

.filters-container .lbl-cnt {
  color: #666666;
  
  font-size: 12px;
  line-height: 24px;
}

.filters-container .lbl-cnt .lbl {
  color: #666666;
  display: inline-block;
  
  font-size: 12px;
  line-height: 28px;
  margin-right: 10px;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
  border: 1px solid #e5e5e5;
  -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;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}

.filters-container .pagination-container {
  margin-top: 4px;
  margin-bottom: 20px;
}

.filters-container .pagination-container ul {
  margin: 0px;
}

.filters-container .pagination-container ul li.prev,
.filters-container .pagination-container ul li.next {
  background: none repeat scroll 0 0 #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.filters-container .pagination-container ul li.prev a,
.filters-container .pagination-container ul li.next a,
.filters-container .pagination-container ul li.prev a:hover,
.filters-container .pagination-container ul li.next a:hover,
.filters-container .pagination-container ul li.prev a:focus,
.filters-container .pagination-container ul li.next a:focus {
  color: #fff;
}

.filters-container .pagination-container ul li a {
  color: #666666;
  display: inline-block;
  
  font-size: 13px;
  line-height: 20px;
  padding: 0 3px;
}

.filters-container .pagination-container ul li.active a {}

.search-result-container .category-product {}

.search-result-container .category-product .product {
  margin-bottom: 30px;
}

.search-result-container .category-product .product .product-image .tag {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 10px;
  right: 14px;
  letter-spacing: 0.5px;
}


.search-result-container .category-product-inner .product-list.product {
  position: relative;
  margin-bottom: 30px;
}

.search-result-container .category-product-inner .product-list.product .product-info {
  padding: 0px;
}

.search-result-container .category-product-inner .product-list.product .product-info .cart {
  margin-top: 20px;
  top: auto;
  bottom: 0px;
  opacity: 1;
  left: 0;
  position: relative;
  margin-left: 0px
}

.search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
  display: block;
  margin-right: 5px;
}

.search-result-container .category-product-inner .product-list.product .tag {
  position: absolute;
  right: 12px;
  top: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 10px;
  right: 14px;
  letter-spacing: 0.5px;
}

.product-list.product .product-info .name {
  font-size: 18px;
}

.product-list.product .product-info .description {
  line-height: 20px;
}

/*===================================================================================*/
/*  Product Detail
/*===================================================================================*/

.detail-block {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
  overflow: hidden
}

.single-product .product-info-block .name {
  margin-top: 0px;
  font-weight: bold;
  letter-spacing: -1px
}

.single-product .single-product-gallery {
  padding-bottom: 30px
}

.single-product .favorite-button .btn-primary {
  background: #ddd
}

.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
  border: 1px solid #e5e5e5;
}

.single-product .gallery-holder .gallery-thumbs {
  margin: 15px 0 0;
  position: relative;
  text-align: left;
}

.single-product .gallery-holder .gallery-thumbs .owl-item .item {
  margin-right: 10px;
  border: 1px solid #e5e5e5;
}

.single-product .product-info .rating-reviews .reviews .lnk {
  color: #aaaaaa;
}

.single-product .product-info .stock-container .stock-box .label {
  font-size: 13px;
  
  line-height: 18px;
  color: #666666;
  padding: 0px;
  font-weight: normal;
}

.single-product .product-info .stock-container .stock-box .value {
  font-size: 13px;
  color: #ff7878;
}

.single-product .product-info .description-container {
  line-height: 20px;
  color: #666666;
}

.single-product .product-info .price-container {
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
  margin-bottom: 0;
  padding: 20px 0;
}

.single-product .product-info .price-container .price-box .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.single-product .product-info .price-container .price-box .price-strike {
  color: #aaa;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: line-through;
}

.single-product .product-info .quantity-container {
  margin-bottom: 0;
  padding: 20px 0;
}

.single-product .product-info .quantity-container .label {
  font-size: 14px;
  
  line-height: 35px;
  text-transform: uppercase;
  color: #666666;
  padding: 0px;
  font-weight: normal;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 40px;
  cursor: pointer;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
  position: relative;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input input {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}

.single-product .product-info .product-social-link .social-label {
  font-size: 15px;
  
  line-height: 20px;
  text-transform: uppercase;
}

.single-product .product-info .product-social-link .social-icons {
  display: inline-block;
}

.single-product .product-info .product-social-link .social-icons ul li a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  padding: 5px 6px;
}

.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
}

.single-product .product-tabs {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 0px;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li {
  float: none !important;

}

.single-product .nav-tabs {
  border: none
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a {
  border: none;
  color: #555;
  display: block;
  padding: 12px 28px;
  font-size: 13px;
  
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  background: #f8f8f8;
  border: 1px #fff solid;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover:before,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus:before {
  border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: -10px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus:after {
  border-style: solid;
  border-width: 7.5px 1px 7.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  right: -8px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a:before {
  border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: -10px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a:after {
  border-style: solid;
  border-width: 7.5px 1px 7.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  right: -8px;
}

.single-product .product-tabs .tab-content {
  padding-left: 0px
}

.single-product .product-tabs .tab-content .tab-pane {
  padding: 24px;
}

.single-product .product-tabs .tab-content .tab-pane .text {
  line-height: 20px;
}

.single-product #owl-single-product-thumbnails .owl-nav {
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
  margin-top: 20px;
}

.single-product #owl-single-product-thumbnails .owl-nav .owl-pagination .owl-page {
  display: inline-block;
}

.single-product #owl-single-product-thumbnails .owl-nav .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #ddd;
  border: medium none;
  border-radius: 3px;
  display: block;
  height: 10px;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 10px;
  cursor: pointer;
}

.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
  margin-top: 0px;
}

page .single-product .single-product-gallery .gallery-thumbs .nav-holder {
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 50;
}

page .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
  left: 0px;
}

page .single-product .single-product-gallery .gallery-thumbs .nav-holder.right {
  right: 0;
}

page .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
  left: 0;
}

page .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after {
  content: "\f104";
}

page .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
  right: 0px;
}

page .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
  content: "\f105";
}

page .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn,
page .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;
}

page .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after,
page .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;
}

page .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover,
page .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover,
page .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus,
page .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
  background: #dadada;
  color: #fff;
}

page .single-product .single-product-gallery .owl-item .single-product-gallery-item>a>img {
  display: block;
  width: 100%;
}

page .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
  margin-left: 10px;
}

page .single-product .product-info-block label,
page .single-product .product-info-block .label {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  color: #434343 !important;
}

page .single-product .product-info-block .label {
  padding: 0px;
}

page .single-product .product-info-block .cart {
  width: auto;
  left: 0;
  margin-top: -8px;
  padding: 0px;
}

page .single-product .product-info-block .cart .action .left {
  padding: 2px 8px;
  margin-left: 5px;
}

page .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;
}

page .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;
}

page .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
page .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
  background: rgba(0, 0, 0, 0);
}

page .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;
}

page .single-product .product-info-block .stock-container .stock-box .label {
  color: #434343;
  
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}

page .single-product .product-info-block .stock-container .stock-box .value {
  font-size: 13px;
}

page .single-product .product-tabs .nav-tab-cell-detail li {
  margin-right: 10px;
  padding: 0;
}

page .single-product .product-tabs .nav-tab-cell-detail li a {
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #666666;
  
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-transform: uppercase;
}

page .single-product .product-tabs .nav-tab-cell-detail li a:hover,
page .single-product .product-tabs .nav-tab-cell-detail li a:focus {
  color: #fff;
}

page .single-product .product-tabs .nav-tab-cell-detail li.active a {
  color: #fff;
}

page .single-product .product-tabs .tab-content {
  border: none;
}

page .single-product .product-tabs .tab-content .tab-pane {
  padding: 0px;
}

page .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
  font-size: 13px;
  line-height: 22px;
}

.single-product .second-gallery-thumb.gallery-thumbs {
  padding: 0 40px;
}

.single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
  margin-left: 5px;
}

.product-tabs .tab-content .tab-pane .product-reviews .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
  

}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
  margin-bottom: 20px;
  
  text-transform: none;
  background: #f8f8f8;
  padding: 20px
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
  margin-bottom: 5px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  font-style: italic
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
  font-size: 12px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  margin-left: 5px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
  line-height: 18px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  margin-left: 5px;
}

.product-tabs .tab-content .tab-pane .product-add-review .title {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
  font-weight: normal;
  border-bottom-width: 1px;
  text-align: center;
  vertical-align: middle;
  background: #f8f8f8;
  border: none
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
  text-align: center;
  vertical-align: middle;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
  float: none;
  margin: auto;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
  font-weight: normal;
  font-size: 13px;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
  color: #FF0000;
  font-size: 12px;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-tabs .tab-content .tab-pane .product-tag .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 20px;
  
}

.product-tabs .tab-content .tab-pane .product-tag .form-group label {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  margin-right: 10px;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
  margin-left: 90px;
}

.furniture-container .product {
  position: relative;
}

.furniture-container .product .btn-primary {
  font-size: 15px;
  line-height: 30px;
  
  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;
  
}

.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;
  
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  border: 2px solid #f2f2f2;
  color: #747474;
}

.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  color: #fff;
}

.homepage-container .best-seller .product .product-info .name,
.homepage-container .special-offer .product .product-info .name {
  margin-top: 4px;
}

.homepage-container .cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
}

.homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757;
}

.wrapper .box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.wrapper .box .wrapper-inner {
  background: none repeat scroll 0 0 #FFFFFF;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
  font-size: 15px;
  font-weight: 700;
  line-height: 55px;
  width: 55px;
  height: 55px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 25px;
  /*11px;*/
  text-align: center;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
  position: relative;
  z-index: 100;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
  background: #46aad7;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
  background: #989898;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
  background: #ff7878;
}

/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/

@media (min-width: 320px) and (max-width: 480px) {
  .top-bar .cnt-block {
    float: none
  }

  .top-cart-row .dropdown-cart .lnk-cart {
    display: block;
    overflow: hidden
  }

  .top-cart-row {
    padding-left: 15px
  }

  .top-cart-row .dropdown-cart {
    float: none;
  }

  #owl-main .item .caption .big-text {
    font-size: 18px;
    line-height: normal
  }

  #owl-main .item .caption {
    left: 0px
  }

  #owl-main {
    height: 100%
  }

  #owl-main .item {
    height: 150px
  }

  #owl-main .item .caption .button-holder {
    margin: 0px
  }

  #hero .btn-primary {
    padding: 5px 10px;
    font-size: 12px;
    line-height: normal;
    margin-top: 8px
  }

}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-toggle {
    float: left;
    border: none
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-collapse {
    box-shadow: none;
    border: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-nav .navbar-default .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
    border: none
  }

  .mega-menu img {
    width: 100%
  }

  .yamm .dropdown-menu .yamm-content .col-menu {
    margin-bottom: 15px
  }

.topys {border-bottom: 1px solid #ccc}

  .top-bar .header-top-inner {
    text-align: center;
  }

  .top-bar .header-top-inner .cnt-account {
    clear: both;
    display: inline-block;
    float: none;
    margin: auto;
    text-align: center;
  }

  .top-bar .header-top-inner .cnt-account li {
    margin-bottom: 8px;
  }

  .top-bar .header-top-inner .cnt-block .list-inline li {
    margin: 0px 0;
  }

  .main-header .logo-holder {
    text-align: center;
    margin-bottom: 20px;
  }

  .main-header .top-search-holder .contact-row {
    margin-bottom: 20px;
    text-align: center;
  }

  .main-header .top-search-holder .contact-row .phone,
  .main-header .top-search-holder .contact-row .contact {
    margin: 0 0 5px;
    padding-right: 0px;
    border-right: none;
    display: block;
  }

.top-search-holder .search-area .categories-filter {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }

 .top-search-holder .search-area .search-button {
    padding: 12px 19px;
  }


  .top-search-holder.container {padding: 0}

  .sidebar .side-menu nav .nav>li>.mega-menu {
    left: 0px;
    min-width: 100%;
    top: 100% !important;
  }




 

  .logo-slider-inner .item {
    text-align: center;
  }





  .filters-container .filter-tabs,
  .filters-container .lbl-cnt,
  .filters-container .pagination-container {
    margin-bottom: 10px;
  }

  .homepage-container .wide-banners .wide-banner {
    margin-bottom: 10px;
  }

  page .wrapper .box {
    padding: 0 10px;
  }

  #owl-main .item .caption {
    padding: 0 22px;
  }

  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }

  .product .product-image .image img {
    width: 100%;
    height: 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;
  }

  page .single-product .product-tabs .nav-tab-cell-detail li a {
    font-size: 16px;
  }

  page .header-nav .yamm .navbar-header {
    border: 1px solid #f1f1f1;
  }

  .info-boxes .info-box {
    margin-bottom: 10px;
  }

  page .single-product .product-info-block .cart {
    margin-top: 10px;
    padding: 0 15px;
  }

  .product-comparison .compare-table tr td .product .product-image .image img {
    width: auto;
  }

  .hot-deals .products {
    margin-right: 15px
  }

  .copyright-bar .payment-methods {
    text-align: left;
    margin-top: 10px
  }

  .single-product .home-banner {
    display: none
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .cnt-account ul>li {}

  .sidebar .side-menu nav .nav>li>.mega-menu {
    min-width: 100%;
    left: 0px;
    top: 100% !important
  }

  .logo-slider-inner .item {
    text-align: center;
  }

  .filters-container .filter-tabs,
  .filters-container .lbl-cnt,
  .filters-container .pagination-container {
    margin-bottom: 10px;
  }

  .filters-container .pagination-container {
    float: left;
  }

  .homepage-container .wide-banners .wide-banner {
    margin-bottom: 10px;
  }

  page .wrapper .box {
    padding: 0 15px;
  }

  page .container {
    width: 100%;
  }

  .body-content .sidebar {
    margin-bottom: 30px;
  }

  .product .product-image .image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .blog-slider .image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .owl-item {
    padding: 10px;
  }

  #owl-main .owl-item {
    padding: 0px;
  }

  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }

  .filters-container .no-padding {
    padding: 0px;
  }

  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
  }

  .hot-deal-wrapper .image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .main-header .logo-holder {
    text-align: center;
    margin-bottom: 20px;
  }

  .main-header .contact-row {
    text-align: center;
  }

  .special-menu {
    display: none !important
  }

  .single-product .home-banner {
    display: none
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .top-search-holder .search-area .control-group {
    position: relative;
  }

  .main-header .top-search-holder .search-area .control-group .search-button {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .category-carousel .item {
    height: auto;
  }

  .filters-container .nav-tabs.nav-tab-box li {
    margin-right: 3px;
  }

  .filters-container .lbl-cnt .lbl {
    margin-right: -1px;
  }

  page .single-product .product-info-block .cart {
    clear: both;
    margin-top: 20px;
  }

  .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-size: 16px !important;
  }

  .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
  .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-size: 16px !important;
  }

  .wrapper .box .wrapper-inner .container {
    width: auto !important;
  }

  .special-menu {
    display: none !important
  }

  .home-banner img {
    width: 100%
  }
}

/* Large devices (large desktops, 1200px and up) */

.blog-page .blog-post {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
}

.blog-page .blog-post h1 {
  
  font-size: 22px;
  font-weight: bold;

}

.blog-page .blog-post h1 a {
  color: #555;
}

.blog-page .tab-content .blog-post {
  padding: 0px 0px 25px 0px !important;
  box-shadow: none !important
}

.blog-page .blog-post span {
  padding-right: 20px;
  color: #aaa;
  font-size: 13px;
}

.blog-page .blog-post p {
  padding-top: 16px;
  font-size: 13px;
  color: #666666;
  margin-bottom: 0px;
}

.blog-page .blog-post a {
  margin-top: 20px;
}

.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;
  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-size: 15px;

}

.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;
  font-size: 13px;
  color: #666666;
}

.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: #666666;
}

.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;
  letter-spacing: 1px
}

.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;
  letter-spacing: 0.5px
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a {
  padding: 0px;
  color: #666666;
}

.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-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;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
}

.blog-review {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
}

.blog-write-comment {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
}

.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;
  
  color: #555;
  margin: 0px;
}

.blog-page .blog-post-author-details p {
  font-size: 13px;
  color: #666666;
  padding: 16px 0px 0px 0px;
  text-align: justify;
}

.blog-page .blog-review .title-review-comments {
  font-size: 16px;
  color: #555;
  
  margin-bottom: 40px;

}

.blog-page .blog-review p {
  font-size: 13px;
  color: #666666;

}

.blog-page .blog-review .review-action {
  font-size: 12px;
  color: #666666;
}

.blog-page .blog-review .post-load-more {
  text-align: center;
  padding-bottom: 10px;
}

.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
  color: #666666;
  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: #666666;
  font-size: 13px;
  padding-right: 4px;
  font-family: FontAwesome;
}

.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
  content: "\f007";
}

.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: 14px;
  color: #555;
  
  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);
}


.page-template-tpl-login #main {

  width: 30%;
  position: relative;
  margin: 0 auto;

}

/*===================================================================================*/
/*  Contact Us
/*===================================================================================*/

.contact-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
  overflow: hidden
}

.contact-page .contact-map iframe {
  height: 400px;
  width: 100%;
}

.contact-page .contact-info {
  font-size: 13px;
  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 {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
  overflow: hidden
}

.shopping-cart .shopping-cart-table {
  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 .cart-image img {
  width: 150px
}

.cart-shopping-total {
  background: #f8f8f8
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
  font-size: 18px;
  color: #666666;
}

.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-size: 16px;

}

.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-size: 12px;
  color: #666666;
  text-transform: uppercase;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 14px;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
  color: #666666;
  text-decoration: underline;
}

.shopping-cart .shopping-cart-table .table>thead>tr>th {
  text-align: center;
  padding: 16px;
  
  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-size: 14px;
  color: #555;
  margin-bottom: 2px;
  margin-top: 0px;
  display: block;
}

.shopping-cart .estimate-ship-tax table thead tr th p {
  
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 0px;
}

.shopping-cart .estimate-ship-tax table thead tr>th {
  padding: 24px 10px 20px 10px;
}

.shopping-cart .estimate-ship-tax table tbody tr>td {
  padding: 24px 10px !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;

}

.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: #666666;
}

.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-size: 16px;
  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-size: 14px;
}

.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;
}

.checkout-btn {
  background: #fdd922;
  color: #333;
  padding: 10px 18px;
}


.product-comparison .page-title {
  
  font-size: 30px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 40px;
}

.product-comparison img {
  width: 150px !important
}

.product-comparison .compare-table tr th {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  padding: 18px 25px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
}

.product-comparison .compare-table tr td {
  padding: 18px 30px;
  border: 1px solid #e5e5e5;
}

.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: left;
}

.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: #666666;
}

.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-size: 200px;
  font-weight: bold
}

.body-content .x-page .x-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}

.body-content .x-page .x-text .le-button {
  border-radius: 0 3px 3px 0;
  margin: 0 0 0 -5px;
  padding: 19px 23px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 10px;
  border: medium none;
  color: #333;
  background: #fdd922
}

.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;
}

/*===================================================================================*/
/*  Terms and Condition/track orders/
/*===================================================================================*/

.terms-conditions-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
  overflow: hidden;
}

.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;
  
}

.body-content .terms-conditions-page .terms-conditions h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
  
  margin-bottom: 30px;
  font-weight: bold;
}

.body-content .terms-conditions-page .terms-conditions ol {
  padding-left: 22px;
}

.body-content .terms-conditions-page .terms-conditions ol li {
  font-style: normal;
  font-size: 13px;
  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: left;
}

.track-order-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
  overflow: hidden;
}

.product-comparison {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
  overflow: hidden;
}

.faq-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
  overflow: hidden;
}

.faq-page .panel-group .panel {
  padding: 0px;
  box-shadow: none
}


.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #666;
}

.body-content .faq-page .title-tag {
  text-align: left;
  padding-bottom: 30px;
}

.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;
}


/*===================================================================================*/
/*  Wishlist
/*===================================================================================*/

.my-wishlist-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
  overflow: hidden;
}

.heading-title {
  text-align: left !important;
  text-transform: none !important;
  padding: 0px 0px 15px 0px !important;
  font-weight: bold !important;
  font-size: 22px !important;
  border-bottom: 1px #e5e5e5 solid !important;
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th {
  text-align: center;
  font-size: 30px;
  
  text-transform: uppercase;
  border: none;
  font-weight: 400;
}

.body-content .my-wishlist-page img {
  width: 100%
}

.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
  border-top: 1px solid #ddd;
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
  font-size: 16px;
  
  padding-bottom: 6px;
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
  color: #434343;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
  font-size: 11px;
  color: #aaa;
  padding-left: 10px;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
  color: #ffb400;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
  color: #dcdcdc;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
  font-size: 16px;
  padding-top: 4px;
  font-weight: bold;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price span {
  font-size: 15px;
  color: #ddd;
  text-decoration: line-through;
  padding-left: 10px;
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle;
  border: none;
  padding: 30px;
}

.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;
}

/*===================================================================================*/
/*  Signup and login
/*===================================================================================*/

.sign-in-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  padding: 20px;
  overflow: hidden;
}

.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
  font-size: 18px;
  
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;

}

.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;
  
  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;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -5px;

}

.tooltip-inner {
  
  border-radius: 2px;
  min-width: 70px;
  z-index: 10000
}

/*===================================================================================*/
/*  Testimonials
/*===================================================================================*/

.avatar {
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px
}

.avatar img {
  border-radius: 0px;
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  width: 110px
}

.testimonials {
  color: #333;
  font-size: 13px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-align: center
}

.clients_author {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.5px;
  display: block;
  text-align: center
}

.clients_author span {
  font-size: 13px;
  font-weight: normal;
  color: #999;
  display: block;
}

.testimonials-section .bx-wrapper .bx-pager {
  padding-top: 30px;
}

.testimonials-section .bx-wrapper {
  margin: 0 0 50px;
}

.testimonials-section em {
  font-size: 30px;
  font-style: normal;
  vertical-align: top;
  display: inline-block;
  line-height: 5px;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

/*===================================================================================*/
/*  LHS banners
/*===================================================================================*/

.home-banner {
  margin-top: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}













.navbar-nav li:hover .dropdown-menu {
  display: block;
}





.home-widget-title {
  /*display: none;*/
  font-size: 18px;
text-transform: uppercase;
}
























































/** ------------------------------------------------------------------------------------------------
*  NAVIGATION / #wptic-navigation
* ------------------------------------------------------------------------------------------------ */
.header-shop .main-nav>h5,
.header-categories .main-nav>h5,
.header-simple .main-nav>h5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wptic-navigation {
  color: rgba(0, 0, 0, 0.7);
}

.wptic-navigation a {
  color: rgba(0, 0, 0, 0.8);
}

.wptic-navigation a:hover {
  color: black;
}

.wptic-navigation a:focus {
  color: black;
}

.wptic-navigation p {
  color: rgba(0, 0, 0, 0.7);
}

.wptic-navigation h1,
.wptic-navigation h2,
.wptic-navigation h3,
.wptic-navigation h4,
.wptic-navigation h5,
.wptic-navigation h6,
.wptic-navigation .widgettitle,
.wptic-navigation .widget-title,
.wptic-navigation label {
  color: black;
}

.wptic-navigation ul li {
  color: rgba(0, 0, 0, 0.8);
}

.wptic-navigation ul li a {
  color: rgba(0, 0, 0, 0.8);
}

.wptic-navigation ul li a:hover {
  color: black;
}

.wptic-navigation ul li a:focus {
  color: black;
}

.wptic-navigation .menu {
  line-height: 1.3;
}

.wptic-navigation .menu li.item-with-label>a {
  position: relative;
}

.wptic-navigation .menu>li a i {
  margin-right: 2px;
  opacity: 0.7;
}

.wptic-navigation .menu>li>a {
  text-decoration: none;
  letter-spacing: .5px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wptic-navigation .menu>li>a:hover {
  text-decoration: none;
}

.wptic-navigation .menu>li .sub-menu-dropdown {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-color: white;
}

.wptic-navigation .menu>li.menu-item-has-children>a {
  position: relative;
}

.wptic-navigation .menu>li.menu-item-has-children>a:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  font-family: "FontAwesome";
  line-height: 14px;
  font-weight: normal;
}

.wptic-navigation .menu>li.menu-item-design-default {
  position: relative;
}

.wptic-navigation .menu>li.menu-item-design-default .sub-menu-dropdown {
  position: absolute;
  left: 0px;
  width: 180px;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease 0.1s;
  -moz-transition: all 0.25s ease 0.1s;
  -o-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
}

.wptic-navigation .menu>li.menu-item-design-default .container {
  width: auto;
  padding: 0;
}

.wptic-navigation .menu>li.menu-item-design-default ul li {
  display: block;
  position: relative;
}

.wptic-navigation .menu>li.menu-item-design-default ul li a {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #3C3C3C;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wptic-navigation .menu>li.menu-item-design-default ul li.menu-item-has-children>a {
  padding-right: 20px;
}

.wptic-navigation .menu>li.menu-item-design-default ul li.menu-item-has-children:after {
  content: "\f105";
  position: absolute;
  color: #bbb;
  right: 14px;
  top: 50%;
  margin-top: -8px;
  line-height: 14px;
  font-family: "FontAwesome";
}

.wptic-navigation .menu>li.menu-item-design-default ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.wptic-navigation .menu>li.menu-item-design-default ul li:hover>a {
  color: #1aada3;
  margin-left: 5px;
}

.wptic-navigation .menu>li.menu-item-design-default .sub-sub-menu {
  position: absolute;
  top: 0;
  left: 80%;
  width: 180px;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.wptic-navigation .menu>li.menu-item-design-default .sub-sub-menu.color-scheme-light {
  background-color: rgba(0, 0, 0, 0.95);
}

.wptic-navigation .menu>li.menu-item-design-sized {
  position: relative;
}

.wptic-navigation .menu>li.menu-item-design-sized .container {
  width: auto;
  padding: 0;
}

.wptic-navigation .menu>li.menu-item-design-full-width>.sub-menu-dropdown,
.wptic-navigation .menu>li.menu-item-design-sized>.sub-menu-dropdown {
  position: absolute;
  left: 0px;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease 0.1s;
  -moz-transition: all 0.25s ease 0.1s;
  -o-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
}

.wptic-navigation .menu>li.menu-item-design-full-width .vc_row .sub-menu>li,
.wptic-navigation .menu>li.menu-item-design-sized .vc_row .sub-menu>li {
  width: auto;
}

.wptic-navigation .menu>li.menu-item-design-full-width .sub-menu:after,
.wptic-navigation .menu>li.menu-item-design-sized .sub-menu:after {
  content: "";
  clear: both;
  display: block;
}

.wptic-navigation .menu>li.menu-item-design-full-width .sub-menu li a:hover,
.wptic-navigation .menu>li.menu-item-design-sized .sub-menu li a:hover {
  color: #1aada3;
}

.wptic-navigation .menu>li.menu-item-design-full-width .sub-menu>li,
.wptic-navigation .menu>li.menu-item-design-sized .sub-menu>li {
  float: left;
  width: 200px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.wptic-navigation .menu>li.menu-item-design-full-width .sub-menu>li>a,
.wptic-navigation .menu>li.menu-item-design-sized .sub-menu>li>a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #1B1919;
  text-decoration: none;
  margin-bottom: 10px;
}

.wptic-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li,
.wptic-navigation .menu>li.menu-item-design-sized .sub-sub-menu li {
  display: block;
}

.wptic-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li a,
.wptic-navigation .menu>li.menu-item-design-sized .sub-sub-menu li a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 0;
  color: #3C3C3C;
  letter-spacing: 0.3px;
}

.wptic-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li a:hover,
.wptic-navigation .menu>li.menu-item-design-sized .sub-sub-menu li a:hover {
  text-decoration: none;
  margin-left: 5px;
}

.wptic-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li a .menu-label,
.wptic-navigation .menu>li.menu-item-design-sized .sub-sub-menu li a .menu-label {
  right: -25px;
  left: auto;
  margin-top: -14px;
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light {
  background-color: rgba(0, 0, 0, 0.95);
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .sub-menu>li>a {
  color: white;
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .sub-menu>li>a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .sub-sub-menu li a {
  color: white;
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .sub-sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
h1, .h1 {
    font-size: 26px;
}

.wrappero .padding-21 {
    padding: 21px;
}

.wrapper-s .padding-21 {
    padding: 0;
}



.page-template-form-login #main  , .page-template-form-password-recovery   #main , .page-template-form-registration  #main { width: 100%}
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h1,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h2,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h3,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h4,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h5,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h6,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h1 a,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h2 a,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h3 a,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h4 a,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h5 a,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light h6 a,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .widgettitle,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .widget-title,
.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light label {
  color: white;
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light p {
  color: rgba(255, 255, 255, 0.8);
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .price {
  color: white;
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .price .amount {
  color: white;
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .price del {
  color: rgba(255, 255, 255, 0.5);
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .price del>.amount {
  color: rgba(255, 255, 255, 0.5);
}

.wptic-navigation .menu>li .sub-menu-dropdown.color-scheme-light .btn-add>a {
  color: white;
}

.wptic-navigation .menu>li.item-event-hover:hover>.sub-menu-dropdown,
.wptic-navigation .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown {
  visibility: visible;
  opacity: 1;
}

.wptic-navigation .menu>li.callto-btn>a {
  height: auto;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  padding: 11px 21px;
  margin-left: 12px;
  margin-right: 12px;
  text-transform: uppercase;
  letter-spacing: .3px;
  border-radius: 0;
  background-color: #1aada3;
  color: #ffffff;
  border-color: #1aada3;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

.wptic-navigation .menu>li.callto-btn>a:hover,
.wptic-navigation .menu>li.callto-btn>a:focus {
  background-color: #1aada3;
  border-color: #1aada3;
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}

.wptic-navigation .menu>li.callto-btn>a.btn-style-bordered {
  background-color: transparent;
  color: #1aada3;
}

.wptic-navigation .menu>li.callto-btn>a.btn-style-bordered:hover,
.wptic-navigation .menu>li.callto-btn>a.btn-style-bordered:focus {
  background-color: #1aada3;
  color: #ffffff;
  opacity: 1;
}

.wptic-navigation .menu>li.callto-btn>a.btn-style-link {
  background-color: transparent;
  color: black;
  opacity: 0.5;
}

.wptic-navigation .menu>li.callto-btn>a.btn-style-link:hover,
.wptic-navigation .menu>li.callto-btn>a.btn-style-link:focus {
  background-color: transparent;
  color: black;
  opacity: 0.8;
}

.wptic-navigation .menu>li.callto-btn.menu-item-has-children {
  margin-right: 0px;
}

.wptic-navigation .menu>li.callto-btn.menu-item-has-children>a {
  padding-right: 25px;
}

.wptic-navigation .menu>li.callto-btn.menu-item-has-children>a:after {
  right: 10px;
  color: white;
}

.wptic-navigation .menu>li.callto-btn.current-menu-item>a {
  color: white;
}

.main-nav .menu {

padding: 0 10px;
}
.naviga {

}

.main-nav .menu li {
  text-align: left;
  position: inherit;
}
.main-nav .menu li ul li .separator {
	display: none;
}
.header-nav .navbar .navbar-nav > li ul li:hover  { background: #f4f4f4; border-radius: 3px;  }

.main-nav .menu>li {
  display: inline-block;
  float: none;
  margin: 5px 0 0;

}
.main-nav .menu>li:hover , .main-nav .menu>li.current-menu-item  {
color: #333
}
.main-nav .menu>li:hover a , .main-nav .menu>li.current-menu-item a  {
color: #333
}


.main-nav .menu>li a i {
  font-size: 14px;
  min-width: 22px;
}

.main-nav .menu>li>a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 13px;
  padding-right: 13px;
  color: rgba(0, 0, 0, 0.9);
}

.main-nav .menu>li>a>i {
  margin-right: 4px;
  min-width: 0;
  font-size: 14px;
}

.main-nav .menu>li>a:hover,
.main-nav .menu>li>a:focus {
  color: #333;
}

/*.main-nav .menu>li.menu-item-has-children>a:after {
  content: "\f107";
  right: 1px;
  font-size: 12px;
  color: #bbb;
  font-family: fontawesome;
  margin-left: 10px;
  margin-top: 2px;
}
*/

.main-nav .menu>li.menu-item-has-children:last-child {
  margin-right: 0px;
  border: none;
}

.header-nav .main-nav .menu>li.current-menu-item>a {
  color: #333;
}

.header-nav .main-nav .menu>li.onepage-link.current-menu-item>a {
  color: #333;
}

.main-nav .menu>li .sub-menu-dropdown {
  top: 70%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.main-nav .menu>li.menu-item-design-full-width .sub-menu-dropdown {
  width: 100%;
  padding: 30px 0 5px 0;
}

.main-nav .menu>li.menu-item-design-sized .sub-menu-dropdown {
  padding: 30px 30px 30px 30px;
  -webkit-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s, top 0.2s ease 0.1s;
  -moz-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s, top 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s, top 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s, top 0.2s ease 0.1s;

}

.sub-menu-dropdown {
  background: white;
}

.main-nav .menu>li.item-event-hover:hover>.sub-menu-dropdown,
.main-nav .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown {
  top: 100%;
  box-shadow: none;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-top: 2px solid red; 
}

.header-nav .navbar .navbar-nav>li ul li>a {
  color: #444;
  background: url('../images/arrow-icon.gif') no-repeat 5px 50%;
  padding-left: 15px;
  line-height: 30px;
}


.color-scheme-light .main-nav .menu>li>a {
  color: white;
}

.color-scheme-light .main-nav .menu>li>a:hover {
  color: rgba(255, 255, 255, 0.8);

}

.color-scheme-light .main-nav .menu>li.menu-item-has-children>a:after {
  color: white;
}

.color-scheme-light .main-nav .menu>li.current-menu-item>a {
  color: white;
}

.main-nav.menu-center {
  text-align: center;
}

.main-nav.menu-right {
  text-align: right;
}

.menu-item-language {
  position: relative;
}

.submenu-languages {
  position: absolute;
  top: 63px;
  left: 13px;
  display: none;
}

.menu-item-language:hover .submenu-languages {
  display: block;
}

.widget_nav_mega_menu .widget-title {
  color: black;
  background-color: #F1F1F1;
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: bold;
  padding: 22px 20px 22px 20px;
}

.widget_nav_mega_menu .widget-title:before {
  content: none;
}

.widget_nav_mega_menu .widget-title.color-scheme-light {
  color: white;
  background-color: rgba(0, 0, 0, 0.23);
}

.widget_nav_mega_menu,
.mega-navigation {
  position: relative;
}

.widget_nav_mega_menu .menu,
.mega-navigation .menu {
  border-bottom: 3px solid rgba(0, 0, 0, 0.23);
}

.widget_nav_mega_menu .menu li,
.mega-navigation .menu li {
  margin-bottom: 0;
}

.widget_nav_mega_menu .menu .sub-menu-dropdown,
.mega-navigation .menu .sub-menu-dropdown {
  border: 2px solid rgba(168, 168, 168, 0.2);
}

.widget_nav_mega_menu .menu>li,
.mega-navigation .menu>li {
  display: block;
  margin-left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.widget_nav_mega_menu .menu>li a i,
.mega-navigation .menu>li a i {
  font-size: 16px;
  min-width: 24px;
  opacity: 1;
}

.widget_nav_mega_menu .menu>li>a,
.mega-navigation .menu>li>a {
  display: block;
  padding: 14px 20px;
  color: white;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.widget_nav_mega_menu .menu>li>a:focus,
.mega-navigation .menu>li>a:focus {
  color: white;
}

.widget_nav_mega_menu .menu>li.item-with-label>a .menu-label,
.mega-navigation .menu>li.item-with-label>a .menu-label {
  right: 18px;
}

.widget_nav_mega_menu .menu>li.menu-item-has-children>a,
.mega-navigation .menu>li.menu-item-has-children>a {
  padding-right: 25px;
}

.widget_nav_mega_menu .menu>li.menu-item-has-children>a:after,
.mega-navigation .menu>li.menu-item-has-children>a:after {
  content: "\f105";
  right: 20px;
  color: white;
  font-size: 14px;
}

.widget_nav_mega_menu .menu>li.menu-item-design-default .sub-menu-dropdown,
.widget_nav_mega_menu .menu>li.menu-item-design-full-width .sub-menu-dropdown,
.widget_nav_mega_menu .menu>li.menu-item-design-sized .sub-menu-dropdown,
.mega-navigation .menu>li.menu-item-design-default .sub-menu-dropdown,
.mega-navigation .menu>li.menu-item-design-full-width .sub-menu-dropdown,
.mega-navigation .menu>li.menu-item-design-sized .sub-menu-dropdown {
  left: 90%;
  top: 0px;
}

.widget_nav_mega_menu .menu>li.menu-item-design-default.item-event-hover:hover>.sub-menu-dropdown,
.widget_nav_mega_menu .menu>li.menu-item-design-default.item-event-click.item-menu-opened>.sub-menu-dropdown,
.mega-navigation .menu>li.menu-item-design-default.item-event-hover:hover>.sub-menu-dropdown,
.mega-navigation .menu>li.menu-item-design-default.item-event-click.item-menu-opened>.sub-menu-dropdown {
  margin-left: 0;
  margin-top: -1px;
}

.widget_nav_mega_menu .menu>li.menu-item-design-full-width .sub-menu-dropdown,
.mega-navigation .menu>li.menu-item-design-full-width .sub-menu-dropdown {
  width: 826px;
  padding: 25px 30px 5px 30px;
}

.widget_nav_mega_menu .menu>li.menu-item-design-full-width .sub-menu-dropdown .container,
.mega-navigation .menu>li.menu-item-design-full-width .sub-menu-dropdown .container {
  width: auto;
  padding: 0;
}

.widget_nav_mega_menu .menu>li.menu-item-design-sized,
.mega-navigation .menu>li.menu-item-design-sized {
  position: static;
}

.widget_nav_mega_menu .menu>li.menu-item-design-sized .sub-menu-dropdown,
.mega-navigation .menu>li.menu-item-design-sized .sub-menu-dropdown {
  padding: 25px 30px 5px 30px;
}

.widget_nav_mega_menu .menu>li:last-child,
.mega-navigation .menu>li:last-child {
  border-bottom: none;
}

.widget_nav_mega_menu .menu>li:hover,
.mega-navigation .menu>li:hover {
  background-color: #fbbc34;
}

.widget_nav_mega_menu .menu>li:hover>a,
.mega-navigation .menu>li:hover>a {
  color: white;
}

.widget_nav_mega_menu .menu>li.item-event-hover:hover>.sub-menu-dropdown,
.widget_nav_mega_menu .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown,
.mega-navigation .menu>li.item-event-hover:hover>.sub-menu-dropdown,
.mega-navigation .menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown {
  left: 100%;
  margin-left: 0px;
}

.categories-menu-dropdown {
  position: absolute;
  top: 124%;
  left: 0;
  z-index: 299;
  background-color: inherit;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0.1s;
  -moz-transition: all 0.2s ease 0.1s;
  -o-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
}

.sidebar-right .widget_nav_mega_menu .sub-menu-dropdown {
  display: none;
}

.sidebar-right .widget_nav_mega_menu li.menu-item-has-children a:after {
  display: none;
}

.mobile-nav {
  width: 270px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  background-color: #0C0C0C;
  z-index: 500;
  transform: translate3d(-270px, 0, 0);
  -webkit-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  -sand-transform: translate3d(-270px, 0, 0);
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}

.mobile-nav ul li {
  display: block;
  position: relative;
}

.mobile-nav ul li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(92, 92, 92, 0.23);
}

.mobile-nav ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}

.mobile-nav ul li a:active {
  color: #ffffff;
  background-color: #3C3C3C;
}

.mobile-nav ul li a i {
  min-width: 22px;
  margin-right: 2px;
}

.mobile-nav ul li.item-with-label>a .menu-label {
  right: 30px;
}

.mobile-nav ul li.current_page_item>a {
  color: #1aada3;
}

.mobile-nav ul li.menu-item-has-children>a {
  padding-right: 43px;
}

.mobile-nav .sub-menu-dropdown .container {
  width: auto;
  display: block;
  padding: 0;
}

.mobile-nav .sub-menu-dropdown ul {
  display: none;
  position: relative;
  background-color: #171717;
}

.mobile-nav .sub-menu-dropdown ul:before {
  position: absolute;
  bottom: 100%;
  margin-bottom: 4px;
  left: 20px;
  font-size: 30px;
  content: "\f0d8";
  font-family: "FontAwesome";
  line-height: 0;
  color: #171717;
}

.mobile-nav .sub-menu-dropdown li a {
  font-size: 14px;
}

.mobile-nav .sub-menu-dropdown li ul {
  background-color: #1D1D1D;
}

.mobile-nav .sub-menu-dropdown li ul:before {
  color: #1D1D1D;
}

.mobile-nav .searchform {
  position: relative;
  padding: 10px;
  border-bottom: 2px solid rgba(92, 92, 92, 0.43);
  /* Firefox 19+ */
  /* Firefox 18- */
}

.mobile-nav .searchform .screen-reader-text {
  display: none;
}

.mobile-nav .searchform input[type="text"] {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border: 1px solid rgba(208, 208, 208, 0.09);
  padding: 14px 50px 14px 18px;
  font-size: 14px;
  color: white;
}

.mobile-nav .searchform ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-nav .searchform ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-nav .searchform :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-nav .searchform :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-nav .searchform button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 50px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.mobile-nav .searchform button:before {
  content: "\e090";
  display: inline-block;
  line-height: 48px;
  font-size: 20px;
  font-family: 'simple-line-icons';
}

.mobile-nav .icon-sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 49px;
  width: 49px;
  padding-right: 0;
  border-left: 1px solid rgba(92, 92, 92, 0.23);
  cursor: pointer;
  padding-right: 18px;
}

.mobile-nav .icon-sub-menu:after,
.mobile-nav .icon-sub-menu:before {
  content: " ";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  display: inline-block;
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}

.mobile-nav .icon-sub-menu:after,
.mobile-nav .icon-sub-menu:before {
  right: 50%;
  margin-right: -5px;
}

.mobile-nav .icon-sub-menu:after {
  transform: translateX(-4px) rotate(50deg);
  -webkit-transform: translateX(-4px) rotate(50deg);
  -moz-transform: translateX(-4px) rotate(50deg);
  -o-transform: translateX(-4px) rotate(50deg);
  -ms-transform: translateX(-4px) rotate(50deg);
  -sand-transform: translateX(-4px) rotate(50deg);
}

.mobile-nav .icon-sub-menu:before {
  transform: translateX(3px) rotate(-50deg);
  -webkit-transform: translateX(3px) rotate(-50deg);
  -moz-transform: translateX(3px) rotate(-50deg);
  -o-transform: translateX(3px) rotate(-50deg);
  -ms-transform: translateX(3px) rotate(-50deg);
  -sand-transform: translateX(3px) rotate(-50deg);
}

.mobile-nav .icon-sub-menu.up-icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -sand-transform: rotate(-45deg);
}

.mobile-nav .icon-sub-menu.up-icon:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
}

.left-wrapp .wptic-close-side {
  opacity: 1;
  visibility: visible;
}

.act-mobile-menu {
  overflow: hidden;
}

.act-mobile-menu .mobile-nav {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -sand-transform: translate3d(0, 0, 0);
}

.main-header:not(.header-vertical) .wptic-navigation .menu>li.callto-btn>.sub-menu-dropdown,
.sticky-header .wptic-navigation .menu>li.callto-btn>.sub-menu-dropdown {
  top: calc(120% + 20px);
  top: -moz-calc(120% + 20px);
  top: -webkit-calc(120% + 20px);
  left: 12px;
}

.main-header:not(.header-vertical) .wptic-navigation .menu>li.callto-btn>.sub-menu-dropdown:before,
.sticky-header .wptic-navigation .menu>li.callto-btn>.sub-menu-dropdown:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 20px;
  width: 100%;
}

.main-header:not(.header-vertical) .wptic-navigation .menu>li.callto-btn.menu-item-design-full-width>.sub-menu-dropdown,
.sticky-header .wptic-navigation .menu>li.callto-btn.menu-item-design-full-width>.sub-menu-dropdown {
  left: 0;
}

.main-header:not(.header-vertical) .wptic-navigation .menu>li.callto-btn.item-event-hover:hover>.sub-menu-dropdown,
.main-header:not(.header-vertical) .wptic-navigation .menu>li.callto-btn.item-event-click.item-menu-opened>.sub-menu-dropdown,
.sticky-header .wptic-navigation .menu>li.callto-btn.item-event-hover:hover>.sub-menu-dropdown,
.sticky-header .wptic-navigation .menu>li.callto-btn.item-event-click.item-menu-opened>.sub-menu-dropdown {
  top: calc(100% + 20px);
  top: -moz-calc(100% + 20px);
  top: -webkit-calc(100% + 20px);
}

.act-scroll .main-nav .menu>li.callto-btn>a {
  height: auto !important;
  line-height: 18px !important;
}

















































.main-nav .menu>li.menu-item-design-full-width .sub-menu-dropdown {
  width: 100%;
  padding: 30px 0 5px 0;
  box-sizing: border-box;
  background: #fff;
}

.menu>li.menu-item-design-full-width>.sub-menu-dropdown,
.menu>li.menu-item-design-sized>.sub-menu-dropdown {
  position: absolute;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s ease .1s;
  -moz-transition: all .25s ease .1s;
  -o-transition: all .25s ease .1s;
  transition: all .25s ease .1s;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  display: none !important;
}

.menu>li.item-event-click.item-menu-opened>.sub-menu-dropdown,
.menu>li.item-event-hover:hover>.sub-menu-dropdown {
  visibility: visible;
  opacity: 1;
  display: block !important;
}

.main-nav .menu>li.menu-item-design-full-width .sub-menu-dropdown {
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.sub-menu-dropdown.color-scheme-dark {
  position: absolute;
}


.menu>li.menu-item-design-default .sub-menu-dropdown {
  position: absolute;

  min-width: 210px;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  background: white;
  /*-webkit-transition: all .25s ease .1s;
  -moz-transition: all .25s ease .1s;
  -o-transition: all .25s ease .1s;
  transition: all .25s ease .1s;*/
  
  font-size: 14px;
}

.wptic-navigation .menu>li.menu-item-design-default .container {
  width: auto;
  padding: 0;
}

.wptic-navigation .menu>li.menu-item-design-default .container {
  width: auto;
  padding: 0;
}





.authors-s h4.entry-title {
  height: auto !important
}

h4.entry-title,
h3.entry-title {
  font-weight: normal;
  color: #333;
  font-size: 14px;
  height: 30px;
}

h4.entry-title a,
h3.entry-title a {
  color: #333
}

h4.entry-title a:hover,
h3.entry-title a {
  color: #333
}

.bg-cover,
[data-bg-img] {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Ads - featured*/
.product img.thumb {
  height: auto;
  display: block;
  height: 180px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product-image.entry-thumbnail a img {

  transition: all 2s cubic-bezier(.19,1,.22,1) 0ms;

}
.product-image.entry-thumbnail a:hover img {

  transform: scale(1.1);
  transition: all .2s ease-in-out;

}
.product-image a img.thumb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  object-fit: cover;
}

.product-image a:hover img.thumb {
  opacity: 0.8
}

.product-image a:hover {
  color: #157ed2
}

.nosize.wp-post-image {
  width: 100%;
  height: 70px;
  border-radius: 3px;
}

.smally .pbig.image.nothumb,
.smally .nosize.wp-post-image,
.smally .thumb.has-image {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.pbig.image.nothumb {
  width: 100%;
  height: 180px;
  border-radius: 3px;
  background: #efefef url('../images/nothumb-s.png') no-repeat 50% 50%;
  object-fit: cover;
}

.image.nothumb {
  background: #efefef;
  border-radius: 3px;
  object-fit: cover;
}
.product-image.entry-thumbnail a {

  overflow: hidden;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  text-align: center;

}
.listimg {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 15px;
}


.listimg img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
}

.container {
  width: 1300px;
}

.container .row {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.pd-r-10 {
  padding-right: 10px !important
}



.top-bar {
   background: #fff;
  margin: 0
}
.top-bar{
   background: none;
    margin: 0
}
.top-bar .dropdown-menu {
  background: #fff;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  border: 1px solid #ccc;
  box-shadow: none !important;
  background-color: #E6E6E6;

}

.wrapper-s {
  width: 1300px;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  box-sizing: content-box;
}
.topys {
	background: #333;
	border-radius: 3px;
	
}

#footer {
background: none;
  padding: 0;
  color: #fff;

}








.header-top-inner .nav-menu>li>a,
.header-top-inner .nav-menu>a {
  height: 20px;
  line-height: 20px;
}

.header-top-inner .nav-menu>li a:hover,
.header-top-inner .nav-menu>li a:active,
.header-top-inner .nav-menu>li a:link {
  background: none !important
}


.header-top-inner .sub-menu {
  padding: 10px;
  border: none;
  z-index: 1;
  min-width: 200px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  position: absolute;
  margin-top: 3px !important;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.header-top-inner .nav-menu>li:hover .sub-menu {
  display: block;
}

.top-bar .header-top-inner .sub-menu li {
  display: block;
  line-height: 25px;
}
.top-bar .header-top-inner .sub-menu li:last-child {border: 0}

.top-bar .header-top-inner .sub-menu li a {
  color: #444
}

.top-bar .header-top-inner .sub-menu li:hover a {
  background: #ebebeb;
 color: #333 !important;
  opacity: 0.8;
  text-decoration: underline
}


.formcont .btn,
.formcont .btn:focus,
.formcont .btn:hover {
  color: #555;
  outline: 0 !important;
  background: none !important;
  border: 0px !important;
  box-shadow: none !important;

}

.control-group .bootstrap-select .btn:focus {
  outline: 0 !important;
}





.fixed {
  /* To fix main menu container */
  z-index: 9999;
  border: 1px solid #eee;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0 auto;
  padding-top: 0px;
  animation-name: slidein;
  -webkit-animation-name: fixo;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.3s;
  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;
  /* Chrome, Safari, Opera */
  -webkit-animation-direction: reverse;
  /* Chrome, Safari, Opera */
  animation-name: fixo;
  animation-duration: 0.1s;
  animation-iteration-count: 1;
  animation-direction: reverse;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  background: #1B83A0;
    margin-top: 0;
	min-width: 1300px;

}
.fixed .main-nav .menu {
  margin-top: 0px;

}

@-webkit-keyframes fixo {
  0% {
    top: 10px;
  }

  50% {
    top: 5px;
  }

  75% {
    top: 5px;
  }

  100% {
    top: 00px;
  }
}

@keyframes fixo {
  0% {
    top: 10px;
  }

  50% {
    top: 5px;
  }

  75% {
    top: 5px;
  }

  100% {
    top: 00px;
  }
}






#primary.medium-centered {
  width: 100%
}
#primary.medium-centered #main {  width: 100% }
.progress-wrapper {
    margin: 1.5em 5rem 3em;
}

.progress-indicator > li::before {
    background: #E6E6E6;
    width: 3em;
    height: 3em;
    margin-bottom: 0.25em;
    line-height: 3em;
	font-size: 12px;

}

.theme-red .progress-indicator > li.is-current::before {

    background: #a4a4a4;

}
.theme-red .progress-indicator > li.is-complete::before, .theme-red .progress-indicator > li.is-complete::after {
    background: #E66262;
}
.cnt-home.blog #main {
  width: 100%
}


.cnt-home.blog .entry-wrap article {
  border: 1px solid #dedede !important;
  border-bottom-width: 2px !important;
}

.pagination .current {
  background: none !important;
}

.pd-t-10 {
  padding-top: 10px
}


.cd-top.cd-fade-out {
  opacity: 1;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;

}



.cd-top {
  display: inline-block;
  height: 30px;
  width: 40px;
  position: fixed;
  bottom: 0px;
  right: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #206cc5 url(../images/arri.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px 3px 0 0 ;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
 transition: all 0.5s ease;
}

.cd-top:hover {
 transition: all 0.5s ease;
  height: 40px;
background-color: #555;
}



.nav-ad-category li {
  margin: 10px 0
}





.nav-ad-category li>a {
  line-height: 46px;
  height: 46px;
  margin: auto;
  font-weight: normal;
  font-size: 15px;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  color: #206cc5;


}

.nav-ad-category li>a:hover {
  padding-left: 0px;
}

.nav-ad-category li a>span {
  font-weight: normal;
  margin-left: 8px;
  color: #999;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav-ad-category li>a:hover>span {
  color: #fff;
  background-color: #7d7b7a;
}

.nav-ad-category li>a .fa {
  font-size: 25px;
  width: 40px;
  margin-right: 10px;
  color: #7d7b7a;
  border-right: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.childcats {
  margin: 0 0 18px;
  padding: 10px;

background: #ebebeb;
}
.childcats.nolista { background: none }
.childcats a {
  background: url('../images/arrow-icon.gif') no-repeat 5px 50%;
  color: #555;
  padding-left: 18px;
  display: inline-block;
  width: 100%;
}

.childcats a:hover {
  color: #181818;
  background-position: 10px 50%;
}

.nopadding {
  padding: 0px
}

.full {

  overflow: hidden;

}


.lista {
  width: 100%;
  height: 120px;
}





.tooltip {
  line-height: 1;

}

.entry-title.strong {
  font-weight: 700;
  font-size: 16px
}

.details-ad i {
  font-size: 16px;
  color: #555;
  margin-top: 2px;
}

.browseallb a {
  text-align: right;
  float: right;
  margin-right: 60px;
  text-transform: none;
  display: block;
  font-weight: normal;
  background: #ddd;
  padding: 10px 15px;
  border-radius: 3px;
  color: #505050;
  font-size: 13px;
  margin-top: -11px;
}

.browseallb a:hover {
  background:#bfbfbf;
  color: #fff
}



.widthimgs {
  margin: 15px 0
}

.category-info-title {
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  font-size: 18px;
  margin: 0 0 20px;
}

.listing-category-item {
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  background: #fff;
  margin-bottom: 30px;
  padding: 5px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .03);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .03);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  text-align: center;
}

.listing-category-item .category-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.listing-category-item .inner {
  position: relative;
  z-index: 2;
  padding: 0px;
}




.category-icon {
  line-height: 1;
  color: #28b8dc;
  font-size: 45px;
}

.category-icon img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}


.listing-category-item .item-inner {
  position: relative;
  z-index: 2;
}

.category-info-title {
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  font-size: 15px;
  margin: 0 0 20px;
  color: #242424
}

.listing-category-item:hover {
  background: #242423;
  color: #fff;
}

.listing-category-item:hover .category-info-title,
.listing-category-item:hover .category-icon {

  color: #fff;
}

.listing-category-item:hover .category-bg {
  opacity: .35;
  filter: alpha(opacity=15);
  border-radius: 3px;
}

.image-wrapper.image-loaded img {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
  width: 100%;
}

.category-icon {
  line-height: 1;
  color: #28b8dc;
  font-size: 45px;

}

.category-content {
  margin-top: 10px;
  opacity: 0
}

.listing-category-item:hover .category-content {
  opacity: 1
}

.image-wrapper.image-loaded {
  background: 0 0;
  height: 100%
}

.letters-toolbar span+span a {
  border-left: 1px solid #eee;
}

.letters-toolbar span a {
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  padding: 0px 10px;
  background: #ebebeb;
  border-radius: 3px;
  color: #444;
  display: inline-block;
}

.letters-toolbar span+span a:hover {
  background-color: #0f6cb2;
  color: #fff;
}

.catoslist:last-child {
  border: 0px;
}

.catoslist {
  margin: 10px;
  border-right: 1px dashed #ccc;
}

.categories .catoslist a {
  font-size: 15px;
  color: #333;
}

.stores-cat .stores-cat-header {
  color: #ff7878;
  padding: 0 30px;
  line-height: 48px;
  margin: 0px;
  display: inline-block;
  width: 100%;
  background-color: #f7f8f9;
}

.mb-40 {
  margin-bottom: 10px !important;
}

.letters-toolbar .all-stores a {
  width: auto;
  padding: 0 12px;
}

.stores-cat .stores-cat-body {
  padding: 10px 20px;
}

.noslider {
  padding: 15px;
  margin-left: 0;
}

.noslider .item {
  width: 33.33%
}

.section .featuredadshome.owl-carousel .owl-nav button.owl-prev,
.featuredadshome.owl-carousel .owl-nav button.owl-next {
  margin: 0;
  margin-right: 0px;
  background-color: #f62806;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  width: 33px;
  height: 42px;
  z-index: 999999 !important;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  top: 100px;
  position: absolute;
}

.section .featuredadshome.owl-carousel .owl-nav button.owl-prev:hover,
.featuredadshome.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 0.8
}

.section .featuredadshome.owl-carousel .owl-nav button.owl-prev {
  background-image: url('../images/slide-left.png');
  left: -28px;

}

.section .featuredadshome.owl-carousel .owl-nav button.owl-next {
  background-image: url('../images/slide-right.png');
  right: -67px;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}

.owl-dots {
  text-align: center;
  margin: 10px;
}

.owl-carousel button.owl-dot {
  background: #ccc !important;
  height: 12px;
  width: 12px;
  margin: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.owl-carousel button.owl-dot.active {
  background:#FE2103 !important;
}
.advertising .alignleft,.advertising .alignright {margin: 0px;} 
.ribbon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 80px;
  height: 85px;
}

.ribbon {
  font-size: 10px;
  position: relative;
  top: 22px;
  right: 25px;
  width: 120px;
  padding: 1px;
  color: #fff;
  text-align: center;
  background-color: #f80f0f;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  letter-spacing: 1px;
}




.featuredadshome .product-info {
  text-align: center;
}

.featuredadshome .product-info a {
  color: #222;
}

.featured-product.homis {
  padding-top: 0px
}
.main-header .top-search-holder .search-area .search-field::placeholder {
    color: #bdbcbc;
    opacity: 1;

}
.custom-carousel .owl-controls .owl-next {
  top: -20px;
}
.featured-product .product {
  padding: 10px;
  border: 1px solid #ebebeb;
  border-bottom-width: 2px;
  border-radius: 3px; 
  background: #fff;
}


.listing-cover {
  padding: 5em;
  margin-top: -10px;
}

.entry-cover .entry-title,
.listing-cover .entry-title {
  font-size: 1.5em;
}

.breadcrumbs a,
.breadcrumbs,
.breadcrumbs span {
  font-size: 13px;
  line-height: 14px;
  text-transform: none;
  margin: 15px 0;
}

.breadcrumbs span {
  color: #555
}

.breadcrumbs li:not(:last-child)::after {
  color: #5F5454;
}

.mainy {
  padding-top: 0px;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #fff;
}
.hero-listing-bar { padding: 10px}
.type-post .entry-cover.has-image, .type-post .entry-cover.no-image {border-radius: 0}

.mainy .input-text,
.mainy [type="text"],
.mainy [type="password"],
.mainy [type="email"],
.mainy[type="date"],
.mainy[type="datetime"],
.mainy [type="datetime-local"],
.mainy [type="month"],
[type="week"],
.mainy[type="email"],
.mainy [type="number"],
.mainy [type="search"],
.mainy [type="tel"],
.mainy [type="time"],
.mainy [type="url"],
.mainy [type="color"],
textarea {

  border: 1px solid #ccc !important;
  box-shadow: none !important;
  border-radius: 3px;

}

.login-form label {
  width: 100%
}

.content-inner,
.widget,
.app-form>fieldset {
box-shadow: none;
  padding: 2em;

}
.headersidebar {

    padding: 0;
    background: none;

}
.headersidebar .widget { 
box-shadow: none;
margin-bottom: 15px;
background: none;
padding: 0;
}

.headersidebar .featured-product {background: none;}

.headersidebar .widget .widget-title ,.headersidebar  .featured-product .section-title {display: none;}
.listing-wrap article.display-list .content-inner {padding: 0; min-height: 140px;}


.user-profile-edit .columns:first-child {
  padding-left: 0px;
}

.user-profile-edit .columns:last-child {
  padding-right: 0px;
}

.callout.secondary,
.notice.secondary,
.error.secondary {

  background-color: #ECE7E7;
  border-color: #C3B2B2;
}


.button.hollow:hover,
.button.hollow:focus {
  background-color: #2199E8;
  border-color: #2199E8;
}

.fa-list-ul::before {
  font-family: fontawesome;
  margin-right: 5px;

}

.products .listing-wrap .item-cover {
  padding: 0px
}

.home-widget {
  margin: 1em 0 2em !important;
}
.wp-tabbed-cont .home-widget {
  margin: 1em 0 !important;
}
.parent-cat-wrap.column.column-block {
    margin-bottom: 40px;
}
.listing-cats .sub-cat-list a {
    color: #353434;
}
.listing-cats .parent-cat a {
    font-size: 16px;
    margin-bottom: 10px;
}
.section {
  margin: 1em 0;
}

.content-area {
  margin-top: 1.5em;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 10px 1em;
  margin: 0 0 5px 0;
}


.listing-item .small-12.medium-12.columns,
.item-single-featured .medium-6.columns {
  padding: .9375rem;
}


#footer-widgets .menu>li a {
  padding: 0.2rem 1rem;
  font-size: 14px;
  color: #868582;
}

#footer-widgets a {
  color: #868582;
}

#footer-widgets a:hover,
#footer-widgets .menu>li a:hover {
  color: #555;
}

.collapse.directory {
  display: block;
}

.refine-search-field-wrap .input-aria-controls#sliderRadius {
  border: 0 !important;
}

.widget.widget_refine_search label,
.content-inner label {
  width: 100%
}

select {
  box-shadow: none;
  border: 1px solid #ccc;
}

#ad-categories select {
  margin: 5px
}

.widget .ads li {
  float: left;
  margin: 2px;
}

#sidebar {
  width: 25%
}

#main,
#primary.m-large-8 {
  width: 75%
}

#sidebar label {
  width: 100%;
}

.page-header {
  padding-bottom: 9px;
  margin: 10px 0;
}

#search_location {
  border-radius: 3px;
  background: white;
  background-image: none;
  margin-bottom: 0 !important;
  height: 44px;
max-width: 100%;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

#search_location:focus {border: 0 !important}

.post-item .entry-footer {
  padding: 0px 10px;
}

#footer-widgets {
  
}

#footer-widgets .widget p,
#footer-widgets .widget {
  font-size: 13px;
  color: #555;
}


.list-inline>li {
  line-height: 40px;
}

.content-area #breadcrumb {
  margin-top: 00;
}

.logo img:hover {
  opacity: 0.8
}

.price-wrap .tag-head {
  background: #B22222;
}

.content-wrap.display-list {
  margin-bottom: 1em;
  border: 1px solid #CBD8D8 !important;
  border-radius: 0px;
  box-shadow: none;
}
aside.widget { border: 1px solid #EDF0F0 !important ; margin-bottom: 10px;box-shadow: none;}
.homebanner-holder {
    float: none;
}
.listing-wrap article.display-list .item-cover {
    padding: 0;
    height: 140px;
border: 0 !important;
border-radius: 0 !important;
}
.content-wrap.display-list .entry-title {
  height: auto;
  margin-bottom: 0;
}

.nopadding-left.medium-3,
.nopadding-left {
  padding-left: 0px
}

.page-header .h4 {
  float: left;
}

.pagination .current {
  background: none;

}

.pagination .current a {
  background: #ebebeb;
}

.pagination .current a span {
  color: #444
}

.pagination li {
  display: inline-block !important;
}

.pagination {

  width: 100%;
}

.listing-wrap article.display-list:hover .item-cover{}
.listing-wrap article.display-list {
  height: 160px;
  padding: 10px;
}
.price-wrap {
  margin: -10px 0 0 0;
}


.widget .widget-title,
.widgettitle {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}



#mainform .no-bullet { margin-left: 25px;}


.wpb_row ul li {
  width: 100%
}

.wpb_row ul li>a {
  height: auto !important;
  padding: 0px
}

