/*--------------------------------------------------------------
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,
.dropdown-menu,
.social-icons__item:before,
.product-sale,
.kuler-showcase-module .nav span:before {
  -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-content p{font-size:13px; line-height:22px;}
.article-content a{color:rgb(0, 0, 255) ;  text-decoration-line: underline;}
.article-content strong{font-weight:bold; line-height:22px;}
/*--------------------------------------------
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;
}
.button,
button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  padding: 10px 15px;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
body {
  letter-spacing: 1px;
}
.row,
[class*='col-'] {
  letter-spacing: normal;
}
.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;
}
.tp-caption img{display:none;}
.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;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
.btn {
  text-transform: uppercase;
}
.btn[value] {
  font-weight: 300;
}
.dropdown {
  cursor: pointer;
}
.box {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .box {
    padding: 35px 0;
  }
}
.box-heading {
  font-size: 20px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}
.sub-box-heading {
  text-align: center;
  font-family: "Merriweather";
  font-style: italic;
  letter-spacing: 3px;
  font-size: 12px;
}
.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;
}
.btn,
.button {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-size: 12px;
}
.btn-primary {
  border: none;
}
.btn-primary:hover {
  color: #ffffff;
  background: #25292C;
}
.list-10 li {
  padding-bottom: 10px;
}
.dropdown-menu {
  border: none;
  top: 120%;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.open > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#list-view,
#grid-view {
  color: #25282C;
}
/******************Login*********************/
#login-popup {
  margin: auto;
  max-width: 600px;
  background: #fff;
  padding: 30px 15px;
  font-size: 0;
  position: relative;
}
#login-popup .button:hover {
  text-decoration: underline;
}
#login-popup .left p {
  margin-bottom: 10px;
}
#login-popup .right p {
  margin-bottom: 10px;
}
#login-popup .right input {
  width: 100%;
}
#login-popup .right input[type='submit'] {
  width: auto;
}
.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: 31px;
}
.checkout-cart .input-group .btn-danger,
.checkout-cart .input-group .btn-primary {
  border: 1px solid #CA7379;
}
.checkout-cart .img-thumbnail {
  border: none;
}
#content {
  position: relative;
}
.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;
}
.alert {
  position: absolute;
  top: 0;
  z-index: 9999;
  right: 0;
  max-width: 400px;
  padding: 30px;
}
/***************owl-controls****************/
.owl-controls .owl-page span {
  background: #ffffff;
  border: 1px solid #222222;
  opacity: 1;
}
.owl-controls .owl-page.active span {
  background: #222222;
}
/***************social icons****************/
.social-icons li {
  display: inline-block;
  margin-right: -2px;
}
.social-icons__item {
  font-family: FontAwesome;
}
.social-icons__item:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
}
.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';
}
/***************Animation****************/
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    margin: 0 -100% 30px;
    width: 300%;
    padding: 20px 100%;
  }
}
/*--------------------------------------------------------------
Header Block
--------------------------------------------------------------*/
.header {
  padding: 30px 0 0;
  position: relative;
  z-index: 4;
  border-bottom: 1px solid transparent;
}
.header [class*="col-"] {
  vertical-align: middle;
}
@media (max-width: 992px) {
  .header__top .social-icons__list {
    text-align: center;
  }
  .header__top .mini-cart .btn {
    float: none !important;
    margin-left: calc(50% - 35px);
    background: #ffffff;
  }
}
#logo {
  text-align: center;
}
/***************search****************/
.live-search-container {
  position: absolute;
  display: inline-block;
  top: calc(50% - 14px);
}
.live-search-container input {
  width: 0;
  border: none;
  font-size: 12px;
}
.live-search-container .open input {
  position: absolute;
  top: calc(50% - 21px);
  left: 0;
  width: 255px;
  padding: 10px 20px;
  border: 1px solid #EEEEEE;
}
.live-search-container .product-list .product-name {
  font-size: 12px;
}
.live-search-container #search-inner {
  position: static;
}
.live-search-container #search-inner.open:before {
  display: none;
}
#search-inner {
  position: relative;
}
#search-inner:before {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  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: "\e618";
}
@media (max-width: 992px) {
  .search-mobile .live-search-container {
    position: static;
  }
  .search-mobile .live-search-container input {
    width: 100%;
    padding: 10px 25px;
    border: 1px solid #DDDDDD;
  }
  .search-mobile #search-inner {
    position: relative;
  }
  .search-mobile #search-inner:before {
    position: absolute;
    display: inline-block;
    top: calc(50% - 10px);
    right: 15px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .search-mobile {
    display: none;
  }
}
/***************cart****************/
#cart .btn {
  color: #202020 !important;
}
#cart .btn:hover {
  background: none;
}
#cart .cart__icon {
  font-size: 36px;
}
.mini-cart .dropdown-menu {
  padding: 15px;
  left: 0;
}
.mini-cart p {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.mini-cart__view-cart,
.mini-cart__checkout {
  padding: 8px 15px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.mini-cart__no-product {
  width: 100%;
}
.cart-product-total-number {
  font-size: 12px;
  position: absolute;
  z-index: 2;
  left: 60%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 7px;
  font-weight: 300;
}
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .header__top {
    margin-bottom: 20px;
  }
}
/***************1200px****************/
@media only screen and (min-width: 1200px) {
  .mini-cart .dropdown-toggle {
    background: none;
  }
  .mini-cart.open .dropdown-toggle,
  .mini-cart .dropdown-toggle:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .mini-cart .dropdown-menu {
    width: 400px;
    left: auto;
  }
  .mini-cart button .fa-shopping-cart:before {
    font-size: 15px;
  }
}
/***************skin****************/
.header {
  background-color: #FFFFFF;
  border-color: #EEEEEE;
}
.header #cart .btn {
  display: inline-block;
  float: right;
  width: auto;
  font-size: 16px;
}
.mini-cart__view-cart,
.mini-cart__checkout {
  background-color: #222222;
  color: #FFFFFF;
  margin: 0 2px;
}
.mini-cart__view-cart:hover,
.mini-cart__checkout:hover {
  background-color: #333;
}
.cart-product-total-number {
  color: #ffffff;
}
/*--------------------------------------------------------------
Topbar Block
--------------------------------------------------------------*/
.topbar {
  z-index: 9;
  padding: 8px 0;
  text-align: center;
}
.topbar [class*='col-'] {
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
}
.topbar [class^="pe-7s-"],
.topbar [class*=" pe-7s-"] {
  font-size: 22px;
  vertical-align: middle;
}
.topbar a,
.topbar .btn-link {
  text-align: left;
  font-size: 10px;
}
.topbar .dropdown-toggle {
  padding: 0;
}
.topbar .dropdown-toggle:hover {
  text-decoration: underline;
}
.topbar__left {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .topbar__left {
    text-align: left;
  }
}
.topbar__left a:hover {
  text-decoration: underline;
}
.topbar__right {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .topbar__right {
    text-align: right;
  }
}
.topbar__currency .btn,
.topbar__language .btn {
  background: none;
}
.topbar__currency .btn:hover,
.topbar__language .btn:hover {
  background: none;
}
.topbar__currency {
  display: inline-block;
  position: relative;
}
.topbar__language {
  display: inline-block;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/***************skin****************/
.topbar--1 .btn-link,
.topbar--1 a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.topbar--1 .topbar__right .list-inline li {
  position: relative;
}
.topbar--1 .topbar__right .list-inline a:before {
  background: #212121;
}
/*--------------------------------------------------------------
Footer Block
--------------------------------------------------------------*/
.footer {
  overflow: hidden;
  border-bottom: 1px solid transparent;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 60px 0;
  }
}
.footer .box-heading {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 1px solid;
}
.footer__information-text {
  color: #1F1F1F;
}
.footer li a {
  font-size: 11px;
  text-transform: uppercase;
}
/***************payment****************/
.payment {
  text-align: center;
  font-size: 11px;
}
@media only screen and (min-width: 992px) {
  .payment {
    text-align: right;
  }
}
.payment__item {
  display: inline-block;
}
/***************contact****************/
.contact__list {
  margin: 25px 0;
}
/***************footer address****************/
.footer__address {
  position: relative;
}
.footer__address:before {
  content: "";
  position: absolute;
  width: 5000px;
  height: 1px;
  top: 0;
  right: -50%;
}
.have-contact-form .footer__address {
  padding: 50px 0;
}
/***************powered****************/
#powered {
  padding: 0 0 45px 0;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
/***************skin****************/
/*--------------------------------------------------------------
Sidebar Block
--------------------------------------------------------------*/
#column-left .product-grid,
#column-right .product-grid {
  width: 100%;
  margin-bottom: 25px;
}
#column-left .product-thumb,
#column-right .product-thumb {
  display: inline-block;
  float: right;
}
#column-left .product-detail,
#column-right .product-detail,
#column-left .product-sale,
#column-right .product-sale {
  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 {
  width: 70%;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
#column-left .box-heading,
#column-right .box-heading {
  text-align: left;
}
/*--------------------------------------------------------------
Navigation Block
--------------------------------------------------------------*/
.main-nav {
  position: relative;
  text-align: center;
}
.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;
  }
  .navigation .live-search-container {
    display: 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(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .main-nav__item .btn-expand-menu:before {
    content: "\e680";
    position: absolute;
    top: 7px;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: #ffffff;
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    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: 30px;
  }
  .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: "\e684";
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 6px;
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    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;
    -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);
  }
  #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;
  }
}
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .navigation {
    position: relative;
  }
  .main-nav__item {
    display: inline-block;
    margin-right: 45px;
  }
  .main-nav__item > a {
    position: relative;
    display: block;
    margin: 15px 0 23px 0;
    padding: 5px 0;
    letter-spacing: 2px;
    font-size: 11px;
  }
  .main-nav__item > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    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);
  }
  .main-nav__item--custom .main-nav__secondary-nav {
    padding: 10px;
    text-align: left;
    font-size: 13px;
  }
  .main-nav__item--custom .main-nav__secondary-nav li {
    padding-bottom: 10px;
  }
  .main-nav__item--custom .main-nav__secondary-nav a:hover {
    text-decoration: underline;
  }
  .main-nav__item.is-active > a:before {
    width: 100%;
  }
  .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 > a:before {
    width: 100%;
  }
  .main-nav__item a {
    text-transform: uppercase;
    color: #333333;
  }
  .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: 6px 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);
  }
  #btn-mobile-toggle {
    display: none;
  }
  .menu-category-title {
    font-size: 13px;
  }
  .menu-category-description {
    padding-bottom: 20px;
  }
  .is-parent > a:after {
    position: absolute;
    content: "\e688";
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    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: 22px;
    right: -25px;
    top: calc(50% - 11px);
    top: moz-calc(50% - 11px);
  }
  .subcat a {
    margin-left: 5px;
  }
  .subcat a:hover {
    text-decoration: underline;
  }
}
/***************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: start;
}
.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 7px;
  background: #d6d6d6;
  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-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
/*--------------------------------------------------------------
Module Carousel
--------------------------------------------------------------*/
.carousel {
  margin: 40px auto;
}
.carousel .owl-item .text-center {
  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;
}
.box-category > li {
  position: relative;
  padding: 6px 0;
  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: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  padding-bottom: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .live-search-container .dropdown-menu {
    padding: 20px 10px 0;
  }
  .live-search-container .dropdown-menu li:last-child {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.live-search-container .dropdown-menu .live-search-load-more:hover {
  color: #FFF;
  cursor: pointer;
}
.live-search-container .dropdown-menu .live-search-load-more:hover:before {
  animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
}
.live-search-container .dropdown-menu .live-search-load-more:before {
  content: "\e6c2";
  position: relative;
  right: 10px;
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  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;
  vertical-align: middle;
}
.live-search-container .dropdown-menu__item {
  margin-bottom: 15px;
}
.live-search-container .dropdown-menu .product-layout {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.live-search-container .dropdown-menu .product-layout .row {
  margin-left: 0;
  margin-right: 0;
}
.live-search-container .dropdown-menu .product-layout .left {
  padding-left: 0;
  padding-right: 0;
}
.live-search-container .dropdown-menu .product-layout .right {
  display: inline-block;
  text-align: left;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .live-search-container .dropdown-menu .product-layout .right {
    padding-left: 10px;
  }
}
.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-sale {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-rating {
  display: none;
}
.live-search-container .dropdown-menu .product-layout .product-name {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
.live-search-container .dropdown-menu .product-layout .product-description {
  font-size: 11px;
  color: #858585;
}
.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: block;
  font-weight: normal;
  margin: 0;
}
.live-search-container .dropdown-menu .product-layout:hover {
  border: none;
}
.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-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: 25px;
  height: 25px;
  opacity: 1;
  visibility: visible;
  -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 i:before {
  font-size: 13px;
  line-height: 25px;
  width: 25px;
}
.live-search-container .dropdown-menu .product-detail-button--quick-view {
  display: none;
}
.live-search-container .dropdown-menu .live-search-load-more {
  padding: 20px 0;
  border: none;
  text-align: center;
}
.live-search-container .dropdown-menu .live-search-load-more span {
  font-size: 15px;
}
.live-search-container .dropdown-menu .live-search-no-result {
  text-align: center;
  padding: 20px 0;
}
#search-close {
  display: none;
  position: absolute;
  top: 50%;
  right: -15px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#search-close:before {
  content: '\e6015';
  line-height: 40px;
  -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);
}
#search-close:hover:before {
  color: #34477a;
}
@media only screen and (min-width: 992px) {
  .live-search-container .dropdown-menu {
    width: 370px;
  }
  .live-search-container #search-inner {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .kf_search {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi8xNy8xNPspEoYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABIElEQVQ4jdWTsVHDQBBFH1AAvoghwt4K1AEqwR1YjghNSuYS3AGnDkRIZjqwG9gZZWRnQiIcaD3I0lmWDQH8Gc3Xzmre7d6u4K/r4lBCRBJgDKTABlgCXlU3JwNFZAHMIqkP4FFV/SHgVQTmgQcL34AcWAO3wA0wds6VIYTV0QpFJAOeLZw2K7HDJlbpMNb+ZSPOzPNYW6qaASVwXfu2E3hv3oLVVJinfYB9tGtz0AdYmicdwNR82Qfozee2h3uyoe2upWjmoT3lAbAC7qgmObcYqiFM7H2tqtEuWottlRUG7VJuU99Ta7FDCO/OOQ98AiO+L/8FeAJeqX7JxDk3CiFEWz9JIpKJyJc9i3runLXBln5q4fBn5dUkIr8H+7/aAsbDU2avA/9vAAAAAElFTkSuQmCC") no-repeat 97% center;
  }
  .live-search-container .kf_category,
  .live-search-container .kf_manufacturer {
    width: 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);
  }
  .live-search-container.open .button-search:before,
  .live-search-container:hover .button-search:before {
    -webkit-transform: translate(-400px, 0);
    -moz-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    opacity: 0;
    visibility: hidden;
  }
  .live-search-container.open .kf_category,
  .live-search-container:hover .kf_category,
  .live-search-container.open .kf_manufacturer,
  .live-search-container:hover .kf_manufacturer {
    width: 200px;
    opacity: 1;
    display: inline-block !important;
    visibility: visible !important;
  }
}
/** Boxed Style **/
.boxed #search-close {
  right: -7px;
}
/******************* Skin **********************/
.live-search-container .dropdown-menu .live-search-load-more {
  background-color: #f5f5f2;
}
.live-search-container .dropdown-menu .live-search-load-more span:before {
  color: #bbbbbb;
}
.live-search-container .kf_category,
.live-search-container .kf_manufacturer {
  background-color: #ffffff;
}
#search-close:before {
  color: #aaaaaa;
}
/*--------------------------------------------------------------
Products
--------------------------------------------------------------*/
.product-layout {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.product-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-name {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.6;
}
.product-rating {
  font-size: 8px;
  margin-bottom: 10px;
}
.product-rating a {
  vertical-align: middle;
  padding-left: 10px;
  font-size: 18px;
}
.product-sale {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.product-price {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 1px;
}
.product-price--old {
  padding-left: 10px;
  text-decoration: line-through;
}
.quick-view {
  outline: none;
}
.product-detail__group-buttons {
  font-size: 0;
}
.product-detail__group-buttons > button {
  margin-left: 3px;
  margin-right: 3px;
}
.product-detail-button {
  border: 1px solid #DDDDDD;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 18px;
  -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: 11px;
  letter-spacing: 1px;
}
.product-detail-button i {
  font-size: 22px;
  vertical-align: middle;
}
.product-detail-button--cart {
  width: auto;
  padding: 0 20px;
}
.product-detail-button--cart i {
  display: none;
}
.product-detail-button--quick-view {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.product .left,
.product-grid .left {
  float: left;
}
.product .right,
.product-grid .right {
  float: right;
}
.thumbnails__big-image {
  position: relative;
  margin-bottom: 20px;
}
.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 {
    width: 50%;
    margin: 0 22%;
  }
}
.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-detail-button {
  margin-bottom: 20px;
}
.product-info .product-detail-button:hover {
  border: none;
}
.product-info .product-detail__group-buttons > button {
  margin-right: 10px;
}
.product-info .product-rating {
  margin-bottom: 30px;
}
.product-info .product-sale {
  display: none;
}
.product-info .product-price {
  font-size: 36px;
}
.product-info .product-detail-button--cart {
  width: auto;
}
.product-info .product-detail-button--cart span {
  color: #ffffff;
}
.product-info .product-detail-button--cart:hover span {
  text-decoration: underline;
}
.product-info .dynamic-number {
  background: #F9F9F9;
  border: none;
  padding: 10px 7px;
  text-align: center;
}
.product-info .quantity-form {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #222222;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.product-info .quantity-form input {
  margin: 0 20px;
  border: none;
  text-align: center;
}
.product-info .quantity__button {
  padding: 3px;
  background: none;
  color: #222222;
  line-height: 0.5;
  border: 1px solid #222222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-info .tag {
  margin-bottom: 20px;
}
.product-info .tag__title {
  color: #858585;
}
.product-info .tag__name {
  color: #212121;
}
.product-share {
  margin-bottom: 20px;
}
.product-tabs {
  margin-bottom: 50px;
}
.product-tabs .nav-tabs {
  border: none;
}
.product-tabs .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.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;
}
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .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--quick-view {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(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(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
  }
  .product-layout .product-thumb__secondary:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    margin: 10px;
    background: rgba(255, 255, 255, 0.8);
  }
  .product-list .product-wrapper {
    text-align: left;
    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);
  }
  .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;
  }
  .product-list .product-sale {
    bottom: 10px;
    right: 10px;
  }
  .product-list .product-detail__group-buttons > button {
    margin-right: 5px;
  }
  .product-list .product-detail-button {
    magin: 0 10px;
  }
  .product-list .product-detail-button--cart {
    width: auto;
    text-transform: capitalize;
  }
  .product-list .product-detail-button--cart span {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .product-list .product-description {
    display: block !important;
    font-weight: 300;
    visibility: visible !important;
    margin-bottom: 20px;
  }
  .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-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);
  }
  .product-related [class*="col-"] {
    width: 100%;
  }
  .product-related .product-layout {
    text-align: center !important;
  }
}
/***************1200px****************/
/***************skin****************/
.product-rating {
  color: #202020;
}
.product-tabs .nav > li > a {
  background-color: #F8F8F8;
  color: #444444;
}
.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav > li > a:hover,
.product-tabs .nav > li > a:focus {
  color: #ffffff;
}
/*--------------------------------------------------------------
Categories
--------------------------------------------------------------*/
.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: #EEEEEE;
}
.refine-search a {
  background-color: #444444;
  color: #ffffff;
}
/*--------------------------------------------------------------
Quickview block
--------------------------------------------------------------*/
.quickview {
  overflow-y: hidden;
}
.quickview body {
  padding: 30px;
  background: #fff;
}
.quickview .product-rating {
  font-size: 15px;
}
.quickview .product-description {
  margin-bottom: 20px;
}
.quickview .product-detail-button {
  text-transform: uppercase;
  font-weight: 300;
}
.quickview .product-detail-button__detail {
  width: auto;
  padding: 0 20px;
}
.quickview .product-detail-button__detail:hover a {
  text-decoration: underline;
}
.quickview .product-detail-button__detail a {
  color: #ffffff;
}
/*--------------------------------------------------------------
Kuler Filter
--------------------------------------------------------------*/
/***************768px****************/
/***************1024px****************/
@media only screen and (min-width: 992px) {
  .kuler-filter {
    margin-bottom: 50px;
  }
  .kuler-filter p {
    margin: 20px 0;
  }
  .kuler-filter select {
    width: 100%;
    border: none;
    background: #F9F9F9;
    padding: 10px 15px;
  }
  .kuler-filter .price-slide {
    border: 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: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .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 {
  padding-bottom: 35px;
}
.kuler-showcase-module .box {
  padding: 35px 0 5px 0;
}
.kuler-showcase-module .box-heading span {
  text-transform: uppercase;
  margin: 0 20px;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
}
.kuler-showcase-module .tab-heading {
  text-align: center;
  padding-bottom: 50px;
}
.kuler-showcase-module .tab-heading span {
  position: relative;
  margin: 0 15px;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.kuler-showcase-module .tab-heading span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  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);
}
.kuler-showcase-module .tab-heading span:hover:after {
  width: 100%;
}
.kuler-showcase-module .tab-heading span.active:after {
  width: 100%;
}
.kuler-showcase-module .box {
  position: relative;
}
.kuler-showcase-module .nav {
  position: static;
}
.kuler-showcase-module .nav span {
  position: absolute;
  top: calc(50% - 36px);
  left: -50px;
  z-index: 999;
  font-size: 0;
  cursor: pointer;
}
.kuler-showcase-module .nav span:before {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  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;
  width: 36px;
  height: 36px;
  border: 2px solid #DDDDDD;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 33px;
  font-size: 30px;
  text-align: center;
}
.kuler-showcase-module .nav .prev:before {
  content: "\e686";
}
.kuler-showcase-module .nav .next {
  left: auto;
  right: -50px;
}
.kuler-showcase-module .nav .next:before {
  content: "\e684";
}
/***************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__image .article__title {
  text-transform: uppercase;
  padding: 10px 20px;
}
.kbm-recent-article .articles__description {
  color: #878787;
  line-height: 1.8;
  margin: 10px 0;
}
.kbm-recent-article .articles__date {
  display: none;
}
.kbm-recent-article .articles__read-more {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .kbm-recent-article .articles__read-more {
    padding-left: 170px;
  }
}
.kbm-recent-article .articles__read-more:hover {
  text-decoration: underline;
}
.author {
  font-size: 16px;
  margin-bottom: 5px;
}
.author-badge {
  font-size: 12px;
  text-transform: none;
  margin: 0 10px;
  padding: 5px;
}
.date {
  display: inline;
  margin-left: 30px !important;
}
.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 .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;
}
#column-left [class*="col-"] {
  width: 100%;
  margin-bottom: 20px;
}
#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 {
  padding: 0 20px;
  border: 2px solid #34477a;
}
.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 0;
  border-bottom: 1px solid #eeeeee;
}
.side-bar .kbm-recent-article .recent-article__title,
.side-bar .kbm-recent-article .recent-article__date {
  color: #34477a;
}
.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 {
  border: 5px solid #EEEEEE;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .kt-module {
    padding: 60px 50px 50px;
  }
}
.kt-module .owl-wrapper-outer {
  padding: 40px 0;
}
.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__item {
  text-align: left;
}
.kt-module__item:before,
.kt-module__item:after {
  content: " ";
  display: table;
}
.kt-module__item:after {
  clear: both;
}
.kt-module__item__image {
  float: left;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/***************768px****************/
/***************1024px****************/
/***************1200px****************/
@media only screen and (min-width: 1200px) {
  .kt-module .box-heading {
    margin-bottom: 15px;
  }
  .kt-module .box-heading span {
    position: relative;
  }
  .kt-module .box-heading span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #DDD;
    bottom: -15px;
    left: calc(50% - 25px);
  }
  .kt-module__item p {
    margin-left: 130px;
    padding-left: 10px;
    font-size: 12px;
  }
  .kt-module__item__writer {
    text-transform: uppercase;
    color: #25272C;
  }
  .kt-module__item__information {
    padding-top: 5px;
    color: #212121;
    font-family: "Merriweather";
    font-style: italic;
    letter-spacing: 3px;
  }
  .kt-module__item__testimonial {
    background: url(../image/quote.png) 0 15px no-repeat;
    padding-top: 15px;
    color: #868686;
    font-size: 14px;
    line-height: 2;
  }
}
/*--------------------------------------------------------------
Custom Block
--------------------------------------------------------------*/
/*******************Common********************/
.custom-border-top {
  border-top: 1px solid #EEEEEE;
}
.custom-border-bottom {
  border-bottom: 1px solid #EEEEEE;
}
.kuler-advanced-html .box {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .banner--zorka__2-column .row > [class*="col-lg"]:first-child {
    padding-right: 15px;
  }
  .banner--zorka__2-column .row > [class*="col-lg"]:last-child {
    padding-left: 15px;
  }
  .banner--zorka__3-column .row > [class*="col-lg"]:first-child {
    padding-right: 20px;
  }
  .banner--zorka__3-column .row > [class*="col-lg"]:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner--zorka__3-column .row > [class*="col-lg"]:last-child {
    padding-left: 20px;
  }
}
.parallax-banner {
  position: relative;
  margin: 0 -100%;
  padding: 85px 0;
  z-index: 0;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  .parallax-banner {
    background-position: 50% top;
  }
}
/*******************Top Banner********************/
.top-banner--banner1 {
  padding: 30px;
}
.top-banner--banner1 [class*="top-banner--banner1__"] {
  position: relative;
  display: block;
  padding: 29px 70px 29px 0;
  color: #ffffff;
  text-align: center;
}
.top-banner--banner1 [class*="top-banner--banner1__"]:before {
  position: absolute;
  width: 70px;
  height: 100%;
  right: 0;
  top: 0;
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  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;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
}
.top-banner--banner1__freeship {
  background: #CA7379;
  font-family: Montserrat, Arial;
}
.top-banner--banner1__freeship:before {
  background: #B5676D;
}
.top-banner--banner1__gift {
  background: #C1AC91;
  font-family: Montserrat, Arial;
}
.top-banner--banner1__gift:before {
  background: #AD9A82;
}
.top-banner--banner1__sale {
  background: #8090A1;
  font-family: Montserrat, Arial;
}
.top-banner--banner1__sale:before {
  background: #738191;
}
.skin2 .top-banner--banner1 {
  padding: 30px 15px;
}
.skin3 .top-banner--banner1 {
  padding: 5px 0 30px 0;
}
.skin3 .top-banner--banner1 .row {
  margin-left: 0;
  margin-right: 0;
}
.skin4 .top-banner--banner1 {
  padding: 0 15px 30px 15px;
}
.skin4 .top-banner--banner1 .row {
  margin-left: 0;
  margin-right: 0;
}
.promotion-banner__1__slider .kls-container {
  margin: 0 0;
}
@media (max-width: 992px) {
  .promotion-banner__1__banner {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .promotion-banner__1__banner {
    text-align: right;
  }
}
.promotion-banner__1__banner figure {
  position: relative;
}
.promotion-banner__1__banner figure:first-child {
  margin-bottom: 30px;
}
.promotion-banner__1__banner figure:hover [class*='promotion-caption__'] {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.promotion-banner__1__banner figure:hover .promotion-banner__1__bg {
  filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}
.promotion-banner__1__banner [class*='promotion-caption__'] {
  position: absolute;
  -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);
}
.promotion-banner__1__banner .promotion-caption__1 {
  top: calc(50% - 19px);
  left: calc(50% - 99px);
}
.promotion-banner__1__banner .promotion-caption__2 {
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}
/************************Product**************************/
.product-3-row {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .product-3-row {
    padding: 70px 0;
  }
}
.product-3-row .kuler-showcase-module {
  background: #ffffff;
}
@media only screen and (min-width: 992px) {
  .product-3-row .kuler-showcase-module {
    padding: 0 25px;
  }
}
.product-3-row .kuler-showcase-module .tab-heading {
  text-align: left;
}
.product-3-row .kuler-showcase-module .tab-heading span {
  margin: 0;
  color: #25282C !important;
}
.product-3-row .kuler-showcase-module .tab-heading span:after {
  width: 100%;
  background: #25282C;
}
.product-3-row .box {
  padding: 40px 0 0;
}
.product-3-row .box-product [class*="col-"] {
  width: 100%;
}
.product-3-row .box-product .product-layout {
  margin-bottom: 20px;
}
.product-3-row .box-product .product-thumb {
  float: left;
  margin-right: 20px;
}
.product-3-row .box-product .product-detail__group-buttons > button {
  float: left;
}
.product-3-row .box-product .product-detail-button--quick-view {
  display: none;
}
.product-3-row .box-product .product-detail-button--cart {
  width: 36px;
  padding: 0;
}
.product-3-row .box-product .product-detail-button--cart span {
  display: none;
}
.product-3-row .box-product .product-detail-button--cart i {
  display: inline-block;
}
.product-3-row .box-product .product-name,
.product-3-row .box-product .product-price {
  text-align: left;
}
/******************Featured Information******************/
.featured-information {
  padding: 40px 100% 20px;
  margin: 0 -100%;
  background: #fafafa;
}
@media only screen and (min-width: 992px) {
  .featured-information {
    padding: 70px 100% 50px;
  }
}
.featured-information .box-heading {
  margin-bottom: 5px;
}
.featured-information__item {
  position: relative;
  padding: 25px 30px 25px 80px;
}
.featured-information__item:before {
  position: absolute;
  left: 0;
  top: 25px;
  height: 100%;
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  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: #CA7279;
  font-size: 48px;
}
.featured-information__item__title {
  font-family: Montserrat, Arial;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
.featured-information__item__content {
  font-family: Montserrat, Arial;
  color: #868686;
  line-height: 1.8;
}
.skin2 .featured-information {
  border-top: 1px solid #EEEEEE;
  background: #ffffff;
}
/******************Middle Banner******************/
.middle-banner--banner1__item div {
  overflow: hidden;
}
.middle-banner--banner1__item div img {
  -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);
}
.middle-banner--banner1__item: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);
  opacity: 0.8;
}
@media only screen and (min-width: 1200px) {
  .parallax-banner--banner1 .col-lg-5 {
    margin-left: 58.33333333%;
  }
}
.parallax-banner--banner1__content {
  padding: 85px 0 45px;
  color: #ffffff;
}
.parallax-banner--banner1__content__title {
  display: inline-block;
  margin-bottom: 5px;
  border: 5px solid #ffffff;
  font-size: 40px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) {
  .parallax-banner--banner1__content__title {
    letter-spacing: 17px;
  }
}
.parallax-banner--banner1__content__description {
  font-family: "Merriweather";
  font-style: italic;
  letter-spacing: 3px;
  font-size: 14px;
  letter-spacing: 2px;
}
.parallax-banner--banner2 {
  padding: 130px 0;
  background-position: 25% top;
}
@media only screen and (min-width: 1200px) {
  .parallax-banner--banner2 .col-lg-5 {
    margin-left: 50%;
  }
}
.parallax-banner--banner2__content {
  padding-right: 90px;
}
.parallax-banner--banner2__content__title {
  color: #738191;
  font-family: "Merriweather", Arial;
  font-size: 60px;
  font-style: italic;
}
.parallax-banner--banner2__content__description {
  margin-bottom: 20px;
  color: #868686;
  line-height: 1.8;
}
.parallax-banner--banner2__content__button {
  padding: 11px 32px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #ffffff;
  color: #25292C;
  font-size: 11px;
}
.parallax-banner--banner2__content__button:hover {
  color: inherit;
  text-decoration: underline;
}
/***************Newsletter Banner****************/
.newsletter--banner1 {
  color: #222222;
  text-align: center;
}
.newsletter--banner1__bg {
  -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);
}
.newsletter--banner1__banner {
  position: relative;
}
.newsletter--banner1__banner:hover .newsletter--banner1__bg {
  filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}
.newsletter--banner1__banner:hover .newsletter--banner1__caption-1 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.newsletter--banner1__banner:hover .newsletter--banner1__caption-2 {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.newsletter--banner1__banner:hover .newsletter--banner1__caption-3 {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.newsletter--banner1 [class*='newsletter--banner1__caption-'] {
  position: absolute;
  -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);
}
.newsletter--banner1__caption-1 {
  top: 43px;
  left: calc(50% - 72px);
}
.newsletter--banner1__caption-2 {
  top: 78px;
  left: calc(50% - 91px);
}
.newsletter--banner1__caption-3 {
  top: calc(50% - 75px);
  left: calc(50% - 65px);
}
.newsletter--banner1__content {
  display: block;
  padding: 75px 0 76px;
  border: 5px solid #EEEEEE;
  text-align: center;
}
.newsletter--banner1__content i {
  font-size: 36px;
}
.newsletter--banner1__content__title {
  font-size: 16px;
  padding-top: 20px;
  font-weight: normal;
}
.newsletter--banner1__content__description {
  font-family: "Merriweather";
  font-style: italic;
  letter-spacing: 3px;
  padding-bottom: 30px;
}
.newsletter--banner1__form {
  font-size: 10px;
}
.newsletter--banner1__form__input,
.newsletter--banner1__form__submit {
  font-size: 10px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.newsletter--banner1__form__input {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 42px;
  margin-right: 3px;
  background: #fafafa;
  box-shadow: none;
  border: none;
  text-align: center;
}
.newsletter--banner1__form__submit {
  padding: 13px 20px;
}
.newsletter--parallax {
  color: #FFF;
  text-align: center;
}
.newsletter--parallax__content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .newsletter--parallax__content {
    width: 50%;
  }
}
.newsletter--parallax__content i {
  font-size: 36px;
}
.newsletter--parallax__content__title {
  font-size: 16px;
  padding-top: 20px;
  font-weight: normal;
}
.newsletter--parallax__content__description {
  font-family: "Merriweather";
  font-style: italic;
  letter-spacing: 3px;
  padding-bottom: 30px;
}
.newsletter--parallax__form {
  font-size: 10px;
}
.newsletter--parallax__form__input,
.newsletter--parallax__form__submit {
  font-size: 10px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
@media (max-width: 992px) {
  .newsletter--parallax__form__input,
  .newsletter--parallax__form__submit {
    margin-top: 10px;
  }
}
.newsletter--parallax__form__input {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 42px;
  margin-right: 3px;
  box-shadow: none;
  border: none;
  text-align: center;
}
.newsletter--parallax__form__submit {
  padding: 13px 20px;
  letter-spacing: 2px;
}
/******************Footer Banner******************/
.footer-banner--banner1 {
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
}
@media only screen and (min-width: 992px) {
  .footer-banner--banner1 {
    padding: 50px 0;
  }
}
.footer-banner--banner1__item {
  position: relative;
  display: block;
  padding: 30px 0 30px 100px;
  border: 1px solid #CC7278;
}
.footer-banner--banner1__item:before {
  position: absolute;
  left: 40px;
  height: 100%;
  top: calc(50% - 25px);
  color: #CC7278;
  font-size: 48px;
}
.footer-banner--banner1__item__title {
  font-family: Montserrat, Arial;
  font-size: 13px;
}
.footer-banner--banner1__item__content {
  font-family: "Merriweather";
  font-style: italic;
  letter-spacing: 3px;
  line-height: 2;
}
.skin4 .footer-banner--banner1 .row {
  margin-left: 0;
  margin-right: 0;
}
.footer-banner--banner1.contrast {
  padding: 30px 0;
}
.footer-banner--banner1.contrast .row {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-banner--banner1.contrast .footer-banner--banner1__item {
  border: none;
  background: #222222;
  color: #ffffff;
}
.footer-banner--banner1.contrast .footer-banner--banner1__item:before {
  color: #ffffff;
}
/******************Product Banner********************/
.product-banner__1 .kuler-showcase-module.showcase-slide__type1 .nav span {
  top: 0;
}
.product-banner__1__banner {
  position: relative;
  margin-top: 30px;
}
.product-banner__1__banner [class*='caption__'] {
  position: absolute;
  -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-banner__1__banner .product-banner__1__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);
}
.product-banner__1__banner:hover .product-banner__1__banner__img {
  filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}
.product-banner__1__banner:hover .caption__1 {
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
}
.product-banner__1__banner:hover .caption__2 {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-banner__1__banner .caption__1 {
  top: 188px;
  left: calc(50% - 16px);
}
.product-banner__1__banner .caption__2 {
  top: 250px;
  left: calc(50% - 71px);
}
.product-banner__1__banner .caption__3 {
  top: 383px;
  left: calc(50% - 60px);
  background: #FFF;
  padding: 10px 30px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-size: 11px;
  letter-spacing: 1.5px;
}
.product-banner__1__banner .caption__3:hover {
  background: #CA7379;
  color: #FFF;
}
/****************Custom Testimonial******************/
.kt-module .box {
  padding: 0;
}
.product-3-row .kt-module {
  padding: 38px 25px 30px 25px;
  border: none;
  background: #fafafa;
}
.product-3-row .kt-module .box-heading {
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 2px;
  font-size: 13px;
}
.product-3-row .kt-module .box-heading span {
  position: relative;
  padding: 10px 0;
}
.product-3-row .kt-module .box-heading span:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #25272C;
}
.product-3-row .kt-module .owl-wrapper-outer {
  padding: 30px 0 10px 0;
}
.product-3-row .kt-module__item {
  text-align: center !important;
}
.product-3-row .kt-module__item p {
  margin-left: 0;
}
.product-3-row .kt-module__item__image {
  float: none;
}
.product-3-row .kt-module__item__writer {
  padding-top: 10px;
}
/******************Custom Showcase******************/
.kuler-showcase-module.showcase-slide__type1 .box-heading {
  text-align: left;
}
.kuler-showcase-module.showcase-slide__type1 .box-heading span {
  position: relative;
  margin: 0;
  font-size: 20px;
}
.kuler-showcase-module.showcase-slide__type1 .box-heading span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #25282C;
}
.kuler-showcase-module.showcase-slide__type1 .nav span {
  top: 30px;
  right: 0;
}
.kuler-showcase-module.showcase-slide__type1 .nav .prev {
  left: auto;
  right: 45px;
}
/**********************skin**********************/
.skin1 .kbm-recent-article .box {
  padding: 70px 0;
}
.skin2 .header {
  border-bottom: none;
}
.skin3 .header {
  border-bottom: none;
}
.skin3 .kbm-recent-article {
  border-bottom: 1px solid #EEEEEE;
}
.skin3 .kbm-recent-article .box {
  padding: 70px 0;
}
.skin4 .header {
  border-bottom: none;
}
/*--------------------------------------------------------------
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 */



/*******Custom CSS STARTS HERE****************/
.bulk_discount {
    font-size: 14px;
    font-weight: 900;
}

.bulk_discount .bulk_qty {
    color: #333;
    font-size: 16px;
    font-weight: 900;
}

.bulk_discount .bulk_qty_price {
    color: #ca7379;
    font-size: 16px;
    font-weight: 900;
}
.price_nf{
    color: #CA7379;
    font-size: 28px;
    font-weight: 900;
}
.bulk_dis_txt {
    color: #858585;
    font-weight: 500;
	font-size: 13px;
}
.middle_img {
    background: none repeat scroll 0 0 #fff3dd;
    float: left;
    margin: 20px 0;
    padding: 10px;
}
.middle_img_one {
    float: left;
    margin-right: 20px;
}
.img_box {
    float: left;
    margin-right: 10px;
}
.middle_img_two {
    float: left;
    margin-right: 20px;
}
.middle_text_small {
    font-size: 11px;
}
ul.subcat {
  min-height: 120px;
}

/*******Custom CSS Ends HERE****************/


/*******Wish List Page Table CSS ****************/

.table-responsive{
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.articles__image a img {
    width: 200px;
    height: auto;
}
@media only screen and (max-width: 579px) {

.breadcrumb a{
	letter-spacing:0px;
}

}
.infotext {
    background: red !important;
    text-align: center;

}
.infotext p {
    color: #fff !important;
    padding: 8px !important;
    margin: 0;
    font-size: 18px !important;
    font-weight: bold;
}

@media (max-width: 767px) {
.kbm-recent-article .articles__image {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
}
.kbm-recent-article .articles__read-more{padding-left:80px;}
}