/*
Template:     Media Center
Description:  Responsive Electronics eCommerce Bootstrap 3 Template
Version:    1.0
Author:     Amin & Ibrahim
Demo URI:     http://demo.transvelo.com/media-center

===================================================================================
Table of Contents
===================================================================================

1.  General Styles
2.  Top Navbar
3.  Header
4.  Sidemenu
5.  Megamenu
6.  Breadcrumb
7.  Sections
8.  Controls
9.  Carousel
10. Product Item
11. Pages : Home
12. Pages : Single Product
13. Pages : Shopping Cart
14. Pages : Checkout
15. Sidebar
16. Footer
17. Browser Fixes
18. Responsive 

*/
/*===================================================================================*/
/*  Mixins
/*===================================================================================*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
  /*===================================================================================*/
/*  Helper
/*===================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

.light-bg {
  background-color: #f8f8f8;
}
.inner {
  padding-top: 75px;
  padding-bottom: 75px;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.semi-bold {
  border-bottom: 1px solid #ececec;
}
.title-color {
  color: #434343 !important;
}
.content-color {
  color: #747474 !important;
}
.bold {
  font-weight: 700 !important;
}
.auto-width {
  width: auto !important;
}
.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: 30px;
  padding-bottom: 30px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 0px;
}
.inner-top-xs {
  padding-top: 20px;
}
.inner-bottom {
  padding-bottom: 120px;
}
.inner-bottom-md {
  padding-bottom: 100px;
}
.inner-bottom-sm {
  padding-bottom: 40px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.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;
}
.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: 40px;
}
.outer-bottom {
  margin-bottom: 120px;
}
.outer-bottom-md {
  margin-bottom: 100px;
}
.outer-bottom-sm {
  margin-bottom: 80px;
}
.outer-bottom-xs {
  margin-bottom: 40px;
}
@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: 10px;
  }
  .inner-top-xs {
    padding-top: 0px;
  }
  .inner-bottom {
    padding-bottom: 80px;
  }
  .inner-bottom-md {
    padding-bottom: 65px;
  }
  .inner-bottom-sm {
   /* padding-bottom: 50px; */
  }
  .inner-bottom-xs {
    padding-bottom: 40px;
  }
}
/*===================================================================================*/
/*  GENERAL
/*===================================================================================*/
.fontawesome {
  font-family: fontawesome;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
.thumb-holder {
  float: left;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.h1,
h1 {
  font-size: 28px;
  line-height: 52px;
  font-weight: 500!important;
  color: #3d3d3d;
  letter-spacing: -1px;
}
.h1.border,
h1.border {
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px;
}
h2 {
  font-size: 18px;
  line-height: 37px;
  letter-spacing: -1px;
  /*text-transform: capitalize;*/
}
h2.border {
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px;
}
.iconic-link {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.iconic-link:before {
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: fontawesome;
}
.availability {
  font-size: 11px;
  line-height: 9px;
  margin: 10px 0 15px 0;
  color: #707070;
  font-weight: 600;
  /* text-transform: capitalize; */
}
.availability span {
  margin: 0 0 0 3px;
}
.availability .available {
  font-weight: 800;
  text-transform: capitalize;
}
.availability .not-available {
  color: red;
  font-weight: 800;
  text-transform: capitalize;
}
ul {
  list-style: none;
}
.font-opensans {
  font-family: 'Open Sans', sans-serif;
}
.color-bg {
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
}
img {
  width: auto\9;
  max-width: 100%;
}
.no-margin {
  padding: 0;
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-margin-left {
  margin-left: 0;
  padding-left: 0;
}
.no-margin-right {
  margin-right: 0;
  padding-right: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.caroufredsel_wrapper {
  margin: 0!important;
  width: 100%!important;
}
.caroufredsel_wrapper ul {
  padding-left: 0!important;
}
* {
  font-family: 'Open Sans', sans-serif;
}
body {
  font-size: 15px;
  color: #5d5d5d;
  background-color: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
::selection {
  color: #ffffff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  outline: none!important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.capital {
  text-transform: capitalize;
}
#loading {
  display: none;
}
*:focus {
  outline: none;
}
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
.social-icons li a {
  color: #fff;
  display: inline-block;
  padding: 6px;
  background-color: #3d3d3d;
  border-radius: 100px;
}
.social-icons li a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
.center-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.map-holder {
  margin-bottom: 20px;
}
.map-holder #map {
  width: 100%;
  min-height: 545px;
  height: 100%;
}
.map-holder img {
  max-width: none;
}
.map-holder label {
  width: auto;
  display: inline;
}
.get-direction .store-content div {
  display: inline-block;
}
.bold {
  font-weight: 800;
}
label.error {
  color: red;
  font-size: 10px;
}
.green {
  color: #fff;
}
.green.ribbon {
  background-color: transparent;
}
.red {
  background-color: #F8484A;
  color: #fff;
}
.red.ribbon {
  background-color: transparent;
}
.red.ribbon:after {
  border-top-color: #F8484A;
}
.blue {
  background-color: #407AC5;
  color: #fff;
}
.blue.ribbon {
  background-color: transparent;
}
.blue.ribbon:after {
  border-top-color: #407AC5;
}
.label-discount {
  position: absolute;
  top: 264px;
  padding: 0 8px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  display: table-cell;
  text-transform: uppercase;
  color: #fff;
}
.label-discount.ribbon {
  background-color: transparent;
}
.label-discount.clear {
  height: 16px;
  background-color: transparent;
}
.ribbon {
  z-index: 80;
  top: 2.5%;
  font-size: 11px;
  line-height: 20px;
  padding: 4px 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.ribbon:nth-child(2) {
  margin-top: 30px;
}
.ribbon:nth-child(3) {
  margin-top: 60px;
}
.ribbon:nth-child(4) {
  margin-top: 90px;
}
.ribbon span {
  position: relative;
  z-index: 80;
  margin-right: 11px;
  color: #fff;
}
.ribbon:after {
  content: "";
  display: inline-block;
  border-top-width: 28px;
  border-top-style: solid;
  border-left: 0px;
  border-right: 14px solid transparent;
  height: 0;
  min-width: 68px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ribbon .new-label, .ribbon .sale-label {
  color: #fff;
}
.section-title {
  margin: 29px 0;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -1px;
  font-weight: normal!important;
  /*text-transform: capitalize;*/
}
.pagination {
  margin: 17px 0;
}
.pagination li:hover a,
.pagination li.current a {
  background-color: #fff;
}
.pagination a {
  border: 1px solid #e0e0e0;
  color: #3d3d3d !important;
  border-radius: 0!important;
  padding: 9px 17px!important;
  font-size: 18px;
  margin: 0 4px 0 0;
  text-transform: capitalize;
}
.inline-input .placeholder {
  text-transform: capitalize;
}
.inline-input input {
  width: 73%!important;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #3d3d3d;
  width: 100%;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 14px;
  font-size: 13px;
  line-height: 18px;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.inline-input input:focus,
.inline-input input:hover {
  background-color: #e0e0e0;
}
.inline-input .le-button {
  padding: 15px 14px;
  width: 27%;
  float: right;
  border-radius: 0 5px 5px 0;
}
.block {
  display: block;
}
.simple-link {
  color: #3d3d3d;
 /* text-transform: capitalize; */
}
.dropdown-toggle:before,
.dropdown-toggle:after {
  z-index: 100;
}

.blue-text {
  color: #3498db !important;
}
.blue-text:hover {
  background-color: #3498db !important;
  color: #fff !important;
}
.red-text {
  color: #e74c3c !important;
}
.red-text:hover {
  background-color: #e74c3c !important;
  color: #fff !important;
}
.orange-text {
  color: #f27a24 !important;
}
.orange-text:hover {
  background-color: #f27a24 !important;
  color: #fff !important;
}
.navy-text {
  color: #34495e !important;
}
.navy-text:hover {
  background-color: #34495e !important;
  color: #fff !important;
}
.dark-green-text {
  color: #21b68e !important;
}
.dark-green-text:hover {
  background-color: #21b68e !important;
  color: #fff !important;
}
.height-xs {
  height: 30vh;
}
.height-sm {
  height: 44vh;
}
.height-md {
  height: 61vh;
}
.height-lg {
  height: 90vh;
}
.normal-weight {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600;
}
.regular-bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 800;
}
.ft-length-13 {
  font-size: 12px !important;
}
.ft-length-11 {
  font-size: 14px !important;
}
.ft-length-10 {
  font-size: 15px !important;
}
.ft-length-9 {
  font-size: 18px !important;
}
.ft-length-7 {
  font-size: 20px !important;
}
/*===================================================================================*/
/*  Top Navbar
/*===================================================================================*/
.top-bar {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}
.top-bar ul {
  list-style: none;
}
.top-bar ul li {
  border-right: 1px solid #e0e0e0;
}
.top-bar ul > li:last-child {
  border: none;
}
.top-bar ul.right {
  text-align: right;
}
.top-bar ul.right > li:first-child a {
  padding: 0 13px;
}
.top-bar ul.right > li:last-child a {
  padding: 0 0 0 12px ;
}
.top-bar ul > li {
  display: inline-block;
}
.top-bar ul > li.dropdown .dropdown-menu {
  top: 135%;
  border-radius: 0px;
}
.top-bar ul > li.dropdown .dropdown-menu li {
  text-align: left;
  display: block;
}
.top-bar ul > li.dropdown .dropdown-menu li a {
  display: block;
  padding: 7px 13px;
  margin: 0 2px;
  border: none;
}
.top-bar ul > li a {
  padding: 0 13px;
  color: #3d3d3d;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.top-bar .nav-left div.dropdown ul li {
  display: block;
}
.top-bar .nav-left div.topbar-left-module {
  border-right: 1px solid #e0e0e0;
}
.top-bar .nav-left div.topbar-left-module:first-child {
  border-right: medium none;
}
.top-bar .nav-left div.dropdown a, .top-bar .nav-left div.header_user_info a{
  padding: 0 13px;
  color: #3d3d3d;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  /*text-transform: capitalize;*/
}
.top-bar .nav-left div.dropdown .dropdown-menu li a {
  display: block;
  padding: 7px 13px;
  margin: 0 2px;
  border: none;
}
.topbar-left-module {
  float: right;
}
@media (max-width: 767px) {
  .topbar-left-module {
    float: none;
    display: inline-block;
  }
  .top-bar .nav-left div.topbar-left-module {
    border-right: medium none;
    border-left: 1px solid #e0e0e0;
  }
  .top-bar .nav-left div.topbar-left-module:first-child {
    border-left: medium none;
  }
}
/*===================================================================================*/
/*  Header
/*===================================================================================*/
.header-item {
  /*border-bottom: 1px solid #e0e0e0;*/
  padding: 10px 0 0px;
}
.header-item.ver2 {
  padding-bottom: 0;
  margin-bottom: 13px;
}
.header-item .logo-holder .logo {
  margin: 17px 0;
  text-align: center;
  width:300px;
  height:66px;
}
.header-item .logo-holder .header-wrap {
  text-align: left;
}
.header-item .top-search-holder {
  margin: 0 0 0 -20px;
}
.header-item .top-search-holder .contact-row {
  font-size: 14px;
  line-height: 20px;
}
.header-item .top-search-holder .contact-row .phone {
  margin: 0 10px 0 0;
}
.header-item .top-search-holder .contact-row i {
  vertical-align: middle;
  margin: 0 8px 0 0;
  font-size: 23px;
  line-height: 23px;
}
.header-item .top-search-holder .search-area {
  border: 3px solid #c6c6c6;
  border-radius: 7px;
  margin: 5px 0 0 0;
}
.header-item .top-search-holder .search-area .categories-filter {
  background-color: white;
}
.header-item .top-search-holder .search-area .categories-filter {
  line-height: 44px;
  padding-left: 7px;
  display: inline-block;
  border-left: 1px solid #e0e0e0;
  text-transform: capitalize;
  border-bottom: medium none;
  border-top: medium none;
  height: 46px;
}
.header-item .top-search-holder .search-area .categories-filter .dropdown-menu {
  width: 156%;
  left: -8px;
}
.header-item .top-search-holder .search-area .categories-filter .dropdown-toggle {
  color: #3d3d3d;
  padding: 0 14px 0 2px;
}
.header-item .top-search-holder .search-area .categories-filter .dropdown-toggle:after {
  content: "\f107";
  font-family: fontawesome;
  color: #e0e0e0;
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  vertical-align: sub;
  margin: 0 0 0 8px;
}

.header-item .top-search-holder .search-area .search-field,
.header-item .top-search-holder .search-area .search_query,
.header-item .top-search-holder .search-area .search-button,
.header-item .top-search-holder .search-area .categories-filter {
  display: inline-block;
}
.header-item .top-search-holder .search-area .search-field,
.header-item .top-search-holder .search-area .search_query {
  border-radius: 5px 0 0 5px;
  border: none;
  padding: 13px;
}
.header-item .top-search-holder .search-area .search-button {
  display: inline-block;
  text-align: center;
  padding: 14px 15px 13px 15px;
  margin: -3px -3px 0 0;
  border-radius: 0 5px 5px 0;
}
.header-item .top-search-holder .search-area .search-button:hover {
	opacity: 0.7;
  /*background-color: #939393;*/
}
.header-item .top-search-holder .search-area .search-button:after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 25px;
  line-height: 24px;
  vertical-align: sub;
  color: #9c0;
}
.header-item .top-cart-row {
  padding: 28px 0 0 18px;
}
.header-item .top-cart-row .wishlist-compare-holder {
  line-height: 24px;
  font-size: 13px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.header-item .top-cart-row .wishlist-compare-holder a {
  color: #3d3d3d;
}
.header-item .top-cart-row .wishlist-compare-holder i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #c6c6c6;
  margin: 0 10px 0 0px;
  font-size: 14px;
}
.header-item .top-cart-row .top-cart-holder {
  display: inline-block;
  float: right;
  margin-right: 24px;
  position: relative;
  vertical-align: top;
}
.header-item .top-cart-row .top-cart-holder .checkout a {
  display: inline-block;
}
.header-item .top-cart-row .top-cart-holder .dropdown-menu {
  width: 332px;
  left: -170px;
  top: 65px;
  padding: 16px 0 0 0;
  z-index: 9999;
}
.header-item .top-cart-row .top-cart-holder dt {
  border-bottom: 1px solid #e0e0e0;
}
.header-item .top-cart-row .top-cart-holder .cart_block_no_products {
  margin: 11px 28px 31px;
}
.header-item .top-cart-row .top-cart-holder .basket-item {
  padding: 11px 28px;
  position: relative;
}
.header-item .top-cart-row .top-cart-holder .basket-item .thumb {
  border: 1px solid #e0e0e0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.header-item .top-cart-row .top-cart-holder .basket-item .title {
  font-weight: 100;
  line-height: 26px;
}
.header-item .top-cart-row .top-cart-holder .basket-item .price {
  font-weight: 800;
}
.header-item .top-cart-row .top-cart-holder .basket-item .remove_link {
  display: inline-block;
  position: absolute;
  right: 8%;
  top: 41%;
}
.header-item .top-cart-row .top-cart-holder .basket-item .remove_link a:after {
  color: #3d3d3d;
  content: "\f00d";
  font-family: fontawesome;
}
.header-item .top-cart-row .top-cart-holder .basket-item .close-btn {
  display: inline-block;
  position: absolute;
  right: 8%;
  top: 41%;
}
.header-item .top-cart-row .top-cart-holder .basket-item .close-btn:after {
  color: #3d3d3d;
  content: "\f00d";
  font-family: fontawesome;
}
.header-item .top-cart-row .top-cart-holder .basket-item-count {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-item .top-cart-row .top-cart-holder .basket-item-count .count {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 12px;
  border-radius: 100px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.header-item .top-cart-row .top-cart-holder .dropdown-toggle {
  display: block;
  padding: 0;
}
.header-item .top-cart-row .top-cart-holder .dropdown-toggle .lbl {
  font-size: 14px;
  line-height: 21px;
  color: #3d3d3d;
  display: block;
}
.header-item .top-cart-row .top-cart-holder .dropdown-toggle .total-price {
  font-size: 22px;
  font-weight: bold;
}
.header-item .top-cart-row .top-cart-holder .dropdown-toggle:after {
  display: none;
}
.header-item .top-cart-row .top-cart-holder .total-price-basket {
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
  /*text-transform: capitalize;*/
}
.header-item .top-cart-row .modal .modal-body h4 {
  margin: 0 0 15px;
}
.header-item .top-cart-row .modal .modal-footer {
  margin-top: 0px;
}
.header-alt {
  border-bottom: none;
}
/*===================================================================================*/
/*  Sidemenu
/*===================================================================================*/
.sidemenu-holder {
  padding: 0;
  margin: 0;
}
.sidemenu-holder .side-menu .head {
  padding: 17px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
.sidemenu-holder .side-menu .head i {
  margin: 0 6px 0 0;
}
.sidemenu-holder .side-menu nav {
  border-radius: 0 0 5px 5px;
}
.sidemenu-holder .side-menu nav#top-megamenu-nav {
  margin: 0;
}
.sidemenu-holder .side-menu nav .navbar {
  border: none;
}
.sidemenu-holder .side-menu nav .nav > li {
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidemenu-holder .side-menu nav .nav > li > .mega-menu {
  padding: 3px 0;
}
.sidemenu-holder .side-menu nav .nav > li > .sub-menu {
  min-width: 0;
  width: 100%;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content {
  padding: 10px 20px;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li {
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li:last-child {
  border-bottom: 0;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li a {
  color: #636363;
  line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li:hover {
  background-color: #f9f9f9;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -19px;
  top: 0;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content .dropdown-banner-holder a {
  display: block;
  padding: 0;
  width: 100%;
}
.sidemenu-holder .side-menu nav .nav > li:last-child {
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 5px 5px;
}
.sidemenu-holder .side-menu nav .nav > li:last-child a {
  border-radius: 0 0 3px 3px;
}
.sidemenu-holder .side-menu nav .nav > li:first-child a,
.sidemenu-holder .side-menu nav .nav > li:last-child a {
  line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li:first-child a:after,
.sidemenu-holder .side-menu nav .nav > li:last-child a:after {
  line-height: 27px;
}
.sidemenu-holder .side-menu nav .nav > li a {
  padding: 12px 17px ;
  line-height: 17px;
}
.sidemenu-holder .side-menu nav .nav > li a b {
  display: none;
}
.sidemenu-holder .side-menu nav .nav > li:nth-child(2n+1) {
  background-color: #fff;
}
.sidemenu-holder .side-menu nav .nav > li:nth-child(2n) {
  background-color: #f9f9f9;
}
/*===================================================================================*/
/*  Megamenu
/*===================================================================================*/
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.megamenu-vertical .yamm-content {
  padding: 5px 20px;
}
.megamenu-vertical .yamm-content h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}
.megamenu-vertical .yamm-content li {
  padding: 2px 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu-vertical .yamm-content li:last-child {
  border-bottom: 0;
}
.megamenu-vertical .yamm-content li a {
  color: #3d3d3d;
  line-height: 26px;
}
.megamenu-vertical .yamm-content li:hover,
.megamenu-vertical .yamm-content li:focus {
  background-color: #f9f9f9;
}
.megamenu-vertical .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -19px;
  top: 0;
}
.megamenu-vertical .yamm-content .dropdown-banner-holder a {
  display: block;
  padding: 0;
  width: 100%;
}
.megamenu-horizontal .yamm .dropdown.yamm-fw .dropdown-menu {
  left: 100%;
  min-width: 360%;
  right: 0;
}
.megamenu-horizontal .yamm .dropdown .dropdown-menu{
  left: 100%;
  margin: 0;
  position: absolute;
  top: 0;
}
.megamenu-horizontal .menu-item .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  min-width: 365%;
}
.megamenu-horizontal .nav > li {
  position: relative;
  width: 100%;
}
.megamenu-horizontal .nav > li > a {
  color: #636363;
  font-weight: 600;
}
.megamenu-horizontal .nav > li > a:focus,
.megamenu-horizontal .nav > li > a:hover {
  color: #fff;
}
.megamenu-horizontal .nav > li > a:focus:after,
.megamenu-horizontal .nav > li > a:hover:after {
  opacity: 1;
}
.megamenu-horizontal .nav > li .dropdown-menu {
  top: 0 !important;
}
.megamenu-horizontal .nav > li > .dropdown-toggle:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "\f105";
  line-height: 18px;
  opacity: 0;
  color: #fff;
  float: right;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.megamenu-horizontal .dropdown:hover .dropdown-toggle:focus,
.megamenu-horizontal .dropdown.open .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:focus .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:hover .dropdown-toggle,
.megamenu-horizontal .dropdown.open .dropdown-toggle,
.megamenu-horizontal .dropdown:focus .dropdown-toggle {
  color: #fff;
}
.megamenu-horizontal .dropdown:hover .dropdown-toggle:after,
.megamenu-horizontal .dropdown.open .dropdown-toggle:after,
.megamenu-horizontal .dropdown:focus .dropdown-toggle:after {
  opacity: 1;
}
#top-mega-nav {
  margin: 27px 0;
}
#top-mega-nav nav {
  background-color: #f9f9f9;
  border-radius: 5px;
}
#top-mega-nav nav .le-dropdown {
  font-size: 16px;
  font-weight: 700;
}
#top-mega-nav nav .le-dropdown:first-child {
  display: inline-block;
  float: left;
  position: relative;
}
#top-mega-nav nav .le-dropdown:first-child .yamm-fw > .dropdown-menu {
  min-width: 358%;
  right: 0 !important;
}
#top-mega-nav nav .le-dropdown:first-child .dropdown-submenu > .dropdown-menu {
  margin-top: 0;
  top: 0 !important;
}
#top-mega-nav nav .le-dropdown:first-child .dropdown-menu > li {
  transition: all 0.3s ease 0s;
}
#top-mega-nav nav .le-dropdown:first-child .yamm-fw .yamm-content {
  padding: 10px 20px;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu a b {
  display: none;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu .dropdown-toggle {
  color: #333;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu .dropdown-toggle:after {
  content: none;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu .dropdown {
  position: relative;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu .dropdown .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu .dropdown .dropdown-menu li {
  background-color: #fff;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu .yamm-content li {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
  transition: all 0.3s ease 0s;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu .yamm-content li:last-child {
  border-bottom: none;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu .yamm-content .section .links li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  color: #636363;
  padding: 8px 0;
  transition: all 0.2s linear 0s;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu .dropdown li a {
  line-height: 17px;
  padding: 12px 17px;
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
}
#top-mega-nav nav .le-dropdown #menu-vertical-menu .dropdown:hover {
  display: block;
}

#top-megamenu-nav {
  position: relative;
  z-index: 1010;
}
#top-megamenu-nav .navbar {
  margin: 0;
}
#top-megamenu-nav .navbar-nav > li {
  border-right: 1px solid;
}
#top-megamenu-nav .navbar-nav > li > a {
  text-transform: capitalize;
  font-weight: bold;
  padding: 18px 27px;
}
#top-megamenu-nav .navbar-nav > li > a,
#top-megamenu-nav .navbar-nav > li > a:focus {
  color: #fff;
}
#top-megamenu-nav .navbar-nav > li .dropdown-toggle:after {
  content: none;
}
#top-megamenu-nav .navbar-nav > li .dropdown-toggle:before {
  display: none;
  left: auto;
  right: 45%;
  bottom: -22%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 5px;
  margin-left: -5px;
}
#top-megamenu-nav .navbar-nav > li .dropdown-menu > li > a {
  padding: 8px 16px;
  border-bottom: 1px solid #e0e0e0 !important;
}
#top-megamenu-nav .navbar-nav > li .dropdown-menu > li:last-child > a {
  border-bottom: none!important;
}
#top-megamenu-nav .navbar-nav .dropdown.open .dropdown-toggle:before {
  display: block;
}
#top-megamenu-nav .navbar .mm-title {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}
#top-mega-nav .mm-title {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}

.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;
  }
}
/*===================================================================================*/
/*  Breadcrumb
/*===================================================================================*/
.breadcrumb-nav-holder {
  display: inline-block;
  float: left;
}
.breadcrumb-nav-holder.minimal .breadcrumb-item:before,
.breadcrumb-nav-holder.minimal .breadcrumb-item:after {
  display: none;
}

.breadcrumb-nav-holder.minimal .breadcrumb-item > a {
  background-color: #fff;
  padding: 5px 10px;
}
.breadcrumb-nav-holder .breadcrumb-item {
  display: inline-block !important;
  float: left;
  position: relative!important;
  display: table-cell;
}
.breadcrumb-nav-holder .breadcrumb-item.current:after,
.breadcrumb-nav-holder .breadcrumb-item.current:before {
  display: none;
}
.breadcrumb-nav-holder .breadcrumb-item.current.gray a {
  color: #3d3d3d;
}
.breadcrumb-nav-holder .breadcrumb-item:last-child a {
  /*border-right: 0;*/
}
.breadcrumb-nav-holder .breadcrumb-item.open:after,
.breadcrumb-nav-holder .breadcrumb-item:focus:after,
.breadcrumb-nav-holder .breadcrumb-item:hover:after {
  border-color: transparent transparent transparent #ececec !important;
}
.breadcrumb-nav-holder .breadcrumb-item.open > a,
.breadcrumb-nav-holder .breadcrumb-item > a:focus,
.breadcrumb-nav-holder .breadcrumb-item > a:hover {
  background-color: #ececec;
}
#top-mega-nav .breadcrumb-nav-holder .breadcrumb-item a:before,
#top-mega-nav .breadcrumb-nav-holder .breadcrumb-item a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top-mega-nav .breadcrumb-nav-holder .breadcrumb-item a:before {
  top: 39%;
  right: -10px;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #e0e0e0;
}
#top-mega-nav .breadcrumb-nav-holder .breadcrumb-item a:after {
  top: 39%;
  right: -8px;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #f9f9f9;
}
#top-mega-nav .breadcrumb-nav-holder .breadcrumb-item .navigation_page {
  letter-spacing: -1px;
  display: inline-block;
  background-color: #f9f9f9;
  padding: 20px 18px;
  color: #3d3d3d;
  border-right: 1px solid #e0e0e0;
  position: relative;
  text-transform: capitalize;
}
#top-mega-nav .breadcrumb-nav-holder .breadcrumb-item .navigation_page:last-child {
  border-right: 0 none;
}
#top-mega-nav .breadcrumb-nav-holder .breadcrumb-item .navigation_page span {
  padding: 0;
}
#top-mega-nav .breadcrumb-nav-holder .breadcrumb-item > span.navigation_end {
  display: inline-block;
  padding: 20px 18px;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu {
  min-width: 100%;
  top: 97%!important;
  left: 0!important;
  right: auto!important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a {
  padding: 8px 16px;
  border-bottom: 1px solid #e0e0e0 !important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a:last-child {
  border-bottom: none!important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu:before {
  display: none;
}
.breadcrumb-nav-holder .breadcrumb-item .navigation_page {
  letter-spacing: -1px;
  display: inline-block;
  color: #3d3d3d;
  border-right: 1px solid #e0e0e0;
  position: relative;
  background-color: #fff;
  padding: 6px 15px;
}
.breadcrumb-nav-holder .breadcrumb-item .navigation_page:last-child {
  border-right: 0 none;
}
.breadcrumb-nav-holder .breadcrumb-item .navigation_page span {
  padding: 0;
}
.breadcrumb-nav-holder .breadcrumb-item > a {
  letter-spacing: -1px;
  display: inline-block;
  background-color: #f9f9f9;
  padding: 6px 15px;
  color: #3d3d3d;
  border-right: 1px solid #e0e0e0;
  position: relative;
  /*text-transform: capitalize;*/
}
.breadcrumb-nav-holder .breadcrumb-item > span.navigation_end {
  display: inline-block;
  padding: 6px 15px;
}
.dropdown.breadcrumb-item:last-child a:last-child {
  margin-right: 18px;
}
.breadcrumb-nav-holder .breadcrumb-item > a.dropdown-toggle:after {
  content: "\f0da";
  color: #3d3d3d;
  font-size: 12px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#breadcrumb-alt {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 27px;
  font-size: 13px;
}
.breadcrumb-nav-holder .mc-breadcrumb > li > span > a, 
.breadcrumb-nav-holder .mc-breadcrumb > li > a > a {
  color: #3d3d3d;
}
.breadcrumb-nav-holder .mc-breadcrumb > li:first-child > a:hover {
  color: #3d3d3d;
}


/*===================================================================================*/
/*  Sections : Blocks that appear within pages
/*===================================================================================*/
#bestsellers {
  padding: 24px 0 63px 0;
}
#bestsellers .size-medium {
  max-width: 238px;
}
#bestsellers .product-grid-holder > .col-sm-7 {
  width: 60%;
}
#bestsellers .product-grid-holder > .col-sm-5 {
  width: 40%;
}
#bestsellers .single-product-gallery {
  border-left-width: 0;
}
#recently-reviewd {
  padding: 69px 0 10px 0;
}
#top-brands {
  padding: 0px 0 84px 0;
}
#recommended-products {
  margin: 7px 0 -72px 0;
}
#recommended-products .title-nav {
  margin: 0 0 21px 0!important;
}
#recommended-products .size-medium {
  min-height: 311px;
}
#recommended-products .size-medium .image {
  padding: 0px 0px 25px 0;
}
#recommended-products .size-medium .ribbon {
  top: 0;
}
#recommended-products .size-medium .body {
  min-height: 80px;
}
#grid-page-banner {
  margin: 18px 0 24px 0;
}
/*===================================================================================*/
/*  Input Controls, Accordion Boxes, Price Slider, Buttons and Star Rating
/*===================================================================================*/
.radio-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.radio-label.bold {
  font-weight: 700;
}
.radio-label p {
  font-weight: 500;
  font-size: 13px;
}
.le-radio {
  opacity: 0;
  margin: 0!important;
  vertical-align: middle;
  z-index: 100;
  position: absolute;
  width: 30%;
}


td .le-radio{
  height: 80px;
}
.le-radio + .fake-box {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0px 6px 0 0;
  /*vertical-align: top;*/
  border: 1px solid #868585;
  background-color: #fff;
}
.le-radio:hover,
.le-radio:focus {
  cursor: pointer;
}
/*.le-radio:hover + .fake-box:after,*/
/*.le-radio:focus + .fake-box:after {*/
  /*display: inline-block;*/
  /*width: 10px;*/
  /*height: 10px;*/
  /*content: "";*/
  /*font-family: FontAwesome;*/
  /*!*content: "\f00c";*!*/
  /*font-size: 14px;*/
  /*color:#99cc00;*/
  /*line-height: 11px;*/
  /*position: absolute;*/
  /*left: -5px;*/
  /*right: 0;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*margin: auto;*/
/*}*/

.le-radio:checked + .fake-box {
  border: 1px solid #99cc00;
  background-color: #99cc00;

}

.le-radio:checked + .fake-box:after {
  display: inline-block;
  width: 10px;
  height: 10px;

  position: absolute;
  left: -6px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 14px;
  color: #fff;
  line-height: 11px;
}



.le-checkbox {
  margin: 7px 0 0 0!important;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 15px;
  z-index: 20;
}
.le-checkbox + .fake-box {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0px 6px 0 0;
  /*vertical-align: top;*/
  border: 1px solid #868585;
  background-color: #fff;
}
.le-checkbox:hover,
.le-checkbox:focus {
  cursor: pointer;
}
.le-checkbox:hover + .fake-box:after,
.le-checkbox:focus + .fake-box:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  font-family: FontAwesome;

  font-size: 14px;
  color:#99cc00;
  line-height: 11px;
  position: absolute;
  left: -5px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.le-checkbox:checked + .fake-box {
  border: 1px solid #99cc00;
  background-color: #99cc00;

}

.le-checkbox:checked + .fake-box:after {
  display: inline-block;
  width: 10px;
  height: 10px;

  position: absolute;
  left: -6px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 14px;
  color: #fff;
  line-height: 11px;
}
.le-select {
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 5px 16px 7px 5px;
  color: #3d3d3d;
  width: 100%;
  font-size: 13px;
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.le-select .le-select-in {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.le-select select {
  position: absolute;
  width: 100%!important;
  bottom: 0;
  height: 32px!important;
  left: 0px;
}
.le-select:after {
  content: "\f107";
  font-family: fontawesome;
  color: #3d3d3d;
  font-size: 15px;
  height: 13px;
  position: absolute;
  right: 6px;
  top: 21%;
}
.le-links {
  list-style: none;
}
.le-links li {
  line-height: 27px;
}
.le-links li a {
  font-size: 14px;
  text-transform: capitalize;
}
.le-links li a:hover:before {
  margin: 0 8px 0 0;
}
.le-links li a,
.le-links li a:before {
  color: #3d3d3d;
}
.le-links li a:before {
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 0;
  content: "\f105";
  font-family: fontawesome;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-widget {
  margin: 0 0 38px 0;
}
.accordion-widget .accordion {
  margin: 20px 0 0 0;
  text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner {
  margin: 14px 0 20px 0;
  list-style: none;
}
.accordion-widget .accordion .accordion-inner li {
  line-height: 27px;
}
.accordion-widget .accordion .accordion-inner li a {
  font-size: 14px;
  text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner li a:hover:before {
  margin: 0 8px 0 0;
}
.accordion-widget .accordion .accordion-inner li a,
.accordion-widget .accordion .accordion-inner li a:before {
  color: #3d3d3d;
}
.accordion-widget .accordion .accordion-inner li a:before {
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 0;
  content: "\f105";
  font-family: fontawesome;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-widget .accordion .accordion-inner .accordion-body ul {
  padding: 0 0 0 20px;
}
.accordion-widget .accordion .accordion-toggle {
  font-size: 14px;
  line-height: 26px;
  display: block;
  font-weight: 600;
}
.accordion-widget .accordion .accordion-toggle:after {
  float: right;
  content: "\f068";
  font-family: fontawesome;
}
.accordion-widget .accordion .accordion-toggle.collapsed {
  color: #636363;
}
.accordion-widget .accordion .accordion-toggle.collapsed:after {
  color: #636363;
  content: "\f067";
}
.accordion-widget .accordion a {
  color: #636363;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%!important;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 6px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -5px;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #939393;
  width: 94%!important;
  margin: 0 auto;
  background-repeat: repeat-x;
}
.slider-selection {
  position: absolute;
  background-repeat: repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 400px;
  background-color: #fff;
  top: -3px;
  background-repeat: repeat-x;
  margin-left: -3px !important;
  opacity: 1;
  border: 5px solid;
}
.star-holder .star {
  display: inline;
}

.le-button {
  border-radius: 4px;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  line-height: 20px;
  border: none;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le-button.huge {
  padding: 18px 52px;
}
.le-button:hover {
  color: #fff;
}
.le-button.disabled {
  cursor: not-allowed;
  background-color: #c6c6c6;
  color: #fff;
  z-index: 10;
  position: relative;
}
.le-button.inverse {
  background-color: #e0e0e0;
  color: #3d3d3d;
  font-weight: 100;
}
.le-button.inverse:hover {
  background-color: #ececec;
  color: #3d3d3d;
}
.le-button.big {
  padding: 15px 34px;
}
.btn-add-to-compare {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.btn-add-to-compare:before {
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #c6c6c6;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: fontawesome;
}
.btn-add-to-compare:before {
  content: "\f0ec";
}
.btn-add-to-wishlist {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.btn-add-to-wishlist:before {
  margin: 0 5px 0 0;
  font-size: 12px;
  line-height: 24px;
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: fontawesome;
}
.btn-add-to-wishlist:before {
  content: "\f004";
}
.dropdown .dropdown-toggle {
  /*padding: 0 14px 0 5px;*/
}
.dropdown .dropdown-toggle:after {
  content: "\f107";
  font-family: fontawesome;
  color: #e0e0e0;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  vertical-align: sub;
  margin: 0 0 0 3px;
}
.dropdown .dropdown-menu {
  border-radius: 0;
  top: 101% !important;
  padding:0px;
}
.le-dropdown {
  position: relative;
  border-radius: 5px;
  font-weight: 800;
  display: inline-block;
  vertical-align: top;
}
.le-dropdown i {
  margin: 0 6px 0 0;
}
.le-dropdown .dropdown-toggle {
  padding: 19px 17px;
  display: inline-block;
}
.le-dropdown .dropdown-toggle:after {
  font-size: 24px;
  margin: 0 0 0 5px;
  color: #fff;
}
.le-dropdown.open {
  border-radius: 5px 5px  0 0!important;
}
.le-dropdown .dropdown-menu {
  top: 96%!important;
  right: 0!important;
  left: 0!important;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 5px 5px!important;
}
.le-dropdown .dropdown-menu li:first-child a,
.le-dropdown .dropdown-menu li:last-child a {
  padding: 12px 15px;
}
.le-dropdown .dropdown-menu li:last-child,
.le-dropdown .dropdown-menu li:last-child a {
  border-radius: 0 0 5px 5px;
}
.le-dropdown .dropdown-menu li a {
  font-weight: 600;
  display: block;
  padding: 11px 15px;
  margin: 0!important;
}
.le-dropdown .dropdown-menu li:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.le-dropdown .dropdown-menu li:nth-child(2n) {
  background-color: #fff;
}
.le-dropdown .dropdown-menu:before {
  display: none;
}
.le-dropdown .dropdown-toggle {
  text-transform: capitalize;
}
.le-dropdown .dropdown-toggle,
.le-dropdown .dropdown-toggle i {
  color: #fff;
}
/*===================================================================================*/
/*  Carousel
/*===================================================================================*/
.carousel-holder.hover {
  position: relative;
}
.carousel-holder.hover.small .size-small {
  max-width: 134.7pt!important;
}
.carousel-holder.hover.small .size-small:hover .hover-area {
  bottom: 6px;
}
.carousel-holder .title-nav {
  margin: 0 0 32px 0;
  position: relative;
}
.carousel-holder .title-nav h1,
.carousel-holder .title-nav h2 {
  font-weight: normal !important;
  background-color: #fff;
  color: #3d3d3d;
  letter-spacing: -1px;
  padding: 0 23px 0 0;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.carousel-holder .title-nav h1 {
  font-size: 33px;
  line-height: 40px;
}
.carousel-holder .title-nav h2 {
  font-size: 28px;
  line-height: 35px;
}
.carousel-holder .title-nav .nav-holder {
  float: right;
  display: inline-block;
}
.carousel-holder .title-nav .nav-holder a {
  font-size: 29px;
  line-height: 40px;
  color: #d3d3d3 !important;
  margin: 0 3px;
}
.carousel-holder .title-nav .nav-holder:after {
  z-index: -1;
  top: 50%;
  position: absolute;
  left: 0;
  content: "";
  height: 1px;
  width: 90%;
  right: 0;
  margin: 0 auto;
  background-color: #e0e0e0;
}
.carousel-holder .title-nav .nav-holder a {
  color: #e0e0e0;
}
.brands-carousel .carousel-item {
  width: 168px;
  text-align: center;
  margin: 0 27px 0 0 ;
}
.brands-carousel .carousel-item a {
  padding: 30px 11px;
  margin: 2px 0 0 0;
  display: block;
  border: 1px solid #e0e0e0;
}
.brands-carousel .carousel-item a img {
  vertical-align: middle;
  display: inline-block;
}
/*===================================================================================*/
/*  OWL CAROUSEL
/*===================================================================================*/
.owl-carousel {
  text-align: center;
  cursor: default;
}
.owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}
.owl-pagination {
  position: relative;
  line-height: 30px;
}
.owl-buttons {
  display: none;
}
.owl-prev,
.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;
}
.owl-prev {
  left: -35px;
}
.owl-next {
  right: -35px;
}
.owl-carousel:hover .owl-prev {
  left: -40px;
  opacity: .25;
}
.owl-carousel:hover .owl-next {
  right: -40px;
  opacity: .25;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
  opacity: 1;
}
.owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
.owl-outer-nav .owl-stage-outer,
.owl-outer-nav .owl-pagination,
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
  z-index: 1;
}
.owl-outer-nav .owl-controls {
  position: static;
}
.owl-outer-nav .owl-prev {
  left: -65px;
}
.owl-outer-nav .owl-next {
  right: -65px;
}
.owl-outer-nav:hover .owl-prev {
  left: -80px;
}
.owl-outer-nav:hover .owl-next {
  right: -80px;
}
.owl-ui-md .owl-pagination {
  line-height: 45px;
}
.owl-ui-md .owl-prev,
.owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.owl-ui-md .owl-prev {
  left: -55px;
}
.owl-ui-md .owl-next {
  right: -55px;
}
.owl-ui-md:hover .owl-prev {
  left: -60px;
}
.owl-ui-md:hover .owl-next {
  right: -60px;
}
.owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}
.owl-ui-lg .owl-pagination {
  line-height: 60px;
}
.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 42px;
}
.owl-ui-lg .owl-prev {
  left: -75px;
}
.owl-ui-lg .owl-next {
  right: -75px;
}
.owl-ui-lg:hover .owl-prev {
  left: -80px;
}
.owl-ui-lg:hover .owl-next {
  right: -80px;
}
.owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}
.owl-inner-nav .owl-controls {
  position: static;
}
.owl-inner-nav .owl-prev {
  left: 45px;
}
.owl-inner-nav .owl-next {
  right: 45px;
}
.owl-inner-nav:hover .owl-prev {
  left: 30px;
}
.owl-inner-nav:hover .owl-next {
  right: 30px;
}
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next,
.owl-inner-nav .owl-prev,
.owl-inner-nav .owl-next {
  bottom: 70px;
}
.owl-outer-nav.owl-ui-md .owl-prev,
.owl-outer-nav.owl-ui-md .owl-next,
.owl-inner-nav.owl-ui-md .owl-prev,
.owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}
.owl-outer-nav.owl-ui-lg .owl-prev,
.owl-outer-nav.owl-ui-lg .owl-next,
.owl-inner-nav.owl-ui-lg .owl-prev,
.owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}
.owl-inner-pagination .owl-pagination,
.owl-inner-pagination .owl-prev,
.owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
.owl-inner-pagination.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-ui-md .owl-prev,
.owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
.owl-inner-pagination.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-ui-lg .owl-prev,
.owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
.owl-inner-pagination.owl-outer-nav .owl-prev,
.owl-inner-pagination.owl-outer-nav .owl-next,
.owl-inner-pagination.owl-inner-nav .owl-prev,
.owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
.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-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
.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 .item {
  height: 75vh;
  background-color: #FFF;
  background-position: center 55%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#owl-main.height-md .item {
  height: 61vh;
}
#owl-main.height-lg .item {
  height: 90vh;
}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
}
#owl-main .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
  vertical-align: top;
  padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 14vh;
}
#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
#owl-main .caption.text-left {
  padding-right: 20%;
}
#owl-main .caption.text-right {
  padding-left: 20%;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
}
#owl-main .owl-pagination {
  background: #FFF;
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
  bottom: -25px;
  opacity: 1;
}
#owl-main .owl-prev,
#owl-main .owl-next {
  bottom: 0;
}
.owl-controls .owl-page {
  display: inline-block;
}
.owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #d3d3d3;
  border: none;
  -webkit-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-item-gap .item {
  margin: 0 15px;
}
.owl-item-gap-sm .item {
  margin: 0 10px;
}
.owl-item.loading {
  min-height: inherit;
  background: none;
}
#owl-recently-viewed .owl-stage-outer,
#owl-recently-viewed-2 .owl-stage-outer {
  /*width: 100.1%;*/
  padding-bottom: 30px;
}
#owl-recently-viewed .owl-stage-outer .owl-item:hover .product-item-holder,
#owl-recently-viewed-2 .owl-stage-outer .owl-item:hover .product-item-holder {
  border-right-width: 1px;
}
#owl-recently-viewed .owl-stage-outer .owl-item .product-item-holder,
#owl-recently-viewed-2 .owl-stage-outer .owl-item .product-item-holder {
  border-right-width: 0;
}
#owl-recently-viewed .owl-stage-outer .owl-item .product-item-holder .wish-compare a,
#owl-recently-viewed-2 .owl-stage-outer .owl-item .product-item-holder .wish-compare a {
  margin: 0 7px;
}
#owl-recently-viewed .owl-stage-outer .owl-item:last-child .product-item-holder,
#owl-recently-viewed-2 .owl-stage-outer .owl-item:last-child .product-item-holder {
  border-right-width: 1px;
}
#owl-recommended-products .owl-stage-outer {
 /* width: 100.1%;*/
  padding-bottom: 70px;
}
#owl-recommended-products .owl-stage-outer .owl-item:hover .product-item-holder {
  border-right-width: 1px;
}
#owl-recommended-products .owl-stage-outer .owl-item .product-item-holder {
  border-right-width: 0;
}
#owl-recommended-products .owl-stage-outer .owl-item .product-item-holder .wish-compare a {
  margin: 0 7px;
}
#owl-recommended-products .owl-stage-outer .owl-item:last-child .product-item-holder {
  border-right-width: 1px;
}
/*===================================================================================*/
/*  Product Item, Product List, Product Grid
/*===================================================================================*/
#product_list .product-item .row {
  margin: 0;
  padding: 25px;
}
.product-item-holder.hover {
  position: relative;
}
.product-item-holder.hover.size-small .product-item .add-cart-button {
  margin-bottom: 10px;
}
.product-item-holder.hover.size-small .product-item .add-cart-button a {
  padding: 5px 10px!important;
  font-size: 12px!important;
}
.product-item-holder.hover.size-small .product-item .add-cart-button a:before {
  font-size: 12px!important;
}
.product-item-holder.hover.size-small .product-item .hover-area {
  bottom: 9px;
}
.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a {
  margin: 0 8px;
  font-size: 11px!important;
}
.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a:before {
  font-size: 12px!important;
  margin-right: 3px;
}
.product-item-holder.hover.size-medium .product-item .wish-compare a {
  margin: 0 5px!important;
}
.product-item-holder.hover.size-medium .product-item .add-cart-button {
  margin-bottom: 10px;
}
.product-item-holder.hover.size-medium .product-item .add-cart-button a {
  padding: 5px 10px!important;
  font-size: 12px;
}
.product-item-holder.hover.size-medium .product-item .hover-area {
  bottom: 7px;
}
.product-item-holder.hover .product-item .hover-area {
  text-align: center;
  width: 100%;
  display: none;
}
.product-item-holder.hover .product-item .hover-area .wish-compare a {
  margin: 0 10px;
}
.product-item-holder.hover .product-item .hover-area .wish-compare div {
  display: inline-block;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button {
  position: relative;
  margin-top: 16px;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button a {
  z-index: 10;
  position: relative;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button:before {
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.product-item-holder.hover .product-item .hover-area .wish-compare {
  padding: 10px 0 15px;
}
.product-item-holder.hover:hover .product-item,
.product-item-holder.hover.test .product-item {
  width: 100%;
  position: absolute;
  padding-bottom: 2%;
  box-shadow: 0px 0px 5px 0px #c6c6c6;
  z-index: 200;
  background-color: #fff;
}
.product-item-holder.hover:hover .hover-area,
.product-item-holder.hover.test .hover-area {
  display: block;
}
.product-grid-holder .row:nth-child(n+2) .product-item-holder {
  border-top: 0;
}
.product-grid-holder .product-item-holder {
  background-color: #fff;
  min-height: 401px;
  border: 1px solid #ececec;
  border-right: 0;
  position: relative;
}
.product-grid-holder .product-item-holder:last-child {
  border-right: 1px solid #ececec;
}
.product-grid-holder .product-item-holder .image {
  padding: 29px 0px 0 0;
}
.product-grid-holder .product-item-holder .prices {
  margin: 0 34px;
  padding: 9px 0;
}
.product-grid-holder .product-item-holder .body {
  margin: 0 34px ;
  min-height: 107px;
  border-bottom: 1px solid #ececec;
}
.product-grid-holder .product-item-holder.size-big .body {
  min-height: 133px;
}
.product-grid-holder .product-item-holder.size-big .body .title {
  min-height: 36px;
  line-height: 26px;
  font-size: 20px;
  margin: 10px 0 0 0;
}
.product-grid-holder .product-item-holder.size-big .prices {
  padding: 11px 0 18px 0;
}
.product-grid-holder .product-item-holder.size-big .prices .le-button {
  margin-left: 10px;
}
.product-grid-holder .product-item-holder.size-big .price-current {
  font-size: 26px!important;
  line-height: 55px;
}
.product-grid-holder .product-item-holder.size-medium {
  max-width: 224.8px;
  min-height: 323px;
}
.product-grid-holder .product-item-holder.size-medium .image {
  padding: 16px 0px 0 0;
}
.product-grid-holder .product-item-holder.size-medium .body {
  margin: 0 20px;
}
.product-grid-holder .product-item-holder.size-medium .body .title {
  min-height: 36px;
  line-height: 19px;
}
.product-grid-holder .product-item-holder.size-small {
  min-height: 270px;
  max-width: 146.2pt!important;
}
.product-grid-holder .product-item-holder.size-small .ribbon {
  top: 0;
}
.product-grid-holder .product-item-holder.size-small .image {
  padding: 0;
}
.product-grid-holder .product-item-holder.size-small .body {
  margin: 0 15px;
  min-height: 71px;
}
.product-grid-holder .product-item-holder.size-small .body .title {
  margin: 9px 0 0 0;
  line-height: 16px;
}
.product-grid-holder .product-item-holder.size-small .body .brand {
  line-height: 22px;
}
.product-grid-holder .product-item-holder.size-small .prices {
  margin: 0 15px;
  padding: 8px 0;
}
#list .product-item-holder {
  height: auto;
}
#list .product-item {
  padding: 0;
}
#list .product-item .body {
  height: auto;
}
#list .product-item .label-discount {
  position: absolute;
  top: -15px;
}
#product_list .small {
  height: 307px;
}
#product_list .small .label-discount {
  position: absolute;
  top: 205px;
}
#product_list .small .product-item {
  padding: 15px 0;
}
#product_list .small .product-item .image, #product_list .small .product-item .body, #product_list .small .product-item .prices {
  padding-left: 15px;
  padding-right: 15px;
}
#product_list .small .product-item .body {
  margin-top: 20px;
}
#product_list .small .product-item .body .title {
  font-size: 15px;
}
#product_list .small .product-item .body .title a {
  font-size: 85%;
}
#product_list .small .product-item .price-current{
  font-size: 14px;
}
#product_list .small .product-item .price-prev {
  font-size: 12px;
}
#product_list .small .product-item .hover-area .le-button {
  padding: 5px 10px;
  font-size: 12px;
}
#product_list .small .product-item .hover-area .wish-compare {
  padding: 5px 0 10px;
}
#product_list .small .product-item .hover-area .add-cart-button {
  margin-top: -2px;
}
#product_list .small .product-item .hover-area .wish-compare .btn-add-to-wishlist,
#product_list .small .product-item .hover-area .wish-compare .btn-add-to-wishlist:before {
  font-size: 10px;
}
#product_list .small .product-item .hover-area .wish-compare .btn-add-to-compare,
#product_list .small .product-item .hover-area .wish-compare .btn-add-to-compare:before {
  font-size: 10px;
}
.col-md-12 #product_list .small {
  height: 291px;
}
.col-md-12 #product_list .small .product-item .body .title {
  font-size: 15px;
}
.col-md-12 #product_list .small .product-item .hover-area .wish-compare a {
  margin: 0 5px;
}
#product_list .large {
  height: 579px;
}
#product_list .large .product-item {
  padding: 35px 0;
}
#product_list .large .product-item .image, #product_list .large .product-item .body, #product_list .large .product-item .prices {
  padding-left: 35px;
  padding-right: 35px;
}
#product_list .large .product-item .body {
  height: 120px;
}
#product_list .large .product-item .body .title a {
  font-size: 20px;
  line-height: 26px;
}
#product_list .large .product-item .body .brand{
  font-size: 14px;
}
#product_list .large .product-item .price-current{
  font-size: 26px;
  padding: 15px 0;
}
#product_list .large .product-item .price-prev {
  font-size: 21px;
  padding: 15px 0;
}
#product_list .large .product-item .hover-area .le-button {
  font-size: 20px;
  padding: 18px 52px;
}
#product_list .large .product-item .hover-area .wish-compare {
  padding: 15px 0 25px;
}
#product_list .large .product-item .hover-area .add-cart-button {
  margin-top: 8px;
}
#product_list .large .product-item .hover-area .wish-compare .btn-add-to-wishlist,
#product_list .large .product-item .hover-area .wish-compare .btn-add-to-wishlist:before {
  font-size: 16px;
}
#product_list .large .product-item .hover-area .wish-compare .btn-add-to-compare,
#product_list .large .product-item .hover-area .wish-compare .btn-add-to-compare:before {
  font-size: 16px;
}
#product_list .large .label-discount {
  position: absolute;
  top: 275px;
}
.col-md-12 #product_list .large {
  height: 546px;
}
.col-md-12 #product_list .large .product-item .hover-area .add-cart-button {
  margin-top: 7px;
}
.product-item-holder {
  background-color: #fff;
  border: 1px solid #ececec !important;
  position: relative;
  height: 420px;
}
.product-item-holder {
  margin-bottom: -1px;
  margin-right: -1px;
}
.product-item-holder .ribbon {
  position: absolute;
}
.product-item-holder .image {
  text-align: center;
  padding-left: 34.05px;
  padding-right: 34.05px;
}
.product-item-holder .prices {
  border-top: 1px solid #ececec;
  padding-left: 34.05px;
  padding-right: 34.05px;
}
.product-item {
  padding: 34.05px 0 0 0;
}
.product-item .checked:before {
  content: "";
}
.product-item .body{
  height: 85px; 
  margin-top: 54px;
  padding-left: 18px;
  padding-right: 18px;
}
.product-item-holder .price-prev {
  float: left;
  font-size: 14px;
  color: #d3d3d3;
  font-weight: 800;
}
.product-item-holder .price-current {
  color: #c82d05;
  font-weight: 100;
  font-size: 21px;
}
.product-item-holder .price-prev, .product-item-holder .price-current {
  padding: 9px 0;

}
.product-item-holder .price-prev {
  display:none;
}
.product-item-holder .body .title {
  margin: 7px 0 0 0;
  line-height: 19px;
  /*text-transform: capitalize;*/
}
.product-item-holder .body .title a {
  color: #0e53a5;
  font-weight: 700;
}
.product-item-holder .body .brand {
  font-size: 10px;
  line-height: 30px;
  color: #3d3d3d;
  text-transform: uppercase;
}
.product-grid-holder.medium .product-item-holder .prices {
  margin: 0 20px;
}
.product_list_home .product-item .label-discount, #product_list_bestsellerhome .product-item .label-discount {
  position: absolute;
  top: 218px;
}
#productscategory_list .product-item-holder {
  height: 406px;
}
#bestsellershome .ribbon {
  display: none;
}
#bestsellershome .product-item-holder {
  height: 318px;
}
#bestsellershome .product-item {
  padding: 15px 0;
}
#bestsellershome .product-item:hover {
  padding: 15px 0;
  padding-bottom: 2%;
}
#bestsellershome .product-item .body {
  margin-top: 20px;
  text-align: left;
}
#bestsellershome .product-item .body {
  padding-left: 15px;
  padding-right: 15px;
}
#bestsellershome .product-item-holder .image {
  padding-left: 15px;
  padding-right: 15px;
}
#bestsellershome .product-item-holder .price-current {
  font-size: 14px;
}
#bestsellershome .product-item .prices .product-price {
  font-size: 14px;
}
#bestsellershome .product-item .prices {
  margin-left: 15px;
  margin-right: 15px;
  padding: 9px 0;
  text-align: left;
}
#bestsellershome .product-item-holder .price-prev, #bestsellershome .product-item-holder .price-current {
  padding: 0px;
}
#bestsellershome .product-item .wish-compare a {
  font-size: 10px;
}
#bestsellershome .product-item .add-cart-button a {
  font-size: 12px;
  padding: 5px 10px;
}
#bestsellershome .product-item .label-discount {
  position: absolute;
  top: 162px;
}
#bestsellershome .product-item-holder.hover .product-item .hover-area .add-cart-button {
  margin-top: 0px;
}
#bestsellershome .product-item-holder.hover .product-item .hover-area .wish-compare {
  padding: 5px 0 10px;
}
.single-product-gallery .single-product-gallery-item {
  display: inline-block;
}
.single-product-gallery .single-product-gallery-item a {
  display: block;
  padding: 20px;
}
.single-product-gallery .gallery-thumbs {
  position: relative;
  margin: 0px 20px 0px 9%;
  text-align: left;
}
.single-product-gallery .gallery-thumbs .nav-holder {
  position: absolute;
  background-color: #fff;
  width: 23px;
  padding: 3px;
  top: 0px;
  height: 100%;
  z-index: 50;
}
.single-product-gallery .gallery-thumbs .nav-holder.right {
  right: 0;
}
.single-product-gallery .gallery-thumbs .nav-holder.left {
  left: 0;
}
.single-product-gallery .gallery-thumbs .next-btn,
.single-product-gallery .gallery-thumbs .prev-btn {
  background-color: #e0e0e0;
  border-radius: 2px;
  position: absolute;
  z-index: 100;
  height: 90%;
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
.single-product-gallery .gallery-thumbs .next-btn:after,
.single-product-gallery .gallery-thumbs .prev-btn:after {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  font-family: fontawesome;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-product-gallery .gallery-thumbs .next-btn {
  right: 0;
}
.single-product-gallery .gallery-thumbs .next-btn:after {
  content: "\f105";
}
.single-product-gallery .gallery-thumbs .prev-btn {
  left: 0;
}
.single-product-gallery .gallery-thumbs .prev-btn:after {
  content: "\f104";
}
.single-product-gallery .gallery-thumbs .item,
.single-product-gallery .gallery-thumbs li {
  display: inline-block;
  float: left;
}
.single-product-gallery .gallery-thumbs .item a,
.single-product-gallery .gallery-thumbs li a {
  display: inline-block;
  border: 1px solid #e0e0e0;
  min-height: 60px;
}
.grid-list-products {
  margin: 0 0 59px 0;
}
.grid-list-products .result-counter {
  padding: 30px 0;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
}
.grid-list-products .product-grid-holder {
  margin: 36px 0 0 0;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-right: 0;
}
.grid-list-products .product-grid-holder .product-item-holder {
  min-height: 410px;
  border: 1px solid #ececec;
  border-top: 0;
  border-left: 0;
}
.grid-list-products .product-grid-holder .product-item-holder .image {
  padding: 30px 0px 6px 0;
}
.grid-list-products .product-grid-holder .pagination-holder .pagination {
  display: inline-block;
}
.grid-list-products .section-title {
  margin: 32px 0 11px;
  font-size: 27px;
}
.grid-list-products .control-bar {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 13px;
}
.grid-list-products .control-bar #popularity-sort {
  width: 190px;
  margin: 0 18px 0 0;
}
.grid-list-products .grid-list-buttons {
  padding: 7px;
  float: right;
  display: inline-block;
  vertical-align: top;
}
.grid-list-products .grid-list-buttons ul li {
  min-width: 49px;
  margin: 0 23px 0 0;
  display: inline-block;
  vertical-align: top;
}
.grid-list-products .grid-list-buttons ul li:last-child {
  margin: 0;
}
.grid-list-products .grid-list-buttons ul li.active a {
  font-weight: 800;
}
.grid-list-products .grid-list-buttons ul li a {
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 600;
}
.grid-list-products .grid-list-buttons ul li a i {
  font-size: 19px;
  color: #ccc;
  vertical-align: bottom;
}
.products-list {
  margin: 36px 0 27px 0;
}
.products-list .product-item {
  min-height: 241px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}
.products-list .product-item .body {
  margin: 0px;
}
.products-list .product-item .body {
  padding-left: 0px;
  padding-right: 0px;
}
.products-list .product-item-holder .image {
  padding-left: 0px;
  padding-right: 0px;
}
.products-list .product-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row {
  padding: 0;
  margin: 0;
}
.products-list .product-item .row .image-holder {
  width: 29%;
  padding-right: 19px;
}
.products-list .product-item .row .body-holder {
  width: 45%;
}
.products-list .product-item .row .body-holder .body .title .product-title {
  margin-bottom: 5px;
  color: #1257ab;
  font-size: 15px;
  line-height: 19.5px;
}
.products-list .product-item .row .body-holder .body .brand {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
}
.products-list .product-item .row .body-holder .body .excerpt {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 16px;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder {
  margin: -4px 0 6px 0;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder img {
  width: 16px;
  height: 16px;
}
.products-list .product-item .row .price-area {
  width: 26%;
  padding-left: 27px;
}
.products-list .product-item .row .price-area .price-current {
  font-size: 18px;
  line-height: 33px;
  display: inline-block;
  vertical-align: middle;
}
.products-list .product-item .row .price-area .price-prev {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  padding-right: 5px;
  padding-top: 18px;
}
.products-list .product-item .row .price-area .le-button {
  padding: 13px 28px;
  margin: 0 0 18px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .products-list .product-item .row .image-holder {
    width: 100%;
	padding-right:0px;
  }
  .products-list .product-item .row .body-holder {
    width: 100%;
  }
  .products-list .product-item .row .price-area {
    width: 100%;
  }
}
/*===================================================================================*/
/*  Home Page
/*===================================================================================*/
#top-banner-and-menu {
  margin: 27px 0 0 0;
}
#top-banner-and-menu.homepage2 {
  background-color: #f6f6f6;
  margin: 0;
}
.homebanner-holder {
  padding: 0;
  margin: 0;
  width: 78.5%!important;
  padding-left: 20px;
}
.homebanner-slider {
  position: relative;
}
.homebanner-slider:hover .nav-holder {
  opacity: 1;
}
.homebanner-slider .nav-holder {
  opacity: 0;
  width: 100%;
  display: block;
  z-index: 100;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homebanner-slider .nav-holder .btn-prev,
.homebanner-slider .nav-holder .btn-next {
  position: absolute;
  font-size: 100px;
}
.homebanner-slider .nav-holder .btn-prev:hover,
.homebanner-slider .nav-holder .btn-next:hover {
  color: #333;
}
.homebanner-slider .nav-holder .btn-prev {
  left: 10px;
}
.homebanner-slider .nav-holder .btn-next {
  right: 10px;
}
.homebanner {
  display: inline-block;
}
.homebanner a {
  display: block;
}
.homebanner a:hover {
  opacity: 0.9;
}
#owl-main .caption {
  letter-spacing: -3px;
  color: #636363;
  position: absolute;
  z-index: 100;
  top: 11%;
  left: 5%;
}
#owl-main .caption.right {
  left: auto;
  right: 2%;
  top: 10%;
}
#owl-main .caption .big-text {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 64px;
}
#owl-main .caption .big-text .big {
  display: block;
  font-size: 90px;
  font-weight: 800;
  line-height: 70px;
  top: -11px;
  left: 9px;
  position: relative;
}
#owl-main .caption .big-text .big .sign {
  font-size: 42px;
  vertical-align: super;
}
#owl-main .caption .excerpt {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: -1px;
  margin-top: 15px;
  line-height: 28px;
}
#owl-main .caption .small {
  text-transform: capitalize;
  margin: 11px 0;
  letter-spacing: -1px;
}
#owl-main .caption .button-holder {
  margin: 31px 0 0;
}
#owl-main .caption .button-holder a {
  letter-spacing: 0px;
}
.banner > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner img {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner:hover img {
  -webkit-transform: rotate(-1deg) scale(1.1);
  -moz-transform: rotate(-1deg) scale(1.1);
  -ms-transform: rotate(-1deg) scale(1.1);
  -o-transform: rotate(-1deg) scale(1.1);
  opacity: 0.9;
}
.banner {
  margin-bottom: 5px;
}
.banner .banner-text {
  position: absolute;
  color: #3d3d3d;
  top: 30%;
  padding: 0 4%;
  z-index: 200;
  width: 100%;
}
.banner .banner-text.theblue h1,
.banner .banner-text.theblue .tagline {
  color: #4F6276;
}
.banner .banner-text.right {
  right: 4%;
  left: auto;
}
.banner .banner-text h1 {
  font-size: 36px;
  font-weight: 800!important;
  text-transform: capitalize;
  line-height: 38px;
}
.banner .banner-text .tagline {
  text-transform: capitalize;
  font-weight: 100;
  font-size: 20px;
  line-height: 33px;
}
#banner-holder {
  margin: 23px 0;
}
#products-tab {
  margin: 50px 0 20px 0;
}
#products-tab .image {
  min-height: 215px;
}
.nav-tabs {
  border: none;
}
.nav-tabs,
.nav-tabs li,
.nav-tabs a,
.nav-tabs ul {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs.simple li a {
  border-bottom: 1px solid #e0e0e0;
}
.nav-tabs.simple li.active a {
  padding: 16px 53px;
  background-color: #fff;
  color: #3d3d3d;
  border: 1px solid #e0e0e0;
}
.nav-tabs.simple li.active a:hover {
  background-color: #e0e0e0;
  color: #3d3d3d;
  border: 1px solid #d3d3d3;
}
.nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.nav-tabs li a {
  border: none;
  color: #3d3d3d;
  background-color: #f9f9f9;
  font-size: 15px;
  line-height: 13px;
  padding: 18px 39px;
  margin: 0 3px;
  text-transform: capitalize;
}
.nav-tabs li.active a {
  margin-left: 0 !important;
  font-size: 19px;
  line-height: 30px;
  padding: 16px 53px;
  font-weight: 600;
  text-transform: capitalize;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus {
  color: #fff!important;
  border: none!important;
}
.nav-tabs li.active a:hover {
  cursor: pointer;
  color: #fff;
  border: none;
}
.btn-loadmore {
  color: #575757;
  display: inline-block;
  text-align: center;
  margin: 21px 0;
  text-transform: capitalize;
}
.btn-loadmore:hover i:before {
  color: #fff;
}
.btn-loadmore i {
  vertical-align: middle;
  display: inline-block;
  background-color: #f9f9f9;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-loadmore i:before {
  color: #575757;
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*===================================================================================*/
/*  Single Product Page
/*===================================================================================*/

#single-product .body-holder .body {
  padding: 0 37px;
}
#single-product .body-holder .body .availability {
  margin: 0 0 0 21px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .body .title a {
  letter-spacing: -1px;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}
#single-product .body-holder .body .brand {
  line-height: 22px;
  padding-bottom: 7px;
  font-size: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
}
#single-product .body-holder .stButton .stFb,
#single-product .body-holder .stButton .stTwbutton,
#single-product .body-holder .stButton .stMainServices {
  height: 23px;
}
#single-product .body-holder .social-row,
#single-product .body-holder .buttons-holder {
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .buttons-holder {
  margin: 0 0 0 10px;
}
#single-product .body-holder .buttons-holder .btn-add-to-wishlist {
  margin: 0 20px 0 0;
}
#single-product .body-holder .excerpt {
  margin: 22px 0 ;
}
#single-product .body-holder .excerpt {
  color: #747474;
  font-size: 16px;
  line-height: 28px;
}
#single-product .body-holder .price-current {
  font-size: 40px;
  font-weight: 700;
  color: #28124A;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .price-prev {
  font-size: 20px;
  font-weight: 600;
  color: #e0e0e0;
  text-decoration: line-through;
  vertical-align: bottom;
  line-height: 40px;
  margin: 0 0 0 16px;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .qnt-holder {
  margin: 24px 0;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder #addto-cart {
  margin: 0px 0 0 18px;
}
#single-product .single-product-gallery-item {
  padding-bottom: 40px;
}
#single-product .product-item-holder {
  border: none;
}
#single-product .product-item-holder .owl-stage-outer {
  border: 1px solid #e0e0e0;
}
#single-product .gallery-thumbs {
  margin: 10px 0 0 0;
}
#single-product .gallery-thumbs .owl-stage-outer {
  border: none;
}
#owl-single-product .single-product-gallery-item > a {
  display: inline;
}
#owl-single-product-thumbnails .owl-stage-outer {
  /*width: 100.1%;*/
}
#owl-single-product-thumbnails .owl-item .horizontal-thumb {
  border: 1px solid #e0e0e0;
  display: block;
  border-right-width: 0;
}
#owl-single-product-thumbnails .owl-item:last-child .horizontal-thumb {
  border-right-width: 1px;
}
.single-product-gallery-thumbs .nav-holder {
  display: none;
}
.single-product-gallery-thumbs .nav-holder:hover {
  opacity: 1;
}
.single-product-gallery-thumbs:hover .nav-holder {
  display: block;
  opacity: 0.8;
}
.le-quantity {
  padding: 12px;
  position: relative;
  border: 1px solid #e0e0e0;
  display: inline-block;
  vertical-align: top;
}
.le-quantity .minus,
.le-quantity .plus {
  position: absolute;
  width: 5px;
  height: 100%;
  padding: 3px 14px;
  background-color: #f9f9f9;
  top: 0;
  font-family: fontawesome;
}
.le-quantity .minus:hover,
.le-quantity .plus:hover {
  background-color: #f6f6f6;
}
.le-quantity .minus,
.le-quantity .plus,
.le-quantity .minus:after,
.le-quantity .plus:after {
  color: #3d3d3d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le-quantity .minus:after,
.le-quantity .plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  font-size: 10px;
}
.le-quantity .minus {
  left: 0;
  border-right: 1px solid #e0e0e0;
}
.le-quantity .minus:after {
  content: "\f068";
}
.le-quantity .plus {
  border-left: 1px solid #e0e0e0;
  right: 0;
}
.le-quantity .plus:after {
  content: "\f067";
}
.le-quantity input {
  border: none;
  text-align: center;
  width: 80px;
  color: #3d3d3d;
  font-size: 20px;
  background-color: #fff;
}
.meta-row label {
  font-weight: 800;
  text-transform: capitalize;
}
.meta-row span {
  color: #3d3d3d;
  font-weight: 500;
  text-transform: capitalize;
}
.meta-row span a {
  font-weight: 600;
  text-transform: capitalize;
}
.meta-row span a:hover {
  color: #3d3d3d;
}

#single-product-tab .tab-content {
  border: 1px solid #e0e0e0;
}
#single-product-tab .tab-pane {
  padding: 0px;
}
#single-product-tab .tab-pane p {
  margin-bottom: 24px;
}
#single-product-tab .tab-pane .meta-row {
  margin: 47px 0 0 0;
  font-size: 14px;
}
#single-product-tab .tab-pane .meta-row .seperator {
  margin: 0 20px;
}
#single-product-tab .new-review-form {
  margin: 53px 0 0 0;
}
#single-product-tab .new-review-form .field-row {
  margin-bottom: 36px;
}
#single-product-tab .new-review-form h2 {
  font-size: 22px;
  line-height: 36px;
  text-transform: capitalize;
}
#single-product-tab .new-review-form form {
  margin: 27px 0 0 0;
}
#single-product-tab .new-review-form .star-row {
  margin-bottom: 27px!important;
}
#single-product-tab .new-review-form .star-row .star-holder {
  padding: 9px 0 0 0;
}
#single-product-tab .new-review-form .buttons-holder {
  margin: -16px 0px 0 0px;
  text-align: right;
}
#single-product-tab .new-review-form .buttons-holder button {
  padding: 14px 31px;
}
.tabled-data.no-border {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.tabled-data.no-border li {
  border: none;
  line-height: 16px;
}
.tabled-data.inverse-bold label {
  font-weight: normal;
}
.tabled-data.inverse-bold .value {
  font-weight: 700;
}
.tabled-data li {
  border-bottom: 1px solid #e0e0e0;
  color: #3d3d3d;
  font-size: 14px;
  padding: 7px 0;
}
.tabled-data li:first-child {
  padding-top: 0;
}
.tabled-data li:last-child {
  border-bottom: 0;
}
.tabled-data li label {
  margin: 0;
  min-width: 150px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.tabled-data li .value {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}

.field-row label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #3d3d3d;
}
.field-row input {
  width: 100%;
}
.comment-item {
  margin-bottom: 20px;
  padding: 10px 30px;
}
.comment-item .comment-body {
  position: relative;
  padding: 21px;
  border: 1px solid #e0e0e0;
}
.comment-item .comment-body:before, .comment-item .comment-body:after {
  content: "";
  border-width: 7.5px 10px 7.5px 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
}
.comment-item .comment-body:before {
  left: -10px;
  border-color: transparent #e0e0e0 transparent transparent;
}
.comment-item .comment-body:after {
  left: -8px;
  border-color: transparent #fff transparent transparent;
}
.comment-item .comment-body .author {
  font-weight: 500;
  text-transform: capitalize;
}
.comment-item .comment-body .comment-text {
  margin: 16px 0 7px 0!important;
}
.comment-item .comment-body .date {
  font-size: 14px;
  line-height: 26px;
}
.sidebar-page #recently-reviewd {
  padding-top: 19px!important;
}
.sidebar-page .gallery-holder {
  padding: 15px;
  width: 50%!important;
}
.sidebar-page .body-holder {
  width: 50%!important;
  padding: 15px 0;
}
.sidebar-page .body-holder .body {
  padding: 0 19px!important;
}
.sidebar-page .body-holder .body .social-row {
  margin-bottom: 13px;
}
.sidebar-page .body-holder .body .buttons-holder {
  margin: 0 0 0 0px!important;
}
.sidebar-page #single-product-tab {
  margin-top: 12px;
}
/*===================================================================================*/
/*  Shopping Cart Page
/*===================================================================================*/

/*
ul.step{
  margin-bottom: 30px;
  overflow: hidden;
}
ul.step li.step_current{
  background: #99cc00;
  border-color: #99cc00;
  font-weight: bold;
}
ul.step li{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #99cc00;
  border-image: none;
  /*border-left: 0 solid;*/
/*  border-style: solid;
  border-width: 1px 1px 1px 0;
  float: left;
  text-align: left;
  width: 20%;
}
ul.step li.step_current span{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #99cc00;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: white;
  position: relative;
}
ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span{
  
  display: block;
  font-size: 17px;
  line-height: 21px;
  padding: 13px 10px 14px 13px;
  position: relative;
}
ul.step li.step_current span{
  padding-left: 38px;
  color:#fff;
}
ul.step li.step_current span:after{
  background: url("../img/order-step-a.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
}
ul.step li.first{
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px;
}
ul.step li.first span, ul.step li.first a{
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
ul.step li.first span, ul.step li.first a{
  padding-left: 13px !important;
  z-index: 5;
}
ul.step li.last{
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
ul.step li.last span{
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
ul.step li.step_todo{
  background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-left: 38px;
  border: 1px solid white;
  color: #333333;
  display: block;
  position: relative;
}
ul.step li.step_todo span:after{
  background: url("../img/order-step-current.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
}
ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after{
  content: ".";
  display: block;
  height: 52px;
  margin-top: -2px;
  position: absolute;
  right: -31px;
  text-indent: -5000px;
  top: 0;
  width: 31px;
  z-index: 0;
}
ul.step li.second span, ul.step li.second a{
  z-index: 4;
}
ul.step li.third span, ul.step li.third a{
  z-index: 3;
}
ul.step li.four span, ul.step li.four a{
  z-index: 2;
}
ul.step li.last span{
  z-index: 1;
}*/

#cart-page {
  margin-bottom: 76px;
}
#cart-page .widget {
  margin: 0 0 17px 0!important;
  padding-left: 40px;
}
#cart-page .widget .body {
  padding: 7px 0;
}
#cart-page .widget .buttons-holder {
  text-align: right;
}
#cart-page .widget .buttons-holder .simple-link {
  color: #3d3d3d;
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}
#cart-page .widget .tabled-data li label {
  min-width: 125px;
}
#cart-page .widget #total-price {
  margin: 18px 0 0 0;
  padding-bottom: 24px;
  border-bottom: 0;
}
#cart-page .widget #total-price .value {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
}
#cart-page .items-holder {
  margin: 14px 0 0 0;
}
#cart-page .items-holder .close-btn {
  display: inline-block;
  position: absolute;
  right: 1%;
  top: 39%;
}
#cart-page .items-holder .close-btn:after {
  color: #3d3d3d;
  content: "\f00d";
  font-family: fontawesome;
}
#cart-page .items-holder .cart-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 27px 0 24px;
}
#cart-page .items-holder .cart-item:first-child {
  padding-top: 0;
}
#cart-page .items-holder .cart-item:last-child {
  border-bottom: 0;
}
#cart-page .items-holder .cart-item .title {
  padding: 17px 0 0 0;
}
#cart-page .items-holder .cart-item .title a {
  line-height: 15px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  color: #0e53a5;
}
#cart-page .items-holder .cart-item .brand {
  font-size: 10px;
  line-height: 27px;
  text-transform: uppercase;
}
#cart-page .items-holder .cart-item .quantity {
  margin: 11px 0 0 30px;
}
#cart-page .items-holder .cart-item .price {
  font-weight: 700;
  font-size: 18px;
  padding: 28px 0;
  text-align: center;
}
#cart_summary > thead > tr > th, #cart_summary > tbody > tr > th, #cart_summary > tfoot > tr > th, #cart_summary > thead > tr > td, #cart_summary > tbody > tr > td, #cart_summary > tfoot > tr > td{
  vertical-align: inherit;
  padding: 27px 0 24px;
  border-top: 0;
}
#cart_summary > thead > tr > th {
  border-bottom: 1px solid #e0e0e0;
}
#cart_summary > tbody > tr > td {
  border-bottom: 1px solid #e0e0e0;
}
#cart_summary > tbody > tr.last_item > td {
  border-bottom: none;
}
thead .cart_product{
  text-align: left;
  text-transform: uppercase;
  padding-left: 8% !important;
  font-size: 14px;
  font-weight: bold;
  color: #747474;
}
.cart_product > a {
  margin-right: 10px;
}
.cart_product .product-body .product-name {
  margin-bottom: 15px;
}
.cart_product .product-name a{
  color: #0e53a5;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-transform: capitalize;
}
.cart_product .product-details a{
  color: #3d3d3d;
  font-size: 10px;
}
thead .cart_availability{
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #747474;
}
thead .cart_unit{
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #747474;
}
thead .cart_quantity{
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #747474;
}
thead .cart_total{
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #747474;
}
.cart_total{
  
  font-weight: 700;
  padding: 0px;
  text-align: center;
}
.cart_unit {
  
  font-weight: 500;
 
}

.cart_unit span.price {
position:relative;
top:8px;  
padding:0px;
margin:0px;
   
}

.cart_delete a{
  color: #81807f;
  font-size: 20px;
}
.cart_quantity{
  /* width: 140px; */
}
.cart_quantity input{
  border: 1px solid #e0e0e0 !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-radius: 0;
  width: 46px;
  height: 57px;
  padding: 0 6px;
  float: left;
  font-size: 20px;
  text-align: center;
  line-height: 27px;
}
.cart_quantity .btn{
  border: 1px solid #e0e0e0;
  border-radius: 0;
  float: left;
  margin-left: 0px; 
  height: 57px;
  background-color: #f9f9f9;
  text-align: center;
  font-size: 10px;
  padding: 19px 9px;
}
.widget_body #total_product1, .widget_body #total_wrapping1, .widget_body #total_shipping1, .widget_body #total_discount1, .widget_body #total_price_without_tax1, .widget_body #total_tax1, .widget_body #order_total{
  float: left;
  clear: both;
}
.widget_body #total_product1,.widget_body #total_product2, .widget_body #total_product3, .widget_body #total_wrapping1, .widget_body #total_shipping1, .widget_body #total_shipping2, .widget_body #total_shipping3, .widget_body #total_discount1, .widget_body #total_price_without_tax1, .widget_body #total_tax1, .widget_body #order_total{
  line-height: 20px;
  color: #434343;
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold !important;
  text-transform: uppercase;
}
.widget_body #total_product, .widget_body #total_wrapping, .widget_body #total_shipping, .widget_body #total_discount, .widget_body #total_price_without_tax, .widget_body #total_tax{
  line-height: 16px;
  color: #686868;
  font-size: 16px;
  padding: 8px 0;
  font-weight: 700;
}
.widget_body #order_total_price_container{
  border-top: 1px solid #e0e0e0;
  padding: 24px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  margin-top: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.widget_body #order_total{
  padding: 24px 0;
}
.cupon-widget{
  clear: both;
}
.cupon-widget form fieldset h1{
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px;
  margin: 10px 0;
  padding: 10px;
}
.cupon-widget form fieldset input, .cupon-widget form fieldset button{
  margin-top: 6px;
}
.cart-empty {
  font-size: 3.125em;
  font-weight: 400 !important;
  letter-spacing: 0;
  line-height: 1.4em;
  margin-bottom: 5px;
}
/*===================================================================================*/
/*  Checkout Page
/*===================================================================================*/


#checkout-page .billing-address .le-checkbox {
  display: inline-block;
  vertical-align: top;
}
#checkout-page .billing-address .placeholder {
  text-transform: capitalize;
}
#checkout-page .billing-address form {
  margin: 23px 0 0 0;
}
#checkout-page .billing-address .le-input {
  padding: 9px;
}
#checkout-page .billing-address .field-row {
  margin-bottom: 25px;
}
#checkout-page #create-account {
  font-size: 13px;
  line-height: 24px;
}
#checkout-page #shipping-address {
  margin: 66px 0 0 0;
}
#checkout-page #shipping-address form {
  margin: 24px 0 0 0;
  font-size: 14px;
}
#checkout-page #your-order {
  margin: 58px 0 0 0;
}
#checkout-page #your-order .order-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0 25px 0;
}
#checkout-page #your-order .order-item:first-child {
  margin-top: 16px;
}
#checkout-page #your-order .order-item .qty {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin: 14px 0 0 0;
  color: #3d3d3d;
}
#checkout-page #your-order .order-item .title {
  font-weight: 600;
  text-transform: capitalize;
}
#checkout-page #your-order .order-item .title a {
  margin: 0 0 0 -42px;
}
#checkout-page #your-order .order-item .title,
#checkout-page #your-order .order-item .title a {
  line-height: 27px;
  color: #3d3d3d;
}
#checkout-page #your-order .order-item .brand {
  margin: 0 0 0 -42px;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
#checkout-page #your-order .order-item .price {
  text-align: right;
  font-weight: 800;
  font-size: 17px;
  line-height: 46px;
}
#checkout-page #subtotal-holder {
  margin: 44px 0 0 0;
}
#checkout-page #subtotal-holder .radio-group .radio-label {
  margin-bottom: 12px;
}
#checkout-page #subtotal-holder .tabled-data li label {
  min-width: 230px;
}
#checkout-page #subtotal-holder .tabled-data li .value {
  width: 140px;
}
#checkout-page #total-field {
  margin-top: 11px;
}
#checkout-page #total-field label {
  line-height: 24px;
}
#checkout-page #total-field .value {
  font-size: 21px;
  line-height: 30px;
}
#checkout-page .place-order-button {
  text-align: right;
  margin: 23px 0 52px 0;
}

#payment-method-options {
  margin: 90px 0 0 0;
}
#payment-method-options .payment-method-option {
  padding: 26px 0 25px;
  border-bottom: 1px solid #e0e0e0;
}
#payment-method-options .payment-method-option:first-child {
  padding-top: 0;
}
#payment-method-options .payment-method-option .radio-label {
  vertical-align: top;
  margin-top: -3px;
  font-size: 16px;
  text-transform: capitalize;
}
#payment-method-options .payment-method-option .fake-box {
  margin-right: 20px;
}
#payment-method-options .payment-method-option .value {
  text-transform: capitalize;
}
#payment-method-options .payment-method-option .value p {
  text-transform: none;
}

#order-detail-content .order_payment_footer > tr:first-child > td {
  margin-top: 44px;
}
#order-detail-content .order_payment_footer tr > td {
  border: none;
  padding: 7px 0;
  font-weight: 700;
  color: #747474;
  font-size: 16px;
}
#order-detail-content .order_payment_footer tr:last-child > td {
  border-top: 1px solid #e0e0e0;
}
#order-detail-content .order_payment_footer tr > td:first-child {
  color: #434343;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
}
#order-detail-content .order_payment_footer #total_product, .order_payment_footer #total_wrapping, .order_payment_footer #total_shipping, .order_payment_footer #total_discount, .order_payment_footer #total_price_without_tax, .order_payment_footer #total_tax, .order_payment_footer #total_price_container{
  text-align: center;
}

.payment-method-option > div {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0 15px;
}
.payment-method-option:first-child {
  padding-top: 0;
}

/*===================================================================================*/
/*  Sidebar
/*===================================================================================*/
.sidebar h1,
.sidebar h2,
.sidebar h3 {
  font-weight: 500 !important;
}
.sidebar.narrow {
  width: 23%;
  padding: 0 20px 0 0;
}
.sidebar.wide {
  width: 77%;
}
.sidebar .price-filter {
  border-top: 1px solid #e0e0e0;
  margin: 19px 0 0 0;
  padding: 10px 0 0 0;
}
.sidebar .price-range-holder {
  padding: 18px 0px 47px 0px;
  position: relative;
}
.sidebar .price-range-holder .filter-button a {
  text-transform: uppercase !important;
}
.sidebar .price-range-holder .filter-button a:hover {
  color: #3d3d3d;
}
.sidebar .price-range-holder .min-max,
.sidebar .price-range-holder .filter-button {
  margin: 14px 0 0 0;
  font-size: 13px;
}
.sidebar .price-range-holder .price-slider {
  visibility: hidden;
}
.sidebar .price-range-holder .price-range.in {
  overflow: visible;
}
.sidebar .price-range-holder .slider .tooltip {
  margin-top: 55px;
}
.sidebar .price-range-holder .min-max {
  float: left;
}
.sidebar .price-range-holder .filter-button {
  float: right;
}
.sidebar .price-range-holder .filter-button a {
  font-weight: 800;
  text-transform: capitalize;
}
.sidebar .simple-banner {
  margin: 43px 0 34px 0;
}
.sidebar .simple-banner a {
  display: block;
}
.sidebar .widget {
  margin: 0 0 25px 0;
}
.sidebar .widget .row {
  padding: 0;
  margin: 0;
}
.sidebar .widget .body {
  margin: 10px 0;
  padding: 10px;
}
.sidebar .widget .product-list {
  margin: 30px 0 0 0;
  padding: 0;
}
.sidebar .widget .product-list li {
  margin: 0 0 20px 0;
}
.sidebar .widget .product-list li a {
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  color: #3d3d3d;
}
.sidebar .widget .product-list .price {
  line-height: 28px;
}
.sidebar .widget .product-list .price .price-prev {
  color: #c6c6c6;
  font-size: 11px;
  text-decoration: line-through;
}
.sidebar .widget .product-list .price .price-current {
  font-size: 15px;
  font-weight: 800;
}
.sidebar .widget .product-list .price .price-prev,
.sidebar .widget .product-list .price .price-current {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.sidebar .widget .bordered {
  border: 2px solid #ececec;
  border-radius: 10px;
}
.sidebar .widget hr {
  margin: 5px 0;
}
.sidebar .widget .category-filter ul {
  padding: 0 3px;
  margin: 10px 0 0 0;
}
.sidebar .widget .category-filter ul li {
  position: relative;
}
.sidebar .widget .category-filter ul span {
  font-size: 12px;
  vertical-align: bottom;
  display: inline-block;
  line-height: 24px;
  margin: 0 8px 0 0;
}
.sidebar .widget .category-filter ul label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 12px;
  margin: 0 0 3px;
  line-height: 20px;
}
/*===================================================================================*/
/*  Footer
/*===================================================================================*/
#footer {
  padding: 54px 0 0 0;
}
#footer h2 {
  text-transform: capitalize;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -1px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 11px;
}
#footer h3 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  padding-bottom: 11px;
}
#footer .widget .row {
  padding: 0;
  margin: 0;
}
#footer .widget .body {
  margin: 27px 0 0 0;
}
#footer .widget .body li {
  margin: 0 0 20px 0;
}
#footer .widget .body li a {
  line-height: 15px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #0e53a5;
}
#footer .widget .price {
  line-height: 21px;
}
#footer .widget .price .price-prev {
  color: #c6c6c6;
  font-size: 11px;
  text-decoration: line-through;
}
#footer .widget .price .price-current {
  font-size: 15px;
  color: #3d3d3d;
}
#footer .widget .price .price-prev,
#footer .widget .price .price-current {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
#footer .widget .thumb-holder {
  float: right;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
#footer .sub-form-row {
  margin: 51px 0 0;
  position: relative;
  z-index: 85;
}
#footer .sub-form-row:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
  z-index: -1;
}
#footer .sub-form-row input {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  padding: 18px;
  color: #3d3d3d;
  width: 80%;
  border-radius: 5px 0  0 5px ;
}
#footer .sub-form-row button {
  border-radius: 0 5px 5px 0;
  padding: 19px 29px 20px 29px;
  margin: 0 0 0 -5px;
}
#footer .link-list-row {
  margin: 75px -15px;
}
#footer .link-list-row .contact-info {
  text-transform: capitalize;
}
#footer .link-list-row .contact-info .regular-bold {
  margin: 0 0 29px 0;
}
#footer .link-list-row .contact-info .social-icons {
  margin: 58px 0 0 0;
}
#footer .link-list-row .contact-info .social-icons h3 {
  line-height: 27px;
}
#footer .link-list-row .footer-logo {
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 30px 0;
}
#footer .link-list-row .link-widget {
  width: 215px;
  margin: 0 0 0 15px;
  display: inline-block;
  vertical-align: top;
}
#footer .link-list-row .link-widget h3 {
  padding-bottom: 32px;
}
#footer .link-list-row .link-widget li {
  margin: 0 0 12px 0;
}
#footer .link-list-row .link-widget li a {
  color: #adadad;
  text-transform: capitalize;
}
#footer .copyright-bar {
  background-color: #3d3d3d;
  padding: 17px 0;
  /*text-transform: capitalize;*/
}
#footer .copyright-bar .copyright {
  line-height: 30px;
  color: #8a8a8a;
}
#footer .copyright-bar .copyright a {
  color: #fff;
  font-weight: 600;
}
#footer .copyright-bar .container .row {
  margin: 0;
}
#footer .payment-methods {
  text-align: right;
}
#footer .payment-methods li {
  display: inline-block;
  width: 50px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 5px;
  margin-left: 4px;
}
#footer .payment-methods li:hover {
  cursor: pointer;
}
#footer .header-inner-logo {
  margin: 7px 0 30px;
}
#footer .payment-methods li:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
#footer .payment-methods li img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
/*===================================================================================*/
/*  Browser Specific Styles
/*===================================================================================*/
.gecko .dropdown > a:after {
  vertical-align: middle!important;
}
.gecko .dropdown-toggle:after {
  vertical-align: middle!important;
}
.gecko .header-item .top-search-holder .search-area .search-button:after {
  vertical-align: middle!important;
}
.ie9 #top-megamenu-nav .dropdown .dropdown-toggle:before {
  bottom: -23%;
}
.ie9 .le-select select {
  padding: 5px;
}
.ie9 .le-select:after {
  display: none;
}
/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/
select.top-drop-menu {
  margin: 10px 0 0 0;
  padding: 10px;
  width: 100%;
  color: #000;
}
.carousel-item.size-small {
  min-width: 194px;
}
.carousel-item.size-medium {
  min-width: 225px;
}
.navbar-collapse {
  padding: 0;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-collapse {
  max-height: none;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  #top-megamenu-nav .nav .dropdown {
    border-right: none;
    width: 100%;
  }
  #top-mega-nav nav .le-dropdown:first-child .yamm-fw > .dropdown-menu {
    min-width: 100%;
  }
  #top-mega-nav nav .le-dropdown #menu-vertical-menu .dropdown .dropdown-menu {
    left: 0 !important;
  }
  #top-megamenu-nav .nav > li {
    border-right: none;
    width: 100%;
  }
  #top-megamenu-nav .nav .dropdown-menu {
    min-width: 0;
    max-width: none;
    width: 100%;
    background-color: #FFF;
  }
  #home-slider {
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .top-bar > .container > div > div {
    margin: 10px 0;
  }
  .top-bar ul.right,
  .top-bar {
    text-align: center!important;
  }
  .top-bar > .container > div > div > ul > li > a {
    font-size: 11px !important;
    padding: 0 9px !important;
  }
  .top-bar > .container > div a {
    font-size: 11px !important;
    padding: 0 9px !important;
  }
  .logo > a {
    display: block;
    margin-bottom: 20px;
  }
  .logo > a > svg {
    display: block;
    margin: 0 auto;
  }
  #owl-main .caption .big-text {
    font-size: 30px;
    line-height: 30px;
  }
  #owl-main .caption .big-text .bg {
    font-size: 50px;
    line-height: 60px;
  }
  .header-item .logo-holder .header-wrap {
    text-align: center;
  }
  .header-item .top-search-holder {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-item .top-search-holder .contact-row {
    text-align: center;
    margin-bottom: 20px;
  }
  .header-item .top-search-holder .contact-row > div,
  .header-item .top-search-holder .contact-row .phone,
  .header-item .top-search-holder .contact-row .contact {
    margin: 0;
    margin-bottom: 5px;
    display: block !important;
  }
  .phone a, .contact a{
	  /* color:#777777; */
  }
  .header-item .top-search-holder .search-area .search-field,
  .header-item .top-search-holder .search-area .search_query {
    border-radius: 5px 0 0 5px;
    border: none;
    padding: 13px;
  }
  .header-item .top-search-holder .search-area .search-button:after {
    line-height: 18px;
    vertical-align: middle!important;
  }
  .header-item .top-search-holder .search-area {
    border: 3px solid #c6c6c6;
    border-radius: 7px;
    /*margin: 8px 0 0;*/
  }
  .header-item .top-search-holder .search-area .search-category-controls .search-button {
    border-radius: 0 0 5px 0;
  }
  .header-item .top-search-holder .search-area .categories-filter {
    border-top: 1px solid #e0e0e0;
    border-left: none;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .header-item .top-cart-holder .basket .dropdown-menu {
    width: 300px;
    left: -136px;
  }
  .header-item .top-cart-holder .basket .checkout .le-button {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .top-cart-row {
    text-align: center;
    
  }
    
   #page .header-item .top-cart-row {
    
        display:none;
    }

  .banner {
    margin-bottom: 10px;
  }
  .banner .banner-text {
    top: 25%;
  }
  .banner .banner-text h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .banner .banner-text .tagline {
    font-size: 14px;
    line-height: 24px;
  }
  #banner-holder .banner .banner-image {
    width: 100%;
  }
  .sidemenu-holder {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .homebanner-holder {
    width: 100% !important;
    padding: 0;
  }
  #hero .caption {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .product-grid-holder .product-item-holder {
    border-right: 1px solid #ececec;
    margin-bottom: 10px;
  }
  .nav-tabs {
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
  }
  .nav-tabs > li.active,
  .nav-tabs li {
    padding: 0;
    margin: 0;
    display: block;
  }
  .nav-tabs > li.active > a,
  .nav-tabs li > a {
    width: 100%;
    font-size: 15px;
    padding: 10px 35px;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 24px;
  }
  .nav-tabs > li.active:last-child > a,
  .nav-tabs li:last-child > a {
    border-bottom: none !important;
  }
  #bestsellers .size-medium {
    max-width: 100% !important;
  }
  #bestsellers .single-product-gallery {
    border-left-width: 1px;
  }
  #bestsellers .single-product-gallery .single-product-gallery-item {
    max-width: 100% !important;
  }
  #bestsellershome .product-item .add-cart-button a {
    font-size: 15px;
    padding: 10px 20px;
  }
  #bestsellershome .product-item .label-discount {
    position: absolute;
    top: 206px;
  }
  #owl-recently-viewed .size-small,
  #owl-recently-viewed-2 .size-small {
    max-width: 100% !important;
  }
  #owl-recently-viewed .owl-stage-outer .owl-item .product-item-holder,
  #owl-recently-viewed-2 .owl-stage-outer .owl-item .product-item-holder {
    border-right-width: 1px;
  }
  .megamenu-horizontal .dropdown-menu {
    left: 0 !important;
    max-width: 100%;
    top: 100% !important;
    min-width: 0 !important;
  }
  .megamenu-horizontal .dropdown-menu .yamm-content .dropdown-banner-holder {
    position: relative !important;
  }
  .brands-carousel .carousel-item {
    margin: 0 auto !important;
  }
  .product_list_home .product-item-holder, #product_list_bestsellerhome .product-item-holder {
   /* height: 514px;*/
  }
  #bestsellershome .product-item-holder {
    height: 380px;
  }
  .product-item-holder.hover .product-item .hover-area {
    display: block;
  }
  #product_list .product-item-holder {
    height: 575px;
  }
  #productscategory_list .product-item-holder {
    height: 517px;
  }
  #productscategory_list .label-discount {
    position: absolute;
    top: 235px;
  }
  .comment-item .comment-body {
    margin-top: 10px;
  }
  .comment-item .comment-body:before, .comment-item .comment-body:after {
    content: none;
  }
  #footer .widgets-row > div {
    margin-left: 0;
    padding-left: 0;
  }
  #footer .sub-form-row:before {
    content: none;
  }
  #footer .sub-form-row input {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  #footer .sub-form-row button {
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
  }
  #footer .link-list-row {
    margin-bottom: 30px;
  }
  #footer .link-list-row .link-widget h3 {
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-top: 30px;
  }
  #footer .copyright-bar .container > div {
    text-align: center;
  }
  #footer .copyright-bar .container > div > div:first-child {
    margin-bottom: 10px;
  }
  #footer .copyright-bar .container > div .payment-methods {
    text-align: center;
  }
  #footer .copyright-bar .container > div .payment-methods > ul {
    text-align: center;
  }
  #footer .copyright-bar .container > div .payment-methods > ul > li {
    display: inline-block;
  }
  .sidebar {
    width: 100%!important;
  }
  .blockModulesFooter .box-heading .title_block {
    margin-top: 20px;
  }
  #cart_summary > thead > tr > th, #cart_summary > tbody > tr > th, #cart_summary > tfoot > tr > th, #cart_summary > thead > tr > td, #cart_summary > tbody > tr > td, #cart_summary > tfoot > tr > td{
    padding-right: 30px;
  }
  #cart_summary .cart_quantity > div {
    width: 111px;
  }
  .payment-confirmation button, .payment-confirmation a {
    display: block;
    float: none;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar > .container > div {
    margin: 10px 0;
  }
  .top-bar > .container > div > ul > li > a {
    font-size: 12px !important;
    padding: 0 9px !important;
  }
  .logo > a {
    display: block;
    margin-bottom: 20px;
  }
  .logo > a > svg {
    display: block;
    margin: 0 auto;
  }
  .header-item .logo-holder .header-wrap {
    text-align: center;
  }
  .header-item .top-search-holder {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-item .top-search-holder .contact-row {
    text-align: center;
    margin-bottom: 20px;
  }
  .header-item .top-search-holder .contact-row > div,
  .header-item .top-search-holder .contact-row .phone,
  .header-item .top-search-holder .contact-row .contact {
    margin: 0;
    margin-bottom: 5px;
    display: block !important;
  }
  .header-item .top-cart-row .wishlist-compare-holder {
    display: block;
    margin-right: 23%;
  }
  .header-item .top-cart-row .top-cart-holder {
    position: absolute;
    left: 50%;
  }
  .header-item .top-cart-holder .basket .dropdown-menu {
    width: 300px;
    left: -136px;
  }
  .header-item .top-cart-holder .basket .checkout .le-button {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .top-cart-row {
    text-align: center;
  }
  .sidemenu-holder {
    width: 100% !important;
  }
  .homebanner-holder {
    width: 66.6667% !important;
  }
  #owl-main {
    background-color: #f4f4f4;
  }
  #owl-main .owl-item {
    height: 480px !important;
  }
  #banner-holder .container .banner {
    width: 48%;
    margin-right: 15px;
  }
  #banner-holder .container .banner > a {
    max-width: 100%;
  }
  #banner-holder .container .banner > a .banner-text {
    top: 16%;
  }
  #banner-holder .container .banner > a .banner-text h1 {
    font-size: 24px;
  }
  #banner-holder .container .banner > a .banner-text .tagline {
    font-size: 16px;
  }
  #banner-holder .container .banner:last-child {
    margin-right: 0;
  }
  #bestsellershome .product-item .label-discount {
    position: absolute;
    top: 171px;
  }
  #bestsellershome .product-item .add-cart-button a {
    font-size: 15px;
    padding: 10px 20px;
  }
  #owl-recently-viewed .owl-item .product-item-holder,
  #owl-recommended-products .owl-item .product-item-holder {
    max-width: none !important;
    width: 100%;
  }
  #footer .sub-form-row input {
    width: 70%;
  }
  #footer .link-list-row .container > div:first-child {
    margin-bottom: 20px;
  }
  #cart-page .widget {
    margin: 0 0 25px;
    padding: 0;
  }
  .sidebar {
    width: 100%!important;
  }
  #single-product .gallery-holder .single-product-gallery-item {
    width: 100%;
  }
  #single-product .body-holder #addto-cart {
    margin: 15px 0 0 0 !important;
    width: 100%;
    text-align: center;
  }
  .products-list .product-item .row .body-holder {
    width: 41%;
  }
  .products-list .product-item .row .price-area {
    width: 28%;
  }
  #product_list .product-item-holder {
    height: 445px;
  }
  .product_list_home .product-item-holder, #product_list_bestsellerhome .product-item-holder {
    /*height: 438px;*/
  }
  #bestsellershome .product-item-holder {
    height: 336px;
  }
  #productscategory_list .product-item-holder {
    height: 444px;
  }
  .product_list_home .product-item .label-discount, #product_list_bestsellerhome .product-item .label-discount {
    position: absolute;
    top: 235px;
  }
  #hero .caption {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .blockModulesFooter .box-heading .title_block {
    margin-top: 20px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  #owl-recently-viewed .owl-item .product-item-holder,
  #owl-recently-viewed-2 .owl-item .product-item-holder,
  #owl-recommended-products .owl-item .product-item-holder {
    max-width: none !important;
    width: 100%;
  }
  #single-product .gallery-holder .single-product-gallery-item {
    width: 100%;
  }
  #footer .sub-form-row input {
    width: 75% !important;
  }
  #footer .link-list-row .link-widget {
    width: 30.33% !important;
  }
  .header-item .logo-holder .header-wrap {
    text-align: center;
  }
  .header-item .logo svg {
    width: 100% !important;
  }
  .header-item .top-search-holder {
    margin: 0;
    width: 41.6667% !important;
  }
  .header-item .top-search-holder .search-field {
    width: 50% !important;
  }
  .header-item .top-cart-row {
   
  }
  .products-list .product-item .row .body-holder {
    width: 42%;
  }
  .products-list .product-item .row .price-area {
    width: 27%;
  }
  h1.border {
    line-height: 40px;
  }
  .sidebar .widget .product-list li .row > div:first-child {
    margin-right: 5px !important;
  }
  .sidebar .widget .product-list li .row > div:last-child {
    width: 63.667% !important;
  }
  .sidebar .widget .product-list li .row .thumb-holder {
    width: 100%;
  }
  #hero .caption {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .blockModulesFooter .box-heading .title_block {
    margin-top: 20px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .owl-buttons {
    display: block;
  }
}
.columns-container{
  margin-bottom: 35px;
}

.section h2 {
  color: #434343;
  font-size: 28px;
  font-weight: normal !important;
  line-height: 36px;
  margin-bottom: 12px;
  padding-bottom: 14px;
}
.section p, .section li {
  color: #747474;
  font-size: 16px;
  line-height: 28px;
}
.section .page-title {
  margin-bottom: 0 !important;
}

.page-header {
  border: medium none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-header .page-title {
  color: #434343;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}
.page-header .page-subtitle {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  margin: 0;
}
.page-subheading{
  margin-bottom: 10px;
}
#contact-us .bordered, #authentication .bordered,#opc_new_account .bordered {
  border-bottom: 1px solid #ececec;
}

.unvisible{
  display: none;
}
.list-benefits > li {
  color: #747474;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.entry-content{
	padding: 30px;
	
}
.entry-content ul {
  padding-left: 10px;
}
.entry-content p, .entry-content ol, .entry-content ul {
  margin-bottom: 20px;
}
.entry-content dt, .entry-content dd, .entry-content p, .entry-content li, .entry-content address {
  color: #747474;
  font-size: 16px;
  line-height: 28px;
}
.entry-content p, .entry-content ul, .entry-content ol {
  color: #747474;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.entry-content h3 {
  color: #434343;
  font-size: 20px;
  font-weight: normal !important;
  line-height: 28px;
  margin-bottom: 7px;
  padding-bottom: 8px;
}
.entry-content h2 {
  color: #434343;
  font-size: 28px;
  font-weight: normal !important;
  line-height: 36px;
  margin-bottom: 12px;
  padding-bottom: 14px;
}
.entry-content h3 {
    font-size: 18px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #434343;
  font-weight: normal !important;
  margin-bottom: 16px;
  padding-bottom: 14px;
  padding-top: 15px;
}
.entry-content .highlight {
  font-weight: 600 !important;
}
.address header {
  border-bottom: medium none;
  margin-bottom: 10px;
  padding: 0;
}
.address header h3 {
  font-size: 16px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.address header .edit {
  line-height: 28px;
  padding-top: 15px;
}
.address header .delete {
  line-height: 28px;
  padding-top: 15px;
  color: #434343;
}
.manufacturerslist ul li, 
.supplierslist ul li {
  border-bottom: 1px solid #e0e0e0;
}
.manufacturerslist .middle-side h3, 
.supplierslist .middle-side h3 {
  padding-top: 15px;
}
.manufacturerslist .middle-side h3 > a, 
.supplierslist .middle-side h3 > a {
  color: #434343;
}
.manufacturerslist ul li .right-side-content,  
.supplierslist ul li .right-side-content {
  padding: 40px;
}

.customerprivacy {
  margin: 20px 0;
}
.customerprivacy .dataprivacy {
  padding: 20px;
}
.customerprivacy .dataprivacy h3 {
  color: #434343;
  font-size: 18px;
  font-weight: normal !important;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.blockModules{
  margin-bottom: 55px !important;
}
.blockModules h4{
  border-bottom: 1px solid #ececec;
  color: #434343;
  font-size: 24px;
  font-weight: 400 !important;
  letter-spacing: -1px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.blockModules h4 a{
  color: #3d3d3d;
}
.blockModules .modulebox-content{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blockModules ul{
  margin-left: 0px !important;
}
.blockModules .modulebox-content li{
  padding: 6px 0;
}
.blockModules .modulebox-content ul li{
  border-bottom: none !important;
}
.blockModules .modulebox-content .price-box {
  line-height: 28px;
}
.blockModules li h5 {
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 20px;
  margin: 0 0 5px;
}
.blockModules li div{
  overflow: hidden;
}
.blockModules li div .info{
  color: #8f8f8f;
  font-size: 12px;
  display: block;
}

.blockModules h5 a, .blockModules li a {
  color: #686868;
}
.blockModules .modulebox-content li a {
  color: #434343;
}
.blockModules .modulebox-content .image {
  float: left;
  margin-right: 10px;
}
.blockModules .list-block ul li a:after{
  content: "";
  float: right;
  font-family: fontawesome;
}
.blockModules .list-block li a {
  font-weight: 600;
}
.blockModules .list-block ul li{
  border-bottom: 1px solid #ececec;
  line-height: 36px;
}
.blockModules .tag-block a{
  color: #686868;
}
.blockModules .modulebox-content .price-box ins {
  font-size: 15px;
  font-weight: 700 !important;
  text-decoration: none;
}
.blockModules .modulebox-content .price-box del {
  color: #c6c6c6;
  font-size: 11px;
  text-decoration: line-through;
}
.blockModules .modulebox-content ul {
  list-style-type: none;
  margin-left: 5px;
  margin-bottom: 0px;
}
.blockModules .modulebox-content ul li a{
  font-size: 15px;
}
.blockModules .modulebox-content .tel i {
  font-size: 23px;
  line-height: 23px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.footer-module {
  margin-bottom: 0 !important;
}

.blockModulesFooter {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
  max-width: 172px;
}
.blockModulesFooter:last-child {
  margin-right: 0;
}
.blockModulesFooter .box-heading .title_block {
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 24px;
  margin-bottom: 25px;
  padding-bottom: 7px;
  /*text-transform: capitalize;*/
}
.blockModulesFooter .modulebox-content ul > li {
  margin: 0 0 12px;
}
.blockModulesFooter .modulebox-content  ul > li a {
  color: #848484;
  font-weight: normal;
}
.info-404 h2 {
  font-size: 200px;
  font-weight: 700 !important;
  line-height: 200px;
}
.info-404 h2 {
  font-size: 200px;
  font-weight: 700 !important;
  line-height: 200px;
}
.info-404 p {
  font-weight: 500;
}
.info-404 .sub-form-row input {
  border: 1px solid #e0e0e0;
  border-radius: 5px 0 0 5px;
  color: #3d3d3d;
  padding: 18px;
  width: 82%;
}
.info-404 .sub-form-row .le-button {
  border-radius: 0 5px 5px 0;
  margin: 0 0 0 -5px;
  padding: 19px 31px 20px;
}
#block-categories .tree .grower {
  float: right;
  cursor: pointer;
}
#block-categories .tree .grower:before {
  content: "";
  font-family: fontawesome;
  font-size: 18px;
}
#block-categories .tree .grower.OPEN:before {
  content: "";
  font-weight: bold;
}
#block-categories .tree > li ul {
  padding-left: 15px;
}
#block-categories .tree > li ul li a:before {
  content: "";
  font-family: fontawesome;
  margin: 0 5px 0 0;
  transition: all 0.3s ease 0s;
}
#block-categories ul li a.selected {
  font-weight: bold;
}
.alert {
  font-size: 16px;
}
.category-page-title .section-title {
  font-size: 27px;
  margin: 0 0 20px;
}
#scrollUp {
  border-radius: 3px;
  bottom: 50px;
  color: #fff;
  font-size: 36px;
  height: 42px;
  line-height: 100%;
  opacity: 0.5;
  padding: 3px;
  right: 20px;
  text-align: center;
  width: 42px;
}
#scrollUp:hover {
  opacity: 1;
}
#top-megamenu-nav.stuck {
  box-shadow: 0 1px 3px #333;
  margin-top: 0;
  width: 100%;
}
.stuck {
  position: fixed !important;
  top: 0;
}
.ac_results {
  background-color: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 2px !important;
  padding: 8px 0 !important;
}
.ac_results li{
  cursor: pointer;
}
.banner .banner-text .banner-title {
  font-size: 36px;
  font-weight: 800 !important;
  line-height: 38px;
  margin: 0;
  padding: 0;
}
.banner .banner-text .tagline {
  font-size: 20px;
  font-weight: 100;
  line-height: 33px;
}

.cart_block .products .cart-images{
  float: left;
  margin-right: 10px;
  border: 1px solid #e0e0e0;
}
.cart_block .products .remove_link > a:after{
  color: #3D3D3D;
  content: "";
  font-family: fontawesome;
}
.cart_block .products .remove_link {
  margin-top: -12px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.cart_block .cart-info {
  margin-left: 81px;
}
.cart_blcok{
  display: none;
}
.product-item.loading-cart{
  cursor: wait;
  opacity: 0.2;
}
.product-item.loading-cart *{
  cursor: wait;
}
.tab-holder .nav-tabs {
  height: 61px;
}
@media (max-width: 767px) {
  .tab-holder .nav-tabs {
    height: auto;
  }
}
.btn-block {
  text-align: center;
}
#home-slider {
  margin-bottom: 0;
}
#order-opc ul.bullet {
  margin-bottom: 10px; 
}
#order-opc #login_form {
  margin-bottom: 35px;
}
#order-opc #login_form_content .field-row {
  margin-bottom: 25px;
}
#order-opc #login_form_content .lost_password{}
#order-opc #login_form_content .submit {
  margin-top: 10px;
}
.single-product-grid .owl-controls {
  display: none;
}
.primary-bg {
  color: #fff;
}
/* revolution slider */
body .tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform: translateZ(5px);
}
body .tparrows.tp-leftarrow.hidearrows {
  left: 10px !important;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body .tparrows.tp-rightarrow.hidearrows {
  right: 10px !important;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body .tp-bullets.simplebullets.round.hidebullets {
  bottom: 0 !important;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body .tp-bullets.simplebullets.round {
  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;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body .tp-bullets.simplebullets.round .bullet {
  display: block;
  width: 15px;
  height: 15px;
  background: #d3d3d3;
  border: none;
  -webkit-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;
}
body .tp-rightarrow.default,
body .tp-leftarrow.default {
  background-image: none;
  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;
}
body .tp-rightarrow.default:before,
body .tp-leftarrow.default:before {
  font-family: fontawesome;
  content: "\f053";
  left: 20%;
  position: relative;
}
body .tp-rightarrow.default:before {
  content: "\f054";
  left: 30%;
}
body .tp-leftarrow.default:hover,
body .tp-rightarrow.default:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}



/* SZYMKA STYLE */

.backgroundes{
	background: #f9f9f9;
}
.container2 h3 {
	font-size:16px;
}

.container2 .btn{
	padding:5px 10px;
	font-size:12px;
	line-height: 0.928571429;
	width:210px;
}

/* OPISY BATERII*/

.rte  .row{
	margin-left:0px;
	margin-right:0px;
}

#content_battery .logo{
/*background:#fdfdfd;
  height:120px;*/
}
#content_battery .logo img{
 margin-top:45px;
}

#content_battery .logo2{
background:#393939;
  height:120px;
}
#content_battery .logo2 img{
 margin-top:45px;
}

#content_battery .top{
margin-top:50px;
}
/*
#content_battery .top .col-md-6{
	padding-left:0px;
} 
*/

#content_battery .top img{
margin:40px 0px 40px 0px;
}

@media (max-width: 767px) {

#content_battery .top img{
margin:7px 0px 7px 0px;
}

#content_battery .top {
	margin-top:15px;
}

}
#content_battery .top ul{
	margin-left:20px;
}
#content_battery .top ul li{
list-style-type: square;
 margin:5px 0px;
}

#content_battery .tech {
	margin-top:50px;
  background:url('https://batteryempire.de/img/contents/background1.png');
  background-size:cover;
min-height:405px;
}
#content_battery .ultra {
	margin-top:50px;
  background:url('https://batteryempire.de/img/contents/background2.png');
  background-size:cover;
min-height:405px;
}

#content_battery .pt {
	margin-top:50px;
  background:url('https://batteryempire.de/img/contents/background3.png');
  background-size:cover;
min-height:478px;
}
#content_battery .tech .col-md-6 .pkt{
margin: 45px 20px;
 color: #fff;
 min-height: 73px;
}

#content_battery .pt .col-md-6 .pkt{
margin: 45px 20px;
 color: #fff;
 min-height: 73px;
}

#content_battery .ultra .col-md-6 .pkt{
 min-height: 88px;
}

#content_battery .tech .col-md-6 .pkt .col-md-3{
	
}

#content_battery .addapters{
	background:url('https://batteryempire.de/img/contents/addapters.png');
	background-size: cover;
}

#content_battery .keyboard{
	background:url('https://batteryempire.de/img/contents/keyboard_bg.png');
	background-size: cover;
}

#content_battery .tech .col-md-6 .pkt h3{
		font-size:17px;
		font-weight:bold;
}
#content_battery .tech .col-md-6 .pkt h4{
		margin-top:8px;
		font-size:15px;
		font-weight:normal;
}


#content_battery .pt .col-md-6 .pkt h3{
		font-size:17px;
		font-weight:bold;
}
#content_battery .pt .col-md-6 .pkt h4{
		margin-top:8px;
		font-size:15px;
		font-weight:normal;
}

#content_battery .info {
	padding:35px 0px;
}
#content_battery .info img{
	margin:20px 0px;
}

#content_battery .info .line{
	border-bottom: #95cc05 solid 3px;
	width:90px;
	height:10px;
	margin: 0 auto;
}
.title .line{
	border-bottom: #95cc05 solid 3px;
	width:90px;
	height:10px;
	margin: 0 auto;
	margin-bottom:20px;
}
#content_battery .info p {
	margin:40px;
}

.yamm-fw .dropdown-menu{
	border:none;
	top:103%;
}

#accessories .products-list{
	margin:0px;
}

#homefutured .product-item{
	
}

#homefutured .product-item-holder {
	height: 412px; 
}

#homefeatured .tab-content .tab-pane .product-item-holder.hover:hover .product-item {
	padding-bottom:34.05px;
}

.impresum h1{
	font-size:29px;
	font-weight:bold;
}

.impresum h2{
	font-size:18px;
}
.impresum table{
	margin:0 auto;
	margin-top:20px;
}
.impresum table td{
	border-right:1px solid #c6c6c6;
	width:250px;
}
.impresum table td:last-of-type{
	border:none;
}
.payment_module a {
	color: #5d5d5d;
}

.noborder div table{
	border:none;
	border-top: 1px solid #ddd;
	margin-bottom: 0px;
}
.noborder div table td{
	border:none;
	vertical-align: middle;
}
#opc_payment_methods{
	margin-top: 10px;
}
.delivery_option_logo img{
	/*width:100px;*/
	max-height:50px;
}
.panel1{
    background-color: #f7f7f7;
    border-color: #cccccc;
    color: #7a7a7a;
}


.delivery_cost h1{
	font-size:29px;
	font-weight:bold;
}

.delivery_cost h2{
	font-size:18px;
}
.delivery_cost table{
	width:800px;
	margin:0 auto;
	margin-top:20px;
}
.delivery_cost table td{
	border-right:1px solid #c6c6c6;
}

.delivery_cost table td:nth-of-type(2){
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

.delivery_cost table tr:first-child td:nth-of-type(2){
	text-align:center;
	font-size:15px;
	font-weight:normal;
}
.delivery_cost table tr:first-child{
	font-size:17px;
}

.delivery_cost table td:last-of-type{
	border:none;
}

.delivery_cost table {
	border-spacing:10px;
	border-collapse: separate;
}

.payment_data h1{
	font-size:29px;
	font-weight:bold;
}

.payment_data h2{
	font-size:18px;
}
.payment_data table{
	width:800px;
	margin:0 auto;
	margin-top:20px;
}
.payment_data table td{
	border-right:1px solid #c6c6c6;
}


.payment_data table td:nth-of-type(2){
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

.payment_data table td:nth-of-type(3){
width:400px;
}


.payment_data table td:last-of-type{
	border:none;
}

.payment_data table {
	border-spacing:10px;
	border-collapse: separate;
}

.products-list .product-item .tr{
	padding:5px;
	text-align:center;
	font-size:16px;
}

.products-list .product-item .tr:nth-of-type(2n+1){
	background:#f7f5f5;
}
.products-list .product-item .tr:first-of-type{
	background:none;
}


#product_list2 .product-item{
	border:none;
}

#product_list2 .product-item-holder{
	height:100%;
	border-top:none;
	border-bottom:none;
}
#product_list2 .product-item{
	border-left:1px solid #e0e0e0;
}


#content_battery .camera {
    margin-top:50px;
  background:url('https://batteryempire.de/img/contents/backgroundcamera.jpg');
  background-size:cover;
min-height:405px;
}

#content_battery .phone {
    margin-top:50px;
  background:url('https://batteryempire.de/img/contents/phonebackground.jpg');
  background-size:cover;
min-height:405px;
}

#content_battery .cameracharger {
    margin-top:50px;
  background:url('https://batteryempire.de/img/contents/backgroundcameracharger.jpg');
  background-size:cover;
min-height:405px;
}


#content_battery .electapplcharger {
	margin-top:50px;
  background:url('https://batteryempire.de/img/contents/backgroundelectricapplcharger.jpg');
  background-size:cover;
min-height:405px;
}


#content_battery .carcharger {
	margin-top:50px;
  background:url('https://batteryempire.de/img/contents/backgroundcarcharger.jpg');
  background-size:cover;
min-height:405px;
}

/* MEDIA QUERIES */

/* -------------------------------------------------------------------------------- HEADER */
.prdct_row .price {
    
    position:relative!important;
left:20px!important;
} 

.prdct_row .price {
    
    float:right;
} 
.cart_total_price {
    font-weight: 700;
    
}
.prdct_row {
    
    border-top: 1px solid #cecece;
    margin-top: 10px;
    padding-top:10px;
}
.prdct_row .price {
    
    font-size:14px;
}



.prdct_row .cart_ref {
visibility: hidden;
    
}
.ukryj {
    
    display: none!important;
}
#iqitmegamenu-mobile .iqitmegamenu-icon {
   
    font-size: 50px!important;
 
    }

.iqitmegamenu-shower span {
   
    display: none;
 
    }
.iqitmegamenu-shower span.cart-items-count {
   
    display: block!important;
 
    }

#iqitmegamenu-horizontal {border-top: 3;!important}

.mobile_cart {float:right;}
.mobile_cart .total-price-basket {display:none;}
.basket-item-count .count {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 12px;
  border-radius: 100px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #99cc00;
}
.basket-item-count {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#telephone-icon {
display: none;  
}

#iqitmegamenu-mobile .iqitmegamenu-shower, #cbp-close-mobile {
    border-left: 0px!important;
    border-right: 0px!important;
}
#order_step li a, #order_step li span {
font-size:18px;
display:block;
width:100px;
margin-top:10px;
}

#order_step li a em, #order_step li span em {
display:none;
}

#order_step {
    opacity: 0.6;
    margin-bottom: 40px;
}

.cart_total {
float:right;
}

.item_total {
float:right;
}

.cart_total .price {
margin-right: 15px;
    float: right;
    text-align: right;
	margin-top: 16px;
}




.cart_delete {
float:right;
line-height: 12px;
position:relative;
top:6px;
}
@media (max-width: 1199px) {
    
.cart_delete {
float:none;
position:relative;
top:10px;
    
}    
}
@media (max-width: 991px) {

.item_total {
position:relative;
right:10px;
}

.cart_total .price {
position:relative;
right:10px;
margin-top:0px;
}

.cart_delete {
position:relative;
right:10px;
}    

    
.add {float:left;}
    
.iqitmegamenu-wrapper #iqitmegamenu-horizontal {border-top: 0;!important}

forcefullwidth_wrapper_tp_banner,  .iqitmegamenu-wrapper {
position:relative;
bottom:60px;
}   
 
  .header-item .logo-holder .logo {
  width:250px!important;
  height:auto!important;
}

.shopping_cart {

color:red;
z-index:999!important;

}

.header-item .top-cart-row .top-cart-holder .total-price-basket {
display:none!important;
}
#telephone-icon {
display: block;  
}
    
    


    #contact-link {
        display: none!important;
    }
    .cart_quantity_delete::after {
        
        content: "Usuń produkt";
        font-size: 12px;
        padding-left:10px;
        position:relative;
        bottom: 3px;
    }
    
}





/* KROKI W KOSZYKU ------------------------------------------------------------------------------------------------------------------------------ */

/* -------------------------------- 

Basic Style

-------------------------------- */
#order-detail-content .rowkoszyk {
margin-bottom:20px; border-bottom:1px solid #cecece;padding-bottom: 10px;}

.cd-breadcrumb li > *, .cd-multi-steps li > * {
 

  font-size: 12px!important;
  display:inline-block!important;
  
}

.cd-multi-steps li::after {position:relative;right:20px;}


.cd-breadcrumb, .cd-multi-steps {
  width: 100%;
  max-width: 1200px;
  padding: 0.5em 1em;
  padding-top:0px;
  padding-bottom: 0px;
  margin: 1em auto;
  background-color: #e1e1e1;
  border-radius: .25em;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.step_current > *, .cd-multi-steps li.step_current > * {
  /* selected step */
  color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already step_done */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.step_current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.step_current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.step_current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.step_current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.step_current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.step_current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.step_current:first-of-type > *::before, .cd-multi-steps.custom-icons li.step_current:first-of-type > *::before {
  /* change custom icon for the step_current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.step_current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.step_current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.step_current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.step_current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.step_current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.step_current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}




/* -------------------------------- 

Multi steps indicator 

-------------------------------- */
.cd-multi-steps {
  /* reset style */
  background-color: transparent;
  padding: 0;
  text-align: center;
}

.cd-multi-steps li {
  position: relative;
  float: none;
  margin: 0.4em 40px 0.4em 0;
}
.cd-multi-steps li:last-of-type {
  margin-right: 0;
}
.cd-multi-steps li::after {
  /* this is the line connecting 2 adjacent items */
  position: absolute;
  content: '';
  height: 1px;
  background: #000;
  /* reset style */
  margin: 0;
}
.cd-multi-steps li.step_done::after {
  background-color: #99cc00;
}
.cd-multi-steps li > *, .cd-multi-steps li.step_current > * {
  position: relative;
  color: #2c3f4c;
}

.cd-multi-steps.custom-separator li::after {
  /* reset style */
  height: 4px;
  background: #e1e1e1;
}

.cd-multi-steps.text-center li::after {
  width: 100%;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%) translateX(-1px);
  -moz-transform: translateY(-50%) translateX(-1px);
  -ms-transform: translateY(-50%) translateX(-1px);
  -o-transform: translateY(-50%) translateX(-1px);
  transform: translateY(-50%) translateX(-1px);
}
.cd-multi-steps.text-center li > * {
  z-index: 1;
  padding: .6em 1em;
  border-radius: .25em;
  background-color: #e1e1e1;
}
.no-touch .cd-multi-steps.text-center a:hover {
  background-color: #2c3f4c;
}
.cd-multi-steps.text-center li.step_current > *, .cd-multi-steps.text-center li.step_done > * {
  color: #ffffff;
  background-color: #96c03d;
}
.cd-multi-steps.text-center.custom-icons li.step_done a::before {
  /* change the custom icon for the step_done item - check icon */
  background-position: 0 -60px;
}

.cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {

  text-align: center;
}
.cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
  /* this is the line connecting 2 adjacent items */
  position: absolute;
  left: 50%;
  /* 40px is the <li> right margin value */
  width: calc(100% + 40px);
}

@media (max-width: 768px) {
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: 100%;
  }
  .cd-multi-steps li{
    margin: 0.4em 0px 0.4em 0;
    width:29%;
  }
  #order_step li a, #order_step li span {
    width:100%;
  }

}
.cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
  /* this is the spot indicator */
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 12px;
  width: 12px;
  border-radius: 4px;
  border:2px solid #d7d7d7;
  background-color: #fff;
}
.cd-multi-steps.text-top .step_todo > *::before, .cd-multi-steps.text-bottom .step_todo > *::before{
  border:2px solid #99cc00;
}
.cd-multi-steps.text-top li.step_done > *::before,
.cd-multi-steps.text-top li.step_current > *::before, .cd-multi-steps.text-bottom li.step_done > *::before,
.cd-multi-steps.text-bottom li.step_current > *::before {
  background-color: #99cc00;
  border:2px solid #99cc00;
}
.no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
  color: #96c03d;
}
.no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
  box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
}

.cd-multi-steps.text-top li::after {
  /* this is the line connecting 2 adjacent items */
  bottom: 4px;
}
.cd-multi-steps.text-top li > * {
  padding-bottom: 20px;
}
.cd-multi-steps.text-top li > *::before {
  /* this is the spot indicator */
  bottom: 0;
}

.cd-multi-steps.text-bottom li::after {
  /* this is the line connecting 2 adjacent items */
  top: 3px;
}
.cd-multi-steps.text-bottom li > * {
  padding-top: 20px;
}
.cd-multi-steps.text-bottom li > *::before {
  /* this is the spot indicator */
  top: 0;
}

/* --------------------------------

Add a counter to the multi-steps indicator

-------------------------------- */
.cd-multi-steps.count li {
  counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
  /* content: counter(steps) " - ";*/
}


.cd-multi-steps.text-top.count li > *::before,
.cd-multi-steps.text-bottom.count li > *::before {
  /* this is the spot indicator */
  content: counter(steps);
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 24px;
  color: #000;
  top: -12px;
}

.cd-multi-steps.text-top.count li.step_done > *::before,
.cd-multi-steps.text-bottom.count li.step_done > *::before {
  /* this is the spot indicator */
  content: "\f00c";
  font-family: FontAwesome;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 24px;
  color: #fff;
  top: -12px;
}

.cd-multi-steps.text-top.count li:not(.step_current) em::before,
.cd-multi-steps.text-bottom.count li:not(.step_current) em::before {
  /* steps not step_done yet - counter color */
  color: #2c3f4c;
}

.cd-multi-steps.text-top.count li::after {
  bottom: 11px;
}

.cd-multi-steps.text-top.count li > * {
  padding-bottom: 34px;
}

.cd-multi-steps.text-bottom.count li::after {
  top: 17px;
}

.cd-multi-steps.text-bottom.count li > * {
  padding-top: 34px;
}
 


@media (max-width: 768px) {

    .cart_delete {
position:relative;
right:10px;
}  
    .cart_delete {
float:none;
display:table;
width:300px;
position:relative;
top:20px;
right:50px;


}   
   /* 
    .cd-breadcrumb li, .cd-multi-steps li {
        
        margin:0px!important;
    } */
#order-detail-content .rowkoszyk {
border-bottom:0px!important;}    
    
.prdct_row .cart_quantity {
font-size:14px;
margin-bottom:20px;
}

.prdct_row .cart_quantity::before {
content: "Ilość: ";
}
.prdct_row .price::before {
content: "Cena: ";
}    
}
@media (max-width: 768px) {
.bottom-fix {
	position:fixed;
	bottom:3px;
	width:100%;
	margin:0px;
	z-index:300;
	opacity:0.9;
}
    
.product_img img.img-responsive {
    display: table;
    margin: 0 auto;
    
    }

.cart_quantity {

width:50%;
text-align:center!important;

}

.cart_quantity div.cart_quantity_centering {
display:table;
float:right;
margin-right:20px;
margin-bottom:20px;

}


.cart_total {

padding:0px;
font-size:34px;
width:50%!important;
text-align:left;
font-weight:100;
padding-top:3px;
}    
}

.form-group label {
	    font-weight: 100;
		font-size:13px;
}

.landing .col-md-3{
	margin-top:20px;
	border-right: 1px solid #ccc;
}
@media (min-width: 994px) {
.landing :nth-child(4n){
	border-right:none;
}
}
@media (max-width: 993px) && (min-width: 768px) {
.landing :nth-child(3n){
	border-right:none;
}
}

@media (max-width: 767px) {
.landing :nth-child(2n){
	border-right:none;
}


}
@media (max-width: 767px) {
.nav-tabs.simple li.active a{
	padding:12px 35px;
}
.tp-bullets {
	display:none;
}
.products-list .product-item .row .price-area{
	padding-left: 0px; 
}


#content_battery .top .col-md-6 h1{
	font-size: 23px;
	line-height: 35px;
}

#breadcrumb-alt{
	display:none;
}

}

.land-battery .land-item{
	margin:15px 0px;
}

.land-battery .land-item img{
border: 3px solid #ccc;
border-radius:7px;
}

.land-battery .land-item:hover img{
border: 3px solid #99cc00;
border-radius:7px;
}

.land-battery .land-item h1{
    color: #8f8d8d;
    text-transform: uppercase;
    text-align: center;
	font-size:17px;
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767px) {
.land-battery .land-item h1{
font-size:13px;
line-height: 16px;
}
}

.single-product-gallery-item-product{
	padding-bottom:0px!important;
}

.new-product-gallery .owl-controls{
	display:none;
}

.new-product-gallery{
	border: 1px solid #dbdbdb;
}

.product-gallery .gallery-thumbs ul li{
	padding:1px;
}

.cbp-menu-column-inner ul li a {
    font-size: 13px; 
    line-height: 17px;
    color: #777777;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #ede9e9;
    margin-bottom: 8px;
    width:263px;
    padding-left: 0px!important;
    
    
}

.cbp-menu-column-inner ul  li {
   margin-top:8px!important;
   display: block;
    
}

.cbp-menu-column-inner ul  li:last-child {
   margin-top:0px!important;
}

.cbp-hrmenu .cbp-links li a:before {
    content: none!important; }
   

.cbp-menu-column-inner ul {   
 display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  
  -moz-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;}

.cbp-menu-column-inner ul li:nth-of-type(1) {
  order:2;
}

.cbp-menu-column-inner ul li:nth-of-type(2) {
  
  order:3;
}
.cbp-menu-column-inner ul li:nth-of-type(3) {
 
  order:4;
}

.cbp-menu-column-inner ul li:nth-of-type(4) {
 
  order:5;
}
.cbp-menu-column-inner ul li:nth-of-type(5) {

  order:1;
}


.cbp-hrmenu .cbp-hrsub-tabs-names li {
    border-right: 1px solid #f1f1f1;

}

.cbp-hrmenu .cbp-hrsub-tabs-names li:hover {
    border-bottom: 1px solid #f1f1f1!important;
    border-top: 1px solid #f1f1f1!important;
    border-right:none;
}

.cbp-hrmenu .cbp-hrsub-tabs-names li.active {
    border-bottom: 1px solid #f1f1f1!important;
    border-top: 1px solid #f1f1f1!important;
    border-right:none;
}

.cbp-hrmenu .cbp-hrsub-tabs-names li.active:first-of-type {
    
    border-top: none!important;
   
}

.cbp-hrmenu .cbp-hrsub-tabs-names li.active:last-of-type {
    
    border-bottom: none!important;
   
}

.icon-angle-right:before {
    content: ""!important;
}



.cbp-hrmenu .cbp-hrsub-tabs-names li.active .icon-angle-right:before {
    content: "\f105"!important;
}



/* NOWY KOSZYK */
.cart_quantity .btn{
  height: 20px;
  padding: 3px 9px;
}

.cart_quantity input{
  height: 20px;
  width: 40px;
  line-height: 14px;
  font-size: 14px;
  box-shadow:none;
}

.cart_quantity_centering{
  padding:16px 0px;
}
.cart_total .price{
  float:left;
}

.cart_quantity_delete{
  color:#a09e9e;
  margin-left:20px;
  font-size:20px;
  float:left;
  margin-top:13px;
}

.cart_boxing{
  padding:30px 50px;
  border-radius:5px;
  border:1px solid #99cc00;
}

.price #total_price{
  color:#c82d05;
}


.cart_navigation .le-button{
  background-color: #ff8104;
}

.order-menu{
  padding:8px 0px;
  background-color: #99cc00;
  display: none;
}


.order-sing-in .bordered{
  text-transform: uppercase;
  font-weight: normal !important;
  line-height: 36px;
  color: #434343;
  margin-bottom: 12px;
}

.order-sing-in h2{
  padding-bottom: 0px;
  font-size: 20px;

}

.order-sing-in .form-group{
  margin-bottom:8px;
}


.register-form .form_info{
  font-size:12px;
}


.register-form .checkbox{
  padding-left:0px;
}

.register-form .checkbox label{
  font-size:12px;
}

/* CROSS SELLING */


#crossselling{
  padding:15px 0px;

}


#crossselling .row .title_block{
  padding-left:15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom:1px solid #ccc;
  text-transform:uppercase;
  font-weight:normal;
  font-size: 16px;
}

#crossselling .s_title_block{
  font-size:13px;
  font-weight:normal;
  color:#ccc;
}

#crossselling .s_title_block a{
  color:#3a3838;
}

#crossselling .star-holder{
  transform: scale(0.85);
  margin-left:-7px;
}

#crossselling .ajax_add_to_cart_button{
  margin-top:10px;
  text-transform:uppercase;
  border-radius:3px;
  border:1px solid #ff8104;
  padding:3px 10px;
  font-size:12px;
  color:#ff8104;
}

#crossselling .min_price{
  font-size: 11px;
  line-height: 11px;
  text-decoration: line-through;
  color: #5d5d5d;
  text-align: right;
}

#crossselling .price_container{
  color: #c82d05;
  font-weight: 100;
  font-size: 18px;
  text-align: right;
}

.checkout-new-address .edit-address h3{
  border-bottom:1px solid #ccc;
  text-transform:uppercase;
  text-align:center;
  padding-bottom:10px;
}

.checkout-new-address{
  padding-top:0px;
}


#step2 h2 {
  border-bottom:1px solid #ccc;
  font-size:21px;
  line-height: 20px;
  text-transform: uppercase;
  color: #434343;
  padding-bottom: 14px;
  font-weight: normal !important;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

#step3 h2{
  border-bottom:1px solid #ccc;
  font-size:21px;
  line-height: 20px;
  text-transform: uppercase;
  color: #434343;
  padding-bottom: 14px;
  font-weight: normal !important;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

#step4 h2{
  border-bottom:1px solid #ccc;
  font-size:18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #434343;
  padding-bottom: 14px;
  font-weight: normal !important;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.add-adress-button{
  width: 100%;
  border-radius:3px;
  color:#434343;
  text-transform:uppercase;
  border:1px solid #ccc;
  color:#434343;
  background-color:#fff;
}


.add-adress-button:hover{
  background-color:#fbfbfb;
  color:#434343;
}


.delivery_option .row{
  border-bottom:1px solid #ccc;
  padding:10px 0px;
}

.del-title{
  font-size:13px;
}

.big.next{
  background-color: #ff8104;
}


.summary_del {
  list-style:none;
}

#summary_del .address_title, #summary_del .address_update, #summary_inv .address_title, #summary_inv .address_update{
  display:none;
}
#summary_inv .address_phone, summary_del .address_vat_number{
  display:none;
}


#summary_dotpay{
  min-height: 85px;
  width: 160px;
  border-radius: 3px;
  border: 1px solid #282828 !important;
  margin: 0 auto;
  background: #fff;
  padding:8px;
  margin-top:10px;
}


#summary_dotpay .input-container{
  display:none;
}

#summary_dotpay .image-container{
  display: block;
  width: 100%;
  text-align: center;
  top: 3px;
}

#summary_dotpay .image-container img{
  width: 110px;
}

#summary_dotpay .label-container{
  text-align:center;
  font-size: 12px;
  line-height: 14px;
}
#summary_pay {
  text-align:center;
}

#summary_pay img {
  width: 180px;
}

.order-complete {
  border: 2px solid #99cc00;
  border-radius:5px;
  padding:70px 10px;
}
.order-complete p{
  font-size:14px;
  margin-bottom: 10px;
}
.order-complete h1{
  padding-top:0px;
}

.order-complete a{
  color:#0066c0;
}



.sing-in-button{
  width: 100%;
  text-transform: uppercase;
  background-color: #ff8104;
  border-radius: 4px;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  line-height: 20px;
  border: none;
  font-size: 15px;
  color: #fff;
}

.next-register-button{
  width: 80%;
  border-radius:3px;
  border:1px solid #ccc;
  color:#434343;
  background:#fff;
}

.next-register-button:hover{
  background:#fbfbfb;
  color:#434343;
}

.lost_password {
  text-align:right;
  font-size:13px;
}


.lost_password a{
  color:#0066c0;
}
.register-form{
  display:none;
}

#zalogujnext{
  display:none;
}

#step1done, #step4done{
  cursor:pointer;
}


@media (max-width: 767px) {
  .cart_boxing{
    margin:10px 15px 20px 10px;
  }
  .order-menu img{
    transform: scale(0.85);
  }

}

#apk {
  color: #fff;
  border: medium none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 10px;
  padding: 10px 43px;
  text-transform: uppercase;
  background-color: #99cc00 ;
}
