/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active,
input:focus,
textarea:focus {
  outline: 0;
}
a img {
  border: 0;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr:before,
.clr:after,
.product-tabs .tab-content:before,
.product-tabs .tab-content:after {
  content: " ";
  display: table;
}
.clr:after,
.product-tabs .tab-content:after {
  clear: both;
}
.tran,
a,
.btn,
.nav span:before,
.social-icons__item:before,
.product-sale {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--------------------------------------------
Initial
----------------------------------------------*/
::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
:-moz-placeholder {
  /* Firefox 18- */
  -moz-osx-font-smoothing: grayscale;
}
::-moz-placeholder {
  /* Firefox 19+ */
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
[class*="col"] {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  [class*="col"] {
    margin-bottom: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}
.navbar {
  margin-bottom: 0;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.button,
button {
  display: inline-block;
  text-transform: uppercase;
  border: none;
  padding: 10px 15px;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
}
select.form-control {
  font-size: 13px;
  outline: none;
  height: auto;
  box-shadow: none;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #777777;
  border: none;
  background: #eeeeee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAAFVBMVEUAAADMzMzMzMzMzMzMzMzMzMzMzMzsIyYbAAAAB3RSTlMAEEBgoMDQoTYfcwAAACBJREFUeNodxrERAAAIArFH0f1H9rBKKAMagY22IYu/eARXADhDMloWAAAAAElFTkSuQmCC) no-repeat 96% center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select.form-control:focus {
  outline: none;
  box-shadow: none;
}
.dropdown-menu > li > a {
  line-height: 45px;
  padding: 0 18px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.owl-carousel {
  border: none !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
body {
  letter-spacing: 0.5px;
}
.row,
[class*='col-'] {
  letter-spacing: normal;
}
.row-no-margin {
  margin-left: 0;
  margin-right: 0;
}
[class*='col-'] {
  font-size: 13px;
}
.custom-padding-bottom-5 {
  padding-bottom: 5px !important;
}
.custom-padding-bottom-10 {
  padding-bottom: 10px !important;
}
.custom-padding-bottom-15 {
  padding-bottom: 15px !important;
}
.custom-padding-bottom-20 {
  padding-bottom: 20px !important;
}
.custom-padding-bottom-25 {
  padding-bottom: 25px !important;
}
.custom-padding-bottom-30 {
  padding-bottom: 30px !important;
}
.custom-padding-bottom-35 {
  padding-bottom: 35px !important;
}
.custom-padding-bottom-40 {
  padding-bottom: 40px !important;
}
.custom-padding-bottom-45 {
  padding-bottom: 45px !important;
}
.custom-padding-bottom-50 {
  padding-bottom: 50px !important;
}
.custom-padding-bottom-55 {
  padding-bottom: 55px !important;
}
.custom-padding-bottom-60 {
  padding-bottom: 60px !important;
}
.custom-padding-bottom-65 {
  padding-bottom: 65px !important;
}
.custom-padding-bottom-70 {
  padding-bottom: 70px !important;
}
.custom-padding-bottom-75 {
  padding-bottom: 75px !important;
}
.custom-padding-bottom-80 {
  padding-bottom: 80px !important;
}
.custom-padding-bottom-85 {
  padding-bottom: 85px !important;
}
.custom-padding-bottom-90 {
  padding-bottom: 90px !important;
}
.custom-padding-bottom-95 {
  padding-bottom: 95px !important;
}
.custom-padding-bottom-100 {
  padding-bottom: 100px !important;
}
.custom-padding-top-5 {
  padding-top: 5px !important;
}
.custom-padding-top-10 {
  padding-top: 10px !important;
}
.custom-padding-top-15 {
  padding-top: 15px !important;
}
.custom-padding-top-20 {
  padding-top: 20px !important;
}
.custom-padding-top-25 {
  padding-top: 25px !important;
}
.custom-padding-top-30 {
  padding-top: 30px !important;
}
.custom-padding-top-35 {
  padding-top: 35px !important;
}
.custom-padding-top-40 {
  padding-top: 40px !important;
}
.custom-padding-top-45 {
  padding-top: 45px !important;
}
.custom-padding-top-50 {
  padding-top: 50px !important;
}
.custom-padding-top-55 {
  padding-top: 55px !important;
}
.custom-padding-top-60 {
  padding-top: 60px !important;
}
.custom-padding-top-65 {
  padding-top: 65px !important;
}
.custom-padding-top-70 {
  padding-top: 70px !important;
}
.custom-padding-top-75 {
  padding-top: 75px !important;
}
.custom-padding-top-80 {
  padding-top: 80px !important;
}
.custom-padding-top-85 {
  padding-top: 85px !important;
}
.custom-padding-top-90 {
  padding-top: 90px !important;
}
.custom-padding-top-95 {
  padding-top: 95px !important;
}
.custom-padding-top-100 {
  padding-top: 100px !important;
}
.custom-margin-top-5 {
  margin-top: 5px !important;
}
.custom-margin-top-10 {
  margin-top: 10px !important;
}
.custom-margin-top-15 {
  margin-top: 15px !important;
}
.custom-margin-top-20 {
  margin-top: 20px !important;
}
.custom-margin-top-25 {
  margin-top: 25px !important;
}
.custom-margin-top-30 {
  margin-top: 30px !important;
}
.custom-margin-top-35 {
  margin-top: 35px !important;
}
.custom-margin-top-40 {
  margin-top: 40px !important;
}
.custom-margin-top-45 {
  margin-top: 45px !important;
}
.custom-margin-top-50 {
  margin-top: 50px !important;
}
.custom-margin-top-55 {
  margin-top: 55px !important;
}
.custom-margin-top-60 {
  margin-top: 60px !important;
}
.custom-margin-top-65 {
  margin-top: 65px !important;
}
.custom-margin-top-70 {
  margin-top: 70px !important;
}
.custom-margin-top-75 {
  margin-top: 75px !important;
}
.custom-margin-top-80 {
  margin-top: 80px !important;
}
.custom-margin-top-85 {
  margin-top: 85px !important;
}
.custom-margin-top-90 {
  margin-top: 90px !important;
}
.custom-margin-top-95 {
  margin-top: 95px !important;
}
.custom-margin-top-100 {
  margin-top: 100px !important;
}
.custom-margin-bottom-5 {
  margin-bottom: 5px !important;
}
.custom-margin-bottom-10 {
  margin-bottom: 10px !important;
}
.custom-margin-bottom-15 {
  margin-bottom: 15px !important;
}
.custom-margin-bottom-20 {
  margin-bottom: 20px !important;
}
.custom-margin-bottom-25 {
  margin-bottom: 25px !important;
}
.custom-margin-bottom-30 {
  margin-bottom: 30px !important;
}
.custom-margin-bottom-35 {
  margin-bottom: 35px !important;
}
.custom-margin-bottom-40 {
  margin-bottom: 40px !important;
}
.custom-margin-bottom-45 {
  margin-bottom: 45px !important;
}
.custom-margin-bottom-50 {
  margin-bottom: 50px !important;
}
.custom-margin-bottom-55 {
  margin-bottom: 55px !important;
}
.custom-margin-bottom-60 {
  margin-bottom: 60px !important;
}
.custom-margin-bottom-65 {
  margin-bottom: 65px !important;
}
.custom-margin-bottom-70 {
  margin-bottom: 70px !important;
}
.custom-margin-bottom-75 {
  margin-bottom: 75px !important;
}
.custom-margin-bottom-80 {
  margin-bottom: 80px !important;
}
.custom-margin-bottom-85 {
  margin-bottom: 85px !important;
}
.custom-margin-bottom-90 {
  margin-bottom: 90px !important;
}
.custom-margin-bottom-95 {
  margin-bottom: 95px !important;
}
.custom-margin-bottom-100 {
  margin-bottom: 100px !important;
}
.margin-0 {
  margin: 0 !important;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
.btn {
  height: 45px;
  padding: 0 18px;
  border: none;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.btn[value] {
  font-weight: 300;
}
.dropdown {
  cursor: pointer;
}
#content {
  position: relative;
  margin-bottom: 20px;
}
.common-home #content {
  margin-bottom: 0;
}
.box {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.common-home .kl-main-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-heading {
  font-size: 16px;
  border-bottom: 3px solid transparent;
  text-transform: capitalize;
  text-align: left;
}
.box-heading span {
  display: inline-block;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
}
.kl-main-content {
  position: relative;
  z-index: 1;
}
body[class*='product'] .kl-main-content {
  z-index: auto;
}
.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.btn-lg,
.dropdown-menu,
.well,
.list-group-item:first-child,
.list-group-item:last-child,
.breadcrumb,
.form-control,
.form-control,
.panel-heading,
.panel-group .panel,
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.timepicker .btn {
  height: auto;
  box-shadow: none;
}
.breadcrumb > li + li:before {
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/******************Login*********************/
.account-login .well p {
  margin-bottom: 10px;
}
.account-register .form-horizontal div.button:before,
.account-register .form-horizontal div.button:after {
  content: " ";
  display: table;
}
.account-register .form-horizontal div.button:after {
  clear: both;
}
.account-register #content {
  padding-bottom: 30px;
}
.information-sitemap #content {
  padding-bottom: 30px;
}
.checkout-cart #content {
  padding-bottom: 30px;
}
.checkout-cart .form-control {
  height: 45px;
}
.checkout-cart .input-group .btn-danger,
.checkout-cart .input-group .btn-primary {
  border: none;
}
.checkout-cart .img-thumbnail {
  border: none;
}
.form-horizontal .form-group {
  font-size: 0;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
li .alert {
  position: relative;
  max-width: 100%;
  padding: 30px;
}
.pagination > li > a,
.pagination > li > span {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0 3px;
  color: #25282C;
  border: 1px solid #DDD !important;
  text-align: center;
  line-height: 34px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.checkout-cart .form-control,
.account-login .form-control,
.account-register .form-control,
.checkout-checkout .form-control {
  box-shadow: none;
}
/***************owl-controls****************/
.nav {
  position: static;
}
.nav span {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 999;
  font-size: 0;
  cursor: pointer;
  color: #CCC;
}
.nav span:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
}
.nav .prev {
  right: 50px;
}
.nav .prev:before {
  content: "\f104";
  font-family: FontAwesome;
}
.nav .next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.owl-carousel {
  background: #FFF;
}
.owl-controls .owl-page {
  margin: 0 2px;
}
.owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #ccc;
  opacity: 1;
  box-shadow: none;
}
/***************social icons****************/
.social-icons li {
  display: inline-block;
}
.social-icons__item {
  font-family: FontAwesome;
}
.social-icons__item:before {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
}
.social-icons__item.facebook:before {
  content: '\f09a';
}
.social-icons__item.twitter:before {
  content: '\f099';
}
.social-icons__item.google_plus:before {
  content: '\f0d5';
}
.social-icons__item.youtube:before {
  content: '\f16a';
}
.social-icons__item.rss:before {
  content: '\f09e';
}
.social-icons__item.pinterest:before {
  content: '\f0d2';
}
.social-icons__item.instagram:before {
  content: '\f16d';
}
/***************Kuler Layer Slider*****************/
.kls-container {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.tp-bullets {
  left: 80px !important;
  bottom: 40px !important;
}
.tp-bullets.simplebullets.round .bullet {
  width: 10px !important;
  height: 10px !important;
  background: #FFF !important;
  border: 1px solid #CCC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/***************Scroll Up*****************/
.scrollup {
  vertical-align: middle;
  opacity: 0.8;
  padding: 3px 8px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0;
}
.scrollup.show {
  bottom: 30px;
}
.scrollup i {
  font-size: 30px;
}
.scrollup:hover {
  color: #FFF;
  font-size: 14px;
}
/***************Animation****************/
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(50%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(50%);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    margin: 0 -100% 30px;
    width: 300%;
    padding: 20px 100%;
  }
}
/*--------------------------------------------------------------
Header Block
--------------------------------------------------------------*/
.header {
  position: relative;
  z-index: 4;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.header [class*="col-"] {
  vertical-align: middle;
}
.header #logo {
  text-align: center;
  padding: 20px 0;
}
.header .btn {
  box-shadow: none;
}
.header__extra-info {
  padding-bottom: 5px;
}
.header__extra-info li {
  display: inline-block;
  font-size: 15px;
}
.header__extra-info li i {
  padding-right: 5px;
  font-size: 16px;
}
.header__extra-info li:first-child {
  padding-right: 35px;
}
/***************search****************/
#search-inner {
  position: relative;
  border: 3px solid transparent;
  border-right: none;
}
#search input {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  width: 250px;
  height: 44px;
  padding: 10px 15px;
  border: none;
}
#search .button-search {
  position: absolute;
  right: 0;
  top: -3px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  cursor: pointer;
  color: #FFF;
}
#search .button-search:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-size: 25px;
  height: 50px;
  width: 65px;
  line-height: 48px;
  text-align: center;
}
#search .form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.setting-list {
  display: inline-block;
  vertical-align: middle;
}
.setting-list > li {
  display: inline-block;
  padding: 0 30px;
}
.setting-list a {
  line-height: 2;
}
.setting-list i {
  padding-right: 7px;
  font-size: 14px;
}
/***************cart****************/
.mini-cart__info {
  position: relative;
  background: none !important;
}
.mini-cart__info i {
  font-size: 42px;
}
.mini-cart__info .cart-product-total-number {
  position: absolute;
  top: 0;
  left: 32px;
  display: inline-block;
  width: 19px;
  height: 19px;
  color: #FFF !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 19px;
}
.mini-cart__info .cart-product-total-text {
  position: absolute;
  top: -15px;
  left: 70px;
  text-transform: capitalize;
}
.mini-cart__info .cart-product-total-price {
  font-size: 22px;
  font-weight: 500;
  padding-left: 10px;
}
.mini-cart__container,
.mini-cart__no-product {
  width: 300px;
  padding: 20px 15px;
}
.mini-cart__item {
  padding: 10px 0;
  border-bottom: 1px solid #EEE;
}
.mini-cart__total {
  padding: 20px 0;
  border-bottom: 1px solid #EEE;
}
.mini-cart__total__price {
  float: right;
}
.mini-cart__checkout {
  padding-top: 20px;
  text-align: center;
}
.mini-cart__checkout > a {
  display: inline-block !important;
}
.mini-cart__checkout > a:hover {
  opacity: 0.9;
}
/***************768px****************/
@media only screen and (min-width: 768px) {
  .header .setting-list {
    padding-left: 90px;
  }
  .header .setting-list > li {
    display: block;
    padding: 0;
  }
}
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .header #logo {
    padding: 0;
    text-align: left;
  }
  .header__center {
    padding-left: 65px;
  }
  .header__top {
    padding: 40px 0;
  }
  .mini-cart {
    margin-top: 20px;
  }
  .mini-cart__container,
  .mini-cart__no-product {
    width: 400px;
  }
  #search input {
    width: 355px;
  }
  #search .button-search {
    right: -65px;
  }
}
/***************1200px****************/
@media only screen and (min-width: 1200px) {
  .headroom {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .headroom--not-top {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 0;
  }
  .headroom--pinned {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  }
  .headroom--pinned > .container {
    display: none;
  }
  .headroom--top > .container {
    display: block;
  }
  .headroom--unpinned {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
  }
  .headroom .header__top {
    margin-bottom: 0;
  }
  .boxed .headerfix--not-top {
    max-width: 1200px;
  }
}
/***************skin****************/
/*--------------------------------------------------------------
Topbar Block
--------------------------------------------------------------*/
.topbar {
  z-index: 9;
}
.topbar [class*='col-'] {
  vertical-align: middle;
  font-size: 13px;
  text-transform: uppercase;
}
.topbar a,
.topbar .btn,
.topbar .btn span {
  font-size: 13px;
}
.topbar .btn {
  box-shadow: none;
}
.topbar .btn-link:hover,
.topbar .btn-link:focus {
  text-decoration: none;
}
.topbar__left {
  text-align: center;
}
.topbar__left li {
  display: inline-block;
}
.topbar__right {
  text-align: center;
}
.topbar__right > div {
  display: inline-block;
}
.topbar .btn span,
.topbar .my_settings {
  position: relative;
}
.topbar .btn span:before,
.topbar .my_settings:before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topbar__my-accounts {
  text-transform: capitalize;
}
.topbar i {
  font-size: 12px;
}
.topbar__currency .btn,
.topbar__language .btn {
  text-transform: capitalize;
}
.topbar__currency .dropdown-menu > li > a,
.topbar__language .dropdown-menu > li > a {
  line-height: 45px;
}
.topbar__currency .dropdown-menu > li > a img,
.topbar__language .dropdown-menu > li > a img {
  padding-top: 17px;
}
.topbar__currency .btn strong {
  display: none;
}
.topbar .dropdown-toggle {
  padding: 0;
}
.topbar .dropdown-toggle:hover {
  text-decoration: none;
}
.topbar .dropdown-toggle:hover span:before {
  width: 100%;
}
.topbar .dropdown-menu {
  text-align: left;
}
.topbar .dropdown-menu li {
  display: block;
  margin: 0 10px;
}
.topbar .dropdown-menu .btn {
  text-align: left;
}
.topbar .social-icons li {
  vertical-align: middle;
}
.topbar .social-icons__item:hover:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -moz-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}
.topbar .social-icons__item:before {
  width: 26px;
  height: 24px;
  background: none !important;
  font-size: 13px;
  line-height: 24px;
}
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .topbar__left {
    text-align: left;
  }
  .topbar__right {
    text-align: right;
  }
}
/***************1200px****************/
/***************skin****************/
/*--------------------------------------------------------------
Footer Block
--------------------------------------------------------------*/
.footer {
  overflow: hidden;
  border-top: 1px solid #EEE;
}
.footer .box {
  box-shadow: none;
}
.footer .box-heading {
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: none;
  font-size: 20px;
  font-weight: 500;
}
.footer .box-heading span {
  padding: 0;
  line-height: 1;
  height: auto;
  background: none;
}
.footer__top {
  padding: 35px 0;
}
.footer__top [class*='col'] {
  vertical-align: middle;
}
.footer__top .box-heading {
  margin-bottom: 0;
}
.footer__bottom {
  padding: 50px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.footer__bottom .col-md-2 li {
  padding-bottom: 10px;
}
.footer__bottom .col-md-2 li a {
  font-size: 14px;
}
.footer__information-text {
  color: #666666;
  font-size: 14px;
}
/**************Newsletter**************/
.newsletter {
  text-align: right;
}
@media (max-width: 992px) {
  .newsletter .box-heading--footer {
    display: none;
  }
}
#newsletter-form {
  display: inline-block;
}
#newsletter-form .newsletter__title {
  display: none;
}
#newsletter-form .newsletter__input {
  height: 45px;
  padding: 0 10px;
  border: 3px solid transparent;
  color: #999;
  font-size: 15px;
}
#newsletter-form .newsletter__submit-button {
  vertical-align: top;
  color: #FFF;
}
/***************payment****************/
.payment {
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .payment {
    text-align: right;
  }
}
.payment__item {
  display: inline-block;
}
/***************contact****************/
.contact__list {
  margin: 20px 0;
}
.contact__item {
  padding-bottom: 10px;
}
.contact__item span {
  font-size: 14px;
}
.contact__item:before {
  width: 22px;
  text-align: center;
  padding-right: 10px;
  display: inline-block;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.contact__item--skype:before {
  content: "\f041";
}
.contact__item--mobile:before {
  content: "\f10b";
}
.contact__item--phone:before {
  content: "\f095";
}
.contact__item--email:before {
  content: "\f0e0";
}
.contact__item--fax:before {
  content: "\f1ac";
}
/***************powered****************/
#powered {
  padding: 35px 0;
}
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .newsletter .box-heading {
    padding-right: 30px;
  }
  #newsletter-form .newsletter__input {
    width: 370px;
  }
}
/***************1200px****************/
/***************skin****************/
.contact__item:before {
  color: #71B81F;
}
/*--------------------------------------------------------------
Sidebar Block
--------------------------------------------------------------*/
#column-left .box,
#column-right .box {
  margin-bottom: 20px;
  padding: 0;
  background: #FFF;
}
#column-left .box-heading,
#column-right .box-heading {
  background: #FFF;
}
#column-left .box-heading span,
#column-right .box-heading span {
  font-size: 18px;
  background: none;
}
#column-left .kuler-advanced-html,
#column-right .kuler-advanced-html {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
#column-left .kuler-showcase-module,
#column-right .kuler-showcase-module {
  padding: 0;
}
#column-left .kuler-showcase-module .box,
#column-right .kuler-showcase-module .box {
  padding: 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
#column-left .kuler-showcase-module .product-grid,
#column-right .kuler-showcase-module .product-grid {
  margin: 0;
  padding: 20px 15px;
  border-bottom: 1px solid #EEE;
}
#column-left .kuler-showcase-module .product-grid:last-child,
#column-right .kuler-showcase-module .product-grid:last-child {
  border-bottom: none;
}
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
  margin-bottom: 25px;
}
#column-left .product-layout:hover .product-wrapper,
#column-right .product-layout:hover .product-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#column-left .vertical-menu--product__content .product-layout,
#column-right .vertical-menu--product__content .product-layout {
  width: 25%;
}
#column-left .product-thumb,
#column-right .product-thumb {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
#column-left .product-detail,
#column-right .product-detail,
#column-left .product-sale,
#column-right .product-sale,
#column-left .product-detail-button--quick-view,
#column-right .product-detail-button--quick-view {
  display: none;
}
#column-left .product-name,
#column-right .product-name,
#column-left .product-rating,
#column-right .product-rating,
#column-left .product-price,
#column-right .product-price {
  text-align: left;
}
#column-left .product-price,
#column-right .product-price {
  margin-bottom: 0;
}
#column-left .article,
#column-right .article {
  width: 100%;
  margin-top: 10px;
}
#column-left .article:last-child,
#column-right .article:last-child {
  margin-bottom: 20px;
}
#column-left .article__image,
#column-right .article__image {
  float: left;
  margin-left: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}
#column-left .article__title,
#column-right .article__title {
  font-size: 16px;
  font-weight: 500;
}
#column-left .article__date,
#column-right .article__date {
  display: block;
}
/*--------------------------------------------------------------
Navigation Block
--------------------------------------------------------------*/
.main-nav {
  position: relative;
  text-align: left;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
@media (max-width: 992px) {
  /*mega menu for mobile*/
  .navigation {
    margin-bottom: 15px;
    margin-top: 10px;
    background: none;
  }
  .main-nav {
    display: none;
    text-align: left;
  }
  .main-nav__item {
    position: relative;
    background: #313131;
    padding: 10px 0;
    margin-bottom: 1px;
  }
  .main-nav__item > a,
  .main-nav__item > a:visited {
    padding-left: 15px;
    color: #ffffff;
  }
  .main-nav__item.expand .btn-expand-menu:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .main-nav__secondary-nav {
    display: none;
    margin-top: 10px;
    padding-top: 20px;
    background: #ffffff;
  }
  .main-nav .subcat {
    padding-left: 20px;
  }
  #btn-mobile-toggle {
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    background-color: #222;
    display: block;
    text-transform: uppercase;
    color: #ffffff;
  }
  #btn-mobile-toggle:after {
    content: "\f105";
    display: inline-block;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    position: absolute;
    right: 0px;
    top: 6px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #btn-mobile-toggle.expand:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .btn-expand-menu:before {
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-size: 20px;
  }
  #megamenu {
    background-color: #222;
    margin: 0 15px 15px;
  }
  #megamenu .dropdown-container {
    display: none;
    padding: 15px;
  }
  #megamenu .dropdown-container .container {
    padding: 10px 0;
  }
  #megamenu .mainmenu li:first-child {
    display: none;
    margin: 0;
  }
  #megamenu li.item {
    margin-bottom: 10px;
    position: relative;
  }
  #megamenu li.item p {
    color: #aaa;
  }
  #megamenu li.item > a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
  }
  #megamenu li.item .menu-category-image {
    float: none;
  }
  #megamenu li.item .menu-category-title {
    display: block;
    color: #444;
  }
  #megamenu li.item .subcat {
    margin: 0 !important;
  }
  #megamenu li.item .btn-expand-menu {
    position: absolute;
    right: 0;
  }
  #megamenu li.item .btn-expand-menu:before {
    content: "\e602";
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #megamenu li.item.expand .btn-expand-menu:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #megamenu .product .hover {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .main-nav__item.is-active > a {
    background: none !important;
  }
}
/*
 * Menu Default
 */
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .navigation {
    position: relative;
  }
  .main-nav {
    border: 1px solid #EEE;
    border-bottom: none;
  }
  .main-nav__item {
    display: inline-block;
    cursor: pointer;
  }
  .main-nav__item > a {
    position: relative;
    display: block;
    padding: 20px 25px;
    font-size: 14px;
    font-weight: 500;
  }
  .main-nav__item--custom .main-nav__secondary-nav {
    padding: 20px 0;
    text-align: left;
    font-size: 14px;
  }
  .main-nav__item--custom .main-nav__secondary-nav a {
    display: block;
    padding: 7px 20px;
    text-transform: capitalize;
  }
  .main-nav__item:hover {
    border-color: #000;
  }
  .main-nav__item:hover .main-nav__secondary-nav {
    visibility: visible;
    z-index: 1001;
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
  .main-nav__item:hover .main-nav__secondary-nav [class*='col-'] {
    vertical-align: top;
  }
  .main-nav__item a {
    text-transform: uppercase;
    color: #333333;
    font-weight: 500;
  }
  .main-nav__item--product,
  .main-nav__item--category {
    position: static;
  }
  .main-nav__item--product .main-nav__secondary-nav,
  .main-nav__item--category .main-nav__secondary-nav {
    width: 100%;
    left: 0;
  }
  .main-nav__item--category .main-nav__secondary-nav {
    text-align: left;
  }
  .main-nav__item--category hr {
    margin: 13px 0;
  }
  .main-nav__secondary-nav {
    visibility: collapse;
    position: absolute;
    background: #FFFFFF;
    padding: 30px;
    width: 250px;
    z-index: -999;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .main-nav .is-parent > a:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 10px;
    top: calc(50% - 10px);
    top: moz-calc(50% - 8px);
    color: #CCC;
  }
  .main-nav .subcat a {
    margin-left: 5px;
    line-height: 1.8;
    text-transform: capitalize;
  }
  .main-nav .subcat a:hover {
    padding-left: 10px;
  }
  #btn-mobile-toggle {
    display: none;
  }
  .menu-category-title {
    font-size: 14px;
  }
  .menu-category-description {
    padding-bottom: 20px;
  }
  .mainmenu--default .navbar-nav > li > a {
    padding: 20px 25px;
  }
  .mainmenu--default .dropdown-menu {
    padding: 20px 20px 15px 20px;
    min-width: 200px;
  }
  .mainmenu--default .dropdown-menu .dropdown-inner {
    padding-bottom: 15px;
  }
  .mainmenu--default .dropdown-menu .see-all {
    display: block;
    padding: 15px 0 0 0;
    border-top: 1px solid #EEE;
  }
}
/***************1200px****************/
/***************skin****************/
.navigation {
  background-color: #fff;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item > div {
  text-align: center;
}
.owl-carousel .owl-item img {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-rtl {
  direction: rtl;
}
.owl-carousel .owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-page {
  display: inline-block;
}
.owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #869791;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #FFF;
  border: 1px solid #CCC;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
/*--------------------------------------------------------------
Module Carousel
--------------------------------------------------------------*/
.carousel {
  position: relative;
  margin: 0 auto;
}
.carousel .owl-item .text-center {
  padding: 25px 0;
  text-align: center;
}
.owl-carousel {
  overflow: hidden;
}
.owl-carousel.owl-theme .owl-controls {
  margin: 0;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		  * Remove all paddings around the image on small screen
		  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*--------------------------------------------
Box category
----------------------------------------------*/
.box-category a {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.box-category > li {
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #EEE;
  text-transform: capitalize;
}
.box-category > li ul {
  display: none;
  width: 100%;
}
.box-category > li > .toggle {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 6px;
}
.box-category > li > .toggle:before {
  content: "+";
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.box-category > li.active {
  margin-left: 15px;
}
.box-category > li.active ul {
  display: block;
}
.box-category > li.active a {
  position: relative;
}
.box-category > li.active a:before {
  left: -10px;
}
.box-category > li.active > .toggle:before {
  content: "-";
}
.box-category__sub {
  margin-left: 15px;
}
/*--------------------------------------------------------------
KL Search Block
--------------------------------------------------------------*/
.kl-search {
  width: 100%;
  z-index: 3;
  display: none;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.kl-search.is-visible {
  position: relative;
  display: block;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.kl-search span {
  display: none;
}
.kl-search input {
  font-size: 20px;
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  float: none;
  padding: 2% 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.kl-search input:focus {
  outline: none;
}
.kl-search .input-group {
  display: block;
}
.kl-search-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
  font-size: 0;
}
.kl-search-trigger:before,
.kl-search-trigger:after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.kl-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid transparent;
}
.kl-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kl-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.kl-search-trigger span:before,
.kl-search-trigger span:after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.kl-search-trigger span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kl-search-trigger span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.kl-search-trigger.search-is-visible::before,
.kl-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.kl-search-trigger.search-is-visible span::before,
.kl-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.kl-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.kl-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
@media only screen and (min-width: 1200px) {
  .kl-search {
    display: none;
  }
}
/***************skin****************/
.kl-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.kl-search input::-moz-placeholder {
  color: #c9cbc4;
}
.kl-search input:-moz-placeholder {
  color: #c9cbc4;
}
.kl-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.kl-search-trigger::before {
  border-color: #2e3233;
}
.kl-search-trigger::after {
  background: #2e3233;
}
.kl-search-trigger span::before,
.kl-search-trigger span::after {
  background: #2e3233;
}
/*--------------------------------------------------------------
Kuler Live Search
--------------------------------------------------------------*/
.live-search-container .dropdown-menu {
  display: none;
  right: 0;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  width: 100%;
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.live-search-container .dropdown-menu .product-layout {
  text-align: start;
  border: none;
  padding: 0 15px;
  margin-bottom: 0;
}
.live-search-container .dropdown-menu .product-layout > .row {
  padding: 20px 0;
  margin: 0;
}
.live-search-container .dropdown-menu .product-layout .left {
  padding: 0 10px;
}
.live-search-container .dropdown-menu .product-layout .right {
  padding-left: 0;
}
.live-search-container .dropdown-menu .product-layout .product-thumb {
  float: none;
  width: 100%;
}
.live-search-container .dropdown-menu .product-layout .product-thumb img {
  -webkit-transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0 cubic-bezier(0.215, 0.61, 0.355, 1);
}
.live-search-container .dropdown-menu .product-layout .product-thumb__secondary {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-thumb__secondary:before {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-name {
  width: 100%;
}
.live-search-container .dropdown-menu .product-layout .product-sale {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-name {
  font-size: 16px;
}
.live-search-container .dropdown-menu .product-layout .product-price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.live-search-container .dropdown-menu .product-layout .product-price--old {
  display: inline-block;
}
.live-search-container .dropdown-menu .product-layout:hover .product-thumb img {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.live-search-container .dropdown-menu .product-layout:hover .product-detail {
  margin-top: 10px;
}
.live-search-container .dropdown-menu .product-layout:hover .product-price {
  opacity: 1;
  visibility: visible;
  line-height: inherit;
}
.live-search-container .dropdown-menu .product-detail {
  position: relative;
  margin-top: 10px;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.live-search-container .dropdown-menu .product-detail-button {
  border: none;
  margin: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  visibility: visible;
  padding: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.live-search-container .dropdown-menu .product-detail-button:before {
  font-size: 14px;
  margin: 0;
}
.live-search-container .dropdown-menu .product-detail-button--quick-view {
  display: none;
}
.live-search-container .dropdown-menu .live-search-load-more {
  padding: 10px 0;
  border: none;
}
.live-search-container .dropdown-menu .live-search-no-result {
  text-align: center;
  padding: 20px 0;
}
.live-search-container .kf_manufacturer,
.live-search-container .kf_category {
  font-size: 15px;
  height: 42px;
  padding: 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.live-search-load-more {
  text-align: center;
  cursor: pointer;
}
.live-search-load-more:hover {
  color: #FFF !important;
}
@media only screen and (min-width: 992px) {
  .live-search-container .kf_search {
    border-left-width: 0 !important;
  }
  .live-search-container .kf_category,
  .live-search-container .kf_manufacturer {
    border: none;
    width: 160px;
    height: 44px;
    opacity: 1;
    display: inline-block !important;
    vertical-align: top;
    visibility: visible !important;
    background-position: 85% center;
  }
  .live-search-container .dropdown-menu {
    width: 290px;
  }
  .live-search-container #search-inner {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .live-search-container .dropdown-menu {
    width: 410px;
  }
}
/******************* COLOR **********************/
.live-search-container .dropdown-menu .product-layout > .row {
  border-bottom: 1px solid #eeeeee;
}
.live-search-container .dropdown-menu .product-detail-button {
  background: none;
}
.live-search-container .dropdown-menu .product-detail-button:hover:before {
  color: #ffffff;
}
.live-search-container .kf_manufacturer,
.live-search-container .kf_category {
  border-left: 1px solid transparent;
}
.live-search-container .live-search-load-more {
  color: #878787;
  background-color: transparent;
}
/*--------------------------------------------------------------
Products
--------------------------------------------------------------*/
.product-layout {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.product-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-thumb .img-responsive {
  margin: 0 auto;
}
.product-name,
.product-price,
.product-rating {
  text-align: left;
  padding: 0 20px;
}
.product-name {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.6;
}
.product-rating {
  font-size: 10px;
}
.product-rating a {
  vertical-align: middle;
  padding-left: 10px;
  font-size: 18px;
}
.product-rating .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.product-rating .product-rate {
  color: #DDD;
}
.product-rating .product-rated {
  color: #FFC000;
}
.product-sale {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.product-price {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.product-price--old {
  padding-left: 10px;
  text-decoration: line-through;
}
.product-detail__row {
  position: absolute;
  right: 25px;
  bottom: 15px;
}
.product-detail-button {
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-detail-button__group {
  position: absolute;
  width: 100%;
  padding: 0px 30px 20px 30px;
  bottom: 0;
  visibility: hidden;
  background: #FFF;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-detail-button span {
  font-size: 13px;
}
.product-detail-button i {
  font-size: 11px;
  vertical-align: middle;
}
.product-detail-button--cart {
  width: 136px;
  height: 45px;
}
.product-detail-button--quick-view {
  display: inline-block;
  vertical-align: top;
}
.product .left,
.product-grid .left {
  float: left;
}
.product .right,
.product-grid .right {
  float: right;
}
.thumbnails__big-image {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
.thumbnails__big-image.loading:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5) url("../image/loading.gif") center center no-repeat;
  background-size: 50%;
}
@media only screen and (min-width: 1200px) {
  .thumbnails__list-image.owl-carousel {
    width: 50%;
    margin: 0 22% !important;
  }
}
.product-options,
.custom-block {
  margin-bottom: 20px;
}
/**--product info--**/
.product-info {
  margin-bottom: 20px;
}
.product-info h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
.product-info h3 {
  margin: 30px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-info .custom-block,
.product-info .product-options {
  color: #858585;
}
.product-info .product-rating {
  margin-bottom: 30px;
  padding: 0;
}
.product-info .product-save-precent {
  font-size: 16px;
}
.product-info .product-save-precent span {
  font-weight: bold;
  font-size: 22px;
}
.product-info .product-price {
  font-size: 36px;
}
.product-info .product-price.list-unstyled {
  padding: 0;
  margin: 0;
}
.product-info .product-price li:first-child,
.product-info .product-price li:nth-child(2) {
  display: inline-block;
}
.product-info .product-price--old {
  font-size: 50%;
}
.product-info .product-detail {
  display: inline-block;
  margin-left: 20px;
}
.product-info .product-detail-button {
  opacity: 1;
}
.product-info .product-detail-button--cart span {
  color: #ffffff;
}
.product-info .product-detail-button--cart:hover span {
  text-decoration: underline;
}
.product-info [id*='button-upload'] {
  background: #E6E6E6;
  color: #333;
}
.product-info .dynamic-number {
  padding: 0;
  border: none;
  text-align: center;
  font-size: 16px;
}
.product-info .quantity-form {
  display: inline-block;
  height: 45px;
  padding: 0 5px;
  border: 3px solid #EEE;
}
.product-info .quantity-form input {
  margin: 0 10px;
  border: none;
  text-align: center;
}
.product-info .quantity__button {
  padding: 3px;
  background: none;
  color: #222222 !important;
  line-height: 30px;
  font-size: 20px;
}
.product-info .tag {
  margin-bottom: 20px;
}
.product-info .tag__title {
  color: #858585;
}
.product-info .tag__name {
  color: #212121;
}
.product-info #product .form-group span .btn {
  border: none;
  background: #CCC;
  color: #333;
  height: 34px;
  padding: 0 15px;
  line-height: 34px;
}
.product-share {
  margin-bottom: 20px;
}
.product-tabs {
  margin-bottom: 50px;
}
.product-tabs .nav-tabs {
  border-bottom: 3px solid transparent;
}
.product-tabs .nav > li > a {
  display: inline-block;
  height: 42px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 1px;
}
.product-tabs .tab-content {
  padding: 15px 0;
}
/*Deal Countdown*/
.product-deal-countdown {
  background: rgba(255, 255, 255, 0.65);
  padding: 25px 30px 25px 31px;
  position: absolute;
  left: calc(50% - 135px);
  bottom: 0;
  letter-spacing: 0;
}
.product-deal-countdown .countdown-row .countdown-section {
  display: inline-block;
  text-align: center;
  margin-right: 3px;
  font-size: 12px;
}
.product-deal-countdown .countdown-row .countdown-section span {
  display: block;
  margin-bottom: 4px;
}
.product-deal-countdown .countdown-amount {
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-deal-countdown .countdown-period {
  margin-top: 10px;
}
.product-related {
  position: relative;
}
.product-related [class*="col-"] {
  width: 100%;
  margin-bottom: 60px;
}
.product-related .product-layout {
  text-align: center !important;
}
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .product-layout:hover .product-wrapper {
    -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.17);
  }
  .product-layout:hover .product-detail-button__group {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17);
  }
  .product-layout:hover .product-thumb__secondary {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .product-layout:hover .product-detail-button {
    opacity: 1;
  }
  .product-layout .product-thumb__secondary {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
  }
  .product-grid:hover .product-detail-button {
    opacity: 1;
  }
  .product-grid:hover .product-detail-button__group {
    bottom: -60px;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
  }
  .product-list .product-wrapper {
    text-align: left;
    padding: 15px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .product-list .product-wrapper:before,
  .product-list .product-wrapper:after {
    content: " ";
    display: table;
  }
  .product-list .product-wrapper:after {
    clear: both;
  }
  .product-list .product-wrapper:hover {
    background-color: #EEEEEE;
  }
  .product-list .product-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
  }
  .product-list .product-thumb .product-detail {
    display: none;
  }
  .product-list .product-name {
    display: inline-block;
    width: 60%;
    font-size: 24px;
    padding: 0;
  }
  .product-list .product-price {
    font-size: 20px;
  }
  .product-list .product-rating {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .product-list .product-sale {
    bottom: 10px;
    right: 10px;
  }
  .product-list .product-detail-button--quick-view {
    text-align: center;
  }
  .product-list .product-detail-button__group {
    display: inline-block;
    width: auto;
    bottom: 40px;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }
  .product-list .product-description {
    display: block !important;
    font-weight: 300;
    visibility: visible !important;
    margin-bottom: 20px;
  }
  .product-grid .product-wrapper {
    position: relative;
  }
  .product-grid .product-name a {
    padding: 0 !important;
  }
  .product-grid .product-thumb__big-image {
    position: relative;
  }
  .product-grid .product-description {
    display: none;
  }
  .product-grid .product-rating {
    padding-bottom: 20px;
  }
  .product-grid .product-detail {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
/***************1200px****************/
/***************skin****************/
.product-rating {
  color: #202020;
}
.product-tabs .nav > li > a {
  background-color: #F8F8F8;
}
.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav > li > a:hover,
.product-tabs .nav > li > a:focus {
  color: #ffffff;
}
/*--------------------------------------------------------------
Categories
--------------------------------------------------------------*/
.categories .box-category li:hover {
  background: #EEE;
}
.categories-filter {
  padding: 15px;
}
.categories-filter [class*="col-"] {
  vertical-align: middle;
}
.refine-search h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.refine-search a {
  padding: 5px 15px;
  display: inline-block;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/***************skin****************/
.categories-filter {
  background-color: #EEE;
}
.categories-filter select.form-control {
  background-color: #FFF;
}
/*--------------------------------------------------------------
Quickview block
--------------------------------------------------------------*/
.quickview {
  overflow-y: auto;
}
.quickview body {
  padding: 30px;
  background: #fff;
}
.quickview .product-rating {
  font-size: 15px;
}
.quickview .product-price {
  padding: 0;
}
.quickview .product-description {
  margin-bottom: 20px;
}
.quickview .product-detail-button {
  text-transform: uppercase;
  font-weight: 300;
}
.quickview .product-detail-button__detail {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border: 1px solid transparent;
}
.quickview .product-detail-button__detail:hover a {
  text-decoration: underline;
}
.quickview .product-detail-button__detail a {
  color: #ffffff;
}
.vertical-menu {
  position: relative;
  z-index: 3;
  background: #FFF;
}
.vertical-menu [class*='col'] {
  margin-bottom: 0;
}
.vertical-menu hr {
  margin-top: 7px;
  margin-bottom: 7px;
}
.vertical-menu__item {
  position: relative;
  border-bottom: 1px solid #EEE;
  font-size: 15px;
  font-weight: 500;
}
.vertical-menu__main li {
  padding: 15px 20px;
}
.vertical-menu__main li:before,
.vertical-menu__main li:after {
  content: " ";
  display: table;
}
.vertical-menu__main li:after {
  clear: both;
}
.vertical-menu .menu-category-description {
  display: none;
  font-weight: 400;
}
.vertical-menu--html__content {
  padding: 20px 15px;
  color: #999;
  font-size: 13px;
}
.vertical-menu .vertical-menu__subcat li > a:hover {
  padding-left: 10px;
}
.vertical-menu__icon {
  display: inline-block;
  vertical-align: middle;
  max-height: 20px;
}
.common-home .vertical-menu {
  z-index: 1001;
}
@media only screen and (min-width: 992px) {
  .vertical-menu__item {
    display: block;
    margin: 0;
    cursor: pointer;
  }
  .vertical-menu__item:hover {
    background-color: #EEE;
  }
  .vertical-menu__item:hover .dropdown-container {
    left: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  }
  .vertical-menu__item .dropdown-container {
    position: absolute;
    top: 0;
    left: 110%;
    opacity: 0;
    z-index: 999;
    padding: 30px;
    margin: 0;
    background: #FFF;
    min-width: 270px;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .vertical-menu__main > .is-parent:before {
    content: "\f105";
    position: absolute;
    top: calc(50% - 8px);
    right: 25px;
    color: #CCC;
    display: inline-block;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
  }
  .vertical-menu--product__content {
    min-width: 873px;
  }
  .vertical-menu--category .dropdown-container {
    min-width: 873px;
  }
  .vertical-menu--category__content .menu-category-image.float-left {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .vertical-menu--category__content .menu-category-image.float-right {
    margin-left: 5px;
  }
  .vertical-menu--category .menu-category-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
  }
  .vertical-menu__sublevel .item {
    position: relative;
  }
  .vertical-menu__subcat {
    float: left;
    background: #FFF;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .vertical-menu__subcat li {
    padding: 5px 15px;
  }
}
@media (max-width: 992px) {
  .vertical-menu .dropdown-container {
    display: none;
  }
  .vertical-menu .btn-expand-menu:before {
    top: 15px;
    right: 25px;
    color: #CCC;
  }
}
/*--------------------------------------------------------------
Kuler Filter
--------------------------------------------------------------*/
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .kuler-filter {
    margin-bottom: 50px;
  }
  .kuler-filter-form {
    padding: 0 15px 20px 15px;
  }
  .kuler-filter p {
    margin: 20px 0;
    font-weight: 500;
  }
  .kuler-filter select {
    width: 100%;
    border: none;
    background: #F9F9F9;
    padding: 10px 15px;
  }
  .kuler-filter .price-slide {
    border: none;
  }
  .kuler-filter .ui-widget-header {
    background-image: none;
  }
  .kuler-filter .ui-slider-range,
  .kuler-filter .ui-slider-horizontal {
    height: 8px;
  }
  .kuler-filter .ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  .kuler-filter .ui-slider-handle {
    top: -0.2em;
    background: #212121;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .kuler-filter .buttons {
    margin-top: 30px;
  }
  .kuler-filter .buttons:before,
  .kuler-filter .buttons:after {
    content: " ";
    display: table;
  }
  .kuler-filter .buttons:after {
    clear: both;
  }
  .kuler-filter .right {
    float: right;
  }
  .kuler-filter .right:before,
  .kuler-filter .right:after {
    content: " ";
    display: table;
  }
  .kuler-filter .right:after {
    clear: both;
  }
}
/***************1200px****************/
/***************skin****************/
/*--------------------------------------------------------------
Kuler Showcase Module
--------------------------------------------------------------*/
.kuler-showcase-module .box {
  position: relative;
  box-shadow: none;
}
.kuler-showcase-module .box-content {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17) !important;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17) !important;
}
.kuler-showcase-module .box-heading span {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}
.kuler-showcase-module .owl-carousel {
  overflow: hidden;
}
.kuler-showcase-module .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.kuler-showcase-module .owl-carousel .owl-item.cloned,
.kuler-showcase-module .owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
}
.kuler-showcase-module .owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.kuler-showcase-module .tab-heading {
  text-align: left;
  border-bottom: 3px solid transparent;
}
.kuler-showcase-module .tab-heading span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  height: 42px;
  background: #FFF;
  color: #999;
  font-size: 16px;
  line-height: 45px;
  cursor: pointer;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/*--------------------------------------------------------------
Kuler Slider Module
--------------------------------------------------------------*/
.kls-container .tp-bullets.simplebullets.round-old .bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid #ffffff;
  margin: 0 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.kls-container .tp-bullets.simplebullets.round-old .bullet.selected {
  background: #ffffff;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/***************skin****************/
/*-------------------------------------
KULER BLOG MODULE
-------------------------------------*/
.kbm-recent-article .articles__image {
  float: left;
  margin-right: 20px;
}
.kbm-recent-article .articles__image > li {
  padding: 10px 0;
}
.kbm-recent-article .articles__title {
  display: block;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}
.kbm-recent-article .articles__description {
  color: #878787;
  line-height: 1.8;
  margin: 10px 0;
}
.kbm-recent-article .articles__date {
  display: inline-block;
}
.author {
  font-size: 16px;
  margin-bottom: 5px;
}
.author-badge {
  font-size: 12px;
  text-transform: none;
  margin: 0 10px;
  padding: 5px;
}
.message {
  font-size: 13px;
  margin-top: 10px;
}
.reply {
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  margin: 0 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#comment-form {
  display: inline-block;
}
.reply-list {
  margin-left: 75px;
}
.reply-list .comment {
  padding: 20px !important;
  margin-bottom: 10px;
}
.reply-list.comment-list {
  border: none;
}
#comment-form {
  margin-top: 30px;
}
#comment-form__title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-bottom: 50px;
}
#comment-form__title:before {
  line-height: 12px;
  vertical-align: top;
}
#comment-form #captcha {
  margin-top: 10px;
}
#comment-form #comment-submit {
  margin-top: 20px;
}
#comment-form form {
  float: none;
}
#comment-form #reply-cancel {
  float: none !important;
  margin-top: 20px !important;
}
.article__extra-info {
  text-align: start;
  font-size: 0;
  margin: 10px 0;
}
.article__extra-info time,
.article__extra-info a {
  font-size: 13px;
  margin-right: 15px;
}
.article__extra-info span:before,
.article__extra-info time:before {
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 5px;
}
.article__extra-info__author:before {
  content: "\f007";
}
.article__extra-info__category:before {
  content: "\f07c";
}
.article__extra-info__date:before {
  content: "\f073";
}
.article__extra-info__comment-total:before {
  content: "\f086";
}
.article__read-more {
  margin-top: 20px;
  text-align: right;
}
.article__read-more .read-more {
  color: #ffffff;
}
.module-kbm-article .box {
  box-shadow: none;
}
.module-kbm-article .article {
  margin-bottom: 20px;
}
.module-kbm-article .article-extra-info {
  margin-bottom: 10px;
}
.module-kbm-article .comment-container {
  padding: 0;
}
.module-kbm-article .comment-stats {
  padding: 10px 20px;
  font-size: 14px;
}
.blog-feed {
  display: block;
  margin-bottom: 10px;
}
#column-left .articles {
  text-align: start;
  margin-bottom: 30px;
}
#column-left .articles__image {
  float: left;
  margin-right: 10px;
}
#column-left .articles__image:before {
  display: none;
}
#column-left .articles__image a:before {
  display: none;
}
#column-left .articles__title {
  font-size: 14px;
  text-transform: none;
  margin: 0;
}
#column-left .articles__date {
  display: block;
  color: #878787;
}
/* BLOG CATEGORY */
.kbm-category .treemenu > li {
  padding: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.kbm-category .treemenu > li:before {
  content: '+';
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .comment .author,
  .comment .message {
    margin-left: 70px !important;
  }
  .comment .author-badge {
    margin: 0;
  }
  .comment .date {
    margin-left: 10px !important;
  }
  .comment .reply {
    margin-top: 10px;
  }
  .comment .avatar {
    width: 60px;
    height: 60px;
  }
  .reply-list {
    margin: 30px 0 0;
  }
  #comment-form form {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .article__image {
    overflow: hidden;
    position: relative;
  }
  .article__image:hover:before,
  .article__image:hover a:before {
    opacity: 1;
    visibility: visible;
  }
  .article__image:hover a:before {
    left: 50%;
  }
  .article__image:before {
    content: '';
    opacity: 0;
    visibility: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .article__image a:before {
    content: "\f0c1";
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 10%;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
/******************* SKIN ******************/
.article__extra-info a,
.article__extra-info time,
.article__date {
  color: #999999;
}
.article__extra-info span:before,
.article__extra-info time:before {
  color: #999999;
}
.article-list .article {
  padding: 30px 15px;
  border-bottom: 1px solid #eeeeee;
}
.side-bar .kbm-recent-article .recent-article__title,
.side-bar .kbm-recent-article .recent-article__date {
  color: red;
}
.side-bar .kbm-recent-article .recent-article__description {
  color: #666;
}
.kbm-category .treemenu > li:hover {
  border-color: #ccc;
}
.related-articles {
  border-top: 1px solid #eee;
}
.comment {
  background-color: transparent !important;
}
.comment-list {
  border-bottom: 1px solid #eeeeee;
}
.comment-container {
  background-color: transparent !important;
}
.comment-stats {
  color: #444444;
  background-color: #eeeeee;
}
.comment .date,
.comment .message {
  color: #888888;
}
.comment .author-badge {
  background-color: #ccc;
}
.reply-list .comment {
  background-color: #f5f5f2 !important;
}
@media only screen and (min-width: 1200px) {
  .article__image:before {
    background-color: rgba(202, 115, 121, 0.5);
  }
}
/*--------------------------------------------------------------
Kuler Testimonial
--------------------------------------------------------------*/
.kt-module {
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.kt-module .kt-carousel {
  padding: 30px 0 25px 0;
}
.kt-module .box {
  padding: 0;
}
.kt-module .owl-wrapper-outer {
  margin: 20px 0 30px;
}
.kt-module .owl-wrapper-outer:before,
.kt-module .owl-wrapper-outer:after {
  content: " ";
  display: table;
}
.kt-module .owl-wrapper-outer:after {
  clear: both;
}
.kt-module .owl-pagination {
  top: -20px;
}
.kt-module__item {
  text-align: center;
  padding: 0 20px 15px 20px;
  font-size: 14px;
}
.kt-module__item:before,
.kt-module__item:after {
  content: " ";
  display: table;
}
.kt-module__item:after {
  clear: both;
}
.kt-module__item__image {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.kt-module__item__writer {
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #25272C;
}
.kt-module__item__information {
  padding-top: 5px;
  color: #212121;
  font-style: italic;
}
.kt-module__item__testimonial {
  padding-top: 15px;
  color: #868686;
  line-height: 1.6;
}
.kt-module__item__testimonial:before {
  content: '"';
}
.kt-module__item__testimonial:after {
  content: '"';
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/*--------------------------------------------------------------
Custom CSS
--------------------------------------------------------------*/
/*
 * Common
 */
.chartreuse {
  background: #6dbd00;
  color: #FFF !important;
}
.indianred {
  background: #ff4d4d;
  color: #FFF !important;
}
.border-right {
  border-right: 1px solid #EEE;
}
.kuler-advanced-html .box {
  box-shadow: none;
}
/*
 * Kuler Blog Manager Footer
 */
.kbm-recent-article .box {
  padding: 0;
}
.kbm-recent-article .articles [class*='col-'] {
  width: 100%;
  margin-bottom: 20px;
}
.kbm-recent-article .articles__title {
  color: #111;
}
/*
 *Banner
 */
.custom-banner {
  overflow: hidden;
}
.custom-banner img {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.custom-banner figcaption {
  position: absolute;
  display: block;
  text-align: left;
}
.custom-banner p {
  color: #999999;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}
.custom-banner .highlight {
  margin-top: -5px;
  color: #ff4d4d;
  font-size: 20px;
  font-weight: bold;
}
.custom-banner .btn:hover {
  background: #3775ea;
}
.custom-banner-left__1 {
  position: relative;
  display: none;
}
.custom-banner-left__1 img {
  box-shadow: none;
}
.custom-banner-left__1:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.custom-banner-left__1:hover p {
  -webkit-animation: bounceInDown 500ms ease-in-out;
  -moz-animation: bounceInDown 500ms ease-in-out;
  -ms-animation: bounceInDown 500ms ease-in-out;
  animation: bounceInDown 500ms ease-in-out;
}
.custom-banner-left__1:hover .highlight {
  -webkit-animation: bounceInRight 1000ms ease-in-out;
  -moz-animation: bounceInRight 1000ms ease-in-out;
  -ms-animation: bounceInRight 1000ms ease-in-out;
  animation: bounceInRight 1000ms ease-in-out;
}
.custom-banner-left__1 figcaption {
  left: calc(50% - 87px);
  top: 145px;
  width: 174px;
  text-align: center;
}
.custom-banner-left__1 a {
  margin-top: 25px;
}
[class*="custom-banner-top__1__"] {
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  overflow: hidden;
}
[class*="custom-banner-top__1__"]:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-width: 0;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
[class*="custom-banner-top__1__"]:hover:before {
  max-width: 100%;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom-banner-top__1__1 figcaption {
  height: 64px;
  top: calc(50% - 32px);
  left: 25px;
}
.custom-banner-top__1__1 .highlight {
  font-size: 24px;
  color: #6dbd00;
}
.custom-banner-top__1__1 p {
  margin-bottom: -10px;
  font-size: 30px;
  font-weight: 300;
}
.custom-banner-top__1__1 p .btn {
  padding: 7px 10px;
  color: #ff4d4d;
  font-size: 24px;
  box-shadow: none;
}
.custom-banner-top__1__2 figcaption {
  top: calc(50% - 30px);
  left: 25px;
}
.custom-banner-top__1__3 figcaption {
  top: calc(50% - 35px);
  left: 190px;
}
.custom-banner-top__1__3 figcaption p {
  font-size: 25px;
  color: #333;
}
.custom-banner-top__1__3 figcaption span {
  font-weight: 900;
}
.custom-banner-top__1__3 figcaption .btn {
  height: 33px;
  padding: 0 15px;
  line-height: 33px;
}
[class*="custom-banner-footer__1__"] {
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
}
[class*="custom-banner-footer__1__"]:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-width: 0;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
[class*="custom-banner-footer__1__"]:hover:before {
  max-width: 100%;
  background: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
[class*="custom-banner-footer__1__"]:hover .btn {
  -webkit-animation: zoomIn 300ms ease-in-out;
  -moz-animation: zoomIn 300ms ease-in-out;
  -ms-animation: zoomIn 300ms ease-in-out;
  animation: zoomIn 300ms ease-in-out;
}
.custom-banner-footer__1__1 figcaption {
  top: calc(50% - 46px);
  right: 10px;
}
.custom-banner-footer__1__1 figcaption p {
  font-size: 18px;
}
.custom-banner-footer__1__1 .btn {
  margin-top: 15px;
  padding: 10px 28px;
}
.custom-banner-footer__1__2 figcaption {
  top: 0;
  right: 10px;
  font-size: 18px;
}
.custom-banner-footer__1__2 .highlight {
  font-size: 14px;
}
.custom-banner-footer__1__2 .btn {
  margin-left: 15px;
}
/*
 * Featured
 */
.custom-featured {
  text-align: center;
}
.custom-featured .circles {
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid transparent;
  text-align: center;
  vertical-align: middle;
  line-height: 55px;
}
.custom-featured .text-area {
  display: inline-block;
  max-width: 260px;
  vertical-align: middle;
  text-align: center;
}
.custom-featured .text-area h4 {
  font-weight: 500;
}
.custom-featured .text-area p {
  line-height: 1.8;
}
.custom-featured-top__1 {
  background: #FFF;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.custom-featured-top__1 .col-md-4 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #EEE;
}
.custom-featured-top__1 .col-md-4 .text-area {
  padding-top: 10px;
}
.custom-featured-top__1 .col-md-4 .text-area h4 {
  margin-bottom: 5px;
}
.custom-featured-top__1 .col-md-4:last-child {
  border: none;
}
.custom-featured-top__1 .col-md-4:hover .circles {
  border-color: #3775ea;
}
.custom-featured-top__1 .circles {
  margin-right: 15px;
  border-color: #EEE;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.custom-featured-top__1 .circles i {
  color: #3775ea;
  font-size: 20px;
}
.custom-featured-top__1 .text-area {
  padding-top: 20px;
}
.custom-featured-top__1 .text-area h4 {
  color: #111;
}
.custom-featured-top__1 .text-area p {
  color: #999;
}
.custom-featured-bottom__1__item {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #CCC;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.custom-featured-bottom__1__item:hover {
  background: #3775ea;
}
.custom-featured-bottom__1__item:hover .circles {
  color: #FFF;
  border: 3px solid #FFF;
}
.custom-featured-bottom__1__item:hover h4,
.custom-featured-bottom__1__item:hover p,
.custom-featured-bottom__1__item:hover .text-area {
  color: #FFF;
}
.custom-featured-bottom__1 .circles {
  margin-right: 15px;
  color: #AAA;
  border: 3px solid #AAA;
  line-height: 61px;
}
.custom-featured-bottom__1 .circles i {
  font-size: 24px;
}
.custom-featured-bottom__1 h4 {
  margin-bottom: 5px;
  color: #545454;
  font-size: 18px;
}
.custom-featured-bottom__1 p {
  color: #878787;
}
/*
 * Custom Showcase Style 1
 */
.custom-showcase-style__1 .product-layout:hover .product-wrapper {
  box-shadow: none;
}
.custom-showcase-style__1 .product-thumb {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}
.custom-showcase-style__1 .product-thumb img {
  margin-bottom: 10px;
}
.custom-showcase-style__1 .product-price,
.custom-showcase-style__1 .product-name {
  margin-bottom: 5px;
}
.custom-showcase-style__1 .product-sale {
  display: none;
}
.custom-showcase-style__1 .product-rating {
  padding-bottom: 0;
}
.custom-showcase-style__1 .product-detail-button {
  display: none;
}
/***************768px****************/
@media only screen and (min-width: 768px) {
  .custom-banner-top__1__3 figcaption {
    left: 250px;
  }
  .custom-banner-footer__1__1 figcaption {
    right: 100px;
  }
  .custom-banner-footer__1__2 figcaption {
    top: 40px;
    right: 100px;
  }
}
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .custom-banner .btn {
    padding: 10px 25px;
    line-height: 25px;
  }
  .custom-banner-left__1 {
    display: block;
  }
  .custom-banner-top__1__1 figcaption {
    left: 45px;
  }
  .custom-banner-top__1__2 figcaption {
    left: 35px;
  }
  .custom-banner-top__1__3 figcaption {
    right: 40px;
  }
  .custom-featured .text-area {
    text-align: left;
  }
  .custom-featured-top__1 .col-md-4 {
    padding-top: 20px;
    padding-bottom: 23px;
  }
  .custom-banner-footer__1__1 figcaption {
    right: 85px;
  }
  .custom-banner-footer__1__1 figcaption p {
    font-size: 26px;
  }
  .custom-banner-footer__1__2 figcaption {
    top: 40px;
    right: 155px;
  }
  .custom-banner-footer__1__2 figcaption p {
    font-size: 26px;
  }
  .custom-banner-footer__1__2 .highlight {
    font-size: 16px;
  }
  .custom-banner-footer__1__2 .btn {
    margin-top: 15px;
  }
  .main-nav__item--custom > a[href~='http://www.kulerthemes.com/theme/neon-ultimate-megastore-opencart-theme/'] {
    position: absolute;
    background: #FF4D4D;
    color: #FFF;
    top: 0;
    right: 0;
  }
  .main-nav__item--custom > a[href~='http://www.kulerthemes.com/theme/neon-ultimate-megastore-opencart-theme/']:after {
    content: "\f005";
    display: inline-block;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/***************1200px****************/
/***************skin****************/
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 13px;
}
/*# sourceMappingURL=stylesheet.css.map */