/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Content
 *   4.1 - Single post
 *   4.2 - Archive Page
 *   4.3 - Comments
 *   4.4 - 404 Page
 * 5.0 - Sidebar
 * 6.0 - Footer
 * 7.0 - Megamenu
 * 8.0 - Offcanvas
 * 9.0 - Responsive
 * -----------------------------------------------------------------------------
 */
/**
 * --------------------------------------------------------------------------------
 * 1.0 Reset
 * --------------------------------------------------------------------------------
 */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?693x2h');
  src: url('fonts/icomoon.eot?693x2h#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?693x2h') format('truetype'), url('fonts/icomoon.woff?693x2h') format('woff'), url('fonts/icomoon.svg?693x2h#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
}
.icon-configuration28:before {
  content: "\e900";
}
.icon-delivery-truck:before {
  content: "\e901";
}
.icon-paper-bill:before {
  content: "\e902";
}
.icon-phone370:before {
  content: "\e903";
}
.icon-new56:before {
  content: "\e904";
}
.icon-map58:before {
  content: "\e905";
}
body {
  background: #f4f4f4;
}
a {
  color: #333;
}
a:hover {
  color: #93d42e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'helvetica';
}
address {
  line-height: 1.8;
}
.float-none {
  float: none!important;
}
.audio-responsive {
  padding-bottom: 30.25%;
}
.video-responsive {
  padding-bottom: 56.25%;
}
.video-responsive,
.audio-responsive {
  height: 0;
  padding-top: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.video-responsive embed,
.audio-responsive embed,
.video-responsive iframe,
.audio-responsive iframe,
.video-responsive object,
.audio-responsive object,
.video-responsive video,
.audio-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .bth-panel {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .bth-panel + .bth-panel {
  margin-top: 10px;
}
.panel-group .bth-panel .panel-title {
  font-size: .857em;
  text-transform: uppercase;
}
.panel-group .bth-panel .panel-title a {
  display: block;
}
.logged-in .uk-offcanvas-bar {
  padding-top: 32px;
}
/**
 * --------------------------------------------------------------------------------
 * 2.0 - Basic Structure
 * --------------------------------------------------------------------------------
 */
body.boxed {
  background: #ddd;
}
body.boxed .bth-wrapper {
  margin: 0 auto;
  max-width: 1230px;
  background: #fff;
}
p {
  line-height: 1.9;
}
h1,
h2 {
  font-weight: bold;
}
h3 {
  font-weight: 600;
}
table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 5px;
  border: 1px solid #eee;
}
th {
  font-weight: 500;
  background: #f5f5f5;
}
tr:hover {
  background: #f9f9f9;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.wp-caption {
  margin-top: 20px;
  margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
  max-width: 100%;
  height: auto;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 20px;
  margin-bottom: 25px;
}
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}
.gallery-caption {
  width: 100%;
}
.item-brand {
  text-align: center;
  border: 1px solid #eee;
  border-right: none;
  position: relative;
}
.item-brand:last-child {
  border-right: 1px solid #eee;
}
.item-brand:hover {
  cursor: pointer;
}
.item-brand img {
  height: 135px;
  max-width: 190px;
}
.bypostauthor {
  position: relative;
}
.alignright {
  margin: 7px 0 7px 24px;
  float: right;
  clear: right;
}
.alignleft {
  margin: 7px 24px 7px 0;
  float: left;
  clear: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  color: #000;
}
.map_canvas img {
  max-width: none!important;
}
.map_canvas label {
  width: auto;
  display: inline;
}
.box-search-info {
  position: absolute;
  width: 800px;
  top: 100%;
  right: 0;
  height: 80px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 80px;
  z-index: 99;
  display: none;
}
.uk-offcanvas .searchform{
  position: relative;
  border-bottom: 1px solid #ededed;
}
.uk-offcanvas .search-form .bth-search input{
  position: inherit;
}

.uk-offcanvas .searchform .txt-search {
  width: 71.5%;
  border: none;
  line-height: 30px;
  margin-bottom: 3px;
  padding-left: 3%;
  margin-left: 2.5%;
  font-family: New Roman;
  font-style: italic;
  color: #888888;
  font-size: 14px;
  outline: none;
}
.uk-offcanvas .searchform .searchsubmit {
  position: absolute;
  top: 8px;
  right: 20px;
  border: none;
  background: transparent;
  padding: 0;
}
.uk-offcanvas .searchform.search_short .searchsubmit{
  font-size: 0;
}
.uk-offcanvas .searchform.search_short .searchsubmit:before{
  content: '\f002';
  font-family: fontawesome;
  font-size: 14px;
}
.box-search-info .form-control {
  font-size: 1em;
  height: 40px;
}
.box-search-info .searchsubmit {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  border: none;
  background: #333;
  padding: 0;
  width: 111px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.box-search-info .searchsubmit:hover{
  background: #222;
}
.box-search-info .searchsubmit:focus {
  outline: 0;
}
.box-search-info .txt-search {
  width: 71.5%;
  border: none;
  line-height: 30px;
  border-left: 1px solid #eeeeee;
  margin-bottom: 3px;
  padding-left: 3%;
  margin-left: 2.5%;
  font-family: New Roman;
  font-style: italic;
  color: #888888;
  font-size: 14px;
}
.box-search-info .dropdown_product_cat {
  width: 26%;
  float: left;
  font-family: New Roman;
  font-size: 14px;
  color: #333333;
  font-style: italic;
  border: none;
  margin-top: 23px;
  padding-left: 15px;
}
.box-search-info .dropdown_product_cat .btn {
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 33px;
  background: transparent;
}
.box-search-info .dropdown_product_cat .btn .filter-option {
  font-size: 14px;
  font-family: New Roman;
  font-style: italic;
}
.box-search-info .dropdown_product_cat ul.dropdown-menu {
  max-height: 300px !important;
}
.box-search-info .dropdown_product_cat ul.dropdown-menu li a:hover {
  color: #eee;
  background: #333;
}
.box-search-info .dropdown_product_cat option {
  height: 30px;
  padding-top: 5px;
  border-bottom: 1px solid #ededed;
}
.btn-full {
  width: 100%;
}
.btn-green {
  color: #fff;
  background-color: #15967d;
  border-color: #15967d;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #0f6958;
  border-color: #0d6050;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #15967d;
  border-color: #15967d;
}
.btn-green .badge {
  color: #15967d;
  background-color: #fff;
}
.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #333;
  border-color: #333;
}
.btn-dark .badge {
  color: #333;
  background-color: #fff;
}
.form-subcribe {
  width: 200px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 19px;
}
.form-subcribe .form-control {
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-subcribe .form-control::-webkit-input-placeholder {
  color: #f5f5f5;
}
.form-subcribe .form-control:-moz-placeholder {
  color: #f5f5f5;
}
.form-subcribe .form-control::-moz-placeholder {
  color: #f5f5f5;
}
.form-subcribe .form-control:-ms-input-placeholder {
  color: #f5f5f5;
}
.bth-wrapper {
  overflow: hidden;
  background: #FFF none repeat scroll 0% 0%;
  max-width: 1200px;
  margin: 0px auto;
  box-shadow: -1px 0px 2px -2px #ddd, 0px -2px 5px 2px #ddd;
}
.tabbable.tab-center .nav-tabs {
  text-align: center;
}
.parallax-intro {
  max-width: 400px;
  width: 400px;
  margin: 0 auto;
}
.parallax-intro .widget-title {
  margin-bottom: 15px;
}
.parallax-intro .descript {
  margin-bottom: 20px;
}
.title-section {
  margin-top: 0;
  color: #444;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.white, .white a {
  color: #fff;
}
.descript-title {
  margin-bottom: 15px;
}
.descript {
  font-weight: 300;
  color: #999;
  font-size: 1.077em;
}
div[class*="effect-"] a {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
div[class*="effect-"] a:before,
div[class*="effect-"] a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0s ease-in-out 0.2s;
}
.effect-border a:before {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  left: 0;
  top: 0;
  z-index: -1;
}
.effect-border a:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.2) inset;
  z-index: 2;
}
.effect-full a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  left: 0;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top: 0;
  z-index: -1;
}
.effect-full a:hover:before {
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-bottom a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  left: 0;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  bottom: -100%;
  z-index: -1;
}
.effect-bottom a:hover:before {
  bottom: 0;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-top a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  left: 0;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top: -100%;
  z-index: -1;
}
.effect-top a:hover:before {
  top: 0;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-right a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  right: -100%;
  z-index: -1;
}
.effect-right a:hover:before {
  right: 0;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-left a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  left: -100%;
  z-index: -1;
}
.effect-left a:hover:before {
  left: 0;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-rotate a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
}
.effect-rotate a:hover:before {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-rotate-cross a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(56.5deg) translateX(-180px);
  -moz-transform: rotate(56.5deg) translateX(-180px);
  transform: rotate(56.5deg) translateX(-180px);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.effect-rotate-cross a:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
  -webkit-transform: rotate(56.5deg) translateX(180px);
  -moz-transform: rotate(56.5deg) translateX(180px);
  transform: rotate(56.5deg) translateX(180px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.effect-rotate-cross a:hover:before {
  -webkit-transform: rotate(56.5deg) translateX(1px);
  -moz-transform: rotate(56.5deg) translateX(1px);
  transform: rotate(56.5deg) translateX(1px);
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-rotate-cross a:hover:after {
  -webkit-transform: rotate(56.5deg) translateX(-1px);
  -moz-transform: rotate(56.5deg) translateX(-1px);
  transform: rotate(56.5deg) translateX(-1px);
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-in-to-out a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  left: 50%;
  width: 0;
  height: 100%;
  z-index: -1;
}
.effect-in-to-out a:hover:before {
  left: 0;
  width: 100%;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-out-to-in a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  left: -100%;
  z-index: -1;
}
.effect-out-to-in a:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  top: 0;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  right: -100%;
  z-index: -1;
}
.effect-out-to-in a:hover:before {
  left: -50%;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-out-to-in a:hover:after {
  right: -50%;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-top-to-bottom a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  top: 0;
  width: 0;
  height: 0;
  left: 0;
  z-index: -1;
}
.effect-top-to-bottom a:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -1;
}
.effect-top-to-bottom a:hover:before {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.effect-top-to-bottom a:hover:after {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.social-networks li {
  display: inline-block;
  padding-right: 10px;
}
.social-networks li a {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #333;
  padding: 6px;
}
.social-networks li a .fa {
  color: #fff;
}
.social-networks li:last-child {
  padding-right: 0;
}
.label-intro {
  padding-right: 30px;
}
.label-intro .widget-title {
  margin-bottom: 10px;
}
.form-subscribe .input-lg {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.shoppingcart .amount,
.shoppingcart .mini-cart-counter {
  font-size: 16px;
  font-family: New Roman;
  font-style: italic;
  color: #333;
  display: none !important;
}
.shoppingcart .amount {
  display: none;
  color: #888888;
  padding-right: 15px;
  display: inline-block;
  line-height: 50px;
  position: relative;
  letter-spacing: 1px;
}
.shoppingcart .amount:after {
  content: "";
  height: 30px;
  border-left: 1px solid #eee;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
a.icon-search{
  position: relative;
}
a.icon-search:hover{
  color: #333;
}
.shoppingcart > a {
  display: block;
  position: relative;
  padding-right: 0;
}
.shoppingcart .media {
  position: relative;
}
.shoppingcart .media img {
  width: 50px!important;
}
.shoppingcart .media .bth_product_remove {
  position: absolute;
  top: 0;
  right: 10px;
}
.shoppingcart .media .bth_product_remove .fa {
  color: #fff !important;
}
.shoppingcart .media .bth_product_remove:hover .fa {
  color: #666 !important;
}
.shoppingcart p.total {
  margin: 20px 0!important;
  text-align: right;
}
.shoppingcart p.total .amount {
  color: #666;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.shoppingcart .media {
  padding-bottom: 10px!important;
  border-bottom: 1px dotted #626262;
  margin-bottom: 10px !important;
}
.shoppingcart .name a {
  color: #fff;
}
.shoppingcart .name a:hover {
  color: #666;
}
/* Scroll to Top */
.scroll-to-top {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transition: all 0.15s ease-in-out 0.2s;
  -moz-transition: all 0.15s ease-in-out 0.2s;
  -o-transition: all 0.15s ease-in-out 0.2s;
  transition: all 0.15s ease-in-out 0.2s;
  bottom: 10%;
  opacity: 0;
  background: #fff;
  border: 2px solid #eee;
  position: fixed;
  right: 5px;
  z-index: 999;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  height: 35px;
  width: 35px;
  line-height: 35px;
}
.scroll-to-top .fa {
  font-size: 14px;
}
.scroll-to-top:hover {
  background: #333;
  color: #fff;
}
.scroll-to-top.visible {
  filter: alpha(opacity=10);
  opacity: 1;
}
/* widget layout styles */
.widget {
  margin-bottom: 30px;
}
.widget.widget_bth_woocommerce_deals .product-block {
  margin-bottom: 0!important;
}
.widget.widget_rss ul li a {
  color: #333;
}
.widget.widget_rss ul li a:hover {
  color: #888;
}
.widget table {
  width: 100%;
}
.widget table th,
.widget table td {
  border: 1px solid #dddddd;
  text-align: center;
  color: #444;
  line-height: 32px;
}
.widget.widget_calendar caption {
  background-color: #333;
  color: #fff;
  padding: 6px 0;
  font-weight: 600;
  font-size: 1.2em;
}
.widget .comment-author-link a {
  color: #333;
}
.widget .comment-author-link a:hover {
  color: #888;
}
.widget select {
  font-size: 0.85em;
  max-width: 100%;
}
.heading-title.text-left span {
  padding-left: 0;
}
.heading-title.text-right span {
  padding-right: 0;
}
h3.title-small {
  font-size: 19px;
}
h3.title-small span {
  padding: 0;
}
h3.title-small span:after {
  display: none;
}
.widget-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.widget-title span:after {
  content: "";
  width: 70px;
  height: 1px;
  display: block;
  margin: 13px 0 0 0;
  background: #2f2f2f;
}
.widget-title.text-center span:after {
  right: 0;
  margin: 0 auto;
}
/* Tabs Widget */
.nav-tabs.tab-widget {
  border-bottom: 0;
  padding-bottom: 20px;
}
.nav-tabs.tab-widget li a {
  margin-right: 10px;
  color: #444444;
  font-weight: 700;
  border: 0;
  line-height: 20px;
  background: #f0f0f0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -ms-transition: color 0;
  -o-transition: color 0;
  transition: color 0;
  -webkit-transition: color 0 ease-in-out 0.2s;
  -moz-transition: color 0 ease-in-out 0.2s;
  -o-transition: color 0 ease-in-out 0.2s;
  transition: color 0 ease-in-out 0.2s;
}
.nav-tabs.tab-widget li a:hover {
  color: #444444;
}
.nav-tabs.tab-widget li.active a {
  color: #fff;
  border: 0;
  background: #333;
}
.nav-tabs.tab-widget li.active a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  border: 5px solid transparent;
  border-top-color: #333;
  width: 6px;
}
.nav-tabs.tab-widget li:last-child a {
  margin-right: 0;
}

.bth-panel {
  border: none;
}
.bth-panel > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}
.bth-panel .panel-body {
  border: 1px solid #444444;
  padding: 20px 30px;
  position: relative;
  top: -1px;
}
.bth-panel .panel-body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #ededed;
}
.bth-panel .panel-body p {
  margin-bottom: 15px;
}
.bth-panel .panel-body ul {
  list-style: none;
  padding: 0;
}
.bth-panel .panel-body li {
  padding: 8px 20px;
}
.bth-panel .panel-body li:nth-child(even) {
  background-color: #fafafa;
}
.bth-panel .panel-body .bth-agent-item {
  border: none;
  margin-bottom: 30px;
  padding: 0;
}
.bth-panel .panel-body .bth-agent-item:hover {
  box-shadow: none;
}
.bth-panel .panel-title a {
  border: 1px solid #444444;
  border-bottom: none;
  padding: 18px 20px;
}
.bth-panel .panel-title a:after {
  content: "-";
  float: right;
  font-size: 2.5em;
  font-weight: 400;
  line-height: .3;
}
.bth-panel .panel-title .collapsed {
  border: 1px solid #ddd;
}
.bth-panel .panel-title .collapsed:after {
  content: "+";
}
.bth-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.bth-panel .collapse.in .panel-body {
  border-top: none;
}
.page-title-container .page-title-captions {
  margin-bottom: 20px;
}
.page-title-container .page-title-captions h1 {
  font-size: 18px;
  color: #333;
  margin: 10px 0 0;
}
.page-title-container .breadcrumbs {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.page-title-container .breadcrumbs li {
  display: inline-block;
  padding-right: 5px;
}
.page-title-container .breadcrumbs li a {
  color: #333;
}
.page-title-container .breadcrumbs li a:hover {
  color: #aaaaaa;
  text-decoration: initial;
}
.page-title-container .breadcrumbs li:after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
  color: #666;
}
.page-title-container .breadcrumbs li:last-child {
  color: #333;
}
.page-title-container .breadcrumbs li:last-child:after {
  padding: 0;
  content: "";
}
.tagcloud a {
  border: 1px solid #484848;
  color: #999;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 2px 6px 3px 6px;
  text-transform: capitalize;
  transition: 0.2s;
}
.tagcloud a:hover {
  border-color: #333;
  color: #fff;
}
.title .fa {
  padding-right: 10px;
}
.tw-widget li {
  padding-left: 40px;
  position: relative;
}
.tw-widget li:before {
  content: "\f099";
  font-size: 24px;
  color: #666;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.tw-widget li a {
  color: #333;
}
.tw-widget li a:hover {
  text-decoration: initial;
}
.tw-widget li .twitter-meta small {
  font-size: 100%;
  color: #999;
}
.divider {
  border-bottom: 1px solid #e6e6e7;
}
article:last-child {
  margin-bottom: 0;
}
.btn {
  font-size: 13px;
  padding-bottom: 12px;
  margin-bottom: 40px;
  text-decoration: none!important;
  padding: 12px 30px;
}
.btn:focus {
  color: #fff;
  outline: none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}
#recentcomments a {
  color: #333;
}
#recentcomments a:hover {
  color: #888;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding-left: 5px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/**
 * --------------------------------------------------------------------------------
 * 3.0 - Header
 * --------------------------------------------------------------------------------
 */
.header-toplinks .top-links-icon {
  display: none;
}
.toggle-menu {
  width: 100%;
  padding: 15px;
  background: #333;
  display: none;
}
.toggle-menu .icon-toggle .fa {
  font-size: 20px;
}
#bth-header {
  background-image: none;
  position: relative;
  z-index: 201;
}
#bth-header.header-style2 .logo {
  text-align: center;
}
#bth-header.header-style2 .header-content {
  padding-bottom: 30px;
}
#bth-header.header-style2 .header-content > .container {
  position: relative;
}
#bth-header.header-style2 .header-content .absolute {
  position: absolute;
  top: 50%;
}
#bth-header.header-style2 .header-content .absolute-right {
  right: 0;
  margin-top: -19px;
}
#bth-header.header-style2 .header-content .absolute-left {
  left: 0;
  margin-top: -12px;
}
#bth-header .header-content {
  box-shadow: 0px 2px 2px -2px #CCC;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.home #bth-header .header-content{
  box-shadow: none;
  border-bottom: none;
}
#bth-header .header-content .header-content-inner {
  position: relative;
  padding-left: 15px;
}
#bth-header .header-content .logo {
  padding-top: 14px;
  padding-bottom: 13px;
}
#bth-header .header-content .logo img {
  max-height: 100px;
}
#bth-header .header-content .dropdown-menu {
  z-index: 1006;
  text-align: left;
}
#bth-header .header-content .box-left-header,
#bth-header .header-content .box-right-header {
  float: left;
  width: 100%;
  padding-top: 29px;
  padding-bottom: 29px;
}
#bth-header .header-content .box-right-header {
  padding-left: 73px;
}
#bth-header .header-content .box-right-header:before {
  content: "";
  height: 180px;
  margin-top: -99px;
  width: 1px;
  border-left: 1px solid #EEE;
  position: absolute;
  left: 19px;
  z-index: 7;
}
#bth-main-content.bth-main-left-sidebar:before {
  content: "";
  height: 99999px;
  width: 5px;
  position: absolute;
  top: 0px;
  left: 11px;
  z-index: 100;
  border: none;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 110%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(110%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 110%, rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 110%, rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 110%, rgba(237,237,237,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 110%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
#bth-header .header-menu {
  margin-top: -25px;
  margin-bottom: 15px;
}
#bth-header .header-menu .megamenu {
  text-align: center;
}
#bth-header .header-menu .megamenu > li > a span,
#bth-header .header-menu .megamenu > li > a .fa {
  color: #444444;
}
#bth-header .header-menu .megamenu > li * {
  text-align: left;
}
#bth-header .header-menu .megamenu > li .bth-count-down span {
  text-align: center;
}
#bth-header .topbar-setting {
  float: right;
}
.wrapper-header-policy {
  width: 100%;
  float: left;
  padding-top: 34px;
  margin-bottom: 32px;
}
.wrapper-header-policy .policy {
  float: left;
  width: 33.33%;
  text-align: center;
  position: relative;
}
.wrapper-header-policy .policy .policy-icon {
  display: inline-block;
  line-height: 1;
  font-size: 44px;
  width: 50px;
}
.wrapper-header-policy .policy .policy-info {
  display: inline-block;
  text-align: left;
}
.wrapper-header-policy .policy .policy-info .name {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.wrapper-header-policy .policy .policy-info .info {
  font-family: New Roman;
  font-size: 16px;
  color: #888888;
  font-style: italic;
}
.wrapper-header-policy .policy:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  height: 31px;
  border-left: 1px solid #e1e1e1;
}
.wrapper-header-policy .policy:last-child:before {
  display: none;
}
body.logged-in.admin-bar .header-sticky.fixed {
  top: 32px;
}
.search-form .bth-search input {
  position: absolute;
  top: 0;
  right: 0;
}
.language-filter .langs {
  padding: 0;
  list-style: none;
  margin: 0;
}
.language-filter .langs li {
  float: left;
}
.language-filter .langs li a {
  padding-right: 15px;
  letter-spacing: 1px;
  color: #333333;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition: 0.15s ease-in-out 0.2s;
  -moz-transition: 0.15s ease-in-out 0.2s;
  -o-transition: 0.15s ease-in-out 0.2s;
  transition: 0.15s ease-in-out 0.2s;
  font-size: 11px;
}
.language-filter .langs li a:hover {
  color: #aaaaaa;
}
.language-filter .langs li.active a {
  color: #aaaaaa;
}
.wrapper-currency, 
.header-toplinks li.first{
  float: left;
  padding-left: 25px;
  position: relative;
}
.wrapper-currency a,
.header-toplinks .links li .sub_myacount li a
 {
  text-transform: uppercase;
  color: #333333;
  font-size: 11px;
  letter-spacing: 1.1px;
  font-weight: 400;
}
.wrapper-currency a span {
  color: #333333;
}
.wrapper-currency ul a:hover {
  color: #333333;
}
.header-toplinks li.first .sub_myacount{
  left: 1%;
  width: auto;
  padding-left: 0;
  min-width: 100%;
}
.wrapper-currency ul.currency,
.sub_myacount
 {
  margin: 0;
  padding: 10px 10px 10px 28px; 
  background: #fff;
  list-style: none;
  text-align: left;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 56%;
  width: 100px;
  z-index: 9999;
  font-weight: 400;
  opacity: 0;
  top: 30px;
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-box-shadow: 0 5px 15px -5px #999999;
  box-shadow: 0 5px 15px -5px #999999;
}
.wrapper-currency ul.currency li,
.header-toplinks .links li .sub_myacount li {
  line-height: 20px;
  background: #fff;
}
.wrapper-currency ul.currency li:last-child,
.header-toplinks .links li .sub_myacount li:last-child
 {
  border: none;
}
.wrapper-currency ul.currency li:hover,
.header-toplinks .links li .sub_myacount li:hover {
  cursor: pointer;
}
.wrapper-currency ul.currency li:hover a,
.header-toplinks .links li .sub_myacount li:hover a{
  color: #888888;
}
.wrapper-currency:hover ul.currency,
.header-toplinks li.first:hover .sub_myacount{
  visibility: visible;
  top: 20px;
  opacity: 1;
}
.header-sticky {
  background: #fff;
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-sticky.fixed {
  top: 0;
  -webkit-transition: top 0.8s;
  -moz-transition: top 0.8s;
  -ms-transition: top 0.8s;
  -o-transition: top 0.8s;
  transition: top 0.8s;
  -webkit-transition: top 0.8s ease-in-out 0.2s;
  -moz-transition: top 0.8s ease-in-out 0.2s;
  -o-transition: top 0.8s ease-in-out 0.2s;
  transition: top 0.8s ease-in-out 0.2s;
}
.header-sticky .map_canvas {
  display: none;
}
.header-sticky .search-form {
  float: right;
  position: relative;
}
.header-sticky .search-form .icon-search {
  width: 27px;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.header-sticky .search-form .box-search {
  position: absolute;
  top: 47px;
  right: 0;
  font-size: 13px;
  line-height: 40px;
  background: #fff;
  display: none;
  overflow: visible !important;
}
.header-sticky .search-form .box-search .box-search-info {
  position: relative;
  display: inline-block;
  width: 100%;
}
.header-sticky .search-form:hover .icon-search {
  color: #333;
}
.header-sticky .header-sticky-inner .bth-megamenu {
  float: left;
}
.header-sticky .header-sticky-inner .bth-megamenu .megamenu > li > a {
  color: #444444;
}
.header-sticky .header-sticky-inner .bth-megamenu .megamenu > li.current-menu-item > a {
  color: #aaaaaa;
}
.header-sticky .header-sticky-inner .bth-megamenu .off-canvas-toggle {
  display: none!important;
}
.header-sticky .header-sticky-inner .sticky-action {
  margin-top: 0;
}
.header-sticky .header-sticky-inner .logo img {
  max-height: 42px;
}
.header-sticky .logo {
  max-height: 60px;
}
.header-sticky .logo img {
  max-height: 50px;
}
.header-sticky .shoppingcart {
  position: static;
  float: right;
  margin-left: 25px;
  width: 27px;
  text-align: center;
}
.header-sticky .shoppingcart span.count {
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  background: #333;
  position: absolute;
  top: 10px;
  right: 0px;
  color: #fff;
  z-index: 99;
  font-size: 8px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.header-sticky .header-sticky-inner {
  position: relative;
  line-height: 48px;
}
.header-sticky #bth-mainnav,
.header-sticky .sticky-action,
.header-sticky .navbar-collapse {
  position: static;
}
.header-style2 .header-mainmenu {
  background: #333333;
}
.header-style2 .bth-megamenu .megamenu {
  text-align: center;
}
.header-style2 .bth-megamenu .megamenu > li {
  border-right: 1px solid #444;
  margin-right: -2px;
}
.header-style2 .bth-megamenu .megamenu > li:first-child {
  border-left: 1px solid #444;
}
.header-style2 .bth-megamenu .megamenu > li > a {
  padding: 20px!important;
  color: #fff;
}
.header-style2 .bth-megamenu .megamenu > li > a:hover {
  color: #333;
}
.header-style2 .bth-megamenu .megamenu > li.current-menu-item,
.header-style2 .bth-megamenu .megamenu > li.current-menu-parent,
.header-style2 .bth-megamenu .megamenu > li.current-menu-ancestor,
.header-style2 .bth-megamenu .megamenu > li:hover {
  background: #1a1a1a;
}
.bth_search {
  position: relative;
}
.bth_search:hover .fa {
  color: #333;
}
.bth_search .fa {
  position: absolute;
  right: 10px;
  line-height: 30px;
  color: #444444;
  top: 0;
  z-index: 1;
}
.bth_search input {
  background-color: transparent;
  color: #444;
}
.bth_search input[type="text"] {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.bth_search > input[type="submit"] {
  border: medium none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -99px;
  top: 0;
  z-index: 99999;
}
.header-toplinks {
  position: relative;
  margin-right: 55px;
}
.header-toplinks a.dropdown-toggle {
  text-transform: uppercase;
  font-size: 11px;
  color: #333333;
  letter-spacing: 1px;
}
.header-toplinks .links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-toplinks .links li {
  float: left;
  padding-left: 22px;
}
.header-toplinks .links li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #333;
  display:none !important;
}
.header-toplinks .links li:hover> a {
  color: #aaa;
}
#bth-header.bth-header .wellcome {
  font-family: New Roman;
  font-size: 14px;
  font-style: italic;
  color: #333333;
  float: left;
  padding-right: 98px;
  padding-left: 15px;
}
#bth-header.bth-header #header-topbar {
  font-size: 13px;
}
#bth-header.bth-header #header-topbar li.open a {
  color: #333;
}
#bth-header.bth-header #header-topbar .left-topbar,
#bth-header.bth-header #header-topbar .right-topbar {
  padding-top: 13px;
  padding-bottom: 13px;
  float: left;
  width: 100%;
}
#bth-header.bth-header #header-topbar .left-topbar {
  padding-left: 15px;
}
#bth-header.bth-header #header-topbar .right-topbar {
  padding-left: 70px;
}
/*#bth-header.bth-header #header-topbar .right-topbar:before {
  content: "";
  height: 999999px;
  margin-top: -99px;
  width: 1px;
  border-left: 1px solid #EEE;
  box-shadow: -2px 0px 2px -2px #CCC;
  position: absolute;
  left: 26px;
  z-index: 9;
}*/
#bth-header.bth-header #header-topbar .topbar-setting {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
#bth-header.bth-header #header-topbar .topbar-setting > div {
  list-style: none;
  position: relative;
}
#bth-header.bth-header #header-topbar .topbar-setting > div:after {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #292929;
}
#bth-header.bth-header #header-topbar .topbar-setting > div:first-child:after {
  display: none;
}
#bth-header.bth-header #header-topbar .topbar-setting > div > a {
  padding: 0 18px 0 16px;
  display: inline-block;
}
#bth-header.bth-header #header-topbar .topbar-setting > div:first-child a {
  padding-right: 0;
}
#bth-header.bth-header #header-topbar .topbar-setting > div .fa {
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
#bth-header.bth-header #header-topbar .topbar-setting > div .fa:hover {
  color: #333;
}
#bth-header.bth-header #header-topbar .topbar-setting > div ul.dropdown-menu {
  padding: 0;
  position: absolute;
  top: 29px;
  z-index: 1000;
  background: #333;
}
#bth-header.bth-header #header-topbar .topbar-setting > div ul.dropdown-menu.langs {
  min-width: 140px;
}
#bth-header.bth-header #header-topbar .topbar-setting > div ul.dropdown-menu.links {
  min-width: inherit;
}
#bth-header.bth-header #header-topbar .topbar-setting > div ul.dropdown-menu li a {
  line-height: 30px;
  color: #fff;
  padding: 2px 20px;
  text-align: left;
  font-size: 12px;
}
#bth-header.bth-header #header-topbar .topbar-setting > div ul.dropdown-menu li a img {
  margin-right: 10px;
}
#bth-header.bth-header #header-topbar .topbar-setting > div ul.dropdown-menu li:hover {
  background: #333;
}
#bth-header.bth-header #header-topbar .topbar-setting > div ul.dropdown-menu li:hover a {
  color: #fff;
}
#bth-header.bth-header #header-topbar .topbar-setting .shoppingcart {
  position: relative;
}
#bth-header.bth-header #header-topbar .topbar-setting .shoppingcart .count {
  position: absolute;
  top: -5px;
  right: 11px;
  width: 12px;
  height: 12px;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  border-radius: 500px;
  background: #333;
  color: #fffefe;
}
#bth-header.bth-header #header-topbar .topbar-setting .shoppingcart a:hover > .count {
  color: #fff;
}
#bth-header.bth-header #header-topbar .topbar-setting .language-filter > a {
  display: inline-block;
  font-size: 0;
}
#bth-header.bth-header #header-topbar .topbar-setting .header-toplinks ul.dropdown-menu {
  width: 100%;
}
.content-navigation {
  float: left;
}
.header-quick-access {
  float: right;
  position: relative;
  line-height: 50px;
  margin-right: 57px;
}
/*-----------------------------*/
.mini_cart_container {
  position: relative;
  padding: 0;
  float: right;
  margin-left: 10px;
}
/*------------------------*/
.search-form > .fa {
  cursor: pointer;
  font-size: 14px;
}
.search-form > .fa:hover {
  color: #888;
}
.search-form .show {
  display: block !important;
}
#bth-header.bth-header-1 .inner-topbar {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.inner-topbar #bth-header.bth-header-2 #header-topbar {
  background: none;
  color: #333;
  padding: 0;
}
.inner-topbar #bth-header.bth-header-2 #header-topbar .inner-topbar {
  border-bottom: 1px solid #e5e5e5;
  padding: 11px 0;
}
.inner-topbar #bth-header.bth-header-2 #header-topbar .inner-topbar .header-toplinks:hover {
  color: #000;
}
.inner-topbar #bth-header.bth-header-2 #header-topbar .topbar-setting > div:after {
  background: #ccc!important;
}
.inner-topbar #bth-header.bth-header-2 #header-topbar a {
  color: #444;
}
.inner-topbar #bth-header.bth-header-2 .logo-content {
  padding: 37px 0 40px 0;
  text-align: center;
}
.inner-topbar #bth-header.bth-header-2 .header-content {
  padding: 0;
  margin-bottom: 18px;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner {
  background: #111;
  color: #fff;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner i {
  color: #fff;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner i:hover {
  color: #333;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner ul.megamenu li.menu-item > a {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 6px;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner ul.megamenu li.menu-item > a:hover {
  color: #aaaaaa;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .nav-container {
  height: auto;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .nav-container .bth-megamenu ul.mega-nav li.menu-item a {
  color: #333;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 0;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .nav-container .bth-megamenu ul.mega-nav li.menu-item a:hover {
  color: #aaaaaa;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .header-search-cart .shoppingcart {
  padding-right: 10px;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .header-search-cart .shoppingcart a {
  padding: 9px 15px;
  font-size: 15px;
  position: relative;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .header-search-cart .shoppingcart a span.count {
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  background: #333;
  position: absolute;
  top: 7px;
  right: 7px;
  color: #fff;
  z-index: 99;
  font-size: 8px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .header-search-cart .shoppingcart a:hover {
  color: #333;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .header-search-cart .search-form {
  float: left;
  position: relative;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .header-search-cart .search-form .icon-search {
  cursor: pointer;
  padding: 9px 15px;
  font-size: 15px;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .header-search-cart .search-form .icon-search:hover {
  color: #333;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .header-search-cart .search-form .box-search {
  top: 43px;
  right: 0px;
}
.inner-topbar #bth-header.bth-header-2 .header-content .header-content-inner .header-search-cart .search-form:after {
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  background: #414141;
  position: absolute;
  top: 15px;
  right: 0px;
}
.header-promotion {
  text-align: center;
  text-transform: uppercase;
  color: #888;
  padding: 20px 0;
}
.header-promotion p {
  display: inline-block;
  margin: 0;
  font-size: 12px !important;
}
.header-promotion p em {
  color: #333;
  text-decoration: initial;
  font-style: normal;
}
.header-promotion a {
  margin-right: 20px;
  border-right: 1px solid #e8e8e8;
  padding-right: 15px;
  color: #666;
  position: relative;
}
.header-promotion a:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: -2px;
}
.header-promotion a:hover {
  text-decoration: initial;
}
.header-promotion a:last-child {
  border: none;
}
.header-transparent .header-sticky {
  background: #333;
  -webkit-box-shadow: 0 6px 6px -6px rgba(85, 85, 85, 0.5);
  box-shadow: 0 6px 6px -6px rgba(85, 85, 85, 0.5);
}
.header-transparent .header-sticky .search-form {
  float: right;
  position: static;
}
.header-transparent .header-sticky .search-form .icon-search {
  position: relative;
  z-index: 99;
  padding: 0;
  border-right: 1px solid #565657;
  padding-right: 10px;
  margin-right: 10px;
  color: #eee;
}
.header-transparent .header-sticky .search-form .box-search {
  top: 50px;
  right: 15px;
  z-index: 99;
}
.header-transparent .header-sticky .shoppingcart {
  position: static;
  float: right;
  padding-left: 0;
}
.header-transparent .header-sticky .shoppingcart a {
  font-size: 14px;
  width: auto;
  line-height: 30px;
  padding-left: 35px;
  z-index: 99;
  color: #eee;
  background: url("images//h3-icon-top-cart.png") 0 0 no-repeat;
}
.header-transparent .header-sticky .shoppingcart a:hover {
  text-decoration: initial;
}
.header-transparent .header-sticky .shoppingcart a .count {
  right: auto;
  left: 13px;
}
.header-transparent .header-sticky .bth-megamenu {
  text-align: left;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse {
  float: none !important;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav {
  float: none;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li > a {
  color: #eee;
  border: none;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li > a > span {
  color: #eee;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li.current-menu-item > a,
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li.current-menu-parent > a,
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li.current-menu-ancestor > a {
  color: #333;
  border-top-color: transparent;
  background: none;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li:hover > a {
  color: #333;
  border-top-color: transparent;
  background: none;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li.current-menu-item > a > span {
  color: #aaaaaa;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li.open .woocommerce .product-col {
  visibility: visible !important;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li.dropdown > a {
  color: #eee;
  position: relative;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li.dropdown > a:before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 5px;
  top: 17px;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li.dropdown .dropdown-menu a {
  color: #333;
}
.header-transparent .header-sticky .bth-megamenu .navbar-collapse ul.nav li.dropdown .dropdown-menu a > span {
  color: #444;
}
/**
 * --------------------------------------------------------------------------------
 * 4.0 - Content
 * --------------------------------------------------------------------------------
 */
.home .bth-mainbody {
    overflow: hidden;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.custom_clear {
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0;
}
.page-title-container {
  display: none;
}
.entry-header {
  display: none;
}
.box-content {
  position: relative;
}
.box-content .vc_row{
  margin-right: 0;
  margin-left: 0;
}
.box-content .wpb_column{
  padding: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition:all 1s ease-in-out;
  -moz-transition:all 1s ease-in-out;
  -o-transition:all 1s ease-in-out;
  transition:all 1s ease-in-out;
}
.box-content:before {
  content: "";
  height: 999999px;
  margin-top: -160px;
  width: 4px;
  position: absolute;
  left: 11px;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 101%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(101%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 101%, rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 101%, rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 101%, rgba(237,237,237,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 101%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
  z-index: 9;
}
/*banner*/
.wpb_content_element.wpb_revslider_element{
  margin-bottom: 0;
}
.tp-caption a:hover{
  color: #666;
}
.title-slidercaption3 .first {
  font-size: 34px!important;
  font-family: Raleway;
  font-weight: 900;
  color: #222;
}
.title-slidercaption3 .last {
  font-size: 22px!important;
  font-weight: 300;
  position: absolute;
  bottom: 0px;
  left: 40px;
  opacity: 0.9;
  font-family: Raleway;
  top: -8px;
}
.tp-caption .title-slidercaptio1 {
  position: relative;
  font-size: 27px!important;
  font-family: Raleway;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.tp-caption .title-slidercaptio2 {
  font-size: 66px!important;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  position: absolute;
  top: 7px;
  line-height: 112px;
  font-family: 'Raleway';
  font-weight: 900;
}
.tp-caption .title-slidercaptio4 {
  font-size: 14px!important;
  font-family: Times New Roman;
  font-style: italic;
  color: #666;
  line-height: 18px !important;
  text-align: right;
  position: absolute;
  left: 15px;
}
.tp-caption .title-slidercaptio5 {
  font-family: Montserrat;
  font-size: 18px!important;
  color: #222;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
  background: 0;
}
.tp-caption .title-slidercaptio5:hover {
  background: none;
  color: #333;
}
.numerical-order {
  font-family: Raleway;
  font-size: 34px;
  color: #222;
  font-weight: 900;
}
.numerical-order span {
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  top: -10px;
}
.slider_caption .slider2-caption1 {
  font-family: Raleway;
  font-size: 26px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1.7px !important;
  position: absolute;
  top: -7px;
  left: 3px;
  margin: 0 !important;
}
.slider_caption .slider2-caption1.cap-first {
  letter-spacing: -1px !important;
}
.slider_caption .first {
  top: -7px;
}
.slider_caption .slider2-caption2 {
  font-size: 83px;
  font-family: Raleway;
  font-weight: 900;
  color: #222;
  text-transform: uppercase;
}
.slider_caption p {
  font-style: italic;
  font-family: Times New Roman;
  line-height: 20px;
  position: absolute;
  right: 0;
  font-size: 14px !important;
  color: #666;
  text-align: justify;
}
.slider_caption a {
  font-family: Montserrat;
  text-transform: uppercase;
  background: none;
  color: #222;
  border-bottom: 1px solid #333;
  position: absolute;
  right: -105px;
  top: 240px;
  font-size: 18px !important;
}
.rev_slider .tp-bannertimer {
  height: 2px;
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
.home4-banner-middle{
  margin: 20px 0;
}
.home4-banner-top{
  margin-bottom: 20px;
}
.home4-banner-middle .banner-left,
.wpb_single_image .wpb_wrapper{
  position: relative;
  overflow: hidden;
}
.wpb_single_image .wpb_wrapper img{
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.wpb_single_image .wpb_wrapper:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home4-banner-middle .banner-left .text-style_banner4,
.wpb_single_image .banner_caption{
  position: absolute;
}
.home4-banner-middle .banner-left .text-style_banner4{
  top: 53px;
  left: 70px;
}
.home4-banner-middle .banner-left .vc_column-inner{
  display: block;
  height: 100%;
  height: 340px;
}
.home4-banner-top .wpb_single_image .banner_caption.caption-left{
  top: 138px;
  left: 53px;
}
.home4-banner-top .wpb_single_image .caption-left.btn-banner{
  bottom: 80px;
  left: 53px;
}
.home4-banner-top .wpb_single_image .caption-right.btn-banner{
  bottom: 100px;
  left: 35px;
}
.home4-banner-top .wpb_single_image .banner_caption.caption-right{
  bottom: 60px;
  right: 34px;
}
.home4-banner-middle .wpb_single_image .banner_caption{
  bottom: 100px; 
  right:20px;
}

.home4-banner-middle .wpb_single_image .banner_caption h2:after{
  display: none;
}
.home4-banner-middle .wpb_single_image .banner_caption h2{
  line-height: 20px;
  font-size: 12px;
  padding: 0;
}
.home4-banner-middle .banner-left a{
  font-size: 12px;
  font-family: Montserrat;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 12px 46px;
  background: #333;
  letter-spacing: 1px;
  transition:all 0.4s ease-in-out;
}
.home4-banner-middle .banner-left a:hover{
  background: #222222;
}
.home4-banner-middle .wpb_single_image .banner_caption p.price{
  color: #ddd;
  font-style: 16px;
  line-height: 18px;
}
.home4-banner-middle .wpb_single_image .banner_caption p.price del{
  color: #aaa;
}

.home4-banner-middle .banner-left h2,
.wpb_single_image .banner_caption h2{
  text-transform: uppercase;
  line-height: 25px;
  font-size: 18px;
  padding: 0 0 15px;
  letter-spacing: 1px;
  position: relative;
  margin: 0;
}
.home4-banner-middle .banner-left h2{
  font-size: 26px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.home4-banner-middle .banner-left h2:after,
.wpb_single_image .banner_caption h2:after{
  content: "";
  height: 1px;
  background: #888;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wpb_single_image .banner_caption.white h2:after{
  background: #fff;
}
.home4-banner-middle .banner-left p{
  font-size: 16px !important;
  color: #666;
  line-height: 20px !important;
  margin-bottom: 25px;  
}
.home4-banner-middle .banner-left p,
.wpb_single_image .banner_caption p{
  font-family: Time New Romans;
  font-size: 18px;
  padding: 0;
  line-height: 35px;
}

.box-content .vc_column_container{
  padding: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition:all 1s ease-in-out;
  -moz-transition:all 1s ease-in-out;
  -o-transition:all 1s ease-in-out;
  transition:all 1s ease-in-out;
}
.home4-banner-top .vc_column_container:hover{
  background-size:110%;
  background-position:-10% -10%;
}
.caption-right.banner-info1{
  border:none;
}
.banner-info1 {
  width: 160px;
  height: 104px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.txt-banner1 h3 {
  font-family: Raleway;
}
.caption-right.banner-info1 .txt-banner1 h3{
  font-size: 14.5px;
}
.caption-right.banner-info1 .txt-banner3 p{
  font-size: 24px;
}
.banner-info1 .txt-banner1 h3 {
  font-size: 13.5px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  margin: 14px 0 0 0;
}
.banner-info1 .txt-banner2 p {
  font-family: Raleway;
  font-size: 36px;
  font-weight: 900;
  line-height: 25px;
  margin: 0;
}
.banner-info1 .txt-banner3 p {
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  font-family: Montserrat;
}

.wrapper-banner-header {
  width: 42.2%;
  float: left;
  margin: 0;
  padding-left: 10px;
}
.wrapper-banner-header .banner-header1,
.wrapper-banner-header .banner-header2 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.wrapper-banner-header .wrapper-banner-img,
.wrapper-banner-header .wrapper-banner-info {
  width: 50%;
  float: left;
  margin: 0;
}
.wrapper-banner-header .wrapper-banner-img {
  padding-left: 5px;
  overflow: hidden;
}
.box-banner-content1 .wpb_single_image,
.wrapper-banner-header .wrapper-banner-img .wpb_wrapper {
  overflow: hidden;
}
.box-banner-content1 .wpb_single_image img,
.wrapper-banner-header .wrapper-banner-img img {
  max-width: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.box-banner-content1 .wpb_single_image:hover img,
.owl-carousel .blog-container.blog-visual .post-thumb a:hover span,
.wrapper-banner-header .wrapper-banner-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.wrapper-banner-header .wrapper-banner-info {
  padding-right: 5px;
}
.wrapper-banner-header .wrapper-banner-info .banner-header-info {
  height: 171px;
  background: #333;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.wrapper-banner-header .wrapper-banner-info .banner-header-info:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 24px;
  height: 16px;
  width: 12px;
  position: absolute;
  right: -9px;
  top: 50%;
  color: #333;
  line-height: 16px;
  margin-top: -7px;
}
.wrapper-banner-header .wrapper-banner-info .banner-header-info .name-banner p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 22px;
  margin-top: 55px;
  letter-spacing: 2px;
}
.wrapper-banner-header .wrapper-banner-info .banner-header-info .btn-banner a {
  text-transform: uppercase;
  font-size: 12px;
  color: #aaa;
}
.wrapper-banner-header .wrapper-banner-info .banner-header-info .btn-banner a:hover {
  text-decoration: initial;
}
.wrapper-banner-header .banner-header2 .wrapper-banner-info {
  padding-right: 0;
  padding-left: 5px;
}
.wrapper-banner-header .banner-header2 .banner-header-info:before {
  content: "\f0d9";
  left: -9px;
  right: auto;
}
.wrapper-banner-header .banner-header2 .banner-header-info .name-banner p {
  padding: 0 30px;
}
.wrapper-banner-header .banner-header2 .wrapper-banner-img {
  padding-left: 0;
  padding-right: 5px;
}
.bth-mainbody {
  margin-top: 0px;
  overflow: hidden;
}
.visual-composer {
  margin-bottom: 0px;
}
.brands {
  overflow: hidden;
  padding: 0 70px;
  margin-bottom: -1px !important;
}
.brands .owl-carousel {
  padding: 40px 0;
}
.brands .owl-carousel .owl-nav {
  position: initial !important;
}
.brands .owl-carousel .owl-nav .owl-prev,
.brands .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -18px !important;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition: 0.15s ease-in-out 0.2s;
  -moz-transition: 0.15s ease-in-out 0.2s;
  -o-transition: 0.15s ease-in-out 0.2s;
  transition: 0.15s ease-in-out 0.2s;
}
.brands .owl-carousel .owl-nav .owl-prev {
  left: -100px;
}
.brands .owl-carousel .owl-nav .owl-next {
  right: -100px;
}
.brands:hover .owl-carousel .owl-nav .owl-prev {
  left: -55px;
}
.brands:hover .owl-carousel .owl-nav .owl-next {
  right: -55px;
}
.category-image {
  margin-bottom: 24px;
}
.category-info .page-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.category-info .term-description {
  line-height: 25px;
  margin-bottom: 12px;
  text-align: justify;
}
.category-info .orderby {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.row-full > .row {
  margin-left: 0;
  margin-right: 0;
}
.row-full > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.container-row {
  padding: 40px 30px 0;
}
.post.post-medium .blog-meta {
  padding-bottom: 15px;
}
.post .post-image img {
  max-width: 100%;
}
.single-container .blog-title {
  margin-bottom: 20px;
  margin-top: 0;
}
.single-container .post-content {
  color: #555;
  font-size: 1.1em;
  font-weight: 300;
}
.single-container .post-content h1,
.single-container .post-content h2,
.single-container .post-content h3,
.single-container .post-content h4,
.single-container .post-content h5,
.single-container .post-content h6 {
  color: #444444;
}
.single-container .post-content p {
  line-height: 1.9;
}
h5.entry-title {
  font-size: 13px;
  font-weight: 700;
}
.related-post-content {
  margin-bottom: 30px;
}
.related-post-content a {
  color: #444444;
}
.related-post-content a:hover {
  color: #666;
}
.related-post-content .post-thumb {
  margin-bottom: 0;
}
.post-thumb {
  margin-bottom: 30px;
}
.post-thumb a.post-img-1 {
  overflow: hidden;
  display: block;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  -webkit-transition: all 600ms ease-in-out 0.2s;
  -moz-transition: all 600ms ease-in-out 0.2s;
  -o-transition: all 600ms ease-in-out 0.2s;
  transition: all 600ms ease-in-out 0.2s;
}
.post-thumb a.post-img-1 img {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  -webkit-transition: all 600ms ease-in-out 0.2s;
  -moz-transition: all 600ms ease-in-out 0.2s;
  -o-transition: all 600ms ease-in-out 0.2s;
  transition: all 600ms ease-in-out 0.2s;
}
.post-thumb a.post-img-1:hover {
  background: #333;
}
.post-thumb a.post-img-1:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  filter: alpha(opacity=60);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.blog-style2 .post-thumb a {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-style2 .post-thumb a img {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transition: all 500ms ease-in-out 0.2s;
  -moz-transition: all 500ms ease-in-out 0.2s;
  -o-transition: all 500ms ease-in-out 0.2s;
  transition: all 500ms ease-in-out 0.2s;
}
.blog-style2 .post-thumb a:before {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #fff;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transition: all 500ms ease-in-out 0.2s;
  -moz-transition: all 500ms ease-in-out 0.2s;
  -o-transition: all 500ms ease-in-out 0.2s;
  transition: all 500ms ease-in-out 0.2s;
  z-index: 1;
}
.blog-style2 .post-thumb a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  filter: alpha(opacity=70);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.blog-style2 .post-thumb a:hover:before {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.blog-style2 .title {
  margin: 20px 0;
  font-size: 15px;
  /* Approximation due to font substitution */
  font-weight: 700;
  line-height: 1.333;
  /* Approximation due to font substitution */
  text-transform: uppercase;
}
.blog-style2 .content {
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 1.429;
  /* Approximation due to font substitution */
  margin-bottom: 20px;
}
.wrapper-blog-content {
  margin-top: 7px;
  margin-bottom: 46px;
  width: 100%;
  display: inline-block;
}
.wrapper-blog-content .title-blog {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  margin-bottom: 26px;
  text-align: center !important;
}
.wrapper-blog-content .title-blog span:after {
  display: none;
}
.wrapper-blog-content .grid-posts .owl-theme .owl-nav {
  top: -33px;
  right: -2px;
}
.grid-posts{
  padding: 0 70px;
  margin-top: 30px;
}
.owl-carousel .blog-container {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.owl-carousel .blog-container:last-child .blog-container-inner .post-thumb {
  padding: 0;
}
.owl-carousel .blog-container:last-child .blog-container-inner .visual-inner {
  float: left;
  padding: 0;
}
.owl-carousel .blog-container:last-child .blog-container-inner .visual-inner:before {
  right: -7px;
  left: auto !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-carousel .blog-container.blog-mini .video-responsive,
.owl-carousel .blog-container.blog-mini .audio-responsive {
  padding-bottom: 100%;
  margin-bottom: 0;
}
.owl-carousel .blog-container.blog-mini .post-thumb {
  margin-bottom: 0;
}
.owl-carousel .blog-container .blog-container-inner {
  border-bottom: 1px solid #ededed;
}
.owl-carousel .blog-container .blog-thumb {
  margin-bottom: 30px;
}
.owl-carousel .blog-container .blog-thumb img {
  width: 100%;
}
.owl-carousel .blog-container h2.blog-title {
  margin-bottom: 20px;
  margin-top: 0;
}
.owl-carousel .blog-container h2.blog-title a {
  text-decoration: none;
  color: #222;
}
.owl-carousel .blog-container h2.blog-title a:hover {
  color: #333;
}
.owl-carousel .blog-container .blog-content {
  line-height: 1.9;
}
.owl-carousel .blog-container.blog-visual.blog-visual-2 .meta-heading {
  margin-left: 0;
}
.owl-carousel .blog-container.blog-visual .blog-meta {
  width: 100%;
  float: none!important;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner {
  margin: 0;
  border: 0;
  padding: 0;
  position: relative;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .meta .author-link {
  border-right: 1px solid #f0f0f0;
  padding-right: 10px;
  margin-right: 10px;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .meta a:hover {
  text-decoration: initial;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner {
  position: relative;
}

.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .blog-title {
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  font-family: Montserrat;
  color: #333333;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 700;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .blog-title:before{
  bottom: -15px;
  top: auto;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .blog-title a {
  color: #333;
  transition: all 0.5s ease 0s;
}
.owl-carousel .blog-container.blog-visual .post-thumb a {
  width: 100%;
  height: 206px;
}
.owl-carousel .blog-container.blog-visual .post-thumb a span {
  display: block;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .blog-title a:hover {
  color: #888;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .blog-content {
  font-size: 12px;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .blog-content p {
  line-height: 20px;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .meta {
  font-size: 12px;
  color: #666;
  line-height: 1;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .meta span {
  display: inline-block;
  line-height: 30px;
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
}
.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .meta .published {
  position: relative;
}

.owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .meta .comment-count a {
  padding-left: 15px;
  color: #333;
}
.owl-carousel .blog-container.blog-visual .post-thumb {
  overflow: hidden;
}
.owl-carousel .blog-container.blog-visual .post-thumb,
.owl-carousel .blog-container.blog-visual .status-responsive {
  margin-bottom: 0;
  position: relative;
}
.owl-carousel .blog-container.blog-visual .post-thumb .published,
.owl-carousel .blog-container.blog-visual .status-responsive .published {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 14px;
  background: #000;
  color: #fff;
  font-size: 12px;
}
.owl-carousel .blog-container.blog-visual .meta-date > span {
  width: 65px;
  height: 65px;
  background: #333;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  float: right;
  display: table;
  color: #fff;
}
.owl-carousel .blog-container.blog-visual .meta-date > span > span {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.owl-carousel .blog-container.blog-visual .meta-date > span .d {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: bottom;
}
.owl-carousel .blog-container.blog-visual .meta-date > span .my {
  font-size: 0.9em;
  vertical-align: top;
}
.owl-carousel .blog-container.blog-visual .meta-heading {
  margin-bottom: 20px;
  margin-left: 80px;
}
.owl-carousel .blog-container.blog-visual .meta-heading .blog-title {
  font-size: 1.5em;
}
.owl-carousel .blog-container.blog-visual .meta-heading .visual-meta {
  list-style: none;
  padding: 0;
  color: #aaa;
}
.owl-carousel .blog-container.blog-visual .meta-heading .visual-meta li {
  display: inline-block;
  margin-right: 10px;
}
.owl-carousel .blog-container.blog-visual .meta-heading .visual-meta li:last-child {
  margin-right: 0;
}
.owl-carousel .blog-container.blog-visual .meta-heading .visual-meta li .fa {
  padding-right: 3px;
}
.owl-carousel .blog-container.blog-visual .meta-heading .visual-meta a {
  color: #444444;
}
.owl-carousel .blog-container.blog-visual .meta-heading .visual-meta a:hover {
  color: #666;
  text-decoration: initial;
}
.owl-carousel .blog-container.blog-masonry .blog-meta {
  width: 100%;
  float: none!important;
}
.owl-carousel .blog-container.blog-masonry .blog-container-inner {
  margin: 0;
  border: 0;
  padding: 0;
  border: 1px solid #ededed;
  margin-bottom: 30px;
}
.owl-carousel .blog-container.blog-masonry .post-thumb,
.owl-carousel .blog-container.blog-masonry .status-responsive {
  margin-bottom: 0;
}
.owl-carousel .blog-container.blog-masonry .masonry-inner {
  padding: 20px 20px 0;
}
.owl-carousel .blog-container.blog-masonry .meta-date > span {
  width: 65px;
  height: 65px;
  background: #333;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  float: right;
  display: table;
  color: #fff;
}
.owl-carousel .blog-container.blog-masonry .meta-date > span > span {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.owl-carousel .blog-container.blog-masonry .meta-date > span .d {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: bottom;
}
.owl-carousel .blog-container.blog-masonry .meta-date > span .my {
  font-size: 0.9em;
  vertical-align: top;
}
.owl-carousel .blog-container.blog-masonry .meta-heading {
  margin-bottom: 20px;
  margin-left: 80px;
}
.owl-carousel .blog-container.blog-masonry .meta-heading .blog-title {
  font-size: 1.5em;
}
.owl-carousel .blog-container.blog-masonry .meta-heading .masonry-meta {
  list-style: none;
  padding: 0;
  color: #aaa;
}
.owl-carousel .blog-container.blog-masonry .meta-heading .masonry-meta li {
  display: inline-block;
  margin-right: 10px;
}
.owl-carousel .blog-container.blog-masonry .meta-heading .masonry-meta li:last-child {
  margin-right: 0;
}
.owl-carousel .blog-container.blog-masonry .meta-heading .masonry-meta li .fa {
  padding-right: 3px;
}
.owl-carousel .blog-container.blog-masonry .meta-heading .masonry-meta a {
  color: #444444;
}
.owl-carousel .blog-container.blog-masonry .meta-heading .masonry-meta a:hover {
  color: #666;
  text-decoration: initial;
}
.blog-meta {
  color: #aaaaaa;
  position: relative;
}
.blog-meta > span {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}
.blog-meta a {
  text-decoration: initial;
}
.status-responsive {
  padding: 45px 35px;
  color: #fff;
  background: #333333;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 30px;
}
.box-feature-product .title-feature {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 17px;
  border-bottom: 1px solid #eee;
  padding-left: 70px;
}
.box-feature-product .title-feature span:after {
  display: none;
}
.box-feature-product .wrapper-featured-products {
  padding: 0 70px;
}
.box-feature-product .wrapper-featured-products .inner-content .owl-theme .owl-item .product-block {
  padding: 0;
  padding-top: 20px;
}
/* Post detail */
.entry-title {
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 12px;
}
.title h2 {
  font-size: 22px;
  color: #000;
}
h4.heading {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.post-share {
  padding: 10px 15px;
  margin: 40px 0;
  background: #1a1a1a;
}
.post-share h4 {
  margin: 15px 0;
}
.post-share .social-networks {
  margin: 7px 0;
}
.post-share .social-networks li a {
  border-radius: 0;
  /*background: #2f2f2f;*/
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  text-decoration: none;
}
.post-share .social-networks li i.fa {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 17px;
  line-height: 30px;
}
.post-share .social-networks li i.fa:hover {
  background: #48a2e0;
  color: #fff;
}
.post-share .social-networks li:last-child a {
  margin-right: 0;
}
#comments {
  margin-bottom: 0px;
}
#comments a {
  text-decoration: initial;
}
.author-about {
  margin-bottom: 30px;
}
.author-about .avatar-img {
  float: left;
  margin-bottom: 5px;
  margin-right: 20px;
}
.comment-reply-title {
  display: none;
}
/* Comment List */
.commentlists {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.commentlists ul {
  list-style: none;
}
.commentlists .the-comment {
  border-top: 1px solid #e7e6e6;
  padding-top: 25px;
  margin-top: 25px;
}
.commentlists .the-comment a {
  text-decoration: initial;
}
.commentlists .the-comment .comment-box {
  margin-left: 70px;
}
.commentlists .the-comment .comment-box > div {
  margin-bottom: 10px;
}
.commentlists .the-comment .comment-box .comment-action a {
  color: #444444;
  display: inline-block;
  margin-left: 10px;
}
.commentlists .the-comment .comment-box .comment-action a:hover {
  color: #666;
}
.commentlists .the-comment p {
  margin: 0;
  line-height: 1.9;
}
.commentlists div.avatar {
  float: left;
  margin-right: 15px;
}
.commentlists div.avatar img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.commentlists .children {
  padding-left: 70px;
}
.bth-contact {
  margin-top: 24px;
}
.contact-form-content {
  padding: 20px;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  min-height: 260px;
}
.contact-form-content .rounded {
  display: table;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #cccccc;
}
.contact-form-content .rounded .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.contact-form-content small {
  color: #111111;
}
.post-container {
  padding-bottom: 32px;
  margin-bottom: 36px;
  border-bottom: 1px solid #dddddd;
}
.post-container .name-cat {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 16px;
  margin-bottom: 24px;
  margin-top: 0;
  color: #444;
}
.post-container .post-thumb {
  overflow: hidden;
}
.post-container .post-thumb img {
  width: 100%;
  max-height: 468px;
}
.post-container .post-thumb .carousel-control {
  background-repeat: no-repeat;
  width: 31px;
  height: 70px;
  top: 45%;
}
.post-container .post-thumb .carousel-control span {
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.post-container .post-thumb .left.carousel-control {
  background-image: url('images/arrow-left.png');
  background-position: left 0;
}
.post-container .post-thumb .left.carousel-control:hover {
  background-position: left -73px;
}
.post-container .post-thumb .right.carousel-control {
  background-image: url('images/arrow-right.png');
  background-position: right 0;
}
.post-container .post-thumb .right.carousel-control:hover {
  background-position: right -73px;
}
.post-container .readmore {
  margin-top: 24px;
}
.post-container .entry-title a {
  color: #444;
}
.post-container .entry-title a:hover {
  color: #333;
}

#bth-mainbody .btn-primary {
  color: #fff;
  background: #333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  padding: 5px 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#bth-mainbody .btn-primary:hover {
  color: #fff;
  background: #333;
}
.wpb_text_column h2.title.bold {
  font-size: 24px;
}
.wpb_text_column p {
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.9;
}
.wpb_text_column h5.title.bold {
  font-size: 1em;
  font-weight: 600;
}
.wpb_text_column .contact a {
  text-decoration: initial;
}
.wpb_text_column .contact a:hover {
  color: #333;
}
.wpcf7-form {
  margin-bottom: 0px;
}
.heading-title.title-left {
  background: #fff !important;
  padding-left: 0 !important;
  color: #333 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.wrapper-testimonial {
  margin-top: 10px;
}
.testimonial-carousel {
  text-align: center;
  color: #333;
}
.testimonial-carousel .image {
  display: inline-block;
}
.testimonial-carousel .image img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.testimonial-carousel .std p {
  margin-top: 14px;
  font-size: 14px;
  font-family: New Roman;
  font-style: italic;
  color: #888;
  text-align: left;
}
.testimonial-carousel .std a {
  color: #333;
  font-size: 14px;
  font-family: New Roman;
  font-style: italic;
}
.testimonial-carousel .std a:hover {
  text-decoration: initial;
}
.testimonial-carousel .post-by {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.testimonial-carousel .post-by:before {
  content: "";
  width: 100%;
  border-top: 1px solid #eee;
  position: absolute;
  bottom: 0;
}
.testimonial-carousel .post-by span {
  opacity: 1 !important;
}
.testimonial-carousel .post-by .title {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
  font-weight: 700;
}
.testimonial-carousel .post-by .sub-title {
  font-family: New Roman;
  font-size: 14px;
  font-style: italic;
  color: #888;
}
.post-area article {
  margin-bottom: 20px;
}
#portfolio .portfolio-box .item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.bth-testimonial {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.bth-testimonial .inner-content {
  position: initial;
}
.bth-testimonial .owl-theme .owl-nav {
  top: -56px !important;
}
.bth-testimonial ol.custom-indicators {
  bottom: 10px;
  margin-bottom: 0;
}
.bth-testimonial ol.custom-indicators li {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ddd;
  border: none;
  margin: 0 3px 0 0;
  padding: 0;
}
.bth-testimonial ol.custom-indicators li:hover {
  background: #333;
}
.bth-testimonial ol.custom-indicators li.active {
  background: #333;
}
.bth-testimonial.white {
  color: #ffffff;
}
.bth-testimonial blockquote {
  filter: alpha(opacity=80);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  border-left: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.bth-testimonial blockquote p {
  font-size: 1em;
  line-height: 1.7;
}
.bth-testimonial footer {
  padding: 30px 0 0;
  position: relative;
}
.bth-testimonial footer .image {
  margin-right: 10px;
}
.bth-testimonial footer h5 {
  margin-top: 0;
}
.bth-testimonial footer h5,
.bth-testimonial footer span {
  filter: alpha(opacity=80);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.post-widget article,
.comment-widget article {
  margin-bottom: 20px;
}
.post-widget article:last-child,
.comment-widget article:last-child {
  margin-bottom: 0;
}
.post-widget article img,
.comment-widget article img {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 15px;
}
.post-widget article h6,
.comment-widget article h6 {
  font-weight: 600;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}
.post-widget article p,
.comment-widget article p {
  font-size: 0.86667em;
  margin-bottom: 0;
}
.post-widget article:first-child {
  padding-top: 0;
}
.post-widget article p {
  color: #dddddd;
}
.post-widget h6 {
  max-height: 65px;
  overflow: hidden;
  line-height: 20px;
}
.post-widget h6 a {
  color: #444;
  font-weight: 600;
  font-size: 13px;
}
.post-widget h6 a:hover {
  text-decoration: initial;
}
.flickr-gallery img {
  float: left;
  width: 72px;
  height: 72px;
  padding: 3px;
}
.error404 .page_not_found {
  background: #fafafa;
  padding: 90px 0;
}
.error404 .page_not_found h1 {
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 24px;
  font-weight: 700;
}
.error404 .page_not_found .icon-404 {
  color: #e5e5e5;
  font-size: 144px;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 0.125;
}
.error404 .page_not_found .button-return {
  margin-top: 30px;
}
.error404 #searchform {
  margin-top: 12px;
}
.block-static {
  background-color: #fcfcfc;
  border-top: 1px solid #f2f2f2;
  padding: 50px 0 0 0;
  text-align: left;
}
.block-static .block .title {
  font-weight: normal;
  font-size: 14px;
  color: #555;
}
.block-static .block p {
  font-size: 12px;
}
.block-static .block:before {
  width: 54px;
  height: 54px;
  border: 1px solid #efefef;
  text-align: center;
  line-height: 54px;
  float: left;
  margin-right: 10px;
  color: #444;
  font-size: 18px;
  font-family: FontAwesome;
  border-radius: 50px;
  transition: 0.3s all;
}
.block-static .block:hover:before {
  background: #333;
  border-color: #333;
  color: #fff;
}
.block-static .block1:before {
  content: "\f1b8";
}
.block-static .block2:before {
  content: "\f1d8";
}
.block-static .block3:before {
  content: "\f095";
}
.header-transparent .block-static {
  background: none;
  border: none;
  padding: 0;
}
.header-transparent .block-static .block .title {
  font-size: 18px;
  color: #333;
  padding-top: 12px;
}
.header-transparent .block-static .block:before {
  font-size: 30px;
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.tabbable ul.nav-tabs {
  text-align: left;
  padding-left: 70px;
}
.tabbable .tab-content{
  padding: 0px 70px;
  margin-bottom: 0px;
}
.tabbable .tab-content .owl-item .product-block {
    margin-top: 30px;
}
.tabbable ul.nav-tabs li {
  display: inline-block;
  padding: 0;
  float: none;
  position: relative;
  margin-right: 25px;
}
.tabbable ul.nav-tabs li a {
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  padding: 0;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  letter-spacing: 1.1px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out ;
}
.tabbable ul.nav-tabs li a:before {
  content: "";
  position: absolute;
  height: 14px;
  border-left: 1px solid #aaa;
  top: 50%;
  right: -13px;
  margin-top: -7px;
}
.tabbable ul.nav-tabs li:last-child a:before {
  display: none;
}
.tabbable ul.nav-tabs li:hover > a {
  color: #222222;
}
.tabbable ul.nav-tabs .active {
  position: relative;
}
.tabbable ul.nav-tabs .active a {
  color: #333333;
  border: none;
  background: transparent;
}
.tabbable ul.nav-tabs .active:before {
  content: "";
  width: 100%;
  border-top: 1px solid #333;
  position: absolute;
  bottom: 0px;
  left: 0;

}
.home-main-content .heading-title{
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.home-main-content .heading-title span{
  padding-left: 70px;
}
.home-main-content .heading-title span:after{
  background: #eee;
  height: 1px;
  width: 110%;
  margin-top: 20px;
  margin-left: -70px;
}
.heading-title {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: Montserrat;
  margin-bottom: 18px;
}
.heading-title span {
  position: relative;
  display: block;
}
.heading-title span:after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  margin: 10px 0 0 0;
}
.owl-nav .fa {
  font-family: FontAwesome;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #333;
  border: 2px solid #ededed;
  line-height: 31px;
}
.owl-nav .fa:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
.owl-nav [class*=owl-].disabled {
  opacity: 1;
}
.wrapper-newsletter {
  height: 265px;
  background: #eee;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.wrapper-newsletter .newsletter-field {
  text-align: center !important;
}
.wrapper-newsletter input.newsletter-button {
  width: 117px;
  height: 39px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background: #333;
  margin-top: 30px;
}
.wrapper-newsletter .newsletter-field-email label {
  font-size: 16px !important;
  font-family: New Roman;
  color: #888888;
  font-style: italic;
  margin-top: 7px;
}
.wrapper-newsletter .newsletter-field-email input {
  width: 230px !important;
  padding: 14px !important;
  margin-top: 19px;
}
.wrapper-newsletter .newletter-title h3 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 37px;
}
.send-newsletter-button {
  float: left;
}
.send-newsletter-button button {
  font-family: Montserrat;
  font-size: 14px;
  color: #fff;
  padding: 7px 20px;
  background: #3d3d3d;
  font-weight: normal;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.send-newsletter-button button:hover {
  background: #ededed;
}
.theme-ads {
  background: url("images/ads-theme-bg.png") repeat;
  position: relative;
  padding: 43px 50px 47px 50px;
}
.theme-ads:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #b9b9b9;
  position: absolute;
  top: 10px;
  left: 0;
}
.theme-ads:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #b9b9b9;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.theme-ads .theme-ads-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #fffefe;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 9px;
  letter-spacing: 1px;
}
.theme-ads .theme-ads-description {
  font-size: 15px;
  margin-top: 7px;
  color: #fff;
  letter-spacing: 0.8px;
}
.theme-ads p a {
  text-transform: uppercase;
  display: block;
  padding: 6px 27px;
  color: #fff;
  background: #333;
  position: absolute;
  right: 65px;
  top: 50%;
  margin-top: -23.5px;
  font-weight: 700;
  border-radius: 2px;
}
.theme-ads p a:hover {
  color: #333;
  background: #fff;
}
.free-shipping-text {
  height: 152px;
  background: url("images/airplane.png") 90% 35px no-repeat #333;
  letter-spacing: 1px;
  padding: 36px 30px;
}
.free-shipping-text h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 50px;
  line-height: 22px;
  margin: 0;
  font-weight: 700;
  margin-bottom: 24px;
}
.free-shipping-text p {
  color: #fff;
  font-size: 12px;
}
.wrapper-newsletter {
  height: 265px;
  background: #eee;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin: 25px 0 20px;
}
.wrapper-newsletter .newsletter-field {
  text-align: center !important;
}
.wrapper-newsletter input.newsletter-button {
  width: 117px;
  height: 39px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background: #333;
  margin-top: 30px;
}
.wrapper-newsletter .newsletter-field-email label {
  font-size: 16px !important;
  font-family: New Roman;
  color: #888888;
  font-style: italic;
  margin-top: 7px;
}
.wrapper-newsletter .newsletter-field-email input {
  width: 230px !important;
  padding: 14px !important;
  margin-top: 19px;
}
.wrapper-newsletter .newletter-title h3 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 37px;
}
.send-newsletter-button {
  float: left;
}
.send-newsletter-button button {
  font-family: Montserrat;
  font-size: 14px;
  color: #fff;
  padding: 7px 20px;
  background: #3d3d3d;
  font-weight: normal;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.send-newsletter-button button:hover {
  background: #333;
}
/*#bth-main-content {
  overflow: hidden;
  padding-left: 30px;
}*/
.home #bth-main-content .box-content,
.bth-main-left-sidebar{
  margin-right: -15px;
  margin-left: 15px;
}
.sidebar-left{
  margin-left: 15px;
  margin-right: -15px;
}
.bth-main-right-sidebar{
  margin-left: -15px;
  margin-right: 15px;
}
.sidebar-right{
  margin-right: 15px;
  margin-left: -15px;
}
.bth-main-right-sidebar:after {
  content: "";
  height: 999999px;
  top: 0px;
  border-left: 1px solid #eee;
  width: 4px;
  position: absolute;
  right: 11px;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 101%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(right top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(101%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
  background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 101%, rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 101%, rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 101%, rgba(237,237,237,1) 100%);
  background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 101%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
  z-index: 9;
}
.wrapper-vertical-megamenu{
  margin-left: 15px;
  margin-right: -15px;
}
.brotheme-categories-list .categories-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 248px;
}
.banner-left1 {
  position: relative;
}
.banner-left1 .banner-left1-info {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -83px;
}
.banner-left1 .banner-left1-info .title {
  text-transform: uppercase;
  line-height: 1;
}
.banner-left1 .banner-left1-info .title .title1 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.banner-left1 .banner-left1-info .title .title2 {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 900;
}
.banner-left1 .banner-left1-info .title .title3 {
  font-size: 23px;
}
.banner-left1 .banner-left1-info .info p {
  font-family: New Roman;
  font-style: italic;
  color: #888;
  font-size: 14px;
  line-height: 18px;
  padding-top: 33px;
}
.home4-banner-top .btn-banner,
.btn-banner{
  text-align: left;
  position: absolute;
}
.banner-left1 .banner-left1-info .btn-banner {
  position: relative;
}
.btn-banner:before,
.home4-banner-top .btn-banner:before,
.banner-left1 .banner-left1-info .btn-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 126px;
  border-top: 1px solid #333;
}

.btn-banner a,
.home4-banner-top .btn-banner a,
.banner-left1 .banner-left1-info .btn-banner a {
  text-transform: uppercase;
  font-size: 16px;
  color: #222;
  padding-bottom: 5px;
  display: block;
}
.home4-banner-top .btn-banner.white a{
  color: #fff;
}
.home4-banner-top .btn-banner:before{
  border-color:#fff;
}
.rev_slider .btn-banner a{
  font-size: 18px;
  letter-spacing: 1px
}
.rev_slider .btn-banner:before{
  width: 205px;
}
.box-banner-content1 {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 35px;
}
.banner-content1,
.banner-left2 {
  position: relative;
  margin-bottom: 0;
}
.banner-content1 .banner-info,
.banner-left2 .banner-info {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.banner-content1 .banner-info .title,
.banner-left2 .banner-info .title {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 37px;
  padding-bottom: 13px;
}
.banner-content1 .banner-info .info,
.banner-left2 .banner-info .info {
  font-size: 16px;
  color: #ededed;
  font-family: New Roman;
  font-style: italic;
  line-height: 20px;
}
.banner-content1 .banner-info .btn-banner a,
.banner-left2 .banner-info .btn-banner a {
  display: inline-block;
  padding: 13px 20px 12px 20px;
  border: 1px solid #aaa;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
}
.banner-content1 {
  margin-top: 0;
}
.banner-content1 .banner-info {
  top: 20px;
}
.banner-content1 .banner-info .title {
  color: #333;
}
.banner-content1 .banner-info .info {
  color: #888888;
}
.banner-content1 .banner-info .btn-banner a {
  border: none;
  color: #333;
  margin-top: 10px;
}
.banner-content3 {
  position: relative;
  overflow: hidden;
}
.banner-content3:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-content3 a img {
  max-width: 100%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out 0.2s;
  -moz-transition: 0.25s ease-in-out 0.2s;
  -o-transition: 0.25s ease-in-out 0.2s;
  transition: 0.25s ease-in-out 0.2s;
}
.banner-content3 .info {
  position: absolute;
  width: 78px;
  height: 52px;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -50px;
}
.banner-content3 .info .txt1 p {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-family: Montserrat;
  letter-spacing: 1.7px;
  line-height: 18px;
  margin: 0;
}
.banner-content3 .info .btn {
  padding: 0;
  margin: 0;
}
.banner-content3 .info .btn a {
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper-banner-content {
  position: relative;
}
.banner-content3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.banner-content3 .banner-content3-info {
  width: 100%;
  text-align: center;
  float: left;
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.7);
  margin-top: -48px;
}
.banner-content3 .banner-content3-info .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0 8px 0;
}
.banner-content3 .banner-content3-info .btn-banner {
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0 15px 0;
}
.banner-appliances {
  position: relative;
}
.banner-appliances .banner-info1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -51px;
  margin-left: -69px;
}
.banner-fashion {
  position: relative;
}
.banner-fashion .banner-info1 {
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -80px;
}
.banner-fashion .banner-info1 .txt-banner1 h3 {
  margin-top: 15px;
}
.banner-fashion .banner-info1 .txt-banner2 p {
  font-size: 36px;
}
.banner-fashion .banner-info1 .txt-banner3 p {
  font-size: 25px;
}
.banner-furniture {
  position: relative;
}
.banner-furniture .banner-info1 {
  position: absolute;
  top: 19%;
  left: 50%;
  margin-left: -84px;
  border: none;
}
.banner-furniture .banner-info1 .txt-banner1 h3 {
  font-size: 13px;
}
.wrapper-category-content {
  width: 25%;
  height: 786px;
  overflow: hidden;
}
.wrapper-category-content .brands {
  display: none;
}
.wrapper-category-content .brotheme-categories-list {
  padding: 16px 0;
  border: 1px solid #dddddd;
  border-bottom: none;
  height: 368px;
}
.wrapper-category-content .brotheme-categories-list .categories-list li {
  line-height: 38px;
}
.wrapper-category-content .brotheme-categories-list .categories-list li a {
  padding-left: 20px;
  font-family: New Roman;
  font-size: 14px;
  color: #333333;
}
.wrapper-category-content .brotheme-categories-list .categories-list li a:hover {
  color: #aaa;
}
.title-content-product {
  margin: 0;
  line-height: 50px;
  background: #333;
  color: #fff;
  padding-left: 20px;
}
.title-content-product span:after {
  display: none;
}
.wrapper-category-product {
  padding-bottom: 18px;
}
.wrapper-category-product .tab-content {
  padding: 0 70px;
}

.wrapper-category-product .woocommerce .product-slide .owl-item .product-block {
  padding-top: 29px;
  border-top: none;
}
.block-content1,
.block-content2,
.block-content3 {
  margin-bottom: 30px;
}
.block-content4 {
  margin-bottom: 35px;
}
.block-content4 .wrapper-funiture-category .brotheme-categories-list {
  height: 248px;
}
.block-content3 .wrapper-funiture-category .brotheme-categories-list {
  height: 248px;
}
.block-content3 .product-slide .owl-item {
  border-left: 1px solid #eee;
  border-right: none !important;
}
.block-content3 .product-slide .owl-item.active:last-child {
  border-left: 0;
}
.wrapper-latest-deals {
  margin-bottom: 11px !important;
}
.wrapper-latest-deals .owl-carousel .owl-item .product-deals {
  margin-left: 0 !important;
  border: none !important;
}
.wrapper-latest-deals .owl-carousel .owl-item .product-deals .btn-cart,
.wrapper-latest-deals .owl-carousel .owl-item .product-deals .button-action {
  display: none;
}
.wrapper-latest-deals .owl-carousel .owl-item h4.name a {
  padding-top: 8px !important;
}
.wrapper-latest-deals .owl-carousel .owl-item .product-info {
  height: auto !important;
}
.wrapper-latest-deals .title-content-product {
  width: 33.5%;
  float: left;
}
.wrapper-latest-deals .wrapper-time-deal {
  float: left;
  width: 66.5%;
  border: 1px solid #EEE;
  line-height: 50px;
  padding-left: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  letter-spacing: 1.5px;
}
.wrapper-latest-deals .wrapper-time-deal .hotdeal-title {
  color: #333;
}
.wrapper-latest-deals .wrapper-time-deal .time-left {
  color: #888888;
  padding-left: 5px;
}
.wrapper-latest-deals .countdown {
  width: 100%;
  display: inline-block;
  margin-top: 21px;
}
.wrapper-latest-deals .countdown .countdown-row .countdown-section {
  width: 69px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border: 2px solid #eee;
  float: left;
  margin-left: 10px;
}
.wrapper-latest-deals .countdown .countdown-row .countdown-section:first-child {
  margin-left: 0;
}
.wrapper-latest-deals .countdown .countdown-row .countdown-section .countdown-amount {
  padding: 0 10px;
  line-height: 14px;
  width: 100%;
  float: left;
  line-height: 1;
  font-size: 23px;
  margin-top: 8px;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
}
.wrapper-latest-deals .countdown .countdown-row .countdown-section .countdown-amount:before {
  content: "";
  width: 28px;
  border-top: 1px solid #dedede;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
}
.wrapper-latest-deals .countdown .countdown-row .countdown-section .countdown-period {
  width: 100%;
  float: left;
  line-height: 1;
  font-size: 14px;
  font-family: New Roman;
  font-style: italic;
  color: #aaaaaa;
  margin-top: 5px;
}
.title-content2 {
  background: #fafafa;
  color: #333;
  border: 1px solid #eee;
}
.wrapper-onsale-slider .owl-carousel .owl-item,
.wrapper-bestseller .owl-carousel .owl-item {
  padding: 0 !important;
}
.wrapper-onsale-slider .owl-carousel .owl-item .product-block,
.wrapper-bestseller .owl-carousel .owl-item .product-block {
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-image,
.wrapper-bestseller .owl-carousel .owl-item .product-block .product-image {
  width: 70px;
  margin-right: 10px;
  float: left;
}
.wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-image .onsale,
.wrapper-bestseller .owl-carousel .owl-item .product-block .product-image .onsale,
.wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-image .button-action,
.wrapper-bestseller .owl-carousel .owl-item .product-block .product-image .button-action {
  display: none;
}
.wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-info,
.wrapper-bestseller .owl-carousel .owl-item .product-block .product-info {
  height: auto;
}
.wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-info .product-badge-new,
.wrapper-bestseller .owl-carousel .owl-item .product-block .product-info .product-badge-new,
.wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-info a.btn-cart,
.wrapper-bestseller .owl-carousel .owl-item .product-block .product-info a.btn-cart,
.wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-info .button-action,
.wrapper-bestseller .owl-carousel .owl-item .product-block .product-info .button-action {
  display: none;
}
.wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-info h4.name,
.wrapper-bestseller .owl-carousel .owl-item .product-block .product-info h4.name {
  max-height: 3em;
}
.wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-info h4.name a,
.wrapper-bestseller .owl-carousel .owl-item .product-block .product-info h4.name a {
  padding: 0;
}
.wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-info span.price,
.wrapper-bestseller .owl-carousel .owl-item .product-block .product-info span.price {
  margin-top: 3px;
  margin-bottom: 0;
}
.wrapper-onsale-slider .owl-carousel .owl-item .product-block:first-child,
.wrapper-bestseller .owl-carousel .owl-item .product-block:first-child {
  border-top: none;
}
.wrapper-onsale-slider {
  margin-bottom: 24px;
}
/*quick view*/
.bth-stock .stock {
  color: #333;
}
.woocommerce .related .product-block,
.woocommerce-page .related .product-block,
.woocommerce .upsells .product-block,
.woocommerce-page .upsells .product-block {
  margin-bottom: 0!important;
}
.woocommerce table.wishlist_table {
  font-size: 100%;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #333;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  text-align: center;
}
.woocommerce table.wishlist_table thead th .product-price,
.woocommerce table.wishlist_table tbody td .product-price {
  color: #333;
  font-size: 15px;
}
.woocommerce table.wishlist_table thead th .product-price del.amount,
.woocommerce table.wishlist_table tbody td .product-price del.amount {
  color: #aaa;
  font-size: 12px;
}
table.compare-list .add-to-cart td a {
  background: red;
}
#bth-mainbody .wpcf7-form-control.wpcf7-submit {
  margin-bottom: 40px;
}
/**
 * --------------------------------------------------------------------------------
 * 5.0 - Sidebar
 * --------------------------------------------------------------------------------
 */
.bth-sidebar .widget_bth_menu_vertical .widget-inner {
  background: #222222;
}
.bth-sidebar .widget_bth_menu_vertical .widget-inner a:hover {
  text-decoration: none;
}
.bth-sidebar .widget {
  position: relative;
  margin-bottom: 30px;
}
.bth-sidebar .tagcloud a {
  background-color: #fff;
  color: #444444;
  padding: 6px 10px;
  border: 1px solid #b2b2b2;
  font-family: Montserrat;
  transition: 0.2s;
  letter-spacing: 0.5px;
}
.bth-sidebar .tagcloud a:hover {
  background: #333;
  color: #fff;
}
.bth-sidebar .bth_search input[type="text"] {
  border: 1px solid #dddddd;
}
.bth-sidebar ul.product-categories li {
  position: relative;
}
.bth-sidebar ul.product-categories li a {
  display: block;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s ease-in-out 0.2s;
  -moz-transition: all 0.5s ease-out 0s ease-in-out 0.2s;
  -o-transition: all 0.5s ease-out 0s ease-in-out 0.2s;
  transition: all 0.5s ease-out 0s ease-in-out 0.2s;
}
.bth-sidebar ul.product-categories li.current-cat-parent > a,
.bth-sidebar ul.product-categories li.current-cat > a {
  color: #333;
}
.bth-sidebar ul.product-categories li .count {
  line-height: 26px;
  position: absolute;
  right: 12px;
  top: 0;
  color: #ccc;
}
.bth-sidebar ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.bth-sidebar ul li {
  position: relative;
}
.bth-sidebar ul li:last-child {
  border-bottom: none;
}
.bth-sidebar ul li a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bth-sidebar ul li a:hover {
  color: #333;
}
.bth-sidebar select {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 4px;
  border: 1px solid #dddddd;
}
.nav_vmegamenu{
  margin-bottom: 30px;
}
.banner-left1.wpb_content_element{
  margin-bottom: 30px;
}
/**
 * --------------------------------------------------------------------------------
 * 6.0 - Footer
 * --------------------------------------------------------------------------------
 */
#bth-footer {
  background: transparent;
  margin-top: 0;
}
#bth-footer .vc_row-fluid.footer-bottom {
  border-top: 1px solid #555;
}
#bth-footer .tweet-content {
  position: relative;
  margin-top: 32px;
  line-height: 20px;
}
#bth-footer .tweet-content .twitter-article .twitter-text {
  font-style: italic;
  color: #888;
  font-size: 14px;
  font-family: Times New Roman;
  margin-bottom: 16px;
}
#bth-footer .tweet-content .twitter-article .twitter-text span strong a {
  font-style: italic;
  font-size: 14px;
  font-family: Times New Roman;
  color: #fff;
  padding-right: 5px;
}
#bth-footer .tweet-content .twitter-article .twitter-text .twitter-pic {
  display: inline-block;
  padding-right: 10px;
  padding-top: 8px;
}
#bth-footer .tweet-content .twitter-article .twitter-text .tweet-time {
  text-transform: uppercase;
  font-style: normal;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400;
}
#bth-footer .footer-left,
#bth-footer .footer-right {
  margin-left: 15px;
  margin-right: -15px;
}
#bth-footer .main-footer-content > .wpb_wrapper{
  min-height: 390px;
}
#bth-footer .vc_col-sm-9 .wpb_wrapper {
  background: #333;
}
#bth-footer .vc_col-sm-9 .wpb_wrapper .vc_row.vc_inner {
  padding-bottom: 30px;
}
#bth-footer .heading-title {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 700;
  margin-top: 47px;
  margin-bottom: 0;
  color: #eee;
}
#bth-footer .menu {
  margin-top: 0;
  padding: 0;
}
#bth-footer .footer-menu-links{
  padding-left: 85px; 
}
#bth-footer .footer-twitter{
  margin-left: -30px;
}
#bth-footer .menu li a {
  line-height: 15px;
  letter-spacing: 1px;
  color: #888;
}
#bth-footer .menu li a:hover {
  color: #fff;
}
#bth-footer .copyright p {
  padding-left: 70px;
  line-height: 55px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 11px;
  color: #ddd;
}
#bth-footer .vc_col-sm-3 .wpb_wrapper p {
  font-style: italic;
  font-family: Times New Roman;
  font-size: 14px;
  color: #888;
  padding-top: 36px;
}
#bth-footer .vc_col-sm-3 .wpb_wrapper .heading-title {
  margin-left: 0;
}
#bth-footer .vc_col-sm-3 .wpb_wrapper .heading-title span {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
}
#bth-footer .heading-title span:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  background: #eee none repeat scroll 0% 0%;
  top: 100%;
  z-index: 100;
}
#bth-footer .vc_col-sm-3 .wpb_wrapper .logo-footer {
  margin-top: 40px;
}
#bth-footer .vc_col-sm-3 .wpb_wrapper .dress {
  margin-top: 18px;
  line-height: 17px;
  margin-bottom: 13px;
}
#bth-footer .vc_col-sm-3 .wpb_wrapper .dress img {
  top: 6px!important;
}
#bth-footer .vc_col-sm-3 .wpb_wrapper .mail-suport {
  margin-top: 10px;
}
#bth-footer .vc_col-sm-3 .wpb_wrapper .general {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
  font-style: italic;
  font-family: Times New Roman;
  color: #888;
}
#bth-footer .vc_col-sm-3 .wpb_wrapper .general img {
  position: absolute;
  top: 0;
  left: 0;
}
#bth-footer ul li {
  list-style: none;
  margin-bottom: 19px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Montserrat;
}
#bth-footer p {
  line-height: 20px;
}
#bth-footer a {
  line-height: 23px;
  font-weight: 400;
  color: #ddd;
}
#bth-footer .logo-footer-img {
  padding-top: 22px;
  padding-bottom: 22px;
  border-right: 1px solid #2f2f2f;
}
#bth-footer .logo-footer-text {
  padding-top: 14px;
  padding-bottom: 18px;
}
#bth-footer .logo-footer-text p {
  font-size: 13px;
  color: #999;
  line-height: 32px;
  padding-left: 25px;
}
#bth-footer .logo-footer-icon {
  padding-top: 0px;
  padding-bottom: 0px;
}
#bth-footer .logo-footer-icon .wpb_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#bth-footer .logo-footer-icon .wpb_wrapper .social-icon-footer {
  padding-top: 10px;
}
#bth-footer .logo-footer-icon .wpb_wrapper .social-icon-footer .first {
  margin-left: 0;
}
#bth-footer .logo-footer-icon .wpb_wrapper .social-icon-footer a {
  display: inline-block;
  margin-left: 39px;
  text-align: center;
  line-height: 32px;
  transition: 0.2s;
  color: #888;
}
#bth-footer .logo-footer-icon .wpb_wrapper .social-icon-footer a:hover {
  color: #fff;
}
#bth-footer .logo-footer-icon .wpb_wrapper .social-icon-footer a i {
  font-size: 0;
}
#bth-footer .logo-footer-icon .wpb_wrapper .social-icon-footer a i:before {
  font-size: 14px;
  position: relative;
}
#bth-footer .textwidget i:before {
  padding-right: 15px;
  color: #8b8b8b;
  font-size: 16px;
}
#bth-footer .widget-inner .widget-title {
  margin-bottom: 13px;
  color: #eee;
  font-weight: 700;
  font-size: 14px;
}
#bth-footer .widget-inner .menu {
  padding: 0;
}
#bth-footer .widget-inner a,
#bth-footer .widget-inner p {
  font-size: 11px;
  color: #999;
  margin-bottom: 9px;
}
#bth-footer .widget-inner a:before,
#bth-footer .widget-inner p:before {
  border: none;
}
#bth-footer .widget-inner a {
  text-transform: capitalize;
}
#bth-footer .widget-inner a:hover {
  color: #aaaaaa;
}
#bth-footer .widget-title span:after {
  width: 48px;
}
#bth-footer .tagcloud {
  margin-top: 20px;
  transition: 0.2s;
}
#bth-footer .tagcloud a {
  margin-bottom: 7px;
  font-size: 11px!important;
}
#bth-footer .tagcloud a:hover {
  border: 1px solid #333;
  background: none;
}
#bth-footer .wpb_widgetised_column .widget_nav_menu li {
  margin-bottom: 0;
}
.footer-content {
  padding: 30px 0 0;
  background: #181818;
  color: #666;
  margin: 0;
}
.footer-content .widget-title {
  color: #fff;
}
.footer-content .widget-title span:after {
  display: none;
}
.footer-content .widget-title span:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #2f2f2f;
  display: block;
  margin-top: 10px;
}
.footer-content .about-content .store {
  margin: 10px 0;
}
.footer-content .about-content .store p {
  margin-bottom: 5px;
}
.footer-content .about-content .store .fa {
  margin-right: 10px;
  color: #aaa;
}
.footer-content .about-content .link-follow {
  padding-top: 20px;
  margin-top: 12px;
  position: relative;
  float: left;
}
.footer-content .about-content .link-follow:after {
  content: "";
  border-bottom: 1px solid #555;
  width: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-content .about-content .link-follow li {
  float: left;
  margin-right: 12px;
}
.footer-content .about-content .link-follow li a {
  line-height: 18px;
  color: #ccc;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  background: #333;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.footer-content .about-content .link-follow li a span {
  width: 60px;
  height: auto;
  line-height: 20px;
  padding: 1px 7px;
  left: 50%;
  margin-left: -30px;
  text-transform: none;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: #333;
  text-indent: 0px;
  position: absolute;
  pointer-events: none;
  bottom: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-content .about-content .link-follow li a span:before,
.footer-content .about-content .link-follow li a span:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.footer-content .about-content .link-follow li a span:after {
  bottom: -4px;
  border-top: 5px solid #333;
}
.footer-content .about-content .link-follow li a:hover {
  text-decoration: none;
  background: #333;
  color: #eee;
  padding: 0;
}
.footer-content .about-content .link-follow li a:hover span {
  bottom: 45px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footer-copyright {
  padding-bottom: 0!important;
}
.footer-copyright a {
  color: #fff;
}
.footer-copyright a:hover {
  color: #333;
}
.footer-copyright ul.links {
  padding-left: 0;
}
.footer-copyright ul.links li {
  display: inline;
  margin: 0 5px;
  border-right: 1px solid #444444;
  padding-right: 10px;
}
.footer-copyright ul.links li a {
  color: #888;
}
.footer-copyright ul.links li a:hover {
  text-decoration: initial;
}
.footer-copyright ul.links li:last-child {
  border: none;
}
.footer-copyright ul.links li:first-child {
  margin-left: 0;
}
.footer-copyright ul.links .first {
  margin: 0;
}
.footer-copyright ul.links .last {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.brotheme-instagram {
  padding-top: 40px;
}
.brotheme-instagram ul {
  padding-left: 0;
}
.brotheme-instagram ul li {
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px!important;
}
.brotheme-instagram ul li:hover :before {
  display: block;
}
.brotheme-instagram ul li a {
  position: relative;
}
.brotheme-instagram ul li a:hover img {
  opacity: 0.5;
}
.brotheme-instagram ul li a:before {
  content: "\f002";
  position: absolute;
  color: #fff;
  font-family: FontAwesome;
  font-size: 15px;
  top: 0;
  left: 30px;
  z-index: 1000;
  display: none;
}
/**
 * --------------------------------------------------------------------------------
 * 7.0 - Megamenu
 * --------------------------------------------------------------------------------
 */
/* col custom megamenu*/
.column-1 {
  width: 200px;
}
.column-2 {
  width: 400px;
}
.column-3 {
  width: 600px;
}
.column-4 {
  width: 100%;
}
.wrapper-vertical-megamenu .vmegamenu-title h2 {
  line-height: 52px;
  background: #333 none repeat scroll 0% 0%;
  color: #FFF;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  padding-left: 18px;
  letter-spacing: 1px;
  font-weight: 700;
}
.wrapper-vertical-megamenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu {
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  /*vertical menu level 0 */
  /*vertical mega menu*/
  /*end*/
  /*vertical menu default*/
}
/*style2*/
.wrapper-vertical-megamenu ul.nav_vmegamenu.menu_style2 > li {
    position: relative;
    list-style: none;
    overflow: hidden;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu.menu_style2 > li > a{
  padding-left: 30px;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu.menu_style2 > li:hover > a{
  padding-left: 30px;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu.menu_style2 li>ul.sub-menu{
  position: static;
  transition:all 0.3s ease-in-out 0s;
  max-height: 0;
  box-shadow: none;
  display: block;
  padding:0;
  left: 0;
  background: #333;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu.menu_style2 ul.sub-menu li{
  padding-left: 0;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu.menu_style2 ul.sub-menu li a{
  display: block;
  font-size: 11px;
  font-family: Montserrat;
  color: #888;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 37px;
  padding-left: 45px;
  letter-spacing: 1px;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu.menu_style2 ul.sub-menu li a:hover{
  color: #fff;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu.menu_style2 li.menu-item-has-children:hover > a:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/*end style2*/
.wrapper-vertical-megamenu ul.nav_vmegamenu > li {
  position: relative;
  list-style: none;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu > li > a {
  line-height: 49px;
  font-family: Montserrat;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  border: 1px solid #dddddd;
  border-top: none;
  padding-left: 19px;
  display: block;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition: 0.15s ease-in-out 0.01s;
  -moz-transition: 0.15s ease-in-out 0.01s;
  -o-transition: 0.15s ease-in-out 0.01s;
  transition: 0.15s ease-in-out 0.01s;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu > li:hover > a {
  padding-left: 30px;
  color: #aaaaaa;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu > li:hover > a:before {
  color: #aaaaaa;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu li.menu-item-has-children > a {
  position: relative;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu li.menu-item-has-children > a:before {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 13px;
  color: #333333;
  position: absolute;
  right: 19px;
  top: 0;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition: 0.15s ease-in-out ;
  -moz-transition: 0.15s ease-in-out ;
  -o-transition: 0.15s ease-in-out ;
  transition: 0.15s ease-in-out;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu li.menu-item-has-children:hover > a:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
li.menu-item-mega .mega-menu-container {
  position: absolute;
  left: 100%;
  top: 0;
  width: 930px;
  background: #fff;
  z-index: 999;
  padding: 30px;
  padding-right: 0;
  padding-bottom: 0;
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  visibility: hidden;
  z-index: -1;
  margin-left: 10px;
  -webkit-box-shadow: 0 5px 15px -5px #999999;
  box-shadow: 0 5px 15px -5px #999999;
}
li.menu-item-mega .mega-menu-container > .menu-image {
  padding-right: 30px;
}
li.menu-item-mega .mega-menu-container .menu-item-has-children a:before {
  display: none;
}
li.menu-item-mega .mega-menu-container .mega-menu-columns .menu-item {
  width: 194px;
  padding-right: 15px;
}
li.menu-item-mega .mega-menu-container .mega-menu-columns .menu-item img.menu-image {
  max-width: 100%;
  margin-bottom: 20px;
}
li.menu-item-mega .mega-menu-container .mega-menu-columns .menu-item .heading-sub-menu {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 15px;
  line-height: 15px;
  font-weight: 700;
}
li.menu-item-mega .mega-menu-container .mega-menu-columns .menu-item .heading-sub-menu:after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background: #000 none repeat scroll 0% 0%;
  margin: 10px 0px 0px;
}
li.menu-item-mega .mega-menu-container .mega-menu-columns .menu-item ul.sub-menu {
  padding: 0 0 31px 0;
  position: initial;
  display: block;
  border: none;
  background: transparent;
}
li.menu-item-mega .mega-menu-container .mega-menu-columns .menu-item ul.sub-menu li.menu-item {
  padding: 0;
}
li.menu-item-mega .mega-menu-container .mega-menu-columns .menu-item ul.sub-menu li.menu-item a {
  font-family: New Roman;
  font-style: italic;
  font-size: 14px;
  color: #888888;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 0;
}
li.menu-item-mega .mega-menu-container .mega-menu-columns .menu-item ul.sub-menu li.menu-item a:hover {
  color: #333;
}
li.menu-item-mega .mega-menu-container .column-4 .mega-menu-columns > .menu-item {
  width: 25%;
  padding-right: 30px;
}
li.menu-item-mega:hover .mega-menu-container {
  visibility: visible;
  z-index: 9999;
  margin-left: 0;
}
.navbar-nav li.menu-item-mega .mega-menu-container{
  top: auto;
  left: -200%;
  margin-left: 0;
  margin-top: 10px;
}
.navbar-nav li.menu-item-mega:hover .mega-menu-container {
  margin-top: 0;
}
.navbar-nav .dropdown .menu-item-has-children::before{
  display: none;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu  li>ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding: 10px 0px 8px 0;
  -webkit-box-shadow: 0 5px 15px -5px #999999;
  box-shadow: 0 5px 15px -5px #999999;
  display: none;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu ul.sub-menu li {
  position: relative;
  line-height: 36px;
  padding-left: 30px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition: 0.15s ease-in-out 0.2s;
  -moz-transition: 0.15s ease-in-out 0.2s;
  -o-transition: 0.15s ease-in-out 0.2s;
  transition: 0.15s ease-in-out 0.2s;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu ul.sub-menu li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #333;
  display: block;
  letter-spacing: 1px;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu ul.sub-menu li:hover > a {
  color: #888;
}
.wrapper-vertical-megamenu ul.nav_vmegamenu > li:hover > ul.sub-menu {
  display: block;
}
.nav_vmegamenu ul.sub-menu > li:hover > ul {
  display: block;
}
.nav-container {
  position: relative;
  z-index: 98;
  height: 51px;
  line-height: 51px;
}
.nav-container .nav-inner {
  position: relative;
  line-height: 20px;
}
#bth-mainnav {
  margin-bottom: 0;
}
.bth-megamenu.bottom-to-top .megamenu .dropdown-menu {
  display: block;
  margin: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  z-index: 1;
  box-shadow: none;
  border: 1px solid #efefef;
}
.bth-megamenu.bottom-to-top .megamenu .dropdown-menu .dropdown-menu {
  top: 0;
  left: 160px;
  margin: 0 0 0 20px;
}
.bth-megamenu.bottom-to-top .megamenu li.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.bth-megamenu .off-canvas-toggle {
  color: #fff;
  padding: 18px 20px 19px;
  min-width: 50px;
  text-align: center;
  display: none;
}
.bth-megamenu {
  position: relative;
  margin-top: 12px;
  background: none;
  border: none;
  margin: 0;
  min-height: 0;
}
.bth-megamenu .item-product-widget {
  border-color: #666;
}
.bth-megamenu .dropdown-menu {
  background: #fff;
  color: #666;
}
.bth-megamenu .dropdown-menu .button:hover {
  text-decoration: none;
}
.bth-megamenu.bth-megamenu-vertical {
  position: static;
}
.bth-megamenu.bth-megamenu-vertical .megamenu > li {
  position: static;
  float: none;
  display: block;
  margin-right: -30px;
}
.bth-megamenu.bth-megamenu-vertical .megamenu > li > a {
  padding: 5px 0;
}
.bth-megamenu.bth-megamenu-vertical .megamenu > li > a .fa {
  float: right;
  margin-right: 30px;
}
.bth-megamenu.bth-megamenu-vertical .megamenu > li > a span:after {
  margin: 0!important;
}
.bth-megamenu.bth-megamenu-vertical .megamenu > li > .dropdown-menu {
  top: 0;
  left: 100%;
  min-height: 100%;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.bth-megamenu.bth-megamenu-vertical .megamenu > li .widget-title {
  line-height: 2;
}
.bth-megamenu ul.nav {
  float: inherit;
}
.bth-megamenu ul.nav > li {
  float: left;
  text-align: left;
}
.bth-megamenu ul.nav > li.aligned-fullwidth {
  position: static;
}
.bth-megamenu ul.nav > li.aligned-fullwidth .dropdown-menu {
  left: 0;
}
.bth-megamenu ul.nav > li.aligned-fullwidth .mega-inner ul li .dropdown-menu {
  left: 100%;
  padding: 15px 16px;
}
.bth-megamenu ul.nav > li.aligned-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  transform: translate(-50%);
}
.bth-megamenu ul.nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 700;
  /* &:hover {
                    color: @link-hover-color;
                }*/
}
.bth-megamenu ul.nav > li > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bth-megamenu ul.nav > li.open > a {
  color: #aaaaaa !important;
}
.bth-megamenu .megamenu a:after,
.bth-megamenu .megamenu span:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}
.bth-megamenu .megamenu > li:first-child > a {
  padding-left: 0;
}
.bth-megamenu .megamenu > li > a {
  padding: 8px 20px;
  line-height: 32px;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bth-megamenu .megamenu > li.current-menu-item > a {
  color: #888;
}
.bth-megamenu .megamenu > li:hover > a {
  color: #888;
}
.bth-megamenu .megamenu > li .current-menu-item > a > span {
  color: #333;
}
.bth-megamenu .megamenu > li.open .woocommerce .product-col {
  visibility: visible!important;
}
.bth-megamenu .megamenu .woocommerce {
  margin-top: 5px;
}
.bth-megamenu .megamenu .woocommerce .product-col {
  visibility: hidden!important;
}
.bth-megamenu .megamenu .woocommerce .product-meta [class*="col-"] {
  width: 100%;
}
.bth-megamenu .megamenu .woocommerce .product-meta .price {
  text-align: left;
}
.bth-megamenu .megamenu .woocommerce .product-meta .title a {
  font-size: 1em;
  color: #444444;
}
.bth-megamenu .megamenu .woocommerce .product-meta .title a:hover {
  color: #666;
}
.bth-megamenu .megamenu .woocommerce .star-rating {
  width: 72px;
}
.bth-megamenu .megamenu .aligned-fullwidth > .mega-dropdown-menu {
  width: 100%!important;
}
.bth-megamenu .megamenu .aligned-fullwidth > .mega-dropdown-menu > .dropdown-menu-inner {
  overflow: hidden;
}
.bth-megamenu .megamenu .aligned-fullwidth .mega-col-nav {
  position: relative;
}
.bth-megamenu .megamenu .widget-title {
  color: #333;
}
.bth-megamenu .megamenu .widget-title span:after {
  display: none;
}
.bth-megamenu .megamenu .module img {
  max-width: 100%;
}
.bth-megamenu .mega-dropdown-menu .row {
  margin-bottom: 30px;
}
.bth-megamenu .mega-dropdown-menu .row:last-child {
  margin-bottom: 0;
}
.bth-megamenu .navbar-collapse {
  padding: 0;
}
.bth-megamenu .navbar-nav.pull-right > li > .dropdown-menu,
.bth-megamenu .navbar-nav > li > .dropdown-menu.pull-right {
  left: 0;
}
.bth-megamenu .mega-col-nav .title {
  margin-top: 0;
}
.bth-megamenu .mega-col-nav .widget {
  margin: 0;
}
.bth-megamenu .mega-col-nav .mega-inner ul.mega-nav {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.bth-megamenu .mega-col-nav .mega-inner ul.mega-nav li.menu-item {
  list-style: none;
  margin-left: 0;
  display: block;
  min-width: 180px;
  position: relative;
}
.bth-megamenu .mega-col-nav .mega-inner ul.mega-nav li.menu-item a {
  display: block;
  font-size: 12px;
}
.bth-megamenu .mega-col-nav .mega-inner ul.mega-nav li.menu-item a:focus .caret,
.bth-megamenu .mega-col-nav .mega-inner ul.mega-nav li.menu-item a:hover .caret {
  border-left: 4px solid #666 !important;
}
.bth-megamenu .mega-col-nav .mega-inner ul.mega-nav li.menu-item a .caret {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent !important;
  border-left: 4px solid #444444 !important;
}
.bth-megamenu .mega-col-nav .mega-inner ul.mega-nav li.menu-item.active a {
  color: #666 !important;
}
.bth-megamenu .mega-col-nav .mega-inner ul.mega-nav li.menu-item.menu-item {
  position: relative;
  line-height: 20px;
  margin-bottom: 8px;
}
.bth-megamenu .mega-col-nav .mega-inner ul.mega-nav li.menu-item.menu-item > ul {
  display: none;
  padding: 10px;
}
.bth-megamenu .mega-col-nav .mega-inner ul.mega-nav li.menu-item.menu-item:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 99;
  box-shadow: 0 1px 3px #D3D3D3;
  background-color: #fff;
}
.bth-megamenu .aligned-fullwidth .dropdown-menu {
  padding: 20px;
}
.bth-megamenu .dropdown-menu {
  min-width: 230px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  border: 0;
  -webkit-box-shadow: 0 5px 15px -5px #333;
  box-shadow: 0 5px 15px -5px #333;
}
.bth-megamenu .dropdown-menu li {
  padding: 5px 0;
}
.bth-megamenu .dropdown-menu .product-block {
  margin-bottom: 0!important;
}
.bth-megamenu .dropdown-menu .product-block .onsale,
.bth-megamenu .dropdown-menu .product-block .quick-view,
.bth-megamenu .dropdown-menu .product-block .button-groups {
  display: none;
}
.bth-megamenu .dropdown-menu .product-block .image:hover img {
  opacity: 1;
}
.bth-megamenu .mega-group {
  min-width: 0!important;
}
.bth-megamenu .mega-group > a {
  display: block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.bth-megamenu .mega-group > a:hover {
  text-decoration: none !important;
}
.bth-megamenu .mega-group > a span:after {
  display: block;
  content: "";
  width: 65px;
  height: 1px;
  background: #999;
  margin: 10px 0 20px;
}
.bth-megamenu .mega-group .caret {
  display: none;
}
.bth-megamenu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: 700;
  padding: 6px 5px;
  text-transform: uppercase;
  border-bottom: solid 1px #E5E5E5;
}
.bth-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.bth-megamenu .dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  left: 100%;
  margin-top: 0px;
  top: 0;
}
.bth-megamenu .title-menu {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 36px;
  margin-bottom: 12px;
  color: #444;
  font-weight: 600;
}
.bth-megamenu .cols2 {
  width: 420px;
}
.bth-megamenu .cols3 {
  width: 620px;
}
.bth-megamenu .cols4 {
  width: 820px;
}
.images-intro {
  position: relative;
}
.images-intro .sale-info {
  background: none repeat scroll 0 0 rgba(99, 203, 194, 0.8);
  height: 100%;
  position: absolute;
  text-align: right;
  top: 0;
  color: #fff;
  padding: 45px 16px;
}
.images-intro .sale-info .sale-name,
.images-intro .sale-info .sale-number {
  text-transform: uppercase;
}
.images-intro .sale-info .sale-name {
  font-size: 26px;
}
.images-intro .sale-info .sale-number {
  font-size: 39px;
  font-weight: 700;
}
.images-intro .sale-info .sale-sumary {
  font-size: 15px;
}
.images-intro .sale-info .btn-custom {
  bottom: -50px;
  padding: 1px 32px;
  color: #fff;
}
.images-intro .sale-info:hover {
  background: rgba(237, 80, 96, 0.8);
}
/**
 * --------------------------------------------------------------------------------
 * 8.0 Offcanvas
 * --------------------------------------------------------------------------------
 */
#bth_cart_canvas .widget-title {
  font-weight: normal;
  color: #333;
}
#bth_cart_canvas .cart_list {
  margin-bottom: 10px;
  text-transform: none;
  list-style: none;
  padding: 0;
}
#bth_cart_canvas .cart_list .media {
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#bth_cart_canvas .cart_list .media img {
  width: 50px;
}
#bth_cart_canvas .cart_list .media .bth_product_remove {
  position: absolute;
  top: 0;
  right: 0;
}
#bth_cart_canvas .total {
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 20px;
}
#bth_cart_canvas .total strong {
  font-weight: normal;
  float: left;
}
#bth_cart_canvas .total .amount {
  color: #333;
}
#bth_cart_canvas .buttons .btn {
  display: block;
  margin: 10px 0 ;
  background: #333;
  color: #fff;
  font-size: 14px;
  border: none;
}
#bth_cart_canvas .buttons .btn:hover {
  background: #333;
  color: #fff;
}
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1em;
  z-index: 1000;
  /* 3 */
  background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
  display: block;
}
.uk-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
.uk-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 270px;
  max-width: 100%;
  background: #fff;
  color: #666;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777;
}
.uk-offcanvas .uk-panel-title {
  color: #ccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #333;
  font-weight: normal;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #aaaaaa;
}
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 5px 15px;
}
.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 2px 0;
}
.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px;
}
.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
.uk-nav-divider {
  margin: 9px 15px;
}
.uk-nav-offcanvas > li > div {
  padding-left: 15px;
}
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}
.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f107";
}
.uk-nav-side > li > a {
  color: #444;
}
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
  /* 2 */
  outline: none;
}
/* Active */
.uk-nav-side > li.uk-active > a {
  background: #00a8e6;
  color: #fff;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
  color: #444;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #ddd;
}
/*
 * Nested items
 */
.uk-nav-side ul a {
  color: #07D;
}
.uk-nav-side ul a:hover {
  color: #059;
}
/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-dropdown > li > a {
  color: #444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: #00a8e6;
  color: #fff;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-dropdown .uk-nav-header {
  color: #999;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #ddd;
}
/*
 * Nested items
 */
.uk-nav-dropdown ul a {
  color: #07D;
}
.uk-nav-dropdown ul a:hover {
  color: #059;
}
/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-navbar > li > a {
  color: #444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #00a8e6;
  color: #fff;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-navbar .uk-nav-header {
  color: #999;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #ddd;
}
/*
 * Nested items
 */
.uk-nav-navbar ul a {
  color: #07D;
}
.uk-nav-navbar ul a:hover {
  color: #059;
}
/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-offcanvas > li > a {
  color: #666;
  padding: 10px 15px;
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  color: #333;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #fff;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
  color: #777;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
  color: #666;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #333;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: #eee;
  color: #444;
}
/*
 * Micro clearfix
 */
.uk-navbar:before,
.uk-navbar:after {
  content: " ";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  float: left;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #444;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #f5f5f5;
  color: #444;
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: #ddd;
  color: #444;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: #f5f5f5;
  color: #444;
}
.uk-active > a {
  color: #333 !important;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 28px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -6px;
  font-size: 10px;
  line-height: 12px;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 0 15px;
  float: left;
}
/*
 * Helper to center all child elements vertically
 */
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Sub-objects: `uk-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}
/*
 * Link colors
 */
.uk-navbar-content > a:not([class]) {
  color: #07D;
}
.uk-navbar-content > a:not([class]):hover {
  color: #059;
}
/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
.uk-navbar-brand {
  font-size: 18px;
  color: #444;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: #444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 18px;
  color: #444;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}
/* Sub-object: `uk-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* Sub-object: `uk-navbar-flip`
 ========================================================================== */
.uk-navbar-flip {
  float: right;
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-subnav {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
}
/* Items
 ========================================================================== */
/*
 * 1. Create position context for dropdowns
 * 2. Reset whitespace hack
 */
.uk-subnav > li {
  /* 1 */
  position: relative;
  /* 2 */
  font-size: 1rem;
  vertical-align: top;
}
.uk-subnav > li,
.uk-subnav > li > a,
.uk-subnav > li > span {
  display: inline-block;
}
.uk-subnav > li:nth-child(n+2) {
  margin-left: 10px;
}
/*
 * Items
 */
.uk-subnav > li > a {
  color: #07D;
}
.uk-subnav > li > a:hover {
  color: #059;
}
/*
 * Active
 */
/*
 * Disabled
 */
.uk-subnav > li > span {
  color: #999;
}
/* Modifier: 'subnav-line'
 ========================================================================== */
.uk-subnav-line > li:nth-child(n+2):before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  border-left: 1px solid #ddd;
}
/* Modifier: 'subnav-pill'
 ========================================================================== */
.uk-subnav-pill > li > a,
.uk-subnav-pill > li > span {
  padding: 3px 9px;
  text-decoration: none;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-subnav-pill > li > a:hover,
.uk-subnav-pill > li > a:focus {
  background: #eee;
  color: #444;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill > li.uk-active > a {
  background: #00a8e6;
  color: #fff;
}
.uk-nav-offcanvas > li > a {
  padding: 10px 15px;
  border-top: 1px solid #eee;
}
.uk-nav-offcanvas .uk-nav-header {
  color: #777777;
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background: #404040;
}
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.01);
  margin: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.uk-nav .mega-sub-menu {
  padding-left: 5px;
}
.uk-nav-sub h5 {
  color: #fff;
  margin: 15px 0;
  text-transform: uppercase;
}
/**
 * --------------------------------------------------------------------------------
 * 9.0 - Responsive
 * --------------------------------------------------------------------------------
 */
@media screen and (min-width: 992px){
  .home-main-content{
    float: right;
  }
  .bth-main-right-sidebar .after_single_product.col-md-12{
    padding-left: 30px;
    padding-right: 30px;
  }
  .archive.tax-product_cat .main-content-inner .products .row {
  margin: 0px -10px;
  }
  .archive.tax-product_cat .main-content-inner .item-grid-product {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1199px) {
  #bth-main-content {
    padding-left: 15px;
  }
  .wrapper-currency a {
    font-size: 0;
  }
  .wrapper-currency a span {
    font-size: 11px;
  }
 
  .wrapper-banner-header {
    width: 42.7%;
  }
  .wrapper-banner-header .wrapper-banner-info .banner-header-info {
    height: 140px;
  }
  .wrapper-banner-header .wrapper-banner-info .banner-header-info .name-banner p {
    margin-top: 30px;
  }
  #bth-header .header-content .box-right-header {
    padding-left: 30px;
  }
  .header-quick-access {
    margin-right: 15px;
  }
  .owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner {
    min-height: 169px;
  }
  .wrapper-category-product .tab-content,
  .box-feature-product .wrapper-featured-products {
    padding: 0 20px;
  }
  .woocommerce a.btn-cart,
  .woocommerce-page a.btn-cart {
    position: relative;
    background: none;
    color: #333;
    font-size: 0 !important;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border: 2px solid #eee;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 5px;
  }
  .woocommerce a.btn-cart:before,
  .woocommerce-page a.btn-cart:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -12px;
    background: transparent url("images//btn-cart.png") no-repeat scroll 0px 0px;
  }
  .woocommerce a.btn-cart:hover,
  .woocommerce-page a.btn-cart:hover {
    background: #333;
    border-color: #333;
  }
  .woocommerce a.btn-cart:hover:before,
  .woocommerce-page a.btn-cart:hover:before {
    background: transparent url("images//btn-cart.png") no-repeat scroll 0px -24px;
  }
  .title-left {
    font-size: 14px !important;
  }
  .wrapper-latest-deals .countdown {
    width: 100%;
    display: inline-block;
    margin-top: 21px;
  }
  .wrapper-latest-deals .countdown .countdown-row .countdown-section {
    width: 30%;
    margin-left: 3%;
  }
  .wrapper-latest-deals .countdown .countdown-row .countdown-section .countdown-amount {
    font-size: 18px;
  }
  .banner-content1 .banner-info .title,
  .banner-left2 .banner-info .title {
    padding-top: 20px;
  }
  .wrapper-newsletter .newsletter-field-email input {
    width: 80% !important;
  }
  .wrapper-footer-links:before {
    display: none;
  }
  .wrapper-onsale-slider .owl-carousel .owl-item .product-block,
  .wrapper-bestseller .owl-carousel .owl-item .product-block {
    padding: 10px 0 10px 10px;
  }
  #bth-footer .wrapper-footer-social ul.footer-links-social li.links-social {
    margin-right: 20px;
  }
  .mini_cart_container{
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container{
    max-width: none;
  }
  
}
@media screen and (max-width: 992px) {
  .wrapper-vertical-megamenu,
  .home-main-content,
  .bth-main-right-sidebar,
  .sidebar-right,
  .sidebar-left,
  .bth-main-left-sidebar{
    width: 100%!important;
    margin: 0!important;
  }
  .bth-main-right-sidebar:after,
  .box-content:before,
  #bth-header .header-content .box-right-header:before{
    display: none;
  }
  .box-feature-product .title-feature{
    padding-left: 0;
  } 
  .bth-mainbody .box-feature-product .owl-theme .owl-nav{
    right: -20px;
  }
  #bth-header .header-content .box-right-header{
    padding: 0;
  }
  .header-quick-access{
    line-height: 100px;
  }
  .mini_cart_container .shoppingcart a .count{
    top: 30px;
  }
  .wrapper-onsale-slider {
    margin-bottom: 20px !important;
  }
  .toggle-menu {
    display: block;
  }
  .vmegamenu-title,
  .wrapper-vertical-megamenu .vmega-memu {
    display: none;
  }
  .wrapper-newsletter {
    padding-bottom: 10px;
    height: auto;
  }
  .brands,
  .tabbable .tab-content,
  .grid-posts{
    padding:0 !important;
  }
  .wrapper-newsletter input.newsletter-button {
    margin-top: 10px;
  }
  .wrapper-newsletter .newletter-title h3 {
    margin-top: 10px;
  }
  .wrapper-onsale-slider .owl-carousel .owl-item .product-block,
  .wrapper-bestseller .owl-carousel .owl-item .product-block {
    padding: 5px 0 5px 5px;
  }
  .banner-left2 {
    display: none;
  }
  .banner-content1 .banner-info .btn-banner a {
    margin-top: 0;
  }
  .banner-content1 .banner-info {
    top: 0;
  }
  .wrapper-header-policy .policy .policy-info .name {
    font-size: 12px;
  }
  .wrapper-header-policy .policy .policy-info .info {
    font-size: 13px;
  }
  #bth-header .header-content .box-right-header:before {
    display: none;
  }
  #bth-header.bth-header #header-topbar .left-topbar {
    padding-left: 0;
  }
  .wrapper-banner-header {
    display: none;
  }

  .blog-meta > span{
    margin-right: 0;
  }
  .home4-banner-top .vc_column_container,
  .home4-banner-middle .vc_column_container{
    width: 50%;
    float: left;
  }
  #bth-footer .logo-footer-icon,
  .home-main-content .heading-title span{
    padding: 0;
  }
  #bth-footer .logo-footer-icon .wpb_wrapper .social-icon-footer{
    padding-left: 15px;
  }
  
  .banner-left1{
    display: none;
  }
  .home4-banner-top{
    margin-bottom: 0;
  }
  #bth-footer .logo-footer-icon .wpb_wrapper .social-icon-footer,
  #bth-footer .footer-left,
  #bth-footer .footer-right{
    padding-left: 0;
  }
  .wpb_wrapper .wpb_content_element{
    margin-bottom: 0;
  }
  .box-content .tabbable{
    margin-top: 30px;
  }
  .tabbable .tab-content{
    margin-bottom: 30px;
  }
  .home-main-content .heading-title span:after{
    width: 200%;
  }
  .wpb_wrapper .wpb_content_element.wrapper-header-policy{
    margin-bottom: 35px;
  }
  .brands{
    border-bottom: 1px solid #dedede;
    margin-left: -15px;
    margin-right:-15px; 
    margin-bottom: 30px!important;
  }
  .shop-sidebar.widget_product_categories .widget-inner h3:after {
    top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner {
    min-height: 129px;
    padding: 0 10px;
  }
  .owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .blog-title {
    margin-top: 10px;
  }
  .bth-mainbody .owl-theme .owl-nav {
    display: none;
  }
  .wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-image,
  .wrapper-bestseller .owl-carousel .owl-item .product-block .product-image {
    width: 100%;
    height: auto;
  }
  .wrapper-onsale-slider .owl-carousel .owl-item .product-block .product-info,
  .wrapper-bestseller .owl-carousel .owl-item .product-block .product-info {
    width: 100%;
    display: inline-block;
  }
  #bth-footer .logo-footer-icon .wpb_wrapper .social-icon-footer a{
    margin-left: 20px;
  }
  #bth-footer .copyright p{
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-vertical-megamenu,
  .home #bth-main-content .box-content, 
  .sidebar-left,
  .bth-main-left-sidebar{
    margin: 0;
  }
  .wrapper-vertical-megamenu{
    float: left;
  }
  #bth-footer .vc_col-sm-9 .wpb_wrapper{
    background: none;
  }
  #bth-footer .footer-menu-links{
    padding: 0 15px;
  }
  #bth-footer .copyright p{
    padding-left: 0;
    line-height: 20px;
    text-align: left;
  }
  #bth-footer .footer-copyright .copyright{
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #bth-footer .footer-twitter{
    margin: 0;
  }
  #bth-footer .wrapper-copyright .box-copyright {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #bth-footer .wrapper-footer-social {
    width: 100%;
    float: left;
    text-align: left;
    height: 50px;
  }
  #bth-footer .wrapper-footer-social .footer-links-social {
    display: inline-block;
    height: 50px;
  }
  .box-search-info {
    width: 300px;
    height: 50px;
    line-height: 50px;
  }
  .box-search-info .txt-search {
    outline: none;
    border: none;
  }
  .box-search-info .dropdown_product_cat {
    display: none;
  }
  .box-search-info .searchsubmit {
    font-size: 0;
    width: 40px;
    background: #fff;
    top: 5px;
    right: 0;
  }
  .box-search-info .searchsubmit:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
    color: #333;
  }
  .tabbable ul.nav-tabs {
    padding-left: 30px;
  }
  .box-banner-content1 {
    width: 100%;
    text-align: center;
  }
  .box-banner-content1 .box-banner-inner {
    display: inline-block;
    margin-bottom: 10px;
  }
  #bth-header .header-content .logo {
    padding-left: 20px;
  }
  #bth-header .header-content .box-right-header {
    padding: 0;
  }
  #bth-header .header-content .box-left-header {
    text-align: center;
  }
  #bth-header .header-content .header-content-inner {
    padding: 0;
  }
  #bth-header.bth-header #header-topbar .right-topbar,
  #bth-header.bth-header-1 .inner-topbar {
    overflow: visible;
  }
  .header-toplinks {
    position: relative;
  }
  .header-toplinks .top-links-icon {
    display: block;
  }
  .header-toplinks .links {
    position: absolute;
    right: 0;
    top: 100%;
    width: 110px;
    border: 1px solid #eee;
    text-align: center;
    z-index: 9999;
    display: none;
  }
  .header-toplinks .links li {
    padding: 0;
    float: none;
    border-bottom: 1px solid #eee;
    background: #fff;
    line-height: 30px;
  }
  .header-toplinks .links li:last-child {
    border: none;
  }
  .header-toplinks .links li a {
    color: #888;
  }
  .box-content:before,
  #bth-header.bth-header .wellcome {
    display: none;
  }
  #bth-header.bth-header #header-topbar .right-topbar {
    padding-left: 0;
  }
  #bth-header.bth-header #header-topbar .right-topbar:before {
    display: none;
  }
  .bth-footer .box-footer-links {
    padding-right: 15px !important;
  }
  .bth-footer .wrapper-footer-links {
    padding-left: 15px !important;
  }
  .bth-footer .hide-on-mobile {
    display: none;
  }
  .bth-footer .heading-title {
    font-size: 16px;
    position: relative;
  }
  .bth-footer .heading-title:before {
    content: "\f067";
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 15px;
    font-family: fontawesome;
  }
  .bth-footer .heading-title.status:before {
    content: "-";
    font-size: 40px;
  }
  #bth-footer .footer-logo{
    display: none;
  }
  #bth-footer .wrapper-copyright .copyright p{
    text-align: center;
  }
  .home4-banner-top .vc_column_container,
  .home4-banner-middle .vc_column_container{
    width: 435px;
    margin: 0 auto !important;
    float: none;
    clear: both;
  }
  .post-share .social-networks li i.fa {
    width: 27px;
  }
  .bth-wrapper .contact-text .vc_column_container.vc_col-sm-12,
  .bth-wrapper .contact-form .vc_column_container.vc_col-sm-12{
    padding: 0;
  }
}
@media screen and (max-width: 568px) {
  .owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner {
    min-height: 265px;
  }
  .tabbable ul.nav-tabs {
    padding-left: 0;
  }
  .tabbable ul.nav-tabs li a {
    font-size: 12px;
  }
  .wrapper-header-policy .policy {
    width: 100%;
    margin-bottom: 10px;
  }
  .wrapper-header-policy .policy .policy-info .name {
    font-size: 14px;
  }
  .wrapper-header-policy .policy .policy-info .info {
    font-size: 16px;
  }
  .wrapper-header-policy .policy::before{
    display: none;
  }
}
@media screen and (max-width: 481px) {
  .wrapper-blog-content .title-blog {
    text-align: left !important;
  }
  .owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner {
    min-height: auto;
    width: 100%;
    margin-top: 10px;
  }
  .owl-carousel .blog-container:last-child .blog-container-inner .visual-inner:before,
  .owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner:before{
    background: url('images/arrows-blog-up.png') no-repeat;
    left: 50% !important;
    top: -2px;
    width: 12px;
    height: 9px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .owl-carousel .blog-container.blog-visual .blog-container-inner .visual-inner .blog-title {
    margin-top: 10px;
  }
  .owl-carousel .blog-container:last-child .blog-container-inner .post-thumb,
  .owl-carousel .blog-container.blog-visual .post-thumb{
    width: 100%;
    padding: 0;
    float: left;
  }
  .home4-banner-top .vc_column_container,
  .home4-banner-middle .vc_column_container{
    width: 100%;
    margin: 0 auto !important;
    float: left;
  }
}
@media screen and (max-width: 400px){
  .tabbable ul.nav-tabs li{
    width: 100%;
  }
  .tabbable ul.nav-tabs {
    padding-bottom: 15px;
  }
  .tabbable ul.nav-tabs li a{
    line-height: 30px;
    padding-left: 0;
  }
  .tabbable ul.nav-tabs .active:before,
  .tabbable ul.nav-tabs li a:before{
    display: none;
  }
  .home8-banner-middle .banner-left .text-style_banner4{
    top: 50px;
    left: 25px;
  }
  .brands .owl-carousel .owl-nav .owl-next{
    right: 10px!important;
  }
  .brands .owl-carousel .owl-nav .owl-prev{
    left: 10px!important;
  }
  .home4-banner-top .wpb_single_image .caption-right.btn-banner{
    bottom: 40px;
  }
  .home4-banner-top .wpb_single_image .banner_caption.caption-right{
    right: 14px;
  }
  .home4-banner-top .wpb_single_image .banner_caption.caption-left{
    top: 20px;
  }
  .tp-caption{
    display: none!important;
  }
}
/* Primary colour for buttons (alt) */
/* Text on primary colour bg */
/* Secondary buttons */
/* Text on secondary colour bg */
/* Prices, In stock labels, sales flash */
/* Text on highlight colour bg */
/* Content BG - Tabs (active state) */
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
/**
 * Objects
 */
/* Colours */
/* Price slider bar / layered nav UI */
/* Text on tertiary colour bg */
/* Price slider bg */
/* =Custom Font
-------------------------------------------------------------- */
@font-face {
  font-family: 'star';
  src: url('../fonts/star.eot');
  src: url('../fonts/star.eot?#iefix') format('embedded-opentype'), url('../fonts/star.woff') format('woff'), url('../fonts/star.ttf') format('truetype'), url('../fonts/star.svg#star') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WooCommerce';
  src: url('../fonts/WooCommerce.eot');
  src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'), url('../fonts/WooCommerce.woff') format('woff'), url('../fonts/WooCommerce.ttf') format('truetype'), url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* =Global styles/layout
-------------------------------------------------------------- */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: .5em 0;
  text-align: center;
  background: #e24545;
  background: -webkit-gradient(linear, left top, left bottom, from(#e24545), to(#d32121));
  background: -webkit-linear-gradient(#e24545, #d32121);
  background: -moz-linear-gradient(center top, #e24545 0%, #d32121 100%);
  background: -moz-gradient(center top, #e24545 0%, #d32121 100%);
  border: 1px solid #d32121;
  color: #ffffff;
  z-index: 99998;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
}
.admin-bar p.demo_store {
  top: 28px;
}
/* =Utilities
-------------------------------------------------------------- */

.wc-backward:before,
.wc-backward a:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "\e02f";
  font-size: .75em;
}
/* =Main Styles (namespace to avoid conflict with common global class names)
-------------------------------------------------------------- */
.woocommerce,
.woocommerce-page {
  /* =Product Page
  -------------------------------------------------------------- */
  /* Sale labels */
  /* =Product Loops
  -------------------------------------------------------------- */
  /* =Buttons
  -------------------------------------------------------------- */
  /* =Quantity inputs
  -------------------------------------------------------------- */
  /* =Reviews/comments
  -------------------------------------------------------------- */
  /* Star rating */
  /* =Tables
  -------------------------------------------------------------- */
  /* =Cart
  -------------------------------------------------------------- */
  /* =Cart Sidebar
  -------------------------------------------------------------- */
  /* =Cart Page
  -------------------------------------------------------------- */
  /* =Forms
  -------------------------------------------------------------- */
  /* =Checkout
  -------------------------------------------------------------- */
  /* Payment box - appears on checkout and page page */
  /* =Order Page
  -------------------------------------------------------------- */
  /* =Account Page
  -------------------------------------------------------------- */
  /* =Layered Nav Widget
  -------------------------------------------------------------- */
  /* =Price Filter Widget
  -------------------------------------------------------------- */
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  padding: 1em 1em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fffefe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffefe), to(#fdf6f6));
  background: -webkit-linear-gradient(#fffefe, #fdf6f6);
  background: -moz-linear-gradient(center top, #fffefe 0%, #fdf6f6 100%);
  background: -moz-gradient(center top, #fffefe 0%, #fdf6f6 100%);
  color: #843d3d;
  text-shadow: 0 1px 0 #ffffff;
  list-style: none outside !important;
  *zoom: 1;
  width: auto;
  -webkit-box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after {
  clear: both;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after {
  clear: both;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  padding-top: 1em;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce-page .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce-page .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #8fae1b;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  background-color: #8fae1b;
  content: "\2713";
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #1e85be;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  background-color: #1e85be;
  content: "i";
  font-family: Times, Georgia, serif;
  font-style: italic;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top: 3px solid #b81c23;
}
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  background-color: #b81c23;
  content: "\00d7";
  font-weight: 700;
}
.woocommerce small.note,
.woocommerce-page small.note {
  display: block;
  color: #777;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #777;
}
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce-page .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce-page .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #777;
}
.woocommerce .product-image .image,
.woocommerce-page .product-image .image {
  position: relative;
}
.woocommerce .product-image .image .button-action .btn-quickview,
.woocommerce-page .product-image .image .button-action .btn-quickview {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 35px;
  border: 2px solid #eee;
  background: #fff;
  font-size: 14px;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Safari */
  transform: scale(0);
}
.woocommerce .product-image .image .button-action .btn-quickview:hover,
.woocommerce-page .product-image .image .button-action .btn-quickview:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
.woocommerce .product-image:hover .button-action .btn-quickview,
.woocommerce-page .product-image:hover .button-action .btn-quickview {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.woocommerce div.product,
.woocommerce-page div.product,
.woocommerce #content div.product,
.woocommerce-page #content div.product {
  position: relative;
  margin-bottom:0;
  /* Main product title */
  /* Price */
  /* Stock */
  /* Product image and thumbnail */
  /* Summary div (contains title, price etc) */
  /* Social networking */
  /* Tabs on the product page */
  /* Cart button */
  /* add to cart forms */
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page #content div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  color: #333;
  font-weight: 700;
  font-size: 1.923077em;
  text-transform: uppercase;
}
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.item-product-widget .price {
  margin-bottom: 18px;
  color: #333333;
  font-size: 16px;
  font-family: New Roman;
  line-height: 1;
  font-weight: normal;
  display: block;
  font-style: italic;
}
.item-product-widget .price ins .amount{
  border-top: none;
}
.woocommerce div.product span.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce #content div.product p.price ins,
.woocommerce-page #content div.product p.price ins {
  background: inherit;
  color: #333;
  text-decoration: none;
  font-weight: 400;
}
.woocommerce div.product span.price del span,
.woocommerce-page div.product span.price del span,
.woocommerce #content div.product span.price del span,
.woocommerce-page #content div.product span.price del span,
.woocommerce div.product p.price del span,
.woocommerce-page div.product p.price del span,
.woocommerce #content div.product p.price del span,
.woocommerce-page #content div.product p.price del span {
  font-weight: normal;
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 16px;
  font-family: New Roman;
  font-style: italic;
}
.item-product-widget .price .amount:first-child,
.woocommerce div.product span.price > .amount,
.woocommerce-page div.product span.price > .amount,
.woocommerce #content div.product span.price > .amount,
.woocommerce-page #content div.product span.price > .amount {
  border-top: 1px solid #ddd;
  padding-top: 7px;
  padding-right: 5px;
  display: inline-block;
}
.woocommerce div.product span.price del .amount,
.woocommerce-page div.product span.price del .amount,
.woocommerce #content div.product span.price del .amount,
.woocommerce-page #content div.product span.price del .amount {
  border-top: 1px solid #ddd;
  padding-top: 7px;
  padding-right: 5px;
  display: inline-block;
}
.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page #content div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock,
.woocommerce-page div.product .stock,
.woocommerce #content div.product .stock,
.woocommerce-page #content div.product .stock {
  color: #333;
}
.woocommerce div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock,
.woocommerce #content div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock {
  color: #333;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social,
.woocommerce-page div.product div.social,
.woocommerce #content div.product div.social,
.woocommerce-page #content div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span,
.woocommerce-page div.product div.social span,
.woocommerce #content div.product div.social span,
.woocommerce-page #content div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span,
.woocommerce-page div.product div.social span span,
.woocommerce #content div.product div.social span span,
.woocommerce-page #content div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets,
.woocommerce #content div.product div.social span .stButton .chicklets,
.woocommerce-page #content div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe,
.woocommerce-page div.product div.social iframe,
.woocommerce #content div.product div.social iframe,
.woocommerce-page #content div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  margin-bottom: 35px;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs,
.woocommerce-page div.product .woocommerce-tabs .nav-tabs,
.woocommerce #content div.product .woocommerce-tabs .nav-tabs,
.woocommerce-page #content div.product .woocommerce-tabs .nav-tabs {
  margin-bottom: 15px!important;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li,
.woocommerce-page div.product .woocommerce-tabs .nav-tabs li,
.woocommerce #content div.product .woocommerce-tabs .nav-tabs li,
.woocommerce-page #content div.product .woocommerce-tabs .nav-tabs li {
  border: 1px solid #efefef;
  padding: 0 40px 0 0;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li a,
.woocommerce-page div.product .woocommerce-tabs .nav-tabs li a,
.woocommerce #content div.product .woocommerce-tabs .nav-tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs .nav-tabs li a {
  font-family: 'MontSerrat';
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  margin: 0;
  letter-spacing: 1px;
  padding: 15px 0;
}

.woocommerce div.product .woocommerce-tabs .nav-tabs .active a,
.woocommerce-page div.product .woocommerce-tabs .nav-tabs .active a,
.woocommerce #content div.product .woocommerce-tabs .nav-tabs .active a,
.woocommerce-page #content div.product .woocommerce-tabs .nav-tabs .active a {
  color: #fff;
  background: #000;
}

.woocommerce div.product .woocommerce-tabs .tab-content,
.woocommerce-page div.product .woocommerce-tabs .tab-content,
.woocommerce #content div.product .woocommerce-tabs .tab-content,
.woocommerce-page #content div.product .woocommerce-tabs .tab-content {
  padding: 5px 0 0 0;
}
.woocommerce div.product .woocommerce-tabs .tab-content #tab-description p,
.woocommerce-page div.product .woocommerce-tabs .tab-content #tab-description p,
.woocommerce #content div.product .woocommerce-tabs .tab-content #tab-description p,
.woocommerce-page #content div.product .woocommerce-tabs .tab-content #tab-description p {
  color: #888888;
  line-height: 18px;
}
.woocommerce div.product .woocommerce-tabs .comment-respond,
.woocommerce-page div.product .woocommerce-tabs .comment-respond,
.woocommerce #content div.product .woocommerce-tabs .comment-respond,
.woocommerce-page #content div.product .woocommerce-tabs .comment-respond {
  text-align: left;
}
.woocommerce div.product p.cart,
.woocommerce-page div.product p.cart,
.woocommerce #content div.product p.cart,
.woocommerce-page #content div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart:before,
.woocommerce-page div.product p.cart:before,
.woocommerce #content div.product p.cart:before,
.woocommerce-page #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  clear: both;
}
.woocommerce div.product p.cart:before,
.woocommerce-page div.product p.cart:before,
.woocommerce #content div.product p.cart:before,
.woocommerce-page #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  clear: both;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product form.cart:before,
.woocommerce-page div.product form.cart:before,
.woocommerce #content div.product form.cart:before,
.woocommerce-page #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart:before,
.woocommerce-page div.product form.cart:before,
.woocommerce #content div.product form.cart:before,
.woocommerce-page #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table,
.woocommerce-page div.product form.cart table,
.woocommerce #content div.product form.cart table,
.woocommerce-page #content div.product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td,
.woocommerce-page div.product form.cart table td,
.woocommerce #content div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity,
.woocommerce-page div.product form.cart table div.quantity,
.woocommerce #content div.product form.cart table div.quantity,
.woocommerce-page #content div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock,
.woocommerce #content div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.woocommerce #content div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label {
  font-weight: bold;
}
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
  width: 100%;
  float: left;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label,
.woocommerce #content div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td {
  vertical-align: top;
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label,
.woocommerce #content div.product form.cart .group_table td.label,
.woocommerce-page #content div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
}
.woocommerce span.product-badge-new,
.woocommerce-page span.product-badge-new,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  position: absolute;
  top: 1px;
  left: 0;
  width: 46px;
  height: 39px;
  color: #333;
  font-size: 10px;
  z-index: 99;
  background: #fff;
  line-height: 37px;
  text-align: center;
  border: 2px solid #333;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Montserrat;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #f1cfcf;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
  border-right: 1px solid #f1cfcf;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
  background: #fdf6f6;
  color: #cf5858;
}
.woocommerce .product-slide .owl-item .product-block h4.name,
.woocommerce-page .product-slide .owl-item .product-block h4.name {
  margin: 0;
}
.item-product-widget .product-title a,
.woocommerce .product-slide .owl-item .product-block h4.name a,
.woocommerce-page .product-slide .owl-item .product-block h4.name a {
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Montserrat;
  padding: 17px 0px 14px 0;
  display: block;
  line-height: 20px;
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart,
.woocommerce .btn,
.woocommerce-page .btn,
.woocommerce a.checkout-button.button,
.woocommerce-page a.checkout-button.button {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  background: #eee;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  color: #333;
  line-height: 30px;
  text-transform: uppercase;
  border: none;
  text-shadow: none;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce .btn:hover,
.woocommerce-page .btn:hover,
.woocommerce a.checkout-button.button:hover,
.woocommerce-page a.checkout-button.button:hover{
  background: #333;
  color: #fff;
} 
.woocommerce a.button.loading,
.woocommerce-page a.button.loading,
.woocommerce button.button.loading,
.woocommerce-page button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page #content input.button.loading,
.woocommerce a.added_to_cart.loading,
.woocommerce-page a.added_to_cart.loading,
.woocommerce .btn.loading,
.woocommerce-page .btn.loading,
.woocommerce a.checkout-button.button.loading,
.woocommerce-page a.checkout-button.button.loading {
  color: #a74d4d;
  border: 1px solid #fdf6f6;
}
.woocommerce a.checkout-button.button,
.woocommerce-page a.checkout-button.button {
  text-decoration: none;
  vertical-align: bottom;
  line-height: 30px;
}
.woocommerce a.checkout-button.button:hover,
.woocommerce-page a.checkout-button.button:hover {
  background: #000;
}
.woocommerce a.btn-cart,
.woocommerce-page a.btn-cart,
table.compare-list .add-to-cart td a.btn-cart,
.woocommerce a.added_to_cart {
  position: relative;
  background: none;
  color: #333;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #eee;
  padding: 0 12px;
  margin: 0;
  float: left;
  margin-right: 5px;
}
.woocommerce a.btn-cart:hover,
.woocommerce-page a.btn-cart:hover,
table.compare-list .add-to-cart td a.btn-cart:hover,
.woocommerce a.added_to_cart:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
.woocommerce a.btn-wishlist,
.woocommerce-page a.btn-wishlist,
.woocommerce a.btn-compare,
.woocommerce-page a.btn-compare {
  position: relative;
  background: none;
  color: #333;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border: 2px solid #eee;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 5px;
  font-size: 0;
}
.woocommerce a.btn-wishlist:before,
.woocommerce-page a.btn-wishlist:before,
.woocommerce a.btn-compare:before,
.woocommerce-page a.btn-compare:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -10px;
}
.woocommerce a.btn-wishlist:before,
.woocommerce-page a.btn-wishlist:before {
  background: transparent url("images//btn-wishlist.png") no-repeat scroll 1px 0px;
}
.woocommerce a.btn-wishlist:hover,
.woocommerce-page a.btn-wishlist:hover {
  background: #333;
  border-color: #333;
}
.woocommerce a.btn-wishlist:hover:before,
.woocommerce-page a.btn-wishlist:hover:before {
  background: transparent url("images//btn-wishlist.png") no-repeat scroll 1px -40px;
}
.woocommerce a.btn-compare:before,
.woocommerce-page a.btn-compare:before {
  margin-top: -10px;
  background: transparent url("images//btn-compare.png") no-repeat scroll 1px 0px;
}
.woocommerce a.btn-compare:hover,
.woocommerce-page a.btn-compare:hover {
  background: #333;
  border-color: #333;
}
.woocommerce a.btn-compare:hover:before,
.woocommerce-page a.btn-compare:hover:before {
  background: transparent url("images//btn-compare.png") no-repeat scroll 1px -31px;
}
.woocommerce .yith-wcwl-add-to-wishlist,
.woocommerce-page .yith-wcwl-add-to-wishlist {
  display: none;
}
.woocommerce .cart .button,
.woocommerce-page .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart input.button {
  float: none;
}
.woocommerce a.added,
.woocommerce-page a.added {
  display: none;
}
.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
  width: 60px;
  position: relative;
  margin: 0 auto;
  zoom: 1;
  /* Hide buttons for opera */
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce #content .quantity noindex:-o-prefocus,
.woocommerce-page #content .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity input[type=number],
.woocommerce #content .quantity input[type=number],
.woocommerce-page #content .quantity input[type=number] {
  padding-right: 1.2em;
}
.woocommerce .quantity input,
.woocommerce-page .quantity input,
.woocommerce #content .quantity input,
.woocommerce-page #content .quantity input,
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  position: static;
  float: left;
  height: 37px;
  text-align: center;
  color: #333;
  border-color: #ccc;
}
.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0;
}
.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
  text-decoration: none;
  color: #777;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond,
.woocommerce-page #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review,
.woocommerce-page #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review:before,
.woocommerce-page #reviews #comments .add_review:before,
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments .add_review:before,
.woocommerce-page #reviews #comments .add_review:before,
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #review_form_wrapper,
.woocommerce-page #reviews #review_form_wrapper{
  margin: 15px 0 0 0;
}
.woocommerce #reviews #review_form_wrapper #review_form,
.woocommerce-page #reviews #review_form_wrapper #review_form{
  padding-left: 40px;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2,
.woocommerce #reviews #review_form_wrapper h2,
.woocommerce-page #reviews #review_form_wrapper h2 {
  font-size: 11px;
  color: #333;
  margin: 0 0 20px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:before,
.woocommerce-page #reviews #comments ol.commentlist:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist:before,
.woocommerce-page #reviews #comments ol.commentlist:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
  color: #777;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  margin: 0;
  line-height: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 80px;
  border: 1px solid #ddd;
  padding: 1em 1em 0;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children,
.woocommerce-page #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating,
.woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond,
.woocommerce-page #reviews #comments ol.commentlist #respond {
  border: 1px solid #f9ebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before,
.woocommerce-page #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  font-family: 'FontAwesome';
  font-size: 13px;
  letter-spacing: 3px;
  width: 72px;
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  color: #fecf2b;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  content: "\f006\f006\f006\f006\f006";
  color: #fecf2b;
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
  line-height: 2em;
  display: block;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:before,
.woocommerce-page #review_form #respond:before,
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond:before,
.woocommerce-page #review_form #respond:before,
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  padding: 5px 10px;
}
.woocommerce #review_form #respond textarea:focus,
.woocommerce-page #review_form #respond textarea:focus {
  outline: none;
}
.woocommerce p.stars,
.woocommerce-page p.stars {
  position: relative;
  font-size: 1em;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}
.woocommerce p.stars a:last-child,
.woocommerce-page p.stars a:last-child {
  border-right: 0;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
  width: 2em;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
  content: "\e021";
}
.woocommerce p.stars a.star-1:hover:after,
.woocommerce-page p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after,
.woocommerce-page p.stars a.star-1.active:after {
  content: "\e020";
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
  width: 3em;
}
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
  content: "\e021\e021";
}
.woocommerce p.stars a.star-2:hover:after,
.woocommerce-page p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after,
.woocommerce-page p.stars a.star-2.active:after {
  content: "\e020\e020";
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
  width: 4em;
}
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
.woocommerce p.stars a.star-3:hover:after,
.woocommerce-page p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after,
.woocommerce-page p.stars a.star-3.active:after {
  content: "\e020\e020\e020";
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
  width: 5em;
}
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after,
.woocommerce-page p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020";
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
  width: 6em;
  border: 0;
}
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-5:hover:after,
.woocommerce-page p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after,
.woocommerce-page p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020";
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  border: 0;
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  padding: 8px;
  border-top: 0;
  margin: 0;
  line-height: 1.5em;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  margin: 0;
  line-height: 1.5em;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
  margin: .25em 0 .25em 30px;
  *zoom: 1;
}
.woocommerce td.product-name dl.variation:before,
.woocommerce-page td.product-name dl.variation:before,
.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  clear: both;
}
.woocommerce td.product-name dl.variation:before,
.woocommerce-page td.product-name dl.variation:before,
.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  content: " ";
  display: table;
}
.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  clear: both;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
  font-weight: 600;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  font-weight: 400;
  padding: 0 0 .25em 0;
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 80px;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
  width: 32px;
}
.woocommerce table.cart th,
.woocommerce-page table.cart th,
.woocommerce #content table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce table.cart td,
.woocommerce-page table.cart td,
.woocommerce #content table.cart td,
.woocommerce-page #content table.cart td {
  vertical-align: middle;
}
.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: red;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
  background-color: red;
  color: #fff;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f1cfcf;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1em;
}
.woocommerce table.cart a,
.woocommerce-page table.cart a,
.woocommerce #content table.cart a,
.woocommerce-page #content table.cart a,
.woocommerce table.cart input,
.woocommerce-page table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page #content table.cart input {
  margin-right: 5px;
}
.woocommerce ul.cart_list,
.woocommerce-page ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li:before,
.woocommerce-page ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li:before,
.woocommerce-page ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
  display: block;
  font-weight: bold;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
}
.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl:before,
.woocommerce-page ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce-page ul.product_list_widget li dl:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl:before,
.woocommerce-page ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce-page ul.product_list_widget li dl:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  font-weight: bold;
  padding: 0 0 .25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  padding: 0 0 .25em 0;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce-page ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child,
.woocommerce-page ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  border-top: 3px double #fdf6f6;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce-page.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce-page.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce-page.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  content: "\e02e";
}
.woocommerce .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals p {
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals p small,
.woocommerce-page .cart-collaterals .cart_totals p small {
  color: #888;
  font-size: 12px;
  font-family: Time New Roman;
  font-style: italic;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  width: 25%;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  vertical-align: top;
}
.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
  color: #888;
  font-size: 12px;
  font-family: Time New Roman;
  font-style: italic;
  display: block;
}
.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td {
  color: #45e294;
}
.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
  display: inline-block;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  line-height: 2em;
}
.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  color: red;
  font-weight: bold;
  border: 0;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1em;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 4em;
  line-height: 1.5em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
  border-color: #fb7f88;
}
.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.register {
  border: 1px solid #f1cfcf;
  padding: 20px;
  margin: 2em 0 2em 0px;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce .checkout_coupon .input-group,
.woocommerce-page .checkout_coupon .input-group {
  width: 300px;
  margin: 0 auto;
}
.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  margin: 0;
  list-style: none outside;
}
.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
  font-weight: bold;
}
.woocommerce p.woocommerce-shipping-contents,
.woocommerce-page p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .notes {
  clear: left;
}
.woocommerce .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce .checkout .create-account small,
.woocommerce-page .checkout .create-account small {
  font-size: 11px;
  color: #777;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce .checkout div.shipping-address,
.woocommerce-page .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address {
  clear: both;
}
.woocommerce #payment,
.woocommerce-page #payment {
  background: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #eee;
  margin: 0;
  list-style: none outside;
}
.woocommerce #payment ul.payment_methods:before,
.woocommerce-page #payment ul.payment_methods:before,
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce #payment ul.payment_methods:before,
.woocommerce-page #payment ul.payment_methods:before,
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  content: " ";
  display: table;
}
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce #payment ul.payment_methods li img + img,
.woocommerce-page #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  padding: 1em;
  border-top: 1px solid #ffffff;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0 1em 0;
  line-height: 1.5em;
  background: #eee;
}
.woocommerce #payment div.payment_box input.input-text,
.woocommerce-page #payment div.payment_box input.input-text,
.woocommerce #payment div.payment_box textarea,
.woocommerce-page #payment div.payment_box textarea {
  border-color: #ebbbbb;
  border-top-color: #e6a7a7;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
}
.woocommerce #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
  color: #e6a7a7;
}
.woocommerce #payment div.payment_box :-moz-placeholder,
.woocommerce-page #payment div.payment_box :-moz-placeholder {
  color: #e6a7a7;
}
.woocommerce #payment div.payment_box :-ms-input-placeholder,
.woocommerce-page #payment div.payment_box :-ms-input-placeholder {
  color: #e6a7a7;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(../images/icons/credit-cards/visa.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(../images/icons/credit-cards/mastercard.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(../images/icons/credit-cards/laser.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(../images/icons/credit-cards/diners.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(../images/icons/credit-cards/maestro.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(../images/icons/credit-cards/jcb.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(../images/icons/credit-cards/amex.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(../images/icons/credit-cards/discover.png);
}
.woocommerce #payment div.payment_box span.help,
.woocommerce-page #payment div.payment_box span.help {
  font-size: 11px;
  color: #777;
  line-height: 13px;
  font-weight: normal;
}
.woocommerce #payment div.payment_box .form-row,
.woocommerce-page #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce #payment div.payment_box p:last-child,
.woocommerce-page #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #eee;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce #payment .payment_method_paypal .about_paypal,
.woocommerce-page #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce #payment .payment_method_paypal img,
.woocommerce-page #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  *zoom: 1;
  margin: 0 0 1.5em;
  list-style: none;
}
.woocommerce .order_details:before,
.woocommerce-page .order_details:before,
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  clear: both;
}
.woocommerce .order_details:before,
.woocommerce-page .order_details:before,
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  content: " ";
  display: table;
}
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  clear: both;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1em;
  border-right: 1px dashed #f1cfcf;
  padding-right: 2em;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
}
.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
  border: none;
}
.woocommerce .addresses .title,
.woocommerce-page .addresses .title {
  *zoom: 1;
}
.woocommerce .addresses .title:before,
.woocommerce-page .addresses .title:before,
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  clear: both;
}
.woocommerce .addresses .title:before,
.woocommerce-page .addresses .title:before,
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  content: " ";
  display: table;
}
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  clear: both;
}
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
  float: left;
}
.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit {
  float: right;
  margin-top: 20px;
}
.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-page ol.commentlist.notes li.note p.meta {
  font-weight: bold;
  margin-bottom: 0;
}
.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li,
.woocommerce-page ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li:before,
.woocommerce-page ul.digital-downloads li:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "\e00a";
}
.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count {
  float: right;
}
.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  content: " ";
  display: table;
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  padding: 0 6px;
  text-decoration: none;
  border: 1px solid #e24545;
  background: #e24545;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "\e013";
}
.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #777;
}
.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
  padding: 0 6px;
  text-decoration: none;
  border: 1px solid #e24545;
  background: #e24545;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "\e013";
}

.woocommerce .widget_price_filter .price_label,
.woocommerce-page .widget_price_filter .price_label {
  text-align: left;
  margin-bottom: 13px;
  font-size: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 30px;
  font-size: 1em;
  margin-top: 25px;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: left;
  font-size: 1.15em;
  margin-right: 20px;
  padding: 10px 30px;
  color: #fff;
  background: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover {
  background: #000;
  color: #fff;
}
.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  background: transparent!important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: #cdcdcd;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #000;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 2;
  /*.border-radius(500px);*/
  cursor: pointer;
  outline: none;
  top: -0.3em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
  border-color: #333;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #2c1616;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c1616), to(#914949));
  background: -webkit-linear-gradient(#2c1616, #914949);
  background: -moz-linear-gradient(center top, #2c1616 0%, #914949 100%);
  background: -moz-gradient(center top, #2c1616 0%, #914949 100%);
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
/* =Twenty Thirteen Specific styles
-------------------------------------------------------------- */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}
.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}
/* =Twenty Fourteen Specific styles
-------------------------------------------------------------- */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .woocommerce a.button.loading:before,
  .woocommerce-page a.button.loading:before,
  .woocommerce button.button.loading:before,
  .woocommerce-page button.button.loading:before,
  .woocommerce input.button.loading:before,
  .woocommerce-page input.button.loading:before,
  .woocommerce #respond input#submit.loading:before,
  .woocommerce-page #respond input#submit.loading:before,
  .woocommerce #content input.button.loading:before,
  .woocommerce-page #content input.button.loading:before {
    background-image: url(../images/ajax-loader@2x.gif);
    background-size: 16px 16px;
  }
}
/* Tab Products */
/* =================================================== */
.tabbable.tab-product.tab-center .nav-tabs > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
.tabbable.tab-product.tab-center .nav-tabs > li > a:after {
  right: 0;
  margin: 0 auto;
}
.tabbable.tab-product .nav-tabs {
  margin-bottom: 35px;
  border: none;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
.tabbable.tab-product .nav-tabs:after {
  content: "";
  width: 138px;
  height: 1px;
  background: #e6e6e7;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -69px;
}
.tabbable.tab-product .nav-tabs > li {
  position: relative;
  z-index: 1000;
  float: none;
  display: inline-block;
}
.tabbable.tab-product .nav-tabs > li a {
  font-family: Montserrat;
  background: transparent!important;
  color: #aaa;
  border: 0;
  padding: 0;
  font-size: 21px;
}
.tabbable.tab-product .nav-tabs > li a:hover {
  color: #444;
}
.tabbable.tab-product .nav-tabs > li a:after {
  content: '/';
  display: inline-block;
  color: #aaa;
  margin: 0 10px;
  font-weight: 300;
}
.tabbable.tab-product .nav-tabs > li.active a {
  color: #444;
  position: relative;
}
.tabbable.tab-product .nav-tabs > li:first-child {
  padding-left: 0;
}
.tabbable.tab-product .nav-tabs > li:last-child {
  padding-right: 0;
}
.tabbable.tab-product .nav-tabs > li:last-child a:after {
  content: "";
  padding: 0;
}
.tabs-categories .heading-title {
  margin-bottom: 10px;
}
.tabs-categories.tab-center .nav-tabs > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
.tabs-categories.tab-center .nav-tabs > li > a:after {
  right: 0;
  margin: 0 auto;
}
.tabs-categories .nav-tabs {
  margin-bottom: 35px;
  border: none;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
.tabs-categories .nav-tabs > li {
  position: relative;
  z-index: 1000;
  float: none;
  display: inline-block;
  border-left: 1px solid #eee;
  padding-left: 5px;
  margin-left: 5px;
}
.tabs-categories .nav-tabs > li a {
  font-family: 'Montserrat', sans-serif;
  background: transparent!important;
  color: #333;
  border: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.tabs-categories .nav-tabs > li a:hover {
  color: #333;
}
.tabs-categories .nav-tabs > li.active a {
  color: #333;
  position: relative;
  margin: 0;
  line-height: 20px;
  border-radius: 0;
  border: none;
}
.tabs-categories .nav-tabs > li:first-child {
  padding-left: 0;
  border: none;
  margin: 0;
}
.tabs-categories .nav-tabs > li:last-child {
  padding-right: 0;
}
.tabs-categories .nav-tabs > li:last-child a:after {
  content: "";
  padding: 0;
}
/* product slide */
.bth-mainbody .home-main-content .owl-theme .owl-nav{
  top: 205px;
  width: 100%;
}
.home-main-content .owl-carousel .owl-nav .owl-prev,
.home-main-content .owl-carousel .owl-nav .owl-next{
  position: absolute;
}
.home-main-content .owl-carousel .owl-nav .owl-prev{
  left: -55px;
}
.home-main-content .owl-carousel .owl-nav .owl-next{
  right: -55px;
}
.bth-mainbody .owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: -44px;
  right: 0;
}
.bth-mainbody .owl-theme .owl-nav [class*='owl-'] {
  margin: 0;
  outline: 0;
  z-index: 9;
  font-family: FontAwesome;
  background: none;
  font-size: 0;
  color: #ddd;
  text-align: center;
  text-decoration: none;
  padding: 0 0 0 3px;
  transition: all 0.5s ease 0s;
}
.bth-mainbody .owl-theme .owl-nav [class*='owl-']:hover {
  color: #333;
  background: none;
}
.bth-mainbody .owl-theme .owl-nav [class*='owl-'] .fa {
  font-size: 19px;
}
.bth-mainbody .grid-posts .owl-nav [class*='owl-'] {
  margin-top: -70px;
}
.cart_list li {
  margin-bottom: 10px;
  text-transform: none;
}
.woocommerce-notice {
  line-height: 40px;
}
.woocommerce-notice a {
  float: right;
}

.product-col.col-md-20 {
  clear: none!important;
}

.box-products {
  position: relative;
}
.box-products .carousel-controls {
  text-align: center;
  margin-bottom: 50px;
}
.box-products .carousel-controls .carousel-control {
  position: static;
  opacity: 1;
}
.box-products .carousel-controls .fa {
  border: 2px solid #e7e6e6;
  background-color: transparent;
  color: #333333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 17px;
  font-size: 34px;
  text-shadow: none;
}
.box-products .carousel-controls .fa:hover {
  border-color: #333;
}
.products .shopcol.first {
  clear: left;
}
.products .products-list .product-col:last-child .product-list {
  margin-bottom: 0!important;
  padding-bottom: 0;
  border: 0;
}
.product-block .image .image-effect {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.product-block .image:hover .image-effect {
  opacity: 1;
}
.we-flip-horizontal .product-block .image .image-effect {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.we-flip-horizontal .product-block .image .image-hover {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.we-flip-horizontal .product-block:hover .image .image-effect {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1;
  transition-duration: 0.4s;
}
.we-flip-horizontal .product-block:hover .image .image-hover {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.we-flip-vertical .product-block .image .image-effect {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.we-flip-vertical .product-block .image .image-hover {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.we-flip-vertical .product-block:hover .image .image-effect {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1;
}
.we-flip-vertical .product-block:hover .image .image-hover {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.woocommerce-review-link {
  margin-left: 10px;
}
.select2-container .select2-choice > .select2-chosen {
  line-height: 33px;
}
.woocommerce {
  margin-bottom: 0px;
}
.woocommerce h3 {
  font-weight: 700;
}
.woocommerce p.return-to-shop,
.woocommerce .cart-collaterals {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-billing-fields .country_select a.select2-choice {
  padding-left: 10px;
}
.woocommerce table.shop_table td {
  padding-left: 10px;
}
.woocommerce table.shop_table td.product-name {
  font-weight: 400;
}
.woocommerce table.shop_table td.product-name strong.product-quantity {
  color: #aaaaaa;
}
.woocommerce table.shop_table th {
  background: #fff;
  font-weight: 700;
  color: #333;
  font-size: 14px;
  padding-left: 10px;
}
.woocommerce table.shop_table.cart .product-name a {
  color: #444;
  line-height: 1.429;
  font-weight: 500;
}
.woocommerce table.shop_table.cart .product-name a:hover {
  color: #333;
}
.woocommerce table.shop_table.cart .actions {
  padding: 10px 0;
}
.woocommerce table.shop_table .product-remove a {
  font-size: 1.3em;
}
.woocommerce table.shop_table .order-total .amount {
  color: #333;
}
.woocommerce table.shop_table .product-thumbnail {
  border-right: none;
  padding-right: 0;
  width: 110px;
}
.woocommerce table.shop_table .product-remove {
  text-align: center;
  width: 30px;
}
.woocommerce table.shop_table .product-quantity {
  width: 150px;
}
.woocommerce table.shop_table td.product-subtotal {
  font-weight: normal;
}
.woocommerce table.shop_table .cart_item td {
  padding: 20px 10px;
}
.woocommerce table.shop_table .product-remove a {
  font-size: 1.3em;
}
.woocommerce table.shop_table .product-thumbnail {
  border-right: none;
  padding-right: 0;
  width: 130px;
}
.woocommerce table.shop_table .product-thumbnail img {

  width: 100%;
  margin: 0 auto;
}
.woocommerce table.shop_table .product-subtotal,
.woocommerce table.shop_table .product-price {
  width: 200px;
}
.woocommerce table.shop_table .product-subtotal ins,
.woocommerce table.shop_table .product-price ins {
  text-decoration: none;
}
.woocommerce table.shop_table .product-subtotal del span.amount,
.woocommerce table.shop_table .product-price del span.amount {
  color: #aaa;
  font-size: 12px;
  text-decoration: line-through;
}
.woocommerce table.shop_table .product-subtotal ins span.amount,
.woocommerce table.shop_table .product-price ins span.amount {
  text-decoration: none;
  font-size: 15px;
  color: #333;
}
.woocommerce table.shop_table .product-remove {
  text-align: center;
  width: 40px;
}
.woocommerce table.shop_table .product-quantity {
  width: 150px;
}
h3.label {
  font-size: 13px;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  color: #444;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
h3.label label {
  font-weight: 700;
}
.panel-product {
  margin-bottom: 30px!important;
}
.panel-product .panel-heading a {
  text-transform: uppercase;
}
.up-sells {
  margin-bottom: 30px;
}
.product-info {
  height: 151px;
}
#single-product div.images {
  width: 100%;
}
#single-product div.images img {
  box-shadow: none;
}
#single-product .onsale {
  display: none;
}
#single-product .wishlist-compare {
  padding: 15px 3px;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
}
#single-product .wishlist-compare a {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
#single-product .wishlist-compare a:hover {
  color: #333;
}
#single-product .wishlist-compare a:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  background: #999;
}
#single-product .wishlist-compare a:last-child:after {
  display: none;
}
#single-product .wishlist-compare a .fa {
  margin-right: 10px;
}
#single-product [itemprop="description"] {
  position: relative;
  margin-bottom: 25px;
}
#single-product [itemprop="description"] p {
  margin-bottom: 0;
  line-height: 18px;
}
#single-product [itemprop="description"]:after,
#single-product [itemprop="description"]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ededed;
  display: none;
}
#single-product [itemprop="description"]:after {
  bottom: 0;
}
#single-product [itemprop="description"]:before {
  top: 0;
}
#single-product .product_title {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
#single-product .group_table {
  margin-bottom: 30px;
}
#single-product .group_table .label {
  font-size: 1em;
}
#single-product .group_table .label label {
  font-weight: 600;
  margin-top: 17px;
}
#single-product .group_table .price > * {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}
#single-product [itemprop="offers"] {
  margin-bottom: 25px;
}
#single-product [itemprop="offers"] p.price {
  font-family: 'Montserrat', sans-serif;
  color: #aaaaaa;
}
#single-product .yith_magnifier_gallery {
  position: relative;
}
#single-product .yith_magnifier_gallery li {
  float: none;
}
#single-product .yith_magnifier_gallery li a {
  margin: 0!important;
  padding: 0 5px!important;
}
#single-product .yith_magnifier_gallery .owl-nav {
  position: static;
  margin-top: 0;
  width: 100%;
  z-index: 0;
}
#single-product .yith_magnifier_gallery .owl-nav [class*='owl-'] {
  position: absolute;
  display: block;
  z-index: 100;
  top: 50%;
  margin-top: -19px;
}
#single-product .yith_magnifier_gallery .owl-nav .owl-prev {
  left: 0;
}
#single-product .yith_magnifier_gallery .owl-nav .owl-next {
  right: 0;
}
#single-product .bth-wooshare {
  margin-top: 20px;
  margin-bottom: 20px;
}
#single-product .bth-wooshare .fb-like {
  position: relative;
  top: -4px;
  margin-right: 20px;
}
#single-product .bth-wooshare iframe.twitter-share-button {
  margin-right: 20px;
}
#single-product .bth-wooshare #___plusone_0 {
  position: relative;
  top: 2px;
}
#single-product .cart-inner .button {
  float: left;
  display: block;
  background: #333;
  color: #fff;
  padding: 10px 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#single-product .cart-inner .button:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
#single-product .yith-wcwl-add-to-wishlist,
#single-product .compare.button {
  display: none;
}
#single-product form.cart {
  margin-bottom: 12px;
}
#single-product form.cart a[style="visibility: hidden;"] {
  display: none;
}
#single-product form.cart .variations {
  margin-bottom: 0;
}
#single-product form.cart .variations .form-group {
  margin-bottom: 0;
  margin-top: 15px;
}
#single-product form.cart .variations .form-group:first-child {
  margin-top: 0;
}
#single-product form.cart .variations .reset_variations {
  margin-top: 15px;
}
#single-product form.cart .single_variation_wrap {
  margin-top: 15px;
}
#single-product div.thumbnails a {
  width: 100%;
  padding-right: 10px;
  position: relative;
  display: block;
  text-align: center;
}
#single-product div.summary {
  width: 100%;
}
#single-product div.summary .clear {
  display: none;
}
#single-product div.summary .star-rating {
  width: 69px;
  letter-spacing: 2px;
  font-size: 13px;
  line-height: 1;
}
#single-product div.summary .star-rating span {
  color: #444444;
}
#single-product div.summary .star-rating span:before {
  letter-spacing: 2px;
}
#single-product div.summary .woocommerce-review-link {
  color: #444444;
}
#single-product div.summary .woocommerce-review-link:hover {
  color: #333;
}
#single-product div.summary .product_meta {
  margin-top: 0;
  margin-bottom: 20px;
}
#single-product div.summary .product_meta h4 {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}
#single-product div.summary .product_meta .bth-stock {
  margin-bottom: 10px;
}
#single-product div.summary .product_meta .sku_wrapper {
  margin-bottom: 10px;
}
#single-product div.summary .product_meta .posted_in {
  margin-bottom: 10px;
}
#single-product div.summary .product_meta .posted_in a {
  color: #666;
}
#single-product div.summary .product_meta .posted_in a:hover {
  color: #aaaaaa;
}
#single-product div.summary .product_meta .tagged_as {
  text-transform: capitalize;
}
#single-product div.summary .addthis {
  height: 50px;
  overflow: hidden;
}
#single-product .cart .added {
  display: none;
}
#single-product .cart .added_to_cart {
  display: block;
}
#single-product div.quantity {
  float: left;
  width: auto;
  margin-right: 10px;
}
#single-product div.quantity .qty {
  width: 60px!important;
  border: 1px solid #969696;
}
#single-product .single_variation {
  margin-bottom: 15px;
}
#single-product .single_variation p {
  margin: 0;
}
#bth-filter {
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}
#bth-filter > * {
  margin-bottom: 0;
}
#bth-filter > ul {
  padding-top: 8px;
}
#bth-filter form.form-switch-layout {
  float: left;
  line-height: 30px;
}
#bth-filter form.form-switch-layout > p {
  float: left;
  margin: 0 10px 0 0;
  line-height: 30px;
}
#bth-filter form.form-switch-layout ul.switch-layout {
  margin: 0;
  float: left;
}
#bth-filter form.form-switch-layout ul.switch-layout li {
  float: left;
  margin-right: 5px;
}
#bth-filter form.form-switch-layout ul.switch-layout li a {
  display: inline-block;
  color: #a8a8a8;
}
#bth-filter form.form-switch-layout ul.switch-layout li a.active,
#bth-filter form.form-switch-layout ul.switch-layout li a:hover {
  color: #000;
}
#bth-filter form.form-switch-layout ul.switch-layout li a .fa {
  float: left;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
#bth-filter form.form-switch-layout ul.switch-layout li a span {
  display: none;
}

#bth-filter select {
  font-size: 13px;
  margin-bottom: 0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border: 0;
  padding: 0 30px 0 10px;
  display: block;
  position: relative;
  cursor: pointer;
  width: auto;
}
#bth-filter select::-ms-expand {
  display: none;
}
#bth-filter .woocommerce-ordering {
  position: relative;
  border: 1px solid #ddd;
}
#bth-filter > p {
  float: left;
}
.woocommerce-page .product-info {
  z-index: 1;
}
.woocommerce-page div.product form.cart {
  margin: 0;
}
.woocommerce-page div.product form.cart:after,
.woocommerce-page div.product form.cart:before {
  display: inline;
}
.woocommerce-page div.product form.cart div.quantity {
  float: inherit;
}
.woocommerce-page form.login,
.woocommerce-page form.register {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0px;
}
.woocommerce-page table.cart img {
  width: auto;
  height: auto;
}
.woocommerce-page table.cart a.remove {
  color: #EC5053;
}
.woocommerce-page table.cart a.remove:hover {
  background-color: transparent;
  color: #EC5053;
}
.woocommerce-page .cart-collaterals h2 {
  color: #333;
  font-size: 18px;
  margin-bottom: 24px;
}
.woocommerce-page .cart-collaterals h2 a {
  color: #333;
  font-size: 18px;
}
.woocommerce-page .cart-collaterals .cart_totals {
  text-align: left;
  float: right;
}
.woocommerce-page .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce-page .cart-collaterals .cart_totals tr th {
  font-weight: normal;
  padding-left: 10px;
}
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  color: #333;
  font-size: 14px;
  width: 50%;
  letter-spacing: 1px;
  padding-left: 0;
  padding-top: 10px;
}
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  display: none;
}
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  margin-top: 15px;
}
.woocommerce-page #respond input#submit {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.53846;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #333;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
}
.woocommerce-page #respond input#submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus {
  background: #333;
}
.woocommerce-page nav.woocommerce-pagination {
  text-align: left;
}
.woocommerce-page .woocommerce-result-count {
  float: left;
  line-height: 25px;
  margin-bottom: 0;
}
.woocommerce-page form .form-row {
  padding: 0;
  margin-bottom: 14.4px;
}
.woocommerce-page table.cart img {
  width: auto;
  height: auto;
}
.woocommerce-page table.cart a.remove {
  color: #EC5053;
}
.woocommerce-page table.cart a.remove:hover {
  background-color: transparent;
  color: #EC5053;
}
#coupon_code {
  width: auto!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  height: 41px;
}
.product-quickview {
  background: #FFF;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.product-quickview .woocommerce {
  overflow: hidden;
}
.product-quickview .woocommerce div.product form.cart {
  display: inline-block;
}
.product-quickview .woocommerce .added_to_cart {
  padding: 3px 10px;
}
.product-quickview .woocommerce .btn-cart,
.product-quickview .woocommerce .added_to_cart {
  text-align: center;
  border: 2px solid #eee;
  background: #fff;
  text-shadow: none;
  color: #333;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-style: normal;
}
.product-quickview .woocommerce .btn-cart:hover,
.product-quickview .woocommerce .added_to_cart:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
.product-quickview .social-networks li {
  padding-right: 5px;
}
.product-quickview #single-product {
  padding: 20px;
}
.product-quickview .woocommerce .btn-cart:hover .cart-text,
.product-quickview .woocommerce .added_to_cart:hover .cart-text {
  color: #fff;
}
.product-quickview .woocommerce .btn-cart .cart-text {
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.product-quickview .woocommerce .btn-cart.added {
  display: none;
}
.product-quickview .woocommerce .product_meta {
  margin: 20px 0;
}
.product-quickview .woocommerce .entry-summary {
  padding-right: 30px;
}
.product-quickview .woocommerce h1 {
  margin-top: 20px;
}
.product-quickview .quickview-slides {
  position: relative;
}
.product-quickview .quickview-slides .owl-dots {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}
.product-quickview .quickview-slides:hover .owl-dots {
  opacity: 1;
}
.product_list_widget dl.variation {
  margin: 5px 0 5px 20px;
}
.product_list_widget dl.variation dt,
.product_list_widget dl.variation dd {
  display: inline-block;
}
.item-product-widget {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.item-product-widget:last-child {
  padding-bottom: 0;
  border: 0;
}
.item-product-widget .images {
  margin-right: 12px;
  width: 80px;
}
.item-product-widget .product-title {
  padding-top: 5px;
}
.item-product-widget .product-title a {
  color: #333;
  font-family: Montserrat;
  padding-top: 0;
}
.item-product-widget .product-title a:hover {
  color: #aaaaaa;
}
.item-product-widget .price {
  color: #333;
  font-size: 16px;
  line-height: 1;
  margin-top: 12px;
}
.item-product-widget .price ins {
  color: #333;
  text-decoration: none;
}
.item-product-widget .price del {
  color: #aaa;
  text-decoration: line-through;
}
.item-product-widget .product-meta .star-rating {
  color: #444444;
  margin-bottom: 6px;
  margin-top: 2px;
  float: inherit;
  height: 15px;
}
.item-product-widget .product-meta .title a {
  color: #444444;
}
.item-product-widget .product-meta .title a:hover {
  color: #666;
}
.item-product-widget .product-meta .category {
  font-size: 13px;
}
.item-product-widget .product-meta .category a {
  color: #333;
}
.item-product-widget .product-meta .category a:hover {
  color: #888;
}
.chosen-container {
  width: 100%!important;
}
.chosen-container-single .chosen-single {
  background-image: none;
  border-radius: 0;
  height: 36px!important;
  line-height: 36px!important;
  overflow: visible!important;
}
.chosen-container-single .chosen-single b {
  display: none!important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
}
.woocommerce-noreviews {
  margin-left: 40px;
}
#ship-to-different-address .checkbox {
  padding: 0;
  display: inline-block;
}
#ship-to-different-address .input-checkbox {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  left: 35px;
}

/*02-03-16*/

/*03-03-16*/
.overlay{
  position: absolute; 
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.30);;
  top:0;
  left: 0;
}

/*----------------*/
.related .woocommerce .product-slide .owl-item .product-block, 
.related .woocommerce-page .product-slide .owl-item .product-block{
    padding: 0;
}

.related .heading-title span:after{display: none;}
#single-product .summary, 
#single-product .summary h4,
.woocommerce-tabs .tab-content{
  font-family: Times New Roman;
  font-style: italic;
  font-size: 14px;
}
#single-product .summary .product_meta h4{
  font-size: 16px;
}
#single-product .summary .product_meta .stock{
  font-size: 16px; 
  color: #aaaaaa; 
  text-decoration: none; 
  text-transform: capitalize;
}
#single-product .summary h1, #single-product .summary .star-rating{
  font-style: normal;
}
.woocommerce .star-rating span:before, 
.woocommerce-page .star-rating span:before{
  content: "\f005\f005\f005\f005\f005";
}
#single-product [itemprop="offers"] p.price{
  font-size: 20px;
  font-family: New Roman;
  font-style: italic;
  color: #333;
  position: relative;
  padding-top: 7px;
}
#single-product [itemprop="offers"] p.price:before{
  content: "";
  position: absolute;
  width: 56px;
  border-top: 1px solid #ddd;
  left: 0;
  top: 0;
}
#single-product [itemprop="offers"]{
  margin-bottom: 10px;
}

#single-product .product_title{
  font-family: MontSerrat;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
#single-product div.summary .woocommerce-review-link{
  font-weight: 700;
}
div.quantity button{
  border: none;
  outline: none;
  background: transparent;
  height: 35px;
}
div.quantity button .fa{
  font-weight: 700;
  color: #888888;
}
div.quantity button:hover .fa{
  color: #333;
}
div.quantity .qty{
  border: none !important;
  height: 34px;
}
div.quantity{
  border: 2px solid #ededed;
  padding: 0 10px;
  height: 39px;
}
#single-product .cart-inner .button{
  padding: 5px 15px;
  border: 2px solid #ededed;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
#single-product .bth-wooshare{
  clear: both;
}
.woocommerce div.product p.price, 
.woocommerce-page div.product p.price{
  margin-bottom: 8px;
}
#single-product .summary,
#single-product div.summary .product_meta .bth-stock,
.woocommerce .woocommerce-product-rating, 
.woocommerce-page .woocommerce-product-rating{
  margin-bottom: 0;
}

.post-share{
  float: left;
  background: #fff;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}
.post-share .social-networks li i.fa{
  font-size: 14px;
}
.post-share .social-networks li i.fa:hover{
  background: transparent;
  color: #aaa;
}
#single-product [itemprop="description"]{
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 23px;
}
#single-product div.summary .product_meta{
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
  margin-bottom: 23px;
}

.social-networks li a .fa{
  color: #333;
}
.social-networks li.share{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#888;
  font-family:  Montserrat;
  font-style: normal;
}
#single-product form.cart,
#single-product .wishlist-compare{
  float: left;
}
.up-sells{
  float: left;
  width: 100%;
}
.widget-title span:after{
  display: none;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li, 
.woocommerce-page div.product .woocommerce-tabs .nav-tabs li{
  border: none;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li a, 
.woocommerce-page div.product .woocommerce-tabs .nav-tabs li a{
  color: #333;
  font-size: 14px;  
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.product .woocommerce-tabs .nav-tabs .active a, 
.woocommerce-page div.product .woocommerce-tabs .nav-tabs .active a{
  background: transparent;
  color: #333;
  font-size: 14px;  
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li:hover a, 
.woocommerce-page div.product .woocommerce-tabs .nav-tabs li:hover a,
.woocommerce div.product .woocommerce-tabs .nav-tabs .active a:hover, 
.woocommerce-page div.product .woocommerce-tabs .nav-tabs .active a:hover{
  background: #fff !important;
  color: #333;
}
#single-product .cart-inner .button {
  float: left;
  display: block;
  background: #fff;
  color: #333;
  border: 2px solid #eeeeee;
  line-height: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*----------------*/
.related .woocommerce .product-slide .owl-item .product-block, 
.related .woocommerce-page .product-slide .owl-item .product-block{
    padding: 0;
}

.related .heading-title span:after{
  display: none;
}
#single-product .summary, 
.woocommerce-tabs .tab-content
{
  font-family: Times New Roman;
  font-style: italic;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
}
#single-product .summary .product_meta h4{
  font-size: 16px;
  color: #333333;
}
#single-product .summary .product_meta .stock{
  font-size: 16px; 
  color: #a4c107; 
  text-decoration: none; 
  text-transform: capitalize;
}
#single-product .summary h1, #single-product .summary .star-rating{
  font-style: normal;
}
.woocommerce .star-rating span:before, 
.woocommerce-page .star-rating span:before{
  content: "\f005\f005\f005\f005\f005";
}
#single-product [itemprop="offers"] p.price{
  font-size: 20px;
  font-family: New Roman;
  font-style: italic;
  color: #333;
  position: relative;
  padding-top: 7px;
}
#single-product [itemprop="offers"] p.price:before{
  content: "";
  position: absolute;
  width: 56px;
  border-top: 1px solid #ddd;
  left: 0;
  top: 0;
}
#single-product [itemprop="offers"]{
  margin-bottom: 10px;
}

#single-product .product_title{
  font-family: MontSerrat;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
#single-product div.summary .woocommerce-review-link{
  font-weight: 700;
}
div.quantity button{
  border: none;
  outline: none;
  background: transparent;
  height: 35px;
}
div.quantity button .fa{
  font-weight: 700;
  color: #888888;
}
div.quantity button:hover .fa{
  color: #333;
}
div.quantity .qty{
  border: none !important;
  height: 34px;
}
div.quantity{
  border: 2px solid #ededed;
  padding: 0 10px;
  height: 39px;
}
#single-product .cart-inner .button{
  padding: 5px 15px;
  border: 2px solid #ededed;
  text-transform: uppercase;
  font-size: 12px;
}
#single-product .bth-wooshare{
  clear: both;
}
.woocommerce div.product p.price, 
.woocommerce-page div.product p.price{
  margin-bottom: 8px;
}
#single-product .summary,
#single-product div.summary .product_meta .bth-stock,
.woocommerce .woocommerce-product-rating, 
.woocommerce-page .woocommerce-product-rating{
  margin-bottom: 0;
}

.post-share{
  float: left;
  background: #fff;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}
.post-share .social-networks li i.fa{
  font-size: 14px;
}
.post-share .social-networks li i.fa:hover{
  background: transparent;
  color: #aaa;
}
#single-product [itemprop="description"]{
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
#single-product div.summary .product_meta{
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
  margin-bottom: 23px;
}

.social-networks li a .fa{
  color: #333;
}
.social-networks li.share{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#888;
  font-family:  Montserrat;
  font-style: normal;
}
#single-product form.cart{
  float: left;
}
#single-product .wishlist-compare{
  float: left;
  margin-left: 11px;
}
.up-sells{
  float: left;
  width: 100%;
}
.widget-title span:after{
  display: none;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li, 
.woocommerce-page div.product .woocommerce-tabs .nav-tabs li{
  border: none;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs li a, 
.woocommerce-page div.product .woocommerce-tabs .nav-tabs li a{
  color: #888;
  font-size: 14px;  
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.product .woocommerce-tabs .nav-tabs .active a, 
.woocommerce-page div.product .woocommerce-tabs .nav-tabs .active a{
  background: transparent;
  color: #333;
  font-size: 14px;  
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*.woocommerce div.product .woocommerce-tabs .nav-tabs li a:hover, 
.woocommerce-page div.product .woocommerce-tabs .nav-tabs li a:hover,
.woocommerce div.product .woocommerce-tabs .nav-tabs .active a:hover, 
.woocommerce-page div.product .woocommerce-tabs .nav-tabs .active a:hover{
  background: #fff !important;
  color: #333;
  border-bottom: 1px solid #333;
}*/

.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs {
    margin-bottom: 35px;
    float: left;
    width: 100%;
}
.archive.tax-product_cat #bth-main-content .main-content-inner:before,
.archive.tax-product_cat #bth-main-content .main-content-inner:after
{
  height: 0;
}
#single-product div.thumbnails a:hover{
  border: 1px solid #eee;
}
.woocommerce-tabs .comment-text .meta [itemprop="author"]{
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 400!important;
  font-style: normal;
  color: #333;
}

.bth-sidebar ul li a{
  color: #333;
  font-style: italic;
  font-family: Times New Roman;
  font-size: 14px;
}
body:not(.home) #bth-main-content {
  padding-top: 29px;
}
/*compare product*/
table.compare-list th,
table.compare-list tr.image th, 
table.compare-list tr.image td, 
table.compare-list tr.title th, 
table.compare-list tr.title td
{
  font-family: MontSerrat;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
  font-style: normal;
}
table.compare-list tr.price th, 
table.compare-list tr.price td{
  font-size: 20px;
  font-family: New Roman;
  font-style: italic;
  color: #333;
  position: relative;
  padding-top: 7px;
  text-decoration:none;
}
table.compare-list tr.price td ins{
  text-decoration:none;
}
table.compare-list tr.price del span{
  font-weight: normal;
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 16px;
  font-family: New Roman;
  font-style: italic;
}
table.compare-list tr.description td,
table.compare-list tr td {
  font-family: Times New Roman;
  font-style: italic;
  font-size: 14px;
  color: #888;
}
table.compare-list tr.remove td a{
  position: relative;
}
table.compare-list tr.remove td a .remove{
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  border-radius: 0;
  margin-top: -5px;
  height: 20px;
  width: 20px;
}
table.compare-list tr.remove td a:after{
  content: "";
  background-image: url("images/closehiden.png");
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: 0;
}
table.compare-list tr.remove td a:hover .remove{
  background-color: transparent;
}
table.compare-list tr.remove td a:hover:after{
  background-image: url("images/close.png");
  
}
table.compare-list tr.image th, 
table.compare-list tr.image td, 
table.compare-list tr.title th, 
table.compare-list tr.title td, 
table.compare-list tr.price th, 
table.compare-list tr.price td{
  padding: 20px 10px;
}
table.compare-list tr.image td img{
  margin: 0;
  border:none;
}
table.compare-list tr.add-to-cart th, 
table.compare-list tr.add-to-cart td{
  border-top: none;
}
body>h1{
  background: #f4f4f4;
  letter-spacing: 1px;
  color: #333;
}
body>h1 a.close{
  color: #333;
}
table.compare-list .stock td span{
  color: #a4c107;
  font-size: 16px;
  text-transform: capitalize;
}
/*Contact-us*/
.contact_widget .heading-title.text-left span{
  color: #333;
  font-size: 18px;
  margin-top: 45px;
}
.contact_widget .heading-title span:after{
  margin-top: 20px;
  background: #333;
}
.contact-form label,
.contact-text p,
.contact_widget p,
.contact_widget .contact-address,
.contact_widget .contact-address a{
   font-style: normal;
  font-family: open sans;
  font-size: 12px;
  line-height: 20px;
  color:#888;
}
.contact-form label{
  color: #333;
}
.contact_widget .contact-address a{
  margin-bottom: 13px;
  display: inline-block;
}
.contact_widget a.contact-number{
  font-size: 12px;
  color: #333;
  border: 2px solid #333;
  line-height: 46px;
  width: 140px;
  text-align: center;
  display: inline-block;
  font-family: Montserrat;
  margin: 30px 0 40px;
}
.contact_widget .contact-address{
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
}
.contact_widget .contact-address:before{
  content: "";
  background: url(images/pin-1.png);
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  top:5px;
}
.contact-text,
.contact-form{
  padding: 0 55px;
}
.contact-text{
  margin-top: 26px;
}
.contact-form{
  margin-top: 45px; 
}
.map_canvas{
  width: inherit!important;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -29px;
}