/*
Theme Name: Miracle Child
Theme URI: http://miracle.jwsuperthemes.com
Template: miracle
Author: the JWSThemes team
Author URI: https://themeforest.net/user/jwsthemes/portfolio
Description: Miracle is a super clean and modern fashion WordPress theme that offers a huge suite of theme options including unlimited colors, typography, shortcodes, and custom widgets so your website will look amazing. This theme offers 9 post formats including audio, video, and gallery slideshows so there’s lots of variety. The fully packed options panel is the control center for all your theme’s customization, and it includes layout styling, social media, navigation styling, typography options, slideshow controls and more.
Tags: black,green,white,light,dark,two-columns,three-columns,left-sidebar,right-sidebar,fixed-layout,responsive-layout,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 1.2.6
Updated: 2025-02-01 09:23:45
*/
@charset "UTF-8";
/*Responsive mobile row*/
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
.light-color {
  color: #fff;
}
.dark-layout .light-color {
  color: #000;
}
.background_dark {
  background: #1f1f1f;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.easing-animation {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.easing-in-animation {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.easing-animation-long {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.special-zoom-in {
  animation: SpecialZoomIn 8s forwards;
  transform-origin: 30% 0%;
}
.special-zoom-out {
  animation: SpecialZoomOut 8s forwards;
  transform-origin: 30% 0%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.nopadding {
  padding: 0;
}
.col-nopadding {
  padding-left: 0;
  padding-right: 0;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.middle {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bottom {
  position: relative;
  display: block;
  top: 100%;
  transform: translateY(-100%);
}
.ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ab-center:before,
.ab-center:after {
  content: " ";
  display: table;
}
.ab-center:after {
  clear: both;
}
.ab-bottom {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}
.ab-bottom:before,
.ab-bottom:after {
  content: " ";
  display: table;
}
.ab-bottom:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
}
.btn-transparent:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.btn-act {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  padding: 0;
  color: #333;
  margin-left: 20px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 0;
}
.btn-act:hover {
  color: #a86d73;
}
.thumb-pd-effect {
  background-color: #fff;
}
.thumb-pd-effect:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  position: absolute;
  height: 4px;
  width: 90%;
  opacity: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  left: 5%;
  border-radius: 50%;
  bottom: 5px;
  z-index: -1;
}
.thumb-pd-effect img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.thumb-pd-effect.tb-thumb-effect span {
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.thumb-pd-effect.tb-thumb-effect:before {
  bottom: 0;
}
.thumb-pd-scale {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.thumb-pd-hover-scale {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.thumb-overlay-effect:after {
  background: #a86d73;
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: scale(0);
  content: "";
}
.thumb-overlay-hover-effect:after {
  opacity: 0.2;
  transform: scale(1);
}
.thumb-pd-hover-effect {
  color: #a86d73;
}
.thumb-pd-hover-effect:before {
  opacity: 1;
  bottom: 0;
}
.thumb-pd-hover-effect.tb-thumb-effect span {
  height: auto;
  z-index: 3;
}
.thumb-pd-hover-effect.tb-thumb-effect > img {
  z-index: -2;
}
.thumb-left-slide img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb-left-slide:hover img {
  margin-left: 0;
}
.thumb-right-slide img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb-right-slide:hover img {
  margin-left: 0;
}
.thumb-right-slide img {
  margin-left: -30px;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.icon-abs {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
figure.effect-bubba {
  position: relative;
}
figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: block;
}
figure.effect-bubba .vc_single_image-wrapper {
  position: relative;
}
figure.effect-bubba .vc_single_image-wrapper::before,
figure.effect-bubba .vc_single_image-wrapper::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba .vc_single_image-wrapper::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure.effect-bubba .vc_single_image-wrapper::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
figure.effect-bubba:hover img {
  opacity: 0.7;
}
figure.effect-bubba:hover .vc_single_image-wrapper:before,
figure.effect-bubba:hover .vc_single_image-wrapper:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
@keyframes upDown {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes borderAnimate {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.13);
  }
}
@-webkit-keyframes borderAnimate {
  0% {
    -webkit-transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.13);
  }
}
@keyframes effZoom {
  from {
    opacity: 0;
    transform: scale(8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes effZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes btnplayanimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes btnplayanimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dot-animation {
  0% {
    box-shadow: 0px 0 0 0, 0px 0 0 0;
  }
  70% {
    box-shadow: 10px 0 0 0, -10px 0 0 0;
  }
  100% {
    box-shadow: 8px 0 0 0, -8px 0 0 0;
  }
}
@-webkit-keyframes dot-animation {
  0% {
    box-shadow: 0px 0 0 0, 0px 0 0 0;
  }
  70% {
    box-shadow: 10px 0 0 0, -10px 0 0 0;
  }
  100% {
    box-shadow: 8px 0 0 0, -8px 0 0 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-backface-visibility: hidden;
}
.ro-font-regular {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
.ro-light-text {
  font-weight: 400;
}
.ro-hr-heading {
  text-align: center;
}
.ro-hr-heading:after {
  display: block;
  margin-right: auto;
  margin-left: auto;
  content: " ";
  width: 30px;
  margin-top: 15px;
  height: 0;
  border-top: 1px solid #444444;
}
.ro-hr-heading.ro-left {
  text-align: left;
}
.ro-hr-heading.ro-left:after {
  margin-left: 0;
}
.ro-hr-heading.ro-right {
  text-align: right;
}
.ro-hr-heading.ro-right:after {
  margin-right: 0;
}
.ro-hr {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  border-top: 1px solid #aaaaaa;
  margin: 0 auto;
}
.ro-hr.ro-full {
  width: 100%;
}
.ro-hr .ro-color-light {
  border-color: #ffffff;
}
p {
  margin-bottom: 25px;
}
.ro-font-size-1 {
  font-size: 42px;
}
.ro-font-size-2 {
  font-size: 36px;
}
.ro-font-size-3 {
  font-size: 24px;
}
.ro-font-size-4 {
  font-size: 18px;
}
.ro-font-size-5 {
  font-size: 16px;
}
.ro-font-size-6 {
  font-size: 14px;
}
::selection {
  background: #a86d73;
  color: #ffffff;
}
.ro-ellipsis {
  overflow: hidden;
}
.ro-quote-content {
  padding-top: 30px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
}
.ro-quote-content q:before,
.ro-quote-content q:after {
  font-style: italic;
  font-size: 30px;
  line-height: 16px;
  font-weight: 600;
}
.ro-quote-content q:before {
  content: open-quote;
}
.ro-quote-content q:after {
  content: close-quote;
}
.ro-quote-content .ro-author-name {
  padding-top: 20px;
  font-weight: 700;
  text-align: right;
  color: #a86d73;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
body .bg_primary {
  background-color: #a86d73;
}
body .primary_color {
  color: #a86d73;
}
body .btn_primary {
  background-color: #a86d73;
}
body .btn_primary:hover {
  background-color: #a86d73;
}
.row > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.no-padding-left {
  padding-left: 0;
}
.tb-have-overlay {
  position: relative;
}
.tb-have-overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.5);
  left: 0;
  top: 0;
}
#Container .mix {
  display: none;
}
.ro-hr {
  border-top: 1px solid #aaaaaa;
}
.inline_middle > .container > .row > .wpb_column {
  font-size: ;
}
a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:hover,
a:target,
a:focus {
  outline: none;
  color: #a86d73;
}
input:focus,
input:target,
textarea:focus,
textarea:target,
select:focus,
select:target {
  border-color: #a86d73;
}
button,
input[type="button"],
input[type="button"] {
  border: solid 1px;
}
button:hover,
input[type="button"]:hover,
input[type="button"]:hover {
  background: #a86d73;
  color: #fff;
}
button:not(.wpb_button):hover,
btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn:hover {
  background: none;
}
mark {
  background: none repeat scroll 0 0 #a86d73;
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
}
.icon-basic-heart.fa-heart {
  background: #444444;
}
.wpb_single_image img {
  width: 100%;
  height: auto;
}
.tb-blog {
  margin-bottom: 35px;
}
.tb-blog .blog-info {
  width: 75%;
  float: left;
}
.tb-blog .tb-social-buttons {
  margin-right: -4px;
  text-transform: uppercase;
  font-size: 15px;
}
.tb-blog .tb-social-buttons a {
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 2px;
}
.tb-blog .tb-social-buttons a:first-child {
  margin-left: 10px;
}
.tb-blog .tb-social-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.tb-blog .tb-social-buttons .icon-twitter:before {
  margin-left: -2px;
}
.tb-blog .tb-wrap-navi .tb-social-buttons {
  text-align: center;
  margin-top: -70px;
  height: 0;
  margin-bottom: 80px;
  line-height: 0;
}
.tb-shop-now {
  height: 40px;
  width: 136px;
  display: inline-block;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  text-align: center;
  line-height: 39px;
}
.tb-shop-now:hover {
  color: #a86d73;
  border-color: #a86d73;
}
.tb-relative {
  position: relative;
}
.tb-post-list .tb-post-side {
  margin-bottom: 20px;
}
.tb-post-list .tb-post-side .tb-post-side-img {
  float: left;
  height: 55px;
  opacity: 1;
  width: 90px;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.tb-post-list .tb-post-side .tb-post-side-img:hover {
  opacity: 0.7;
}
.tb-post-list .tb-post-side .tb-post-side-ct {
  margin-left: 100px;
  position: relative;
  top: -6px;
}
.tb-post-list .tb-post-side .tb-post-side-ct a {
  color: #444444;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.tb-post-list .tb-post-side .tb-post-side-ct a:hover {
  color: #84c340;
}
.tb-post-list .tb-post-side .tb-post-side-ct .date {
  color: #bdbdbd;
  display: block;
  font-style: italic;
  font-weight: 400;
}
.have-overlay {
  position: relative;
}
.have-overlay .overlay-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.widget_ct_new_tabs_widget .nav-tabs {
  border: none;
  text-align: center;
}
.widget_ct_new_tabs_widget .nav-tabs li {
  margin-right: 10px;
  display: inline-block;
  float: none;
  overflow: hidden;
  border-radius: 20px;
  z-index: 2;
}
.widget_ct_new_tabs_widget .nav-tabs li a {
  border-color: #d3d3d3;
  color: #d3d3d3;
  border-radius: 0;
  line-height: 20px;
  padding: 6px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}
.widget_ct_new_tabs_widget .nav-tabs li a:hover {
  background: none;
}
.widget_ct_new_tabs_widget .nav-tabs li.active a {
  border: solid 1px #a86d73;
  color: #a86d73;
}
.widget_ct_new_tabs_widget .tab-content {
  margin-top: 30px;
  border: none;
}
.widget_ct_new_tabs_widget .tab-content .tab-pane .news-list {
  margin: 0;
  padding: 0;
}
.widget_ct_new_tabs_widget .tab-content .tab-pane.active {
  animation: slideUp 0.3s;
  -webkit-animation: slideUp 0.3s;
}
.tb-left .tb-blog.default {
  position: relative;
}
.tb-left .tb-blog.default .tb-blog-image {
  width: 50%;
  position: relative;
}
.tb-left .tb-blog.default .tb-content-block {
  padding: 50px 40px 50px 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.tb-left .tb-blog.default .tb-content-block .blog-desc {
  height: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb-left .tb-blog.default .tb-content-block:before {
  border-bottom: 20px solid transparent;
  border-right: 26px solid #abdce1;
  border-top: 20px solid transparent;
  content: " ";
  height: 0;
  left: -25px;
  position: absolute;
  top: 60px;
  width: 0;
}
.tb-left .tb-blog.default .tb-content-block h2.blog-title a {
  font-style: italic;
}
.tb-left .tb-blog.default .tb-content-block h2.blog-title,
.tb-left .tb-blog.default .tb-content-block .blog-desc,
.tb-left .tb-blog.default .tb-content-block .blog-info {
  padding: 0;
}
.tb-left .tb-blog.default .tb-content-block h2.blog-title:after {
  margin-left: 0 !important;
}
.tb-right .tb-blog.default {
  position: relative;
}
.tb-right .tb-blog.default .tb-blog-image {
  width: 50%;
  position: relative;
  float: right;
}
.tb-right .tb-blog.default .tb-content-block {
  padding: 50px 40px 50px 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.tb-right .tb-blog.default .tb-content-block .blog-desc {
  height: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb-right .tb-blog.default .tb-content-block:before {
  border-bottom: 20px solid transparent;
  border-left: 26px solid #d9d8c1;
  border-top: 20px solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  right: -25px;
  top: 60px;
  width: 0;
}
.tb-right .tb-blog.default .tb-content-block h2.blog-title a {
  font-style: italic;
}
.tb-right .tb-blog.default .tb-content-block h2.blog-title,
.tb-right .tb-blog.default .tb-content-block .blog-desc,
.tb-right .tb-blog.default .tb-content-block .blog-info {
  padding: 0;
}
.tb-right .tb-blog.default .tb-content-block h2.blog-title:after {
  margin-right: 0 !important;
}
.tb-blog.entry article {
  margin-bottom: 30px;
  position: relative;
}
.tb-blog.entry article .shortcode-video {
  padding: 0 !important;
  background: none !important;
}
.tb-blog.entry article .tb-content-block {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  text-align: center;
  opacity: 0;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-blog.entry article .tb-content-block .blog-title,
.tb-blog.entry article .tb-content-block .blog-desc,
.tb-blog.entry article .tb-content-block .blog-info {
  position: relative;
}
.tb-blog.entry article .tb-content-block .blog-title p,
.tb-blog.entry article .tb-content-block .blog-desc p,
.tb-blog.entry article .tb-content-block .blog-info p {
  text-align: justify;
}
.tb-blog.entry article .tb-content-block .blog-title {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.tb-blog.entry article .tb-content-block .blog-title a {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #444;
}
.tb-blog.entry article .tb-content-block .blog-title a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -10px;
  border-bottom: solid 1px;
}
.tb-blog.entry article .tb-content-block .blog-info,
.tb-blog.entry article .tb-content-block .blog-info a {
  font-size: 13px;
}
.tb-blog.entry article .tb-content-block .blog-info {
  color: #d0d0d0;
  overflow: hidden;
}
.tb-blog.entry article .tb-content-block .tb-social-buttons {
  padding: 10px 0;
}
.tb-blog.entry article .tb-content-block .tag-links a {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  line-height: normal;
  margin-right: 2px;
  padding: 0 5px;
}
.tb-blog.entry article .tb-content-block .tag-links a:hover {
  color: #fff;
}
.tb-blog.entry article .tb-content-block .about-author {
  padding: 20px;
  margin-top: 20px;
  background: #fafafa;
  border-top: solid 2px #a86d73;
}
.tb-blog.entry article .tb-content-block .about-author .author-avatar {
  width: auto;
  display: inline-block;
  width: 160px;
  vertical-align: top;
  line-height: 0;
}
.tb-blog.entry article .tb-content-block .about-author .author-avatar img {
  width: 100%;
  border-radius: 50%;
}
.tb-blog.entry article .tb-content-block .about-author .author-info {
  width: calc(100% - 180px);
  display: inline-block;
  padding-left: 30px;
}
.tb-blog.entry article .tb-content-block .about-author .author-info .subtitle {
  font-size: 12px;
}
.tb-blog.entry article .tb-content-block .about-author .author-info .name {
  text-transform: uppercase;
  font-weight: bold;
}
.tb-blog.entry article:hover .tb-content-block {
  opacity: 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.tb-blog.entry article:hover .tb-blog-image img {
  transform: rotate(10deg) scale(1.3);
  -webkit-transform: rotate(10deg) scale(1.3);
  -moz-transform: rotate(10deg) scale(1.3);
  -o-transform: rotate(10deg) scale(1.3);
  -ms-transform: rotate(10deg) scale(1.3);
}
.tb-blog.entry article blockquote {
  font-style: italic;
}
.tb-blog.space > div article {
  max-width: 270px;
  margin: 0 auto 30px auto;
}
.tb-blog.space > div .tb-content-block {
  background: rgba(255, 255, 255, 0.7);
}
.tb-blog.space > div:nth-child(2n + 1) .tb-content-block {
  background: rgba(198, 217, 198, 0.7);
}
.tb-blog.default article > div {
  width: 50%;
  float: left;
}
.tb-blog.default article .tb-content-block {
  padding: 40px 0;
  position: relative;
}
.tb-blog.default article .tb-content-block > div,
.tb-blog.default article .tb-content-block > h2 {
  padding: 0 40px;
}
.tb-blog.default article .tb-content-block h2.blog-title {
  margin-bottom: 30px;
  position: relative;
}
.tb-blog.default article .tb-content-block h2.blog-title a {
  text-transform: uppercase;
  font-style: normal;
  color: #fff;
}
.tb-blog.default article .tb-content-block h2.blog-title:after {
  border-top: 2px solid #ffffff;
  content: " ";
  display: block;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 30px;
}
.tb-blog.default article .tb-content-block .blog-info {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 30px;
  text-align: right;
}
.tb-blog.default article .tb-content-block .blog-info span {
  display: inline-block;
  vertical-align: top;
}
.tb-blog.default article .tb-content-block .blog-info span:after {
  content: "/";
  padding: 0 20px;
}
.tb-blog.default
  article
  .tb-content-block
  .blog-info
  span.comments-number:after {
  content: "";
}
.tb-blog.direction_left article > div {
  float: right;
}
.tb-blog.direction_left article .tb-content-block .blog-title {
  text-align: right;
}
.tb-blog .tb-blog-image {
  overflow: hidden;
}
.tb-blog .tb-blog-image.team-single {
  box-shadow: none;
  border: 0;
}
.tb-blog .tb-blog-image .colorbox-wrap {
  display: none !important;
}
.tb-blog .tb-blog-image img {
  transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-blog .team .tb-content-block {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.tb-blog .team .tb-content-block .blog-info {
  margin-top: 10px;
}
.tb-blog.testimonial .blog-title a {
  font-size: 16px;
  text-transform: uppercase;
}
.tb-blog.testimonial article {
  margin: 0;
  padding: 50px 40px 0 40px;
}
.tb-blog.testimonial article:after {
  border-bottom: 1px solid #aaaaaa;
  content: "";
  display: block;
  margin: 50px auto 0 auto;
  width: 80%;
}
.tb-blog .navigation {
  margin-bottom: 20px !important;
  height: 74px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  padding-top: 27px;
  text-transform: uppercase;
}
.tb-blog .pagination.ajax {
  padding: 70px 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-blog .pagination.ajax.blog-more-ajax-loading {
  opacity: 0.5;
  pointer-events: none;
  background: url("assets/images/loading-animate.gif") center center no-repeat;
}
.tb-blog .pagination.ajax a {
  font-size: 18px;
  letter-spacing: 2px;
}
.blog .tb-blog,
.archive .tb-blog,
.search .tb-blog {
  padding-bottom: 30px;
}
.tb-blog article {
  margin-bottom: 30px;
}
.tb-blog .tb-blog-image {
  position: relative;
  margin-bottom: 18px;
}
.tb-blog .tb-blog-image .tb-blog-date a {
  position: absolute;
  top: 0;
  left: 0;
  background: #4e4e4e;
  color: #fff;
  padding: 14px;
  font-size: 14px;
  line-height: 14px;
}
.tb-blog .tb-blog-image .tb-blog-date a:hover {
  color: #a86d73;
}
.tb-blog .tb-content-block .blog-info span {
  color: #3f3f3f;
  margin-right: 17px;
}
.tb-blog .tb-content-block .blog-info span i {
  margin-right: 7px;
  color: #646464;
}
.tb-blog .tb-content-block .blog-info span a {
  color: #a1a1a1;
}
.tb-blog .tb-content-block .blog-info span a:hover {
  color: #a86d73;
}
.tb-blog .tb-content-block .blog-title {
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0 15px;
}
.tb-blog .tb-content-block .blog-title a {
  color: #4e4e4e;
}
.tb-blog .tb-content-block .blog-title a:hover {
  color: #a86d73;
}
.tb-blog .tb-content-block .blog-button {
  margin-top: 28px;
}
.tb-blog .tb-content-block .blog-button a {
  background-color: transparent;
  border: 1px solid #c5c5c5;
  color: #747474;
  display: inline-block;
  outline: medium none;
  padding: 7px 34px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tb-blog .tb-content-block .blog-button a:hover {
  color: #fff;
  background: #a86d73;
  border-color: #a86d73;
}
.tb-blog article.type-portfolio {
  margin-bottom: 35px;
}
.tb-pos-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.line-end {
  display: none !important;
}
.tb-blog-content-outer {
  padding: 50px 0;
}
.tb-blog-content-outer .ro-post-relate {
  float: right;
  max-width: 200px;
}
.tb-blog-content-outer .ro-post-relate img {
  margin-bottom: 30px;
}
.post-template-basic-php .tb-blog .blog-info {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
}
.post-template-basic-php .tb-blog .blog-info > span {
  margin-left: 55px;
}
.post-template-basic-php .tb-blog .blog-info > span a {
  color: #a86d73;
}
.tb-blog > .row {
  margin-bottom: 20px;
}
.tb-blog .post.sticky {
  background: #e1e1e1;
  color: #000000;
  padding: 30px;
  position: relative;
}
.tb-blog .post.sticky .blog-title {
  color: #a86d73;
}
.tb-blog .post.sticky .blog-title a {
  color: #a86d73;
}
.tb-blog .post.sticky a {
  color: #a86d73;
}
.tb-blog .post.sticky .divider-1 span {
  background: #e1e1e1;
}
.tb-blog .post.sticky .divider-1 span i {
  color: #ffffff;
}
.tb-blog .post.sticky:after {
  width: 70px;
  height: 70px;
  position: absolute;
  text-align: center;
  content: "";
  top: -35px;
  right: -35px;
  z-index: 1;
  border: 35px solid transparent;
  border-left-color: #000000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.tb-blog .post.sticky:before {
  content: "\f08d";
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 2;
  color: #ffffff;
  font-family: "FontAwesome";
}
.tb-blog .tb-blog-image {
  line-height: 0;
  position: relative;
}
.tb-blog .tb-blog-image .blog-note {
  position: absolute;
  top: 35px;
  left: 35px;
  padding: 15px;
  width: 242px;
  border: 1px solid #aaaaaa;
  background: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-texts {
  font-style: italic;
  margin: 20px 12px;
  line-height: 25px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-top {
  position: absolute;
  right: 15px;
  font-size: 18px;
  line-height: 18px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-bottom {
  position: absolute;
  right: 15px;
  font-size: 18px;
  line-height: 18px;
  bottom: 15px;
}
.tb-blog.blog article {
  border-bottom: 1px solid #444;
}
.tb-blog.blog article .blog-title {
  font-size: 36px;
  margin-bottom: 50px;
  margin-top: 60px;
  font-style: italic;
}
.tb-blog.blog article .tb-content-block {
  margin-top: 30px;
}
.tb-blog.blog article .blog-info {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
}
.tb-blog.blog article .blog-info > span {
  margin-left: 55px;
}
.tb-blog.blog article .blog-info > span a {
  color: #a86d73;
}
.tb-blog.blog article .shortcode-video {
  background: #000;
  padding: 7px;
}
.tb-blog.blog .row:first-child .blog-title {
  margin-top: 0;
}
.title-bar {
  position: relative;
}
.title-bar h1,
.title-bar h2,
.title-bar h3,
.title-bar h4,
.title-bar h5,
.title-bar h6,
.woocommerce div.title-bar h1,
.woocommerce div.title-bar h2,
.woocommerce div.title-bar h3,
.woocommerce div.title-bar h4,
.woocommerce div.title-bar h5,
.woocommerce div.title-bar h6 {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.title-bar .tb-breadcrumb,
.woocommerce div.title-bar .tb-breadcrumb {
  border: none !important;
  color: #dedede;
  display: block;
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb,
.woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb {
  text-align: center;
  color: #dedede;
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb a,
.title-bar .tb-breadcrumb .woocommerce-breadcrumb span,
.woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb a,
.woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb span {
  font-family: lato;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #c3c3c3;
  text-transform: capitalize;
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb span,
.woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb span {
  color: #fff;
}
.title-bar .tb-breadcrumb a,
.title-bar .tb-breadcrumb span,
.woocommerce div.title-bar .tb-breadcrumb a,
.woocommerce div.title-bar .tb-breadcrumb span {
  font-family: lato;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #c3c3c3;
  text-transform: capitalize;
}
.title-bar .tb-breadcrumb a.current,
.title-bar .tb-breadcrumb span.current,
.woocommerce div.title-bar .tb-breadcrumb a.current,
.woocommerce div.title-bar .tb-breadcrumb span.current {
  color: #fff !important;
}
.tb-breadcrumb {
  display: none;
  position: relative;
  font-size: 14px;
}
.tb-breadcrumb .woocommerce-breadcrumb {
  font-size: 14px;
}
.tb-breadcrumb .woocommerce-breadcrumb a {
  color: #dedede;
}
.tb-breadcrumb a {
  color: #dedede;
  padding: 0 8px;
}
.tb-breadcrumb a:hover {
  color: #a86d73;
}
.tb-breadcrumb span {
  padding: 0 8px;
}
.tb-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
}
.jws_theme_top_search_bar.tb-before-title {
  margin-bottom: -30px;
  position: relative;
  z-index: 9;
}
.jws_theme_top_search_bar.tb-after-title {
  margin-top: -32px;
  margin-bottom: 50px;
}
#jws_theme_wrapper > .tb-breadcrumb {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 70px;
}
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb {
  margin-left: -8px;
  color: #cecece;
}
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb a {
  color: #b3b3b3;
}
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb span {
  color: #343434;
}
.col-middle {
  line-height: 30px;
}
.post-navigation .nav-links {
  text-align: right;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  display: inline-block;
}
.post-navigation .nav-links .nav-previous .btn,
.post-navigation .nav-links .nav-next .btn {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  width: 100px;
  color: #a8a8a8;
  border: none;
  padding: 0;
  font-size: 15px;
  box-shadow: none;
}
.post-navigation .nav-links .nav-previous .btn:hover,
.post-navigation .nav-links .nav-next .btn:hover {
  color: #a86d73;
}
.post-navigation .nav-links .nav-previous .btn.disabled,
.post-navigation .nav-links .nav-next .btn.disabled {
  color: #a8a8a8;
}
.post-navigation .nav-links .nav-previous .btn i,
.post-navigation .nav-links .nav-next .btn i {
  font-size: 18px;
}
.post-navigation .nav-links .nav-previous .btn i:before,
.post-navigation .nav-links .nav-next .btn i:before {
  position: relative;
  top: 2px;
}
.post-navigation .nav-links .nav-previous .btn i.fa-caret-left,
.post-navigation .nav-links .nav-next .btn i.fa-caret-left {
  padding-right: 10px;
}
.post-navigation .nav-links .nav-previous .btn i.fa-caret-right,
.post-navigation .nav-links .nav-next .btn i.fa-caret-right {
  padding-left: 10px;
}
.comments-area {
  padding-left: 76px;
  margin-top: 47px;
}
.comments-area .comments-title {
  margin-bottom: 27px;
  position: relative;
}
.comments-area .comments-title small {
  text-transform: none;
}
.comments-area .comments-title legend {
  display: inline-block;
  margin-bottom: -4px;
  padding-right: 10px;
  width: initial;
  color: #333333;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  background: #efefef;
  position: relative;
}
.comments-area .comments-title legend label {
  color: #a7a7a7;
}
.comments-area .comments-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  bottom: 15%;
}
.comments-area .comment-list {
  padding-left: 0;
  margin-bottom: 60px;
}
.comments-area .comment-list li {
  padding: 0 !important;
  border-top: none !important;
  list-style: none;
}
.comments-area .comment-list li ol.children {
  padding-left: 70px;
}
.comments-area .comment-list li .comment-body {
  position: relative;
  margin-top: 28px;
}
.comments-area .comment-list li .comment-body .comment-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.comments-area .comment-list li .comment-body .comment-avatar img {
  width: 72px;
  height: 72px;
  border: 6px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comments-area .comment-list li .comment-body .comment-avatar img.alignnone {
  margin: 0;
}
.comments-area .comment-list li .comment-body .comment-info {
  position: relative;
  padding: 20px 15px 7px 100px;
  margin-left: 25px;
}
.comments-area .comment-list li .comment-body .comment-info:before {
  position: absolute;
  width: calc(100% - 75px);
  left: 75px;
  top: 0;
  content: "";
  height: 100%;
  background-color: #ffffff;
}
.comments-area .comment-list li .comment-body .comment-info:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 99;
  opacity: 1;
  position: absolute;
  top: 10%;
  left: 8.5%;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info {
  position: relative;
  margin-bottom: 8px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  > div {
  display: inline-block;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-author {
  font-family: lato;
  font-weight: bold;
  font-size: 14px;
  color: #585858;
  text-transform: uppercase;
  margin-right: 15px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date {
  float: right;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date
  a {
  font-weight: 400;
  font-size: 12px;
  color: #a86d73;
  margin-right: 47px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date
  a:hover {
  color: #2a2a2a;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .reply {
  position: absolute;
  right: 1%;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .reply
  a {
  font-size: 15px;
  color: #cecece;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-header-info
  .reply
  a:hover {
  color: #a86d73;
}
.comments-area .comment-list li .comment-body .comment-info p {
  position: relative;
  line-height: 22px;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #747474;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .comment-meta,
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .reply {
  text-align: right;
  text-transform: initial;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .comment-meta
  a,
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .reply
  a {
  color: #a86d73;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .reply {
  margin-left: 5px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .reply
  a {
  color: #444;
  font-size: 30px;
}
.comments-area
  .comment-list
  li
  .comment-body
  .comment-info
  .comment-footer
  .reply
  a:hover {
  color: #a86d73;
}
.comments-area .comment-respond .comment-reply-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
}
.comments-area .comment-respond .request-comment {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #8b8b8b;
  margin-bottom: 10px !important;
  text-transform: initial;
}
.comments-area .comment-respond .request-comment span {
  color: #a86d73;
}
.comments-area .comment-respond form {
  max-width: 570px;
}
.comments-area .comment-respond form > p label {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  color: #5f5f5f;
}
.comments-area .comment-respond form > p input[type="text"] {
  border: 1px solid #ccc;
  line-height: 22.8px;
}
.comments-area .comment-respond form > p textarea {
  height: 185px;
  border: 1px solid #ccc;
}
.comments-area .comment-respond form > p .comment-form-comment-bottom {
  margin-bottom: 10px !important;
}
.comments-area .comment-respond form > p.form-submit .submit {
  border: 1px solid #171717;
  background-color: #171717;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comments-area .comment-respond form > p.form-submit .submit:hover {
  background-color: #a86d73;
  border-color: #a86d73;
  color: #fff;
}
.comment-form {
  margin: 5px 0 25px;
}
.comment-form p {
  line-height: normal;
  margin-bottom: 20px;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url,
.comment-form p.comment-form-comment {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
.comment-form p input,
.comment-form p textarea {
  margin-bottom: 0;
}
.comment-form p label {
  font-size: 13px;
  color: #5f5f5f;
  font-weight: normal;
  margin-bottom: 8px;
}
.comment-form p label span {
  color: #a86d73;
}
.comment-form p.form-submit {
  margin: 0;
}
.comment-form p.form-submit .submit {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
}
.comment-form p.form-submit .submit:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.single.single-post
  .sidebar-area
  .widget_zo-recent-posts-widget-with-thumbnails {
  margin-top: 45px !important;
}
@media (max-width: 361px) {
  .comment-form p.comment-form-email {
    margin-left: 0;
  }
}
.pagination {
  text-align: right;
  width: 100%;
}
.pagination ul {
  border: none !important;
}
.pagination ul li {
  border: none !important;
}
.pagination ul li + li {
  padding-left: 10px;
}
.pagination ul li .page-numbers {
  border: 1px solid #dedede;
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  display: inline-block;
  line-height: 38px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}
.pagination ul li .page-numbers.current,
.pagination ul li .page-numbers.next,
.pagination ul li .page-numbers:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
}
.pagination ul li .page-numbers.next {
  background: #9f9f9f;
  border-color: #9f9f9f;
  color: #fff;
}
.pagination.text-center {
  text-align: center;
}
.pagination.text-left {
  text-align: left;
}
.pagination li.page-numbers,
.pagination span.page-numbers,
.pagination a.page-numbers {
  list-style: none;
  border: 1px solid #dcdcdc;
  color: #5b5b5b;
  display: inline-block;
  line-height: 38px;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  text-align: center;
  margin-right: 10px;
}
.pagination li.page-numbers.current,
.pagination li.page-numbers:hover,
.pagination span.page-numbers.current,
.pagination span.page-numbers:hover,
.pagination a.page-numbers.current,
.pagination a.page-numbers:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
}
.pagination ul li {
  display: inline-block;
}
.ct-contact li a {
  position: relative;
  padding-left: 32px !important;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 13px;
}
.ct-contact li a i {
  position: absolute;
  left: 0;
  width: 15px;
  text-align: center;
  top: 50%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
}
.ct-contact li a:first-child i {
  left: 4px;
}
.ct-contact li a:hover i {
  color: #a86d73;
}
.jws_theme_footer {
  /* footer-top */
  /* footer-bottom */
}
.jws_theme_footer .tb-logo img {
  width: auto;
}
.jws_theme_footer.bottom-section .widget_text:last-child {
  margin-top: 10px;
}
.jws_theme_footer .newsletter form {
  position: relative;
  overflow: hidden;
  padding-right: 90px;
  max-width: 460px;
}
.jws_theme_footer .newsletter form p {
  margin: 0;
}
.jws_theme_footer .newsletter form p:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
}
.jws_theme_footer .newsletter form input {
  margin: 0;
  border: 0;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-color: transparent;
  background-color: #0a0a0a;
  box-shadow: none;
  color: #525252;
}
.jws_theme_footer .newsletter form input:focus {
  color: #fff;
}
.jws_theme_footer .newsletter form input[type="submit"] {
  background: #676767;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.jws_theme_footer .newsletter form input[type="submit"]:hover,
.jws_theme_footer .newsletter form input[type="submit"]:active {
  background: #a86d73;
}
.jws_theme_footer .socials {
  white-space: nowrap;
}
.jws_theme_footer .socials li {
  display: inline-block;
  margin-right: 12.5px;
}
.jws_theme_footer .socials li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  background: #000000;
  border-radius: 50%;
  font-size: 18px;
  display: block;
}
.jws_theme_footer .socials li a:hover {
  color: #fff;
  background: #a86d73;
}
.jws_theme_footer .socials li a:hover::before {
  background-color: #2a2a2a;
}
.jws_theme_footer .footer-header {
  padding: 30px 0 15px;
  position: relative;
}
.jws_theme_footer .footer-header hr {
  border-top: 2px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  height: 2px;
  margin-bottom: 60px;
}
.jws_theme_footer .footer-header .socials {
  padding: 15px 0 0;
}
.jws_theme_footer .footer-header .jws_theme_footer_bottom_right {
  margin-top: 7px;
}
.jws_theme_footer .footer-header form {
  padding-right: 0;
}
.jws_theme_footer .footer-header form .email-letter {
  max-width: 335px;
}
.jws_theme_footer .footer-header form .email-letter .newsletter-email {
  color: #b7b7b7;
  background-color: #fff;
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
  background: transparent;
  height: 20px;
  line-height: 20px;
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #6a6a6a;
  padding: 0 25px;
  float: left;
}
.jws_theme_footer .footer-header form .email-letter .newsletter-email:focus {
  color: #000;
}
.jws_theme_footer .footer-header form .submit-letter {
  max-width: 115px;
  position: absolute;
  top: -10px;
  right: 10px;
}
.jws_theme_footer .footer-header form .submit-letter input[type="submit"] {
  background: transparent;
}
.jws_theme_footer
  .footer-header
  form
  .submit-letter
  input[type="submit"]:hover {
  background-color: transparent;
}
.jws_theme_footer .footer-header form .submit-letter .newsletter-submit {
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  margin-right: 12px;
  background: transparent;
}
.jws_theme_footer .footer-header form .submit-letter:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 13px;
  cursor: pointer;
  position: absolute;
  color: #ffffff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.jws_theme_footer .footer-header form .submit-letter:hover:before,
.jws_theme_footer .footer-header form .submit-letter:hover .newsletter-submit {
  color: #a86d73;
}
.jws_theme_footer .footer-header form .tb-newsletter-checkbox {
  display: none;
}
.jws_theme_footer .footer-header .tb-open-lightbox {
  max-width: 270px;
  display: inline-block;
  width: 100%;
  font-family: Oswald;
  font-weight: 400;
  font-size: 22px;
  color: #fefefe;
  text-transform: uppercase;
  text-align: left;
  margin-top: 8px;
}
.jws_theme_footer .footer-header .tb-open-lightbox:hover {
  color: #a86d73;
}
.jws_theme_footer .footer-top .widget h3 {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 12px;
}
.jws_theme_footer .footer-top .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jws_theme_footer .footer-top .widget ul li {
  text-align: left;
}
.jws_theme_footer .footer-top .widget ul li a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-weight: 400;
  font-family: lato;
  font-size: 13px;
  color: #6a6a6a;
}
.jws_theme_footer .footer-top .widget ul li a:hover {
  padding-left: 5px;
  color: #ffffff;
}
.jws_theme_footer .footer-top .widget ul.ct-contact {
  margin-top: 17px;
}
.jws_theme_footer .footer-top .widget ul .newsletter {
  max-width: 300px;
  margin-bottom: 30px;
}
.jws_theme_footer .footer-top .widget ul .newsletter form {
  margin-top: 20px;
  padding-right: 90px;
}
.jws_theme_footer .footer-top .widget ul .newsletter form input {
  background: #0a0a0a;
  color: #525252;
}
.jws_theme_footer .footer-top .widget ul .newsletter form input:focus {
  color: #fff;
}
.jws_theme_footer .footer-top .widget ul .newsletter form input[type="submit"] {
  background: #676767;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_once li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_once li a i {
  position: absolute;
  top: 8px;
  left: 0;
  color: #fff;
  height: 33px;
  width: 33px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #727272;
  font-size: 16px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_once li a span {
  color: #727272;
  font-size: 13px;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_two li,
.jws_theme_footer .footer-top .jws_theme_footer_top_three li,
.jws_theme_footer .footer-top .jws_theme_footer_top_four li {
  margin-bottom: 7px;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_five .newsletter {
  margin-bottom: 20px;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_five .newsletter form {
  margin-top: 22px;
}
.jws_theme_footer .footer-top .jws_theme_footer_top_five ul.socials {
  margin-top: 21px;
  margin-bottom: 15px;
}
.jws_theme_footer .footer-bottom h6 {
  margin: 10px;
  letter-spacing: 1.6px;
}
.jws_theme_footer .footer-bottom .jws_theme_footer_bottom_left .widget {
  margin-top: 5px;
}
.jws_theme_footer .footer-bottom .jws_theme_footer_bottom_left .widget a {
  color: #2a2a2a;
}
.jws_theme_footer .footer-bottom hr {
  border-top: 1px solid #eee;
  margin-bottom: 22px;
}
.jws_theme_footer .footer-bottom .socials li a {
  color: #b5b5b5;
}
.jws_theme_footer .footer-bottom .socials li a:hover {
  color: #fff;
}
.jws_theme_footer .jws_theme_footer_bottom_right {
  text-align: right;
}
.jws_theme_footer .jws_theme_footer_bottom_right ul {
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jws_theme_footer .jws_theme_footer_bottom_right ul li {
  display: inline-block;
}
.jws_theme_footer .jws_theme_footer_bottom_right ul li img {
  opacity: 0.5;
}
.jws_theme_footer .jws_theme_footer_bottom_right ul li img:hover {
  opacity: 1;
}
.jws_theme_footer .jws_theme_footer_bottom_right ul li + li {
  margin-left: 15px;
}
.jws_theme_footer.tb-footer-v1,
.jws_theme_footer.tb-footer-v3 {
  position: relative;
}
.jws_theme_footer.tb-footer-v1 .footer-header hr,
.jws_theme_footer.tb-footer-v3 .footer-header hr {
  border-bottom: none;
  border-top: none;
}
.jws_theme_footer.tb-footer-v1 .footer-header .jws_theme_before_footer_1,
.jws_theme_footer.tb-footer-v3 .footer-header .jws_theme_before_footer_1 {
  width: 18%;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_1
  .widget {
  margin-left: -15px;
  margin-top: -15px;
}
.jws_theme_footer.tb-footer-v1 .footer-header .jws_theme_before_footer_2,
.jws_theme_footer.tb-footer-v3 .footer-header .jws_theme_before_footer_2 {
  width: 48.6%;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_2
  .widget,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_2
  .widget {
  margin-top: -7px;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_2
  .widget
  .newsletter,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_2
  .widget
  .newsletter {
  margin-left: -7px;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_2
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_2
  .widget
  .wg-title {
  display: none;
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_2
    .widget_miracle_newsletterwidget
    .newsletter
    form
    .email-letter
    .newsletter-email,
  .jws_theme_footer.tb-footer-v3
    .footer-header
    .jws_theme_before_footer_2
    .widget_miracle_newsletterwidget
    .newsletter
    form
    .email-letter
    .newsletter-email {
    border-right: none;
  }
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_3
  .widget,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_3
  .widget {
  text-align: center;
  margin-top: -20px;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a {
  position: relative;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a
  .main-logo,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a
  .main-logo {
  margin-bottom: -15px;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a
  .hidden,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a
  .hidden {
  display: block !important;
  visibility: initial !important;
  margin: 0 auto;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a:before,
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a:after,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a:before,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #404040;
  position: absolute;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a:before,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a:before {
  bottom: -29%;
  left: 16%;
}
.jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a:after,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a:after {
  right: -65px;
  top: -10px;
}
.jws_theme_footer.tb-footer-v1 .footer-top,
.jws_theme_footer.tb-footer-v3 .footer-top {
  position: relative;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  li
  a,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  li
  a {
  line-height: 28px;
}
.jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_one,
.jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_two,
.jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_three,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_one,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_two,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_three {
  width: 22.2%;
  padding-top: 45px;
}
.jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_one .widget,
.jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_two .widget,
.jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_three .widget,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_one .widget,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_two .widget,
.jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_three .widget {
  margin-left: -15px;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_one
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_two
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_three
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_one
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_two
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .widget
  .wg-title {
  margin-bottom: 18px;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_three
  .widget
  .textwidget
  ul
  li:nth-child(4),
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .widget
  .textwidget
  ul
  li:nth-child(4) {
  display: none;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .text_footer,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .text_footer {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 23px;
  text-align: center;
  margin-bottom: 35px !important;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials {
  text-align: center;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li {
  padding: 0 15px;
  margin-right: 0;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a {
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: initial;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i {
  font-size: 18px;
  color: #6a6a6a;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a:hover,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a:hover {
  padding-left: 0px;
}
.jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a:hover
  > i,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a:hover
  > i {
  color: #ffffff;
}
.jws_theme_footer.tb-footer-v1 .footer-top:before,
.jws_theme_footer.tb-footer-v3 .footer-top:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #353535;
  position: absolute;
  top: 0;
  left: 10%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.jws_theme_footer.tb-footer-v1 .footer-bottom,
.jws_theme_footer.tb-footer-v3 .footer-bottom {
  border-top: 1px solid #353535;
  z-index: 99;
  position: relative;
}
.jws_theme_footer.tb-footer-v1 .footer-bottom hr,
.jws_theme_footer.tb-footer-v3 .footer-bottom hr {
  border: none;
}
.jws_theme_footer.tb-footer-v1
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  .textwidget,
.jws_theme_footer.tb-footer-v3
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  .textwidget {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #747474;
}
.jws_theme_footer.tb-footer-v1
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  .textwidget
  a,
.jws_theme_footer.tb-footer-v3
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  .textwidget
  a {
  text-transform: uppercase;
  color: #ffffff;
}
.jws_theme_footer.tb-footer-v1:before,
.jws_theme_footer.tb-footer-v3:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #353535;
  position: absolute;
  top: 0;
  left: 60%;
  z-index: 1;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_one
  .widget
  .textwidget
  ul
  > li
  > a:hover,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_two
  .widget
  .textwidget
  ul
  > li
  > a:hover,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  .widget
  .textwidget
  ul
  > li
  > a:hover {
  color: #fff;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_one.jws_theme_footer_top_one
  .widget
  .menu-account-shop-container
  ul
  > li
  > a:hover,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_two.jws_theme_footer_top_one
  .widget
  .menu-account-shop-container
  ul
  > li
  > a:hover,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three.jws_theme_footer_top_one
  .widget
  .menu-account-shop-container
  ul
  > li
  > a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .jws_theme_footer.tb-footer-v3 .footer-header,
  .jws_theme_footer.tb-footer-v3 .footer-top {
    padding: 0;
  }
  .jws_theme_footer.tb-footer-v3
    .footer-header.footer-top
    .jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v3
    .footer-header.footer-top
    .jws_theme_footer_top_two,
  .jws_theme_footer.tb-footer-v3
    .footer-header.footer-top
    .jws_theme_footer_top_three,
  .jws_theme_footer.tb-footer-v3
    .footer-top.footer-top
    .jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v3
    .footer-top.footer-top
    .jws_theme_footer_top_two,
  .jws_theme_footer.tb-footer-v3
    .footer-top.footer-top
    .jws_theme_footer_top_three {
    padding-top: 0;
  }
  .jws_theme_footer.tb-footer-v3
    .footer-header.footer-top
    .jws_theme_footer_top_one.jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v3
    .footer-header.footer-top
    .jws_theme_footer_top_two.jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v3
    .footer-header.footer-top
    .jws_theme_footer_top_three.jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v3
    .footer-top.footer-top
    .jws_theme_footer_top_one.jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v3
    .footer-top.footer-top
    .jws_theme_footer_top_two.jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v3
    .footer-top.footer-top
    .jws_theme_footer_top_three.jws_theme_footer_top_one {
    padding-top: 20px;
  }
}
.jws_theme_footer.tb-footer-v2 .footer-header {
  background-color: #1e1e1e;
  padding-top: 80px;
  padding-bottom: 35px;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_2
  .widget
  .wg-title {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  width: 17.5%;
  float: left;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_2
  .widget
  .textwidget {
  width: 81.5%;
  float: right;
  margin-top: -20px;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .wg-title {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  margin-right: 22px;
  position: relative;
  left: 23%;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .newsletter
  form {
  max-width: 295px;
  height: auto;
  border-radius: 20px;
  top: -8px;
  right: -23%;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .newsletter
  form
  .email-letter {
  max-width: 193px;
  height: auto;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .newsletter
  form
  .email-letter
  .newsletter-email {
  background-color: #000000;
  border-left: none;
  border-right: none;
  height: 40px;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .newsletter
  form
  .submit-letter {
  max-width: 102px;
  height: auto;
  top: 0px;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .newsletter
  form
  .submit-letter:before {
  display: none;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .newsletter
  form
  .submit-letter
  .newsletter-submit {
  font-size: 13px;
  line-height: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #a86d73;
}
.jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .newsletter
  form
  .submit-letter
  .newsletter-submit:hover {
  color: #ffffff;
}
.jws_theme_footer.tb-footer-v2 .footer-top {
  background-color: #1e1e1e;
  padding-bottom: 57px;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_four
  .textwidget
  ul.ct-contact
  li {
  margin-bottom: 18px;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_four
  .textwidget
  ul.ct-contact
  li
  a
  span {
  color: #e9e9e9;
  margin-left: 17px;
  display: block;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_four
  .textwidget
  ul.ct-contact
  li
  a
  i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: #a86d73;
  font-size: 16px;
  color: #ffffff;
  left: 0;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_four
  .textwidget
  ul.ct-contact
  li
  a:hover
  span {
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_two
  .widget
  .textwidget
  ul
  li {
  margin-bottom: 12px;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_two
  .widget
  .textwidget
  ul
  li
  a
  span {
  color: #e9e9e9;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_two
  .widget
  .textwidget
  ul
  li
  a
  span:hover {
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_one
  .widget
  .menu-account-shop-container
  ul
  li {
  margin-bottom: 12px;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_one
  .widget
  .menu-account-shop-container
  ul
  li
  a
  span {
  color: #e9e9e9;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_one
  .widget
  .menu-account-shop-container
  ul
  li
  a
  span:hover {
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_two
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_one
  .widget
  .wg-title {
  color: #7c7c7c;
  margin-bottom: 27px;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_three
  .widget
  .wg-title {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 12px;
  color: #7c7c7c;
  text-transform: uppercase;
  margin-bottom: 31px;
}
.jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_three
  .widget
  .tb-col-instagram
  a {
  max-width: 82px;
  height: auto;
  margin-left: 5px;
  margin-bottom: 5px;
}
.jws_theme_footer.tb-footer-v2 .footer-bottom {
  background: #000000;
  padding-top: 16px;
  padding-bottom: 18px;
}
.jws_theme_footer.tb-footer-v2 .footer-bottom .textwidget {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #868686;
}
.jws_theme_footer.tb-footer-v2 .footer-bottom .textwidget a {
  color: #ffffff;
  text-transform: uppercase;
}
.jws_theme_footer.tb-footer-v2 .footer-bottom .jws_theme_footer_bottom_right {
  padding-top: 3px;
}
.jws_theme_footer.tb-footer-v3 .footer-header,
.jws_theme_footer.tb-footer-v3 .footer-top,
.jws_theme_footer.tb-footer-v3 .footer-bottom {
  background: #464862;
}
.jws_theme_footer.tb-footer-v3:before {
  background: #595b72;
}
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_2
  .newsletter.newsletter-widget
  form
  p
  .newsletter-email {
  border-left: 1px solid #595b72;
  border-right: 1px solid #595b72;
  color: #bbbbbb;
}
@media (max-width: 500px) {
  .jws_theme_footer.tb-footer-v3
    .footer-header
    .jws_theme_before_footer_2
    .newsletter.newsletter-widget
    form
    p
    .newsletter-email {
    border-right: none;
  }
}
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a:before,
.jws_theme_footer.tb-footer-v3
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .tb-logo
  a:after {
  background: #595b72;
}
.jws_theme_footer.tb-footer-v3 .footer-top:before {
  background: #595b72;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_one
  ul
  > li
  > a,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_two
  ul
  > li
  > a,
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_three
  ul
  > li
  > a {
  color: #bbbbbb;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .text_footer {
  color: #bbbbbb;
}
.jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i {
  color: #bbbbbb;
}
.jws_theme_footer.tb-footer-v3 .footer-bottom {
  border-top: 1px solid #595b72;
}
.jws_theme_footer.tb-footer-v3
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  .textwidget {
  color: #bbbbbb;
}
.jws_theme_footer.tb-footer-v4 .footer-header {
  background-color: #252525;
  padding-top: 62px;
  padding-bottom: 0;
}
.jws_theme_footer.tb-footer-v4 .footer-header .jws_theme_before_footer_3 {
  margin-bottom: 18px;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_3
  .tb-logo.tb-logo-footer {
  text-align: center;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_3
  .tb-logo.tb-logo-footer
  a {
  position: relative;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_3
  .tb-logo.tb-logo-footer
  a
  .main-logo {
  margin-bottom: -5px;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_3
  .tb-logo.tb-logo-footer
  a
  .logo-dark.hidden {
  display: block !important;
  visibility: initial !important;
  margin: 0 auto;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_3
  .tb-logo.tb-logo-footer
  a:before,
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_3
  .tb-logo.tb-logo-footer
  a:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #3b3b3b;
  position: absolute;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_3
  .tb-logo.tb-logo-footer
  a:before {
  bottom: -5px;
  left: 17%;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_3
  .tb-logo.tb-logo-footer
  a:after {
  top: -10px;
  right: -63px;
}
.jws_theme_footer.tb-footer-v4 .footer-header .jws_theme_before_footer_2 {
  margin-bottom: 15px;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_2
  .widget.widget_text
  .wg-title {
  display: none;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget {
  text-align: center;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  ul.socials
  > li {
  padding: 0 11.5px;
  margin-right: 0;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  ul.socials
  > li
  > a
  i {
  opacity: 0.6;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  ul.socials
  > li
  > a:hover {
  background: #000000;
}
.jws_theme_footer.tb-footer-v4
  .footer-header
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  ul.socials
  > li
  > a:hover
  i {
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v4 .footer-top {
  padding-bottom: 10px;
  padding-top: 15px;
  background-color: #252525;
}
.jws_theme_footer.tb-footer-v4
  .footer-top
  .jws_theme_footer_top_two
  .widget.widget_text
  .wg-title {
  display: none;
}
.jws_theme_footer.tb-footer-v4
  .footer-top
  .jws_theme_footer_top_two
  .widget.widget_text
  .textwidget
  ul {
  text-align: center;
}
.jws_theme_footer.tb-footer-v4
  .footer-top
  .jws_theme_footer_top_two
  .widget.widget_text
  .textwidget
  ul
  li {
  display: inline-block;
  padding: 0 11.5px;
}
.jws_theme_footer.tb-footer-v4
  .footer-top
  .jws_theme_footer_top_two
  .widget.widget_text
  .textwidget
  ul
  li
  a
  span {
  color: #ffffff;
  text-transform: uppercase;
}
.jws_theme_footer.tb-footer-v4
  .footer-top
  .jws_theme_footer_top_two
  .widget.widget_text
  .textwidget
  ul
  li
  a:hover {
  padding-left: initial !important;
}
.jws_theme_footer.tb-footer-v4
  .footer-top
  .jws_theme_footer_top_two
  .widget.widget_text
  .textwidget
  ul
  li
  a:hover
  span {
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v4 .footer-bottom {
  padding-bottom: 55px;
  background-color: #252525;
}
.jws_theme_footer.tb-footer-v4
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget {
  text-align: center;
  color: #646464;
  font-family: lato;
  font-weight: 400;
}
.jws_theme_footer.tb-footer-v4
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget
  a {
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v5 .footer-header {
  border-top: 1px solid #e2e2e2;
  background: #efefef;
  padding-top: 70px;
  padding-bottom: 130px;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_1
  .textwidget,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_5
  .textwidget {
  text-align: center;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_1
  .textwidget
  .tb-open-lightbox,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_5
  .textwidget
  .tb-open-lightbox {
  color: #202020;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_1
  .textwidget
  .tb-open-lightbox:hover,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_5
  .textwidget
  .tb-open-lightbox:hover {
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_1
  .textwidget
  .text_footer_header,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_5
  .textwidget
  .text_footer_header {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #a3a3a3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_1
  .textwidget
  .text_footer_header
  span,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_5
  .textwidget
  .text_footer_header
  span {
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_1
  .wg-title,
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_5
  .wg-title {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_3
  .widget_miracle_newsletterwidget
  .wg-title {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_3
  .widget_miracle_newsletterwidget
  .newsletter-widget {
  position: relative;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_3
  .widget_miracle_newsletterwidget
  .newsletter-widget
  form {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_3
  .widget_miracle_newsletterwidget
  .newsletter-widget
  form
  .email-letter {
  max-width: initial;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_3
  .widget_miracle_newsletterwidget
  .newsletter-widget
  form
  .email-letter
  .newsletter-email {
  background-color: #484848;
  border-left: none;
  border-right: none;
  height: 40px;
  line-height: 40px;
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  float: left;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 355px;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_3
  .widget_miracle_newsletterwidget
  .newsletter-widget
  form
  .submit-letter {
  top: 0;
  right: 0;
  background: #a86d73;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_3
  .widget_miracle_newsletterwidget
  .newsletter-widget
  form
  .submit-letter:before {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_3
  .widget_miracle_newsletterwidget
  .newsletter-widget
  form
  .submit-letter
  .newsletter-submit {
  font-size: 13px;
  margin-right: 20px;
}
.jws_theme_footer.tb-footer-v5
  .footer-header
  .jws_theme_before_footer_3
  .widget_miracle_newsletterwidget
  .newsletter-widget
  form
  .submit-letter
  .newsletter-submit:hover {
  color: #fff;
}
.jws_theme_footer.tb-footer-v5 .footer-top {
  background-color: #171717;
  padding-top: 70px;
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_one,
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two,
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_three,
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_four,
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_eight {
  width: 20%;
}
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_one
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_two
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_three
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .wg-title,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_eight
  .widget
  .wg-title {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  > li
  > a
  > span,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_two
  .widget
  ul
  > li
  > a
  > span,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_three
  .widget
  ul
  > li
  > a
  > span,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_four
  .widget
  ul
  > li
  > a
  > span,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_eight
  .widget
  ul
  > li
  > a
  > span {
  color: #fff;
}
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  > li
  > a
  > span:hover,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_two
  .widget
  ul
  > li
  > a
  > span:hover,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_three
  .widget
  ul
  > li
  > a
  > span:hover,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_four
  .widget
  ul
  > li
  > a
  > span:hover,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_eight
  .widget
  ul
  > li
  > a
  > span:hover {
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_one
  .widget
  .menu-account-shop-container
  ul
  > li,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_two
  .widget
  .menu-account-shop-container
  ul
  > li,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_three
  .widget
  .menu-account-shop-container
  ul
  > li,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .menu-account-shop-container
  ul
  > li,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_eight
  .widget
  .menu-account-shop-container
  ul
  > li {
  padding-bottom: 7px;
}
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_one.jws_theme_footer_top_eight
  ul
  > li,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_two.jws_theme_footer_top_eight
  ul
  > li,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_three.jws_theme_footer_top_eight
  ul
  > li,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_four.jws_theme_footer_top_eight
  ul
  > li,
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_eight.jws_theme_footer_top_eight
  ul
  > li {
  padding-bottom: 7px;
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_eight_hide {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_one
  ul
  > li:nth-child(4),
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_one
  li:nth-child(5),
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_one
  li:nth-child(6),
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_three
  ul
  > li:nth-child(4),
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_three
  li:nth-child(5),
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_three
  li:nth-child(6),
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_two
  ul
  > li:nth-child(4),
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_two
  li:nth-child(5),
.jws_theme_footer.tb-footer-v5
  .footer-top
  .jws_theme_footer_top_two
  li:nth-child(6) {
  display: none;
}
.jws_theme_footer.tb-footer-v5 .footer-bottom {
  background-color: #171717;
  padding-bottom: 40px;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget
  a {
  color: #fff;
}
.jws_theme_footer.tb-footer-v5 .footer-bottom .jws_theme_before_footer_2 {
  padding: 0;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_before_footer_2
  .widget.widget_text
  .wg-title {
  display: none;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  .socials {
  text-align: right;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  .socials
  li {
  margin-right: 9px;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  .socials
  li
  a {
  background: transparent;
  color: #fff;
}
.jws_theme_footer.tb-footer-v5
  .footer-bottom
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  .socials
  li
  a:hover {
  background: #a86d73;
}
.jws_theme_footer.tb-footer-v6 .footer-top {
  background-color: #050505;
  padding-top: 80px;
  padding-bottom: 80px;
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .wg-title,
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_one .wg-title,
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_two .wg-title {
  font-family: Oswald;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #fefefe;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .widget
  ul
  li,
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  li,
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget
  ul
  li {
  text-align: center;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .widget
  ul
  li
  a,
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  li
  a,
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget
  ul
  li
  a {
  line-height: 22px;
  color: #696969;
  white-space: normal;
  text-align: center;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .widget
  ul
  li
  a
  i,
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  li
  a
  i,
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget
  ul
  li
  a
  i {
  font-size: 16px;
  line-height: 22px;
  color: #696969;
  display: inline-block;
  position: initial;
  transform: none;
  margin-right: 6px;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .widget_text:last-child
  .wg-title {
  display: none;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .wg-title {
  padding-bottom: 20px;
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .socials {
  text-align: center;
  padding-top: 30px;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .socials
  li {
  margin-bottom: 0;
  margin-right: 0;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .socials
  li
  a {
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .socials
  li
  a
  i {
  font-size: 17px;
  color: #5c5c5c;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .socials
  li
  a:hover {
  background: transparent;
  padding-left: 0;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .socials
  li
  a:hover
  i {
  color: #ffffff;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .ct-contact
  li
  a {
  margin-bottom: 6px;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .ct-contact
  li
  a
  i,
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .ct-contact
  li
  a
  span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .ct-contact
  li
  a:hover
  i,
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_four
  .ct-contact
  li
  a:hover
  span {
  color: #fff;
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_one {
  border-left: 1px solid #131313;
  border-right: 1px solid #131313;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  li {
  padding-bottom: 10px;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  li
  a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  li
  a:hover {
  color: #fff;
  padding-left: 0;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  li:last-child {
  padding-bottom: 0;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .text_footer_header {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  text-align: center;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .text_footer_header
  > span {
  color: #fff;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .wg-title {
  display: none;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .newsletter
  form {
  padding-right: 0;
  max-width: 300px;
  margin: 0 auto;
  border-bottom: 1px solid #191919;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .newsletter
  form
  .email-letter {
  width: calc(67%);
  float: left;
  margin-bottom: 0px !important;
  position: relative;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .newsletter
  form
  .email-letter
  .newsletter-email {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #3c3c3c;
  background: transparent;
  border: none;
  padding: 0;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .newsletter
  form
  .email-letter:before {
  content: "";
  width: 1px;
  height: 17px;
  background: #1d1d1d;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .newsletter
  form
  .submit-letter {
  width: calc(33%);
  display: inline-block;
  margin-bottom: 0px !important;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .newsletter
  form
  .submit-letter
  .newsletter-submit {
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .newsletter
  form
  .submit-letter:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 13px;
  cursor: pointer;
  position: absolute;
  color: #ffffff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .newsletter
  form
  .submit-letter:hover:before {
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .newsletter
  form
  .submit-letter:hover
  .newsletter-submit {
  background: transparent;
  color: #a86d73;
}
.jws_theme_footer.tb-footer-v6
  .footer-top
  .jws_theme_footer_top_two
  .widget_miracle_newsletterwidget
  .newsletter
  form
  .tb-newsletter-checkbox {
  display: none;
}
.jws_theme_footer.tb-footer-v6 .footer-bottom {
  background: #050505;
  padding-top: 25px;
  border-top: 1px solid #131313;
}
.jws_theme_footer.tb-footer-v6
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  .textwidget {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #747474;
}
.jws_theme_footer.tb-footer-v6
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  .textwidget
  a {
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .jws_theme_footer .footer-header .newsletter form {
    padding-right: 0;
    margin: 0 auto 10px;
  }
  .jws_theme_footer .footer-header .socials {
    padding-left: 0;
    text-align: center !important;
  }
  .jws_theme_footer .footer-header .widget,
  .jws_theme_footer .footer-header .textwidget {
    text-align: center;
  }
  .jws_theme_footer .footer-top .jws_theme_footer_top_once .widget,
  .jws_theme_footer .footer-top .jws_theme_footer_top_two .widget,
  .jws_theme_footer .footer-top .jws_theme_footer_top_three .widget,
  .jws_theme_footer .footer-top .jws_theme_footer_top_four .widget {
    margin-bottom: 30px;
  }
  .jws_theme_footer .footer-top .widget .ct-contact {
    margin-bottom: 25px;
  }
  .jws_theme_footer .footer-bottom .textwidget {
    text-align: center;
  }
  .jws_theme_footer .footer-bottom .textwidget ul {
    display: inline-block;
    margin-top: 20px;
  }
  .jws_theme_footer.tb-footer-v4 .footer-header {
    padding-bottom: 30px;
  }
  .title-bar .page-title,
  .title-bar .page-breadcrumb,
  .title-bar .woocommerce-breadcrumb,
  .woocommerce .title-bar-shop .page-title,
  .woocommerce .title-bar-shop .page-breadcrumb,
  .woocommerce .title-bar-shop .woocommerce-breadcrumb {
    text-align: center;
  }
  .title-bar .page-title,
  .woocommerce .title-bar-shop .page-title {
    margin-bottom: 10px;
  }
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.widget.widget_tag_cloud .tagcloud a {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  line-height: normal;
  margin-right: 2px;
  margin-bottom: 4px;
  padding: 0 5px;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  color: #a86d73;
}
.our-categories .wpb_single_image a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.our-categories .wpb_single_image a:before {
  content: "";
  position: absolute;
  width: 61px;
  height: 61px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transition: all 700ms ease 0s;
  -moz-transition: all 700ms ease 0s;
  -ms-transition: all 700ms ease 0s;
  -o-transition: all 700ms ease 0s;
}
.our-categories .wpb_single_image a .vc_single_image-wrapper:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  background: #fff;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transition: all 700ms ease 0s;
  -moz-transition: all 700ms ease 0s;
  -ms-transition: all 700ms ease 0s;
  -o-transition: all 700ms ease 0s;
}
.our-categories .wpb_single_image a .vc_single_image-wrapper:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 21px;
  background: #fff;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transition: all 700ms ease 0s;
  -moz-transition: all 700ms ease 0s;
  -ms-transition: all 700ms ease 0s;
  -o-transition: all 700ms ease 0s;
}
.our-categories .wpb_single_image a:hover:before,
.our-categories .wpb_single_image a:hover .vc_single_image-wrapper:before,
.our-categories .wpb_single_image a:hover .vc_single_image-wrapper:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.jws_theme_stats {
  padding: 50px 30px 50px 0;
  text-align: center;
  width: 100%;
}
.jws_theme_stats.brddark {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 30px 50px 0;
  text-align: center;
  width: 100%;
}
.jws_theme_stats .num {
  color: #232d37;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.jws_theme_stats .type {
  color: #c3cdd7;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 2px;
}
.jws_theme_stats .type .white {
  color: #fff;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 2px;
}
.jws_theme_stats.stats-alt {
  border-right: 1px solid #eff4f7;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.jws_theme_stats.stats-alt.brddark {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.jws_theme_stats.stats-alt .num {
  color: #232d37;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.jws_theme_stats.stats-alt .type {
  color: #c3cdd7;
  font-size: 8px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 12px;
}
.jws_theme_stats.stats-alt .type.white {
  color: #fff;
  font-size: 8px;
  font-weight: 200;
  letter-spacing: 2px;
}
.disc li {
  list-style: disc;
}
.decimal li {
  list-style: decimal;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li:after,
ul.arrow li:before,
ul.arrow-double li:after,
ul.arrow-double li:before,
ul.tick li:after,
ul.tick li:before,
ul.cross li:after,
ul.cross li:before,
ul.star li:after,
ul.star li:before,
ul.rss li:after,
ul.rss li:before {
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 22px;
  color: #a86d73;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
  margin-right: 5px;
}
ul.arrow li::before {
  content: "\f105";
}
ul.arrow-double li::before {
  content: "\f101";
}
ul.tick li::before {
  content: "\f00c";
}
ul.cross li::before {
  content: "\f00d";
}
ul.star li::before {
  content: "\f006";
}
ul.rss li::before {
  content: "\f09e";
}
.rtb-booking-form {
  font-size: 0;
}
.rtb-booking-form .rtb-message {
  font-size: 16px;
  text-align: center;
}
.rtb-booking-form .reservation,
.rtb-booking-form .contact {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: ;
  padding: 5px;
}
.rtb-booking-form .reservation input,
.rtb-booking-form .reservation textarea,
.rtb-booking-form .reservation select,
.rtb-booking-form .contact input,
.rtb-booking-form .contact textarea,
.rtb-booking-form .contact select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 16px;
  min-height: 40px;
}
.rtb-booking-form .btn_submit button {
  background: #444444;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: ;
}
.rtb-booking-form .btn_submit button:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.rtb-booking-form legend {
  display: none;
}
.rtb-booking-form label {
  width: 15%;
  display: inline-block;
}
.rtb-booking-form input {
  padding: 10px;
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
body .plan {
  margin: 0 auto 30px auto !important;
  position: relative;
  overflow: hidden;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 50px;
  border: 1px solid #aaaaaa;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
body .plan.featured > li .tb-btn-bd-1 {
  font-size: 13px;
}
body .plan.featured > li.plan-name {
  color: #fff;
  background-color: #a86d73;
}
body .plan.featured > li.plan-name .uk-badge-danger {
  background: #fff;
  color: #a86d73;
  border-radius: 10px;
}
body .plan ul {
  margin: 0;
  padding: 40px 30px 30px;
}
body .plan ul li:not(:first-child) {
  border-top: 1px solid #aaaaaa;
  line-height: 50px;
  padding: 0;
}
body .plan li {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  list-style: none;
  background: #fff;
}
body .plan li .tb-btn-bd-1 {
  font-size: 13px;
}
body .plan li.plan-name {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 0 none;
  padding-top: 25px;
}
body .plan li.plan-price {
  position: relative;
  border-top: 0 none;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
body .plan li.plan-price img {
  width: 100%;
}
body .plan li.plan-price .tb-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 512;
  opacity: 0;
  padding: 10px;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
body .plan li.plan-price .tb-overlay .tb-cell-vertical-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
body .plan li.plan-price .tb-overlay .tb-cell-vertical-wrapper .tb-cell-middle {
  display: table-cell;
  vertical-align: middle;
}
body
  .plan
  li.plan-price
  .tb-overlay
  .tb-cell-vertical-wrapper
  .tb-cell-middle
  h1 {
  margin: 0;
}
body
  .plan
  li.plan-price
  .tb-overlay
  .tb-cell-vertical-wrapper
  .tb-cell-middle
  h1
  .tb-small {
  font-size: 50%;
}
body
  .plan
  li.plan-price
  .tb-overlay
  .tb-cell-vertical-wrapper
  .tb-cell-middle
  h5 {
  margin: 0;
}
body .plan:hover li.plan-price .tb-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.jws_theme_right_fx_wrap {
  position: fixed;
  right: 0;
  top: 210px;
  background: #fff;
  z-index: 99999;
}
.jws_theme_right_fx_wrap .widget_shopping_cart {
  margin-bottom: 0 !important;
  position: relative;
}
.jws_theme_right_fx_wrap .widget_shopping_cart .wg-title {
  font-size: 0;
  padding: 10px;
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 0;
}
.jws_theme_right_fx_wrap .widget_shopping_cart .wg-title:after {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 20px;
  cursor: pointer;
}
.jws_theme_right_fx_wrap .widget_shopping_cart .widget_shopping_cart_content {
  visibility: hidden;
  position: absolute;
  top: 45px;
  right: 0;
  background: #fff;
  min-width: 215px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
}
.jws_theme_right_fx_wrap
  .widget_shopping_cart
  .widget_shopping_cart_content.active {
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
.jws_theme_right_fx_wrap
  .widget_shopping_cart
  .widget_shopping_cart_content
  .product_list_widget {
  border-radius: 0;
}
.jws_theme_dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
  overflow: hidden;
}
.jws_theme_blocknumber {
  min-height: 45px;
  padding: 5px 0 5px 60px;
  position: relative;
}
.jws_theme_blocknumber span {
  display: block;
  font-weight: bold;
  height: 48px;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
.jws_theme_blocknumber span.rounded {
  border-radius: 5px;
}
.jws_theme_blocknumber span.circle {
  border-radius: 100%;
}
.jws_theme_bubble {
  position: relative;
}
.jws_theme_bubble cite {
  left: 15px;
  padding-left: 40px;
  bottom: -30px;
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
}
.jws_theme_bubble cite span {
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  left: 0;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.rtl .jws_theme_bubble cite {
  padding-right: 40px;
  right: 15px;
}
.rtl .jws_theme_bubble cite span {
  border-right-color: transparent !important;
  right: 0;
}
.jws_theme_block_text.rounded {
  border-radius: 5px;
}
.tb-boxshadow {
  box-shadow: 0 0 70px 8px rgba(0, 0, 0, 0.7);
}
.colorbox-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(168, 109, 115, 0.4);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.colorbox-wrap:hover {
  opacity: 1;
}
.colorbox-wrap:hover .colorbox {
  animation: effZoom 0.3s ease;
  -webkit-animation: effZoom 0.3s ease;
}
.colorbox-wrap:hover .colorbox-inner a {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
.colorbox-wrap:hover .colorbox-inner a i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.colorbox-wrap:hover .colorbox-inner a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.colorbox-wrap .colorbox {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  border: solid 2px #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.colorbox-wrap .colorbox i {
  color: #fff;
  font-size: unset;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.colorbox-wrap .colorbox-inner {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.colorbox-wrap .colorbox-inner a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  border: solid 2px #fff;
  margin: 0 5px;
  color: #fff;
}
.colorbox-wrap .colorbox-inner a.cb-popup {
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
}
.colorbox-wrap .colorbox-inner a.cb-link {
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}
.colorbox-wrap a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.tpl1 .colorbox-wrap .colorbox {
  border: none;
}
.feature-box .feature-icon-image {
  position: relative;
  z-index: 2;
}
.feature-box .feature-icon-image .colorbox-wrap {
  z-index: 1;
}
.feature-box .feature-icon-image .colorbox-wrap .colorbox i {
  font-size: unset;
  color: #fff;
}
.feature-box.tpl1.circle .feature-icon-image {
  border-radius: 50%;
}
.feature-box.tpl1.circle .feature-icon-image img {
  border-radius: 50%;
}
.feature-box.tpl1.circle .feature-icon-image .colorbox-wrap {
  border-radius: 100%;
}
.feature-box.tpl1.circle .feature-icon-image:before {
  border-radius: 100%;
}
.feature-box.tpl1.square .feature-icon-image {
  border-radius: 4px;
}
.feature-box.tpl1.square .feature-icon-image img {
  border-radius: 4px;
}
.feature-box.tpl1.square .feature-icon-image:before {
  border-radius: 4px;
}
.feature-box.tpl1 .feature-icon-image {
  width: 133px;
  height: 133px;
  margin: 0 auto;
  line-height: 132px;
  border: solid 1px transparent;
  box-shadow: 0 0 0 1px #a86d73 inset;
  padding: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box.tpl1 .feature-icon-image > i {
  font-size: 24px;
  color: #a86d73;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box.tpl1 .feature-icon-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px transparent;
}
.feature-box.tpl1:hover .feature-icon-image > i {
  color: #fff;
}
.feature-box.tpl1:hover .feature-icon-image:before {
  animation: borderAnimate 0.4s ease;
  -webkit-animation: borderAnimate 0.4s ease;
  transform: scale(1.13);
  -webkit-transform: scale(1.13);
}
.feature-box.tpl1.left .feature-icon-image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  float: left;
}
.feature-box.tpl1.left .feature-block {
  padding-left: 120px;
}
.feature-box.tpl1.left .feature-block h4 {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
.feature-box.tpl1.left .feature-block h4:before {
  background: transparent;
}
.feature-box.tpl1.right .feature-icon-image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  float: right;
}
.feature-box.tpl1.right .feature-block {
  width: calc(100% - 100px);
  padding-right: 20px;
}
.feature-box.tpl1.right .feature-block h4 {
  padding-bottom: 0;
  margin-bottom: 15px;
  padding-top: 0;
}
.feature-box.tpl1.right .feature-block h4:before {
  background: transparent;
}
.feature-box.tpl1 .feature-block {
  margin-top: 20px;
}
.feature-box.tpl1 .feature-block h4 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.feature-box.tpl1 .feature-block h4:before {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0px, 0px);
  -webkit-transform: translate3d(-50%, 0px, 0px);
  -ms-transform: translateX(-50%) translateY(0);
  width: 20%;
  height: 2px;
  background: #a86d73;
}
.feature-box.tpl1 .feature-block a {
  text-transform: uppercase;
}
.feature-box.border_white {
  border: 4px solid #ffffff;
  padding: 30px 0;
}
.feature-box.border_white img {
  width: auto !important;
}
.feature-box.tpl2 .feature-block h4 {
  letter-spacing: 0.1em;
  position: relative;
}
.feature-box.tpl2 .feature-block h4:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box.tpl2:hover .feature-block h4:after {
  width: 30px;
  background: #444;
}
.feature-box.tpl2 .feature-icon {
  overflow: hidden;
}
.feature-box.tpl2 .feature-icon span {
  display: inline-block;
  position: relative;
}
.feature-box.tpl2 .feature-icon span:after,
.feature-box.tpl2 .feature-icon span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 500px;
  border-bottom: 1px dotted #d3d3d3;
}
.feature-box.tpl2 .feature-icon span:after {
  left: -515px;
}
.feature-box.tpl2 .feature-icon span:before {
  right: -515px;
}
.feature-box.tpl2 .feature-icon span i {
  color: #d3d3d3;
}
.feature-box.tpl2.right-arrow,
.feature-box.tpl2.left-arrow {
  position: relative;
  border-radius: 2px;
  overflow: visible !important;
  z-index: 9;
}
.feature-box.tpl2.right-arrow .feature-image,
.feature-box.tpl2.left-arrow .feature-image {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
}
.feature-box.tpl2.right-arrow:before,
.feature-box.tpl2.left-arrow:before {
  content: "";
  position: absolute;
  top: 20%;
  width: 10px;
  height: 10px;
  background: #555;
  border-radius: 100%;
}
.feature-box.tpl2.left-arrow:before {
  left: -20px;
}
.feature-box.tpl2.right-arrow:before {
  right: -20px;
}
.feature-box.tpl2.right-arrow:after,
.feature-box.tpl2.left-arrow:after {
  content: "";
  position: absolute;
  top: calc(20% - 5px);
  z-index: 0;
  border: 10px solid transparent;
}
.feature-box.tpl2.right-arrow:after {
  right: -16px;
  border-left: solid 10px #f2f2f2;
}
.feature-box.tpl2.left-arrow:after {
  left: -16px;
  border-right: solid 10px #f2f2f2;
}
.feature-box.tpl2.left {
  overflow: hidden;
}
.feature-box.tpl2.left .feature-image {
  position: relative;
  width: 40%;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
}
.feature-box.tpl2.left .feature-image img {
  width: 100%;
}
.feature-box.tpl2.left .feature-block {
  width: 60%;
  display: inline-block;
  padding: 40px 50px;
  margin-left: -4px;
}
.feature-box.tpl2.left .feature-block h4 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.feature-box.tpl2.right {
  overflow: hidden;
}
.feature-box.tpl2.right .feature-block {
  width: 60%;
  display: inline-block;
  padding: 40px 50px;
}
.feature-box.tpl2.right .feature-block h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.feature-box.tpl2.right .feature-image {
  width: 40%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 0;
  margin-left: -4px;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.feature-box.tpl2.right .feature-image img {
  width: 100%;
}
.feature-box.tpl2.center {
  margin: 0 auto 30px auto !important;
}
.feature-box.tpl2.center .feature-block {
  display: inline-block;
}
.feature-box.tpl2.center .feature-image {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 0;
  margin-bottom: 30px;
}
.feature-box.tpl3 {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box.tpl3 .feature-block {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 3;
}
.feature-box.tpl3 .feature-block > h3 {
  margin-bottom: 30px;
  position: relative;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-box.tpl3 .feature-block > h3:after {
  content: "";
  width: 0;
  border-bottom: 1px solid;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.feature-box.tpl3 .feature-block > div {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.7);
}
.feature-box.tpl3 .feature-image {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.feature-box.tpl3:hover .feature-block > h3 {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}
.feature-box.tpl3:hover .feature-block > h3:after {
  width: 30px;
}
.feature-box.tpl3:hover .feature-image {
  transform: scaleY(1.04);
  -webkit-transform: scaleY(1.04);
  -ms-transform: scaleY(1.04);
}
.vc_progress_bar.style1.small .vc_single_bar {
  height: 8px;
}
.vc_progress_bar.style1.small .vc_single_bar .vc_bar {
  height: 8px;
}
.vc_progress_bar.style1.medium .vc_single_bar {
  height: 16px;
}
.vc_progress_bar.style1.medium .vc_single_bar .vc_bar {
  height: 16px;
}
.vc_progress_bar.style1.large .vc_single_bar {
  height: 24px;
}
.vc_progress_bar.style1.large .vc_single_bar .vc_bar {
  height: 24px;
}
.vc_progress_bar.style1 .vc_single_bar,
.vc_progress_bar.style1 .vc_bar {
  border-radius: 100px !important;
}
.wpb_button_a {
  position: relative;
  z-index: 2;
}
.wpb_button_a.rounded,
.wpb_button_a.rounded .wpb_button,
.wpb_button.rounded {
  border-radius: 100px;
}
.tb-form-contact.without-label label {
  display: none;
}
.tb-form-contact span {
  display: block;
  position: relative;
}
.tb-form-contact span:after {
  color: #aaa;
  font-size: 14px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translateX(0) translateY(-50%);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.tb-form-contact .form-name span:after {
  content: "\f007";
}
.tb-form-contact .form-email span:after {
  content: "\f199";
}
.tb-form-contact .form-telephone span:after {
  content: "\f095";
}
.tb-form-contact .form-country span:after {
  content: "\f041";
}
.tb-form-contact .form-city span:after {
  content: "\f041";
}
.tb-form-contact .form-company span:after {
  content: "\f0b1";
}
.tb-form-contact .form-website span:after {
  content: "\f1d8";
}
.team.normal .tb-carousel-item-wrap .item {
  margin: 0 auto;
  margin-bottom: 30px;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content {
  padding: 0;
  text-align: center;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_carousel_title {
  margin: 20px 0 10px;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_carousel_title
  a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_position {
  font-style: italic;
  font-weight: 400;
  color: #a86d73;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_introtext {
  font-weight: bold;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social {
  margin-top: 10px;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social
  li
  a {
  font-size: 18px;
  color: #444;
}
.team.normal
  .tb-carousel-item-wrap
  .item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social
  li
  a:hover {
  color: #a86d73;
}
.stripe-video-wrap {
  position: relative;
}
.stripe-video-wrap video {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
.stripe-video-wrap .stripe-video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.stripe-video-wrap .tb-videobg-control-btn {
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  cursor: pointer;
  height: 102px;
  line-height: 102px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 102px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stripe-video-wrap .tb-videobg-control-btn:hover {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.stripe-video-wrap .tb-videobg-control-btn-normal {
  border-color: rgba(0, 0, 0, 0);
  height: auto;
  line-height: 50px;
  width: auto;
}
.stripe-video-wrap .control-btn-circle {
  border-radius: 100%;
}
.stripe-video-wrap .control-btn-circle:hover {
  animation: btnplayanimate 4s linear infinite;
  -webkit-animation: btnplayanimate 4s linear infinite;
}
.stripe-video-wrap .control-btn-small {
  height: 48px;
  line-height: 48px;
  width: 48px;
}
.stripe-video-wrap .tb-videobg-control-btn-large {
  height: 102px;
  line-height: 101px;
  margin-bottom: 150px;
  margin-top: 150px;
  position: relative;
  width: 328px;
}
.stripe-video-wrap .tb-videobg-control-btn-large .tb-fonts-giant {
  border-right: 1px solid #cccccc;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.stripe-video-wrap .tb-videobg-control-btn-large .fa {
  height: 102px;
  line-height: 102px;
  position: relative;
  top: -10px;
  width: 102px;
}
.stripe-video-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 1;
}
.stripe-video-bg > video {
  visibility: visible;
  width: 100%;
}
.tb-video-bg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
embed,
iframe,
object,
video {
  border: medium none;
  max-width: 100%;
}
.pie-dot {
  position: relative;
}
.pie-dot:before {
  background: #fff;
  border-radius: 100%;
  content: "";
  height: 8px;
  position: absolute;
  right: -2px;
  top: 20%;
  width: 8px;
}
.wpb_accordion {
  overflow: hidden;
  border: none;
}
.wpb_accordion .wpb_accordion_section {
  border-bottom: none;
  margin-bottom: 30px;
}
.wpb_accordion .wpb_accordion_section:last-child {
  border: none;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  font-family: "Roboto Slab" !important;
  font-weight: 400 !important;
  position: relative;
  margin-bottom: 20px !important;
  border-radius: 1px;
  overflow: hidden;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  margin-bottom: 0 !important;
  padding: 8px 55px !important;
  font-size: 16px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a span {
  font-size: 24px;
  margin-right: 10px;
  font-size: 15px !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 0 !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  top: 50% !important;
  background-image: none !important;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  left: 16px !important;
  right: initial;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  font-family: "aqua icon" !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
  content: "\e177";
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  content: "\e170";
}
.wpb_tabs .ui-corner-top:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #111;
  top: calc(50% - 1px);
  left: 0;
  z-index: 9;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav li {
  background: #fff !important;
  margin-left: 5%;
  position: relative;
  z-index: 10;
  float: none;
  display: inline-block;
  background: none;
  font-family: Roboto Slab;
  font-size: 18px;
  padding: 5px 30px;
  font-weight: 400;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav li:hover a {
  color: #a86d73;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav li.ui-state-active {
  font-size: 24px;
}
.wpb_tabs.woo-product-tabs .wpb_tabs_nav li:first-child {
  margin: 0;
}
.wpb_tabs.woo-product-tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: none !important;
  padding: 0 !important;
}
.tb-btn {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-btn span.tb-btn-inner-text {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.tb-btn i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-btn.tb-btn-default {
  border: 1px solid #a86d73;
}
.tb-btn.tb-btn-icon {
  padding: 0 28px;
}
.tb-btn.tb-btn-icon i {
  position: absolute;
  right: -10px;
  top: 0;
  width: 36px;
  height: 36px !important;
  line-height: 36px !important;
  height: 100%;
  text-align: center;
  opacity: 0;
}
.tb-btn.tb-btn-icon:hover span.tb-btn-inner-text {
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
}
.tb-btn.tb-btn-icon:hover i {
  opacity: 1;
  right: 0px;
}
.tb-btn.tb-btn-color-white {
  background: #fff;
  color: #555;
}
.tb-btn.tb-btn-color-black {
  background: #333;
  color: #fff;
}
.tb-btn.tb-btn-color-black:hover {
  background: #555;
  color: #fff;
}
.tb-btn-1 {
  background-color: #a86d73;
  border: 0 none;
  color: #ffffff;
  line-height: 1.2em;
  display: inline-block;
  outline: medium none;
  padding: 10px 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-1:hover {
  background-color: #444444;
  color: #ffffff;
}
.tb-btn-2 {
  background-color: #444444;
  border: 0 none;
  color: #ffffff;
  line-height: 1.2em;
  display: inline-block;
  outline: medium none;
  padding: 10px 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-2:hover {
  background-color: #a86d73;
  color: #ffffff;
}
.tb-btn-3 {
  background-color: #ffffff;
  border: 0 none;
  line-height: 1.2em;
  display: inline-block;
  outline: medium none;
  padding: 10px 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-3:hover {
  background-color: #a86d73;
  color: #ffffff;
}
.tb-btn-bd-1 {
  background-color: transparent;
  border: 1px solid #444444;
  display: inline-block;
  line-height: 1.2em;
  outline: medium none;
  padding: 9px 39px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-bd-1:hover {
  background-color: #a86d73;
  border-color: #a86d73;
  color: #ffffff;
}
.tb-btn-bd-2 {
  background-color: #ffffff;
  border: 1px solid #444444;
  line-height: 1.2em;
  display: inline-block;
  outline: medium none;
  padding: 9px 39px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-bd-2:hover {
  background-color: #a86d73;
  border-color: #a86d73;
  color: #ffffff;
}
.tb-btn-bdr-1 {
  background-color: #eeeeee;
  border: 1px solid #444444;
  line-height: 1.2em;
  border-radius: 20px;
  display: inline-block;
  outline: medium none;
  padding: 9px 39px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.tb-btn-bdr-2 {
  background-color: #a86d73;
  border: 1px solid #444444;
  line-height: 1.2em;
  border-radius: 20px;
  display: inline-block;
  outline: medium none;
  padding: 9px 39px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.rtb-booking-form {
  text-align: center;
}
.rtb-booking-form div {
  text-align: left;
}
.rtb-booking-form button {
  width: 50%;
}
.rtb-booking-form textarea {
  max-width: 100%;
  width: 100%;
}
.booking-form-2 .rtb-booking-form .reservation,
.booking-form-2 .rtb-booking-form .contact {
  width: 80%;
  margin: 0 auto;
}
.booking-form-2 .rtb-booking-form textarea {
  max-width: 100%;
  width: 100%;
}
.rtb-booking-form form textarea {
  max-width: 100%;
  width: 100%;
}
.tb-menu-text-item {
  width: 100%;
  line-height: 40px;
}
.tb-menu-text-item .menu-item-inner {
  margin: 0;
}
.tb-menu-text-item .menu-item-inner span {
  display: table-cell;
}
.tb-menu-text-item .menu-item-inner span.title,
.tb-menu-text-item .menu-item-inner span.price {
  width: 1%;
  font-style: italic;
  white-space: nowrap;
}
.tb-menu-text-item .menu-item-inner span.solid {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: transparent;
}
.tb-menu-text-item .menu-item-inner span.solid:after {
  content: "";
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 10px;
  border-top: 1px solid #fff;
}
.tb-menu-text-item .menu-item-desc {
  font-size: 12px;
  opacity: 0.8;
}
.tb-social {
  margin: 0;
  padding: 0;
}
.tb-social li {
  display: inline-block;
  vertical-align: top;
}
.tb-social li a {
  margin: 0 6px;
  font-size: 16px;
}
.tb-maps-info-content h5 {
  font-size: 13px;
}
.tb-error404-wrap {
  font-size: 24px;
  line-height: 22px;
  background-size: cover;
}
.tb-error404-wrap .overlay-background {
  opacity: 0.5;
}
.tb-error404-wrap a {
  font-size: 18px;
}
.tb-error404-wrap a.btn-transparent {
  margin-left: 27px;
}
.tb-error404-wrap .widget_search .searchform {
  max-width: 472px;
  width: 80%;
}
.tb-error404-wrap .widget_search .s {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 35px;
  padding-left: 15px;
  background: #ffffff;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  height: 47px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-family: lato;
  font-weight: 400;
}
.tb-error404-wrap .widget_search .s::-webkit-input-placeholder {
  color: #818181;
}
.tb-error404-wrap .widget_search .s:-moz-placeholder {
  color: #818181;
  opacity: 1;
}
.tb-error404-wrap .widget_search .s::-moz-placeholder {
  color: #818181;
  opacity: 1;
}
.tb-error404-wrap .widget_search .s:-ms-input-placeholder {
  color: #818181;
}
.tb-error404-wrap .widget_search .s:placeholder-shown {
  color: #818181;
}
.tb-error404-wrap .widget_search .s:focus {
  color: #000;
}
.tb-error404-wrap .widget_search .searchsubmit {
  line-height: 27px;
  font-size: 18px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.tb-error404-wrap .miracle-title-default .miracle-title {
  font-family: lato;
  font-weight: 700;
}
.tb-error404-wrap .miracle-title-default .miracle-title.text-bc strong {
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 992px) {
  .tb-error404-wrap .miracle-title-default .miracle-title.text-bc strong {
    font-size: 30px;
  }
}
.tb-error404-wrap .miracle-title-default .tb-image {
  display: none;
}
.tb-error404-wrap .wpb_text_column p > span {
  color: #ffffff;
  font-family: Oswald;
  font-weight: 400;
  font-size: 24px;
  text-transform: capitalize;
}
.tb-error404-wrap .wpb_text_column p > span .btn-transparent {
  font-size: 12px;
  border-radius: 50px;
}
.tb-error404-wrap .wpb_text_column p > span .btn-transparent:hover {
  background: #a86d73;
  border: 1px solid #a86d73;
}
.tb-error404-wrap .wpb_text_column.text_bd p > span {
  color: #c5c5c5;
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tb-error404-wrap .miracle-title-default .miracle-title > strong {
    font-size: 145px;
  }
  .tb-error404-wrap .miracle-title-default .text-bc > strong {
    font-size: 25px;
    line-height: 30px;
  }
  .tb-error404-wrap .wpb_text_column p > span {
    font-size: 18px;
  }
}
.under_contruction .tb-countdown-js:before {
  display: none;
}
.under_contruction .tb-countdown-js .items {
  margin: 0 9.5px;
  width: 80px;
  height: 80px;
  border: none;
}
.under_contruction .tb-countdown-js .items .tb-box-countdown span:before {
  background: #e6e6e6;
  bottom: -12%;
}
.under_contruction .miracle-title-default .miracle-title {
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .under_contruction .miracle-title-default .miracle-title strong {
    font-size: 27px;
    line-height: 30px;
  }
}
.under_contruction .miracle-title-default .tb-image:before,
.under_contruction .miracle-title-default .tb-image:after {
  display: none;
}
.under_contruction .wpb_text_column p {
  text-align: center;
}
.under_contruction .wpb_text_column p > span {
  font-family: Oswald;
  font-weight: 400;
  font-size: 18px;
}
.under_contruction .text_bd p > span {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #e0e0e0;
}
.header-sidebar .sidebar-top-right .widget_mini_cart_wrap {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.header-sidebar
  .sidebar-top-right
  .widget_mini_cart_wrap
  .shopping_cart_dropdown {
  left: initial;
  right: 0 !important;
}
.widget_mini_cart_wrap {
  display: inline-block;
  margin: 0 !important;
}
.widget_mini_cart_wrap.tb-cart-empty {
  text-transform: uppercase;
}
.widget_mini_cart_wrap .header a.icon_cart_wrap {
  position: relative;
}
.widget_mini_cart_wrap .header a.icon_cart_wrap span.cart_total {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  font-family: Oswald;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #a86d73;
  background: transparent;
  text-align: center;
  right: -50px;
  margin-top: -7px;
}
.widget_mini_cart_wrap .header a.icon_cart_wrap:hover span.cart_total {
  color: #fff;
}
.widget_mini_cart_wrap .shopping_cart_dropdown {
  color: #747474;
  background: #ffffff;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  z-index: 9999;
  padding: 15px 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: left;
  display: none;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  min-width: 317px;
}
@media (max-width: 767px) {
  .widget_mini_cart_wrap .shopping_cart_dropdown {
    min-width: 300px;
  }
}
.widget_mini_cart_wrap .shopping_cart_dropdown.active {
  display: block;
  z-index: 9999;
  -webkit-animation: fadeInUp 0.4s both;
  -moz-animation: fadeInUp 0.4s both;
  -o-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list {
  margin: 0;
  padding: 0;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li {
  padding: 15px 0 15px 95px !important;
  position: relative;
  color: #747474;
  border-bottom: 1px solid #ebebeb;
  min-height: 130px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li .variation {
  display: none;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a {
  line-height: 28px;
  font-family: Oswald;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #404040;
  position: static;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a:before {
  display: none;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a:hover {
  color: #a86d73;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a.remove {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
  color: #676767 !important;
  background: #dfdfdf;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding-left: 1px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a > img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 80px;
  height: 100px;
  margin: 0;
}
.widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  .tb-item-rating
  .star-rating {
  margin: 3px 4px 0 0;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li .quantity {
  font-family: Oswald;
  font-weight: 300;
  font-size: 14px;
  color: #757575;
  position: relative;
  top: 5px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.empty {
  border: none;
  min-height: auto;
}
.widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  .woocommerce-review-link {
  display: none;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  padding-top: 8px;
  margin-bottom: 3px !important;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > strong {
  font-weight: 400;
  margin-right: 55px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > span {
  font-size: 16px;
  font-weight: 300;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 0;
  display: block;
  float: none !important;
  line-height: 18px;
  padding: 10px 15px;
  background: transparent;
  text-align: center;
  border-radius: 50px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #515151;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a.wc-forward {
  margin-bottom: 15px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a:hover {
  background: #a86d73;
  border-color: #a86d73;
  color: #ffffff !important;
}
.tb-menu-canvas {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 38px;
  min-width: 250px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  padding: 20px;
  overflow: hidden;
  background: #ffffff;
  display: none;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.tb-menu-canvas h3.wg-title {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}
.tb-menu-canvas ul {
  margin: 0;
  padding: 0;
}
.tb-menu-canvas ul li a {
  color: #747474;
  line-height: 28px;
}
.tb-menu-canvas ul li a > i {
  margin-right: 5px;
}
.tb-menu-canvas ul li a:hover {
  color: #a86d73;
}
.tb-menu-canvas.active {
  display: block;
  z-index: 999;
  -webkit-animation: fadeInUp 0.4s both;
  -moz-animation: fadeInUp 0.4s both;
  -o-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}
.sidebar-header-right {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-header-right .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
}
.sidebar-header-right .dropdown-menu li a {
  padding: 10px;
}
.sidebar-header-right .btn-group {
  position: relative;
}
.sidebar-header-right .btn-group .btn.dropdown-toggle {
  font-size: 13px !important;
  font-weight: 600;
  padding: 10px !important;
  text-transform: uppercase;
}
.sidebar-header-right .btn-group .btn.dropdown-toggle small {
  display: inline-block;
}
.sidebar-header-right .btn-group.open .btn.dropdown-toggle {
  box-shadow: none;
}
.sidebar-header-right .btn-group.open span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidebar-header-right .dd-container,
.sidebar-header-right .dd-select,
.sidebar-header-right a.dd-selected,
.sidebar-header-right a.dd-selected small {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}
.sidebar-header-right a.dd-selected {
  font-weight: normal;
  line-height: normal;
  padding-bottom: 0;
}
.sidebar-header-right .dropdown-toggle {
  border: none medium;
  color: #000;
}
.sidebar-header-right .dropdown-toggle span {
  border: 1px solid #000;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  display: block;
  top: 45%;
  border-left: none medium;
  border-top: none medium;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidebar-header-right .widget_ct_woo_ordering_widget,
.sidebar-header-right .widget-woocommerce-currency-switcher {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sidebar-header-right .widget-woocommerce-currency-switcher {
  text-align: left;
}
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-selected {
  font-size: 13px;
  font-weight: 600;
}
.sidebar-header-right .dd-options {
  min-width: 160px;
}
.sidebar-header-right .dd-options .dd-option label {
  font-weight: normal;
}
.sidebar-header-right .dd-options .dd-option:hover {
  background: #f5f5f5;
}
.sidebar-header-right .dd-desc {
  color: #000;
}
.sidebar-header-right .dd-desc .dd-desc {
  line-height: inherit;
}
.sidebar-header-right .dd-select {
  border: none medium;
  background: none !important;
}
.sidebar-header-right .dd-pointer-down {
  border: 1px solid #000;
  width: 5px;
  height: 5px;
  right: 0;
  border-left: none medium;
  border-top: none medium;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidebar-header-right .dd-pointer-down.dd-pointer-up {
  border: 1px solid #000 !important;
  margin-top: 0;
  border-left: none medium !important;
  border-top: none medium !important;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-selected-text,
.sidebar-header-right .widget-woocommerce-currency-switcher .dd-option-text {
  display: none;
}
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-selected-description,
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-option-description {
  display: none;
}
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-selected-text,
.sidebar-header-right
  .widget-woocommerce-currency-switcher
  + .widget-woocommerce-currency-switcher
  .dd-option-text {
  display: block;
  line-height: initial;
}
@media (min-width: 981px) and (max-width: 1199px) {
  .tb-1199-fullwidth {
    width: 100% !important;
  }
  .tb-1199-fullwidth .vc_empty_space {
    display: none;
  }
  .deviation-feature-box.deviation-align-right .deviation-content-image img,
  .deviation-feature-box.deviation-align-left .deviation-content-image img,
  .deviation-feature-box.deviation-align-bottom .deviation-content-image img {
    width: auto !important;
  }
  .deviation-feature-box.deviation-align-left .deviation-content-image {
    width: 60%;
    text-align: right;
    margin-left: 40%;
  }
  .feature-box.deviation .deviation-feature-box {
    margin-bottom: 100px;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image {
    width: 60%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image
    img {
    width: 100%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-info {
    width: 50%;
    position: absolute;
    top: 47%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-info
    .feature-box-desc {
    width: auto;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-link-more {
    bottom: 25px;
  }
}
.change:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #d1b9bd;
  opacity: 0.4;
  position: absolute;
}
@media (max-width: 995px) {
  .tb-full-width-995 {
    width: 100% !important;
  }
  .feature-box.tpl3 {
    margin: 10px auto 70px !important;
  }
}
@media (min-width: 768px) {
  .tb-send-mail-wrap .tb-mail-inner .col-sm-5 {
    padding-right: 0;
  }
  .tb-send-mail-wrap .tb-mail-inner .col-sm-7 {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-id-17 .rev_slider_wrapper {
    margin-top: 250px !important;
    box-shadow: 0 -250px 0 250px;
    color: #deb6b6;
  }
  .tb-footer-v1 .footer-header .tb-open-lightbox,
  .tb-footer-v3 .footer-header .tb-open-lightbox {
    font-size: 13px;
  }
  .tb-footer-v1 .footer-header form .email-letter,
  .tb-footer-v3 .footer-header form .email-letter {
    max-width: 200px;
  }
  .tb-footer-v1 .footer-header form .submit-letter,
  .tb-footer-v3 .footer-header form .submit-letter {
    right: 35px;
  }
  .tb-footer-v1 .footer-header .jws_theme_before_footer_3,
  .tb-footer-v3 .footer-header .jws_theme_before_footer_3 {
    width: 33.3%;
  }
  .tb-footer-v1 .footer-top .jws_theme_footer_top_four,
  .tb-footer-v3 .footer-top .jws_theme_footer_top_four {
    width: 33.3%;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .widget.widget_text {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .widget.widget_text
    .wg-title {
    float: initial;
    width: initial;
    text-align: right;
    display: inline-block;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .widget.widget_text
    .textwidget {
    width: initial;
    display: inline-block;
    float: initial;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .widget.widget_text
    .textwidget
    .socials {
    margin: 0;
    margin-left: 20px;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four
    .widget.widget_text
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one
    .widget.widget_text
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two
    .widget.widget_text
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three
    .widget.widget_text
    .wg-title {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four
    .widget.widget_text
    .textwidget
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one
    .widget.widget_text
    .textwidget
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two
    .widget.widget_text
    .textwidget
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three
    .widget.widget_text
    .textwidget
    ul
    li {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four.jws_theme_footer_top_one
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one.jws_theme_footer_top_one
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two.jws_theme_footer_top_one
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three.jws_theme_footer_top_one
    .wg-title {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four.jws_theme_footer_top_one
    .widget.widget_nav_menu
    .menu-account-shop-container
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one.jws_theme_footer_top_one
    .widget.widget_nav_menu
    .menu-account-shop-container
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two.jws_theme_footer_top_one
    .widget.widget_nav_menu
    .menu-account-shop-container
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three.jws_theme_footer_top_one
    .widget.widget_nav_menu
    .menu-account-shop-container
    ul
    li {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four.jws_theme_footer_top_three
    .ro-widget-instagram
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one.jws_theme_footer_top_three
    .ro-widget-instagram
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two.jws_theme_footer_top_three
    .ro-widget-instagram
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three.jws_theme_footer_top_three
    .ro-widget-instagram
    .wg-title {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four.jws_theme_footer_top_three
    .ro-widget-instagram
    .tb-col-instagram
    > a,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one.jws_theme_footer_top_three
    .ro-widget-instagram
    .tb-col-instagram
    > a,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two.jws_theme_footer_top_three
    .ro-widget-instagram
    .tb-col-instagram
    > a,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three.jws_theme_footer_top_three
    .ro-widget-instagram
    .tb-col-instagram
    > a {
    margin: 0 auto;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four.jws_theme_footer_top_four
    .widget.widget_text
    .textwidget
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one.jws_theme_footer_top_four
    .widget.widget_text
    .textwidget
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two.jws_theme_footer_top_four
    .widget.widget_text
    .textwidget
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three.jws_theme_footer_top_four
    .widget.widget_text
    .textwidget
    ul
    li {
    text-align: left;
  }
  .jws_theme_footer.tb-footer-v4
    .footer-header
    .jws_theme_before_footer_2
    .widget
    .textwidget
    .socials {
    margin: 0 !important;
    text-align: center !important;
  }
  .jws_theme_footer tb-footer-v5 .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jws_theme_footer tb-footer-v5 .footer-top .jws_theme_footer_top_one,
  .jws_theme_footer tb-footer-v5 .footer-top .jws_theme_footer_top_two,
  .jws_theme_footer tb-footer-v5 .footer-top .jws_theme_footer_top_three,
  .jws_theme_footer tb-footer-v5 .footer-top .jws_theme_footer_top_four,
  .jws_theme_footer tb-footer-v5 .footer-top .jws_theme_footer_top_eight {
    width: 50% !important;
  }
  .rev_slider_wrapper
    .rev_slider
    .tp-revslider-mainul
    > li
    .tp-parallax-wrap
    .tp-loop-wrap
    .tp-mask-wrap
    .rev-btn {
    border-width: 1px !important;
  }
}
@media (max-width: 768px) {
  .carousel-block .overlay {
    display: none !important;
  }
  .tb-line-center {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-sidebar {
    text-align: center;
  }
  .header-sidebar .tb-social {
    text-align: center;
  }
  .feature-box {
    margin-bottom: 20px !important;
  }
  .feature-box.tpl2 .feature-image,
  .feature-box.tpl2 .feature-block {
    width: 100% !important;
  }
  .feature-box.tpl2.right-arrow:before,
  .feature-box.tpl2.left-arrow:before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -wekit-transform: translateX(-50%);
  }
  .feature-box.tpl2.right-arrow:after,
  .feature-box.tpl2.left-arrow:after {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 10px solid #f2f2f2;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    -wekit-transform: translateX(-50%);
    top: -20px;
  }
  .vc_pie_chart .counter {
    margin-bottom: 50px;
  }
  .pie-dot::before {
    top: initial;
    right: initial;
    bottom: -25px;
    left: 50%;
  }
  .title-bar {
    text-align: center;
  }
  .title-bar .page-breadcrumb {
    text-align: center;
  }
  .tb-grid:first-child {
    text-align: center;
  }
  .tb-grid .controls-filter,
  .tb-grid .controls-sorter {
    text-align: center;
    float: none !important;
  }
  .jws_theme_footer .footer-top .tb-col4 {
    padding: 0 15px;
    border: none !important;
  }
  .jws_theme_footer.tb-footer-v1 .footer-header .jws_theme_before_footer_1,
  .jws_theme_footer.tb-footer-v3 .footer-header .jws_theme_before_footer_1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_1
    .widget,
  .jws_theme_footer.tb-footer-v3
    .footer-header
    .jws_theme_before_footer_1
    .widget {
    text-align: center;
    margin: 0;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_1
    .widget
    .textwidget
    a.tb-open-lightbox,
  .jws_theme_footer.tb-footer-v3
    .footer-header
    .jws_theme_before_footer_1
    .widget
    .textwidget
    a.tb-open-lightbox {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_1:before,
  .jws_theme_footer.tb-footer-v3
    .footer-header
    .jws_theme_before_footer_1:before {
    display: none;
  }
  .jws_theme_footer.tb-footer-v1 .footer-header .jws_theme_before_footer_2,
  .jws_theme_footer.tb-footer-v3 .footer-header .jws_theme_before_footer_2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_2
    .widget,
  .jws_theme_footer.tb-footer-v3
    .footer-header
    .jws_theme_before_footer_2
    .widget {
    margin-top: 0;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-header
    .jws_theme_before_footer_2
    .widget
    .newsletter,
  .jws_theme_footer.tb-footer-v3
    .footer-header
    .jws_theme_before_footer_2
    .widget
    .newsletter {
    margin-left: 0;
  }
  .jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_two,
  .jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_three,
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_two,
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_three {
    width: 100%;
  }
  .jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_one .widget,
  .jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_two .widget,
  .jws_theme_footer.tb-footer-v1
    .footer-top
    .jws_theme_footer_top_three
    .widget,
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_one .widget,
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_two .widget,
  .jws_theme_footer.tb-footer-v3
    .footer-top
    .jws_theme_footer_top_three
    .widget {
    text-align: center;
    margin-left: 0;
  }
  .jws_theme_footer.tb-footer-v1
    .footer-top
    .jws_theme_footer_top_one
    .widget
    ul
    li,
  .jws_theme_footer.tb-footer-v1
    .footer-top
    .jws_theme_footer_top_two
    .widget
    ul
    li,
  .jws_theme_footer.tb-footer-v1
    .footer-top
    .jws_theme_footer_top_three
    .widget
    ul
    li,
  .jws_theme_footer.tb-footer-v3
    .footer-top
    .jws_theme_footer_top_one
    .widget
    ul
    li,
  .jws_theme_footer.tb-footer-v3
    .footer-top
    .jws_theme_footer_top_two
    .widget
    ul
    li,
  .jws_theme_footer.tb-footer-v3
    .footer-top
    .jws_theme_footer_top_three
    .widget
    ul
    li {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v1 .footer-top:before,
  .jws_theme_footer.tb-footer-v3 .footer-top:before {
    display: none;
  }
  .jws_theme_footer.tb-footer-v1:before,
  .jws_theme_footer.tb-footer-v3:before {
    display: none;
  }
  .jws_theme_footer.tb-footer-v1 .footer-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .jws_theme_footer.tb-footer-v1 .footer-top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_two,
  .jws_theme_footer.tb-footer-v1 .footer-top .jws_theme_footer_top_three {
    padding-top: 10px;
  }
  .jws_theme_footer.tb-footer-v3 .footer-top .jws_theme_footer_top_two {
    padding-top: 20px !important;
  }
  .jws_theme_footer.tb-footer-v4 .footer-header {
    padding: 0;
  }
  .jws_theme_footer.tb-footer-v4 .footer-header .jws_theme_before_footer_3,
  .jws_theme_footer.tb-footer-v4 .footer-header .jws_theme_before_footer_2 {
    margin-bottom: 0;
  }
  .jws_theme_footer.tb-footer-v4 .footer-top .jws_theme_footer_top_two .widget {
    margin-bottom: 0;
  }
  .jws_theme_footer.tb-footer-v4 .footer-bottom {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .jws_theme_footer.tb-footer-v5 .footer-top {
    background-color: #171717;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_one,
  .jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two,
  .jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_three,
  .jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_four,
  .jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_eight {
    width: 50%;
  }
  .jws_theme_footer.tb-footer-v5
    .footer-top
    .jws_theme_footer_top_one
    .menu-account-shop-container
    ul
    > li,
  .jws_theme_footer.tb-footer-v5
    .footer-top
    .jws_theme_footer_top_two
    .menu-account-shop-container
    ul
    > li,
  .jws_theme_footer.tb-footer-v5
    .footer-top
    .jws_theme_footer_top_three
    .menu-account-shop-container
    ul
    > li,
  .jws_theme_footer.tb-footer-v5
    .footer-top
    .jws_theme_footer_top_four
    .menu-account-shop-container
    ul
    > li,
  .jws_theme_footer.tb-footer-v5
    .footer-top
    .jws_theme_footer_top_eight
    .menu-account-shop-container
    ul
    > li {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v5
    .footer-top
    .jws_theme_footer_top_one
    .widget
    .textwidget
    ul
    > li,
  .jws_theme_footer.tb-footer-v5
    .footer-top
    .jws_theme_footer_top_two
    .widget
    .textwidget
    ul
    > li,
  .jws_theme_footer.tb-footer-v5
    .footer-top
    .jws_theme_footer_top_three
    .widget
    .textwidget
    ul
    > li,
  .jws_theme_footer.tb-footer-v5
    .footer-top
    .jws_theme_footer_top_four
    .widget
    .textwidget
    ul
    > li,
  .jws_theme_footer.tb-footer-v5
    .footer-top
    .jws_theme_footer_top_eight
    .widget
    .textwidget
    ul
    > li {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v5
    .footer-header
    .jws_theme_before_footer_1
    .widget
    .textwidget
    .tb-open-lightbox {
    text-align: center;
  }
}
.scroll_button_show {
  position: relative;
}
.scroll_button_show .btn_scroll_wrap {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 22px;
  height: 50px;
  z-index: 999;
  cursor: pointer;
}
.scroll_button_show .btn_scroll_wrap:after {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  content: "";
  height: 35px;
  left: 1px;
  position: absolute;
  top: 0;
  width: 20px;
}
.scroll_button_show .btn_scroll_wrap:before {
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 4px;
  width: 1px;
  background: #d3d3d3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.text-blog-style-1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 60px;
}
.text-blog-style-1 ul {
  margin: 0;
  padding: 0;
}
.text-blog-style-1 ul li {
  padding: 10px 0;
}
.wbp-title.tpl2 {
  padding: 10px;
  border: solid 1px #aaaaaa;
}
.wbp-title.tpl2 .wbp-title-content {
  padding: 20px;
}
.wbp-title.tpl2 .wbp-title-content h3.headline {
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.wbp-title.tpl2 .wbp-title-content p {
  line-height: initial;
  font-style: italic;
  font-weight: bold;
}
.row-full-content .row > div,
.tb-one-page-post .row-full-content.tb-blog > div {
  padding: 0 !important;
}
.deviation-blog,
.deviation-feature-box {
  position: relative;
}
.deviation-blog .blog-title a,
.deviation-blog .feature-box-title a,
.deviation-feature-box .blog-title a,
.deviation-feature-box .feature-box-title a {
  display: block;
  position: relative;
  line-height: 32px;
}
.deviation-blog .blog-title a:after,
.deviation-blog .feature-box-title a:after,
.deviation-feature-box .blog-title a:after,
.deviation-feature-box .feature-box-title a:after {
  position: absolute;
  content: "";
  width: 30px;
  bottom: -12px;
  left: 50%;
  border-bottom: 1px solid #444;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.deviation-blog .blog-desc,
.deviation-blog .feature-box-desc,
.deviation-feature-box .blog-desc,
.deviation-feature-box .feature-box-desc {
  background-color: rgba(168, 109, 115, 0.3);
  margin-top: 36px;
  padding: 30px 30px 50px;
  font-weight: 600;
}
.deviation-blog .deviation-link-more,
.deviation-feature-box .deviation-link-more {
  bottom: 10px;
  font-size: 28px;
  opacity: 0.6;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.deviation-blog .deviation-link-more:hover,
.deviation-feature-box .deviation-link-more:hover {
  opacity: 0.6;
}
.deviation-blog.deviation-align-right .deviation-content-image,
.deviation-feature-box.deviation-align-right .deviation-content-image {
  width: 60%;
}
.deviation-blog.deviation-align-right .deviation-content-image img,
.deviation-feature-box.deviation-align-right .deviation-content-image img {
  width: 100%;
}
.deviation-blog.deviation-align-right .deviation-content-info,
.deviation-feature-box.deviation-align-right .deviation-content-info {
  width: 50%;
  position: absolute;
  top: 47%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.deviation-blog.deviation-align-right .deviation-link-more,
.deviation-feature-box.deviation-align-right .deviation-link-more {
  bottom: 25px;
}
.deviation-blog.deviation-align-left .deviation-content-image,
.deviation-feature-box.deviation-align-left .deviation-content-image {
  width: 60%;
  margin-left: 40%;
}
.deviation-blog.deviation-align-left .deviation-content-image img,
.deviation-feature-box.deviation-align-left .deviation-content-image img {
  width: 100%;
}
.deviation-blog.deviation-align-left .deviation-content-info,
.deviation-feature-box.deviation-align-left .deviation-content-info {
  width: 50%;
  position: absolute;
  top: 47%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.deviation-blog.deviation-align-left .deviation-link-more,
.deviation-feature-box.deviation-align-left .deviation-link-more {
  bottom: 25px;
}
.deviation-blog.deviation-align-bottom .deviation-content-image width: 60%
			img, .deviation-feature-box.deviation-align-bottom .deviation-content-image width: 60%
			img {
  width: 100%;
}
.deviation-blog.deviation-align-bottom .deviation-content-info,
.deviation-feature-box.deviation-align-bottom .deviation-content-info {
  width: 100%;
  transform: translateY(-30%);
  -webkit-transform: translateY(-40px);
}
.deviation-blog.deviation-align-bottom .deviation-content-info .blog-title,
.deviation-blog.deviation-align-bottom
  .deviation-content-info
  .feature-box-title,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .blog-title,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .feature-box-title {
  width: 30%;
  display: inline-block;
}
.deviation-blog.deviation-align-bottom .deviation-content-info .blog-desc,
.deviation-blog.deviation-align-bottom
  .deviation-content-info
  .feature-box-desc,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .blog-desc,
.deviation-feature-box.deviation-align-bottom
  .deviation-content-info
  .feature-box-desc {
  width: calc(70% - 6px);
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
#tb-mega-searchform {
  max-width: 370px;
  height: auto;
  background: transparent;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
  max-height: 40px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  border-radius: 50px;
}
#tb-mega-searchform .dropdown {
  height: 40px;
  line-height: 40px;
  width: 147px;
  background-color: transparent;
  color: #fff;
  padding: 0 16px;
  box-shadow: none;
  position: relative;
}
#tb-mega-searchform .dropdown .fa-th {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
#tb-mega-searchform .dropdown .tb-title {
  margin-left: 6px;
  font-size: 18px;
}
#tb-mega-searchform .dropdown .caret {
  right: 7px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
#tb-mega-searchform .dropdown select {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
  background-color: transparent;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  appearance: none;
  height: 40px;
  margin-top: -21px;
  cursor: pointer;
  margin-left: 5px;
}
#tb-mega-searchform .dropdown select option {
  color: #333333;
}
#tb-mega-searchform .dropdown:before {
  content: "";
  height: 11px;
  width: 1px;
  background: #898989;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#tb-mega-searchform input {
  height: 40px;
}
#tb-mega-searchform input[type="text"] {
  font-size: 14px;
  padding: 0 50px 0 20px;
  background: transparent;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  text-indent: 5px;
  color: #fff;
  border: none;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
#tb-mega-searchform input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#tb-mega-searchform input[type="text"]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#tb-mega-searchform input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#tb-mega-searchform input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#tb-mega-searchform input[type="text"]:placeholder-shown {
  color: #fff;
}
#tb-mega-searchform input[type="text"]:focus {
  color: #000;
}
#tb-mega-searchform .s {
  margin-bottom: 0;
  color: #ffffff !important;
}
#tb-mega-searchform .searchsubmit,
#tb-mega-searchform input[type="submit"] {
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  border: none;
  font-size: 16px;
}
#tb-mega-searchform .searchsubmit i,
#tb-mega-searchform input[type="submit"] i {
  font-size: 16px;
  color: #ffffff;
}
#tb-mega-searchform .searchsubmit:hover,
#tb-mega-searchform input[type="submit"]:hover {
  color: #a86d73;
}
#tb-mega-searchform [class*="col-xs"] {
  float: left;
}
#tb-mega-searchform .col-xs-25 {
  width: 20.833%;
}
#tb-mega-searchform .col-xs-95 {
  width: 79.167%;
}
.feature-box.deviation2 .feature-box-title {
  margin-bottom: 60px;
  margin-top: 50px;
  padding: 0;
}
.feature-box.deviation2 .image-bg {
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-bottom: 40px;
}
.feature-box.deviation2.right .image-bg {
  background-position: 0 0;
}
.feature-box.deviation2.left .image-bg {
  background-position: 100% 0;
}
.wpcf7 .wpcf7-submit {
  float: right;
  background: #a86d73;
  border-color: #a86d73;
  color: #fff;
  text-transform: uppercase;
  width: 150px;
}
.wpcf7 .wpcf7-submit:hover {
  background: #444;
  border-color: #444;
  color: #fff;
}
@media (max-width: 980px) {
  .feature-box.deviation2.left .image-bg,
  .feature-box.deviation2.right .image-bg {
    background-position: center center;
  }
  .tb-blog-content-outer .tb-blog-basic-widget {
    display: none;
  }
}
.tb-header-wrap .header-sidebar-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tb-header-wrap .header-sidebar-inner > div {
  position: relative;
}
.single article.post h2.blog-title,
.single article.space h2.blog-title {
  margin: 19px 0 25px 0;
  font-size: 36px;
  font-style: italic;
}
.single article.post .tb-content-block .blog-desc,
.single article.space .tb-content-block .blog-desc {
  text-align: justify;
  margin-bottom: 25px;
  height: 50%;
}
.single article.post .tb-content-block .tag-links a,
.single article.space .tb-content-block .tag-links a {
  color: #a86d73;
}
.single article.post .tb-content-block .tag-links a:hover,
.single article.space .tb-content-block .tag-links a:hover {
  color: #444;
}
.single article.post .tb-content-block .about-author,
.single article.space .tb-content-block .about-author {
  margin: 25px 0;
}
.single article.post .tb-content-block .about-author .author-avatar,
.single article.space .tb-content-block .about-author .author-avatar {
  display: inline-block;
  vertical-align: top;
}
.single article.post .tb-content-block .about-author .author-info,
.single article.space .tb-content-block .about-author .author-info {
  display: inline-block;
  padding-left: 30px;
  width: calc(100% - 175px);
}
.single article.post .tb-content-block .about-author .author-info .subtitle,
.single article.space .tb-content-block .about-author .author-info .subtitle {
  font-weight: bold;
}
.single article.post .tb-content-block .about-author .author-info .desc,
.single article.space .tb-content-block .about-author .author-info .desc {
  font-style: italic;
}
.single article.post .tb-content-block .about-author .author-info a,
.single article.space .tb-content-block .about-author .author-info a {
  color: #a86d73;
}
.single.post-template-sidebar_right-php article.post .blog-info {
  text-align: left;
}
.single.post-template-sidebar_right-php article.post .blog-info > span {
  margin-left: 0;
  margin-right: 55px;
}
.tb-blog-related {
  margin: 60px 0 67px;
}
.tb-blog-related > .tb-title {
  position: relative;
  margin: 20px 0 18px;
  text-align: left;
  margin-bottom: 38px;
}
.tb-blog-related > .tb-title:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  display: block;
}
.tb-blog-related > .tb-title h4 {
  background-color: #efefef;
  font-size: 18px;
  color: #2a2a2a;
  display: inline-block;
  margin: 0;
  padding: 5px 20px 8px 0;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
.tb-padding-content {
  padding: 0 20% !important;
}
@media (max-width: 1240px) {
  #jws_theme_wrapper
    .tb-blog.default
    article
    .tb-content-block
    h2.blog-title
    a {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  #jws_theme_wrapper .tb-blog.default article .tb-content-block h2.blog-title {
    margin-bottom: 20px;
    line-height: 26px;
  }
  #jws_theme_wrapper .tb-left .tb-blog.default .tb-content-block,
  #jws_theme_wrapper .tb-right .tb-blog.default .tb-content-block {
    padding-top: 20px;
  }
  #jws_theme_wrapper .tb-md-container,
  #jws_theme_wrapper .tb-md-container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.text-medium {
  font-size: 18px;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.ro-reservation-bg .ro-reservation {
  position: relative;
  z-index: 1;
}
.ro-reservation-bg .ro-reservation:after {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .tb-padding-content {
    padding: 0 20px !important;
  }
  .tb-980-hide {
    display: none;
  }
  .sidebar-right .widget .tb-post-side-img {
    float: none;
    width: 100%;
    height: auto;
  }
  .sidebar-right .widget .tb-post-side-ct {
    margin: 0;
  }
  .tb-980-fullwidth {
    width: 100% !important;
  }
  .feature-box.deviation .deviation-feature-box {
    margin-bottom: 100px;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image {
    width: 60%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-image
    img {
    width: 100%;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-info {
    width: 50%;
    position: absolute;
    top: 47%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-content-info
    .feature-box-desc {
    width: auto;
  }
  .feature-box.deviation
    .deviation-feature-box.deviation-align-bottom
    .deviation-link-more {
    bottom: 25px;
  }
  .rtb-booking-form .reservation,
  .rtb-booking-form .contact {
    width: 100%;
  }
  .tb-left .tb-blog.default .tb-blog-image {
    width: 100%;
  }
  .tb-left .tb-blog.default .tb-content-block {
    position: relative;
    width: 100%;
  }
  .tb-left .tb-blog.default .tb-content-block:before {
    left: 60px;
    position: absolute;
    top: -32px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .tb-right .tb-blog.default .tb-blog-image {
    width: 100%;
    float: none;
  }
  .tb-right .tb-blog.default .tb-content-block {
    position: relative;
    width: 100%;
  }
  .tb-right .tb-blog.default .tb-content-block:before {
    position: absolute;
    right: 60px;
    top: -32px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  #jws_theme_wrapper .tb-blog.default article .tb-content-block .blog-desc {
    height: 6.2em;
    overflow: hidden;
  }
  .jws_theme_footer .footer-header .socials {
    text-align: right;
    margin: 0 -20px 25px;
  }
  .tb-sm-container,
  .tb-sm-container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .tb-blog.default article {
    display: block;
  }
  .single-post article.post .tb-content-block {
    text-align: center;
  }
  .single-post article.post .tb-content-block .about-author,
  .single-post article.post .tb-content-block .author-info {
    display: block;
  }
  .single-post article.post .tb-content-block .author-info {
    padding-left: 0 !important;
    width: 100% !important;
  }
  #tb-mega-searchform .dropdown {
    padding: 0 12px;
  }
  #tb-mega-searchform .dropdown .fa-th {
    font-size: 14px;
  }
  #tb-mega-searchform .dropdown select {
    font-size: 15px;
    padding-left: 30px;
  }
  #tb-mega-searchform .dropdown .caret {
    right: 12px;
  }
  .test-version2 .vc_col-sm-4 {
    width: 100%;
  }
  .test-version2 .vc_col-sm-4 .tb-service-wrap .tb-service.tpl3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tb-advertise-2 .vc_col-sm-3 {
    display: none;
  }
  .tb-advertise-2 .vc_col-sm-9 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    text-align: center;
  }
  .deviation-blog .deviation-content-image,
  .deviation-feature-box .deviation-content-image {
    display: none;
  }
  .deviation-blog .deviation-content-info,
  .deviation-feature-box .deviation-content-info {
    position: relative !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translateX(0) translateY(0) !important;
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .deviation-content-title,
  .deviation-feature-box .deviation-content-info .deviation-content-title {
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .feature-box-desc,
  .deviation-feature-box .deviation-content-info .feature-box-desc {
    width: 100% !important;
  }
  #tb-mega-searchform .dropdown {
    padding: 0 30%;
  }
  #tb-mega-searchform .dropdown select {
    padding-left: 5px;
    text-indent: -999px;
  }
  .jws_theme_footer.tb-footer-v2 .footer-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .widget.widget_text
    .wg-title {
    width: inherit;
    float: inherit;
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .widget.widget_text
    .textwidget {
    width: initial;
    float: initial;
    display: block;
    vertical-align: middle;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .widget.widget_text
    .textwidget
    .socials {
    margin: 0;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_3
    .widget
    .wg-title {
    float: initial;
    margin-right: 0;
    position: relative;
    left: 0;
    vertical-align: middle;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_3
    .widget
    .newsletter
    form {
    right: 0;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one
    .widget
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two
    .widget
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four
    .widget
    .wg-title,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three
    .widget
    .wg-title {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one
    .widget
    .textwidget
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two
    .widget
    .textwidget
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four
    .widget
    .textwidget
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three
    .widget
    .textwidget
    ul
    li {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one
    .widget
    .menu-account-shop-container
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two
    .widget
    .menu-account-shop-container
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four
    .widget
    .menu-account-shop-container
    ul
    li,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three
    .widget
    .menu-account-shop-container
    ul
    li {
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one.jws_theme_footer_top_four
    .widget
    .textwidget
    ul
    > li
    > a,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two.jws_theme_footer_top_four
    .widget
    .textwidget
    ul
    > li
    > a,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four.jws_theme_footer_top_four
    .widget
    .textwidget
    ul
    > li
    > a,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three.jws_theme_footer_top_four
    .widget
    .textwidget
    ul
    > li
    > a {
    display: inline-block;
    text-align: left;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one.jws_theme_footer_top_three
    .ro-widget-instagram
    #instafeed,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two.jws_theme_footer_top_three
    .ro-widget-instagram
    #instafeed,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four.jws_theme_footer_top_three
    .ro-widget-instagram
    #instafeed,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three.jws_theme_footer_top_three
    .ro-widget-instagram
    #instafeed {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_one.jws_theme_footer_top_three
    .ro-widget-instagram
    #instafeed
    > a,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_two.jws_theme_footer_top_three
    .ro-widget-instagram
    #instafeed
    > a,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_four.jws_theme_footer_top_three
    .ro-widget-instagram
    #instafeed
    > a,
  .jws_theme_footer.tb-footer-v2
    .footer-top
    .jws_theme_footer_top_three.jws_theme_footer_top_three
    .ro-widget-instagram
    #instafeed
    > a {
    display: inline-block;
    float: initial;
  }
  .jws_theme_footer.tb-footer-v6 .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_two {
    margin-top: 30px;
  }
  .jws_theme_footer.tb-footer-v6 .footer-bottom {
    padding-top: 0;
  }
  .vc_column_container > .vc_column-inner.vc_custom_1475128889877 {
    padding-right: 15px !important;
  }
  .vc_column_container > .vc_column-inner.vc_custom_1475128898638 {
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) and (min-width: 361px) {
  .footer-top .tb-widget-post-list ul.tb-post-list li .tb-meta {
    width: 100px;
  }
  .footer-top .widget.widget_ct_recent_work_widget ul li {
    width: 100px;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav::after {
    border: none;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav li {
    width: 100%;
    text-align: center;
    display: inline;
  }
}
@media (max-width: 480px) {
  #wpadminbar {
    position: fixed;
  }
  .tb-blog .blog-note {
    display: none;
  }
  .jws_theme_footer.tb-footer-v5
    .footer-header
    .jws_theme_before_footer_3
    .widget_miracle_newsletterwidget
    .newsletter-widget
    form
    .email-letter
    .newsletter-email {
    width: 93%;
  }
}
@media (max-width: 361px) {
  .sidebar-right .widget .tb-post-side-ct {
    text-align: center;
  }
  .tb-blog.blog article .blog-info > span {
    margin-left: 3px !important;
  }
  .comment-form p.comment-form-author,
  .comment-form p.comment-form-email,
  .comment-form p.comment-form-url {
    width: 100%;
  }
  .deviation-blog .deviation-content-image,
  .deviation-feature-box .deviation-content-image {
    display: none;
  }
  .deviation-blog .deviation-content-info,
  .deviation-feature-box .deviation-content-info {
    position: relative !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translateX(0) translateY(0) !important;
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .deviation-content-title,
  .deviation-feature-box .deviation-content-info .deviation-content-title {
    width: 100% !important;
  }
  .deviation-blog .deviation-content-info .feature-box-desc,
  .deviation-feature-box .deviation-content-info .feature-box-desc {
    width: 100% !important;
  }
  .tb-header-wrap .header-sidebar-inner {
    display: block;
  }
  .rtb-booking-form .reservation,
  .rtb-booking-form .contact {
    width: auto !important;
  }
  .widget_mini_cart_wrap .shopping_cart_dropdown {
    width: auto !important;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav:after {
    border-color: transparent;
  }
  .wpb_tabs.woo-product-tabs .wpb_tabs_nav li {
    display: block;
  }
  .footer-top {
    text-align: center;
  }
  .footer-top .tb-col4 {
    border: none !important;
    padding: 0 15px !important;
  }
  .footer-top .tb-col4 .tb-social {
    text-align: center !important;
  }
  .footer-top .widget p {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .title-bar .text-center .page-title {
    font-size: 20px;
    line-height: 20px;
  }
}
.vc_slide.vc_images_carousel .vc_carousel-inner .vc_item .vc_inner img {
  max-width: 153px;
  height: auto;
  margin-left: 25px;
}
.vc_images_carousel .owl-controls .owl-nav > div.owl-prev,
.vc_images_carousel .owl-controls .owl-nav > div.owl-next {
  width: 30px;
  height: 30px;
  line-height: 25px;
}
#jws_theme_back_to_top {
  bottom: -60px;
  cursor: pointer;
  height: auto;
  margin: 0;
  position: fixed;
  right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
#jws_theme_back_to_top.active {
  bottom: 60px !important;
  display: block !important;
  opacity: 1 !important;
}
#jws_theme_back_to_top.active:hover i {
  opacity: 1;
}
#jws_theme_back_to_top span {
  position: relative;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border: 2px solid #a86d73;
  border-radius: 50%;
}
#jws_theme_back_to_top span:after {
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
  border-color: #a86d73;
  z-index: -1;
}
#jws_theme_back_to_top span:hover {
  color: #fff;
}
#jws_theme_back_to_top span:hover:before,
#jws_theme_back_to_top span:hover:after {
  border-color: #a86d73;
}
#jws_theme_back_to_top span:hover:after {
  background-color: #a86d73;
}
#jws_theme_back_to_top span:hover .fa {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
#jws_theme_back_to_top span:after {
  background-color: #a86d73;
}
#jws_theme_back_to_top span i {
  color: #fff;
  display: block;
  line-height: 200%;
  opacity: 0.8;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #a86d73;
  top: 8%;
  left: 8%;
}
.ro-testimonial-scroll-wrapper:before {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      #f3f3f0 0%,
      rgba(243, 243, 240, 0.99) 1%,
      rgba(243, 243, 240, 0.5) 50%,
      rgba(243, 243, 240, 0) 100%
    )
    repeat scroll 0 0;
  content: " ";
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 512;
}
.ro-testimonial-scroll-wrapper:after {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      rgba(243, 243, 240, 0) 0%,
      rgba(243, 243, 240, 0.5) 50%,
      rgba(243, 243, 240, 0.99) 99%,
      #f3f3f0 100%
    )
    repeat scroll 0 0;
  bottom: 0;
  content: " ";
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 512;
}
.countdown-home-03 {
  position: relative;
}
.countdown-home-03 .miracle-title-tpl4 {
  border: none;
  margin: 10px 0;
  overflow: hidden;
}
.countdown-home-03 .miracle-title-tpl4 .miracle-subtitle {
  display: block;
  position: relative;
}
.countdown-home-03 .miracle-title-tpl4 .miracle-subtitle:before,
.countdown-home-03 .miracle-title-tpl4 .miracle-subtitle:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #ffffff;
  position: absolute;
}
.countdown-home-03 .miracle-title-tpl4 .miracle-subtitle:before {
  top: 85%;
  left: 0;
  transform: translateX(-68.5%);
  -webkit-transform: translateX(-68.5%);
  -moz-transform: translateX(-68.5%);
  -o-transform: translateX(-68.5%);
  -ms-transform: translateX(-68.5%);
}
.countdown-home-03 .miracle-title-tpl4 .miracle-subtitle:after {
  right: 0;
  top: 85%;
  transform: translateX(68.5%);
  -webkit-transform: translateX(68.5%);
  -moz-transform: translateX(68.5%);
  -o-transform: translateX(68.5%);
  -ms-transform: translateX(68.5%);
}
.countdown-home-03 .miracle-title-tpl4 .miracle-subtitle span {
  font-size: inherit;
}
.countdown-home-03 .miracle-title-tpl4 p {
  color: #ffffff;
  max-width: 73%;
  margin: 0 auto;
  padding-top: 33px;
}
.countdown-home-03 .vc_btn3-container.vc_btn3-center button {
  width: 125px;
  height: 38px;
  line-height: 9px;
  background: transparent;
  border-radius: 50px;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}
.countdown-home-03 .vc_btn3-container.vc_btn3-center button:hover {
  background: #a86d73;
  border-color: #a86d73;
  color: #ffffff;
}
.countdown-home-03:before,
.countdown-home-03:after {
  content: "";
  width: 1px;
  height: 74.5%;
  background: #ffffff;
  position: absolute;
}
.countdown-home-03:before {
  top: 14%;
}
.countdown-home-03:after {
  right: 1.2%;
  top: 14%;
}
.tb-shoptab-separator {
  border-top: 1px solid #eeeeee;
  height: 0;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 10px;
}
.tb-demo-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.tb-demo-title {
  margin: 20px 0 25px 0 !important;
}
.ro-demo-item {
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  text-align: center;
  position: relative;
}
.ro-demo-item .ro-content {
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  line-height: 0;
}
.ro-demo-item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.ro-demo-item .ro-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 512;
  opacity: 0;
  padding: 10px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.ro-demo-item .ro-overlay .ro-cell-vertical-wrapper {
  background-color: rgba(171, 220, 225, 0.7);
  display: table;
  height: 100%;
  width: 100%;
}
.ro-demo-item .ro-overlay .ro-cell-vertical-wrapper .ro-cell-middle {
  display: table-cell;
  vertical-align: middle;
}
.ro-demo-item .ro-overlay.comming {
  opacity: 1;
}
.ro-demo-item .ro-overlay.comming .ro-cell-vertical-wrapper {
  background-color: transparent;
}
.ro-demo-item:hover .ro-overlay {
  opacity: 1;
}
.ro-demo-item.ro-new:before {
  background: rgba(0, 0, 0, 0) url("assets/images/demo-new.png") no-repeat
    scroll 100% 100%;
  content: "";
  display: block;
  height: 40px;
  left: 45px;
  position: absolute;
  top: 25px;
  width: 75px;
  z-index: 20;
}
@media (max-width: 1024px) {
  .tb-demo-hide-mobile {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_3
    .wg-title {
    left: 0 !important;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_3
    .newsletter.newsletter-widget
    form {
    right: initial;
  }
}
.wpcf7-form {
  margin-top: -12px;
}
.wpcf7-form label {
  color: #a86d73;
}
.wpcf7-form .ct-label {
  display: block;
  margin: 7px 0 5px;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #5f5f5f;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
  height: 34px;
  border: 1px solid #dedede;
}
.wpcf7-form textarea {
  height: 186px;
  border: 1px solid #dedede;
}
.wpcf7-form .wpcf7-submit {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
  background: #171717;
  border-radius: 50px;
  color: #fff;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.wpcf7-form .wpcf7-submit:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.tb-send-mail-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.tb-send-mail-wrap .tb-mail-inner {
  position: absolute;
  top: 50%;
  max-width: 840px;
  right: 0;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
}
.tb-send-mail-wrap .tb-mail-inner .widget > h3 {
  display: none;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc {
  max-width: 320px;
  margin: 70px auto;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc p {
  font-family: lato;
  font-weight: 400;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-submit {
  width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #202020;
  color: #fff;
  margin: 5px 0 25px;
  border-radius: 50px;
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-submit:hover {
  background-color: #a86d73;
}
.tb-send-mail-wrap .tb-mail-inner h3.wg-title {
  margin-bottom: 15px;
}
.tb-send-mail-wrap .tb-mail-inner span.primary-color {
  color: #a86d73;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc {
  line-height: 22px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget {
  margin-top: 40px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget input.newsletter-email {
  max-width: 82%;
  font-family: lato;
  font-weight: 400;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget .tb-newsletter-checkbox {
  font-family: lato;
  font-weight: 400;
}
.tb-send-mail-wrap
  .tb-mail-inner
  .newsletter-widget
  .tb-newsletter-checkbox
  input {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  margin-right: 7px;
}
.tb-send-mail-wrap .tb-mail-inner #tb-close-newsletter {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  background-color: #2a2a2a;
  text-align: center;
  border-radius: 50%;
  margin-right: -15px;
  margin-top: -15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
#yith-quick-view-modal .yith-wcwl-add-to-wishlist,
#yith-quick-view-modal .compare-button,
#yith-quick-view-modal .tb-send-mail {
  display: none;
}
.about-our-store p {
  line-height: 22px;
}
body .vc_images_carousel .vc_carousel-control {
  opacity: 0;
  margin-top: -21px;
}
body .vc_images_carousel .vc_carousel-control .icon-prev,
body .vc_images_carousel .vc_carousel-control .icon-next {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  color: #383838;
  background: #fff;
  border: 1px solid #ebebeb;
  text-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:hover,
body .vc_images_carousel .vc_carousel-control .icon-next:hover {
  color: #ffffff;
  background: #a86d73;
  border-color: #a86d73;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:before,
body .vc_images_carousel .vc_carousel-control .icon-next:before {
  font-family: FontAwesome;
  top: 0;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: "\f104";
}
body .vc_images_carousel .vc_carousel-control .icon-next {
  padding-left: 3px;
}
body .vc_images_carousel .vc_carousel-control .icon-next:before {
  content: "\f105";
}
body .vc_images_carousel .vc_carousel-control.vc_left {
  left: -55px;
}
body .vc_images_carousel .vc_carousel-control.vc_right {
  right: -55px;
}
body .vc_images_carousel:hover .vc_carousel-control {
  opacity: 1;
}
.rev_slider_wrapper .tp-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #d8d8d8 !important;
}
.rev_slider_wrapper .tp-bullet.selected {
  border: 1px solid #232323 !important;
}
.footer-layout-4 {
  margin-left: -15px;
  margin-right: -15px;
}
#rev_slider_10_1_wrapper .tp-bullet {
  width: 6px;
  height: 6px;
}
.ct-over-hidden {
  overflow: hidden;
}
.widget .wp-caption img {
  height: auto;
}
.tb-md-container-fluid .no-container,
.tb-sm-container-fluid .no-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tb-custom-contact {
  position: relative;
}
.tb-custom-contact .wpb_widgetised_column {
  position: absolute;
  top: 45%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  padding: 33px 28px 11px;
  max-width: 340px;
}
.tb-custom-contact .wpb_widgetised_column ul {
  padding-left: 5px;
}
.tb-custom-contact .wpb_widgetised_column ul li a span {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #434343;
  text-transform: capitalize;
  padding-left: 8px;
  display: inline-block;
}
.tb-custom-contact .wpb_widgetised_column ul li a i {
  font-size: 20px;
  color: #a86d73;
}
.tb-custom-contact .wpb_widgetised_column .wg-title {
  font-size: 17px;
  margin-bottom: 14px;
  font-weight: 400;
  color: #2a2a2a;
}
.tb-custom-margin {
  margin-bottom: 30px !important;
}
.about_us p {
  font-family: open Sans;
  font-weight: 400;
  font-size: 13px;
  color: #646464;
  line-height: 24px;
}
.hideme {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-overlay-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  display: none;
}
.tb-overlay-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  position: fixed;
}
.tb-overlay-bg .tb-overlay-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox {
  background-color: transparent;
  box-shadow: none;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content.content-lightbox img {
  display: inline-block;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .portfolio-lightbox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .tb-close {
  position: absolute;
  right: 0;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: none;
  top: 1px;
  outline: none;
  border-radius: 0;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content.content-lightbox
  .tb-close:hover {
  background-color: ;
}
.tb-overlay-bg .tb-overlay-container .tb-overlay-content .tb-iframe-scaler {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.tb-overlay-bg
  .tb-overlay-container
  .tb-overlay-content
  .tb-iframe-scaler
  iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
  max-width: 100% !important;
}
body {
  background-color: #efefef !important;
}
#tb-full-height {
  height: calc(100vh - 170px);
  overflow: hidden;
}
.jws_theme_footer.tb-layout-fullwidth {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.abcde {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.tb-loading {
  position: relative;
  width: 90px;
  height: 70px;
  display: block;
  border-radius: 50%;
  opacity: 1;
  margin: 0 auto;
  margin-top: -33px;
  z-index: 10;
  background: #fff;
}
.tb-loading:before {
  content: "";
  background-image: url(http://miracle.jwsuperthemes.com/wp-content/uploads/2015/10/loading6.gif) !important;
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tb-footer-v1 .footer-header .tb-open-lightbox,
  .tb-footer-v3 .footer-header .tb-open-lightbox {
    font-size: 18px;
  }
  .tb-footer-v1 .footer-header form .email-letter,
  .tb-footer-v3 .footer-header form .email-letter {
    max-width: 290px;
  }
  .tb-footer-v1 .footer-header form .submit-letter,
  .tb-footer-v3 .footer-header form .submit-letter {
    right: 50px;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .widget
    .wg-title {
    width: 21.5%;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .widget
    .textwidget {
    width: 75%;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_3
    .widget_miracle_newsletterwidget
    .wg-title {
    left: 0;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_3
    .widget_miracle_newsletterwidget
    .newsletter
    form {
    right: 0;
  }
  .jws_theme_footer.tb-footer-v4
    .footer-header
    .jws_theme_before_footer_2
    .widget
    .textwidget
    .socials {
    margin: 0 !important;
    text-align: center !important;
  }
}
.no_display #black_versition {
  display: none;
}
#yith-wcwl-popup-message {
  display: none !important;
}
.on_style_bg #black_versition {
  display: block;
}
.off_style_bg #black_versition {
  display: none;
}
#rev_slider_24_1 .tp-leftarrow,
#rev_slider_24_1 .tp-rightarrow {
  display: none;
}
.style_slider_11 #rev_slider_24_1 .tp-leftarrow,
.style_slider_11 #rev_slider_24_1 .tp-rightarrow {
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.style_slider_11 #rev_slider_24_1 .tp-leftarrow:before,
.style_slider_11 #rev_slider_24_1 .tp-rightarrow:before {
  line-height: 60px;
  color: #333333;
}
.style_slider_11 #rev_slider_24_1 .tp-leftarrow:hover,
.style_slider_11 #rev_slider_24_1 .tp-rightarrow:hover {
  background: #1d1d1d;
}
.style_slider_11 #rev_slider_24_1 .tp-leftarrow:hover:before,
.style_slider_11 #rev_slider_24_1 .tp-rightarrow:hover:before {
  color: #fff;
}
.style_slider_11 #rev_slider_24_1 .tp-bullets {
  display: none;
}
@media (max-width: 1199px) {
  .style_slider_11 #rev_slider_24_1 .tp-leftarrow {
    transform: matrix(1, 0, 0, 1, 0, -60) !important;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -60) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, -60) !important;
    -o-transform: matrix(1, 0, 0, 1, 0, -60) !important;
    -ms-transform: matrix(1, 0, 0, 1, 0, -60) !important;
  }
  .style_slider_11 #rev_slider_24_1 .tp-rightarrow {
    transform: matrix(1, 0, 0, 1, 60, -60) !important;
    -webkit-transform: matrix(1, 0, 0, 1, 60, -60) !important;
    -moz-transform: matrix(1, 0, 0, 1, 60, -60) !important;
    -o-transform: matrix(1, 0, 0, 1, 60, -60) !important;
    -ms-transform: matrix(1, 0, 0, 1, 60, -60) !important;
  }
}
.hidemenu i,
.hidemenu .accessories {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #2b383c !important;
}
.widget.widget_nav_menu .menu-category-menu-container {
  display: none;
}
.tb-wrap-carousel .wpb_raw_code.wpb_content_element {
  margin-bottom: 0;
}
.payment-1 {
  width: 51px;
  height: 32px;
  background: url(assets/images/a.jpg) center center no-repeat transparent;
}
.payment-2 {
  width: 51px;
  height: 32px;
  background: url(assets/images/b.jpg) center center no-repeat transparent;
}
.payment-3 {
  width: 51px;
  height: 32px;
  background: url(assets/images/c.jpg) center center no-repeat transparent;
}
.payment-4 {
  width: 51px;
  height: 32px;
  background: url(assets/images/d.jpg) center center no-repeat transparent;
}
.payment-5 {
  width: 51px;
  height: 32px;
  background: url(assets/images/e.jpg) center center no-repeat transparent;
}
.payment-6 {
  width: 51px;
  height: 32px;
  background: url(assets/images/f.jpg) center center no-repeat transparent;
}
.payment-7 {
  width: 51px;
  height: 32px;
  background: url(assets/images/g.jpg) center center no-repeat transparent;
}
.payment-8 {
  width: 51px;
  height: 32px;
  background: url(assets/images/h.jpg) center center no-repeat transparent;
}
.payment-9 {
  width: 51px;
  height: 32px;
  background: url(assets/images/i.jpg) center center no-repeat transparent;
}
.payment-10 {
  width: 51px;
  height: 32px;
  background: url(assets/images/adda.jpg) center center no-repeat transparent;
}
.payment-11 {
  width: 51px;
  height: 32px;
  background: url(assets/images/addb.jpg) center center no-repeat transparent;
}
.payment-12 {
  width: 51px;
  height: 32px;
  background: url(assets/images/addc.jpg) center center no-repeat transparent;
}
.comment-form p.comment-form-comment {
  display: none;
}
.logged-in .comment-form p.comment-form-comment {
  display: block;
}
body > .addthis-smartlayers {
  display: none;
}
.addthis_inline_share_toolbox {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.addthis_inline_share_toolbox
  .at-resp-share-element
  .at-share-btn-elements
  .at-icon-wrapper {
  padding: 0;
  margin: 0 2px;
}
.addthis_inline_share_toolbox
  .at-resp-share-element
  .at-share-btn-elements
  .at-icon-wrapper
  .at-label {
  display: none;
}
@media (max-width: 1199px) {
  .addthis_inline_share_toolbox {
    display: block;
    position: initial;
    bottom: 0;
  }
}
.feature-box-icon-top-style-1 .feature-box-media {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 22px;
}
.feature-box-icon-top-style-1 .feature-box-media i {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.feature-box-icon-top-style-1 .feature-box-horizontal-strokes {
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  margin: 0 auto;
  width: 30px;
}
.feature-box-icon-top-style-1 .feature-box-detail .feature-box-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.feature-box-icon-top-style-1 .feature-box-detail .feature-box-content {
  padding-top: 9px;
}
.feature-box-icon-top-style-1 .feature-box-detail .feature-box-content p {
  margin: 0;
}
@media (max-width: 991px) {
  .feature-box-icon-top-style-1 {
    max-width: 370px;
    margin: 0 auto 30px !important;
  }
}
.tb-grid.template-product-1 {
  text-align: center;
}
.tb-grid.template-product-1 .controls-filter {
  list-style: none;
  margin: 0;
  padding: 0 0 70px;
}
.tb-grid.template-product-1 .controls-filter li {
  display: inline-block;
  position: relative;
}
.tb-grid.template-product-1 .controls-filter li a {
  color: #cacaca;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
  -webkit-transition: all 300ms fade 0s;
  -moz-transition: all 300ms fade 0s;
  -ms-transition: all 300ms fade 0s;
  -o-transition: all 300ms fade 0s;
}
.tb-grid.template-product-1 .controls-filter li.active a,
.tb-grid.template-product-1 .controls-filter li:hover a {
  color: #383838;
}
.tb-grid.template-product-1 .controls-filter li.active:after,
.tb-grid.template-product-1 .controls-filter li:hover:after {
  background: rgba(0, 0, 0, 0) url("assets/images/underline-style-2.png")
    no-repeat scroll 100% 100%;
  content: "";
  height: 100%;
  left: 50%;
  margin-top: 30px;
  position: absolute;
  top: 0;
  width: 87px;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.tb-grid.template-product-1 .controls-filter li + li {
  border-left: 2px solid #cacaca;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-thumb {
  position: relative;
  overflow: hidden;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-thumb .onsale {
  font-size: 13px;
  font-weight: 400;
  top: 15px;
  left: 15px;
  background: #fff;
  color: #626262;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-box-shadow: 1px 1px 0px 1px #dadada;
  -moz-box-shadow: 1px 1px 0px 1px #dadada;
  box-shadow: 1px 1px 0px 1px #dadada;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-thumb img {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -ms-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-title {
  margin-top: 20px;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-title a {
  font-size: 14px;
  color: #747474;
  line-height: 17px;
  text-transform: uppercase;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-title a:hover {
  color: #a86d73;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-wrap-price-rating {
  position: relative;
  margin-bottom: 7px;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-wrap-price-rating
  .tb-product-price
  .amount {
  font-size: 14px;
  line-height: 36px;
  color: #484848;
  margin-right: 12px;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-wrap-price-rating
  .tb-product-price
  del
  .amount {
  color: #c5c5c5;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-wrap-price-rating
  .tb-product-price
  ins {
  background: transparent;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-wrap-price-rating
  .tb-item-rating {
  background: #fff;
  left: 0;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-wrap-price-rating
  .tb-item-rating
  .star-rating {
  float: none;
  margin: 0 auto;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn > div.clear {
  display: none;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 40px;
  background: #ffffff;
  padding: 0;
  margin: 10px 2px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist
  .add_to_wishlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: FontAwesome;
  content: "\f004";
  color: #757575;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist:hover:before {
  color: #ffffff;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .compare-button {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 40px;
  background: #ffffff;
  padding: 0;
  margin: 10px 2px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .compare-button
  .compare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .compare-button:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: FontAwesome;
  content: "\f079";
  color: #757575;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .compare-button:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .compare-button:hover:before {
  color: #ffffff;
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .btn-add-to-cart {
  background-color: transparent;
  border: 1px solid #c5c5c5;
  display: inline-block;
  outline: medium none;
  padding: 7px 32px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #747474;
  text-transform: uppercase;
}
.tb-grid.template-product-1
  .tb-grid-item-inner
  .tb-grid-btn
  .btn-add-to-cart:hover {
  background-color: #a86d73;
  border-color: #a86d73;
  color: #fff;
}
.tb-grid.template-product-1
  .tb-grid-item-inner:hover
  .tb-grid-wrap-price-rating
  .tb-item-rating {
  opacity: 1;
}
.tb-grid.template-product-1
  .tb-grid-item-inner:hover
  .tb-grid-btn
  .yith-wcwl-add-to-wishlist {
  opacity: 1;
  width: 40px;
  margin-right: 10px;
}
.tb-grid.template-product-1
  .tb-grid-item-inner:hover
  .tb-grid-btn
  .compare-button {
  opacity: 1;
  width: 40px;
  margin-left: 10px;
}
.tb-grid.template-product-2 .de-blog {
  margin-bottom: 35px;
}
.tb-grid.template-product-2 .tb-grid-wrap-left {
  float: left;
}
.tb-grid.template-product-2 .tb-grid-wrap-right {
  float: left;
  padding-left: 15px;
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title {
  margin-top: 5px;
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title a {
  color: #747474;
  font-size: 14px;
  text-transform: uppercase;
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title a:hover {
  color: #a86d73;
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-product-price,
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title {
  font-size: 14px;
}
.tb-grid.template-product-2 .tb-grid-wrap-right .star-rating {
  float: left;
  margin-top: 3px;
}
.tb-grid.template-product-2 .tb-grid-btn {
  margin-top: 27px;
}
.tb-grid.template-product-2 .btn-like,
.tb-grid.template-product-2 .btn-retweet,
.tb-grid.template-product-2 .btn-shopping-cart {
  text-align: center;
  position: relative;
  color: #757575;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #c5c5c5;
  line-height: 40px;
  margin-right: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
}
.tb-grid.template-product-2 .btn-like i,
.tb-grid.template-product-2 .btn-retweet i,
.tb-grid.template-product-2 .btn-shopping-cart i {
  font-size: 14px;
}
.tb-grid.template-product-2 .btn-like:hover,
.tb-grid.template-product-2 .btn-retweet:hover,
.tb-grid.template-product-2 .btn-shopping-cart:hover {
  border: 1px solid #a86d73;
  background: #a86d73;
  color: #fff;
}
.miracle-title {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 24px;
}
.miracle-title.miracle-title-underline {
  position: relative;
  margin-bottom: 30px !important;
}
.miracle-title.miracle-title-underline:after {
  content: "";
  height: 100%;
  left: 50%;
  margin-top: 30px;
  position: absolute;
  top: 0;
  width: 87px;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.miracle-title.miracle-title-underline.miracle-title-underline-1:after {
  width: 4px;
  height: 4px;
  margin-top: 33px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #2a2a2a;
}
.miracle-title.miracle-title-underline.miracle-title-underline-1.tb-custom-fix-scale:after {
  left: 49.8%;
}
.miracle-title.miracle-title-underline.miracle-title-underline-2
  .miracle-title:after {
  display: none;
}
.miracle-title-separator-wrap {
  border-bottom: 1px solid #efefef;
  background: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
}
.miracle-title-separator-wrap .miracle-title-separator {
  text-transform: uppercase;
  margin-bottom: 0;
}
.miracle-title-separator-wrap.text-center .miracle-title,
.miracle-title-separator-wrap.text-right .miracle-title {
  padding-left: 13px;
}
.miracle-title-separator-wrap.text-center .miracle-title:before,
.miracle-title-separator-wrap.text-right .miracle-title:before {
  display: block;
  left: -4px;
  right: auto;
}
.miracle-title-separator-wrap.text-left {
  padding-left: 30px;
}
.miracle-title-separator-wrap.text-right .miracle-title {
  padding-right: 0;
}
.miracle-title-separator-wrap.text-right .miracle-title:after {
  display: none;
}
.miracle-title-separator-wrap.miracle-title-underline-2 h3:after {
  display: none;
}
.miracle-title-default .miracle-title {
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.miracle-title-default .tb-image {
  position: relative;
  display: inline-block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.miracle-title-default .tb-image img {
  background: transparent;
  position: relative;
}
.miracle-title-default .tb-image:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  top: 30%;
  left: -44px;
  display: inline-block;
  vertical-align: middle;
}
.miracle-title-default .tb-image:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  top: 30%;
  right: -44px;
  display: inline-block;
  vertical-align: middle;
}
.stripe-parallax-bg .miracle-title-separator-wrap {
  overflow-x: hidden;
}
.stripe-parallax-bg .miracle-title-separator-wrap:before {
  display: none;
}
.stripe-parallax-bg .miracle-title-separator-wrap .miracle-title-separator {
  background: transparent;
}
.stripe-parallax-bg
  .miracle-title-separator-wrap
  .miracle-title-separator:before,
.stripe-parallax-bg
  .miracle-title-separator-wrap
  .miracle-title-separator:after {
  z-index: 5;
  background-color: #fff;
  top: 14px;
}
.stripe-parallax-bg
  .miracle-title-separator-wrap
  .miracle-title-separator
  > span:before,
.stripe-parallax-bg
  .miracle-title-separator-wrap
  .miracle-title-separator
  > span:after {
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  width: 1000%;
  right: 100%;
  z-index: 2;
  top: 16px;
}
.stripe-parallax-bg
  .miracle-title-separator-wrap
  .miracle-title-separator
  > span:after {
  left: 100%;
  right: auto;
}
.tb-carousel .owl-pagination {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.tb-carousel.owl-theme .owl-controls .owl-page.active span,
.tb-carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.tb-carousel.owl-theme .owl-controls .owl-page span {
  border-color: #fff;
}
.tb-carousel .owl-buttons .owl-prev,
.tb-carousel .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  padding: 30px 20px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transform: translate3d(0%, -50%, 0);
  -webkit-transform: translate3d(0%, -50%, 0);
  -ms-transform: translateX(0) translateY(-50%);
}
.tb-carousel .owl-buttons .owl-prev {
  left: 0;
  transform: translate3d(-100%, -50%, 0);
  -webkit-transform: translate3d(-100%, -50%, 0);
  -ms-transform: translateX(-100%) translateY(-50%);
}
.tb-carousel .owl-buttons .owl-next {
  right: 0;
  transform: translate3d(100%, -50%, 0);
  -webkit-transform: translate3d(100%, -50%, 0);
  -ms-transform: translateX(100%) translateY(-50%);
}
.tb-carousel.testimonial.default {
  padding: 15px 0;
  border-width: 1px 0 1px 0;
  position: relative;
}
.tb-carousel.testimonial.default .jws_theme_introtext {
  color: #fff;
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}
.tb-carousel.testimonial.default .tb-image {
  float: left;
}
.tb-carousel.testimonial.default .tb-image img {
  width: initial;
}
.tb-carousel.testimonial.default .jws_theme_carousel_content {
  padding: 0;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_carousel_title {
  margin: 0;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_carousel_title
  a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_carousel_title
  a:hover {
  color: #a86d73;
}
.tb-carousel.testimonial.default
  .jws_theme_carousel_content
  .jws_theme_info_blog
  span {
  color: #fff;
}
.tb-carousel.testimonial.default .tb-carousel-wrap-bottom {
  text-align: center;
  margin-bottom: 40px;
}
.tb-carousel.testimonial.default
  .tb-carousel-wrap-bottom
  .jws_theme_carousel_content {
  display: inline-block;
}
.tb-carousel.testimonial.default
  .tb-carousel-wrap-bottom
  .jws_theme_carousel_info {
  float: left;
  padding-left: 13px;
  padding-top: 6px;
}
.tb-carousel.testimonial.default .owl-controls {
  margin-top: 0;
}
.tb-carousel.testimonial.default .owl-buttons .owl-prev,
.tb-carousel.testimonial.default .owl-buttons .owl-next {
  position: relative;
  transform: none;
  -webkit-transform: none;
  left: initial;
  right: initial;
  padding: 0 !important;
  margin: 0 10px !important;
  width: 30px;
  height: 30px;
  background: transparent !important;
}
.tb-carousel.testimonial.default .owl-buttons .owl-prev:before,
.tb-carousel.testimonial.default .owl-buttons .owl-next:before {
  font-family: "aqua icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "b";
  font-size: 16px;
  font-weight: 600 !important;
  color: #444444 !important;
}
.tb-carousel.testimonial.default .owl-buttons .owl-next:before {
  content: "d";
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog {
  padding: 0 15px;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content {
  padding: 0;
  text-align: center;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_carousel_title {
  margin: 20px 0 10px;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_carousel_title
  a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .jws_theme_position {
  font-style: italic;
  font-weight: 400;
  color: #a86d73;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social {
  margin-top: 10px;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social
  li
  a {
  font-size: 18px;
  color: #444;
}
.tb-carousel.team.default
  .owl-wrapper
  .owl-item
  .slider-blog
  .jws_theme_carousel_content
  .tb-social
  li
  a:hover {
  color: #a86d73;
}
body ins {
  background: transparent;
}
.tb-products-tabs1 .vc_tta-tabs-container {
  margin: 0 !important;
}
.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-size: 22px;
  line-height: 18px;
  color: #cacaca;
  background: transparent;
  text-transform: uppercase;
  border: none;
}
.tb-products-tabs1
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:hover,
.tb-products-tabs1
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:focus,
.tb-products-tabs1
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:active {
  color: #383838;
  background: transparent;
}
.tb-products-tabs1
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a {
  color: #383838;
  background: transparent;
}
.tb-products-tabs1
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:last-child:before {
  display: none;
}
.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}
.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels:before,
.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels:after {
  border: none;
}
.tb-products-tabs1
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  display: block !important;
  height: 0;
  min-height: auto;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
}
.tb-products-tabs1
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body:before,
.tb-products-tabs1
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body:after {
  border: none;
}
.tb-products-tabs1
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active {
  -webkit-animation: fadeInUp 0.7s both;
  -moz-animation: fadeInUp 0.7s both;
  -o-animation: fadeInUp 0.7s both;
  animation: fadeInUp 0.7s both;
}
.tb-products-tabs1
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.tb-products-tabs .vc_tta-tabs-container {
  margin: 0 !important;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  position: relative;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  position: relative;
  display: inline-block !important;
  margin-bottom: 36px !important;
  padding: 0 9px !important;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  font-size: 13px;
  line-height: 18px;
  background: #fff !important;
  padding: 11px 18px !important;
  font-weight: 400;
  color: #797979 !important;
  border: 1px solid #e5e5e5 !important;
  text-transform: uppercase;
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:hover,
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:focus,
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a.vc_active {
  color: #fff !important;
  background-color: #777777 !important;
  border-color: transparent !important;
}
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:before,
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a:after {
  display: none !important;
}
.tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a {
  color: #fff !important;
  background-color: #777777 !important;
  border-color: transparent !important;
}
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels:before,
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels:after {
  border: none;
}
.tb-products-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  display: block !important;
  height: 0;
  min-height: auto;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
}
.tb-products-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body:before,
.tb-products-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body:after {
  border: none;
}
.tb-products-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active {
  -webkit-animation: fadeIn 0.7s both;
  -moz-animation: fadeIn 0.7s both;
  -o-animation: fadeIn 0.7s both;
  animation: fadeIn 0.7s both;
}
.tb-products-tabs
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.woocommerce .tb-product-item-inner {
  position: relative;
  padding-bottom: 15px;
  border: 20px solid #ffffff;
  background: #ffffff;
}
.woocommerce .tb-product-item-inner .tb-image {
  position: relative;
  line-height: 0;
}
.woocommerce .tb-product-item-inner .tb-image img {
  width: auto !important;
  height: auto;
  max-width: 100%;
}
.woocommerce .tb-product-item-inner .tb-image .tb-btn-quickview {
  position: absolute;
  z-index: 99;
  top: 36.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.woocommerce .tb-product-item-inner .tb-image .tb-btn-quickview a {
  width: 54px;
  height: 54px;
  background: #fdfdfd;
  border-radius: 50%;
}
.woocommerce .tb-product-item-inner .tb-image .tb-btn-quickview a:before {
  font-size: 22px;
}
.woocommerce .tb-product-item-inner .tb-image .tb-btn-quickview a:hover {
  background: transparent;
  border-color: transparent;
  opacity: 1;
}
.woocommerce .tb-product-item-inner .tb-image .tb-color-attribute {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  transform: scale(0.8, 1);
  -webkit-transform: scale(0.8, 1);
  -moz-transform: scale(0.8, 1);
  -o-transform: scale(0.8, 1);
  -ms-transform: scale(0.8, 1);
  opacity: 0;
  bottom: 28px;
  z-index: 999;
}
.woocommerce .tb-product-item-inner .tb-image .tb-color-attribute li {
  width: 11px;
  height: 11px;
  border: 1px solid #d0d0d0;
  margin-right: 5px;
  text-indent: -999px;
}
.woocommerce .tb-product-item-inner .tb-image .onsale,
.woocommerce .tb-product-item-inner .tb-image .new {
  position: absolute;
  left: auto;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  z-index: 99;
}
.woocommerce .tb-product-item-inner .tb-image .new {
  line-height: 46px;
}
.woocommerce .tb-product-item-inner .tb-image .onsale,
.woocommerce .tb-product-item-inner .tb-image .new {
  top: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.woocommerce .tb-product-item-inner .tb-image .onsale:before,
.woocommerce .tb-product-item-inner .tb-image .new:before {
  position: absolute;
  content: "";
  border-bottom: 66px solid transparent;
  top: 3px;
  z-index: -1;
}
.woocommerce .tb-product-item-inner .tb-image .onsale {
  top: 15px;
  background: #a86d73;
  border-radius: 50%;
  font-family: Oswald;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.woocommerce .tb-product-item-inner .tb-image .new {
  left: 15px;
  top: 15px;
  background: #c19255;
  border-radius: 50%;
  font-family: Oswald;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.woocommerce
  .tb-product-item-inner:hover
  .tb-content
  .tb-price-rating
  .woocommerce-product-rating {
  opacity: 1;
}
.woocommerce .tb-product-item-inner:hover .tb-color-attribute {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.woocommerce .tb-product-item-inner:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .tb-product-item-inner .tb-product-btn a {
  float: left;
}
.woocommerce .tb-product-item-inner .tb-product-btn a.btn-add-to-cart.added {
  display: none;
}
.woocommerce .tb-product-item-inner .tb-product-btn .clear {
  display: none;
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist {
  float: left;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  padding: 0;
  margin: 0 7px;
  background: #fff;
  border-radius: 50%;
  font-size: 12px;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .add_to_wishlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e642";
  color: #2a2a2a;
  position: absolute;
  top: 50%;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:hover:before {
  color: #fff;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show {
  float: left;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  font-size: 12px;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:before {
  font-weight: 700;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show:hover,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:hover,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover {
  background: #171717;
  border-color: #171717;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show:hover:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:hover:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover:before {
  color: #fff;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  > span,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show
  > span,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  > span,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show
  > span {
  opacity: 0;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  > a,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show
  > a,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  > a,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show
  > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e67a";
  color: #2a2a2a;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse.show:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse.show:before {
  color: #fff;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-add-button:before {
  color: #fff;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  font-size: 12px;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover {
  background: #171717;
  border-color: #171717 !important;
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover:before {
  color: #fff !important;
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button {
  float: left;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  font-size: 12px;
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button .compare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e61b";
  color: #2a2a2a;
  position: absolute;
  font-weight: 700;
  top: 50%;
  font-size: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .compare-button:hover:before {
  color: #ffffff;
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcqv-button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcqv-button:before {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-family: FontAwesome;
  content: "\f002";
  font-family: "Pe-icon-7-stroke";
  content: "\e618";
  font-size: 15px;
  color: #2a2a2a;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcqv-button:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button:hover:before {
  color: #fff;
}
.woocommerce .product {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .woocommerce .product {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.woocommerce .single_add_to_cart_button {
  background-clip: padding-box;
  color: #2a2a2a;
  display: inline-block;
  outline: medium none;
  padding: 0 30px 0 30px;
  height: 40px;
  line-height: 39px;
  margin-right: 13px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  background: transparent;
  border: 1px solid #e6e6e6;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: -0.005em;
}
.woocommerce .single_add_to_cart_button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.woocommerce .single_add_to_cart_button:hover:before {
  color: #fff;
}
.woocommerce .wishlist-title {
  padding: 0;
  margin-bottom: 30px;
}
.woocommerce .wishlist-title h2 {
  text-transform: uppercase;
}
.woocommerce .wishlist_table {
  border-radius: 0;
  border-color: #ebebeb;
}
.woocommerce .wishlist_table thead th {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 16px 12px;
  text-transform: uppercase;
}
.woocommerce .wishlist_table thead th.product-price,
.woocommerce .wishlist_table thead th.product-stock-stauts {
  text-align: center;
}
.woocommerce .wishlist_table tbody td {
  font-size: 14px;
  padding: 16px 12px;
}
.woocommerce .wishlist_table tbody td.wishlist-empty {
  font-family: lato;
  font-weight: 400;
}
.woocommerce .wishlist_table tbody td.product-name,
.woocommerce .wishlist_table tbody td.product-add-to-cart {
  text-transform: uppercase;
}
.woocommerce .wishlist_table tbody td.product-name > a,
.woocommerce .wishlist_table tbody td.product-add-to-cart > a {
  color: #474747;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .wishlist_table tbody td.product-name > a:hover,
.woocommerce .wishlist_table tbody td.product-add-to-cart > a:hover {
  color: #a86d73;
}
@media (max-width: 991px) {
  .woocommerce .wishlist_table tbody td.product-name > a,
  .woocommerce .wishlist_table tbody td.product-add-to-cart > a {
    display: block;
  }
}
.woocommerce .wishlist_table tbody td.product-name .yith-wcqv-button,
.woocommerce .wishlist_table tbody td.product-add-to-cart .yith-wcqv-button {
  font-size: 13px;
  font-weight: 400;
  color: #474747;
  background: transparent;
  border: 1px solid #dcdcdc;
  float: right;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .wishlist_table tbody td.product-name .yith-wcqv-button:hover,
.woocommerce
  .wishlist_table
  tbody
  td.product-add-to-cart
  .yith-wcqv-button:hover {
  color: #ffffff;
  background: #a86d73;
  border: 1px solid #a86d73;
}
@media (max-width: 991px) {
  .woocommerce .wishlist_table tbody td.product-name .yith-wcqv-button,
  .woocommerce .wishlist_table tbody td.product-add-to-cart .yith-wcqv-button {
    float: left;
    margin-top: 7px;
  }
}
@media (max-width: 532px) {
  .woocommerce .wishlist_table tbody td.product-name .yith-wcqv-button,
  .woocommerce .wishlist_table tbody td.product-add-to-cart .yith-wcqv-button {
    text-align: center;
    line-height: 20px;
    border-radius: 0;
    padding: 5px 10px;
  }
}
.woocommerce .wishlist_table tbody td.product-name .add_to_cart,
.woocommerce .wishlist_table tbody td.product-add-to-cart .add_to_cart {
  background-clip: padding-box;
  background-color: #a86d73;
  color: #fff;
  display: inline-block;
  outline: medium none;
  padding: 0 35px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.woocommerce .wishlist_table tbody td.product-name .add_to_cart:hover,
.woocommerce .wishlist_table tbody td.product-add-to-cart .add_to_cart:hover {
  background: #393939;
  color: #fff;
}
@media (max-width: 991px) {
  .woocommerce .wishlist_table tbody td.product-name .add_to_cart,
  .woocommerce .wishlist_table tbody td.product-add-to-cart .add_to_cart {
    font-size: 12px;
    white-space: nowrap;
    height: initial;
    line-height: initial;
    padding: 10px 20px;
  }
}
@media (max-width: 432px) {
  .woocommerce .wishlist_table tbody td.product-name .add_to_cart,
  .woocommerce .wishlist_table tbody td.product-add-to-cart .add_to_cart {
    white-space: normal;
    border-radius: 0;
    height: initial;
    padding: 5px 5px;
    line-height: 20px;
  }
}
@media (max-width: 375px) {
  .woocommerce .wishlist_table tbody td.product-add-to-cart {
    padding: 16px 5px;
  }
}
.woocommerce .wishlist_table tbody td.product-price .amount {
  font-family: Oswald;
  font-weight: 300;
  font-size: 15px;
  color: #eaa24e;
}
.woocommerce .wishlist_table tbody td.product-price del span.amount {
  font-size: 14px;
  margin-right: 7px;
  position: relative;
  font-weight: 300;
  color: #bbbbbb;
}
.woocommerce .wishlist_table tbody td.product-price ins span.amount {
  font-family: Oswald;
  font-weight: 300;
  font-size: 15px;
  color: #eaa24e;
}
.woocommerce #respond input#submit {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
}
.woocommerce #respond input#submit:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.woocommerce table.shop_attributes td {
  padding-left: 15px;
}
.woocommerce table.shop_attributes td p {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.woocommerce p.stars a {
  margin-right: 2px;
}
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover ~ a:before {
  color: #dadada;
  content: "\e020";
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars.selected a:before,
.woocommerce p.stars:hover a.active:before,
.woocommerce p.stars:hover a:before {
  color: #a86d73;
}
.woocommerce .star-rating {
  width: 5.3em;
  height: 1.1em;
  letter-spacing: 0.15em;
}
.woocommerce .star-rating:before {
  color: #dadada;
  content: "\F006\F006\F006\F006\F006";
  font-family: FontAwesome;
}
.woocommerce .star-rating span:before {
  content: "\F005\F005\F005\F005\F005";
  font-family: FontAwesome;
  color: #a86d73;
}
.woocommerce .woocommerce-product-rating {
  font-size: 11.5px;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0 4px 5px 0;
  float: none;
}
.woocommerce .woocommerce-tabs {
  margin-top: 40px;
}
.woocommerce .woocommerce-tabs .tabs {
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-tabs .tabs:before {
  border: 0 !important;
}
.woocommerce .woocommerce-tabs .tabs li {
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  border: 0 !important;
  text-transform: uppercase;
}
.woocommerce .woocommerce-tabs .tabs li:before,
.woocommerce .woocommerce-tabs .tabs li:after {
  display: none;
}
.woocommerce .woocommerce-tabs .tabs li a {
  color: #2a2a2a !important;
  font-size: 16px !important;
  font-weight: normal !important;
  letter-spacing: 0;
}
.woocommerce .woocommerce-tabs .tabs li.active {
  background: #2a2a2a !important;
}
.woocommerce .woocommerce-tabs .tabs li.active a {
  color: #fff !important;
}
.woocommerce .woocommerce-tabs .panel {
  border: 1px solid #ececec !important;
  padding: 30px 25px 20px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .woocommerce-tabs .panel#tab-video iframe {
  width: 100%;
}
.woocommerce .tb-image .tb-action {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.woocommerce .tb-image .tb-action > div.clear {
  display: none;
}
.woocommerce .tb-image:hover .tb-action {
  opacity: 1;
  left: 0;
}
.woocommerce .tb-image > a {
  display: block;
}
.woocommerce .tb-image:hover > a {
  color: #a86d73;
}
.woocommerce .tb-image:hover > a:before {
  opacity: 1;
  bottom: 0;
}
.woocommerce
  .type-product.product-type-variable
  .tb-image
  .tb-action
  .btn-add-to-cart:before {
  content: "\f0c9";
}
.woocommerce .type-product.products-widget .tb-product-item {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-image {
  position: relative;
  width: 90px;
  height: auto;
  float: left;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-image > img {
  width: 100%;
  height: auto;
  display: block;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-content {
  padding-left: 110px;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item
  .tb-content
  .tb-title {
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-weight: 400;
  line-height: 24px;
  color: #747474;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item
  .tb-content
  .tb-title:hover {
  color: #a86d73;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item
  .tb-content
  .tb-price-rating {
  position: relative;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 300;
  line-height: 0;
  color: #838383;
  display: block;
  margin-top: 4px;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  > del {
  position: relative;
  line-height: 12px;
  color: #b9b9b9;
  margin-right: 6px;
  margin-bottom: 12px;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item
  .tb-content
  .tb-price-rating
  .woocommerce-product-rating {
  display: inline-block;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item
  .tb-content
  .tb-price-rating
  .woocommerce-product-rating
  .star-rating {
  float: none;
  margin-bottom: 5px;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item
  .tb-content
  .tb-price-rating
  .woocommerce-product-rating
  .woocommerce-review-link {
  display: none;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price {
  margin-top: 0;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  > span.amount {
  margin-top: 6px;
  display: inline-block;
}
.woocommerce .type-product.products-widget .tb-product-item:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce
  .type-product.products-widget
  .tb-product-item:hover
  .tb-product-item-inner
  .tb-action {
  width: 100%;
}
.woocommerce .type-product.products-widget:last-child .tb-product-item {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  .price {
  font-family: lato;
  font-weight: bold;
  font-size: 18px;
}
.woocommerce
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  del
  .amount {
  font-family: lato;
  font-weight: 400;
  opacity: 1;
  color: #bbbbbb;
}
.woocommerce
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  ins {
  color: transparent;
}
.woocommerce
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  ins
  .amount {
  font-family: lato;
  font-weight: bold;
  font-size: 18px;
  color: #a86d73;
}
.woocommerce .variations {
  width: 100%;
}
.woocommerce .variations tr td {
  padding-right: 0;
  float: left;
}
.woocommerce .variations tr td.label {
  text-align: left;
  padding: 12px 0 0;
  width: 15%;
}
.woocommerce .variations tr td.label span {
  color: #a86d73;
}
.woocommerce .variations tr td.label label {
  font-size: 13px;
  color: #515151;
  font-weight: normal !important;
  font-family: lato;
  font-weight: 400;
}
.woocommerce .variations tr td.value {
  padding-top: 0;
  width: 85%;
  position: relative;
}
.woocommerce .variations tr td.value .reset_variations {
  position: absolute;
  bottom: -5px;
  left: 0;
}
.woocommerce .variations tr td.value .reset_variations:hover {
  color: #a86d73;
}
.woocommerce .variations tr td.value select {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  line-height: 17.5px !important;
  font-family: lato;
  font-weight: 400;
  padding: 0 10px;
  margin-bottom: 12px;
  background: #ffffff;
}
.woocommerce .variations tr td.value:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 8px;
  z-index: 1;
  color: #545454;
}
.woocommerce .variations tr td.value > .reset_variations a {
  display: none;
}
.woocommerce .variations tr select[name="attribute_size"] {
  margin-bottom: 35px;
}
.woocommerce .tb-products-grid .tb-product-item-inner {
  padding-bottom: 12px;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-category {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-category a {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #a3a3a3;
  text-transform: capitalize;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-category a:hover {
  color: #a86d73;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-image
  .tb-btn-quickview {
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  border-radius: 50%;
  margin-right: 0;
  overflow: initial;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-image a {
  position: relative;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-image a > img {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 11;
  display: block;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-image a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-image a span img {
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -2;
  display: block;
  opacity: 0;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-action {
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
  padding-top: 15px;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content {
  position: relative;
  width: 100%;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-header-content {
  position: absolute;
  top: 0;
  width: 100.2%;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-footer-content {
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-category {
  margin-top: 14px;
  margin-bottom: 10px;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-title {
  margin-bottom: 9px;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-title
  a {
  font-family: Oswald;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  opacity: 1;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-title
  a:hover {
  color: #a86d73;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating {
  position: relative;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .woocommerce-product-rating {
  z-index: 999;
  display: block;
  position: absolute;
  left: 50%;
  opacity: 0;
  margin-bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 12px;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  span.amount {
  font-family: Oswald;
  font-weight: 300;
  font-size: 15px;
  color: #a86d73;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  del,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  ins {
  font-family: Oswald;
  font-weight: 300;
  font-size: 15px;
  color: #a86d73;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  del
  span.amount {
  font-size: 14px;
  color: #bbbbbb;
  position: relative;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .woocommerce-review-link {
  display: none !important;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .star-rating {
  display: inline-block !important;
  float: none !important;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn {
  display: inline-block;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a.compare-button:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button.compare-button:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist.compare-button:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button.compare-button:before {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  position: absolute;
  left: 50%;
  top: 50%;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a.compare-button:hover,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button.compare-button:hover,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist.compare-button:hover,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button.compare-button:hover {
  background: #171717;
  border-color: #171717;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a.compare-button:hover:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button.compare-button:hover:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist.compare-button:hover:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button.compare-button:hover:before {
  color: #ffffff;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a
  .yith-wcwl-add-button:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button
  .yith-wcwl-add-button:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button
  .yith-wcwl-add-button:before {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  position: absolute;
  left: 50%;
  top: 50%;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn a:hover,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button:hover,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button:hover {
  background: #171717;
  border-color: #171717;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a:hover:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button:hover:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button:hover:before {
  color: #a86d73;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a:hover
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a:hover
  .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button:hover
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button:hover
  .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button:hover
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button:hover
  .yith-wcwl-wishlistaddedbrowse:before {
  color: #a86d73;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a:hover
  .yith-wcwl-add-button:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button:hover
  .yith-wcwl-add-button:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-add-button:before,
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button:hover
  .yith-wcwl-add-button:before {
  color: #fff;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button {
  opacity: 0.9;
  border-color: #fdfdfd;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button:hover:before {
  color: #ffffff !important;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart {
  position: relative;
  line-height: 40px;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart
  a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  text-indent: 9999px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: transparent;
  text-align: center;
  line-height: 40px;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart
  a:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e615" !important;
  font-size: 16px;
  position: absolute;
  font-weight: 700;
  text-indent: 0;
  color: #2a2a2a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart
  a.added_to_cart {
  overflow: hidden;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart
  a.added_to_cart:before {
  content: "\F178" !important;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart
  a:hover {
  background: #171717;
  border-color: #171717;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart
  a:hover:before {
  color: #ffffff;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart
  .tooltip.top {
  display: none;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner:hover
  .tb-image
  .tb-btn-quickview {
  opacity: 1;
  z-index: 99;
}
.woocommerce .tb-products-grid .tb-product-item-inner:hover .tb-image a img {
  opacity: 0;
  z-index: -2;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner:hover
  .tb-image
  a
  span
  img {
  opacity: 1;
  z-index: 10;
}
.woocommerce .tb-products-grid .tb-product-item-inner:hover .tb-header-content {
  opacity: 1;
  transform: translate3d(0, -83px, 0);
  -webkit-transform: translate3d(0, -83px, 0);
  -moz-transform: translate3d(0, -83px, 0);
  -o-transform: translate3d(0, -83px, 0);
  -ms-transform: translate3d(0, -83px, 0);
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner:hover
  .tb-footer-content
  .tb-product-price {
  opacity: 0;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner:hover
  .tb-footer-content
  .tb-price-rating {
  opacity: 1;
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner:hover
  .tb-footer-content
  .tb-price-rating
  .woocommerce-product-rating {
  opacity: 1;
  -webkit-animation: fadeIn 0.4s both;
  -moz-animation: fadeIn 0.4s both;
  -o-animation: fadeIn 0.4s both;
  animation: fadeIn 0.4s both;
  overflow: hidden;
}
.woocommerce .tb-products-grid.col-lg-4 .tb-image .tb-color-attribute {
  bottom: 38px;
}
.woocommerce .tb-products-grid .type-product {
  position: relative;
}
.woocommerce .tb-products-grid .type-product:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #efefef;
  position: absolute;
  right: 1px;
}
.woocommerce
  .tb-product-carousel3
  .tb-product-item-inner
  .tb-image
  .tb-color-attribute {
  bottom: 38px;
}
.woocommerce.tb-products-grid.tpl3 .tb-header-content {
  opacity: 1;
  height: auto;
  position: static;
}
.woocommerce.tb-products-grid.tpl3 .tb-product-item-inner .tb-footer-content {
  float: left;
  width: 100%;
}
.woocommerce.tb-products-grid.tpl3
  .tb-product-item-inner
  .tb-footer-content
  .woocommerce-product-rating {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  height: auto;
  -webkit-transform: none;
  transform: none;
}
.woocommerce.tb-products-grid.tpl3
  .tb-product-item-inner
  .tb-footer-content
  .tb-product-price {
  height: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.woocommerce.tb-products-grid.tpl3 .tb-content {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.woocommerce.tb-products-grid.tpl3 .tb-product-item-inner:hover .tb-content {
  z-index: 20;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.woocommerce.tb-products-grid.tpl3
  .tb-product-item-inner
  .tb-image
  .tb-color-attribute {
  bottom: 108px;
}
.woocommerce.tpl1 .products-widget .tb-product-item {
  margin-bottom: 40px !important;
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-image {
  width: 120px;
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-content {
  padding-left: 140px;
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-content .tb-title a {
  margin-top: 5px;
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-products-grid {
  position: absolute;
  bottom: 0;
  height: 25px;
}
.woocommerce.tpl1
  .products-widget
  .tb-product-item
  .tb-products-grid
  .tb-product-item-inner {
  margin: 0;
}
.woocommerce.tpl1
  .products-widget
  .tb-product-item
  .tb-products-grid
  .tb-product-item-inner
  .tb-action {
  padding-left: 137px;
  width: 165px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.woocommerce.tpl1
  .products-widget
  .tb-product-item
  .tb-products-grid
  .tb-product-item-inner:hover
  .tb-action {
  width: 100%;
  overflow: visible;
}
.woocommerce.tpl1 .tb-woo-one-column .tb-product-item {
  margin-bottom: 35px !important;
}
.woocommerce .tb-view-more-link {
  background: #ffffff;
  margin: 0 -14px 0 -15px;
  text-align: center;
  padding: 21px 0;
}
.woocommerce .tb-view-more-link span {
  font-family: Oswald;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #b0b0b0;
}
.woocommerce .tb-view-more-link span:hover {
  color: #a86d73;
}
form.login p label,
form.login p a {
  font-family: lato;
}
form.login p .woocommerce-Button.button {
  border-radius: 50px !important;
}
.woocommerce table.my_account_orders {
  border-radius: 0;
  font-size: 13px;
}
.woocommerce table.my_account_orders .order-actions .button {
  background-clip: padding-box;
  color: #2a2a2a;
  display: inline-block;
  outline: medium none;
  padding: 0 30px 0 30px;
  height: 40px;
  line-height: 39px;
  margin-right: 13px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  background: transparent;
  border: 1px solid #e6e6e6;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: -0.005em;
}
.woocommerce table.my_account_orders .order-actions .button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.woocommerce table.my_account_orders .order-actions .button:hover:before {
  color: #fff;
}
#yith-quick-view-content .onsale {
  position: absolute;
  left: auto;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  z-index: 99;
  top: 0;
  text-transform: uppercase;
  font-size: 12px;
  top: 15px;
  background: #a86d73;
  border-radius: 50%;
  font-family: Oswald;
  font-weight: 400;
  color: #ffffff;
  left: 20px;
  right: auto;
}
#yith-quick-view-content .onsale:before {
  position: absolute;
  content: "";
  border-bottom: 66px solid transparent;
  top: 3px;
  z-index: -1;
}
#yith-quick-view-content .entry-title {
  font-size: 16px;
}
#yith-quick-view-content .ro-rate .woocommerce-product-rating {
  margin-bottom: 8px;
}
#yith-quick-view-content .tb-product-price .price {
  font-size: 14px;
  color: #a86d73;
  margin-bottom: 5px;
  font-family: Oswald;
}
#yith-quick-view-content .tb-product-price .price ins {
  text-decoration: none;
}
#yith-quick-view-content .tb-product-price .price del {
  color: #b1b1b1;
  font-size: 14px;
}
#yith-quick-view-content .ro-quantity .quantity input {
  width: 100%;
}
#yith-quick-view-content .single_add_to_cart_button {
  margin-top: 10px;
}
#yith-quick-view-content .single_add_to_cart_button:before {
  margin: 2px 0 0 -10px;
}
#yith-quick-view-content .product {
  border: none;
}
#yith-quick-view-content .product .type-product {
  border: none;
}
#yith-quick-view-content
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .entry-title {
  text-transform: uppercase;
  color: #363636;
}
#yith-quick-view-content
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .entry-title:hover {
  color: #a86d73;
}
#yith-quick-view-content
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .product_meta {
  font-family: lato;
  font-weight: 400;
}
#yith-quick-view-content
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .product_meta
  .sku_wrapper {
  color: #545454;
}
#yith-quick-view-content
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .product_meta
  .posted_in
  > a {
  color: #a86d73;
}
#yith-quick-view-content
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .tb-product-price
  .price
  del {
  font-size: 14px;
  color: transparent;
  margin-right: 7px;
  position: relative;
  font-family: lato;
  font-weight: 300;
}
#yith-quick-view-content
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .tb-product-price
  .price
  del:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bbbbbb;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-15deg) translateY(-50%);
  -moz-transform: rotate(-15deg) translateY(-50%);
  -o-transform: rotate(-15deg) translateY(-50%);
  -ms-transform: rotate(-15deg) translateY(-50%);
  transform: rotate(-15deg) translateY(-50%);
}
#yith-quick-view-content
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .tb-product-price
  .price
  del
  span.amount {
  font-size: 14px;
  color: #bbbbbb;
}
#yith-quick-view-content
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .tb-product-price
  .price
  ins
  span.amount {
  font-family: Oswald;
  font-weight: 300;
  font-size: 15px;
  color: #a86d73;
}
#yith-quick-view-content
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  p {
  font-family: lato;
  font-weight: 400;
}
.tb-btn-prod {
  position: relative;
  display: inline-block;
}
.tb-btn-prod .tooltip {
  z-index: 99999;
  color: #fff;
}
.tooltip-inner {
  text-indent: 40 !important;
}
.vc_images_carousel .vc_carousel-inner,
.vc_images_carousel .vc_carousel-slideline {
  overflow: visible !important;
}
.vc_images_carousel .vc_carousel-control,
.vc_images_carousel .vc_carousel-indicators {
  display: none;
}
.vc_images_carousel .owl-controls {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
}
.vc_images_carousel .owl-controls .owl-nav > div {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  color: #383838;
  background: #fff;
  opacity: 0;
  border: 1px solid #ebebeb;
  text-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
}
.vc_images_carousel .owl-controls .owl-nav > div:hover {
  color: #ffffff;
  background: #a86d73;
  border-color: #a86d73;
}
.vc_images_carousel .owl-controls .owl-nav > div.owl-prev {
  left: -30px;
}
.vc_images_carousel .owl-controls .owl-nav > div.owl-next {
  left: auto;
  right: -30px;
}
.vc_images_carousel:hover .owl-controls .owl-nav > div {
  opacity: 1;
}
.woocommerce.tb-product-carousel,
.tb-product-cats-carousel,
.tb-product-cats-carousel-large,
.tb-porfolio-carousel3,
.tb-blog-carousel2,
.tpl1tb-blog-carousel2 {
  position: relative;
}
.woocommerce.tb-product-carousel .tb-product-item,
.tb-product-cats-carousel .tb-product-item,
.tb-product-cats-carousel-large .tb-product-item,
.tb-porfolio-carousel3 .tb-product-item,
.tb-blog-carousel2 .tb-product-item,
.tpl1tb-blog-carousel2 .tb-product-item {
  margin: 0 auto;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div,
.tb-product-cats-carousel .owl-controls .owl-nav > div,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div,
.tb-blog-carousel2 .owl-controls .owl-nav > div,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99;
  line-height: 27px;
  text-align: center;
  color: #787878;
  background: transparent;
  opacity: 0;
  position: absolute;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div i,
.tb-product-cats-carousel .owl-controls .owl-nav > div i,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div i,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div i,
.tb-blog-carousel2 .owl-controls .owl-nav > div i,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div i {
  position: relative;
  z-index: 2;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-prev,
.tb-product-cats-carousel .owl-controls .owl-nav > div.owl-prev,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div.owl-prev,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div.owl-prev,
.tb-blog-carousel2 .owl-controls .owl-nav > div.owl-prev,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div.owl-prev {
  left: -18px;
  width: 30px;
  height: 30px;
  border: 3px solid #efefef;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 47% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-prev i,
.tb-product-cats-carousel .owl-controls .owl-nav > div.owl-prev i,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div.owl-prev i,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div.owl-prev i,
.tb-blog-carousel2 .owl-controls .owl-nav > div.owl-prev i,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div.owl-prev i {
  width: 24px;
  height: 24px;
  background: #a1a1a1;
  color: #fff;
  border-radius: 50%;
  line-height: 24px;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-prev i:hover,
.tb-product-cats-carousel .owl-controls .owl-nav > div.owl-prev i:hover,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div.owl-prev i:hover,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div.owl-prev i:hover,
.tb-blog-carousel2 .owl-controls .owl-nav > div.owl-prev i:hover,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div.owl-prev i:hover {
  background-color: #a86d73;
  color: #ffffff;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-next,
.tb-product-cats-carousel .owl-controls .owl-nav > div.owl-next,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div.owl-next,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div.owl-next,
.tb-blog-carousel2 .owl-controls .owl-nav > div.owl-next,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div.owl-next {
  right: -18px;
  width: 30px;
  height: 30px;
  border: 3px solid #efefef;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 47% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-next i,
.tb-product-cats-carousel .owl-controls .owl-nav > div.owl-next i,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div.owl-next i,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div.owl-next i,
.tb-blog-carousel2 .owl-controls .owl-nav > div.owl-next i,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div.owl-next i {
  width: 24px;
  height: 24px;
  background: #a1a1a1;
  color: #fff;
  border-radius: 50%;
  line-height: 24px;
  padding-left: 2px;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-next i:hover,
.tb-product-cats-carousel .owl-controls .owl-nav > div.owl-next i:hover,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div.owl-next i:hover,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div.owl-next i:hover,
.tb-blog-carousel2 .owl-controls .owl-nav > div.owl-next i:hover,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div.owl-next i:hover {
  background-color: #a86d73;
  color: #ffffff;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:before,
.tb-product-cats-carousel .owl-controls .owl-nav > div:before,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div:before,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div:before,
.tb-blog-carousel2 .owl-controls .owl-nav > div:before,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div:before {
  background-color: #fff;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover,
.tb-product-cats-carousel .owl-controls .owl-nav > div:hover,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover,
.tb-blog-carousel2 .owl-controls .owl-nav > div:hover,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div:hover {
  color: #fff;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover:after,
.tb-product-cats-carousel .owl-controls .owl-nav > div:hover:after,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover:after,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover:after,
.tb-blog-carousel2 .owl-controls .owl-nav > div:hover:after,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div:hover:after {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  z-index: 1;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover:before,
.tb-product-cats-carousel .owl-controls .owl-nav > div:hover:before,
.tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover:before,
.tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover:before,
.tb-blog-carousel2 .owl-controls .owl-nav > div:hover:before,
.tpl1tb-blog-carousel2 .owl-controls .owl-nav > div:hover:before {
  border-color: #fff;
}
.woocommerce.tb-product-carousel .owl-controls .owl-dots,
.tb-product-cats-carousel .owl-controls .owl-dots,
.tb-product-cats-carousel-large .owl-controls .owl-dots,
.tb-porfolio-carousel3 .owl-controls .owl-dots,
.tb-blog-carousel2 .owl-controls .owl-dots,
.tpl1tb-blog-carousel2 .owl-controls .owl-dots {
  bottom: -30px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}
.woocommerce.tb-product-carousel .owl-controls .owl-dots .owl-dot,
.tb-product-cats-carousel .owl-controls .owl-dots .owl-dot,
.tb-product-cats-carousel-large .owl-controls .owl-dots .owl-dot,
.tb-porfolio-carousel3 .owl-controls .owl-dots .owl-dot,
.tb-blog-carousel2 .owl-controls .owl-dots .owl-dot,
.tpl1tb-blog-carousel2 .owl-controls .owl-dots .owl-dot {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}
.woocommerce.tb-product-carousel .owl-controls .owl-dots .owl-dot.active,
.woocommerce.tb-product-carousel .owl-controls .owl-dots .owl-dot:hover,
.tb-product-cats-carousel .owl-controls .owl-dots .owl-dot.active,
.tb-product-cats-carousel .owl-controls .owl-dots .owl-dot:hover,
.tb-product-cats-carousel-large .owl-controls .owl-dots .owl-dot.active,
.tb-product-cats-carousel-large .owl-controls .owl-dots .owl-dot:hover,
.tb-porfolio-carousel3 .owl-controls .owl-dots .owl-dot.active,
.tb-porfolio-carousel3 .owl-controls .owl-dots .owl-dot:hover,
.tb-blog-carousel2 .owl-controls .owl-dots .owl-dot.active,
.tb-blog-carousel2 .owl-controls .owl-dots .owl-dot:hover,
.tpl1tb-blog-carousel2 .owl-controls .owl-dots .owl-dot.active,
.tpl1tb-blog-carousel2 .owl-controls .owl-dots .owl-dot:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.woocommerce.tb-product-carousel:hover .owl-controls .owl-nav > div,
.tb-product-cats-carousel:hover .owl-controls .owl-nav > div,
.tb-product-cats-carousel-large:hover .owl-controls .owl-nav > div,
.tb-porfolio-carousel3:hover .owl-controls .owl-nav > div,
.tb-blog-carousel2:hover .owl-controls .owl-nav > div,
.tpl1tb-blog-carousel2:hover .owl-controls .owl-nav > div {
  opacity: 1;
}
.woocommerce.tb-product-carousel.tb-blog-carousel2
  .owl-controls
  .owl-nav
  > div.owl-next,
.woocommerce.tb-product-carousel.tb-blog-carousel2
  .owl-controls
  .owl-nav
  div.owl-prev,
.tb-product-cats-carousel.tb-blog-carousel2
  .owl-controls
  .owl-nav
  > div.owl-next,
.tb-product-cats-carousel.tb-blog-carousel2 .owl-controls .owl-nav div.owl-prev,
.tb-product-cats-carousel-large.tb-blog-carousel2
  .owl-controls
  .owl-nav
  > div.owl-next,
.tb-product-cats-carousel-large.tb-blog-carousel2
  .owl-controls
  .owl-nav
  div.owl-prev,
.tb-porfolio-carousel3.tb-blog-carousel2 .owl-controls .owl-nav > div.owl-next,
.tb-porfolio-carousel3.tb-blog-carousel2 .owl-controls .owl-nav div.owl-prev,
.tb-blog-carousel2.tb-blog-carousel2 .owl-controls .owl-nav > div.owl-next,
.tb-blog-carousel2.tb-blog-carousel2 .owl-controls .owl-nav div.owl-prev,
.tpl1tb-blog-carousel2.tb-blog-carousel2 .owl-controls .owl-nav > div.owl-next,
.tpl1tb-blog-carousel2.tb-blog-carousel2 .owl-controls .owl-nav div.owl-prev {
  padding-left: 0;
}
.woocommerce.tb-product-carousel.tb-blog-carousel2
  .owl-controls
  .owl-nav
  > div.owl-next:hover
  > i,
.woocommerce.tb-product-carousel.tb-blog-carousel2
  .owl-controls
  .owl-nav
  div.owl-prev:hover
  > i,
.tb-product-cats-carousel.tb-blog-carousel2
  .owl-controls
  .owl-nav
  > div.owl-next:hover
  > i,
.tb-product-cats-carousel.tb-blog-carousel2
  .owl-controls
  .owl-nav
  div.owl-prev:hover
  > i,
.tb-product-cats-carousel-large.tb-blog-carousel2
  .owl-controls
  .owl-nav
  > div.owl-next:hover
  > i,
.tb-product-cats-carousel-large.tb-blog-carousel2
  .owl-controls
  .owl-nav
  div.owl-prev:hover
  > i,
.tb-porfolio-carousel3.tb-blog-carousel2
  .owl-controls
  .owl-nav
  > div.owl-next:hover
  > i,
.tb-porfolio-carousel3.tb-blog-carousel2
  .owl-controls
  .owl-nav
  div.owl-prev:hover
  > i,
.tb-blog-carousel2.tb-blog-carousel2
  .owl-controls
  .owl-nav
  > div.owl-next:hover
  > i,
.tb-blog-carousel2.tb-blog-carousel2
  .owl-controls
  .owl-nav
  div.owl-prev:hover
  > i,
.tpl1tb-blog-carousel2.tb-blog-carousel2
  .owl-controls
  .owl-nav
  > div.owl-next:hover
  > i,
.tpl1tb-blog-carousel2.tb-blog-carousel2
  .owl-controls
  .owl-nav
  div.owl-prev:hover
  > i {
  background: #a86d73;
  color: #fff;
  border-color: #a86d73;
}
.tb-wrap-carousel:hover .owl-controls .owl-nav > div,
.tb-products-tabs:hover .owl-controls .owl-nav > div,
.tb-category-slider:hover .owl-controls .owl-nav > div {
  opacity: 1;
}
.row > .tb-product-slider.vc_column_container {
  padding: 0 !important;
}
.tb-category-slider {
  position: relative;
}
.tb-category-slider .tb-product-item {
  margin: 0 auto;
}
.tb-category-slider .owl-controls .owl-nav > div {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99;
  line-height: 27px;
  text-align: center;
  color: #787878;
  background: transparent;
  opacity: 0;
  position: absolute;
}
.tb-category-slider .owl-controls .owl-nav > div i {
  position: relative;
  z-index: 2;
}
.tb-category-slider .owl-controls .owl-nav > div.owl-prev {
  left: -18px;
  width: 30px;
  height: 30px;
  border: 3px solid #efefef;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 47% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-category-slider .owl-controls .owl-nav > div.owl-prev i {
  width: 24px;
  height: 24px;
  background: #a1a1a1;
  color: #fff;
  border-radius: 50%;
  line-height: 24px;
}
.tb-category-slider .owl-controls .owl-nav > div.owl-prev i:hover {
  background-color: #a86d73;
  color: #ffffff;
}
.tb-category-slider .owl-controls .owl-nav > div.owl-next {
  right: -18px;
  width: 30px;
  height: 30px;
  border: 3px solid #efefef;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 47% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-category-slider .owl-controls .owl-nav > div.owl-next i {
  width: 24px;
  height: 24px;
  background: #a1a1a1;
  color: #fff;
  border-radius: 50%;
  line-height: 24px;
  padding-left: 2px;
}
.tb-category-slider .owl-controls .owl-nav > div.owl-next i:hover {
  background-color: #a86d73;
  color: #ffffff;
}
.tb-category-slider .owl-controls .owl-nav > div:before {
  background-color: #fff;
}
.tb-category-slider .owl-controls .owl-nav > div:hover {
  color: #fff;
}
.tb-category-slider .owl-controls .owl-nav > div:hover:after {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  z-index: 1;
}
.tb-category-slider .owl-controls .owl-nav > div:hover:before {
  border-color: #fff;
}
.tb-category-slider .owl-controls .owl-dots {
  bottom: -30px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}
.tb-category-slider .owl-controls .owl-dots .owl-dot {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}
.tb-category-slider .owl-controls .owl-dots .owl-dot.active,
.tb-category-slider .owl-controls .owl-dots .owl-dot:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.tb-category-slider:hover .owl-controls .owl-nav > div {
  opacity: 1;
}
.tb-category-slider.tb-blog-carousel2 .owl-controls .owl-nav > div.owl-next,
.tb-category-slider.tb-blog-carousel2 .owl-controls .owl-nav div.owl-prev {
  padding-left: 0;
}
.tb-category-slider.tb-blog-carousel2
  .owl-controls
  .owl-nav
  > div.owl-next:hover
  > i,
.tb-category-slider.tb-blog-carousel2
  .owl-controls
  .owl-nav
  div.owl-prev:hover
  > i {
  background: #a86d73;
  color: #fff;
  border-color: #a86d73;
}
.vc_tta-panels-container {
  z-index: 100;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .woocommerce.tb-product-carousel
    .tb-product-item
    .tb-content
    .tb-action
    .btn-add-to-cart {
    padding: 7px 20px;
  }
  .woocommerce.tb-product-carousel
    .tb-product-item:hover
    .tb-content
    .tb-action
    .yith-wcwl-add-to-wishlist {
    margin-right: 0;
  }
  .woocommerce.tb-product-carousel
    .tb-product-item:hover
    .tb-content
    .tb-action
    .compare-button {
    margin-left: 2px;
  }
}
@media (max-width: 767px) {
  .woocommerce.tb-product-carousel .tb-product-item {
    margin: 0 auto 30px;
  }
}
.woocommerce.tb-products-grid.tpl2 .tb-products-grid > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce.tb-products-grid.tpl2
  .tb-products-grid
  .tb-file-columns
  .product.type-product
  .tb-product-item-inner
  .tb-image
  a
  img,
.woocommerce.tb-products-grid.tpl2
  .tb-products-grid
  .tb-three-colums-gird
  .product.type-product
  .tb-product-item-inner
  .tb-image
  a
  img {
  max-width: 100%;
  width: 100% !important;
}
.woocommerce.tb-products-grid.tpl4 {
  background: #ffffff;
  position: relative;
}
.woocommerce.tb-products-grid.tpl4 .tb-product-items {
  padding-bottom: 32px;
}
.woocommerce.tb-products-grid.tpl4 .tb-product-items .product {
  border-right: none;
}
.woocommerce.tb-products-grid.tpl4 .tb-product-items .product .tb-product-item {
  max-width: 100%;
  height: auto;
  background: #ffffff;
  padding-top: 30px;
  margin-bottom: -10px;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image {
  width: 50%;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image
  .tb-product-btn.tb-btn-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image
  .tb-product-btn.tb-btn-quickview
  .yith-wcqv-button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  padding: 0;
  background: #fcfcfd;
  overflow: hidden;
  border: 1px solid #fcfcfd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image
  .tb-product-btn.tb-btn-quickview
  .yith-wcqv-button:before {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e618";
  font-size: 22px;
  color: #2a2a2a;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image
  .tb-product-btn.tb-btn-quickview
  .yith-wcqv-button:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image
  .tb-product-btn.tb-btn-quickview
  .yith-wcqv-button:hover:before {
  color: #fff;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image
  .tb-product-btn.tb-btn-quickview
  fade.top.in {
  border-radius: 50%;
  display: block;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image
  img {
  max-width: 120px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .product
    .tb-product-item
    .tb-image {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .product
    .tb-product-item
    .tb-image {
    border-left: none !important;
    padding-left: 10px;
  }
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content {
  width: 50%;
  float: right;
  padding-left: 0;
  position: relative;
  left: -10px;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-title {
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-title
  a {
  font-family: Oswald;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  display: initial;
  white-space: normal;
  text-align: left;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-title
  a:hover {
  color: #a86d73;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating {
  margin-top: 12px;
  margin-bottom: 36px;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .woocommerce-product-rating {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -2;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price {
  font-family: Oswald;
  font-weight: 300;
  font-size: 16px;
  color: #a86d73;
  opacity: 1;
  z-index: 2;
  position: relative;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del {
  color: transparent;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del
  span.amount {
  font-size: 14px;
  color: #bbbbbb;
  position: relative;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bbbbbb;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-15deg) translateY(-50%);
  -moz-transform: rotate(-15deg) translateY(-50%);
  -o-transform: rotate(-15deg) translateY(-50%);
  -ms-transform: rotate(-15deg) translateY(-50%);
  transform: rotate(-15deg) translateY(-50%);
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-products-grid
  .tb-product-item-inner {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-products-grid
  .tb-product-item-inner
  .tb-action {
  left: initial;
  margin-top: 0;
  text-align: left;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-btn-prod.tb-btn-tocart
  a.button {
  background: transparent;
  text-align: center;
  margin-top: 6px;
  width: 128px;
  height: 40px;
  line-height: 39px;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  padding: 0;
  color: #6b6b6b;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-btn-prod.tb-btn-tocart
  a.button:hover {
  background: #a86d73;
  border-color: #a86d73;
  color: #ffffff;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all {
  position: relative;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-btn-prod.tb-btn-tocart {
  position: absolute;
  z-index: 9;
  left: 0;
  opacity: 1;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid {
  opacity: 0;
  z-index: -2;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button {
  border: none;
  top: 0;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action {
  text-align: left;
  margin-top: 4px;
  white-space: nowrap;
  padding-top: 0;
  left: 0;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist {
  width: 40px;
  height: 40px;
  border: none;
  position: relative;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:before {
  color: #2a2a2a;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.show,
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.show:hover,
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover {
  background: #171717;
  border-color: #171717;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.show:hover:before,
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover:before,
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover:before {
  color: #ffffff !important;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn.tb-btn-compare
  .compare-button {
  border-right: 1px solid #e6e6e6;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn.tb-btn-compare
  .compare-button:hover {
  border-right: 1px solid #171717;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item:hover
  .tb-image
  .tb-product-btn.tb-btn-quickview {
  display: block;
  -webkit-animation: fadeInRight 0.7s both;
  -moz-animation: fadeInRight 0.7s both;
  -o-animation: fadeInRight 0.7s both;
  animation: fadeInRight 0.7s both;
  top: 35%;
  left: 35%;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item:hover
  .tb-content
  .tb-price-rating
  .woocommerce-product-rating {
  opacity: 1;
  z-index: 2;
  -webkit-animation: fadeInRight 0.7s both;
  -moz-animation: fadeInRight 0.7s both;
  -o-animation: fadeInRight 0.7s both;
  animation: fadeInRight 0.7s both;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item:hover
  .tb-content
  .tb-price-rating
  .tb-product-price {
  opacity: 0;
  z-index: -2;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item:hover
  .tb-content
  .all
  .tb-btn-prod.tb-btn-tocart {
  z-index: -2;
  opacity: 0;
  -webkit-animation: fadeOut 0.7s both;
  -moz-animation: fadeOut 0.7s both;
  -o-animation: fadeOut 0.7s both;
  animation: fadeOut 0.4s both;
}
.woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item:hover
  .tb-content
  .all
  .tb-products-grid {
  z-index: 2;
  opacity: 1;
  background: transparent;
  -webkit-animation: fadeIn 0.7s both;
  -moz-animation: fadeIn 0.7s both;
  -o-animation: fadeIn 0.7s both;
  animation: fadeIn 0.4s both;
}
.woocommerce.tb-products-grid.tpl4 .show_name {
  position: absolute;
  top: -20.5%;
  left: 70%;
}
.woocommerce.tb-products-grid.tpl4 .show_name a span {
  font-family: Oswald;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  text-transform: uppercase;
  color: #b6b6b6;
}
.woocommerce.tb-products-grid.tpl4 .show_name a i.fa {
  font-size: 13px;
  color: #b8b8b8;
}
.woocommerce.tb-products-grid.tpl4 .show_name a:hover span,
.woocommerce.tb-products-grid.tpl4 .show_name a:hover i {
  color: #a86d73;
}
@media (max-width: 767px) {
  .woocommerce.tb-products-grid.tpl4 .products-widget:before {
    display: none;
  }
}
.woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  border: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .woocommerce.tb-products-grid.tpl1
    .tb-product-item
    .tb-content
    .tb-action
    .btn-add-to-cart {
    padding: 7px 20px;
  }
  .woocommerce.tb-products-grid.tpl1
    .tb-product-item:hover
    .tb-content
    .tb-action
    .yith-wcwl-add-to-wishlist {
    margin-right: 0;
  }
  .woocommerce.tb-products-grid.tpl1
    .tb-product-item:hover
    .tb-content
    .tb-action
    .compare-button {
    margin-left: 2px;
  }
}
@media (max-width: 991px) {
  .tb-product-list-section .miracle-title-separator-wrap {
    margin: 0 auto;
  }
  .tb-product-list-section .woocommerce.tb-products-grid.tpl2 .tb-product-item {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce.tb-products-grid.tpl1 .tb-product-item {
    margin: 0 auto 30px;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .product
    .tb-product-item
    .tb-image
    img {
    max-width: 100%;
    width: initial;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .product
    .tb-product-item
    .tb-content {
    left: 0;
  }
  .woocommerce.tb-products-grid.tpl4 .show_name {
    top: -10%;
  }
}
@media (max-width: 767px) and (max-width: 460px) {
  .woocommerce.tb-products-grid.tpl4 .show_name {
    top: -15%;
  }
}
@media (max-width: 767px) and (max-width: 370px) {
  .woocommerce.tb-products-grid.tpl4 .show_name {
    top: -18%;
  }
}
.woocommerce .tb-item-category {
  position: relative;
  margin-bottom: 30px;
}
.woocommerce .tb-item-category .tb-thumb {
  position: relative;
  line-height: 0;
  z-index: 5;
  overflow: hidden;
  background-color: #e8e8e8;
}
.woocommerce .tb-item-category .tb-thumb > img {
  width: 100%;
  height: auto;
}
.woocommerce .tb-item-category .tb-thumb:after {
  position: absolute;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 2;
  opacity: 0;
}
.woocommerce .tb-item-category .tb-title {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: transparent;
  top: 60%;
  bottom: auto;
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.woocommerce .tb-item-category .tb-title h3 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce .tb-item-category .tb-title h3 .count {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.woocommerce .tb-item-category:hover > a:before {
  z-index: 1;
}
.woocommerce .tb-item-category:hover .tb-thumb:after {
  opacity: 1;
}
.woocommerce .tb-item-category:hover .tb-title {
  z-index: 9;
  opacity: 1;
  top: 50%;
}
.tb-product-cats-carousel .woocommerce .owl-controls .owl-nav > div,
.tb-product-cats-carousel-large .woocommerce .owl-controls .owl-nav > div {
  top: 50%;
  margin-top: -25px;
}
.tb-product-cats-carousel .woocommerce .owl-controls .owl-nav > div.owl-prev,
.tb-product-cats-carousel-large
  .woocommerce
  .owl-controls
  .owl-nav
  > div.owl-prev {
  left: -2px;
}
.tb-product-cats-carousel .woocommerce .owl-controls .owl-nav > div.owl-next,
.tb-product-cats-carousel-large
  .woocommerce
  .owl-controls
  .owl-nav
  > div.owl-next {
  right: -2px;
}
@media (max-width: 991px) {
  .woocommerce .tb-item-category {
    margin: 0 auto 30px auto;
  }
}
.woocommerce .archive-products {
  padding-top: 50px;
}
.woocommerce .archive-products .woocommerce-result-count {
  white-space: nowrap;
}
.woocommerce .archive-products .tb-start-shop-loop {
  display: inline-block;
  width: 102%;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-view-as,
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-pagination {
  width: 25%;
  float: left;
}
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-view-as
  .woocommerce-result-count
  span,
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-pagination
  .woocommerce-result-count
  span {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #5b5b5b;
}
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-view-as
  .woocommerce-result-count
  a,
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-pagination
  .woocommerce-result-count
  a {
  background: #ffffff;
}
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-view-as
  .woocommerce-result-count
  a.jws_theme_action.active,
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-pagination
  .woocommerce-result-count
  a.jws_theme_action.active {
  color: #292929;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering {
  width: 65%;
  margin-left: 10%;
  float: left;
}
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-catalog-ordering
  form {
  width: 100%;
  margin: 0;
}
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-catalog-ordering
  form
  select {
  display: inline;
  max-width: 160px;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #5b5b5b;
  width: inherit;
  padding: 0px 5px;
  height: 30px;
  background: #ffffff;
}
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-catalog-ordering
  .tb-woo-short-by,
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-catalog-ordering
  .tb-woo-sort-by {
  width: 65%;
  float: left;
  line-height: 28px;
}
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-catalog-ordering
  .tb-woo-short-by
  span,
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-catalog-ordering
  .tb-woo-sort-by
  span {
  margin-right: 6px;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #5b5b5b;
}
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-catalog-ordering
  .tb-woo-sort-by {
  text-align: right;
  width: 35%;
}
.woocommerce
  .archive-products
  .tb-start-shop-loop
  .tb-shop-catalog-ordering
  .tb-woo-sort-by
  select {
  width: 58px;
  padding: 0px 5px 0px 10px;
  background: #ffffff;
}
.woocommerce .archive-products .tb-start-shop-loop .woocommerce-result-count {
  margin: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  .woocommerce .archive-products .tb-start-shop-loop .woocommerce-result-count {
    margin-left: 15px;
  }
}
.woocommerce
  .archive-products
  .tb-start-shop-loop.tb-shop-topbar-full
  .tb-shop-catalog-ordering {
  width: 50%;
  margin-left: 0;
}
.woocommerce
  .archive-products
  .products
  .tb-product-items
  .tb-woo-two-column
  .product.type-product
  .tb-product-item-inner
  .tb-image
  a
  > img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}
.woocommerce
  .archive-products
  .products
  .tb-product-items
  .tb-woo-two-column
  .product.type-product
  .tb-product-item-inner
  .tb-image
  a
  > span
  > img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}
.woocommerce .archive-products .tb-after-shop-loop {
  margin-top: -25px;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
}
.woocommerce .archive-products .tb-after-shop-loop.border-top {
  border-top: 1px solid #f0f0f0;
}
.woocommerce .archive-products .tb-after-shop-loop:after {
  clear: both;
  content: "";
  display: block;
  margin-bottom: 40px;
}
.woocommerce
  .archive-products.grid-full-width
  .tb-sidebar-left
  > [class*="col-lg-12"] {
  padding: 0;
}
.woocommerce .archive-products.grid-full-width .tb-start-shop-loop {
  margin: 0 -15px;
  width: 102.5%;
}
@media (max-width: 767px) {
  .woocommerce .archive-products.grid-full-width .tb-start-shop-loop {
    margin: 0;
  }
}
.woocommerce
  .archive-products.grid-full-width
  .tb-product-items
  > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
}
.woocommerce .archive-products.grid-full-width .tb-view-as {
  width: 20%;
}
.woocommerce
  .archive-products.grid-full-width
  .tb-start-shop-loop
  .tb-shop-catalog-ordering {
  width: 34%;
  float: right;
}
.woocommerce .archive-products.grid-full-width .tb-shop-attribute {
  width: 35%;
}
.woocommerce .archive-products.grid-full-width .tb-shop-attribute .widget {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: -10px !important;
}
.woocommerce
  .archive-products.grid-full-width
  .tb-shop-attribute
  .widget.widget_layered_nav {
  float: left;
}
.woocommerce
  .archive-products.grid-full-width
  .tb-shop-attribute
  .widget
  .wg-title {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #5b5b5b;
}
.woocommerce
  .archive-products.grid-full-width
  .tb-shop-attribute
  .widget.widget_price_filter {
  float: right;
  min-width: 153px;
}
.woocommerce .archive-products.grid-full-width .tb-after-shop-loop .tb-view-as {
  display: none;
}
.woocommerce
  .archive-products.grid-full-width
  .tb-after-shop-loop
  .tb-shop-pagination.pull-right {
  float: initial !important;
  padding: 30px 0 25px 0;
}
.woocommerce
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-woo-five-column
  .product.type-product
  .tb-product-item-inner
  .tb-image
  a
  > img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}
.woocommerce
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-woo-five-column
  .product.type-product
  .tb-product-item-inner
  .tb-image
  a
  span
  > img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}
@media (max-width: 767px) {
  .woocommerce
    .archive-products.grid-full-width
    .products
    .tb-product-items
    .tb-woo-five-column.col-lg-20 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce
    .archive-products.grid-full-width
    .products
    .tb-product-items
    .tb-woo-one-column
    .tb-product-item-inner {
    padding: 0 15px;
  }
}
.woocommerce
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-item-content-info
  .tb-product-btn
  .compare-button {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .woocommerce
    .archive-products.grid-full-width
    .products
    .tb-product-items
    .tb-product-item.tb-woo-one-column
    .product.type-product
    .tb-product-item-inner
    .tb-item-image
    a
    img {
    width: 100% !important;
  }
}
.woocommerce
  .archive-products
  .tb-sidebar-left
  .tb-content
  .products
  .tb-product-items
  > [class*="col-"],
.woocommerce
  .archive-products
  .tb-sidebar-right
  .tb-content
  .products
  .tb-product-items
  > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
}
.woocommerce
  .archive-products
  .tb-sidebar-left
  .tb-content
  .tb-after-shop-loop
  .tb-view-as,
.woocommerce
  .archive-products
  .tb-sidebar-right
  .tb-content
  .tb-after-shop-loop
  .tb-view-as {
  display: none;
}
.woocommerce
  .archive-products
  .tb-sidebar-left
  .tb-content
  .tb-after-shop-loop
  .tb-shop-pagination.pull-right,
.woocommerce
  .archive-products
  .tb-sidebar-right
  .tb-content
  .tb-after-shop-loop
  .tb-shop-pagination.pull-right {
  float: initial !important;
  margin-top: 30px;
  margin-bottom: 65px;
}
.woocommerce .archive-products .tb-sidebar-left .sidebar-area,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .woocommerce .archive-products .tb-sidebar-left .sidebar-area,
  .woocommerce .archive-products .tb-sidebar-right .sidebar-area {
    padding: 0 15px;
  }
}
.woocommerce .archive-products .tb-sidebar-left.tb-sidebar-right .sidebar-area,
.woocommerce
  .archive-products
  .tb-sidebar-right.tb-sidebar-right
  .sidebar-area {
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .woocommerce
    .archive-products
    .tb-sidebar-left.tb-sidebar-right
    .sidebar-area,
  .woocommerce
    .archive-products
    .tb-sidebar-right.tb-sidebar-right
    .sidebar-area {
    padding: 0 15px;
  }
}
.woocommerce
  .archive-products
  .tb-sidebar-left.tb-sidebar-right
  .sidebar-area
  .widget-area
  .widget
  .wg-title,
.woocommerce
  .archive-products
  .tb-sidebar-right.tb-sidebar-right
  .sidebar-area
  .widget-area
  .widget
  .wg-title {
  padding: 12px 0 12px;
}
.woocommerce
  .archive-products
  .tb-sidebar-left
  .tb-content
  .tb-start-shop-loop
  .tb-view-as {
  margin-left: -15px;
}
.woocommerce
  .archive-products
  .tb-sidebar-left
  .tb-content
  .tb-start-shop-loop
  .tb-shop-catalog-ordering {
  width: 66.5%;
}
.woocommerce
  .archive-products
  .tb-sidebar-right
  .tb-content
  .tb-start-shop-loop {
  width: 102.5%;
}
.woocommerce
  .archive-products
  .tb-sidebar-right
  .tb-content
  .tb-start-shop-loop
  .tb-view-as {
  margin-left: -15px;
}
.woocommerce
  .archive-products
  .tb-sidebar-right
  .tb-content
  .tb-start-shop-loop
  .tb-shop-catalog-ordering {
  width: 66%;
}
@media (max-width: 767px) {
  .woocommerce
    .archive-products
    .tb-content
    .products
    .tb-product-items
    .tb-product-item.tb-woo-one-column
    .product.type-product
    .tb-product-item-inner
    .tb-item-image
    a
    img {
    width: 100% !important;
  }
}
.woocommerce .type-product.product .tb-content {
  text-align: left;
}
.woocommerce .type-product.product .tb-content .tb-title a {
  color: #363636;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}
.woocommerce .type-product.product .tb-content .tb-title a:hover {
  color: #a86d73;
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .woocommerce-product-rating
  .star-rating {
  float: left;
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .woocommerce-product-rating
  .star-rating:before {
  top: 1px;
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .woocommerce-product-rating
  .star-rating
  span:before {
  top: 1px;
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .woocommerce-product-rating
  .woocommerce-review-link {
  display: block;
  margin-top: -5px;
  font-style: italic;
  color: #b6b6b6;
  font-size: 13px;
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .tb-product-price {
  font-size: 14px;
  color: #838383;
  font-family: Oswald;
  font-weight: 300;
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .tb-product-price
  del {
  font-size: 14px;
  color: transparent;
  margin-right: 7px;
  position: relative;
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .tb-product-price
  del:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bbbbbb;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-15deg) translateY(-50%);
  -moz-transform: rotate(-15deg) translateY(-50%);
  -o-transform: rotate(-15deg) translateY(-50%);
  -ms-transform: rotate(-15deg) translateY(-50%);
  transform: rotate(-15deg) translateY(-50%);
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .tb-product-price
  ins {
  text-decoration: none !important;
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .tb-product-no-price
  span {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #2e2e2e;
  border: 1px solid #d0d0d0;
  margin-right: 7px;
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .tb-product-no-price
  span:first-child {
  background-color: #edddd0;
}
.woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .tb-product-no-price
  span:last-child {
  background-color: #fff;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column {
  text-align: left;
  margin-bottom: -4px !important;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner {
  text-align: left;
  display: inline-block;
  padding-bottom: 0;
  width: 100%;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-title {
  color: #404040;
  font-size: 15px;
  margin-top: 18px;
  text-transform: uppercase;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-category {
  margin: 5px 0 11px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-category
  a {
  font-family: lato;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  color: #a3a3a3;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-category
  a:hover {
  color: #a86d73;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-image {
  width: 270px;
  float: left;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info {
  width: calc(100% - 300px);
  float: left;
  margin-left: 30px;
  min-height: 270px;
  position: relative;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-title
  a {
  font-size: 16px;
  color: #363636;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-title
  a:hover {
  color: #a86d73;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-content {
  margin: 15px 0 30px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  a {
  background-clip: padding-box;
  color: #2a2a2a;
  display: inline-block;
  outline: medium none;
  padding: 0 30px 0 30px;
  height: 40px;
  line-height: 39px;
  margin-right: 13px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  background: transparent;
  border: 1px solid #e6e6e6;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: -0.005em;
  float: left;
  margin-right: 4px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  a:hover:before {
  color: #fff;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  a.btn-add-to-cart.added {
  display: none;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  a.btn-add-to-cart:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  a.added_to_cart:before {
  margin: 2px 0 0 -10px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .clear {
  display: none;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist {
  float: left;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  padding: 0;
  margin: 0 7px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #2a2a2a;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .add_to_wishlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e642";
  color: #2a2a2a;
  position: absolute;
  top: 50%;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:hover:before {
  color: #fff;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show {
  float: left;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  font-size: 12px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:before {
  font-weight: 700;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show:hover,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:hover,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover {
  background: #171717;
  border-color: #171717;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show:hover:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:hover:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover:before {
  color: #fff;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  > span,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show
  > span,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  > span,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show
  > span {
  opacity: 0;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  > a,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show
  > a,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  > a,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show
  > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e67a";
  color: #2a2a2a;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse.show:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse.show:before {
  color: #fff;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse:before {
  font-size: 16px !important;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-add-button:before,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse:before {
  color: #fff;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button {
  float: left;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 2px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button
  .compare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e61b";
  color: #2a2a2a;
  position: absolute;
  font-weight: 700;
  top: 50%;
  font-size: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button:hover:before {
  color: #ffffff;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcqv-button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcqv-button:before {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-family: FontAwesome;
  content: "\f002";
  font-size: 16px;
  font-weight: 300;
  color: #2a2a2a;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcqv-button:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcqv-button:hover:before {
  color: #fff;
  opacity: 1;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .star-rating,
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .woocommerce-review-link {
  float: left;
  font-size: 13px;
  color: #a0a0a0;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .woocommerce-review-link {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #a3a3a3;
  margin-left: 15px;
  line-height: 22px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .woocommerce-product-rating {
  margin: 9px 0 -2px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .ro-rate {
  margin: 5px 0 15px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .star-rating {
  margin-top: 5px;
  color: #a86d73;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price {
  margin-top: 6px;
  display: block;
  color: transparent;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price
  .amount {
  font-size: 18px;
  font-weight: 300;
  color: #a86d73;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price
  del {
  margin-right: 6px;
  position: relative;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price
  del
  .amount {
  font-weight: 300;
  font-size: 16px;
  color: #b0b0b0;
  line-height: 24px;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price
  del:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bbbbbb;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-15deg) translateY(-50%);
  -moz-transform: rotate(-15deg) translateY(-50%);
  -o-transform: rotate(-15deg) translateY(-50%);
  -ms-transform: rotate(-15deg) translateY(-50%);
  transform: rotate(-15deg) translateY(-50%);
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price
  ins {
  text-decoration: none;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price
  ins
  span.amount {
  font-weight: 300;
  font-size: 18px;
  color: #a86d73;
}
.woocommerce
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-content {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #5b5b5b;
}
@media (max-width: 767px) {
  .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .product {
    max-width: 100%;
  }
}
.woocommerce .tb-view-as span {
  margin-right: 10px;
}
.woocommerce .tb-view-as .jws_theme_action_grid {
  margin-right: 6px;
}
.woocommerce .tb-view-as .jws_theme_action {
  color: #bcbcbc;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.woocommerce .tb-view-as .jws_theme_action.active {
  color: #2a2a2a;
}
@media (max-width: 992px) {
  .woocommerce .archive-products .tb-start-shop-loop .tb-view-as,
  .woocommerce .archive-products .tb-start-shop-loop .tb-shop-pagination {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-content {
    max-height: 92px;
  }
  .woocommerce.tb-products-grid.tpl2 .tb-product-item-inner .tb-image a img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
  }
  .list_subcategory {
    margin-top: -2px !important;
  }
}
@media (max-width: 640px) {
  .woocommerce .archive-products .products {
    margin: 0 auto;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-image {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    padding-bottom: 30px;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-title {
    margin-top: 0;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-btn
    .yith-wcwl-add-to-wishlist,
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-btn
    .compare-button,
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-btn
    .btn-envelope {
    margin-left: 4px;
  }
}
.get_category {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.get_category li {
  list-style: none;
}
.get_category li .product.type-product .tb-product-item .show_name {
  display: none;
}
.get_category li:first-child .product.type-product .tb-product-item .show_name {
  display: block;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li:before,
.woocommerce div.product div.woocommerce-tabs ul.tabs li:after {
  height: 0;
}
.woocommerce .products .product span.onsale {
  min-height: initial !important;
}
.woocommerce #order_review.woocommerce-checkout-review-order {
  margin-bottom: 60px;
}
.woocommerce > p.cart-empty {
  font-family: lato;
  font-weight: 400;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message {
  top: 30px;
  border-color: #a86d73;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: lato;
}
.woocommerce .woocommerce-info > a.button.wc-forward,
.woocommerce .woocommerce-error > a.button.wc-forward,
.woocommerce .woocommerce-message > a.button.wc-forward {
  font-family: lato;
  font-size: 14px;
  border-radius: 50px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-message:before {
  line-height: 0px !important;
  background-color: #a86d73;
  border-radius: 0 !important;
  margin-top: 13px;
}
.woocommerce .woocommerce-info.woocommerce-error,
.woocommerce .woocommerce-error.woocommerce-error,
.woocommerce .woocommerce-message.woocommerce-error {
  margin: 2px 0 2em !important;
}
.woocommerce .woocommerce-ordering select.orderby {
  box-shadow: 0 1px 3px -1px rgba(16, 16, 16, 0.1) inset;
}
.woocommerce .woocommerce-pagination {
  text-align: right;
}
.woocommerce .woocommerce-pagination ul {
  border: none !important;
}
.woocommerce .woocommerce-pagination ul li {
  border: none !important;
}
.woocommerce .woocommerce-pagination ul li + li {
  padding-left: 10px;
}
.woocommerce .woocommerce-pagination ul li .page-numbers {
  border: 1px solid #dedede;
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  display: inline-block;
  line-height: 38px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}
.woocommerce .woocommerce-pagination ul li .page-numbers.current,
.woocommerce .woocommerce-pagination ul li .page-numbers.next,
.woocommerce .woocommerce-pagination ul li .page-numbers:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
}
.woocommerce .woocommerce-pagination ul li .page-numbers.next {
  background: #9f9f9f;
  border-color: #9f9f9f;
  color: #fff;
}
.woocommerce ul#shipping_method li {
  text-indent: 0;
}
.woocommerce .cart-collaterals .cart_totals {
  width: inherit;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table {
  border-radius: 2px !important;
  border: 1px solid #c5c5c5;
  border-bottom: none;
  width: 100%;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table tr th {
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table tr td {
  padding-left: 60px;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th,
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal td {
  padding-top: 25px;
  padding-bottom: 15px;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th {
  font-size: 16px;
  color: #363636;
  font-weight: normal;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal td {
  font-size: 18px;
  color: #363636;
  font-weight: normal;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th,
.woocommerce .cart-collaterals .cart_totals table .order-total td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
  font-family: lato;
  font-size: 24px;
  color: #2a2a2a;
  font-weight: normal;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table .order-total td {
  font-family: Oswald;
  font-weight: 300;
  font-size: 24px;
  color: #2a2a2a;
}
.woocommerce .cart-collaterals .cart_totals table .order-total td .amount {
  font-weight: 300;
}
.woocommerce .cart-collaterals .cart_totals table .order-total td > strong {
  font-weight: 300;
}
.woocommerce .cart-collaterals .cart_totals .return-to-shop {
  float: left;
}
.woocommerce .cart-collaterals .cart_totals .return-to-shop > a {
  font-family: Oswald;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 50px;
  background: #a86d73;
}
.woocommerce .cart-collaterals .cart_totals .checkout-button {
  float: right;
  background-color: #a86d73;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  outline: medium none;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  height: 40px;
  line-height: 39px;
  padding: 0;
  max-width: 180px;
  width: 46%;
  border-radius: 50px;
  font-size: 13px;
}
.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator button {
  background: none;
  box-shadow: none;
  color: #444444;
  border: 1px solid #444444;
  font-weight: 600;
  text-shadow: none;
  display: inline-block !important;
  width: auto;
  margin-top: 5px;
  padding: 10px;
  border-radius: 0px !important;
  -webki-border-radius: 0px !important;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator button:hover {
  background: #a86d73;
  border-color: #a86d73;
  color: #ffffff;
}
.woocommerce .cart-collaterals a.shipping-calculator-button {
  font-size: 13px;
}
.woocommerce .cart-collaterals a.shipping-calculator-button:after {
  content: "" !important;
  font-family: FontAwesome !important;
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.woocommerce .checkout #customer_details {
  margin-bottom: 60px;
}
.woocommerce .checkout #customer_details .woocommerce-billing-fields h3,
.woocommerce .checkout #customer_details .woocommerce-shipping-fields h3 {
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce
  .checkout
  #customer_details
  .woocommerce-billing-fields
  .select2-container
  .select2-choice,
.woocommerce
  .checkout
  #customer_details
  .woocommerce-shipping-fields
  .select2-container
  .select2-choice {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.woocommerce .checkout h3 {
  text-transform: uppercase;
}
.woocommerce .checkout input#place_order {
  background: none;
  box-shadow: none;
  color: #444444;
  border: 1px solid #444444;
  font-weight: 600;
  text-shadow: none;
  display: inline-block !important;
  width: auto;
  margin-top: 5px;
  padding: 9px 39px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.woocommerce .checkout input#place_order:hover {
  color: #ffffff;
  background: #a86d73;
  border: 1px solid #a86d73;
}
.woocommerce form.login input[type="submit"],
.woocommerce form.checkout_coupon input[type="submit"] {
  background: #a86d73;
  color: #ffffff;
  display: inline-block !important;
  width: auto;
  margin-top: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-radius: 50px;
}
.woocommerce form.login input[type="submit"]:hover,
.woocommerce form.checkout_coupon input[type="submit"]:hover {
  background: #a86d73;
  color: #ffffff;
}
.woocommerce .lost_password a {
  color: #444444;
}
.woocommerce .lost_password a:hover {
  color: #a86d73;
}
.woocommerce .return-to-shop {
  width: 46%;
  max-width: 180px;
}
.woocommerce .return-to-shop a.button {
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  color: #525252;
  display: inline-block;
  outline: medium none;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  border-radius: 50px;
  height: 40px;
  line-height: 39px;
  padding: 0;
}
.woocommerce .return-to-shop a.button:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
@media (max-width: 991px) {
  .our-best-product .vc_empty_space {
    height: 0 !important;
  }
  .our-best-product .products {
    margin-bottom: 30px !important;
  }
  .our-best-product .products .tb-product-items {
    margin: auto;
  }
  .vc_tta-container
    .tb-tab-left
    .vc_tta-tabs-container
    .vc_tta-tabs-list:before {
    display: none;
  }
}
.widget.woocommerce {
  margin-bottom: 20px;
}
.widget.woocommerce#miracle_woocommerce_layered_nav-2 {
  margin-bottom: 30px;
}
.widget.woocommerce.widget_product_categories ul,
.widget.woocommerce.widget_layered_nav ul {
  overflow: hidden;
}
.widget.woocommerce.widget_product_categories ul li,
.widget.woocommerce.widget_layered_nav ul li {
  position: relative;
  padding: 6px 0;
}
.widget.woocommerce.widget_product_categories ul li > a,
.widget.woocommerce.widget_layered_nav ul li > a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #4a4a4a;
  text-transform: capitalize;
}
.widget.woocommerce.widget_product_categories ul li > a:hover,
.widget.woocommerce.widget_layered_nav ul li > a:hover {
  color: #a86d73;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent > a,
.widget.woocommerce.widget_layered_nav ul li.cat-parent > a {
  position: relative;
  display: block;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent > a:after,
.widget.woocommerce.widget_layered_nav ul li.cat-parent > a:after {
  position: absolute;
  top: 50%;
  content: "+";
  right: 0;
  font-size: 18px;
  z-index: 5;
  margin-top: -7px;
  color: #adadad;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent > a:hover:after,
.widget.woocommerce.widget_layered_nav ul li.cat-parent > a:hover:after {
  color: #a86d73;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent > .count,
.widget.woocommerce.widget_layered_nav ul li.cat-parent > .count {
  right: 15px;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent ul.children,
.widget.woocommerce.widget_layered_nav ul li.cat-parent ul.children {
  margin: 0;
  display: none;
}
.widget.woocommerce.widget_product_categories
  ul
  li.cat-parent
  ul.children
  li:last-child,
.widget.woocommerce.widget_layered_nav
  ul
  li.cat-parent
  ul.children
  li:last-child {
  border-bottom: none;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent.open > a:after,
.widget.woocommerce.widget_layered_nav ul li.cat-parent.open > a:after {
  content: "-";
}
.widget.woocommerce.widget_product_categories ul li.cat-parent.open ul.children,
.widget.woocommerce.widget_layered_nav ul li.cat-parent.open ul.children {
  display: block;
}
.widget.woocommerce.widget_product_categories
  ul
  li.cat-parent.open
  ul.children
  > li,
.widget.woocommerce.widget_layered_nav ul li.cat-parent.open ul.children > li {
  margin-top: 5px;
  padding-bottom: 0px;
  margin-bottom: -1px;
}
.widget.woocommerce.widget_product_categories ul li .count,
.widget.woocommerce.widget_layered_nav ul li .count {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  color: #939393;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 6px;
}
.widget.woocommerce.widget_product_categories ul li.current-cat > a,
.widget.woocommerce.widget_product_categories ul li.chosen > a,
.widget.woocommerce.widget_layered_nav ul li.current-cat > a,
.widget.woocommerce.widget_layered_nav ul li.chosen > a {
  color: #a86d73;
}
.widget.woocommerce.widget_product_categories ul li.current-cat > a:before,
.widget.woocommerce.widget_product_categories ul li.chosen > a:before,
.widget.woocommerce.widget_layered_nav ul li.current-cat > a:before,
.widget.woocommerce.widget_layered_nav ul li.chosen > a:before {
  opacity: 1;
}
.widget.woocommerce.widget_product_categories ul li {
  text-align: left;
  position: relative;
}
.widget.woocommerce.widget_products > ul,
.widget.woocommerce.widget_top_rated_products > ul {
  margin-top: -10px;
}
.widget.woocommerce.widget_products > ul > li,
.widget.woocommerce.widget_top_rated_products > ul > li {
  position: relative;
  min-height: 120px;
  margin-bottom: 45px;
  padding: 25px 0px 0 110px;
  border: none;
  border-top: 1px solid #f0f0f0;
}
.widget.woocommerce.widget_products > ul > li > a,
.widget.woocommerce.widget_top_rated_products > ul > li > a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin: 5px 0;
}
.widget.woocommerce.widget_products > ul > li > a:before,
.widget.woocommerce.widget_top_rated_products > ul > li > a:before {
  width: 80px;
  left: 5px;
}
.widget.woocommerce.widget_products > ul > li > a > img,
.widget.woocommerce.widget_top_rated_products > ul > li > a > img {
  position: absolute;
  top: 25px;
  left: 0;
  width: 90px;
  margin: 0;
}
.widget.woocommerce.widget_products > ul > li .amount,
.widget.woocommerce.widget_top_rated_products > ul > li .amount {
  font-size: 14px;
  line-height: 18px;
  color: #838383;
  display: inline-block;
  margin-top: 6px;
}
.widget.woocommerce.widget_products > ul > li del,
.widget.woocommerce.widget_top_rated_products > ul > li del {
  text-decoration: none;
}
.widget.woocommerce.widget_products > ul > li del .amount,
.widget.woocommerce.widget_top_rated_products > ul > li del .amount {
  text-decoration: line-through;
  font-size: 14px;
  color: #b9b9b9;
}
.widget.woocommerce.widget_products > ul > li:first-child,
.widget.woocommerce.widget_top_rated_products > ul > li:first-child {
  margin-top: 0px;
  border-top: none;
}
.widget.woocommerce.widget_top_rated_products_one {
  position: relative;
  margin-bottom: 20px;
}
.widget.woocommerce.widget_top_rated_products_one .wg-title {
  margin-bottom: 25px;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  .tb_image_rate {
  width: 40%;
  padding: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .widget.woocommerce.widget_top_rated_products_one
    .slide_top_rate
    .item_product
    .tb_image_rate {
    width: 100%;
    display: block;
    padding: 0 15px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .widget.woocommerce.widget_top_rated_products_one
    .slide_top_rate
    .item_product
    .tb_image_rate
    > a
    > img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  .tb_content_rate {
  width: 59%;
  padding-right: 0;
  display: inline-block;
  position: absolute;
  float: left;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  .tb_content_rate
  .show_all_content {
  padding-left: 15px;
  padding-top: 15px;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  .tb_content_rate
  .show_all_content
  .show_ratings
  .star-rating {
  float: none;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  .tb_content_rate
  .show_all_content
  .show_prices {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .widget.woocommerce.widget_top_rated_products_one
    .slide_top_rate
    .item_product
    .tb_content_rate {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 15px;
  }
  .widget.woocommerce.widget_top_rated_products_one
    .slide_top_rate
    .item_product
    .tb_content_rate
    .show_ratings
    .star-rating {
    margin: 9px auto 13px;
  }
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .widget.woocommerce.widget_top_rated_products_one
    .slide_top_rate
    .item_product
    li {
    margin-bottom: 95px;
  }
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  a
  img {
  max-width: 103px;
  height: auto;
  border: 10px solid #ffffff;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  a
  .product-title {
  font-family: Oswald;
  text-transform: uppercase;
  font-size: 13px;
  color: #404040;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  a
  .product-title:hover {
  color: #a86d73;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  .star-rating {
  margin-top: 9px;
  margin-bottom: 13px;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  .amount {
  font-weight: 300;
  font-size: 16px;
  color: #333333;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  del {
  color: transparent;
  padding-right: 10px;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  del
  span.amount {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  color: #b0b0b0;
  top: 0;
  left: 0;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  del
  span.amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bbbbbb;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-15deg) translateY(-50%);
  -moz-transform: rotate(-15deg) translateY(-50%);
  -o-transform: rotate(-15deg) translateY(-50%);
  -ms-transform: rotate(-15deg) translateY(-50%);
  transform: rotate(-15deg) translateY(-50%);
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  ins {
  color: transparent;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  ins
  span {
  font-weight: 300;
  font-size: 16px;
  color: #333333;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav {
  display: inline-block;
  position: absolute;
  top: -60px;
  right: 0;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-prev,
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-next {
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 50%;
  background: #a1a1a1;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-prev:hover,
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-next:hover {
  background-color: #a86d73;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-prev {
  padding-right: 2px;
}
.widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-next {
  padding-left: 1px;
}
.widget.woocommerce.widget_product_search .searchform {
  position: relative;
}
.widget.woocommerce.widget_product_search .searchform label,
.widget.woocommerce.widget_product_search .searchform input[type="submit"] {
  display: none;
}
.widget.woocommerce.widget_product_search .searchform input {
  margin-bottom: 0;
}
.widget.woocommerce.widget_product_search .searchform:after {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 10px;
  text-decoration: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.widget.woocommerce.widget_product_tag_cloud a {
  display: inline-block;
  line-height: normal;
  padding: 5px 12px 7px;
  font-size: 13px !important;
  color: #6b6b6b;
  border: 1px solid #e1e1e1;
  font-family: lato;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.widget.woocommerce.widget_product_tag_cloud a:hover {
  background-color: #171717;
  border-color: #171717;
  color: #a86d73;
}
.woocommerce.tb-product-carousel
  .tb-products-grid
  .tb-product-item-inner
  .tb-image
  a
  img {
  max-width: 100%;
  height: auto;
  width: 100% !important;
}
#text-2 {
  margin-bottom: 17px !important;
}
.tb-shop-attribute .wg-title {
  float: left;
  display: inline-block;
  font-size: 13px;
}
.tb-shop-attribute select {
  float: left;
  width: 104px;
  margin-left: 11px;
  padding: 0 5px;
  height: 30px;
}
.tb-shop-attribute .widget:last-child select {
  float: right;
}
.widget.yith-woocompare-widget > ul {
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ebebeb;
}
.widget.yith-woocompare-widget > ul > li {
  position: relative;
  padding: 0 !important;
  border: none !important;
}
.widget.yith-woocompare-widget > ul > li > a {
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
}
.widget.yith-woocompare-widget > ul > li > a.remove {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  color: #a86d73 !important;
}
.widget.yith-woocompare-widget > ul > li > a.remove:hover {
  color: #ffffff !important;
  background: #2a2a2a;
}
.widget.yith-woocompare-widget > ul > li:last-child {
  margin-bottom: 15px;
}
.widget.yith-woocompare-widget > a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-size: 13px;
  font-weight: 400;
  color: #747474;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget.yith-woocompare-widget > a:hover {
  color: #a86d73;
}
.widget.yith-woocompare-widget > a.compare {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  background: transparent;
  border: 1px solid #ebebeb;
}
.widget.yith-woocompare-widget > a.compare:hover {
  color: #ffffff;
  background: #2a2a2a;
  border-color: #2a2a2a;
}
.tpl2 .tb-products-grid .type-product.status-publish {
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .tpl2 .tb-products-grid .type-product.status-publish {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.tb-sideabr-feature-box {
  position: relative;
}
.tb-sideabr-feature-box > img {
  width: 100%;
  height: auto;
}
.tb-sideabr-feature-box .tb-info {
  position: absolute;
  bottom: 30px;
  left: 50%;
  min-width: 230px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 10px;
  -webit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tb-sideabr-feature-box .tb-info > h5 {
  font-size: 14px;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0.15em;
  color: #3a3a3a;
  margin: 0;
}
.tb-sideabr-feature-box .tb-info > h3 {
  font-size: 23px;
  font-weight: 300;
  line-height: 33px;
  color: #3a3a3a;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
}
.tb-sideabr-feature-box .tb-info > h6 {
  margin: 0;
}
.tb-sideabr-feature-box .tb-info > h6 > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.15em;
  color: #9c9c9c;
  padding-top: 5px;
  border-top: 1px solid #9c9c9c;
}
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  height: 40px !important;
  margin: 0;
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus {
  height: 18px !important;
}
#comments .commentlist .avatar {
  border: medium none !important;
  box-shadow: none !important;
  height: auto !important;
  margin: 0 !important;
  outline: medium none !important;
  padding: 0 !important;
  width: 32px !important;
}
.jws_theme_right_fx_wrap {
  background: transparent !important;
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header {
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header a {
  position: relative;
  display: inline-block;
  color: #333;
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header a i {
  font-size: 24px;
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header a span {
  color: #fff;
  background: #a86d73;
  border-radius: 2px;
  display: inline-block;
  font-size: 9px;
  height: 17px;
  left: -6px;
  line-height: 17px;
  position: absolute;
  text-align: center;
  top: -16px;
  width: 17px;
  box-shadow: 0 0 2px 0 rgba(16, 16, 16, 0.2);
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown {
  display: none;
  /* left: 0; */
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.9);
  color: #fff;
}
.jws_theme_right_fx_wrap
  .widget_mini_cart_wrap
  .shopping_cart_dropdown.in
  .shopping_cart_dropdown_inner {
  animation: cartIn 0.6s ease;
  -webkit-animation: cartIn 0.6s ease;
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown h3 {
  color: #fff;
}
.ro-mini-cart-mobile {
  position: absolute;
  top: 20px;
  right: 60px;
}
.ro-mini-cart-mobile a {
  position: relative;
  display: inline-block;
  color: #333;
}
.ro-mini-cart-mobile a i {
  font-size: 18px;
}
.ro-mini-cart-mobile a span {
  color: #fff;
  background: #a86d73;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 9px;
  height: 17px;
  left: 10px;
  line-height: 17px;
  position: absolute;
  text-align: center;
  top: -8px;
  width: 17px;
  box-shadow: 0 0 2px 0 rgba(16, 16, 16, 0.2);
}
.woocommerce-cart table.cart th {
  color: #333;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: 200px;
}
.woocommerce-cart table.cart .product-thumbnail img {
  width: 150px;
}
.woocommerce-cart table.cart .product-name a {
  color: #444;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #a86d73;
}
.woocommerce-cart table.cart .product-remove a {
  color: #444 !important;
}
.woocommerce-cart table.cart .product-remove a:hover {
  color: #a86d73 !important;
  background: none;
}
@keyframes rotateEff {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateEff {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes cartIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes cartIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
.widget_mini_cart_wrap.tb-cart-empty .cart_total {
  display: none;
}
.widget_mini_cart_wrap.tb-cart-empty .shop_table.cart,
.widget_mini_cart_wrap.tb-cart-empty .mini-cart-footer {
  display: none !important;
}
.tb-tab-container {
  border: 1px solid #e3e3e3;
  display: inline-block;
  width: 100%;
  background: #ffffff;
}
.tb-tab-container .etabs {
  margin: 15px 0 0;
  padding: 0;
  float: left;
  width: 35%;
}
.tb-tab-container .etabs .tab {
  display: inline-block;
  width: 100%;
  background: #fdfdfd;
  border-top: 1px solid #efefef;
}
.tb-tab-container .etabs .tab:last-child {
  border-bottom: 1px solid #efefef;
}
.tb-tab-container .etabs .tab a {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding: 11px 20px;
  outline: none;
  font-size: 13px;
  color: #5e5e5e;
}
.tb-tab-container .etabs .tab a.active {
  background: #a86d73;
  color: #fff;
}
.tb-tab-container .tb-data-tab {
  float: left;
  width: 65%;
  border-left: 1px solid #efefef;
  padding: 15px 40px;
  min-height: 220px;
}
.tb-tab-container .tb-data-tab .coupon > label {
  margin-bottom: 5px;
}
.tb-tab-container .tb-data-tab form input[type="text"],
.tb-tab-container .tb-data-tab form select {
  font-size: 11px;
  height: 26px;
  line-height: 0 !important;
}
.tb-tab-container .tb-data-tab .active {
  font-family: lato;
  font-weight: 400;
}
.tb-tab-container button[type="submit"],
.tb-tab-container input[type="submit"] {
  background-color: transparent;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  color: #474747;
  display: inline-block;
  outline: medium none;
  height: 32px;
  padding: 0 22px;
  text-align: center;
  font-size: 11px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: normal;
}
.tb-tab-container button[type="submit"]:hover,
.tb-tab-container input[type="submit"]:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.tb-tab-container .panel-container {
  background: #fff;
  border: solid #666 1px;
  padding: 10px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}
.cart-collaterals .cart_totals .cart-total-table table {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
}
.cart-collaterals .cart_totals .cart-total-table table .cart-subtotal th {
  font-family: lato;
  font-weight: 400;
  font-size: 16px;
  color: #4f4f4f;
}
.cart-collaterals .cart_totals .cart-total-table table .cart-subtotal td {
  font-weight: 300;
  font-size: 18px;
  color: #363636;
}
.woocommerce-shipping-calculator .tb-form-calculator-title {
  margin-bottom: 10px;
  font-size: 13px;
  color: #555;
}
.woocommerce-shipping-calculator
  .form-shipping-calculator
  button[type="submit"] {
  margin-left: 138px;
  font-family: Oswald;
  font-weight: 400;
  font-size: 11px;
  color: #525252;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #e8e8e8;
}
.woocommerce-shipping-calculator
  .form-shipping-calculator
  button[type="submit"]:hover {
  border-color: #a86d73;
  background: #a86d73;
  color: #fff;
}
.woocommerce-shipping-calculator .form-shipping-calculator p {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px !important;
}
.woocommerce-shipping-calculator .form-shipping-calculator p label {
  width: 135px;
  float: left;
  color: #666666;
  font-weight: normal;
  font-family: lato;
  font-size: 13px;
}
.woocommerce-shipping-calculator .form-shipping-calculator p label .required {
  color: #a86d73;
}
.woocommerce-shipping-calculator .form-shipping-calculator p input,
.woocommerce-shipping-calculator .form-shipping-calculator p select {
  float: left;
  width: calc(100% - 135px) !important;
  min-width: 110px;
  font-family: lato;
  font-weight: 400;
  font-size: 12px;
  color: #959595;
}
@media (max-width: 767px) {
  .woocommerce .archive-products .widget-area {
    margin: 0 auto;
  }
  .woocommerce .archive-products .widget-area .tb-sideabr-feature-box .tb-info {
    min-width: 310px;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-content {
    max-height: 92px;
  }
  .woocommerce
    .tb-product-items
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-btn {
    margin-top: 35px;
  }
  .woocommerce.tb-products-grid.tpl4
    .get_category
    .tb-product-item
    .product.type-product
    .tb-product-item
    .tb-image {
    border-left: 10px solid #fff;
  }
  .woocommerce.tb-products-grid.tpl4
    .get_category
    .tb-product-item
    .product.type-product
    .tb-product-item
    .tb-content {
    padding-left: 10px;
  }
  #tb_change_space_img {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 0px !important;
  }
  .woocommerce.tb-products-grid.tpl2 .tb-product-item-inner .tb-image a img {
    max-width: 100%;
    width: 100% !important;
    height: auto;
  }
  .woocommerce .tb-products-grid .tb-product-item-inner .tb-image a img {
    max-width: 100%;
    width: 100% !important;
  }
  .tb-info-box-wrap.tpl6.style-one {
    margin-bottom: 10px;
  }
  .change_list_category .list_subcategory {
    margin-right: 15px;
  }
  .list_subcategory {
    min-height: initial !important;
  }
  .slider_all .slideshow .cycle-carousel-wrap {
    margin: 0px auto !important;
    text-align: center;
    width: 100% !important;
  }
  .class_all_jw .tb-info-box-wrap.tpl6.style-five .tb-info-box .content_banner {
    top: 50%;
    right: 0 !important;
    display: block;
    width: 100%;
  }
  .class_all_jw .tb-info-box-wrap.tpl6.style-five .tb-info-box .tb-image > img {
    height: 65px;
  }
  .tb_change_home_13 h3.pull-left {
    width: 100%;
  }
  .tb-info-box-wrap.tpl6.style-three .tb-info-box .tb-image img {
    height: 65px;
  }
  .tb-woo-two-column .product,
  .tb-woo-three-column .product,
  .tb-woo-four-column .product {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.vc_tta-tabs-list {
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce
    .archive-products
    .widget.woocommerce.widget_price_filter
    .price_slider_wrapper
    .price_slider_amount
    .price_label
    > span {
    width: 70px;
  }
  .woocommerce
    .archive-products
    .widget.woocommerce.widget_price_filter
    .price_slider_wrapper
    .price_slider_amount
    .price_label
    > span.to {
    left: 100px;
  }
  .woocommerce .archive-products .tb-sideabr-feature-box .tb-info {
    min-width: 180px;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item
    .tb-product-item-inner:hover
    .tb-product-btn
    .yith-wcwl-add-to-wishlist {
    margin-right: 0;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item
    .tb-product-item-inner:hover
    .tb-product-btn
    .compare-button {
    margin-left: 2px;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-image {
    width: 170px;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info {
    width: calc(100% - 200px);
    min-height: 170px;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-title {
    margin-top: 0;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-content {
    display: none;
  }
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-btn
    .yith-wcwl-add-to-wishlist,
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-btn
    .compare-button,
  .woocommerce
    .archive-products
    .products
    .tb-product-item.tb-woo-one-column
    .tb-product-item-inner
    .tb-item-content-info
    .tb-product-btn
    .btn-envelope {
    margin-left: 4px;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item {
    margin-bottom: 10px !important;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item
    .product.type-product
    .tb-product-item {
    padding-top: 0;
    margin-bottom: 0;
    margin-bottom: 30px !important;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item
    .product.type-product
    .tb-product-item
    .tb-image {
    width: 100%;
    border: 20px solid #fff;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item
    .product.type-product
    .tb-product-item
    .tb-image
    > img {
    max-width: 100%;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item
    .product.type-product
    .tb-product-item
    .tb-content {
    width: 100%;
    float: left;
    padding-left: 0;
    text-align: center;
    position: relative;
    left: 0;
    top: -15px;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item
    .product.type-product
    .tb-product-item
    .tb-content
    .all
    .tb-btn-prod.tb-btn-tocart {
    position: absolute;
    margin-top: 0;
    top: 0;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item
    .product.type-product
    .tb-product-item
    .tb-content
    .tb-price-rating {
    margin-bottom: 30px;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item
    .product.type-product
    .tb-product-item
    .tb-content
    .tb-price-rating
    .woocommerce-product-rating {
    left: 36.2%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item
    .product.type-product
    .tb-product-item
    .tb-content
    .tb-price-rating
    .woocommerce-product-rating
    .tb-products-grid {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item
    .product.type-product
    .tb-product-item
    .show_name {
    top: -11.5%;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .get_category
    > li
    .tb-product-item
    .product.type-product
    .tb-product-item
    .show_name
    a
    > span {
    font-size: 10px;
  }
  .woocommerce.tb-products-grid.tpl4
    .tb-product-items
    .product
    .tb-product-item
    .tb-content
    .all {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .woocommerce.tb-products-grid.tpl2 .tb-product-item-inner .tb-image a img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
  }
  .change_list_category .list_subcategory {
    margin-top: 0px !important;
  }
  .slider_all .slideshow .cycle-carousel-wrap {
    width: 155px !important;
  }
  .slider_all .slideshow .cycle-carousel-wrap > img {
    width: 110px !important;
  }
  .woocommerce .tb-products-grid .tb-product-item-inner .tb-image a img {
    max-width: 100%;
    width: 100% !important;
  }
  .list_subcategory {
    margin-top: -4px !important;
  }
  .tb-products-grid.tpl4
    .tb-products-grid
    .get_category
    li
    .tb-woo-one-column
    .product.type-product:before {
    display: none;
  }
}
@media (min-width: 436px) and (max-width: 769px) {
  .tb-sidebar-right
    .tb-content
    .product.type-product
    .ro-product-wrapper
    .images
    .thumbnails.slider {
    max-height: initial;
  }
  .tb-sidebar-right
    .tb-content
    .product.type-product
    .ro-product-wrapper
    .images
    .thumbnails.slider
    .caroufredsel_wrapper {
    width: auto !important;
    height: auto;
    overflow: initial;
  }
}
.woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  del {
  color: transparent !important;
}
.thumbnails.slider .caroufredsel_wrapper .yith_magnifier_gallery li {
  position: relative;
}
.thumbnails.slider
  .caroufredsel_wrapper
  .yith_magnifier_gallery
  li:first-child
  a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(168, 109, 115, 0.4);
  position: absolute;
}
.tb-tab-left .vc_tta-tabs-container .vc_tta-tabs-list {
  position: relative;
}
.tb-tab-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  text-align: left;
  padding: 0 !important;
  padding-right: 20px !important;
  position: relative;
  margin-right: 20px !important;
  margin-bottom: 45px !important;
}
.tb-tab-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  font-family: Oswald;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  padding: 0 !important;
  text-transform: uppercase;
  color: #a6a6a6 !important;
  background-color: transparent !important;
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
.tb-tab-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  background-color: transparent !important;
  border: none !important;
  color: #2a2a2a !important;
}
.tb-tab-left
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a {
  background-color: transparent !important;
  color: #2a2a2a !important;
}
.tb-tab-left
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #2a2a2a;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.tb-tab-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
  content: "";
  width: 1px;
  height: 17px;
  background: #d7d7d7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.tb-tab-left
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:last-child:before {
  display: none;
}
.tb-tab-left .vc_tta-tabs-container .vc_tta-tabs-list:before {
  content: "";
  width: calc(60%);
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  top: 10px;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-tab-left .vc_tta-tabs-container .vc_tta-tabs-list:before {
    width: calc(51%);
  }
}
.tab_maket_01 {
  overflow: hidden;
}
.tab_maket_01 .vc_tta-tabs-container {
  background: #ffffff;
  border-top: 2px solid #d1b39e;
  display: inline-block;
  padding-left: 175px;
  border-bottom: 2px solid #efefef;
}
.tab_maket_01 .vc_tta-tabs-container .vc_tta-tabs-list {
  left: -65px;
}
.tab_maket_01 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  float: left;
  height: 58px;
}
.tab_maket_01 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #9c9c9c;
  background-color: transparent !important;
  border: none;
  padding: 0 20px;
  margin: 0;
  border-radius: 0 !important;
  display: block;
  line-height: 58px;
}
.tab_maket_01 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover {
  background-color: transparent !important;
  border: none;
  color: #9c9c9c;
}
.tab_maket_01 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  overflow: hidden;
}
.tab_maket_01
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a {
  background-color: transparent !important;
  color: #91bcca;
}
.tab_maket_01
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .tb-wrap-carousel
  .tb-product-carousel
  .owl-controls
  .owl-nav
  .owl-prev,
.tab_maket_01
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .tb-wrap-carousel
  .tb-product-carousel
  .owl-controls
  .owl-nav
  .owl-next {
  left: initial;
  right: 53px;
  top: -40px !important;
  transform: none;
  border: none;
  width: 25px;
  height: 25px;
}
.tab_maket_01
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .tb-wrap-carousel
  .tb-product-carousel
  .owl-controls
  .owl-nav
  .owl-prev
  > i,
.tab_maket_01
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .tb-wrap-carousel
  .tb-product-carousel
  .owl-controls
  .owl-nav
  .owl-next
  > i {
  font-size: 16px;
  color: #a7a7a7;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  line-height: 21px;
}
.tab_maket_01
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .tb-wrap-carousel
  .tb-product-carousel
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i,
.tab_maket_01
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .tb-wrap-carousel
  .tb-product-carousel
  .owl-controls
  .owl-nav
  .owl-next:hover
  i {
  background: #91bcca;
  color: #ffffff;
  border-color: #91bcca;
}
.tab_maket_01
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .tb-wrap-carousel
  .tb-product-carousel
  .owl-controls
  .owl-nav
  .owl-next {
  right: 20px;
  transform: none;
}
.tab_maket_01
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .tb-wrap-carousel
  .product.type-product {
  border-right: none;
}
.tab_maket_01:hover
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .tb-wrap-carousel
  .tb-product-carousel
  .owl-controls
  .owl-nav
  .owl-prev,
.tab_maket_01:hover
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .tb-wrap-carousel
  .tb-product-carousel
  .owl-controls
  .owl-nav
  .owl-next {
  opacity: 1;
  -webkit-animation: bounceInRight 0.7s both;
  -moz-animation: bounceInRight 0.7s both;
  -o-animation: bounceInRight 0.7s both;
  animation: bounceInRight 0.7s both;
}
.woocommerce a.button.loading {
  opacity: 1 !important;
  padding-right: 0 !important;
}
.col-lg-20 {
  width: 20%;
}
.col-lg-80 {
  width: 80%;
}
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20.7% !important;
  }
  .col-lg-80 {
    width: 79.3% !important;
  }
  .tb-woo-five-column.col-lg-20 {
    width: 20% !important;
  }
  .col-lg-50 {
    width: 40.1% !important;
  }
  .col-lg-70 {
    width: 59.9% !important;
  }
}
.title-tabs_home {
  height: 55px;
  line-height: 60px;
  border-top: 2px solid #b5a88d;
  border-bottom: 1px solid #efefef;
  background: #ffffff;
  position: relative;
  margin-bottom: 0;
}
.title-tabs_home span {
  font-family: Oswald;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: #b5a88d;
  padding: 17px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tpl1.tb-product-carousel3 .product.type-product {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
#tb_change_space_img .vc_images_carousel .owl-controls .owl-nav .owl-prev:hover,
#tb_change_space_img
  .vc_images_carousel
  .owl-controls
  .owl-nav
  .owl-next:hover {
  background: #9ab479;
  border-color: #9ab479;
}
.widget-area .widget:first-child {
  margin-top: -7px;
}
.widget-area .widget:first-child form,
.widget-area .widget:first-child ul {
  background-color: transparent;
  position: relative;
}
.widget-area .tb-woo-banner {
  margin-top: 12px;
}
.sidebar-area .widget:first-child {
  margin-top: -12px;
}
.sidebar-area .widget > div,
.sidebar-area .widget > form,
.sidebar-area .widget > ul {
  position: relative;
}
.tb-woo-banner {
  overflow: hidden;
  border: 20px solid #fff;
  background: #fff;
}
.tb-woo-banner .title_image {
  overflow: hidden;
  position: relative;
}
.tb-woo-banner .title_image .font-miracle-2 {
  font-family: droid serif;
  font-style: italic;
  font-weight: bold;
  font-size: 21px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  display: block;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-woo-banner .title_image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}
.tb-woo-banner .title_content .font-miracle-2 {
  font-family: droid serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #202020;
  padding-top: 28px;
  margin-bottom: 8px;
}
.tb-woo-banner .title_content p {
  font-family: lato;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  color: #989898;
  margin-bottom: 3px;
}
.tb-woo-banner:hover .title_image:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}
.sidebar-area .widget,
.widget-area .widget {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-area .widget .wg-title,
.widget-area .widget .wg-title {
  background: transparent;
  color: #2a2a2a;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 18px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 13px;
  text-align: left;
  padding-top: 12px;
  margin-bottom: 15px;
}
.sidebar-area.blog-sidebar .widget,
.widget-area.blog-sidebar .widget {
  margin-bottom: 40px;
}
.sidebar-area.blog-sidebar .widget li a,
.widget-area.blog-sidebar .widget li a {
  padding-left: 0;
  padding-top: 10px;
  border-color: #e6e6e6;
}
.sidebar-area .widget ul,
.widget-area .widget ul {
  padding: 0;
  margin-top: 0px;
}
.sidebar-area .widget ul li,
.widget-area .widget ul li {
  list-style: none;
  padding: 7px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-area .widget ul li a,
.widget-area .widget ul li a {
  color: #747474;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}
.sidebar-area .widget ul li a:hover,
.widget-area .widget ul li a:hover {
  color: #a86d73;
}
.sidebar-area .widget.widget_nav_menu,
.widget-area .widget.widget_nav_menu {
  overflow: visible;
}
.sidebar-area .widget.widget_nav_menu h2,
.widget-area .widget.widget_nav_menu h2 {
  font-size: 18px;
  padding-left: 50px;
  background-color: #2c2c2c;
  color: #fff;
  height: 44px;
  line-height: 44px;
  position: relative;
  margin-bottom: 0;
}
.sidebar-area .widget.widget_nav_menu h2:before,
.widget-area .widget.widget_nav_menu h2:before {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0c9";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
}
.sidebar-area .widget.widget_nav_menu ul.menu ul.sub-menu,
.widget-area .widget.widget_nav_menu ul.menu ul.sub-menu {
  display: none;
  margin: 0;
  box-shadow: none;
  top: 0;
  left: 0;
}
.sidebar-area .widget.widget_nav_menu ul.menu,
.widget-area .widget.widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-area .widget.widget_nav_menu ul.menu li,
.widget-area .widget.widget_nav_menu ul.menu li {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  position: relative;
  padding: 0;
  background-color: #fff;
}
.sidebar-area .widget.widget_nav_menu ul.menu li a,
.widget-area .widget.widget_nav_menu ul.menu li a {
  color: #333;
  font-size: 13px;
  padding: 0 22px;
  line-height: 40px;
  background-color: transparent;
}
.sidebar-area .widget.widget_nav_menu ul.menu li a:hover,
.widget-area .widget.widget_nav_menu ul.menu li a:hover {
  color: #a86d73;
}
.sidebar-area .widget.widget_nav_menu ul.menu li.menu-item-has-children:after,
.widget-area .widget.widget_nav_menu ul.menu li.menu-item-has-children:after {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
  right: 25px;
  top: 16px;
  color: #fff;
}
.sidebar-area .widget.widget_nav_menu ul.menu li:hover:after,
.widget-area .widget.widget_nav_menu ul.menu li:hover:after {
  color: #a86d73;
  right: 22px;
}
.sidebar-area .widget.widget_nav_menu ul.menu li:hover > ul,
.widget-area .widget.widget_nav_menu ul.menu li:hover > ul {
  display: block !important;
}
.sidebar-area .widget.widget_nav_menu ul.menu > li,
.widget-area .widget.widget_nav_menu ul.menu > li {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  background-color: #f9f9f9;
}
.sidebar-area .widget.widget_nav_menu ul.menu > li a,
.widget-area .widget.widget_nav_menu ul.menu > li a {
  color: #5e5e5e;
}
.sidebar-area .widget.widget_nav_menu ul.menu > li.menu-item-has-children:after,
.widget-area .widget.widget_nav_menu ul.menu > li.menu-item-has-children:after {
  color: #979797;
}
.sidebar-area .widget.widget_nav_menu ul.menu > li:hover,
.widget-area .widget.widget_nav_menu ul.menu > li:hover {
  border-left: 3px solid #a86d73;
  background-color: #fff;
}
.sidebar-area .blog-sidebar .widget ul,
.widget-area .blog-sidebar .widget ul {
  margin-top: 5px;
}
.sidebar-area .widget_layered_nav .wg-title,
.sidebar-area .widget_price_filter .wg-title,
.widget-area .widget_layered_nav .wg-title,
.widget-area .widget_price_filter .wg-title {
  font-family: lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #2a2a2a;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.sidebar-area .widget_layered_nav ul li,
.sidebar-area .widget_price_filter ul li,
.widget-area .widget_layered_nav ul li,
.widget-area .widget_price_filter ul li {
  padding: 6px 0 12px 0 !important;
}
.sidebar-area .widget_layered_nav.widget_layered_nav,
.sidebar-area .widget_price_filter.widget_layered_nav,
.widget-area .widget_layered_nav.widget_layered_nav,
.widget-area .widget_price_filter.widget_layered_nav {
  margin-bottom: 15px;
}
.sidebar-area .yith-woocompare-widget,
.widget-area .yith-woocompare-widget {
  margin-top: 30px;
  margin-bottom: 35px;
}
.sidebar-area .yith-woocompare-widget ul,
.widget-area .yith-woocompare-widget ul {
  margin-top: 20px;
}
.sidebar-area .yith-woocompare-widget ul li,
.widget-area .yith-woocompare-widget ul li {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
}
.sidebar-area .yith-woocompare-widget .compare.button,
.widget-area .yith-woocompare-widget .compare.button {
  padding: 0;
  margin-top: 3px;
}
.sidebar-area .widget.widget_text,
.widget-area .widget.widget_text {
  margin-bottom: 0;
}
.sidebar-area .widget_product_tag_cloud .tagcloud,
.widget-area .widget_product_tag_cloud .tagcloud {
  margin-top: 30px;
  margin-bottom: 25px;
}
.sidebar-area .widget_product_tag_cloud .tagcloud > a,
.widget-area .widget_product_tag_cloud .tagcloud > a {
  margin-right: 10px;
}
.primary-sidebar .widget_price_filter {
  margin-bottom: 8px;
}
.primary-sidebar .widget_price_filter .wg-title {
  margin-bottom: 25px;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper {
  padding-right: 5px;
  margin-bottom: 12px;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 0;
  background: #dddddd !important;
  box-shadow: 0 0 1px 0 rgba(16, 16, 16, 0.3) inset;
  margin-bottom: 18px;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .ui-slider
  .ui-slider-handle {
  background-color: #fff;
  top: -5px;
  box-shadow: none !important;
  width: 15px;
  height: 15px;
  border: 2px solid #a86d73;
  border-radius: 50%;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .ui-slider
  .ui-slider-handle:last-child {
  margin-left: -10px;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .ui-slider
  .ui-slider-handle:hover {
  background-color: #a86d73;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .ui-slider
  .ui-slider-range {
  background: #a86d73;
  box-shadow: none !important;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount {
  position: relative;
  font-size: 13px;
  line-height: 18px;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .button {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #868686;
  overflow: hidden;
  border-radius: 50%;
  text-indent: -9999px;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .button:before {
  text-indent: 0;
  font-family: FontAwesome;
  font-size: 11px;
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .button:hover {
  background: #a86d73;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .price_label {
  display: inline-block;
  color: transparent;
  float: left;
  position: relative;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .price_label
  > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 30px;
  font-family: lato;
  font-weight: 400;
  color: #4a4a4a;
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .price_label
  > span.to {
  left: 120px;
}
.primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .price_label
  > span.to:before {
  content: "_";
  position: absolute;
  left: -16px;
  top: -7px;
}
.tb-sidebar-right .sidebar-area .widget .wg-title,
.tb-sidebar-right .widget-area .widget .wg-title {
  padding: 5px 20px 5px;
}
@media (min-width: 769px) {
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.dropdown-menu {
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .widget-area .tb-woo-banner .hgroup h2,
  .sidebar-area .tb-woo-banner .hgroup h2 {
    width: 120px;
    height: 120px;
    line-height: 119px;
  }
}
@media (max-width: 991px) {
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.dropdown-menu {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.dropdown-menu {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .sidebar-area .widget.widget_nav_menu ul.menu ul.sub-menu,
  .widget-area .widget.widget_nav_menu ul.menu ul.sub-menu {
    left: 100%;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .standar-dropdown {
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09) !important;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .standar-dropdown
    a:hover {
    padding-left: 25px;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul {
    background-color: #fff !important;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09) !important;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li {
    background-color: #fff !important;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    > a {
    padding: 0 22px !important;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    a {
    background-color: #fff !important;
    color: #5e5e5e !important;
    padding: 0;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    a:hover {
    color: #a86d73 !important;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    li {
    padding: 0 22px;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    li
    a {
    border-bottom: 1px solid #ebebeb;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    li
    a:hover {
    padding-left: 3px;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    > ul
    > li
    li:last-child
    a {
    border-bottom: none;
  }
  #jws_theme_wrapper
    .sidebar-area.ct-inc-megamenu
    .widget_nav_menu
    ul.menu
    .has_full_width
    li {
    background-color: #fff !important;
    border-bottom: none;
  }
}
.widget_zo-recent-posts-widget-with-thumbnails {
  margin-bottom: 50px !important;
  margin-top: 0 !important;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-thumb,
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
  display: inline-block;
  float: left;
  width: 100px;
}
.widget_zo-recent-posts-widget-with-thumbnails .wg-title {
  margin-bottom: 20px;
}
.widget_zo-recent-posts-widget-with-thumbnails ul {
  margin-bottom: -20px;
  margin-top: 7px !important;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li {
  border-color: #e6e6e6;
  padding: 10px 0 !important;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li:last-child {
  border-bottom: none;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
  font-size: 13px;
  line-height: 22px;
  padding-left: 15px;
  padding-top: 15px;
  width: calc(100% - 100px);
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3 {
  line-height: 16px;
  margin-bottom: 12px;
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3
  > a {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #5b5b5b;
  opacity: 1;
  text-transform: capitalize;
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3:hover {
  color: #a86d73;
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-content {
  margin-bottom: 5px;
}
.widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-content
  p {
  margin: 0 !important;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-date {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #a86d73;
}
.widget_categories ul > li > a,
.widget_archive ul > li > a {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #5b5b5b;
  text-transform: capitalize;
}
.widget_search form {
  display: inline-block;
  width: 100%;
  margin-bottom: -10px;
}
.widget_search form input[type="text"] {
  float: left;
  width: calc(100% - 80px);
  padding-left: 12px;
  padding-right: 12px;
  border-right: 0;
  height: 40px;
}
.widget_search form input[type="submit"] {
  background-color: #a86d73;
  border: 0;
  float: left;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  width: 80px;
  color: #fff;
}
.widget_recent_comments .recentcomments span {
  text-transform: capitalize;
}
.ro-color-main {
  color: #a86d73;
}
.ro-color-light {
  color: #ffffff;
}
.ro-color-dark {
  color: #444444;
}
.ro-bg-dark {
  background-color: #2b2b2b;
}
.ro-bg-light {
  background-color: #ffffff;
}
.ro-bg-trans-light {
  background-color: #000100;
}
.ro-bg-main {
  background-color: #a86d73;
}
.ro-bgc-1 {
  background-color: #c6d9c6;
}
.ro-bgc-2 {
  background-color: #d9d8c1;
}
.ro-bgc-3 {
  background-color: #deb6b6;
}
.ro-bgc-4 {
  background-color: #abdce1;
}
.ro-bgc-5 {
  background-color: #e7e6e1;
}
.ro-bgc-6 {
  background-color: #9dcf67;
}
.ro-bgc-trans-1 {
  background-color: #000100;
}
.ro-bgc-trans-2 {
  background-color: #000100;
}
.ro-bgc-trans-3 {
  background-color: #000100;
}
.ro-bgc-trans-4 {
  background-color: #000100;
}
.ro-bgc-trans-5 {
  background-color: #000100;
}
.ro-bg-lightgray {
  background-color: #eeeeee;
}
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  outline: none;
  background-color: transparent;
  border: 1px solid #eaeaea;
  padding: 5px 15px;
  line-height: 28.8px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border-color: #a86d73;
}
select {
  height: 35px;
}
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="search"],
.woocommerce textarea,
.woocommerce select {
  line-height: 28.8px !important;
}
.woocommerce .select2-chosen {
  height: 40px !important;
}
textarea {
  resize: none;
  height: 115px;
}
.placeholder {
  color: #444444;
}
::-webkit-input-placeholder {
  color: #444444;
}
:-moz-placeholder {
  color: #444444;
}
::-moz-placeholder {
  color: #444444;
}
:-ms-input-placeholder {
  color: #444444;
}
.ro-social li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
}
.ro-social li a:hover {
  color: #a86d73;
}
.shop_now_1 {
  color: #b5b5b5;
}
.btn-shop-now {
  color: #fff;
}
.btn-shop-now:hover {
  color: #a86d73;
}
.btnviewmore:hover {
  border-color: #a86d73;
}
.btn.btn-view-all {
  border: 1px solid #fff;
  color: #fff;
  padding: 9px 42px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px;
}
.btn.btn-view-all:hover {
  border-color: #a86d73;
  background: #a86d73;
}
.horizontal-strokes-btn-view-more {
  position: relative;
}
.horizontal-strokes-btn-view-more:before,
.horizontal-strokes-btn-view-more:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 43%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 37%;
  }
}
@media (max-width: 639px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 32%;
  }
}
@media (max-width: 479px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 26%;
  }
}
@media (max-width: 359px) {
  .horizontal-strokes-btn-view-more:before,
  .horizontal-strokes-btn-view-more:after {
    width: 24%;
  }
}
.horizontal-strokes-btn-view-more:before {
  left: 0;
}
.horizontal-strokes-btn-view-more:after {
  right: 0;
}
.ro-btn {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
}
.ro-btn-1 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #a86d73;
  color: #ffffff;
}
.ro-btn-1:hover,
.ro-btn-1:focus {
  background-color: #444444;
  color: #ffffff;
}
.ro-btn-2 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #444444;
  color: #ffffff;
}
.ro-btn-2:hover,
.ro-btn-2:focus {
  background-color: #a86d73;
  color: #ffffff;
}
.ro-btn-3 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #ffffff;
}
.ro-btn-3:hover,
.ro-btn-3:focus {
  background-color: #a86d73;
  color: #ffffff;
}
.ro-btn-bd-1 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
}
.ro-btn-bd-1:hover,
.ro-btn-bd-1:focus {
  background-color: #a86d73;
  border-color: #a86d73;
  color: #ffffff;
}
.ro-btn-bd-2 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
  background-color: #ffffff;
}
.ro-btn-bd-2:hover,
.ro-btn-bd-2:focus {
  background-color: #a86d73;
  border-color: #a86d73;
  color: #ffffff;
}
.ro-btn-bdr-1 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
  border-radius: 20px;
  background-color: #eeeeee;
}
.ro-btn-bdr-2 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 14px 39px;
  border: 1px solid #444444;
  background-color: #a86d73;
  border-radius: 20px;
}
.ro-btn-circle {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
  background-color: #393939;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
}
.ro-btn-circle:hover {
  background: #a86d73;
  color: #fff;
}
.tb-title-form {
  font-size: 20px;
  font-weight: 400;
  color: #525151;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.tb-login-form {
  max-width: 500px;
}
.tb-login-form h5.tb-title {
  font-size: 20px;
  font-weight: 400;
  color: #525151;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  color: #333333;
}
.tb-login-form > p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  font-family: lato;
  margin-bottom: 30px !important;
}
.tb-login-form .tb-social-login {
  margin-bottom: 35px;
}
.tb-login-form .tb-social-login > a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 12px 30px;
  min-width: 220px;
  text-align: center;
  font-family: lato;
  font-weight: 400;
}
.tb-login-form .tb-social-login > a > i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 18px;
}
.tb-login-form .tb-social-login > a.tb-facebook-login {
  background: #3d5c98;
}
.tb-login-form .tb-social-login > a.tb-twitter-login {
  background: #22aadf;
  float: right;
}
.tb-login-form .tb-social-login > a:hover {
  opacity: 0.7;
}
.tb-login-form > form > p {
  margin-bottom: 20px !important;
}
.tb-login-form > form > p > label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
  font-family: lato;
}
.tb-login-form > form > p > label:after {
  content: "*";
  font-size: 12px;
  color: #a86d73;
  display: inline-block;
  margin-left: 5px;
}
.tb-login-form > form > p > input {
  padding: 10px 15px;
  line-height: 24px;
  border: 1px solid #ccc;
}
.tb-login-form > form > p.login-remember {
  margin-bottom: 10px !important;
}
.tb-login-form > form > p.login-remember > label {
  color: #8b8b8b;
}
.tb-login-form > form > p.login-remember > label > input {
  margin: 0 10px 0 0;
}
.tb-login-form > form > p.login-submit > input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #515151;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #ccc;
}
.tb-login-form > form > p.login-submit > input:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.tb-login-form > form > p.login-password .input {
  background: transparent;
}
.tb-login-form > form .forgot-password {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #a86d73;
  font-family: lato;
}
.tb-login-form > form .forgot-password:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .tb-login-form .tb-social-login > a {
    display: block;
  }
  .tb-login-form .tb-social-login > a.tb-facebook-login {
    margin-bottom: 30px;
  }
  .tb-login-form .tb-social-login > a.tb-twitter-login {
    float: none;
  }
}
.tb-register-form {
  max-width: 500px;
}
.tb-register-form h5.tb-title {
  font-size: 20px;
  font-weight: 400;
  color: #525151;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  color: #333333;
}
.tb-register-form > p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 27px !important;
  font-family: lato;
}
.tb-register-form > p.error {
  color: #9d2f0f;
}
.tb-register-form > p.complete {
  color: #1d880e;
}
.tb-register-form > form > p {
  margin-bottom: 15px !important;
}
.tb-register-form > form > p > label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
  font-family: lato;
}
.tb-register-form > form > p > label:after {
  content: "*";
  font-size: 12px;
  color: #a86d73;
  display: inline-block;
  margin-left: 5px;
}
.tb-register-form > form > p > input {
  padding: 10px 15px;
  line-height: 24px;
  width: 100%;
  border: 1px solid #ccc;
}
.tb-register-form > form > p.submit {
  margin-bottom: 42px !important;
}
.tb-register-form > form > p.submit > input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #515151;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #ccc;
}
.tb-register-form > form > p.submit > input:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.tb-register-form .tb-info h5 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tb-register-form .tb-info > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tb-register-form .tb-info > ul > li {
  font-size: 16px;
  font-weight: 400;
  color: #8b8b8b;
  margin-bottom: 18px;
  font-family: lato;
}
.tb-register-form .tb-info > ul > li:before {
  content: "\f046";
  font-family: FontAwesome;
  font-size: 14px;
  color: #a86d73;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  text-decoration: none;
  color: inherit;
}
ul.ro-list-inline-block li {
  display: inline-block;
}
.ro-nopadding {
  padding: 0 !important;
}
.ro-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 512;
}
.ro-overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.ro-col-nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ro-relative {
  position: relative;
}
.ro-absolute {
  position: absolute;
}
.ro-fixed {
  position: fixed;
}
.ro-middle {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ro-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ro-center {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
}
.ro-ab-bottom {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}
.ro-ab-bottom:before,
.ro-ab-bottom:after {
  content: " ";
  display: table;
}
.ro-ab-bottom:after {
  clear: both;
}
.ro-bottom {
  position: relative;
  display: block;
  top: 100%;
  transform: translateY(-100%);
}
.ro-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ro-ab-center:before,
.ro-ab-center:after {
  content: " ";
  display: table;
}
.ro-ab-center:after {
  clear: both;
}
.ro-cell-vertical-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.ro-cell-vertical-wrapper .ro-cell-middle {
  display: table-cell;
  vertical-align: middle;
}
.ro-cell-vertical-wrapper .ro-cell-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.ro-cell-vertical-wrapper .ro-cell-top {
  display: table-cell;
  vertical-align: top;
}
.flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ro-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  width: 100%;
}
.ro-video-bg:before,
.ro-video-bg:after {
  content: " ";
  display: table;
}
.ro-video-bg:after {
  clear: both;
}
.ro-video-h .ro-video-bg {
  width: auto;
  height: 100%;
}
.tb-menu-control-mobi {
  display: none;
}
.tb-menu-control-mobi > a {
  font-size: 14px;
  padding: 0 12px;
  line-height: 80px;
  display: block;
}
@media (max-width: 991px) {
  .tb-menu-control-mobi {
    display: inline-block;
    vertical-align: middle;
  }
  .tb-header-menu .tb-menu {
    text-align: right !important;
  }
  .tb-header-v4 .tb-menu .tb-menu-list,
  .tb-header-v2 .tb-menu .tb-menu-list {
    left: auto;
    right: 50%;
    margin-right: -135px;
  }
  .tb-header-wrap.tb-header-v2 .tb-menu-list > ul > li.menu-item-has-children {
    border-bottom: 1px solid #2a2a2a;
  }
}
@media (max-width: 767px) {
  .tb-menu-control-mobi > a {
    line-height: 60px !important;
  }
}
.tb-header-menu .tb-header-menu-inner {
  position: relative;
}
.tb-header-menu .tb-header-menu-inner .row > div {
  position: static;
}
.tb-sidebar .widget-woocommerce-currency-switcher form {
  position: relative;
  float: left;
  width: 100%;
  max-width: 65px;
  margin-left: 10px;
}
.tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select {
  background: transparent !important;
  border: none;
  position: relative;
}
.tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-selected {
  padding: 0;
  height: 38px;
  color: transparent !important;
  background: transparent;
  text-align: center;
}
.tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-selected
  .dd-selected-text {
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding-right: 13px;
}
.tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-pointer {
  border: solid 5px transparent;
  border-top: solid 5px #fff;
  margin-top: -5px;
  opacity: 0;
  right: 13px;
  z-index: 99;
}
.tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #d4d4d4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:after {
  content: "";
  width: 1px;
  height: 11px;
  background: #d4d4d4;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options
  li {
  width: auto;
  border-right: none !important;
}
.tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options
  li
  a
  .dd-option-description {
  display: none;
}
.tb-sidebar .widget-woocommerce-currency-switcher form:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 14px;
  top: 20px;
  line-height: 0;
  height: 10px;
}
.tb-sidebar .widget-woocommerce-currency-switcher form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearande: none;
  padding: 0;
  background-color: #181818;
  border: none;
  color: #fff;
  background: transparent !important;
}
.tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .woocommerce-currency-switcher {
  text-transform: uppercase;
  font-family: Oswald;
}
.tb-sidebar .widget-woocommerce-currency-switcher:last-child form:before {
  position: absolute;
  height: 10px;
  width: 1px;
  content: "";
  border-left: 1px solid #fff;
  top: 13px;
  left: 0;
}
.tb-sidebar .widget-woocommerce-currency-switcher:first-child form {
  padding-left: 0;
}
.tb-sidebar .widget-woocommerce-currency-switcher:first-child form:before {
  display: none;
}
.tb-sidebar .language form {
  max-width: 70px;
  margin-left: 0;
  margin-right: 5px;
}
.tb-sidebar .language form .dd-container .dd-select:before,
.tb-sidebar .language form .dd-container .dd-select:after {
  display: none;
}
.tb-sidebar
  .language
  form
  .dd-container
  .dd-select
  .dd-selected
  .dd-selected-text {
  padding-right: 0;
}
.tb-sidebar .language form .dd-container .dd-select .dd-pointer {
  right: 0;
}
.tb-sidebar .language form .dd-container .dd-options li {
  border-right: none !important;
}
.tb-sidebar .language form:after {
  right: 0;
}
.tb-sidebar #text-30 ul > li {
  width: 173px;
  padding: 10px 10px;
  text-align: center;
  border-right: none;
  position: relative;
}
.tb-sidebar #text-30 ul > li i {
  font-size: 13px;
  color: #fff;
  padding-right: 3px;
}
.tb-sidebar #text-30 ul > li span {
  font-family: Oswald;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  text-transform: initial;
}
.tb-sidebar #text-30 ul > li:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #d5d5d5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-sidebar #text-30 ul > li:last-child {
  padding-right: 19px;
}
.tb-sidebar #text-30 ul > li:last-child:before {
  display: none;
}
.tb-menu-list > ul > li > a > span {
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.tb-menu-list > ul > li .menu-item.new .menu-title,
.tb-menu-list > ul > li .menu-item.hot .menu-title,
.tb-menu-list > ul > li .menu-item.sale .menu-title {
  position: relative;
}
.tb-menu-list > ul > li .menu-item.new .menu-title:after,
.tb-menu-list > ul > li .menu-item.hot .menu-title:after,
.tb-menu-list > ul > li .menu-item.sale .menu-title:after {
  position: absolute;
  right: 0;
  margin-right: -9px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  padding: 0 6px;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  top: 1px;
}
.tb-menu-list > ul > li .menu-item.new .menu-title:before,
.tb-menu-list > ul > li .menu-item.hot .menu-title:before,
.tb-menu-list > ul > li .menu-item.sale .menu-title:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 6px solid #eaa24e;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: 0;
  margin-right: -12px;
  top: 3px;
}
.tb-menu-list > ul > li .menu-item.new .menu-title:after {
  content: "New";
}
.tb-menu-list > ul > li .menu-item.hot .menu-title:after {
  content: "Hot";
}
.tb-menu-list > ul > li .menu-item.sale .menu-title:after {
  content: "Sale";
}
.tb-menu-list > ul > li .menu-item .main-color .menu-title:after {
  background-color: #a86d73;
}
.tb-menu-list > ul > li .menu-item .main-color .menu-title:before {
  border-right-color: #a86d73;
}
.tb-menu-list > ul > li .menu-item .orange .menu-title:after {
  background-color: #eaa24e;
}
.tb-menu-list > ul > li .menu-item .orange .menu-title:before {
  border-right-color: #eaa24e;
}
.tb-menu-list > ul > li .menu-item .red .menu-title:after {
  background-color: #ea5d4e;
}
.tb-menu-list > ul > li .menu-item .red .menu-title:before {
  border-right-color: #ea5d4e;
}
.tb-menu-list > ul > li .menu-item .black .menu-title:after {
  background-color: #191919;
}
.tb-menu-list > ul > li .menu-item .black .menu-title:before {
  border-right-color: #191919;
}
.tb-menu-list > ul > li.menu-item-has-children {
  /*----mega dropdown----*/
}
.tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li > a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb_slider_home6.vc_custom_1469719687786 {
    margin-top: 0px !important;
  }
  .tb_slider_home6.vc_custom_1470219200340 {
    margin-top: 0px !important;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .tb-sidebar #text-30 ul > li {
    width: 166px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart {
    margin-left: -27px;
  }
  .tb-header-wrap.tb-header-v2,
  .tb-header-wrap.tb-header-v5,
  .tb-header-wrap.tb-header-v6,
  .tb-header-wrap.tb-header-v7,
  .tb-header-wrap.tb-header-v8 {
    height: auto !important;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu-db,
  .tb-header-wrap.tb-header-v5 .tb-header-menu-db,
  .tb-header-wrap.tb-header-v6 .tb-header-menu-db,
  .tb-header-wrap.tb-header-v7 .tb-header-menu-db,
  .tb-header-wrap.tb-header-v8 .tb-header-menu-db {
    height: auto !important;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu {
    text-align: center;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    padding: 0;
    padding-right: 25px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after {
    left: 30%;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar {
    position: relative;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search {
    position: absolute;
    left: 0;
    top: 75%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-bottom: 0;
    z-index: 999999;
    display: block;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form {
    display: none;
    width: 215px;
    height: 35px;
    left: -73px;
    position: absolute;
    top: 24px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit {
    width: 40px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s {
    width: 175px;
    font-family: lato;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
    background: #ffffff;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart {
    position: relative;
    left: 25px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i {
    font-weight: 700;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total {
    right: -21px;
    margin-top: -8px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon {
    display: inline-block;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #949494;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    margin-right: 5px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover {
    color: #fff !important;
    border-color: #a86d73;
    background: #a86d73;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon {
    font-size: 15px !important;
    font-weight: 700;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover {
    color: #fff !important;
    border-color: #a86d73;
    background: #a86d73;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total {
    color: #a86d73 !important;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    padding-right: 0;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul {
    width: 94%;
    float: left;
    text-align: center !important;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a:after {
    left: 25%;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart {
    left: 15px;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .header
    > a {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .header
    > a
    > span.cart_total {
    right: -22px !important;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .tb-menu-account
    .menu-sub-account-container
    ul
    > li
    > a {
    color: #6b6b6b;
    font-family: lato;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .tb-menu-account
    .menu-sub-account-container
    ul
    > li
    > a
    i {
    color: #a0a0a0;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    a
    > img {
    max-width: 130px;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth,
  .tb-header-wrap.tb-header-v7.tb-layout-fullwidth,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth {
    height: 100px !important;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left,
  .tb-header-wrap.tb-header-v7.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left {
    margin-right: 0 !important;
    padding-right: 10px;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right,
  .tb-header-wrap.tb-header-v7.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right {
    margin-left: 0 !important;
    padding-left: 10px;
  }
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon
    > span.cart_total,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon
    > span.cart_total,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon
    > span.cart_total {
    right: -20px !important;
  }
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-inner
    .tb-menu
    > .tb-menu-list
    #nav
    > li
    > a:after,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-inner
    .tb-menu
    > .tb-menu-list
    #nav
    > li
    > a:after,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-inner
    .tb-menu
    > .tb-menu-list
    #nav
    > li
    > a:after {
    left: 50% !important;
  }
  .tb-header-wrap.tb-header-v7.tb-layout-fullwidth {
    height: auto !important;
  }
  .tb-header-wrap.tb-header-v7 .tb-header-top {
    height: auto;
  }
  .tb-header-wrap.tb-header-v7 .tb-header-top .text-left {
    padding: 0 15px !important;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    ul {
    margin-right: 0;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    ul {
    margin-left: 0;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    ul
    li {
    width: auto !important;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon {
    border: 1px solid #383838;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen {
    border: 1px solid #383838;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    .textwidget
    ul
    li {
    padding: 0 5px 0 0 !important;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-top {
    height: auto !important;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    .menu-account-shop-container
    ul {
    margin-right: 0;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    .menu-account-shop-container
    ul
    > li {
    padding: 0 8px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    a {
    left: 55%;
  }
  .tb-header-wrap.tb-header-v4 .header-top-center .text-center {
    padding: 0;
  }
  .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    a {
    left: 55%;
  }
  .countdown-home-03 .miracle-title-tpl4 .miracle-subtitle:after {
    transform: translateX(71.5%);
    -webkit-transform: translateX(71.5%);
    -moz-transform: translateX(71.5%);
    -o-transform: translateX(71.5%);
    -ms-transform: translateX(71.5%);
  }
  .countdown-home-03 .miracle-title-tpl4 .miracle-subtitle:before {
    transform: translateX(-71.5%);
    -webkit-transform: translateX(-71.5%);
    -moz-transform: translateX(-71.5%);
    -o-transform: translateX(-71.5%);
    -ms-transform: translateX(-71.5%);
  }
  .tb_slider_home6.tb-md-container-fluid {
    margin-top: 0px !important;
  }
}
.total_cart_all {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .tb-header-v5.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-v6.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu {
    width: 93% !important;
  }
  .tb-header-v5.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul,
  .tb-header-v6.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb_slider_home6.vc_custom_1469719687786 {
    margin-top: 0px !important;
  }
  .tb_slider_home6.vc_custom_1470219200340 {
    margin-top: 0px !important;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top {
    max-width: 100%;
    height: auto;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .text-left {
    width: 100%;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .text-left .tb-sidebar {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: -15px;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .text-left .tb-sidebar form {
    left: 15%;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .text-right {
    width: 100%;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .text-right .tb-menu-sidebar {
    text-align: center;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .text-right
    .tb-menu-sidebar
    .menu-account-shop-container
    ul {
    left: 0;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .text-right
    .tb-menu-sidebar
    .menu-account-shop-container
    ul
    li {
    padding: 0 12px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .text-right
    .tb-menu-sidebar
    .menu-account-shop-container
    ul
    li:before {
    left: 100%;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top {
    max-width: 100%;
    height: auto;
    padding: 20px 0 20px 0 !important;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top .text-left {
    width: 25%;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top .text-left .tb-logo {
    margin-left: 0;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top .text-left .tb-logo a > img {
    max-width: 150px;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top .text-center {
    width: 50%;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-center
    .all-sidebar
    .tb-sidebar-l
    .widget
    #tb-mega-searchform
    .dropdown {
    width: 124px;
    padding: 0;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-center
    .all-sidebar
    .tb-sidebar-l
    .widget
    #tb-mega-searchform
    .dropdown
    select {
    padding-left: initial;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-center
    .all-sidebar
    .tb-sidebar-l
    .widget
    #tb-mega-searchform
    .dropdown
    .caret {
    left: 85%;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top .text-right {
    width: 25%;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a {
    margin-right: 27px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown {
    margin-top: 50px !important;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    .widget_shopping_cart_content
    .cart_list
    > li
    .quantity {
    top: 5px !important;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    .widget_shopping_cart_content
    .total {
    padding-top: 15px;
    margin-bottom: 15px !important;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi {
    display: none;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background: transparent;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul {
    text-align: center;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children {
    display: inline-block;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > a {
    line-height: 60px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul {
    max-width: 500px;
    background: #ffffff;
    border-top: 1px solid #efefef;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li {
    display: inline-block;
    max-width: 200px;
    border-bottom: none;
    float: left;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    > .sub-menu {
    max-width: 200px;
    position: relative;
    display: block;
    animation: none;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    > .sub-menu
    > li
    > a {
    line-height: 30px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    > a {
    color: #474747;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    .columns4 {
    max-width: 720px;
    width: 720px !important;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    .columns4
    > li.menu-item-has-children {
    max-width: 100%;
    width: 50%;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    .columns4
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    padding: 0 20px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul {
    position: absolute;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu {
    text-align: center;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    line-height: 38px !important;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span {
    color: #fff !important;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar {
    position: relative;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search {
    position: absolute;
    left: 0;
    top: 75%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-bottom: 0;
    z-index: 999999;
    display: block;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form {
    display: none;
    width: 215px;
    left: 0;
    position: absolute;
    top: 24px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit {
    width: 40px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s {
    width: 175px;
    font-family: lato;
    font-weight: 400;
    font-size: 12px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search:hover:before,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search:hover:before,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search:hover:before,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search:hover:before,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search:hover:before {
    background: #a86d73;
    border-color: #a86d73;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart {
    position: relative;
    left: 25px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total {
    right: -21px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon {
    display: inline-block;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #949494;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    margin-right: 5px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover {
    color: #fff !important;
    border-color: #a86d73;
    background: #a86d73;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu,
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu,
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu,
  .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu,
  .tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu {
    text-align: center !important;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-sidebar {
    float: right;
    width: 50%;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon {
    font-size: 15px !important;
    font-weight: 700;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover {
    color: #fff !important;
    border-color: #a86d73;
    background: #a86d73;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total {
    color: #a86d73 !important;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-control-mobi {
    width: 50%;
    padding-top: 10px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s {
    margin-bottom: 0;
    background: #ffffff;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i {
    font-weight: 700;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: left;
    padding-right: 0;
    right: initial;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li {
    border-bottom: 1px solid #2a2a2a;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i:hover {
    border-color: #a86d73;
    background: #a86d73;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo {
    border-right: 1px solid #eaeaea;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth {
    height: auto;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth .tb-header-top,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth .tb-header-top {
    height: auto;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right {
    margin-left: 0 !important;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget
    .textwidget
    ul
    li,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget
    .textwidget
    ul
    li {
    width: auto !important;
    padding: 10px 9px !important;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left {
    margin-right: 0 !important;
    padding-right: 15px;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget
    .menu-account-shop-container
    > ul
    > li,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget
    .menu-account-shop-container
    > ul
    > li {
    padding: 0 5px;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget
    .menu-account-shop-container
    > ul
    > li
    > a,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget
    .menu-account-shop-container
    > ul
    > li
    > a {
    font-size: 9px;
  }
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i {
    color: #444;
  }
  .tb-header-wrap.tb-header-v5
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .tb-menu-account
    .menu-sub-account-container
    ul
    > li
    > a {
    color: #6b6b6b;
    font-family: lato;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
  }
  .tb-header-wrap.tb-header-v5
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .tb-menu-account
    .menu-sub-account-container
    ul
    > li
    > a
    i {
    color: #a0a0a0;
  }
  .tb-header-wrap.tb-header-v5
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    .icon_cart_wrap {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    .icon_cart_wrap
    span.cart_total {
    right: -21px !important;
  }
  .tb-header-wrap.tb-header-v7.tb-layout-fullwidth {
    height: auto !important;
  }
  .tb-header-wrap.tb-header-v7 .tb-header-top {
    height: auto;
  }
  .tb-header-wrap.tb-header-v7 .tb-header-top .text-left {
    padding: 0 15px !important;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    ul {
    margin-right: 0;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    ul
    > li {
    padding: 0 5px;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    ul
    > li
    > a {
    font-size: 10px;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    ul {
    margin-left: 0;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    ul
    li {
    width: auto !important;
    padding: 10px 2px !important;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    ul
    li:last-child {
    padding-right: 0px !important;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon {
    border: 1px solid #383838;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen {
    border: 1px solid #383838;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget
    .textwidget
    ul
    li {
    padding: 10px 7px !important;
  }
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget
    .textwidget
    ul
    li
    i {
    font-size: 10px !important;
  }
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget
    .textwidget
    ul
    li
    span {
    font-size: 11px !important;
  }
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-top .text-left {
    width: 36%;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-top .text-center {
    width: 33.333333%;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-top .text-right {
    width: 30.666667%;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    .textwidget
    ul
    li {
    padding: 0 10px 0 0 !important;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-menu .text-left .tb-menu {
    text-align: left !important;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-control-mobi {
    display: none;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-control-mobi
    > a {
    line-height: 65px;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background: transparent;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul {
    text-align: left;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children {
    display: inline-block;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > a {
    line-height: 65px;
    padding: 0 10px !important;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul {
    max-width: 500px;
    background: #ffffff;
    border-top: 1px solid #efefef;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li {
    display: inline-block;
    max-width: 200px;
    border-bottom: none;
    float: left;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    > .sub-menu {
    max-width: 200px;
    position: relative;
    display: block;
    animation: none;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    > .sub-menu
    > li
    > a {
    line-height: 30px;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li
    > a {
    color: #474747;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    .columns4 {
    max-width: 720px;
    width: 720px !important;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    .columns4
    > li.menu-item-has-children {
    max-width: 100%;
    width: 50%;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    .columns4
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    padding: 0 20px;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul {
    position: absolute;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.current-menu-ancestor
    > a
    > span {
    color: #a86d73 !important;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-top {
    height: auto;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    .textwidget
    form {
    padding-left: 0;
    max-width: 65px;
    margin-left: 0 !important;
    margin-right: 0;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    .textwidget
    form
    .dd-container
    .dd-select
    .dd-selected
    .dd-selected-text {
    padding-right: 10px;
    font-size: 10px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    .textwidget
    .widget-woocommerce-currency-switcher
    form {
    max-width: 65px;
    margin-left: 5px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    .textwidget
    .widget-woocommerce-currency-switcher
    form
    .dd-container
    .dd-select
    .dd-selected
    .dd-selected-text {
    font-size: 10px;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-top .tb-sidebar #text-30 ul > li {
    width: auto;
    padding: 10px 8px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar
    #text-30
    ul
    > li
    > span,
  .tb-header-wrap.tb-header-v4 .tb-header-top .tb-sidebar #text-30 ul > li i {
    font-size: 10px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    ul {
    margin-left: 0;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    ul
    > li {
    padding: 0 5px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    ul
    > li
    > a
    span {
    font-size: 9px;
  }
  .tb-header-wrap.tb-header-v4
    .header-top-center
    .tb-sidebar.tb-sidebar-left
    .widget
    .textwidget
    ul
    li {
    padding: 0 5px 0 0 !important;
  }
  .tb-header-wrap.tb-header-v4 .header-top-center .text-right {
    margin-left: 0 !important;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu {
    text-align: center !important;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list {
    margin-right: -135px !important;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    ul#nav
    > li {
    border-bottom: 1px solid #2a2a2a;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    ul#nav
    > li
    > a
    > span {
    color: #fff !important;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    margin-right: 0 !important;
    position: relative;
    display: block;
    right: 0;
    background: #ffffff;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav {
    text-align: center;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li {
    padding: 0 10px;
    border-bottom: none;
    display: inline-block;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li
    > a {
    line-height: 60px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li
    > a
    > span {
    color: #3a3a3a !important;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li
    ul {
    position: absolute;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li.has_full_width
    > ul {
    max-width: 500px;
    background: #ffffff;
    border-top: 1px solid #efefef;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li.has_full_width
    > ul
    > li {
    display: inline-block;
    max-width: 200px;
    border-bottom: none;
    float: left;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li.has_full_width
    > ul
    > li
    > .sub-menu {
    max-width: 200px;
    position: relative;
    display: block;
    animation: none;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li.has_full_width
    > ul
    > li
    > .sub-menu
    > li
    > a {
    line-height: 30px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li.has_full_width
    > ul
    > li
    > a {
    color: #474747;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li.has_full_width
    .columns4 {
    max-width: 800px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li.has_full_width
    .columns4
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    padding: 0 20px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul#nav
    > li.current-menu-ancestor
    > a
    > span {
    color: #a86d73 !important;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi {
    display: none;
  }
  .tb-header-wrap.tb-header-v9 .tb-header-menu .tb-header-menu-inner .tb-logo {
    height: 80px;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi {
    display: block;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    background: #fff;
    right: initial;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li {
    border-bottom: 1px solid #efefef;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    line-height: 40px !important;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .sreach_form_header {
    width: calc(50%) !important;
    line-height: 80px !important;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .sreach_form_header
    form
    input[type="text"] {
    line-height: 80px !important;
    padding: 1px 15px !important;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .opensearch {
    left: 25% !important;
    line-height: 80px;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header {
    line-height: 80px;
    padding-right: 0;
  }
  .tb-header-wrap.tb-header-v10
    .tb-header-top
    .tb-sidebar-right
    .widget_nav_menu
    .menu-account-shop-container
    ul
    > li,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-sidebar-right
    .widget_nav_menu
    .menu-account-shop-container
    ul
    > li {
    margin-right: 10px !important;
  }
  .tb-header-wrap .tb-sidebar .widget-woocommerce-currency-switcher form {
    margin-left: 5px;
  }
  .tb-header-wrap
    .tb-sidebar
    .widget-woocommerce-currency-switcher
    form
    .dd-container
    .dd-select
    .dd-selected
    .dd-selected-text {
    font-size: 10px;
  }
  .countdown-home-03 .miracle-title-tpl4 .miracle-subtitle:after {
    transform: translateX(77.5%);
    -webkit-transform: translateX(77.5%);
    -moz-transform: translateX(77.5%);
    -o-transform: translateX(77.5%);
    -ms-transform: translateX(77.5%);
  }
  .countdown-home-03 .miracle-title-tpl4 .miracle-subtitle:before {
    transform: translateX(-77.5%);
    -webkit-transform: translateX(-77.5%);
    -moz-transform: translateX(-77.5%);
    -o-transform: translateX(-77.5%);
    -ms-transform: translateX(-77.5%);
  }
  .tb_slider_home6.tb-md-container-fluid {
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .tb-menu-list {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    white-space: nowrap;
  }
  .tb-menu-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tb-menu-list > ul > li {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
  }
  .tb-menu-list > ul > li > a {
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    transition: all 0.4s !important;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    line-height: 65px;
    font-size: 15px;
    padding: 0 15px;
    position: relative;
  }
  .tb-menu-list > ul > li > a:before {
    width: 100%;
    height: 3px;
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tb-menu-list > ul > li.menu-bg-logo {
    text-indent: -9999px;
    display: inline-block;
    width: 144px;
    white-space: nowrap;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 38px;
  }
  .tb-menu-list > ul > li.menu-bg-logo a {
    display: block;
  }
  .tb-menu-list > ul > li.menu-bg-logo a:after {
    display: none;
  }
  .tb-menu-list > ul > li.current_page_item > a,
  .tb-menu-list > ul > li:hover > a,
  .tb-menu-list > ul > li.current-menu-item > a,
  .tb-menu-list > ul > li.current_page_parent > a {
    color: #2a2a2a !important;
    position: relative;
  }
  .tb-menu-list > ul > li.current_page_item > a:before,
  .tb-menu-list > ul > li:hover > a:before,
  .tb-menu-list > ul > li.current-menu-item > a:before,
  .tb-menu-list > ul > li.current_page_parent > a:before {
    opacity: 1;
  }
  .tb-menu-list > ul > li.current_page_item > a:after,
  .tb-menu-list > ul > li:hover > a:after,
  .tb-menu-list > ul > li.current-menu-item > a:after,
  .tb-menu-list > ul > li.current_page_parent > a:after {
    display: none;
  }
  .tb-menu-list > ul > li.menu-item-has-children {
    position: relative;
    /*----basic dropdown----*/
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul > li.menu-item-has-children > a {
    position: relative;
  }
  .tb-menu-list > ul > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    background: #a6a6a6;
    z-index: 1000;
    top: 74%;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown ul {
    background-color: transparent;
    box-shadow: none;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li {
    background-color: #fff;
    display: block;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    li:first-child {
    border: none;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    font-family: lato;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #6b6b6b;
    line-height: 39px;
    padding: 0 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    li:hover
    > a {
    color: #a86d73;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    li.current_page_item
    > a {
    color: #a86d73;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li {
    display: block;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children {
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 270px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children:hover
    > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width {
    position: static;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    margin: 0;
    padding: 30px 10px 24px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul.columns6
    > li {
    width: 16.666%;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul.columns3 {
    width: 325px !important;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul.columns3
    > li {
    width: 50%;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul.columns4
    > li {
    width: 22.3%;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul.columns4
    > li:last-child {
    width: 33%;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li {
    float: left;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    font-family: Oswald;
    text-transform: uppercase;
    color: #333;
    padding: 0 15px 0 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li:hover
    > a {
    background: none;
    color: #a86d73;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li {
    padding: 0 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-family: lato;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 28px;
    padding: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    background: none;
    color: #a86d73;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:last-child
    > a {
    border-bottom: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block {
    padding: 14px 20px 8px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    > a {
    display: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    .tb-menu-custom-block {
    max-width: 253px;
    height: auto;
    float: right;
    padding-right: 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image {
    position: relative;
    top: 11px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    a {
    position: absolute;
    top: 50%;
    left: 63%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    a
    > span {
    font-family: droid serif;
    font-weight: bold;
    font-size: 22px;
    color: #2a2a2a;
    text-transform: uppercase;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    .tb-menu-custom-block
    .vc_single_image-wrapper {
    position: relative;
    max-width: 253px;
    height: auto;
    float: right;
    overflow: hidden;
    padding-right: 18px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    .tb-menu-custom-block
    .vc_single_image-wrapper:before {
    content: "";
    width: 85%;
    height: 87%;
    position: absolute;
    border: 1px solid #f9f9f9;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 8;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    .tb-menu-custom-block
    .vc_single_image-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, -100%, 0);
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    .tb-menu-custom-block
    .vc_single_image-wrapper:hover:before {
    border-color: #a86d73;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    .tb-menu-custom-block
    .vc_single_image-wrapper:hover:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 100%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 100%, 0);
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.dropdown-menu {
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09) !important;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    ul.multicolumn
    ul.dropdown-menu {
    box-shadow: none !important;
  }
}
@media (max-width: 991px) {
  .tb-menu-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 270px;
    text-align: left;
    background: #000000;
  }
  .tb-menu-list.active {
    display: block;
    z-index: 999;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tb-menu-list > ul > li {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
  }
  .tb-menu-list > ul > li > a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0 15px;
  }
  .tb-menu-list > ul > li.current_page_item,
  .tb-menu-list > ul > li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .tb-menu-list > ul > li.menu-item-has-children {
    position: relative;
    /*----basic dropdown----*/
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown {
    position: relative;
    min-width: 270px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li {
    display: block;
    border-top: 1px solid rgba(170, 170, 170, 0.2);
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li:first-child {
    border: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li
    > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    line-height: 38px;
    padding: 0 20px;
    font-family: lato;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children {
    position: relative;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul {
    position: relative;
    min-width: 270px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li {
    display: block;
    border-top: 1px solid rgba(170, 170, 170, 0.2);
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li:first-child {
    border: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li
    > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    line-height: 38px;
    padding: 0 20px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    background: none;
    color: #a86d73;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.menu-item-has-children:hover
    > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children
    > ul.standar-dropdown
    > li:hover
    > a {
    background: none;
    color: #a86d73;
  }
  .tb-menu-list > ul > li.menu-item-has-children:hover > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width {
    position: static;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul {
    position: relative;
    width: 100%;
    max-width: 270px;
    margin: 0;
    padding: 20px 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    color: #474747;
    text-transform: uppercase;
    padding: 0 15px;
    font-family: lato;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li:hover
    > a {
    background: none;
    color: #a86d73;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    line-height: 38px;
    padding: 0 20px;
    font-family: lato;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li.current_page_item
    > a,
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children
    > ul
    > li:hover
    > a {
    background: none;
    color: #a86d73;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.menu-item-has-children:hover
    > ul {
    display: block;
    z-index: 999;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block {
    padding: 10px 15px;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.item-menu-custom-block
    > a {
    display: none;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul.columns3 {
    background: #000000;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul.columns3
    > li {
    border-bottom: 1px solid #222222;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul.columns3
    > li
    > a {
    color: #fff;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul.columns3
    > li
    > .sub-menu {
    width: 100%;
  }
  .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul.columns3
    > li
    > .sub-menu
    > li
    > a {
    font-family: lato;
    font-weight: 400;
  }
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-select {
  display: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options {
  display: block !important;
  position: relative;
  box-shadow: none;
  border: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option {
  padding: 3px 0;
  border: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option
  .dd-option-text {
  display: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option
  .dd-desc {
  color: #6b6b6b;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option.dd-option-selected
  .dd-desc,
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option:hover
  .dd-desc {
  color: #a86d73;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form {
  position: absolute;
  width: 92%;
  max-width: 830px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-right: 0;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"] {
  height: 70px !important;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 30px;
  line-height: 70px;
  padding: 0;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="text"]:placeholder-shown {
  color: #fff;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  > input[type="submit"] {
  display: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .searchform_fixed
  .widget_searchform_content
  form
  .tb-close-fixedsearch {
  position: absolute;
  color: #fff;
  font-size: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  line-height: 0;
}
.tb-menu-sidebar {
  display: inline-block;
  vertical-align: middle;
}
.tb-menu-sidebar .widget_cart_search_wrap_item {
  position: relative;
  display: inline-block;
}
.tb-menu-sidebar .widget_cart_search_wrap_item .widget_searchform_content {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 300px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  display: none;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.active {
  display: block !important;
  z-index: 999;
  -webkit-animation: fadeInUp 0.4s both;
  -moz-animation: fadeInUp 0.4s both;
  -o-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  min-height: 100px;
  line-height: 20px;
  box-shadow: none;
  padding-top: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"] {
  color: #919191;
  font-size: 24px;
  text-align: center;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]::-webkit-input-placeholder {
  color: #919191;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:-moz-placeholder {
  color: #919191;
  opacity: 1;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]::-moz-placeholder {
  color: #919191;
  opacity: 1;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:-ms-input-placeholder {
  color: #919191;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:placeholder-shown {
  color: #919191;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:focus {
  color: #000;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input {
  border: none;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  .tb-close-fullsearch {
  font-size: 24px;
  top: 8px;
  right: 0;
  position: absolute;
  color: #919191;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form {
  position: relative;
  padding-right: 80px;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > input {
  background: transparent;
  height: 40px;
  margin: 0;
  float: left;
}
.tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  color: #ffffff;
  background: #a86d73;
  border-color: #a86d73;
  text-transform: uppercase;
}
.tb-menu-sidebar .tb-menu-canvas-wrap {
  position: relative;
  display: inline-block;
}
.tb-menu-sidebar .tb-menu-canvas-wrap a.icon {
  margin-right: 22px;
}
.tb-menu-sidebar a.icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 25px;
  color: #949494;
}
.tb-menu-sidebar a.icon > span.cart_total {
  right: -25px;
}
.tb-menu-sidebar a.icon em {
  display: none;
}
.tb-menu-sidebar a.icon:hover {
  color: #a86d73;
}
.tb-menu-sidebar .widget_mini_cart_wrap {
  top: 0;
  position: relative;
  display: inline-block;
}
.tb-menu-sidebar .widget_mini_cart_wrap .header {
  line-height: 100px;
  display: block;
  padding-right: 6px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap {
  line-height: 100px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account {
  position: absolute;
  top: 100%;
  left: -120%;
  background-color: #fff;
  /* min-width: 200px; */
  z-index: 9999;
  text-align: left;
  padding: 30px 20px 20px 25px;
  white-space: nowrap;
  line-height: 24px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  min-width: 170px;
  display: none;
  -webkit-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account.active {
  display: block;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li {
  line-height: 28px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li a {
  color: #6b6b6b;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li a i {
  color: #a0a0a0;
  margin-right: 2px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li a span {
  font-family: lato;
  font-weight: 400;
  color: #6b6b6b;
  text-transform: capitalize;
  font-size: 13px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li a span:hover {
  color: #a86d73;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li a span:hover > i {
  color: #a86d73;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li:hover a,
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li:hover i,
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li.current-menu-item a,
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account li.current-menu-item i {
  color: #333;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account .widget {
  margin-bottom: 14px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account .widget .wg-title,
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account .widget .widget-title {
  margin-bottom: 3px;
  font-size: 15px;
}
.tb-menu-sidebar
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget
  .menu-sub-account-container {
  margin-left: -1.5px;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .tb-menu-account .widget:last-child {
  margin-bottom: 0;
}
.tb-menu-sidebar .widget_mini_icon .header span.total_cart {
  display: none;
  color: #fff;
}
.tb-header-wrap.tb-header-stick
  .tb-menu-sidebar
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search {
  min-height: 140px;
  padding-top: 50px;
}
.tb-header-wrap.tb-header-v8 .tb-menu-sidebar a.icon,
.tb-header-wrap.tb-header-v5 .tb-menu-sidebar a.icon {
  position: relative;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.tb-header-wrap.tb-header-v8 .tb-menu-sidebar a.icon:after,
.tb-header-wrap.tb-header-v5 .tb-menu-sidebar a.icon:after {
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
  border-color: #e9e9e9;
  z-index: -1;
}
.tb-header-wrap.tb-header-v8 .tb-menu-sidebar a.icon:hover,
.tb-header-wrap.tb-header-v5 .tb-menu-sidebar a.icon:hover {
  color: #fff;
}
.tb-header-wrap.tb-header-v8 .tb-menu-sidebar a.icon:hover:before,
.tb-header-wrap.tb-header-v8 .tb-menu-sidebar a.icon:hover:after,
.tb-header-wrap.tb-header-v5 .tb-menu-sidebar a.icon:hover:before,
.tb-header-wrap.tb-header-v5 .tb-menu-sidebar a.icon:hover:after {
  border-color: #a86d73;
}
.tb-header-wrap.tb-header-v8 .tb-menu-sidebar a.icon:hover:after,
.tb-header-wrap.tb-header-v5 .tb-menu-sidebar a.icon:hover:after {
  background-color: #a86d73;
}
.tb-header-wrap.tb-header-v8 .tb-menu-sidebar a.icon:hover .fa,
.tb-header-wrap.tb-header-v5 .tb-menu-sidebar a.icon:hover .fa {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.tb-header-wrap.tb-header-v3.tb-header-fixed .tb-header-menu {
  background-color: transparent;
}
.tb-header-wrap.tb-header-v3 .tb-sidebar.tb-sidebar-right {
  float: right;
}
.tb-header-wrap.tb-header-v3
  .tb-sidebar.tb-sidebar-right
  .widget-woocommerce-currency-switcher
  form {
  margin-right: 5px;
}
.tb-header-wrap.tb-header-v3
  .tb-sidebar.tb-sidebar-right
  .widget-woocommerce-currency-switcher
  form
  select {
  min-width: 43px;
}
.tb-header-wrap.tb-header-v3
  .tb-sidebar.tb-sidebar-right
  .widget-woocommerce-currency-switcher
  form:after {
  right: 0;
}
.tb-header-wrap.tb-header-v3 .tb-sidebar .textwidget {
  line-height: 35px;
}
.tb-header-wrap.tb-header-v3 .tb-menu .widget_cart_search_wrap_item {
  line-height: 100px;
}
.tb-header-wrap.tb-header-v3 .tb-menu-sidebar .wrap-mini-cart a.icon:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v3
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon_cart_wrap
  span.cart_total {
  top: -6px;
  right: -18px;
}
.tb-header-wrap .widget .lang_sel_list {
  height: auto;
}
.tb-header-wrap .widget .lang_sel_list .tb-lists-language {
  margin-bottom: 18px !important;
  border-top: none;
  height: auto;
}
.tb-header-wrap .widget .lang_sel_list .tb-lists-language li {
  float: none;
}
.tb-header-wrap .widget .lang_sel_list .tb-lists-language li a {
  border: none;
  padding-left: 0;
  font-size: 13px;
  margin-bottom: 6px;
}
.tb-header-wrap .widget .lang_sel_list .tb-lists-language li a img {
  margin-right: 3px;
  max-width: 20px;
}
@media (max-width: 767px) {
  .tb-menu-sidebar .widget_cart_search_wrap_item {
    position: static;
    line-height: 60px !important;
  }
  .tb-menu-sidebar .tb-menu-canvas-wrap {
    position: static;
    line-height: 60px;
  }
  .tb-menu-sidebar .widget_mini_cart_wrap {
    position: static;
  }
  .tb-menu-sidebar .widget_mini_cart_wrap .header {
    line-height: 60px !important;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top {
    max-width: 100%;
    height: auto;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .text-left {
    width: 100%;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .text-left .tb-sidebar {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .text-left .tb-sidebar form {
    left: 15%;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .text-right {
    width: 100%;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-top .text-right .tb-menu-sidebar {
    text-align: center;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top {
    padding: 0 !important;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top .text-left {
    margin-left: 0;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top .text-left .tb-logo {
    margin-top: 0;
    margin-left: 0;
    height: 60px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar {
    margin-top: 30px;
    margin-left: 0 !important;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart {
    margin: 0 auto;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu {
    border: none;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .tb-stick-active .tb-header-wrap .tb-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu .tb-logo {
    height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .tb-menu-canvas-wrap,
  .tb-stick-active
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget_cart_search_wrap_item,
  .tb-stick-active
    .tb-header-wrap
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget_mini_cart_wrap
    .header {
    line-height: 80px;
  }
  .tb-stick-active .tb-header-wrap .tb-menu-list .menu-bg-logo {
    display: none;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v6 .tb-header-menu,
  .tb-stick-active .tb-header-wrap.tb-header-v7 .tb-header-menu,
  .tb-stick-active .tb-header-wrap.tb-header-v1 .tb-header-menu,
  .tb-stick-active .tb-header-wrap.tb-header-v8 .tb-header-menu {
    background: #ffffff;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v1 .tb-header-menu {
    border-bottom: none;
    border-top: none;
    background: #090909;
    z-index: 9;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span {
    color: #ffffff;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after {
    background: #6a6a6a;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-center {
    width: 60%;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right {
    width: 20%;
    display: block;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-left,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-left {
    float: left;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right {
    float: right;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .tb-menu-sidebar,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .tb-menu-sidebar {
    height: 80px;
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .tb-menu-sidebar
    .widget.widget_search {
    display: none;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .tb-menu-canvas-wrap,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .tb-menu-canvas-wrap {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .header-menu-item-icon {
    display: none;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .header-menu-item-icona,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .header-menu-item-icona {
    margin-right: 27px;
    position: relative;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .header-menu-item-icona:before,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .header-menu-item-icona:before {
    content: "";
    width: 1px;
    height: 11px;
    background: #2a2a2a;
    position: absolute;
    top: 50%;
    left: 120%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .widget_mini_cart_wrap,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .widget_mini_cart_wrap {
    margin: 0 !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header {
    line-height: 80px;
    display: block;
    padding-right: 6px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    .icon.icon_cart_wrap,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    .icon.icon_cart_wrap {
    color: #fff;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    a,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a {
    font-family: Oswald;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    a.get_number_wl,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a.get_number_wl {
    color: #fff;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    a
    i,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a
    i {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    a
    span,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a
    span {
    line-height: 17px;
    color: #fff;
    right: -20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    a:hover,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a:hover {
    color: #a86d73;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    a:hover
    i,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a:hover
    i {
    background: #a86d73;
    border-color: #a86d73;
    color: #fff;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    a:hover
    span,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a:hover
    span {
    color: #a86d73;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active {
    z-index: 99;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item {
    max-height: 131px;
    padding-bottom: 0;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item
    > a,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item
    > a {
    margin-top: 9px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item
    > a.remove,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item
    > a.remove {
    margin-top: -5px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item
    .tb-item-rating,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item
    .tb-item-rating {
    margin-top: 5px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .total,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .total {
    line-height: 40px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-left.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .buttons
    > a,
  .tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .buttons
    > a {
    color: #515151;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v3 .tb-header-menu {
    background: #ffffff;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-header-menu-inner
    .text-center {
    display: block;
    width: 20%;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-header-menu-inner
    .text-left {
    width: 60%;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-header-menu-inner
    .text-right {
    width: 20%;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    line-height: 80px;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-logo,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-menu-sidebar {
    opacity: 1 !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-left {
    display: block;
    width: 15%;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right {
    display: block;
    width: 30%;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar {
    width: 100%;
    height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .widget_search {
    width: 76%;
    display: inline-block;
    float: left;
    margin-bottom: 0;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .widget_search
    form {
    max-width: 215px;
    height: auto;
    margin-bottom: 0;
    padding: 20px 0;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .widget_search
    form
    .s,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .widget_search
    form
    .searchsubmit {
    border: 1px solid #eaeaea;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .widget_search
    form
    .s {
    width: 173px;
    border-right: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-family: lato;
    font-weight: 400;
    font-size: 13px;
    color: #a0a0a0;
    margin-bottom: 0;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .widget_search
    form
    .searchsubmit {
    width: 42px;
    background: transparent;
    height: 40px;
    border-left: none;
    font-size: 16px;
    color: #333333;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .widget_search
    form
    .searchsubmit:hover {
    color: #a86d73;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart {
    width: 20%;
    display: inline-block;
    height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header
    a,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header-menu-item-icon
    a,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header-menu-item-icon
    a {
    font-size: 18px;
    color: #333333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header
    a:after,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header
    a:before,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header-menu-item-icon
    a:after,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header-menu-item-icon
    a:before,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a:after,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a:before,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header-menu-item-icon
    a:after,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header-menu-item-icon
    a:before {
    border: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header
    a:after,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header-menu-item-icon
    a:after,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a:after,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header-menu-item-icon
    a:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-color: #e9e9e9;
    z-index: -1;
    border-radius: 50%;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header
    a
    i,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header-menu-item-icon
    a
    i,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a
    i,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header-menu-item-icon
    a
    i {
    font-weight: 700;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header
    a
    span.cart_total,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header-menu-item-icon
    a
    span.cart_total,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a
    span.cart_total,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header-menu-item-icon
    a
    span.cart_total {
    right: -25px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header
    a:hover,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header-menu-item-icon
    a:hover,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a:hover,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header-menu-item-icon
    a:hover {
    background: #a86d73;
    border-color: #a86d73;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header
    a:hover
    > i,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header-menu-item-icon
    a:hover
    > i,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a:hover
    > i,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header-menu-item-icon
    a:hover
    > i {
    color: #fff;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header
    a:hover
    > span.cart_total,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .header-menu-item-icon
    a:hover
    > span.cart_total,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a:hover
    > span.cart_total,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header-menu-item-icon
    a:hover
    > span.cart_total {
    color: #2a2a2a;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .shopping_cart_dropdown
    ul
    > li
    .tb-item-rating,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    ul
    > li
    .tb-item-rating {
    margin-bottom: 6px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .shopping_cart_dropdown
    ul
    > li
    .quantity,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    ul
    > li
    .quantity {
    top: 0;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .hide_search.tb-menu-canvas-wrap
    .shopping_cart_dropdown
    p.total,
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    p.total {
    padding-top: 20px;
    margin-bottom: 12px !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap {
    height: 80px;
    line-height: 80px;
    display: none;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-center {
    width: 55%;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu {
    background: #090909;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s {
    border-right: none !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit {
    border-left: none !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    a {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    a:hover {
    border-color: #a86d73;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a:hover {
    border-color: #a86d73;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    .widget_shopping_cart_content
    .buttons
    > a {
    border: 1px solid #e3e3e3;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    .widget_shopping_cart_content
    ul.cart_list
    li
    > a {
    border: none !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account.active
    .menu-sub-account-container
    ul
    > li
    > a:hover {
    border: 1px solid #fff !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > #nav {
    height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > #nav
    > li
    > a {
    line-height: 80px !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-stick-active
    .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a
    span.cart_total,
  .tb-stick-active
    .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a
    span.cart_total {
    right: -25px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v3.tb-header-stick
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar {
    height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v3.tb-header-stick
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .widget.widget_search {
    padding-top: 7px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v3.tb-header-stick
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .widget.widget_search
    .searchform:before,
  .tb-stick-active
    .tb-header-wrap.tb-header-v3.tb-header-stick
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .widget.widget_search
    .searchform:after {
    top: -15px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .widget_mini_cart_wrap
    .header {
    line-height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .tb-menu-canvas-wrap
    .opensearch {
    line-height: initial !important;
    top: 0 !important;
  }
  .tb-stick-active
    .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .tb-menu-canvas-wrap
    .opensearch
    form
    input[type="text"] {
    line-height: 70px !important;
  }
  .tb-stick-active.admin-bar .tb-header-wrap .tb-header-menu {
    top: 32px;
  }
  .tb-stick-active.admin-bar
    .tb-header-wrap
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 70px;
    padding-top: 10px;
  }
  .tb-stick-active.admin-bar
    .tb-header-wrap.tb-header-stick
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 112px;
    padding-top: 36px;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    height: 80px;
  }
  .tb-stick-active
    .tb-header-wrap
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 70px;
    padding-top: 18px;
  }
  .admin-bar .mobile-leftbar {
    padding-top: 32px !important;
  }
  .admin-bar
    .tb-header-wrap
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 132px;
    padding-top: 67px;
  }
  .admin-bar
    .tb-header-wrap.tb-header-stick
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 172px;
    padding-top: 67px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .widget_search {
    width: 85%;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart {
    width: 13%;
  }
}
@media (max-width: 782px) {
  .tb-stick-active.admin-bar .tb-header-wrap .tb-header-menu {
    top: 46px;
  }
  .admin-bar .mobile-leftbar {
    padding-top: 46px !important;
  }
  .admin-bar
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    .widget_searchform_content.full_search {
    min-height: 145px;
  }
}
.list_menu_cart,
.home_15_all,
.title_home_15 {
  display: none;
}
.tb-menu-category {
  background: rgba(255, 255, 255, 0.1);
}
.tb-menu-category .Search.Bar #tb-mega-searchform {
  border: none;
  overflow: initial;
  max-height: 65px;
}
.tb-menu-category .Search.Bar #tb-mega-searchform .dropdown {
  height: 65px;
  line-height: 65px;
  width: 100%;
}
.tb-menu-category .Search.Bar #tb-mega-searchform .dropdown:before {
  display: none;
}
.tb-menu-category .Search.Bar #tb-mega-searchform .dropdown .dropdown-toggle i {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .dropdown-toggle
  .accessories {
  display: inline-block;
  font-family: oswald;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #ffffff;
  margin-left: 10px;
}
@media (max-width: 646px) {
  .tb-menu-category
    .Search.Bar
    #tb-mega-searchform
    .dropdown
    .dropdown-toggle
    .accessories {
    margin-left: 5px;
  }
}
.tb-menu-category .Search.Bar #tb-mega-searchform .dropdown .get_menu_category {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container {
  display: block;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li {
  padding-left: 15px;
  line-height: 50px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li
  > a {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #7a7a7a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li.menu-item-has-children {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li.menu-item-has-children
  > .standar-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
  margin-left: 0;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li.menu-item-has-children
  > .standar-dropdown
  > li {
  border-bottom: 1px solid #f2f2f2;
  line-height: 50px;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li.menu-item-has-children
  > .standar-dropdown
  > li
  > a {
  padding: 0 20px;
  line-height: 50px;
  font-family: lato;
  font-weight: 400;
  text-transform: capitalize;
  color: #7a7a7a;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li.menu-item-has-children:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #979797;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  padding-right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li:hover {
  background: #acb6c0;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li:hover
  > a {
  color: #ffffff;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li:hover.menu-item-has-children
  > .standar-dropdown {
  display: block;
  z-index: -1;
  -webkit-animation: fadeInLeft 0.7s both;
  -moz-animation: fadeInLeft 0.7s both;
  -o-animation: fadeInLeft 0.7s both;
  animation: fadeInLeft 0.7s both;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .widget.widget_nav_menu
  .menu-category-menu-container
  > ul
  > li:hover.menu-item-has-children:before {
  color: #ffffff;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .all_category {
  display: block;
  text-align: center;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #3a3a3a;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .all_category
  i {
  padding-left: 8px;
}
.tb-menu-category
  .Search.Bar
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .all_category:hover {
  color: #91bcca;
}
@media (max-width: 767px) {
  .tb-menu-category
    .Search.Bar
    #tb-mega-searchform
    .dropdown
    .get_menu_category {
    display: none;
  }
}
@media (max-width: 767px) {
  .tb-menu-category .Search.Bar #tb-mega-searchform .dropdown {
    padding: 0 0 0 15px;
  }
}
.tb-header-wrap.tb-header-fixed {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}
.tb-header-wrap .tb-header-top {
  color: #ffffff;
  background: #a7a7a7;
  height: 40px;
  padding: 0;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget {
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul {
  padding: 0;
  list-style: none;
  margin-left: -10px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li {
  line-height: 8px;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #575757;
  text-transform: uppercase;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li.tb-login,
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li.tb-logout {
  border: none;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li.tb-logout {
  display: none;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li:hover a {
  color: #a86d73;
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-right {
  text-align: right;
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-right .widget ul {
  margin-left: 0;
  margin-right: -10px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart {
  font-size: 0;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget ul > li {
  display: block;
  border-right: none;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #dcdada;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon em {
  display: none;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover {
  color: #a86d73 !important;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  a.icon:hover
  .cart_total {
  color: #a86d73;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item {
  position: relative;
  display: inline-block;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 300px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  display: none;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.active {
  display: block !important;
  z-index: 999;
  -webkit-animation: fadeInUp 0.4s both;
  -moz-animation: fadeInUp 0.4s both;
  -o-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  min-height: 100px;
  line-height: 20px;
  box-shadow: none;
  padding-top: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"] {
  color: #919191;
  font-size: 24px;
  text-align: center;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]::-webkit-input-placeholder {
  color: #919191;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:-moz-placeholder {
  color: #919191;
  opacity: 1;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]::-moz-placeholder {
  color: #919191;
  opacity: 1;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:-ms-input-placeholder {
  color: #919191;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:placeholder-shown {
  color: #919191;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input[type="text"]:focus {
  color: #000;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  input {
  border: none;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content.full_search
  .tb-close-fullsearch {
  font-size: 24px;
  top: 8px;
  right: 0;
  position: absolute;
  color: #919191;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form {
  position: relative;
  padding-right: 80px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > input {
  background: transparent;
  height: 40px;
  margin: 0;
  float: left;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  .widget_searchform_content
  > form
  > input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  color: #ffffff;
  background: #a86d73;
  border-color: #a86d73;
  text-transform: uppercase;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  margin: 0 16px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap:before,
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap:after {
  position: absolute;
  content: "";
  border-left: 1px solid #575757;
  height: 8px;
  top: 50%;
  margin-top: -6px;
  left: 0;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap:after {
  left: auto;
  right: 0;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.hide_setting {
  padding: 0;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.hide_setting:after {
  display: none;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.hide_setting:before {
  margin-top: -8px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.hide_cart {
  padding-right: 0;
  margin-right: 0;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.hide_cart:after {
  display: none;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.hide_search:before {
  display: none;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon {
  height: 36px;
  min-width: 11px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon em {
  display: none;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover {
  color: #fff;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover:before,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover:after {
  border-color: #a86d73;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover:after {
  background-color: #a86d73;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover .fa {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap {
  position: relative;
  display: inline-block;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header {
  padding-right: 6px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon_cart_wrap
  span.cart_total {
  position: static;
  margin-left: 10px;
  background-color: transparent;
  width: auto;
  font-size: 12px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon_cart_wrap
  span.cart_total
  em {
  margin-left: 3px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap {
  line-height: 40px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account {
  position: absolute;
  top: 100%;
  left: -120%;
  background-color: #fff;
  /* min-width: 200px; */
  z-index: 9999;
  text-align: left;
  padding: 30px 20px 20px 25px;
  white-space: nowrap;
  line-height: 24px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09);
  min-width: 170px;
  display: none;
  -webkit-animation: fadeInUp 0.4s both;
  animation: fadeInUp 0.4s both;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account.active {
  display: block;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  ul {
  padding: 0;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  li {
  line-height: 28px;
  display: block;
  padding: 0;
  border: none;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  li
  a {
  color: #6b6b6b;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  li
  a
  i {
  color: #a0a0a0;
  margin-right: 2px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  li
  a
  span {
  font-family: lato;
  font-weight: 400;
  color: #6b6b6b;
  text-transform: capitalize;
  font-size: 13px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  li
  a
  span:hover {
  color: #a86d73;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  li
  a
  span:hover
  > i {
  color: #a86d73;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  li:hover
  a,
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  li:hover
  i,
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  li.current-menu-item
  a,
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  li.current-menu-item
  i {
  color: #a86d73;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget {
  margin-bottom: 14px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget
  .wg-title,
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget
  .widget-title {
  margin-bottom: 3px;
  font-size: 15px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget
  .menu-sub-account-container {
  margin-left: -1.5px;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account
  .widget:last-child {
  margin-bottom: 0;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart
  .widget_mini_icon
  .header
  span.total_cart {
  display: none;
  color: #fff;
}
.tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .wrap-mini-cart.widget-show-text-icon
  a.icon
  em {
  display: inline-block;
  font-style: normal;
  margin-right: 6px;
}
.tb-header-wrap.tb-header-v1 {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.screen-reader-text {
  display: none;
}
.tb-header-wrap.tb-header-v3 .tb-header-top {
  display: none;
}
.title-bar .page-title {
  padding: 50px;
  color: #2a2a2a;
}
.tb-header-wrap.tb-header-v1 .tb-menu-sidebar {
  display: block;
  height: 40px;
  line-height: 40px;
}
.tb-header-wrap.tb-header-v1 .tb-menu-sidebar .menu-account-shop-container ul {
  position: relative;
  left: 15px;
}
.tb-header-wrap.tb-header-v1
  .tb-menu-sidebar
  .menu-account-shop-container
  ul
  li {
  position: relative;
  display: inline;
  float: initial;
  padding-left: 25px;
}
.tb-header-wrap.tb-header-v1
  .tb-menu-sidebar
  .menu-account-shop-container
  ul
  li
  a
  span {
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #fffdfd;
}
.tb-header-wrap.tb-header-v1
  .tb-menu-sidebar
  .menu-account-shop-container
  ul
  li
  a
  span:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v1
  .tb-menu-sidebar
  .menu-account-shop-container
  ul
  li:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #d5d5d5;
  position: absolute;
  top: 54%;
  left: 115%;
  transform: translateY(-54%);
  -webkit-transform: translateY(-54%);
  -moz-transform: translateY(-54%);
  -o-transform: translateY(-54%);
  -ms-transform: translateY(-54%);
}
.tb-header-wrap.tb-header-v1
  .tb-menu-sidebar
  .menu-account-shop-container
  ul
  li:last-child:before {
  display: none;
}
.tb-header-wrap.tb-header-v1 .tb-sidebar {
  margin-left: -30px;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu-top {
  padding: 55px 0 40px 0;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu-top .tb-logo {
  margin-left: -20px;
}
.tb-header-wrap.tb-header-v1 .tb-header-menu-top .text-right .tb-menu-sidebar {
  margin-left: -10px;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .widget.widget_search {
  display: none;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart {
  margin-top: -27px;
  width: 200px;
  text-align: right;
  padding-right: 4px;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon {
  display: none;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona {
  margin-right: 27px;
  position: relative;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a {
  font-family: Oswald;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a
  i {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a:hover
  i {
  background: #a86d73;
  border-color: #a86d73;
  color: #ffffff;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #cecece;
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap {
  left: 5px;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  i {
  font-size: 18px;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  .cart_total {
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: Oswald;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  background: transparent;
  color: #ffffff;
  margin-top: 0;
  text-transform: uppercase;
  width: 50px;
  left: 27px;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  i {
  color: #ffffff;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  span {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown {
  margin-top: 22px;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  .widget_shopping_cart_content
  .cart_list
  .mini_cart_item
  .quantity {
  top: -5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    .widget_shopping_cart_content
    .cart_list
    > li
    .quantity {
    top: 5px !important;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    .widget_shopping_cart_content
    .total {
    padding-top: 15px;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown {
    margin-top: 40px;
  }
}
.tb-header-wrap.tb-header-v1 .tb-header-menu {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .tb-menu {
  text-align: center;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list {
  margin-right: 0;
}
.tb-header-wrap.tb-header-v1
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span {
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    a {
    left: 55%;
  }
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .text-left,
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-header-menu-inner .text-right {
  display: none;
}
.tb-header-wrap.tb-header-v1.tb-layout-fullwidth .tb-header-menu-db {
  height: 66px;
}
.tb-header-wrap.header_shop_blog .tb-header-top {
  background: rgba(255, 255, 255, 0.1);
}
.tb-header-wrap.header_shop_blog .tb-header-menu-top {
  padding: 55px 0 55px 0;
}
.tb-header-wrap.header_shop_blog .tb-header-menu-top .text-left .tb-logo {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .tb-header-wrap.header_shop_blog
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi {
    display: block;
    text-align: center;
  }
  .tb-header-wrap.header_shop_blog
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a {
    line-height: 58px !important;
  }
  .tb-header-wrap.header_shop_blog
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i {
    color: #fff;
  }
  .tb-header-wrap.header_shop_blog
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li {
    border-bottom: 1px solid #222222;
  }
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a {
  line-height: 100px;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:after,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:after,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:after,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:after,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:after {
  top: 66%;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:before,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:before,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:before,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:before,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:before {
  display: none;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span {
  color: #333333;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li.current-menu-ancestor
  > a
  span,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li:hover
  > a
  span,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li.current-menu-ancestor
  > a
  span,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li:hover
  > a
  span,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li.current-menu-ancestor
  > a
  span,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li:hover
  > a
  span,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li.current-menu-ancestor
  > a
  span,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li:hover
  > a
  span,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li.current-menu-ancestor
  > a
  span,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li:hover
  > a
  span {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu-db .tb-header-menu .pull-right,
.tb-header-wrap.tb-header-v5 .tb-header-menu-db .tb-header-menu .pull-right,
.tb-header-wrap.tb-header-v6 .tb-header-menu-db .tb-header-menu .pull-right,
.tb-header-wrap.tb-header-v7 .tb-header-menu-db .tb-header-menu .pull-right,
.tb-header-wrap.tb-header-v8 .tb-header-menu-db .tb-header-menu .pull-right {
  right: 20px;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar {
  position: relative;
  width: 450px;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search {
  position: absolute;
  left: 9%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form {
  max-width: 250px;
  height: auto;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit {
  border: 1px solid #eaeaea;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s {
  width: 207px;
  border-right: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #a0a0a0;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit {
  width: 42px;
  background: transparent;
  height: 40px;
  border-left: none;
  font-size: 16px;
  color: #333333;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart {
  float: right;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a {
  font-size: 18px;
  color: #333333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:before,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:before,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:before,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:before,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:before,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:before,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:before,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:before,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:before,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:before,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:before,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:before,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:before,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:before,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:before,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:before,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:before,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:before,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:before,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:before {
  border: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:after,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:after,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-color: #e9e9e9;
  z-index: -1;
  border-radius: 50%;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a
  i,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a
  i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a
  i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a
  i,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a
  i,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a
  i,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a
  i,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a
  i,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a
  i,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a
  i {
  font-weight: 700;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a
  span.cart_total,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a
  span.cart_total,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  span.cart_total,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a
  span.cart_total,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a
  span.cart_total,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a
  span.cart_total,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  span.cart_total,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a
  span.cart_total,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a
  span.cart_total,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a
  span.cart_total,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  span.cart_total,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a
  span.cart_total,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a
  span.cart_total,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a
  span.cart_total,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  span.cart_total,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a
  span.cart_total,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a
  span.cart_total,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a
  span.cart_total,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  span.cart_total,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a
  span.cart_total {
  right: -25px;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover
  > i,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > i,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > i,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover
  > i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover
  > i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover
  > i,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover
  > i,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > i,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > i,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover
  > i,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover
  > i,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > i,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > i,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover
  > i,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover
  > i,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > i,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > i,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover
  > i {
  color: #fff;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span.cart_total,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon
  a:hover
  > span.cart_total {
  color: #2a2a2a;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  ul
  > li
  .tb-item-rating,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul
  > li
  .tb-item-rating,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  ul
  > li
  .tb-item-rating,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul
  > li
  .tb-item-rating,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  ul
  > li
  .tb-item-rating,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul
  > li
  .tb-item-rating,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  ul
  > li
  .tb-item-rating,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul
  > li
  .tb-item-rating,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  ul
  > li
  .tb-item-rating,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul
  > li
  .tb-item-rating {
  margin-bottom: 6px;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  ul
  > li
  .quantity,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul
  > li
  .quantity,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  ul
  > li
  .quantity,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul
  > li
  .quantity,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  ul
  > li
  .quantity,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul
  > li
  .quantity,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  ul
  > li
  .quantity,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul
  > li
  .quantity,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  ul
  > li
  .quantity,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul
  > li
  .quantity {
  top: 0;
}
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  p.total,
.tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  p.total,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  p.total,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  p.total,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  p.total,
.tb-header-wrap.tb-header-v6
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  p.total,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  p.total,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  p.total,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .shopping_cart_dropdown
  p.total,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  p.total {
  padding-top: 20px;
  margin-bottom: 12px !important;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu-db .tb-menu-lg.tb-logo {
  min-width: 195px;
  border-right: 1px solid #efefef;
}
.tb-header-wrap.tb-header-v5 {
  position: absolute;
  z-index: 999;
  width: 100%;
  display: block;
}
.tb-header-wrap.tb-header-v5 .tb-header-menu-db .tb-header-menu {
  background: rgba(255, 255, 255, 0.1);
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu-lg.tb-logo.pull-left {
  left: 45px;
  min-width: 198px;
  border-right: 1px solid #bbbbbb;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .s {
  background: transparent;
  color: #ffffff;
  border-right: none !important;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  ::-webkit-input-placeholder {
  color: #ffffff;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit {
  color: #ffffff;
  border: none;
  border-left: none !important;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  input {
  border: 1px solid #ffffff !important;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  a
  i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  a
  span,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a
  i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a
  span {
  color: #ffffff;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  a:hover
  span,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a:hover
  span {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  a,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap.tb-menu-canvas-wrap
  a {
  border-none: !important;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  a
  span,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap.tb-menu-canvas-wrap
  a
  span {
  color: #6b6b6b !important;
  font-family: lato !important;
  font-weight: 400 !important;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  a
  span
  font-size:13px!important
  > i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap.tb-menu-canvas-wrap
  a
  span
  font-size:13px!important
  > i {
  color: #a0a0a0 !important;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  a
  span:hover,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap.tb-menu-canvas-wrap
  a
  span:hover {
  color: #a86d73 !important;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  .tb-menu-account
  li
  a
  i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap.tb-menu-canvas-wrap
  .tb-menu-account
  li
  a
  i {
  color: #a0a0a0 !important;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  .tb-menu-account
  li
  a
  i
  > i,
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap.tb-menu-canvas-wrap
  .tb-menu-account
  li
  a
  i
  > i {
  color: #a86d73 !important;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list {
  margin-right: 0;
  padding-right: 100px;
  text-align: right;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span {
  color: #ffffff !important;
}
.tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:after {
  background: #ffffff;
}
.tb-header-wrap.tb-header-v3 .tb-header-top {
  height: auto;
  background: #ffffff;
  border-bottom: 1px solid #efefef;
}
.tb-header-wrap.tb-header-v3 .tb-header-top .tb-sidebar.tb-sidebar-left {
  padding-top: 54px;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .wg-title {
  display: none;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul {
  padding: 0;
  margin-left: 0;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li {
  padding: 0 15px 0 0;
  display: inline-block;
  border-right: none;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ededed;
  border-radius: 50%;
  text-align: center;
  display: block;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a
  i {
  font-size: 16px;
  color: #a7a7a7;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover {
  background: #a86d73;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover
  i {
  color: #ffffff;
}
.tb-header-wrap.tb-header-v3 .tb-header-top .tb-logo > a > img {
  padding: 50px 0 43px 0;
}
.tb-header-wrap.tb-header-v3 .tb-header-top .tb-sidebar.tb-sidebar-right {
  text-align: left;
  padding-top: 54px;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget.widget_search {
  display: none;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  a
  > i,
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a
  > i {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  width: 39px;
  height: 39px;
  border: 1px solid #ececec;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  a
  > i:hover,
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a
  > i:hover {
  background: #a86d73;
  border-color: #a86d73;
  color: #ffffff;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap:after,
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap:after {
  display: none;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap,
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap.tb-menu-canvas-wrap {
  padding: 0 25px 0 0;
  margin: 0;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  .header-menu-item-icon,
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap.tb-menu-canvas-wrap
  .header-menu-item-icon {
  height: auto;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  .tb-menu-account,
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap.tb-menu-canvas-wrap
  .tb-menu-account {
  top: 192%;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap.widget_mini_cart_wrap
  .header,
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap.widget_mini_cart_wrap
  .header {
  padding-right: 4px;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap.widget_mini_cart_wrap
  .header
  a.icon_cart_wrap
  span.cart_total,
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap.widget_mini_cart_wrap
  .header
  a.icon_cart_wrap
  span.cart_total {
  margin-left: 3px;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap.widget_mini_cart_wrap
  .shopping_cart_dropdown,
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap.widget_mini_cart_wrap
  .shopping_cart_dropdown {
  top: 212%;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap.widget_mini_cart_wrap
  .shopping_cart_dropdown
  .widget_shopping_cart_content
  .mini_cart_item
  span.quantity,
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap.widget_mini_cart_wrap
  .shopping_cart_dropdown
  .widget_shopping_cart_content
  .mini_cart_item
  span.quantity {
  top: 10px;
}
.tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  > li
  > a
  .dd-option-description.dd-desc {
  display: block !important;
  line-height: 1.4em;
  font-size: 13px;
  color: 6b 6b 6b !important;
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .text-center {
  display: none;
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .text-left {
  padding: 0;
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .text-left .tb-menu {
  text-align: left;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .text-left
  .tb-menu
  .tb-menu-list
  ul#nav
  > li.current-menu-ancestor
  > a:before,
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .text-left
  .tb-menu
  .tb-menu-list
  ul#nav
  > li:hover
  > a:before {
  background: #333333;
  opacity: 1;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .text-left
  .tb-menu
  .tb-menu-list
  ul#nav
  > li.current-menu-ancestor
  > a
  > span,
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .text-left
  .tb-menu
  .tb-menu-list
  ul#nav
  > li:hover
  > a
  > span {
  color: #333333;
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-sidebar {
  text-align: right;
  float: right;
  height: 65px;
  overflow: hidden;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform {
  max-width: 250px;
  height: auto;
  position: relative;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform
  .s {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #2a2a2a;
  border: none;
  vertical-align: middle;
  display: block;
  background: transparent;
  margin: 14px 0;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform
  input[type="text"] {
  padding-left: 18px;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform
  .searchsubmit {
  background: transparent;
  border: none;
  font-size: 16px;
  color: #131313;
  padding-left: 37px;
  margin: 13px 0;
  vertical-align: middle;
  display: block;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform
  .searchsubmit:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform:before,
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform:after {
  content: "";
  width: 1px;
  height: 1000px;
  background: #efefef;
  position: absolute;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform:before {
  right: 0;
}
.tb-header-wrap.tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform:after {
  left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-sidebar {
    border-left: 1px solid #efefef;
  }
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit.searchsubmit:hover,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit.searchsubmit:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span,
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span {
  color: #fff;
}
.tb-header-wrap.tb-header-v7
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget
  .menu-account-shop-container
  ul {
  margin-right: -15px;
}
@media (max-width: 1200px) {
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    .menu-account-shop-container
    ul {
    margin-right: 0;
  }
}
.tb-header-wrap.tb-header-v7
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget
  .menu-account-shop-container
  ul
  li:nth-child(4) {
  border-right: 1px solid #575757;
}
.tb-header-wrap.tb-header-v7
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget
  .menu-account-shop-container
  ul
  li:last-child {
  border-right: none !important;
}
.tb-header-wrap.tb-header-v8
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span {
  color: #a8a8a8;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul
    > li.tb_custom_image
    a {
    left: 55%;
  }
}
.tb-header-wrap.tb-header-v4 .tb-header-top {
  background: #48495b !important;
}
.tb-header-wrap.tb-header-v4 .tb-header-top .text-left {
  height: 40px;
}
.tb-header-wrap.tb-header-v4
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget
  ul {
  margin-right: -15px;
}
.tb-header-wrap.tb-header-v4
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget
  ul
  > li {
  border-right: 1px solid #a4a4ad;
}
.tb-header-wrap.tb-header-v4
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget
  ul
  > li:last-child {
  border-right: none;
  display: inline-block;
}
.tb-header-wrap.tb-header-v4
  .tb-header-top
  .tb-menu-sidebar
  .widget_mini_cart_wrap
  .header
  a.icon_cart_wrap {
  margin-right: 20px;
}
.tb-header-wrap.tb-header-v4
  .tb-header-top
  .tb-menu-sidebar
  .widget_mini_cart_wrap
  .header
  a.icon_cart_wrap
  span.cart_total {
  right: -25px;
}
.tb-header-wrap.tb-header-v4
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  .widget_shopping_cart_content
  p.total {
  padding-top: 20px;
  margin-bottom: 17px !important;
}
.tb-header-wrap.tb-header-v4 .header-top-center {
  background: #ffffff !important;
  color: initial;
  height: auto;
  border-bottom: 1px solid #efefef;
  padding-bottom: 25px;
}
.tb-header-wrap.tb-header-v4 .header-top-center .tb-sidebar.tb-sidebar-left {
  padding-top: 55px;
  padding-left: 7px;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .wg-title {
  display: none;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul {
  padding: 0;
  margin-left: initial;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li {
  padding: 0 13px 0 0;
  display: inline-block;
  border-right: none;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ededed;
  border-radius: 50%;
  text-align: center;
  display: block;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a
  i {
  font-size: 16px;
  color: #a7a7a7;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover {
  background: #a86d73;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover
  i {
  color: #ffffff;
}
.tb-header-wrap.tb-header-v4 .header-top-center .tb-logo {
  padding-top: 50px;
}
.tb-header-wrap.tb-header-v4 .header-top-center .tb-menu-sidebar {
  position: relative;
  width: 300px;
  margin-top: 25px;
  margin-bottom: -4px;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search {
  background: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form {
  background: transparent;
  max-width: 215px;
  height: auto;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit {
  border: 1px solid #eaeaea;
  background: transparent;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .s {
  width: 173px;
  border-right: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #a0a0a0;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit {
  width: 42px;
  background: transparent;
  height: 40px;
  border-left: none;
  font-size: 16px;
  color: #333333;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  a.icon_cart_wrap,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon_cart_wrap {
  font-size: 18px;
  color: #333333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  text-align: center;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  a.icon_cart_wrap:after,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  a.icon_cart_wrap:before,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon_cart_wrap:after,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon_cart_wrap:before {
  border: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  a.icon_cart_wrap:after,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon_cart_wrap:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-color: #e9e9e9;
  z-index: -1;
  border-radius: 50%;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  a.icon_cart_wrap
  i,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon_cart_wrap
  i {
  font-weight: 700;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  a.icon_cart_wrap
  span.cart_total,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon_cart_wrap
  span.cart_total {
  background: transparent !important;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  a.icon_cart_wrap:hover,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon_cart_wrap:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  a.icon_cart_wrap:hover
  i,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon_cart_wrap:hover
  i {
  color: #ffffff;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  a.icon_cart_wrap:hover
  span,
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon_cart_wrap:hover
  span {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap {
  display: none;
}
.tb-header-wrap.tb-header-v4 .header-top-center .text-right {
  padding: 0;
  margin-left: -15px;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .text-left {
  display: none;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu {
  text-align: left;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  ul#nav
  > li
  > a
  > span {
  color: #333333;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  ul#nav
  > li
  > a
  > span:before {
  background: #333333;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .text-right {
  display: none;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list {
  margin-right: 0;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a {
  line-height: 100px;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a
  > span {
  color: #333333;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a:before {
  background: #333333;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > a:after {
  top: 66%;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > .current-menu-ancestor
  > a
  > span,
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > :hover
  > a
  > span {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > .current-menu-ancestor
  > a:before,
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  > ul
  > li
  > :hover
  > a:before {
  opacity: 1;
}
.tb-header-wrap.tb-header-v9 .tb-header-menu .tb-header-menu-inner .offmenu {
  opacity: 0;
  z-index: -2;
  -webkit-animation: fadeOut 0.7s both;
  -moz-animation: fadeOut 0.7s both;
  -o-animation: fadeOut 0.7s both;
  animation: fadeOut 0.7s both;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .widget.widget_search {
  display: none;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap {
  position: initial;
  line-height: initial;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon {
  display: inline-block;
  float: right;
  position: relative;
  padding: 0 16px;
  margin: 0 16px;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon
  .icon {
  margin-right: 0;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon
  .icon
  i {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon
  .icon:hover
  i {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon:before,
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #d6d6d6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon:before {
  left: 0;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon:after {
  right: 0;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .sreach_icon_show
  i {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .sreach_icon_show:hover
  i {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .sreach_form_header {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(67%);
  display: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .sreach_form_header
  form {
  position: relative;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .sreach_form_header
  form
  input[type="text"] {
  font-family: lato;
  font-weight: 400;
  font-size: 24px;
  color: #9c9c9c;
  background-color: transparent;
  opacity: 0.7;
  margin-bottom: 0;
  line-height: 90px;
  border: none;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .sreach_form_header
  form
  .tb-close-fixedsearch {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: lato;
  font-weight: 400;
  font-size: 24px;
  color: #2a2a2a;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .opensearch {
  display: block;
  top: -2px;
  left: 15%;
  line-height: 97px;
  -webkit-animation: fadeInUp 0.7s both;
  -moz-animation: fadeInUp 0.7s both;
  -o-animation: fadeInUp 0.7s both;
  animation: fadeInUp 0.7s both;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .tb-menu-account.active {
  left: initial;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon {
  margin-right: 0;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon
  i {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon:hover
  i {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon
  .cart_total {
  position: initial;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #a86d73;
  display: inline-block;
  font-family: lato;
  font-weight: 400;
  position: absolute;
  top: -5px;
  right: -10px;
  text-indent: -1px;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon
  .cart_total
  .clear_text {
  opacity: 0;
}
.tb-header-wrap.tb-header-v9
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  .widget_shopping_cart_content
  .total {
  padding-top: 15px;
  margin-bottom: 15px !important;
}
.tb-header-wrap.tb-header-v10 .mobile-header,
.tb-header-wrap.tb-header-v11 .mobile-header {
  width: 100%;
  padding: 5.5px 0;
  z-index: 700;
  position: relative;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.tb-header-wrap.tb-header-v10 .mobile-header .mobile-nav,
.tb-header-wrap.tb-header-v11 .mobile-header .mobile-nav {
  display: none;
}
.tb-header-wrap.tb-header-v10 .mobile-header .fa-bars,
.tb-header-wrap.tb-header-v11 .mobile-header .fa-bars {
  position: absolute;
  left: 20px;
  top: 50%;
  color: #bebebe;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 35px;
}
.tb-header-wrap.tb-header-v10 .mobile-header .fa-bars:hover,
.tb-header-wrap.tb-header-v10 .mobile-header .fa-bars:active,
.tb-header-wrap.tb-header-v10 .mobile-header .fa-bars:focus,
.tb-header-wrap.tb-header-v11 .mobile-header .fa-bars:hover,
.tb-header-wrap.tb-header-v11 .mobile-header .fa-bars:active,
.tb-header-wrap.tb-header-v11 .mobile-header .fa-bars:focus {
  color: #fff;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar,
.tb-header-wrap.tb-header-v11 .mobile-leftbar {
  position: fixed;
  z-index: 600;
  max-width: 270px;
  height: 100vh;
  width: 100%;
  paddingt: 0 20px;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mCSB_inside > .mCSB_container,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mCSB_inside > .mCSB_container {
  background: #ffffff;
  top: 0 !important;
  min-height: 630px;
  height: 100%;
  margin-right: 0;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .tb-logo,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .tb-logo {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  height: 100px;
  padding: 62px 60px 100px 60px !important;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .tb-logo > a,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .tb-logo > a {
  margin-top: -6px;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav {
  text-align: left;
  padding: 0;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav > li,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav > li {
  text-align: center;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav > li > a,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav > li > a {
  display: block;
  width: 100%;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav > li > a > span,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav > li > a > span {
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  line-height: 54px;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  > a
  > span
  .fa-fw,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  > a
  > span
  .fa-fw {
  display: block;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 20px;
  color: #8f8f8f;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown {
  border: 1px solid #f2f2f2;
  left: 100%;
  z-index: -1;
  -webkit-animation: fadeInLeft 0.7s both;
  -moz-animation: fadeInLeft 0.7s both;
  -o-animation: fadeInLeft 0.7s both;
  animation: fadeInLeft 0.7s both;
}
@media (max-width: 650px) {
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .standar-dropdown,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .standar-dropdown {
    left: 0;
    position: relative;
  }
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li {
  padding-bottom: 5px;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li
  a,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li
  a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: lato;
  font-weight: 400;
  display: block;
  font-size: 14px;
  color: #545454;
  text-transform: capitalize;
  line-height: 39px;
  padding: 0;
  margin: 0 30px;
  border-bottom: 1px solid #f0f0f0;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li
  a
  span
  i,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li
  a
  span
  i {
  display: none;
  float: right;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #a8a8a8;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li
  .sub-menu
  li,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li
  .sub-menu
  li {
  padding-bottom: 0px;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li:hover
  > a,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li:hover
  > a {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li:last-child
  > a,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .standar-dropdown
  li:last-child
  > a {
  border-bottom: none;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav > li .drop_full_width,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width {
  left: 100%;
  z-index: -1;
  -webkit-animation: fadeIn 0.7s both;
  -moz-animation: fadeIn 0.7s both;
  -o-animation: fadeIn 0.7s both;
  animation: fadeIn 0.7s both;
}
@media (max-width: 650px) {
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width {
    left: 0;
    position: relative;
  }
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li {
  display: inline-block;
  width: 397px;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  > a,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  > a {
  padding: 0 20px 0 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: Oswald;
  font-weight: 400;
  font-size: 14px;
  color: #1b1b1b;
  line-height: 38px;
  text-transform: uppercase;
  padding: 0 0 5px 20px;
  position: relative;
  display: block;
  margin-right: 40px;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  > a:before,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  > a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  > a:hover,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  > a:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .sub-menu,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .sub-menu {
  -webkit-animation: fadeIn 0.7s both;
  -moz-animation: fadeIn 0.7s both;
  -o-animation: fadeIn 0.7s both;
  animation: fadeIn 0.7s both;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 0 20px;
  min-width: 250px;
  display: block;
  left: 0;
  top: 100%;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .sub-menu
  > li,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .sub-menu
  > li {
  padding: 0;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .sub-menu
  > li
  a,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .sub-menu
  > li
  a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #545454;
  text-transform: capitalize;
  display: block;
  line-height: 28px;
  white-space: normal;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .sub-menu
  > li
  a:hover,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .sub-menu
  > li
  a:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .widget.widget_text,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .widget.widget_text {
  display: block;
  width: initial;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .widget.widget_text
  .textwidget
  .tb-menu-custom-block,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .widget.widget_text
  .textwidget
  .tb-menu-custom-block {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .widget.widget_text
  .textwidget
  .text-custom3,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li
  .widget.widget_text
  .textwidget
  .text-custom3 {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li:last-child
  > a:before,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width
  > li:last-child
  > a:before {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns3,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns3 {
  width: 600px !important;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns3
  > li,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns3
  > li {
  width: 200px;
  float: left;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns3
  > li
  > a:before,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns3
  > li
  > a:before {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns3
  > li
  .sub-menu,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns3
  > li
  .sub-menu {
  width: 200px !important;
  min-width: 200px;
  border: none;
  padding: 0;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns3,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns3 {
    width: initial !important;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns3
    > li,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns3
    > li {
    width: 100%;
    float: none;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns3
    > li
    > a,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns3
    > li
    > a {
    padding: 0 0 5px 0;
    margin-right: 0;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns3
    > li
    .sub-menu,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns3
    > li
    .sub-menu {
    width: 100% !important;
    min-width: 100%;
    text-align: center;
  }
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4 {
  width: 990px !important;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li {
  width: 25%;
  float: left;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .sub-menu,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .sub-menu {
  min-height: 214px;
  border: none;
  padding: 0;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .tb-menu-custom-block
  .vc_single_image-wrapper,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .tb-menu-custom-block
  .vc_single_image-wrapper {
  position: relative;
  overflow: hidden;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .tb-menu-custom-block
  .vc_single_image-wrapper:before,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .tb-menu-custom-block
  .vc_single_image-wrapper:before {
  content: "";
  width: 92%;
  height: 90%;
  position: absolute;
  border: 1px solid #f9f9f9;
  margin-top: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 8;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .tb-menu-custom-block
  .vc_single_image-wrapper:after,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .tb-menu-custom-block
  .vc_single_image-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .tb-menu-custom-block
  .vc_single_image-wrapper:hover:before,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .tb-menu-custom-block
  .vc_single_image-wrapper:hover:before {
  border-color: #a86d73;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .tb-menu-custom-block
  .vc_single_image-wrapper:hover:after,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li
  .tb-menu-custom-block
  .vc_single_image-wrapper:hover:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li:last-child,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li:last-child {
  padding-bottom: 20px;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li:last-child
  > a:before,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li
  .drop_full_width.columns4
  > li:last-child
  > a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4 {
    width: 495px !important;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li {
    width: 50%;
    float: left;
    display: inline-block;
    margin-bottom: 204px;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li
    .sub-menu,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li
    .sub-menu {
    min-width: 245px;
  }
}
@media (max-width: 767px) {
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4 {
    width: initial !important;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li {
    width: 100%;
    float: none;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li
    > a,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li
    > a {
    padding: 0 0 5px 0;
    margin-right: 0;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li
    > a:before,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li
    > a:before {
    left: 0;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li
    .sub-menu,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width.columns4
    > li
    .sub-menu {
    width: 100% !important;
    min-width: 100%;
    text-align: center;
  }
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav > li:last-child,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav > li:last-child {
  border-bottom: none;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li.current-menu-ancestor
  > a
  > span,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li.current-menu-ancestor
  > a
  > span {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li.current-menu-ancestor:before,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li.current-menu-ancestor:before {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  > li.menu-item-has-children:before,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  > li.menu-item-has-children:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 49%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .fa-close,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .fa-close {
  font: normal normal normal 20px/1.4 FontAwesome !important;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 18px;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .left-pane,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .left-pane {
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  border-right: 1px solid #dddddd;
  z-index: 600;
  height: 100%;
  background: url(assets/images/light-theme/header-left.jpg) repeat-y;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .left-pane .icons-wrap,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .left-pane .icons-wrap {
  z-index: 103;
  margin: 0 10px;
  padding: 10px 0;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .left-pane .icons-wrap li,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .left-pane .icons-wrap li {
  list-style: none;
  border-bottom: 1px solid #dddddd;
  position: relative;
  text-align: center;
  font-size: 16px;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .left-pane .icons-wrap li > a,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .left-pane .icons-wrap li > a {
  padding: 5px 0;
  display: block;
  font: normal normal normal 20px/1.4 FontAwesome !important;
  color: #666666;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .left-pane
  .icons-wrap
  li
  > a:hover,
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .left-pane
  .icons-wrap
  li
  > a:active,
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .left-pane
  .icons-wrap
  li
  > a.selected,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .left-pane
  .icons-wrap
  li
  > a:hover,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .left-pane
  .icons-wrap
  li
  > a:active,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .left-pane
  .icons-wrap
  li
  > a.selected {
  color: ;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .left-pane
  .icons-wrap
  li
  > a.selected,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .left-pane
  .icons-wrap
  li
  > a.selected {
  background-color: #dddddd;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .left-pane .icons-wrap li > a i,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .left-pane .icons-wrap li > a i {
  color: #444444;
  position: absolute;
  text-indent: 0;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  right: 0px;
  top: 0px;
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav {
  margin: 0;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav li,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav li {
  list-style: none;
  line-height: 1;
  color: #505050;
  position: relative;
  cursor: pointer;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav li ul,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav li ul {
  display: none;
  margin: 0;
  background-color: transparent;
  padding: 0;
  width: 100% !important;
  left: 100%;
  top: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  float: none;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav li ul li,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav li ul li {
  background-color: #ffffff;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  li
  ul
  li.menu-item-has-children:after,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  li
  ul
  li.menu-item-has-children:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "\f105";
  position: absolute;
  right: 20px;
  font-family: FontAwesome;
  color: #fff;
  top: 22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav li ul li:hover:after,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav li ul li:hover:after {
  color: ;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav li a,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav li a {
  line-height: 40px;
  color: #fff;
  display: inline-block;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav li:hover > a,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav li:hover > a {
  color: !important;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav li:hover > ul,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav li:hover > ul {
  display: block;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .mobile-nav
  li
  .tb-menu-custom-block,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .mobile-nav
  li
  .tb-menu-custom-block {
  padding-top: 15px;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav > li > a,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav > li > a {
  color: #505050;
  font-size: 16px;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .mobile-nav > li:hover > a,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav > li:hover > a {
  color: #fff;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .tb-menu-sidebar,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .tb-menu-sidebar {
  display: block;
  margin: 0 40px;
  padding-top: 54px;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .tb-menu-sidebar .wrap-mini-cart,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .tb-menu-sidebar .wrap-mini-cart {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .tb-menu-sidebar
  .widget.widget_search
  form,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .tb-menu-sidebar
  .widget.widget_search
  form {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .tb-menu-sidebar
  .widget.widget_search
  form
  .s,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .tb-menu-sidebar
  .widget.widget_search
  form
  .s {
  font-family: Oswald;
  font-weight: 400;
  font-size: 14px;
  color: #b0b0b0;
  opacity: 0.8;
  border: none;
  width: calc(84%);
  margin-bottom: 0;
  height: 36px;
  padding-left: 0;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit {
  border: none;
  font-size: 16px;
  color: #333333;
  background-color: transparent;
  width: 30px;
  padding: 10px 0 6px 10px;
  text-align: right;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit:hover,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .tb-sidebar-bottom,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .tb-sidebar-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 0;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .tb-sidebar-bottom
  .widget.widget_text
  .wg-title,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .tb-sidebar-bottom
  .widget.widget_text
  .wg-title {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .tb-sidebar-bottom
  .widget.widget_text
  .textwidget
  .socials,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .tb-sidebar-bottom
  .widget.widget_text
  .textwidget
  .socials {
  padding: 0;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .tb-sidebar-bottom
  .widget.widget_text
  .textwidget
  .socials
  > li,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .tb-sidebar-bottom
  .widget.widget_text
  .textwidget
  .socials
  > li {
  display: inline-block;
  padding: 0 4px;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .tb-sidebar-bottom
  .widget.widget_text
  .textwidget
  .socials
  > li
  > a,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .tb-sidebar-bottom
  .widget.widget_text
  .textwidget
  .socials
  > li
  > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #a7a7a7;
  border-radius: 50%;
  display: block;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v10
  .mobile-leftbar
  .tb-sidebar-bottom
  .widget.widget_text
  .textwidget
  .socials
  > li
  > a:hover,
.tb-header-wrap.tb-header-v11
  .mobile-leftbar
  .tb-sidebar-bottom
  .widget.widget_text
  .textwidget
  .socials
  > li
  > a:hover {
  background: #a86d73;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .options-wrap,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .options-wrap {
  position: static;
  display: block;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .options-wrap > ul,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .options-wrap > ul {
  display: inline-block !important;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .options-wrap > ul li,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .options-wrap > ul li {
  margin: 2px 0;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .bottom-section,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .bottom-section {
  width: 100%;
  text-align: center;
  padding: 0 20px 20px;
  position: absolute;
  bottom: 0;
  border: none;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .bottom-section .socials,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .bottom-section .socials {
  padding-left: 0;
  margin-left: -3px;
  margin-right: -3px;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .bottom-section .socials li,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .bottom-section .socials li {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 8px;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .bottom-section .textwidget a,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .bottom-section .textwidget a {
  color: #fff;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar .tb-logo,
.tb-header-wrap.tb-header-v11 .mobile-leftbar .tb-logo {
  padding: 65px 0 66px;
}
.tb-header-wrap.tb-header-v10 .mobile-leftbar.open,
.tb-header-wrap.tb-header-v11 .mobile-leftbar.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  z-index: 800;
}
.tb-header-wrap.tb-header-v10 .tb-logo a,
.tb-header-wrap.tb-header-v11 .tb-logo a {
  color: #fff;
}
.tb-header-wrap.tb-header-v10 .mCSB_container,
.tb-header-wrap.tb-header-v10 .mCustomScrollBox,
.tb-header-wrap.tb-header-v11 .mCSB_container,
.tb-header-wrap.tb-header-v11 .mCustomScrollBox {
  overflow: visible;
}
.tb-header-wrap.tb-header-v10 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.tb-header-wrap.tb-header-v11
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background-color: rgba(30, 30, 30, 0.8);
}
.tb-header-wrap.tb-header-v10 .mCSB_inside > .mCSB_container,
.tb-header-wrap.tb-header-v11 .mCSB_inside > .mCSB_container {
  height: 100%;
}
.tb-header-wrap.tb-header-v10 .tb-header-top,
.tb-header-wrap.tb-header-v11 .tb-header-top {
  background: #252525;
  height: auto;
}
.tb-header-wrap.tb-header-v10 .tb-header-top .tb-sidebar-right,
.tb-header-wrap.tb-header-v11 .tb-header-top .tb-sidebar-right {
  text-align: left;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li {
  padding: 0 13px 0 0;
  margin-right: 13px;
  line-height: 75px;
  border-right: none;
  position: relative;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #606060;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li:last-child:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li:last-child:before {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li.tb-logout,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li.tb-logout {
  display: inline-block;
}
.tb-header-wrap.tb-header-v10 .tb-header-top .tb-sidebar-left,
.tb-header-wrap.tb-header-v11 .tb-header-top .tb-sidebar-left {
  display: inline-block;
  height: 75px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher {
  display: inline-block;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form {
  max-width: 65px;
  width: 65px;
  margin-right: 0;
  padding-left: 0;
  margin-left: 0;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:before,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:after,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:after {
  background: #525252;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-selected,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-selected {
  height: 75px;
  line-height: 75px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-selected
  .dd-selected-description-truncated,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-selected
  .dd-selected-description-truncated {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:hover,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:hover {
  background: #a86d73 !important;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:hover:before,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:hover:after,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:hover:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:hover:after {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form:after,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form:after {
  top: 38px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .woocommerce-currency-switcher,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .woocommerce-currency-switcher {
  height: 75px;
  line-height: 75px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text {
  display: inline-block;
  height: 75px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text
  .textwidget,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text
  .textwidget {
  height: 75px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text
  .textwidget
  .language
  form,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text
  .textwidget
  .language
  form {
  max-width: 85px;
  width: 85px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text
  .textwidget
  .language
  form
  .dd-container
  .dd-select
  .dd-selected
  .dd-selected-text,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text
  .textwidget
  .language
  form
  .dd-container
  .dd-select
  .dd-selected
  .dd-selected-text {
  padding-right: 10px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text
  .textwidget
  .language
  form
  .dd-container
  .dd-select
  .dd-pointer-down,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text
  .textwidget
  .language
  form
  .dd-container
  .dd-select
  .dd-pointer-down {
  padding-right: 10px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text
  .textwidget
  .language
  form:after,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text
  .textwidget
  .language
  form:after {
  padding-right: 12px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text:last-child,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget.widget_text:last-child {
  display: none;
}
.tb-header-wrap.tb-header-v10 .tb-header-top .tb-sidebar-left #text-30,
.tb-header-wrap.tb-header-v11 .tb-header-top .tb-sidebar-left #text-30 {
  display: none;
}
.tb-header-wrap.tb-header-v10 .tb-header-top .text-right,
.tb-header-wrap.tb-header-v11 .tb-header-top .text-right {
  height: 75px;
}
.tb-header-wrap.tb-header-v10 .tb-header-top .tb-menu-sidebar,
.tb-header-wrap.tb-header-v11 .tb-header-top .tb-menu-sidebar {
  float: right;
  height: 75px;
  line-height: 75px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .widget.widget_search,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .widget.widget_search {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap {
  line-height: normal;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icon {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  a,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header
  a,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  a,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a {
  padding: 0 15px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  a
  > i,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header
  a
  > i,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  a
  > i,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  > i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  a
  > i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header
  a
  > i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  a
  > i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  > i {
  font-size: 18px;
  color: #fff;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  a
  > span,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header
  a
  > span,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  a
  > span,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  > span,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  a
  > span,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header
  a
  > span,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  a
  > span,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  > span {
  font-family: Oswald;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  right: -8px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:hover,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header:hover,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:hover,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header:hover,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:hover,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header:hover,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:hover,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header:hover {
  background: #a86d73;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:hover:before,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header:hover:before,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:hover:before,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header:hover:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:hover:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header:hover:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:hover:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header:hover:before {
  display: none;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona {
  height: 75px;
  line-height: 75px;
  position: relative;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a
  > i,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  > a
  > i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a
  > i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  > a
  > i {
  margin-right: 3px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:before,
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #525252;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header {
  height: 75px;
  line-height: 75px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a {
  margin-right: 15px;
}
.tb-header-wrap.tb-header-v10
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  .widget_shopping_cart_content
  .total,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  .widget_shopping_cart_content
  .total {
  padding-top: 15px;
  margin-bottom: 15px !important;
}
.tb-header-wrap.tb-header-v11 .mobile-leftbar .tb-logo {
  height: 75px;
  padding: 0 !important;
  line-height: 65px;
  background: #1d1d1d;
}
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mobile-nav {
  padding-top: 85px;
}
.tb-header-wrap.tb-header-v11 .mobile-leftbar .mCSB_inside > .mCSB_container {
  max-height: 890px;
}
.tb-header-wrap.tb-header-v11 .tb-header-top {
  background: #ffffff;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li
  > a
  > span {
  color: #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li
  > a
  > span:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-right
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li:before {
  background: #e7e7e7;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher {
  display: inline-block;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:after {
  background: #dddddd;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-selected
  .dd-selected-text {
  color: #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:hover {
  background: transparent !important;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:hover
  .dd-selected
  .dd-selected-text {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:hover:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:hover:after {
  display: block;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher
  form:after {
  color: #bcbcbc;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher.language
  form
  .dd-container
  .dd-select:hover:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-sidebar-left
  .widget-woocommerce-currency-switcher.language
  form
  .dd-container
  .dd-select:hover:after {
  display: none;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a {
  color: #b0b0b0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  a
  > i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header
  a
  > i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  a
  > i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  > i {
  color: #333333;
  font-weight: 700;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  a
  > span,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header
  a
  > span,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona
  a
  > span,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  > span {
  color: #b0b0b0;
  font-weight: 400;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header:before {
  background: #dddddd;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:hover,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header:hover,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:hover,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header:hover {
  background: transparent;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:hover:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header:hover:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:hover:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header:hover:before {
  display: block;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:hover
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header:hover
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:hover
  a,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header:hover
  a {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:hover
  a
  i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:hover
  a
  span,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header:hover
  a
  i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header:hover
  a
  span,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:hover
  a
  i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:hover
  a
  span,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header:hover
  a
  i,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header:hover
  a
  span {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona:before,
.tb-header-wrap.tb-header-v11
  .tb-header-top
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header-menu-item-icona:before {
  background: #dddddd;
  display: block;
}
.tb-header-wrap.tb-header-wrap.tb-layout-fullwidth {
  height: 100px;
}
.tb-header-wrap.tb-header-wrap.tb-layout-fullwidth .tb-header-menu-db {
  height: 100px;
}
.tb-header-wrap .tb-logo > a {
  font-size: 40px;
  text-transform: uppercase;
  font-family: Broadway, sans-serif;
  color: #353535;
}
.tb-header-wrap .tb-logo > a .primary_color {
  font-family: cursive;
  font-size: 60px;
}
.tb-header-wrap .tb-logo > a > img {
  height: auto;
}
.tb-header-wrap .tb-header-menu {
  color: #3f3e3e;
  background: #ffffff;
}
.tb-header-wrap .tb-header-menu .tb-logo {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  height: 100px;
}
.tb-header-wrap .tb-header-menu .tb-logo > a {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tb-header-wrap .tb-header-menu .tb-menu {
  text-align: right;
}
.tb-header-wrap
  .tb-header-menu
  .wrap-mini-cart
  .widget_cart_search_wrap_item
  i {
  display: inline-block;
  width: 100%;
}
.tb-header-wrap.tb-header-v6 .tb-menu-list,
.tb-header-wrap.tb-header-v7 .tb-menu-list {
  margin-right: 0;
}
.tb-header-wrap.tb-header-v6 .tb-menu-list li.menu-item:last-child > a,
.tb-header-wrap.tb-header-v7 .tb-menu-list li.menu-item:last-child > a {
  padding-right: 0 !important;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth .tb-header-top {
  background: #1a1a1a;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth .tb-header-top .text-left {
  padding: 0;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-top
  .text-left
  .tb-sidebar.tb-sidebar-right {
  margin-left: -15px;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-top
  .text-left
  .tb-sidebar.tb-sidebar-right
  .widget
  ul {
  text-align: left;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth .tb-header-top .text-right {
  padding: 0;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-top
  .text-right
  .tb-sidebar.tb-sidebar-left {
  margin-right: -15px;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-top
  .text-right
  .tb-sidebar.tb-sidebar-left
  .widget_nav_menu
  .menu-account-shop-container
  ul
  li:last-child {
  border-right: none;
  display: inline-block;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-top
  .text-right
  .tb-sidebar.tb-sidebar-left
  .widget_nav_menu
  .menu-account-shop-container
  ul
  li:nth-child(4) {
  border-right: 1px solid #575757;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-logo {
  left: 50px;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span:before {
  display: none;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  #nav
  > .current-menu-ancestor
  > a
  > span {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu.tb-menu-lg.pull-right {
  right: 40px;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget_search {
  left: 25%;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon {
  display: none;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  .icon.icon_cart_wrap {
  text-align: center;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  .icon.icon_cart_wrap:hover {
  background: #161616;
  border-color: #161616;
}
.tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  .icon.icon_cart_wrap:hover
  i {
  color: #fff;
}
.tb-header-wrap.tb-header-v7 .tb-header-top {
  background-color: #252525;
}
.tb-header-wrap.tb-header-v7 .tb-header-top .text-left {
  padding: 0;
}
.tb-header-wrap.tb-header-v7
  .tb-header-top
  .tb-sidebar-right
  ul
  > li:last-child {
  border-right: none;
  display: inline-block;
}
.tb-header-wrap.tb-header-v7
  .tb-header-top
  .tb-sidebar
  .widget
  ul
  > li.tb-logout {
  border-right: 1px solid #575757 !important;
}
.tb-header-wrap.tb-header-v7 .tb-header-menu-db .tb-header-menu {
  background: #0c0c0c;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span {
  color: #ffffff !important;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span:before {
  display: none;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  #nav
  > li.current-menu-ancestor
  > a
  > span {
  color: #a86d73 !important;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search {
  left: 18.5%;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .s,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit {
  background: transparent;
  border: 1px solid #383838;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .s.s,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit.s {
  border-right: none;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .s.searchsubmit,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit.searchsubmit {
  border-left: none;
  color: #fff;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart {
  padding-right: 30px;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap {
  display: none;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap {
  text-align: center;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a {
  border: 1px solid #383838;
}
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  i,
.tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  span {
  color: #fff;
}
.tb-header-wrap.tb-header-v4 .tb-header-top,
.tb-header-wrap.tb-header-v2 .tb-header-top {
  background: #181818;
}
.tb-header-wrap.tb-header-v4 .tb-logo-v2,
.tb-header-wrap.tb-header-v2 .tb-logo-v2 {
  background: #ffffff;
  text-align: center;
  padding: 60px 0 8px;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu,
.tb-header-wrap.tb-header-v2 .tb-header-menu {
  color: #5d5d5d;
  background: #ffffff;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu,
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu {
  text-align: center;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list,
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list {
  margin-right: 10px;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  > ul
  > li:hover
  > a,
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  > ul
  > li.current_page_parent
  > a,
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  > ul
  > li
  .current-menu-parent
  > a,
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  > ul
  > li:hover
  > a,
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  > ul
  > li.current_page_parent
  > a,
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  > ul
  > li
  .current-menu-parent
  > a {
  color: #3d3d3d;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon {
  position: relative;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:after,
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:after {
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
  border-color: #e9e9e9;
  z-index: -1;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover,
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover {
  color: #fff;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover:before,
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover:after,
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover:before,
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover:after {
  border-color: #a86d73;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover:after,
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover:after {
  background-color: #a86d73;
}
.tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover
  .fa,
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover
  .fa {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-control-mobi > a,
.tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-control-mobi
  > a {
  line-height: 80px;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth .tb-header-top {
  background: #ffffff;
  border-bottom: 1px solid #efefef;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-right {
  text-align: left;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-selected
  .dd-selected-text {
  color: #999898;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-pointer {
  border: solid 5px transparent;
  border-top: solid 5px #999898;
  opacity: 1;
  margin-top: -3px;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  ul
  > li
  i,
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  ul
  > li
  span {
  color: #999898 !important;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .language
  form
  .dd-container
  .dd-select
  .dd-pointer {
  border: solid 5px transparent;
  border-top: solid 5px #999898;
  opacity: 1;
  margin-top: -3px;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth .tb-header-top .text-right {
  padding: 0;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li {
  border-right: 1px solid #e2e1e1;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li
  > a
  > span {
  color: #999898;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li
  > a
  > span:hover {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li:last-child {
  border-right: none;
  display: inline-block;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-sidebar
  .widget_search {
  left: 22.5%;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-sidebar
  .header-menu-item-icon {
  display: none;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-sidebar
  .widget_mini_cart_wrap {
  padding-right: 10px;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-sidebar
  .widget_mini_cart_wrap
  a
  span {
  color: #a8a8a8;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-sidebar
  .widget_mini_cart_wrap
  a:hover {
  background: #a86d73;
  color: #fff;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-sidebar
  .widget_mini_cart_wrap
  a:hover
  span {
  color: #a86d73;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-sidebar
  .widget_mini_cart_wrap
  .shopping_cart_dropdown.active
  .widget_shopping_cart_content
  .cart_list.product_list_widget
  .mini_cart_item
  > a:hover {
  color: #a86d73;
  background: transparent;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu
  .tb-menu-list {
  margin-right: 0;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  ul
  > li
  > a
  > span:before {
  display: none;
}
.tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  ul
  > li.current-menu-ancestor
  > a
  > span {
  color: #a86d73 !important;
}
@media (min-width: 1200px) and (max-width: 1485px) {
  .tb-header-wrap.tb-header-v5 .mobile-header {
    display: block;
  }
  .tb-header-wrap.tb-header-v5 .mobile-leftbar {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tb-header-wrap.tb-header-v5 .mobile-leftbar.active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .tb-header-wrap.tb-header-v5 .mobile-leftbar .fa-close {
    display: block !important;
  }
  .col-lg-offset-26 {
    margin-left: 15px;
  }
  .col-lg-94 {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1199px) {
  .tb-header-wrap.tb-header-v10 .mobile-header,
  .tb-header-wrap.tb-header-v11 .mobile-header {
    display: block;
    background: #ffffff;
  }
  .tb-header-wrap.tb-header-v10 .mobile-header .fa-bars,
  .tb-header-wrap.tb-header-v11 .mobile-header .fa-bars {
    color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tb-header-wrap.tb-header-v10 .mobile-header .fa-bars:hover,
  .tb-header-wrap.tb-header-v11 .mobile-header .fa-bars:hover {
    color: #a86d73;
  }
  .tb-header-wrap.tb-header-v10 .mobile-leftbar,
  .tb-header-wrap.tb-header-v11 .mobile-leftbar {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tb-header-wrap.tb-header-v10 .mobile-leftbar.active,
  .tb-header-wrap.tb-header-v11 .mobile-leftbar.active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .tb-header-wrap.tb-header-v10 .mobile-leftbar .fa-close,
  .tb-header-wrap.tb-header-v11 .mobile-leftbar .fa-close {
    color: #333333;
    top: 55px;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    border: 1px solid #a7a7a7;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tb-header-wrap.tb-header-v10 .mobile-leftbar .fa-close:hover,
  .tb-header-wrap.tb-header-v11 .mobile-leftbar .fa-close:hover {
    background: #a86d73;
    border-color: #a86d73;
    color: #ffffff;
  }
  .tb-header-wrap.tb-header-v11 .mobile-header {
    background: #090909;
  }
  .tb-header-wrap.tb-header-v11 .mobile-header .fa-bars {
    color: #ffffff;
  }
  .tb-header-wrap.tb-header-v11 .mobile-leftbar .fa-close {
    color: #fff;
    top: 20px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sreach
    .widget.widget_search
    form {
    left: initial !important;
    right: -16px;
  }
  .shopping_cart_dropdown.active {
    line-height: normal;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .tb-header-wrap.tb-header-v10 .mobile-leftbar .fa-close,
  .tb-header-wrap.tb-header-v11 .mobile-leftbar .fa-close {
    right: initial;
    left: 10px;
  }
}
.language form .dd-container .dd-select .dd-pointer {
  border: solid 5px transparent;
  border-top: none;
}
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option
  .dd-desc,
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option
  .dd-option-value,
#jws_theme_wrapper
  .wrap-mini-cart
  .widget-woocommerce-currency-switcher
  .dd-options
  .dd-option
  .dd-option-text {
  font-family: lato !important;
  font-weight: 400 !important;
  border: none;
}
.logged-in
  .tb-header-wrap
  .tb-header-top
  .tb-sidebar
  .widget
  ul
  > li.tb-logout {
  display: inline-block;
}
.logged-in .tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li.tb-login {
  display: inline-block;
}
@media (max-width: 1199px) {
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a,
  .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a,
  .tb-header-wrap.tb-header-v24
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a,
  .tb-header-wrap.tb-header-3
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a,
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    padding: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .tb_slider_home6.vc_custom_1469719687786 {
    margin-top: 0px !important;
  }
  .tb_slider_home6.vc_custom_1469723886564 {
    margin-top: 0px !important;
  }
  .vc_row.wpb_row {
    padding-top: 0px !important;
    margin-top: 10px !important;
  }
  .tb-wrap-carousel .vc_empty_space {
    height: 10px !important;
  }
  .vc_column_container.vc_custom_1466414368209 {
    padding-right: 15px !important;
  }
  .vc_row.wpb_row.test-version,
  .vc_row.wpb_row.tb_slider_home3,
  .vc_row.wpb_row.tb-md-container-fluid {
    margin-top: 0px !important;
  }
  .vc_row.wpb_row.test-version .vc_empty_space,
  .vc_row.wpb_row.tb_slider_home3 .vc_empty_space,
  .vc_row.wpb_row.tb-md-container-fluid .vc_empty_space {
    height: 20px !important;
  }
  .tb-header-wrap .tb-header-top {
    overflow: hidden;
  }
  .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-left,
  .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-right {
    text-align: center;
  }
  .tb-header-wrap .tb-header-menu {
    height: 60px;
  }
  .tb-header-wrap .tb-header-menu .tb-menu {
    padding-right: 0 !important;
  }
  .tb-header-wrap .tb-header-menu .tb-logo {
    height: 60px;
  }
  .tb-header-wrap .tb-header-menu .tb-header-menu-inner .tb-menu-sidebar {
    position: static;
  }
  .tb-header-wrap.tb-header-v1 {
    position: relative !important;
    background: rgba(0, 0, 0, 0.8);
  }
  .tb-header-wrap.tb-header-v1.tb-layout-fullwidth {
    height: auto;
    position: initial;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    .textwidget
    .language {
    display: none;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget-woocommerce-currency-switcher {
    display: none;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget.widget_text {
    line-height: 25px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget.widget_text
    .textwidget
    ul {
    margin-left: 0;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget.widget_text
    .textwidget
    ul
    > li {
    padding: 2px 10px !important;
    width: auto !important;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .tb-menu-sidebar
    .widget_nav_menu
    .menu-account-shop-container
    ul {
    left: 0;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .tb-menu-sidebar
    .widget_nav_menu
    .menu-account-shop-container
    ul
    li {
    padding-left: 0;
    padding: 0 10px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .tb-menu-sidebar
    .widget_nav_menu
    .menu-account-shop-container
    ul
    li
    > a
    > span {
    font-size: 10px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-top
    .tb-menu-sidebar
    .widget_nav_menu
    .menu-account-shop-container
    ul
    li:before {
    left: 100%;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top .text-left .tb-logo {
    margin: 10px 0;
    height: auto;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-top .text-left .tb-logo a > img {
    max-width: 150px;
    height: auto;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-center
    .all-sidebar
    .tb-sidebar-l
    #miracle_woocommerce_searchbar-2
    #tb-mega-searchform
    .dropdown {
    width: 115px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-center
    .all-sidebar
    .tb-sidebar-l
    #miracle_woocommerce_searchbar-2
    #tb-mega-searchform
    .dropdown
    select {
    text-indent: 0;
    font-family: lato;
    font-weight: 400;
    font-size: 10px;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-center
    .all-sidebar
    .tb-sidebar-l
    #miracle_woocommerce_searchbar-2
    #tb-mega-searchform
    input[type="text"]:placeholder-shown {
    width: initial;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-center
    .all-sidebar
    .tb-sidebar-l
    #miracle_woocommerce_searchbar-2
    #tb-mega-searchform
    .s {
    margin-bottom: 0;
    color: #ffffff;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar {
    margin-top: 0;
    height: auto;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart {
    margin-top: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-db {
    height: auto !important;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-db
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi {
    display: block;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-db
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a {
    line-height: 38px !important;
    padding: 0;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-db
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    i {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-db
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    ul
    > li {
    border-bottom: 1px solid #222222;
  }
  .tb-header-wrap.tb-header-v1 .tb-header-menu-db .tb-header-menu {
    margin-top: 0;
    height: 40px;
  }
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar {
    margin-left: 0;
  }
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget_cart_search_wrap_item
    > a,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .header-menu-item-icon
    > a,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    .widget_mini_cart_wrap
    .header {
    width: auto;
    padding: 0 10px;
  }
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-control-mobi
    > a {
    width: auto;
    padding: 0 10px;
  }
  .tb-header-wrap.tb-header-v2.tb-layout-fullwidth,
  .tb-header-wrap.tb-header-v5.tb-layout-fullwidth,
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth,
  .tb-header-wrap.tb-header-v7.tb-layout-fullwidth,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth {
    height: auto;
  }
  .tb-header-wrap.tb-header-v2.tb-layout-fullwidth .tb-header-menu-db,
  .tb-header-wrap.tb-header-v5.tb-layout-fullwidth .tb-header-menu-db,
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth .tb-header-menu-db,
  .tb-header-wrap.tb-header-v7.tb-layout-fullwidth .tb-header-menu-db,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth .tb-header-menu-db {
    height: auto;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu-db,
  .tb-header-wrap.tb-header-v5 .tb-header-menu-db,
  .tb-header-wrap.tb-header-v6 .tb-header-menu-db,
  .tb-header-wrap.tb-header-v7 .tb-header-menu-db,
  .tb-header-wrap.tb-header-v8 .tb-header-menu-db {
    height: auto;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu-db .tb-header-menu,
  .tb-header-wrap.tb-header-v5 .tb-header-menu-db .tb-header-menu,
  .tb-header-wrap.tb-header-v6 .tb-header-menu-db .tb-header-menu,
  .tb-header-wrap.tb-header-v7 .tb-header-menu-db .tb-header-menu,
  .tb-header-wrap.tb-header-v8 .tb-header-menu-db .tb-header-menu {
    height: auto;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg {
    width: 27.666667%;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    > a,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    > a,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    > a,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    > a,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    > a {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    > a
    > img,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    > a
    > img,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    > a
    > img,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    > a
    > img,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo
    > a
    > img {
    max-width: 80px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    [class*="col-xs-7"],
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    [class*="col-xs-7"],
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    [class*="col-xs-7"],
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    [class*="col-xs-7"],
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    [class*="col-xs-7"] {
    width: 72.333333%;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu {
    text-align: center;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    left: 25%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li {
    border-bottom: 1px solid #2a2a2a;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    line-height: 38px !important;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span {
    color: #fff !important;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar {
    position: relative;
    width: 70%;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search {
    position: absolute;
    left: -43%;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-bottom: 0;
    z-index: 999999;
    display: block;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form {
    display: none;
    width: 215px;
    left: 0;
    position: absolute;
    top: 24px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .searchsubmit {
    width: 40px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search
    form
    .s {
    width: 175px;
    font-family: lato;
    font-weight: 400;
    font-size: 12px;
    background: #fff;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search:hover:before,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search:hover:before,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search:hover:before,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search:hover:before,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .widget.widget_search:hover:before {
    background: #a86d73;
    border-color: #a86d73;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart {
    position: relative;
    left: 10px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header
    > a
    > span.cart_total {
    right: -21px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .header-menu-item-icon,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .header-menu-item-icon {
    display: inline-block;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #949494;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    margin-right: 5px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover {
    color: #fff !important;
    border-color: #a86d73;
    background: #a86d73;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .tb-menu-account,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .tb-menu-account,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .tb-menu-account,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .tb-menu-account,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.tb-menu-canvas-wrap
    .tb-menu-account {
    left: initial;
    right: 7.5%;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi {
    width: 29%;
    padding-top: 0;
    text-align: right;
    padding-right: 20px;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i {
    width: 38px;
    height: 38px;
    border: 1px solid #eaeaea;
    line-height: 38px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i:hover,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    a
    > i:hover {
    background: #a86d73;
    boder-color: #a86d73;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu,
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu,
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu,
  .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu,
  .tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu {
    text-align: center !important;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-sidebar {
    float: right;
    width: 50%;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu .tb-menu-sidebar a.icon,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon {
    font-size: 15px !important;
    font-weight: 700;
    margin-right: 5px;
    width: 38px;
    height: 38px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover {
    color: #fff !important;
    border-color: #a86d73;
    background: #a86d73;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon:hover
    > span.cart_total {
    color: #a86d73 !important;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-control-mobi {
    width: 50%;
  }
  .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-menu
    .tb-menu-control-mobi
    > a,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu
    .tb-menu
    .tb-menu-control-mobi
    > a,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu
    .tb-menu
    .tb-menu-control-mobi
    > a,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-control-mobi
    > a,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu
    .tb-menu
    .tb-menu-control-mobi
    > a {
    padding: 0;
  }
  .tb-header-wrap.tb-header-v5 {
    position: relative;
  }
  .tb-header-wrap.tb-header-v5 .tb-header-menu-db .tb-header-menu {
    background: rgba(0, 0, 0, 0.7);
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    left: auto;
    padding-right: 0;
    text-align: left;
    display: none;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list.active {
    display: block;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi
    > a
    > i {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a {
    color: #fff;
    margin-right: 1px;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    i {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a.icon_sreach_screen {
    margin-right: 1px !important;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .tb-menu-account
    .widget
    .menu-sub-account-container
    ul
    > li
    > a {
    color: #6b6b6b;
    font-family: lato;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .tb-menu-account
    .widget
    .menu-sub-account-container
    ul
    > li
    > a
    > span
    > i {
    color: #a0a0a0;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a {
    color: #fff;
  }
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    span.cart_total {
    right: -20px !important;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth .tb-header-top,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth .tb-header-top {
    height: auto;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right {
    margin-left: 0;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget {
    line-height: 20px;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget
    ul,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget
    ul {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget
    ul
    > li,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-left
    .tb-sidebar.tb-sidebar-right
    .widget
    ul
    > li {
    width: auto !important;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left {
    margin-right: 0;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget {
    line-height: 20px;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget
    .menu-account-shop-container
    ul,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget
    .menu-account-shop-container
    ul {
    margin-left: 0;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget
    .menu-account-shop-container
    ul
    > li,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget
    .menu-account-shop-container
    ul
    > li {
    padding: 0 6px;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget
    .menu-account-shop-container
    ul
    > li
    > a,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .text-right
    .tb-sidebar.tb-sidebar-left
    .widget
    .menu-account-shop-container
    ul
    > li
    > a {
    font-size: 10px;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .tb-sidebar
    .widget-woocommerce-currency-switcher:first-child
    form,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .tb-sidebar
    .widget-woocommerce-currency-switcher:first-child
    form {
    display: none;
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-top
    .tb-sidebar
    .widget-woocommerce-currency-switcher
    form,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-top
    .tb-sidebar
    .widget-woocommerce-currency-switcher
    form {
    display: none;
  }
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar {
    width: 81%;
  }
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .icon_sreach_screen,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .icon_sreach_screen {
    margin-left: 5px;
    margin-right: 0 !important;
  }
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-control-mobi {
    width: 19%;
  }
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg {
    width: 27.666667%;
  }
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .hidden-lg
    .tb-logo {
    left: 0;
  }
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen {
    margin-right: 0px;
    margin-left: -5px;
  }
  .tb-header-wrap.tb-header-v7.tb-layout-fullwidth {
    height: auto !important;
  }
  .tb-header-wrap.tb-header-v7 .tb-header-top {
    height: auto;
  }
  .tb-header-wrap.tb-header-v7 .tb-header-top .text-left {
    padding: 0 15px !important;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    ul {
    margin-right: 0;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    ul
    > li {
    padding: 0 5px;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    ul
    > li
    > a {
    font-size: 10px;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    ul {
    margin-left: 0;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    ul
    li {
    width: auto !important;
    padding: 10px 5px !important;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    ul
    li:last-child {
    padding-right: 0px !important;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar
    .widget-woocommerce-currency-switcher:first-child
    form {
    display: none;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-top
    .tb-sidebar
    .widget-woocommerce-currency-switcher
    form {
    display: none;
  }
  .tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar .widget {
    line-height: 20px !important;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-menu
    .tb-menu
    .tb-menu-sidebar
    a.icon {
    border: 1px solid #383838;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen {
    border: 1px solid #383838;
    color: #fff;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-top {
    overflow: initial;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-top .tb-sidebar.tb-sidebar-left {
    padding-top: 10px;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .textwidget
    ul
    > li {
    padding: 0 7px 0 7px;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-top .tb-logo a > img {
    padding: 15px 0 10px 0;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-top .tb-sidebar.tb-sidebar-right {
    text-align: center;
    padding-top: 0;
    float: initial;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account {
    top: 227%;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .shopping_cart_dropdown {
    top: 254%;
  }
  .tb-header-wrap.tb-header-v3 .tb-header-menu .text-left .tb-menu {
    text-align: left !important;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-control-mobi
    > a {
    line-height: 65px;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list {
    right: initial;
    left: 0;
    top: 93%;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li {
    border-bottom: 1px solid #222222;
  }
  .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .text-left
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a
    > span {
    color: #fff !important;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-top {
    height: auto;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-top .text-left {
    height: auto;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget-woocommerce-currency-switcher:first-child
    form {
    display: none;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget-woocommerce-currency-switcher
    form {
    display: none;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .widget
    ul {
    margin-left: 0;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-left
    .textwidget {
    line-height: 25px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    .menu-account-shop-container {
    line-height: 25px;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-sidebar.tb-sidebar-right
    .widget
    .menu-account-shop-container
    ul {
    margin-right: 0;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-top .tb-sidebar #text-30 ul > li {
    width: auto;
    padding: 0px 10px;
  }
  .tb-header-wrap.tb-header-v4 .header-top-center .tb-sidebar.tb-sidebar-left {
    padding-top: 20px;
    padding-left: 0;
  }
  .tb-header-wrap.tb-header-v4
    .header-top-center
    .tb-sidebar.tb-sidebar-left
    .widget
    .textwidget
    ul
    li {
    padding: 0 7px 0 7px;
  }
  .tb-header-wrap.tb-header-v4 .header-top-center .tb-menu-sidebar {
    margin-top: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
  }
  .tb-header-wrap.tb-header-v4
    .header-top-center
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .tb-header-wrap.tb-header-v4 .header-top-center .tb-logo {
    padding-top: 20px;
  }
  .tb-header-wrap.tb-header-v4 .text-right {
    margin-left: 0px !important;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list {
    margin-right: -135px !important;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li {
    border-bottom: 1px solid #2a2a2a;
  }
  .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a
    > span {
    color: #fff !important;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-control-mobi {
    display: block;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v9 .tb-header-menu {
    height: auto;
  }
  .tb-header-wrap.tb-header-v9 .tb-header-menu .tb-logo {
    margin: 0 auto;
    text-align: center;
  }
  .tb-header-wrap.tb-header-v9 .tb-header-menu .tb-logo > a {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .opensearch {
    top: 50%;
    left: 0;
    line-height: 40px;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .sreach_form_header {
    width: calc(75%);
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .sreach_form_header
    form
    input[type="text"] {
    line-height: 40px;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .tb-menu-account {
    right: 0;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list {
    right: initial;
    background: #ffffff;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li {
    border-bottom: 1px solid #efefef;
  }
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li
    > a {
    line-height: 40px;
  }
  .tb-header-wrap.tb-header-v10 .tb-header-top,
  .tb-header-wrap.tb-header-v11 .tb-header-top {
    overflow: initial;
  }
  .tb-header-wrap.tb-header-v10 .tb-header-top .tb-sidebar-left,
  .tb-header-wrap.tb-header-v11 .tb-header-top .tb-sidebar-left {
    width: 50%;
    text-align: right !important;
    height: auto;
  }
  .tb-header-wrap.tb-header-v10
    .tb-header-top
    .tb-sidebar-left
    .widget.widget_text,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-sidebar-left
    .widget.widget_text {
    height: auto;
    line-height: 0;
  }
  .tb-header-wrap.tb-header-v10
    .tb-header-top
    .tb-sidebar-left
    .widget.widget_text
    .textwidget,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-sidebar-left
    .widget.widget_text
    .textwidget {
    height: auto;
  }
  .tb-header-wrap.tb-header-v10
    .tb-header-top
    .tb-sidebar-left
    .widget-woocommerce-currency-switcher
    form
    .dd-container
    .dd-select
    .dd-selected,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-sidebar-left
    .widget-woocommerce-currency-switcher
    form
    .dd-container
    .dd-select
    .dd-selected {
    height: 30px;
    line-height: 30px;
  }
  .tb-header-wrap.tb-header-v10
    .tb-header-top
    .tb-sidebar-left
    .widget-woocommerce-currency-switcher
    form:after,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-sidebar-left
    .widget-woocommerce-currency-switcher
    form:after {
    top: 15px;
  }
  .tb-header-wrap.tb-header-v10 .tb-header-top .tb-menu-sidebar,
  .tb-header-wrap.tb-header-v11 .tb-header-top .tb-menu-sidebar {
    width: 50%;
    line-height: 30px;
    height: auto;
  }
  .tb-header-wrap.tb-header-v10 .tb-header-top .tb-menu-sidebar .wrap-mini-cart,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-menu-sidebar
    .wrap-mini-cart {
    display: inline-block;
    float: left;
  }
  .tb-header-wrap.tb-header-v10
    .tb-header-top
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .header-menu-item-icona,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .header-menu-item-icona {
    height: auto;
    line-height: 30px;
  }
  .tb-header-wrap.tb-header-v10
    .tb-header-top
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .header-menu-item-icona
    a,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .header-menu-item-icona
    a {
    line-height: 30px;
  }
  .tb-header-wrap.tb-header-v10
    .tb-header-top
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header {
    height: auto;
    line-height: 30px !important;
    padding-right: 0;
  }
  .tb-header-wrap.tb-header-v10
    .tb-header-top
    .tb-sidebar-right
    .widget_nav_menu
    .menu-account-shop-container
    ul
    > li,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-sidebar-right
    .widget_nav_menu
    .menu-account-shop-container
    ul
    > li {
    line-height: 40px;
  }
  .tb-header-wrap.tb-header-v10
    .tb-header-top
    .tb-sidebar-right
    .widget_nav_menu
    .menu-account-shop-container
    ul
    > li:last-child,
  .tb-header-wrap.tb-header-v11
    .tb-header-top
    .tb-sidebar-right
    .widget_nav_menu
    .menu-account-shop-container
    ul
    > li:last-child {
    display: block;
  }
  .tb-header-wrap.tb-header-v10 .tb-header-top .text-right,
  .tb-header-wrap.tb-header-v11 .tb-header-top .text-right {
    height: auto;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width {
    z-index: 9;
    left: 0;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width
    > li
    > .sub-menu,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .drop_full_width
    > li
    > .sub-menu {
    position: initial;
    padding: 0;
    border: none;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .standar-dropdown,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .standar-dropdown {
    z-index: 9;
    left: 0;
  }
  .tb-header-wrap.tb-header-v10
    .mobile-leftbar
    .mobile-nav
    > li
    .standar-dropdown
    > li,
  .tb-header-wrap.tb-header-v11
    .mobile-leftbar
    .mobile-nav
    > li
    .standar-dropdown
    > li {
    text-align: center;
  }
  .tb-header-wrap.tb-header-v10 .mobile-leftbar.open,
  .tb-header-wrap.tb-header-v11 .mobile-leftbar.open {
    overflow-y: scroll;
    background: #ffffff;
  }
  .tb-header-wrap.tb-header-v10 .mobile-leftbar .mCSB_scrollTools_vertical,
  .tb-header-wrap.tb-header-v11 .mobile-leftbar .mCSB_scrollTools_vertical {
    display: none !important;
  }
  .tb-header-wrap.tb-header-v10 .mobile-leftbar .tb-sidebar-bottom,
  .tb-header-wrap.tb-header-v11 .mobile-leftbar .tb-sidebar-bottom {
    display: none;
  }
  .countdown-home-03:before,
  .countdown-home-03:after {
    display: none;
  }
  .countdown-home-03 .miracle-title-tpl4 .miracle-subtitle {
    line-height: 33px;
  }
  .countdown-home-03 .miracle-title-tpl4 .miracle-subtitle:before,
  .countdown-home-03 .miracle-title-tpl4 .miracle-subtitle:after {
    display: none;
  }
  .countdown-home-03 .tb-countdown-js:before {
    display: none;
  }
  .tb_slider_home6.vc_custom_1469698178538 {
    margin-top: 0px !important;
  }
  .test-version .wpb_images_carousel.wpb_content_element {
    margin-bottom: 0;
  }
  .test-version1 .wpb_images_carousel.wpb_content_element {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tb-header-wrap.tb-header-v1 .tb-header-top .tb-menu-sidebar {
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) and (max-width: 382px) {
  .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .text-center
    .all-sidebar
    .tb-sidebar-l
    #miracle_woocommerce_searchbar-2
    #tb-mega-searchform
    .s {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    > i,
  .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    > i {
    font-weight: 700;
  }
}
@media (max-width: 767px) and (max-width: 554px) {
  .tb-header-wrap.tb-header-v9
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    .sreach_form_header {
    width: calc(55%);
  }
}
.tb-logo.tb-custom-logo {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 24px;
}
.tb-logo.tb-custom-logo > a {
  font-size: 40px;
  text-transform: uppercase;
  font-family: Broadway, sans-serif;
  color: #353535;
}
.tb-logo.tb-custom-logo > a .primary_color {
  font-family: cursive;
  font-size: 60px;
}
.tb-logo.tb-custom-logo > a > img {
  height: auto;
}
.tb-logo.tb-custom-logo a {
  font-size: 55px !important;
}
.tb-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.visible-lgs-block {
  display: none;
}
.dd-options.dd-click-off-close {
  margin-left: 0 !important;
  box-shadow: none;
}
.dd-options.dd-click-off-close li .dd-option {
  background: transparent;
}
.dd-options.dd-click-off-close li .dd-option .dd-option-text {
  background: transparent;
}
.dd-options.dd-click-off-close li .dd-option:hover {
  background: transparent !important;
}
.dd-options.dd-click-off-close li .dd-option:hover .dd-option-text {
  background: transparent;
}
@media (min-width: 1200px) {
  .visible-lgs-block {
    display: block;
  }
  .col-lg-offset-27 {
    margin-left: 270px;
  }
  .col-lg-93 {
    width: calc(100% - 270px);
  }
  .col-lg-offset-26 {
    margin-left: 320px;
  }
  .col-lg-94 {
    width: calc(100% - 320px);
  }
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth .tb-header-top,
  .tb-header-wrap.tb-header-v7.tb-layout-fullwidth .tb-header-top,
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth .tb-header-top {
    padding: 0 70px;
  }
  .tb-header-menu-db .tb-menu-lg {
    position: absolute !important;
    top: 0;
  }
  .tb-header-menu-db .tb-menu-lg.tb-logo {
    left: 70px;
    min-width: 145px;
  }
  .tb-header-menu-db .tb-menu-lg.tb-menu {
    right: 70px;
  }
  .tb-header-menu-db .tb-header-menu-md .tb-header-menu-inner .tb-menu {
    text-align: center !important;
  }
  .tb-container {
    width: 970px;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .widget
    .wg-title {
    width: 18.5%;
  }
  .jws_theme_footer.tb-footer-v2
    .footer-header
    .jws_theme_before_footer_2
    .textwidget {
    width: 79% !important;
  }
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth .tb-header-top .text-left {
    padding: 0;
  }
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .pull-right
    .tb-menu-sidebar {
    padding-right: 25px;
  }
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .pull-right
    .tb-menu-sidebar
    .widget.widget_search {
    left: 17%;
  }
}
@media (min-width: 768px) {
  .tb-header-wrap.tb-header-v4
    .tb-header-top
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown {
    top: 122%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .tb-header-v2.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-v5.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-v6.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-v7.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu,
  .tb-header-v8.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu {
    width: 87%;
  }
  .tb-header-v2.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-v5.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-v6.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-v7.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a,
  .tb-header-v8.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a {
    padding: 0;
    padding-right: 25px;
  }
  .tb-header-v2.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after,
  .tb-header-v5.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after,
  .tb-header-v6.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after,
  .tb-header-v7.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after,
  .tb-header-v8.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after {
    left: 30%;
  }
}
.icon_sreach_screen {
  display: none;
}
@media (max-width: 1440px) {
  .col-lg-93 .container {
    max-width: 970px;
  }
}
@media (min-width: 768px) {
  .tb-container {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .tb-container {
    width: 1170px;
  }
}
.tb-fixed-zindex #wpadminbar {
  z-index: 998;
}
.content .no-results {
  margin-top: 50px;
}
.left_body #miracle_show_category-2 #tb-mega-searchform .dropdown {
  background: #3e3e3e;
}
.left_body #miracle_show_category-2 #tb-mega-searchform .dropdown .hidemenu i,
.left_body
  #miracle_show_category-2
  #tb-mega-searchform
  .dropdown
  .hidemenu
  .accessories {
  color: #ffffff !important;
}
.left_body
  #miracle_show_category-2
  #tb-mega-searchform
  .dropdown
  .get_menu_category
  .all_category {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .left_body
    #miracle_show_category-2
    #tb-mega-searchform
    .dropdown
    .get_menu_category
    .all_category {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .left_body #miracle_show_category-2 #tb-mega-searchform {
    max-width: 100%;
  }
  .left_body #miracle_show_category-2 #tb-mega-searchform .get_menu_category {
    overflow: hidden;
  }
  .left_body
    #miracle_show_category-2
    #tb-mega-searchform
    .get_menu_category
    .widget.widget_nav_menu
    .menu-category-menu-container
    > ul
    > li
    > .standar-dropdown {
    width: 100% !important;
    position: relative;
    z-index: 999;
    left: 0;
  }
}
.change_border_banner .tpl3.style-three .tb-info-box {
  border: 10px solid #ffffff;
}
.change_border_banner .tpl3.style-three .tb-info-box .tb-image {
  max-height: 180px;
}
.market-version .tb-service-wrap .tb-service.tpl3 .tb-title-icon {
  padding-left: 15px;
}
.market-version .tb-service-wrap .tb-service.tpl3 .tb-title-icon .tb-icon {
  background: #ffffff;
  top: 41px;
}
.market-version .tb-service-wrap .tb-service.tpl3 .tb-content {
  padding-left: 15px;
}
.market-version
  .tb-service-wrap
  .tb-service.tpl3:hover
  .tb-title-icon
  .tb-icon
  > i {
  color: #a86d73 !important;
  animation: rubberBand 0.5s both;
}
.tb-custom-style .tparrows {
  background: transparent !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-custom-style .tparrows:before {
  position: relative;
  z-index: 2;
}
.tb-custom-style .tparrows:after {
  content: "";
  position: absolute;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  z-index: 1;
  margin-top: -20px;
  top: 0;
}
.tb-custom-style .tparrows.tp-leftarrow:before {
  color: #2a2a2a;
}
.tb-custom-style .tparrows.tp-leftarrow:after {
  border-right: 40px solid #fff;
  right: 0;
  margin-right: 8px;
}
.tb-custom-style .tparrows.tp-rightarrow:after {
  border-left: 40px solid #2a2a2a;
  left: 0;
  margin-left: 8px;
}
.tb-custom-style .tparrows:hover:before {
  color: #fff;
}
.tb-custom-style .tparrows:hover:after {
  border-right-color: #a86d73;
  border-left-color: #a86d73;
}
.tb-custom-style.tb-flip-button .tparrows.tp-leftarrow {
  padding-left: 10px;
}
.tb-custom-style.tb-flip-button .tparrows.tp-leftarrow:after {
  border-left: 40px solid #fff;
  left: 0;
  border-right: none;
  margin-left: 12px;
}
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow {
  padding-left: 10px;
}
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow:before {
  color: #2a2a2a;
}
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow:after {
  border-right: 40px solid #fff;
  border-left: none;
  left: auto;
  right: 0;
}
.tb-custom-style.tb-flip-button .tparrows:hover:before {
  color: #fff;
}
.tb-custom-style.tb-flip-button .tparrows:hover:after {
  border-right-color: #2a2a2a;
  border-left-color: #2a2a2a;
}
.tb-origin-top-left img {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
}
.tb-origin-top-center img {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
}
.tb-origin-top-right img {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
.tb-origin-bottom-right img {
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
}
.tb-origin-bottom-left img {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
}
.tb-origin-bottom-center img {
  -webkit-transform-origin: 100%% 50%;
  -moz-transform-origin: 100%% 50%;
  -ms-transform-origin: 100%% 50%;
  -o-transform-origin: 100%% 50%;
}
.tb-info-box-wrap .tb-info-box {
  position: relative;
  overflow: hidden;
}
.tb-info-box-wrap .tb-info-box .tb-image {
  overflow: hidden;
}
.tb-info-box-wrap .tb-info-box .tb-image .img-responsive {
  width: 100%;
}
.tb-info-box-wrap .tb-info-box .tb-title h2 {
  font-size: 24px;
  color: #2a2a2a;
  margin: 21px 0 25px;
  font-family: Oswald;
  font-weight: 700;
}
.tb-info-box-wrap .tb-info-box .tb-title h2 span {
  display: block;
  margin-top: 10px;
}
.tb-info-box-wrap .tb-info-box .tb-content {
  margin-bottom: 55px;
}
.tb-info-box-wrap .tb-info-box .tb-control {
  margin-bottom: 60px;
}
.tb-info-box-wrap.tb-info-small .tb-title h2 {
  font-size: 22px;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-left,
.tb-info-box-wrap.tpl2 .tb-info-box .text-left {
  padding: 0;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-left .tb-image,
.tb-info-box-wrap.tpl2 .tb-info-box .text-left .tb-image {
  position: relative;
  overflow: hidden;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-left .tb-image:before,
.tb-info-box-wrap.tpl2 .tb-info-box .text-left .tb-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-left .tb-image img,
.tb-info-box-wrap.tpl2 .tb-info-box .text-left .tb-image img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-left .tb-image:hover:before,
.tb-info-box-wrap.tpl2 .tb-info-box .text-left .tb-image:hover:before {
  animation: shine 0.75s;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-left .tb-image:hover img,
.tb-info-box-wrap.tpl2 .tb-info-box .text-left .tb-image:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-right,
.tb-info-box-wrap.tpl2 .tb-info-box .text-right {
  padding: 0;
  position: relative;
  background: #ffffff;
  min-height: 285px;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-content,
.tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-content {
  padding: 84px 0;
  margin-bottom: 0;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-content h3.title_first,
.tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-content h3.title_first {
  font-family: droid serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  color: #202020;
  text-align: center;
  margin-bottom: 8px;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-content p.content,
.tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-content p.content {
  font-family: lato;
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
  color: #989898;
  text-align: center;
  font-weight: 400;
  margin-bottom: 22px !important;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-content p,
.tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-content p {
  text-align: center;
  margin: 0 !important;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-content p a.jsw_button,
.tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-content p a.jsw_button {
  font-family: Oswald;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #b5b5b5;
  text-transform: uppercase;
  text-decoration: underline;
}
.tb-info-box-wrap.tpl1
  .tb-info-box
  .text-right
  .tb-content
  p
  a.jsw_button:hover,
.tb-info-box-wrap.tpl2
  .tb-info-box
  .text-right
  .tb-content
  p
  a.jsw_button:hover {
  color: #a86d73;
}
.tb-info-box-wrap.tpl1 .tb-info-box .text-right:before,
.tb-info-box-wrap.tpl2 .tb-info-box .text-right:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: -10px;
  top: 46%;
}
.tb-info-box-wrap.tpl2 .tb-info-box .text-right:before {
  right: -10px;
  left: initial;
  z-index: 9;
}
.tb-info-box-wrap.tpl3,
.tb-info-box-wrap.tpl4 {
  border-right: 1px solid #efefef;
}
.tb-info-box-wrap.tpl3 .tb-info-box,
.tb-info-box-wrap.tpl4 .tb-info-box {
  position: relative;
  border: 20px solid #ffffff;
}
.tb-info-box-wrap.tpl3 .tb-info-box .tb-content,
.tb-info-box-wrap.tpl4 .tb-info-box .tb-content {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.tb-info-box-wrap.tpl3 .tb-info-box .tb-content .title_first,
.tb-info-box-wrap.tpl4 .tb-info-box .tb-content .title_first {
  font-family: droid serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
}
.tb-info-box-wrap.tpl3 .tb-info-box .tb-content .content,
.tb-info-box-wrap.tpl4 .tb-info-box .tb-content .content {
  font-family: droid serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}
.tb-info-box-wrap.tpl3 .tb-info-box .tb-content p,
.tb-info-box-wrap.tpl4 .tb-info-box .tb-content p {
  text-align: center;
}
.tb-info-box-wrap.tpl3 .tb-info-box .tb-content p a.jsw_button,
.tb-info-box-wrap.tpl4 .tb-info-box .tb-content p a.jsw_button {
  font-family: Oswald;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
  color: #ffffff;
}
.tb-info-box-wrap.tpl3 .tb-info-box .tb-content p a.jsw_button:hover,
.tb-info-box-wrap.tpl4 .tb-info-box .tb-content p a.jsw_button:hover {
  color: #a86d73;
}
.tb-info-box-wrap.tpl3 .tb-info-box .tb-image img,
.tb-info-box-wrap.tpl4 .tb-info-box .tb-image img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-info-box-wrap.tpl3 .tb-info-box:hover .tb-image img,
.tb-info-box-wrap.tpl4 .tb-info-box:hover .tb-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tb-info-box-wrap.tpl3 .tb-info-box:hover .tb-content,
.tb-info-box-wrap.tpl4 .tb-info-box:hover .tb-content {
  display: block;
  opacity: 1;
  z-index: 99;
}
.tb-info-box-wrap.tpl3 .tb-info-box:hover .tb-content h4,
.tb-info-box-wrap.tpl3 .tb-info-box:hover .tb-content h3,
.tb-info-box-wrap.tpl3 .tb-info-box:hover .tb-content p,
.tb-info-box-wrap.tpl4 .tb-info-box:hover .tb-content h4,
.tb-info-box-wrap.tpl4 .tb-info-box:hover .tb-content h3,
.tb-info-box-wrap.tpl4 .tb-info-box:hover .tb-content p {
  opacity: 1;
  -webkit-animation: slideInDown 0.7s both;
  -moz-animation: slideInDown 0.7s both;
  -o-animation: slideInDown 0.7s both;
  animation: slideInDown 0.7s both;
}
.tb-info-box-wrap.tpl4 {
  border-right: none;
}
.tb-info-box-wrap.tpl4 .tb-info-box {
  border: none;
}
.tb-info-box-wrap.tpl4 .tb-info-box .tb-content {
  opacity: 0;
}
.tb-info-box-wrap.tpl4 .tb-info-box .tb-image {
  position: relative;
}
.tb-info-box-wrap.tpl4 .tb-info-box .tb-image:before {
  content: "";
  background: rgba(198, 198, 198, 0.3);
  width: 100;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  z-index: -2;
  opacity: 0;
}
.tb-info-box-wrap.tpl4 .tb-info-box:hover .tb-content {
  z-index: 5;
}
.tb-info-box-wrap.tpl4 .tb-info-box:hover .tb-image:before {
  opacity: 1;
  width: 100%;
  z-index: 2;
}
.tb-info-box-wrap.bg-tpl1 .tb-info-box .tb-image:before {
  background: rgba(0, 0, 0, 0.1);
}
.tb-info-box-wrap.bg-tpl2 .tb-info-box .tb-content .title_first {
  color: #2f2f2f;
}
.tb-info-box-wrap.bg-tpl2 .tb-info-box .tb-content .content {
  color: #000000;
}
.tb-info-box-wrap.bg-tpl2 .tb-info-box .tb-content p .jsw_button {
  color: #797979 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-info-box-wrap.bg-tpl2 .tb-info-box .tb-content p .jsw_button:hover {
  color: #a86d73 !important;
}
.tb-info-box-wrap.bg-tpl2 .tb-info-box .tb-image:before {
  background: rgba(255, 255, 255, 0.5);
}
.tb-info-box-wrap.tpl6 .tb-info-box {
  position: relative;
}
.tb-info-box-wrap.tpl6 .tb-info-box .content_banner {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
}
.tb-info-box-wrap.tpl6 .tb-info-box .content_banner .title_top {
  font-family: playfairDisplay;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
}
.tb-info-box-wrap.tpl6 .tb-info-box .content_banner .sub_title_tpl6 {
  font-family: playfairDisplay;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
.tb-info-box-wrap.tpl6 .tb-info-box .tb-content {
  display: none;
}
.tb-info-box-wrap.style-two .tb-info-box .content_banner {
  left: 5%;
}
.tb-info-box-wrap.style-one .tb-info-box .content_banner {
  left: 5%;
}
.tb-info-box-wrap.style-one .tb-info-box .content_banner .title_top {
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}
.tb-info-box-wrap.style-one .tb-info-box .content_banner .sub_title_tpl6 {
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.tb-info-box-wrap.tpl8,
.tb-info-box-wrap.tpl7 {
  margin: 0 -15px;
  padding-bottom: 20px;
  background: #ffffff;
}
.tb-info-box-wrap.tpl8 .tb-info-inner-tpl8 .tb-title,
.tb-info-box-wrap.tpl7 .tb-info-inner-tpl8 .tb-title {
  text-align: center;
}
.tb-info-box-wrap.tpl8 .tb-info-inner-tpl8 .tb-title h2,
.tb-info-box-wrap.tpl7 .tb-info-inner-tpl8 .tb-title h2 {
  font-family: droid serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #202020;
  margin: 27px 0 8px;
}
.tb-info-box-wrap.tpl8 .tb-info-inner-tpl8 .tb-content,
.tb-info-box-wrap.tpl7 .tb-info-inner-tpl8 .tb-content {
  text-align: center;
  margin-bottom: 21px;
}
.tb-info-box-wrap.tpl8 .tb-info-inner-tpl8 .tb-content p,
.tb-info-box-wrap.tpl7 .tb-info-inner-tpl8 .tb-content p {
  font-family: lato;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
  color: #989898;
}
.tb-info-box-wrap.tpl8 .tb-info-inner-tpl8 .sub-title-images,
.tb-info-box-wrap.tpl7 .tb-info-inner-tpl8 .sub-title-images {
  position: relative;
}
.tb-info-box-wrap.tpl8 .tb-info-inner-tpl8 .sub-title-images .sub_title,
.tb-info-box-wrap.tpl7 .tb-info-inner-tpl8 .sub-title-images .sub_title {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  margin: 0;
  opacity: 1;
  display: block;
  vertical-align: middle;
}
.tb-info-box-wrap.tpl8 .tb-info-inner-tpl8 .sub-title-images .sub_title h3,
.tb-info-box-wrap.tpl7 .tb-info-inner-tpl8 .sub-title-images .sub_title h3 {
  font-family: droid serif;
  font-weight: bold;
  font-style: italic;
  font-size: 21px;
  line-height: 18px;
  color: #ffffff;
}
.tb-info-box-wrap.tpl8 .tb-info-inner-tpl8 .sub-title-images .tb-image,
.tb-info-box-wrap.tpl7 .tb-info-inner-tpl8 .sub-title-images .tb-image {
  position: relative;
  overflow: hidden;
  max-width: 250px;
  margin: 0 auto;
}
.tb-info-box-wrap.tpl8 .tb-info-inner-tpl8 .sub-title-images .tb-image img,
.tb-info-box-wrap.tpl7 .tb-info-inner-tpl8 .sub-title-images .tb-image img {
  max-width: 250px;
  height: auto;
  margin: 0 auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-info-box-wrap.tpl8 .tb-info-inner-tpl8 .sub-title-images .tb-image:before,
.tb-info-box-wrap.tpl7 .tb-info-inner-tpl8 .sub-title-images .tb-image:before {
  position: absolute;
  top: 0;
  left: -79%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.tb-info-box-wrap.tpl8
  .tb-info-inner-tpl8
  .sub-title-images
  .tb-image:hover:before,
.tb-info-box-wrap.tpl7
  .tb-info-inner-tpl8
  .sub-title-images
  .tb-image:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.tb-info-box-wrap.tpl8
  .tb-info-inner-tpl8
  .sub-title-images
  .tb-image:hover
  img,
.tb-info-box-wrap.tpl7
  .tb-info-inner-tpl8
  .sub-title-images
  .tb-image:hover
  img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tb-info-box-wrap.tpl7 {
  padding-bottom: 0;
  padding-top: 20px;
}
.tb-info-box-wrap.tpl1.style-one .tb-info-box .tb-content,
.tb-info-box-wrap.tpl2.style-one .tb-info-box .tb-content {
  padding: 91px 0;
}
@media (min-width: 1441px) and (max-width: 1580px) {
  .tb-info-box-wrap.tpl1.style-one .tb-info-box .tb-content,
  .tb-info-box-wrap.tpl2.style-one .tb-info-box .tb-content {
    padding: 91px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .tb-info-box-wrap.tpl1.style-one .tb-info-box,
  .tb-info-box-wrap.tpl2.style-one .tb-info-box {
    max-height: 243px;
  }
  .tb-info-box-wrap.tpl1.style-one .tb-info-box .tb-content,
  .tb-info-box-wrap.tpl2.style-one .tb-info-box .tb-content {
    padding: 66px 0;
  }
  .tb-info-box-wrap.tpl1.style-one .tb-info-box .text-right,
  .tb-info-box-wrap.tpl2.style-one .tb-info-box .text-right {
    min-height: 243px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-info-box-wrap.tpl1.style-one .tb-info-box .tb-content,
  .tb-info-box-wrap.tpl2.style-one .tb-info-box .tb-content {
    padding: 66px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-info-box-wrap.tpl1.style-one .tb-info-box .tb-content,
  .tb-info-box-wrap.tpl2.style-one .tb-info-box .tb-content {
    padding: 19px 0 !important;
  }
}
@media (max-width: 767px) {
  .tb-info-box-wrap.tpl1.style-one,
  .tb-info-box-wrap.tpl2.style-one {
    border-left: 15px solid transparent;
  }
}
@media (max-width: 360px) {
  .tb-info-box-wrap.tpl1.style-one .tb-info-box .tb-content,
  .tb-info-box-wrap.tpl2.style-one .tb-info-box .tb-content {
    padding: 84px 0;
  }
}
@media (max-width: 767px) {
  .ro-info-box-wrap.tpl1 .tb-info-box,
  .ro-info-box-wrap.tpl2 .tb-info-box {
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-image,
  .ro-info-box-wrap.tpl2 .tb-info-box .tb-image {
    width: 100%;
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-image:after,
  .ro-info-box-wrap.tpl2 .tb-info-box .tb-image:after {
    top: auto;
    bottom: -8px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-image.tb-right:after,
  .ro-info-box-wrap.tpl2 .tb-info-box .tb-image.tb-right:after {
    top: -8px;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-content,
  .ro-info-box-wrap.tpl2 .tb-info-box .tb-content {
    width: 100%;
    padding: 10px 0;
  }
  .tb-info-box-wrap.tpl4 {
    margin-bottom: 2px;
  }
  .tb-service-wrap .tb-service.tpl3 {
    margin-top: 10px;
  }
}
.tb-service-wrap .tb-service {
  position: relative;
  margin: 0 auto 33px;
}
.tb-service-wrap .tb-service .tb-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-service-wrap .tb-service .tb-icon i {
  display: inline-block;
  width: 100%;
  font-size: 24px;
}
.tb-service-wrap .tb-service .tb-title {
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-top: 15px;
  position: relative;
}
.tb-service-wrap .tb-service .tb-content {
  font-size: 13px;
  line-height: 18px;
  color: #858585;
}
.tb-service-wrap .tb-service:hover .tb-icon {
  background: #a86d73;
  border-color: #a86d73;
}
.tb-service-wrap .tb-service:hover .tb-icon > i {
  color: #fff !important;
}
.tb-service-wrap .tb-service.tpl .tb-title {
  font-size: 16px;
  text-transform: uppercase;
}
.tb-service-wrap .tb-service.tpl .tb-icon i {
  color: #a86d73;
}
.tb-service-wrap .tb-service.tpl .tb-icon:before,
.tb-service-wrap .tb-service.tpl .tb-icon:after {
  border-color: #a86d73;
}
.tb-service-wrap .tb-service.tpl .tb-icon:after {
  background-color: #a86d73;
}
.tb-service-wrap .tb-service.tpl .tb-content p {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #8b8b8b;
  margin-bottom: 0 !important;
}
.tb-service-wrap .tb-service.tpl:hover .tb-icon i {
  color: #a86d73;
}
.tb-service-wrap .tb-service.tpl:hover .tb-icon:before,
.tb-service-wrap .tb-service.tpl:hover .tb-icon:after {
  border-color: #efefef;
}
.tb-service-wrap .tb-service.tpl1 .tb-title {
  background-color: #fff;
}
.tb-service-wrap .tb-service.tpl1 .tb-icon:hover {
  color: #fff;
}
.tb-service-wrap .tb-service.tpl .tb-icon {
  color: #a86d73;
}
.tb-service-wrap .tb-service.tpl:hover .tb-icon:before,
.tb-service-wrap .tb-service.tpl:hover .tb-icon:after {
  border-color: #efefef;
  background-color: transparent;
}
.tb-service-wrap .tb-service.tpl2 .tb-icon {
  border: none;
  font-size: 50px;
  background-color: transparent;
  color: #a86d73;
}
.tb-service-wrap .tb-service.tpl2 .tb-icon:before,
.tb-service-wrap .tb-service.tpl2 .tb-icon:after {
  display: none;
}
.tb-service-wrap .tb-service.tpl2 .tb-icon i {
  font-size: inherit;
}
.tb-service-wrap .tb-service.tpl2 .incremental-counter .num {
  display: inline-block;
}
.tb-service-wrap .tb-service.tpl2 .tb-title {
  color: #333333;
  padding-top: 14px;
  font-size: 42px;
  padding-bottom: 5px;
  background-color: transparent;
}
.tb-service-wrap .tb-service.tpl2 .tb-content {
  font-family: lato;
  font-weight: 400;
  color: #838383;
  text-transform: capitalize;
  margin-top: 18px;
}
.tb-service-wrap .tb-service.tpl2:hover {
  color: #a86d73;
}
.tb-service-wrap .tb-service.tpl2:hover .tb-icon > i {
  color: #a86d73 !important;
}
.tb-service-wrap .tb-service.tpl3 {
  padding-left: 90px;
  margin-bottom: 45px;
}
.tb-service-wrap .tb-service.tpl3 span {
  display: inline-block;
}
.tb-service-wrap .tb-service.tpl3 .tb-icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  text-align: center;
  position: absolute;
  left: 8px;
  top: 50%;
  color: #a86d73;
  border: 1px solid #dddddd;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-service-wrap .tb-service.tpl3 .tb-title-icon {
  margin-bottom: 0;
  padding-left: 20px;
}
.tb-service-wrap .tb-service.tpl3 .tb-title {
  padding-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
}
.tb-service-wrap .tb-service.tpl3 .tb-content {
  padding-left: 20px;
}
.tb-service-wrap .tb-service.tpl3 .tb-content p {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9d9d9d;
  padding-top: 2px;
}
.tb-service-wrap .tb-service.tpl3.style-left .tb-title-icon .tb-icon {
  border: 1px solid #e3e3e3;
}
.tb-service-wrap .tb-service.tpl3.style-left .tb-title-icon .tb-icon > i {
  color: #9ab479;
}
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tpl3 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tb-incremental {
    margin: 0 auto 0px;
  }
}
.title-tabs {
  margin-bottom: 0 !important;
  display: inline-block;
  background: #91bcca;
  padding: 0 20px;
  position: absolute;
  z-index: 9;
  top: 50px;
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 60px;
  color: #ffffff;
}
.fixed-overborder > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.fixed-overborder > .container > .row > .wpb_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
  z-index: 3;
}
.fixed-overborder > .container > .row > .wpb_column .tb-service-wrap {
  background-color: #fff;
}
.fixed-overborder
  > .container
  > .row
  > .wpb_column
  .tb-service-wrap
  .tb-service {
  margin: 0 0 20px;
  min-height: 110px;
  z-index: 1;
  background-color: #fff;
}
.fixed-overborder
  > .container
  > .row
  > .wpb_column:first-child
  .tb-service-wrap:before,
.fixed-overborder
  > .container
  > .row
  > .wpb_column:first-child
  .tb-service-wrap:after,
.fixed-overborder
  > .container
  > .row
  > .wpb_column:last-child
  .tb-service-wrap:after {
  width: 11px;
  position: absolute;
  top: 0;
  height: 100px;
  content: "";
  z-index: 0;
  bottom: auto;
  float: none;
}
.fixed-overborder > .container > .row > .wpb_column:first-child {
  margin-top: -82px;
}
.fixed-overborder
  > .container
  > .row
  > .wpb_column:first-child
  .tb-service-wrap:before {
  box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.4);
  left: 0;
  right: auto;
  border-bottom-left-radius: 60%;
}
.fixed-overborder
  > .container
  > .row
  > .wpb_column:first-child
  .tb-service-wrap:after {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.4);
  right: 0;
  left: auto;
  border-bottom-right-radius: 60%;
}
.services-box-home4 .tb-info-box-wrap.tpl1 .tb-info-box .text-right,
.services-box-home4 .tb-info-box-wrap.tpl2 .tb-info-box .text-right {
  min-height: 293px;
}
@media (min-width: 991px) {
  .fixed-overborder > .container > .row > .wpb_column {
    margin-top: -82px;
  }
  .fixed-overborder
    > .container
    > .row
    > .wpb_column:last-child
    .tb-service-wrap:after {
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.4);
    right: 0;
    left: auto;
    border-bottom-right-radius: 60%;
  }
  .tb-info-box-wrap.tpl2 .tb-info-inner.image1 {
    margin-right: -40% !important;
  }
}
.miracle-title-tpl4 {
  margin: 10px -5px;
  border: 1px solid #ffffff;
}
.miracle-title-tpl4 .miracle-subtitle {
  padding-top: 30px;
  margin-bottom: 0;
}
.miracle-title-tpl4 .miracle-subtitle span {
  font-family: droid serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 22px;
  color: #ffffff;
  letter-spacing: 2px;
}
.miracle-title-tpl4 p {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #a1a1a1;
  text-align: center;
  padding-bottom: 10px;
}
.miracle-title-tpl6 .miracle-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .miracle-title-tpl6 .miracle-subtitle {
    font-size: 33px;
    line-height: 40px;
  }
}
.miracle-title-tpl6 .tb-image > img {
  margin: 0 auto;
  text-align: center;
}
.miracle-title-tpl6 > p {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  padding-top: 5px;
  text-align: center;
}
@media (max-width: 992px) {
  .fixed-overborder > .container > .row > .wpb_column {
    margin-bottom: 50px;
  }
  .fixed-overborder > .container > .row > .wpb_column:last-child {
    margin-bottom: 33px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-info-box-wrap.tpl1 .tb-info-box .text-right,
  .tb-info-box-wrap.tpl2 .tb-info-box .text-right {
    max-height: 285px;
    min-height: initial;
  }
  .tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-content,
  .tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-content {
    padding: 62px 0;
  }
  .services-box-home4 .tb-info-box-wrap.tpl1 .tb-info-box .text-right,
  .services-box-home4 .tb-info-box-wrap.tpl2 .tb-info-box .text-right {
    min-height: 243px;
  }
  .tb-change-size .tb-info-box-wrap.tpl3 {
    min-height: 407px !important;
    height: auto;
  }
  .tb-change-size .tb-info-box-wrap.tpl3 .tb-image > img {
    min-height: 366px !important;
  }
  .tb-info-box-wrap.tpl7 {
    padding-bottom: 8px;
  }
  .tb-info-box-wrap.tpl8 {
    padding-bottom: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-slide-sub-h1 #rev_slider_18_2 {
    height: 377px !important;
  }
  .tb-service-wrap .tb-service.tpl3 {
    width: 50%;
  }
  .tb-info-box-wrap.tpl1 .tb-info-box .text-right,
  .tb-info-box-wrap.tpl2 .tb-info-box .text-right {
    min-height: initial;
  }
  .tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-content,
  .tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-content {
    padding: 15px 0;
  }
  .tb-info-box-wrap.tpl4 .tb-info-box .tb-content .content {
    font-size: 33px;
    margin-bottom: 37px;
  }
  .services-box-home4 .tb-info-box-wrap.tpl1 .tb-info-box .text-right,
  .services-box-home4 .tb-info-box-wrap.tpl2 .tb-info-box .text-right {
    min-height: 189px;
  }
  .tb-change-size .tb-info-box-wrap.tpl3 {
    min-height: 334px !important;
  }
  .tb-change-size .tb-info-box-wrap.tpl3 .tb-image > img {
    min-height: 296px !important;
  }
  .tb-change-size .tb-info-box-wrap.tpl3 .tb-info-box .tb-content .content {
    line-height: 30px;
  }
  .change_border_banner
    .tb-info-box-wrap.tpl3.style-three
    .tb-info-box
    .tb-content
    .title_first {
    font-size: 18px;
  }
  .change_border_banner
    .tb-info-box-wrap.tpl3.style-three
    .tb-info-box
    .tb-content
    .content {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .change_border_banner
    .tb-info-box-wrap.tpl3.style-three
    .tb-info-box
    .tb-content
    p
    > .button_click {
    padding: 5px 20px;
  }
  .change_border_banner
    .tb-info-box-wrap.tpl3.style-three
    .tb-info-box
    .tb-image {
    max-height: 111px;
  }
  .market-version .vc_col-sm-3 {
    width: 50%;
  }
  .market-version .vc_col-sm-3 .tb-service-wrap .tb-service.tpl3 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tb-info-box-wrap.tpl1 .col-sm-push-2 {
    margin-left: -10px;
  }
  .tb-info-box-wrap.tpl1 .tb-info-inner.image1 {
    margin-left: -33.333%;
  }
  .tb-info-box-wrap.tpl2 .col-sm-pull-2 {
    margin-right: -10px;
    margin-left: 10px;
  }
  .tb-info-box-wrap.tpl2 .tb-info-inner.image1 {
    margin-right: -33.333%;
  }
  .tb-info-box-wrap.tpl2 .tb-info-inner.image1 .tb-image {
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
.tb-change-size .tb-info-box-wrap.tpl3 {
  max-height: 470px;
  height: auto;
  border-bottom: 1px solid #efefef;
}
.tb-change-size .tb-info-box-wrap.tpl3 .tb-image > img {
  min-height: 454px;
}
@media (max-width: 767px) {
  .tb-change-size .tb-info-box-wrap.tpl3 {
    max-height: initial;
  }
}
@media (max-width: 767px) {
  .tb-info-box-wrap .tb-image {
    border: none !important;
  }
  .tb-info-box-wrap .pull-right {
    float: none !important;
  }
  .tb-info-box-wrap.tpl3 .image1 {
    margin-bottom: 31px;
  }
  .tb-info-box-wrap.tpl7 {
    margin: 0 auto;
  }
  .tb-info-box-wrap.tpl8 {
    margin: 0 auto;
    margin-top: 20px;
  }
  .miracle-title-tpl4 .miracle-subtitle span {
    font-size: 25px;
    line-height: 22px;
  }
  .tb-info-box-wrap.tpl1 .tb-info-box .text-left,
  .tb-info-box-wrap.tpl1 .tb-info-box .text-right,
  .tb-info-box-wrap.tpl2 .tb-info-box .text-left,
  .tb-info-box-wrap.tpl2 .tb-info-box .text-right {
    width: 100%;
    margin-bottom: 30px;
  }
  .tb-info-box-wrap.tpl1 .tb-info-box .text-left .tb-image,
  .tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-image,
  .tb-info-box-wrap.tpl2 .tb-info-box .text-left .tb-image,
  .tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-image {
    border: 20px solid #ffffff !important;
  }
  .tb-info-box-wrap.tpl1 .tb-info-box .text-left .tb-content,
  .tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-content,
  .tb-info-box-wrap.tpl2 .tb-info-box .text-left .tb-content,
  .tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-content {
    border: 20px solid #ffffff;
  }
  .change_text_align.vc_custom_1469588355358 {
    padding-left: 15px !important;
  }
  .services-box-home4 {
    padding: 0 15px;
  }
  .services-box-home4 .tb-info-box-wrap.tpl1,
  .services-box-home4 .tb-info-box-wrap.tpl2 {
    border-right: none;
  }
  .services-box-home4
    .tb-info-box-wrap.tpl1
    .tb-info-box
    .text-left
    .tb-image
    img,
  .services-box-home4
    .tb-info-box-wrap.tpl2
    .tb-info-box
    .text-left
    .tb-image
    img {
    min-height: 336px;
  }
  .services-box-home4 .tb-info-box-wrap.tpl1 .tb-info-box .text-right,
  .services-box-home4 .tb-info-box-wrap.tpl2 .tb-info-box .text-right {
    min-height: 336px;
  }
  .services-box-home4
    .tb-info-box-wrap.tpl1
    .tb-info-box
    .text-right
    .tb-content,
  .services-box-home4
    .tb-info-box-wrap.tpl2
    .tb-info-box
    .text-right
    .tb-content {
    min-height: 336px;
  }
  .tb-change-size .tb-info-box-wrap.tpl3 {
    margin-bottom: 1px;
    min-height: auto;
  }
  .tb-change-size .tb-info-box-wrap.tpl3 .tb-image > img {
    min-height: auto;
  }
  .tb-change-size .tb-info-box-wrap.tpl3 .tb-info-box .tb-content .content {
    font-size: 30px;
    line-height: 27px;
  }
  .vc_row.wpb_row {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .vc_row.wpb_row:first-child {
    padding-top: 0px !important;
  }
  .vc_row.wpb_row.no-padding-top {
    padding-top: 0px !important;
  }
  .tb-info-box-wrap.tpl3 .tb-info-box .tb-content .content,
  .tb-info-box-wrap.tpl4 .tb-info-box .tb-content .content {
    font-size: 25px;
  }
  .tb-info-box-wrap.tpl1,
  .tb-info-box-wrap.tpl2 {
    border-right: 15px solid transparent;
  }
  .test-version .tb-info-box-wrap.tpl1,
  .test-version .tb-info-box-wrap.tpl2 {
    border-right: none;
  }
  .test-version #rev_slider_20_2_wrapper {
    border-left: 15px solid transparent;
  }
  .vc_empty_space {
    height: 10px !important;
  }
  .vg-cat-filter h3.pull-left {
    display: block;
    width: 100%;
  }
  .miracle-title-default.style-one .miracle-title {
    display: block !important;
  }
  .jws_theme_info_10 .change_text_align {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  .change_size_image .tb-info-box .tb-image img {
    height: 65px !important;
  }
  .change_padding_07 {
    margin-top: 0px !important;
  }
  .change_padding_07 .wpb_images_carousel.wpb_content_element {
    margin-bottom: 0;
    padding-top: 15px;
  }
}
.title_before {
  position: relative;
}
.title_before .miracle-title-underline-1tpl5 {
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.title_before .miracle-title-underline-1tpl5:after {
  display: none;
}
.title_before .miracle-title-underline-1tpl5:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #2a2a2a;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.title_before:before {
  content: "";
  width: calc(85.4%);
  background: #e1e1e1;
  height: 1px;
  position: absolute;
  top: 13px;
  right: 0;
}
.tp-bullet {
  border: 1px solid #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}
.miracle-title-default.style-one,
.miracle-title-default.style-two,
.miracle-title-default.style-three {
  background: #ffffff;
  border-top: 2px solid #b5a88d;
  border-bottom: 1px solid #efefef;
}
.miracle-title-default.style-one .miracle-title,
.miracle-title-default.style-two .miracle-title,
.miracle-title-default.style-three .miracle-title {
  display: inline-block;
  background: #b5a88d;
  line-height: 58px;
  padding: 0 20px;
  margin-bottom: 0;
}
.miracle-title-default.style-one .tb-image:before,
.miracle-title-default.style-one .tb-image:after,
.miracle-title-default.style-two .tb-image:before,
.miracle-title-default.style-two .tb-image:after,
.miracle-title-default.style-three .tb-image:before,
.miracle-title-default.style-three .tb-image:after {
  display: none;
}
.miracle-title-default.style-two {
  border-top: 2px solid #9ab479;
}
.miracle-title-default.style-two .miracle-title {
  background: #9ab479;
}
.vertical-slider-container {
  background: #fff;
  border: 20px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin: 40px auto;
  position: relative;
  width: 120px;
}
.vertical-slider-container .slideshow {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.vertical-slider-container .slideshow img {
  display: block;
  width: 100px;
  height: 100px;
  padding: 10px;
}
.slider_all {
  position: relative;
}
.slider_all .slideshow {
  margin-top: 35px;
  max-height: 689px;
}
.slider_all .slideshow .cycle-carousel-wrap {
  width: 234px;
}
.slider_all .slideshow img {
  max-width: 234px;
  width: 135px;
  margin: 0 auto;
  margin-bottom: 53px;
}
.slider_all .nav-product-link {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider_all .nav-product-link a {
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  font-size: 14px;
  color: #696969;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider_all .nav-product-link a:hover {
  background: #c0ba83;
  border-color: #c0ba83;
  color: #ffffff;
}
.slider_all .nav-product-link #prev-product {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.slider_all .nav-product-link #next-product {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.slider_all:hover .nav-product-link {
  opacity: 1;
}
.ro-author-name {
  font-style: italic;
  font-size: 18px;
  color: #a86d73;
  text-align: right;
}
.ro-blog-article .ro-title {
  font-weight: 700;
}
.ro-blog-article .ro-detail span {
  display: inline-block;
}
.ro-blog-article .ro-detail span a {
  color: #a86d73;
}
.ro-blog-article .ro-detail span a:hover {
  color: #aaaaaa;
}
.ro-blog-article .ro-image {
  position: relative;
  display: block;
}
.ro-blog-article .ro-image .ro-note {
  position: absolute;
  top: 35px;
  left: 35px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  width: 242px;
  border: 1px solid #aaaaaa;
  overflow: hidden;
}
.ro-blog-article .ro-image .ro-note .ro-note-top,
.ro-blog-article .ro-image .ro-note .ro-note-bottom {
  position: absolute;
  right: 15px;
  font-size: 18px;
  line-height: 18px;
}
.ro-blog-article .ro-image .ro-note .ro-note-top {
  top: 15px;
}
.ro-blog-article .ro-image .ro-note .ro-note-bottom {
  bottom: 15px;
}
.ro-blog-article .ro-image .ro-note .ro-note-content {
  font-style: italic;
  margin: 20px 12px;
  line-height: 25px;
}
.ro-blog-article .ro-image .ro-note .ro-note-content span {
  font-size: 16px;
}
.ro-blog-article .ro-content .ro-author {
  color: #a86d73;
  text-align: right;
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ro-blog-article .ro-tag {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 15px;
  color: #a86d73;
}
.ro-blog-article .ro-tag a:hover {
  color: #aaaaaa;
}
.ro-blog-article .ro-social a:not(:first-child) {
  margin-left: 20px;
}
.ro-blog-article .ro-social .ro-like,
.ro-blog-article .ro-social .ro-subscribe {
  padding: 4px 22px 4px 22px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  line-height: 18px;
  text-align: center;
  border-radius: 20px;
}
.ro-blog-article .ro-social .ro-like {
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
  color: #444444;
}
.ro-blog-article .ro-social .ro-like span {
  margin-left: 15px;
  margin-right: 9px;
  line-height: 14px;
  font-size: 20px;
  font-weight: 400;
}
.ro-blog-article .ro-social .ro-like:hover {
  border: 1px solid #a86d73;
  background-color: #a86d73;
  color: #ffffff;
}
.ro-blog-article .ro-social .ro-subscribe {
  border: 1px solid #a86d73;
  background-color: #a86d73;
  color: #ffffff;
}
.ro-blog-article .ro-social .ro-subscribe:hover {
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
  color: #444444;
}
.ro-blog-article .ro-loading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 58px 0;
}
@media (min-width: 768px) {
  .ro-blog-article .ro-title {
    font-size: 36px;
  }
  .ro-blog-article .ro-note .ro-note-content {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ro-blog-article .ro-title {
    font-size: 28px;
  }
  .ro-blog-article .ro-note p {
    height: 6.4em;
  }
  .ro-blog-article .ro-note p .ro-note-content {
    font-size: 16px;
  }
  .ro-blog-article .ro-loading {
    margin: 45px 0;
  }
}
@media (min-width: 480px) {
  .ro-blog-article .ro-detail span:not(:first-child) {
    margin-left: 55px;
  }
}
@media (max-width: 479px) {
  .ro-blog-article .ro-image .ro-note {
    display: none;
  }
  .ro-blog-article .ro-detail span:not(:last-child) {
    margin-right: 55px;
  }
}
.ro-blog-article.ro-preview {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 70px;
  padding-top: 45px;
}
.ro-blog-article.ro-preview .ro-title {
  font-style: italic;
}
.ro-blog-article.ro-preview .ro-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ro-blog-article.ro-preview .ro-content {
  overflow: hidden;
  margin-bottom: 20px;
}
.ro-blog-article.ro-preview .ro-content p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ro-blog-article.ro-preview .ro-content {
    height: 7.2em;
  }
}
@media (min-width: 651px) {
  .ro-blog-article.ro-preview .ro-detail {
    text-align: right;
  }
}
@media (max-width: 651px) {
  .ro-blog-article.ro-preview .ro-detail {
    text-align: left;
  }
}
.ro-blog-article.ro-style-1 {
  padding-top: 45px;
}
.ro-blog-article.ro-style-1 .ro-title {
  font-style: italic;
  margin-bottom: 20px;
}
.ro-blog-article.ro-style-1 .ro-image {
  margin-top: 30px;
  margin-bottom: 50px;
}
.ro-blog-article.ro-style-1 .ro-content .ro-first-letter::first-letter {
  font-size: xx-large;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
}
.ro-blog-article.ro-style-1 .ro-related-1 {
  max-width: 200px;
  float: right;
}
.ro-blog-article.ro-style-1 .ro-related-1 p {
  margin-top: 30px;
}
@media (min-width: 651px) {
  .ro-blog-article.ro-style-1 .ro-detail {
    text-align: right;
  }
}
@media (max-width: 651px) {
  .ro-blog-article.ro-style-1 .ro-detail {
    text-align: left;
  }
}
.ro-blog-article.ro-style-2 .ro-title {
  margin-top: 45px;
  margin-bottom: 25px;
}
.ro-blog-article.ro-style-2 .ro-content {
  margin-top: 50px;
}
.ro-blog-comment .ro-header {
  border-bottom: 1px solid #aaaaaa;
}
.ro-blog-comment .ro-header h3 {
  margin-top: 45px;
  margin-bottom: 25px;
}
.ro-blog-comment .ro-header .ro-btn {
  width: 33px;
  height: 33px;
  float: right;
  text-align: center;
  margin-top: 45px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
  color: #444444;
}
.ro-blog-comment .ro-header .ro-btn i {
  display: block;
  font-size: 30px;
  line-height: 33px;
  color: #444444;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ro-blog-comment .ro-header .ro-btn:hover {
  border: 1px solid #a86d73;
  background-color: #a86d73;
  color: #ffffff;
}
.ro-blog-comment .ro-header .ro-btn:hover i {
  color: #ffffff;
}
.ro-blog-comment .ro-blog-comment-list {
  margin-bottom: 50px;
}
.ro-blog-comment .ro-blog-comment-list article {
  position: relative;
  padding: 48px 0 0 100px;
}
.ro-blog-comment .ro-blog-comment-list article footer h4 {
  font-style: italic;
  margin: 0 0 18px;
}
.ro-blog-comment .ro-blog-comment-list article footer .ro-profile {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 48px;
  left: 0;
}
.ro-blog-comment .ro-blog-comment-list article .ro-comment p {
  margin: 0;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer {
  margin-bottom: 35px;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  color: #a86d73;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer .ro-btn i {
  position: relative;
  top: 5px;
  display: inline-block;
  color: #666666;
  line-height: 20px;
  font-size: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer .ro-btn:hover i {
  color: #a86d73;
}
.ro-blog-comment .ro-blog-comment-list article .ro-divide {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #aaaaaa;
}
@media (min-width: 480px) {
  .ro-blog-comment .ro-blog-comment-list article .ro-footer {
    padding-right: 20px;
    text-align: right;
  }
  .ro-blog-comment .ro-blog-comment-list article .ro-footer span {
    float: right;
    margin-left: 5px;
  }
}
@media (max-width: 479px) {
  .ro-blog-comment .ro-blog-comment-list article .ro-footer {
    padding-right: 0;
    text-align: left;
  }
  .ro-blog-comment .ro-blog-comment-list article .ro-footer span {
    float: right;
    margin-left: 0px;
  }
}
.ro-blog-contact-form {
  margin-bottom: 60px;
}
.ro-blog-side-bar .ro-title {
  margin-bottom: 40px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
}
.ro-blog-side-bar .ro-title h5 {
  margin: 0;
  line-height: 18px;
}
.ro-blog-side-bar .ro-title:not(:first-child) {
  margin-top: 40px;
}
.ro-blog-side-bar .ro-news {
  margin-bottom: 20px;
  position: relative;
}
.ro-blog-side-bar .ro-news .ro-image {
  position: absolute;
  top: 8px;
  width: 90px;
  height: 55px;
  float: left;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ro-blog-side-bar .ro-news .ro-image:hover {
  opacity: 0.7;
}
.ro-blog-side-bar .ro-news .ro-content {
  margin-left: 100px;
}
.ro-blog-side-bar .ro-news .ro-content .ro-date {
  margin-top: 10px;
  color: #bdbdbd;
  font-style: italic;
  display: block;
  font-weight: 400;
}
.ro-blog-side-bar .ro-news .ro-content a {
  margin-top: 0;
  color: #444444;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ro-blog-side-bar .ro-news .ro-content a:hover {
  color: #a86d73;
}
.ro-blog-side-bar .ro-contact {
  width: 100%;
}
.ro-blog-side-bar .ro-contact td,
.ro-blog-side-bar .ro-contact th {
  padding-bottom: 10px;
}
.ro-blog-related a {
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
.ro-blog-related a img {
  max-width: 100%;
}
.ro-blog-related a:hover {
  opacity: 0.7;
}
.ro-blog-side-contact {
  width: 100%;
}
.ro-blog-side-contact td,
.ro-blog-side-contact th {
  padding-bottom: 10px;
}
.ro-blog-sidebar-service-list li {
  font-size: 18px;
  line-height: 2.5;
}
.ro-blog-sidebar-service-list li:before {
  content: "\e177";
  vertical-align: -5%;
  font-family: "aqua icon";
  margin-right: 10px;
}
.ro-one-page-post {
  position: relative;
}
.ro-one-page-post.ro-style-2 .ro-one-page-post-content {
  background-color: #d9d8c1;
}
.ro-one-page-post.ro-style-2 .ro-one-page-post-content .ro-heading {
  text-align: right;
}
.ro-one-page-post .ro-image {
  position: relative;
}
.ro-one-page-post .ro-one-page-post-content {
  background-color: #abdce1;
}
.ro-one-page-post .ro-one-page-post-content .ro-heading {
  color: #ffffff;
  font-style: italic;
}
.ro-one-page-post .ro-one-page-post-content .ro-heading::after {
  margin-right: auto;
  margin-left: auto;
  content: " ";
  display: block;
  width: 50px;
  margin-top: 15px;
  height: 0;
  border-top: 2px solid #ffffff;
}
.ro-one-page-post .ro-one-page-post-content .ro-heading.ro-left::after {
  margin-left: 0;
}
.ro-one-page-post .ro-one-page-post-content .ro-heading.ro-right::after {
  margin-right: 0;
}
.ro-one-page-post .ro-one-page-post-content .ro-body {
  width: 100%;
  overflow: hidden;
}
.ro-one-page-post .ro-one-page-post-content .ro-footer {
  margin-bottom: 0;
  text-align: right;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}
.ro-one-page-post .ro-one-page-post-content .ro-footer span {
  display: inline-block;
}
.ro-one-page-post
  .ro-one-page-post-content
  .ro-footer
  span:not(:first-child):before {
  content: "/";
}
@media (min-width: 1800px) {
  .ro-one-page-post .ro-one-page-post-content {
    padding: 60px 40px 60px 60px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    margin: 0 0 60px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-body {
    height: 16.2em;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer {
    margin-top: 60px;
  }
}
@media (max-width: 1799px) {
  .ro-one-page-post .ro-one-page-post-content {
    padding: 50px 40px 50px 60px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    margin: 0 0 30px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-body {
    height: 50%;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    font-size: 36px;
  }
  .ro-one-page-post
    .ro-one-page-post-content
    .ro-footer
    span:not(:first-child):before {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .ro-one-page-post .ro-one-page-post-content {
    padding: 40px 40px 40px 50px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-body {
    height: 7.2em;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer {
    margin-top: 20px;
  }
  .ro-one-page-post
    .ro-one-page-post-content
    .ro-footer
    span:not(:first-child):before {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .ro-one-page-post.ro-style-2 .ro-image {
    float: right;
  }
  .ro-one-page-post.ro-style-2 .ro-one-page-post-content {
    left: 0;
  }
  .ro-one-page-post.ro-style-2 .ro-one-page-post-content::before {
    content: " ";
    left: 100%;
    right: -25px;
    top: 60px;
    border-left: 25px solid #d9d8c1;
    border-right: 0;
  }
  .ro-one-page-post .ro-image {
    width: 50%;
  }
  .ro-one-page-post .ro-one-page-post-content {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .ro-one-page-post .ro-one-page-post-content::before {
    content: " ";
    width: 0;
    height: 0;
    left: -25px;
    top: 60px;
    position: absolute;
    border-right: 26px solid #abdce1;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
@media (max-width: 991px) {
  .ro-one-page-post.ro-style-2 .ro-one-page-post-content::before {
    content: " ";
    left: auto;
    right: 60px;
    top: -25px;
    border-top: 0;
    border-bottom: 25px solid #d9d8c1;
  }
  .ro-one-page-post .ro-image {
    width: 100%;
  }
  .ro-one-page-post .ro-one-page-post-content {
    position: relative;
    padding: 40px 40px 40px 50px;
  }
  .ro-one-page-post .ro-one-page-post-content::before {
    content: " ";
    width: 0;
    height: 0;
    left: 60px;
    top: -25px;
    position: absolute;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 0;
    border-bottom: 25px solid #abdce1;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-body {
    height: 5.4em;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer {
    margin-top: 20px;
  }
  .ro-one-page-post
    .ro-one-page-post-content
    .ro-footer
    span:not(:first-child):before {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ro-one-page-post .jws_theme_space {
    height: 15px !important;
  }
}
@media (max-width: 479px) {
  .ro-one-page-post .ro-one-page-post-content .ro-heading {
    font-size: 18px;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer {
    text-align: left;
  }
  .ro-one-page-post .ro-one-page-post-content .ro-footer span {
    margin-right: 20px;
  }
  .ro-one-page-post
    .ro-one-page-post-content
    .ro-footer
    span:not(:first-child):before {
    display: none;
  }
}
.tb-post-item-tpl1 {
  position: relative;
  margin-bottom: 10px;
}
.tb-post-item-tpl1 .tb-thumb {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  margin-bottom: 6px;
  line-height: 0;
  overflow: hidden;
}
.tb-post-item-tpl1 .tb-thumb > img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  width: 100%;
  height: auto;
}
.tb-post-item-tpl1 .tb-content .tb-title {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  color: #272727;
  margin: 12px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tb-post-item-tpl1 .tb-content .tb-title:hover {
  color: #a86d73;
}
.tb-post-item-tpl1 .tb-content .tb-info:before,
.tb-post-item-tpl1 .tb-content .tb-info:after {
  content: " ";
  display: table;
}
.tb-post-item-tpl1 .tb-content .tb-info:after {
  clear: both;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  color: #a1a1a1;
  margin-bottom: 10px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span {
  display: inline-block;
  margin-right: 20px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span.tb-blog-date i {
  margin-right: 10px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span.tb-blog-date small {
  margin-right: 5px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span > i {
  display: inline-block;
  margin-right: 10px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span:hover {
  color: #333;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span:hover > a {
  color: #333;
}
.tb-post-item-tpl1 .tb-content .tb-excerpt {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #747474;
  display: inline;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  background-color: transparent;
  color: #747474;
  display: inline-block;
  outline: medium none;
  margin-left: 10px;
  text-align: center;
  font-style: italic;
  color: #a86d73;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore.block {
  display: block;
  /* padding-left: 0; */
  text-align: left;
  margin: 8px 0;
  font-style: normal;
  text-decoration: underline;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore:hover {
  padding-left: 5px;
  color: #3f3f3f;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore:hover.block {
  text-decoration: none;
}
.tb-post-item {
  position: relative;
  margin-bottom: 10px;
}
.tb-post-item .tb-thumb {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  margin-bottom: 6px;
  line-height: 0;
  overflow: hidden;
}
.tb-post-item .tb-thumb > img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  width: 100%;
  height: auto;
}
.tb-post-item .tb-content .tb-title {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  color: #272727;
  margin: 12px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tb-post-item .tb-content .tb-title:hover {
  color: #a86d73;
}
.tb-post-item .tb-content .tb-info:before,
.tb-post-item .tb-content .tb-info:after {
  content: " ";
  display: table;
}
.tb-post-item .tb-content .tb-info:after {
  clear: both;
}
.tb-post-item .tb-content .tb-info .blog-info {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  color: #a1a1a1;
  margin-bottom: 10px;
}
.tb-post-item .tb-content .tb-info .blog-info > span {
  display: inline-block;
  margin-right: 20px;
}
.tb-post-item .tb-content .tb-info .blog-info > span.tb-blog-date i {
  margin-right: 10px;
}
.tb-post-item .tb-content .tb-info .blog-info > span.tb-blog-date small {
  margin-right: 5px;
}
.tb-post-item .tb-content .tb-info .blog-info > span > i {
  display: inline-block;
  margin-right: 10px;
}
.tb-post-item .tb-content .tb-info .blog-info > span:hover {
  color: #333;
}
.tb-post-item .tb-content .tb-info .blog-info > span:hover > a {
  color: #333;
}
.tb-post-item .tb-content .tb-excerpt {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #747474;
  display: inline;
}
.tb-post-item .tb-content > a.tb-readmore {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  background-color: transparent;
  color: #747474;
  display: inline-block;
  outline: medium none;
  margin-left: 10px;
  text-align: center;
  font-style: italic;
  color: #a86d73;
}
.tb-post-item .tb-content > a.tb-readmore.block {
  display: block;
  /* padding-left: 0; */
  text-align: left;
  margin: 8px 0;
  font-style: normal;
  text-decoration: underline;
}
.tb-post-item .tb-content > a.tb-readmore:hover {
  padding-left: 5px;
  color: #3f3f3f;
}
.tb-post-item .tb-content > a.tb-readmore:hover.block {
  text-decoration: none;
}
.tb-post-item img {
  max-width: 100%;
}
.tb-blog-carousel {
  position: relative;
}
.tb-blog-carousel .tb-post-item {
  min-width: 250px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.tb-blog-carousel .tb-post-item .tb-thumb {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  margin-bottom: 6px;
  line-height: 0;
  overflow: hidden;
}
.tb-blog-carousel .tb-post-item .tb-thumb > img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  width: 100%;
  height: auto;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-title {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  color: #272727;
  margin: 12px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-title:hover {
  color: #a86d73;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info:before,
.tb-blog-carousel .tb-post-item .tb-content .tb-info:after {
  content: " ";
  display: table;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info:after {
  clear: both;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  color: #a1a1a1;
  margin-bottom: 10px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span {
  display: inline-block;
  margin-right: 20px;
}
.tb-blog-carousel
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  > span.tb-blog-date
  i {
  margin-right: 10px;
}
.tb-blog-carousel
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  > span.tb-blog-date
  small {
  margin-right: 5px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span > i {
  display: inline-block;
  margin-right: 10px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span:hover {
  color: #333;
}
.tb-blog-carousel
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  > span:hover
  > a {
  color: #333;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-excerpt {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #747474;
  display: inline;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  background-color: transparent;
  color: #747474;
  display: inline-block;
  outline: medium none;
  margin-left: 10px;
  text-align: center;
  font-style: italic;
  color: #a86d73;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore.block {
  display: block;
  /* padding-left: 0; */
  text-align: left;
  margin: 8px 0;
  font-style: normal;
  text-decoration: underline;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore:hover {
  padding-left: 5px;
  color: #3f3f3f;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore:hover.block {
  text-decoration: none;
}
.tb-blog-carousel .tb-post-item .tb-content {
  padding: 0 20px;
}
.tb-blog-carousel .tb-post-item .tb-content h4 {
  font-size: 17px;
  color: #272727;
  margin-bottom: 7px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-excerpt {
  color: #7b7b7b;
  line-height: 20px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info {
  background-color: #a86d73;
  color: #fff;
  overflow: hidden;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .tags {
  display: none !important;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info a,
.tb-blog-carousel .tb-post-item .tb-content .tb-info span {
  color: #fff;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-content {
  overflow: hidden;
  padding: 0;
  width: 428px;
  height: 170px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18.5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9;
  background: #ffffff;
  border-bottom: 2px solid #a86d73;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-title {
  margin: 15px 0 8px;
  text-align: center;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-readmore,
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-excerpt {
  text-align: center !important;
  display: block !important;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item a .tb-thumb {
  overflow: hidden;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item a .tb-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item a .tb-thumb img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-excerpt {
  font-family: Oswald;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  text-transform: uppercase;
  opacity: 1;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info {
  white-space: nowrap;
  background-color: transparent !important;
  overflow: initial;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info a,
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info span {
  color: #969696;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info {
  padding-bottom: 45px;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span {
  margin-right: 16px;
}
.tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-info
  .blog-info
  > span
  > i {
  margin-right: 7px;
}
.tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-info
  .blog-info
  > span.author-name {
  display: none;
}
.tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-info
  .blog-info
  > span.comments-number {
  float: right;
  margin-right: 0;
  display: none;
}
.tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-info
  .blog-info
  > span.tb-blog-date:before,
.tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-info
  .blog-info
  > span.tb-blog-date:after {
  border: none;
}
.tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-info
  .blog-info
  > span.tb-blog-date:before {
  background-color: #fff;
}
.tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-info
  .blog-info
  > span.tb-blog-date:after {
  background-color: #7e7e7e;
  z-index: 0;
}
.tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-info
  .blog-info
  > span.tb-blog-date
  a {
  line-height: 14px;
  z-index: 2;
}
.tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-info
  .blog-info
  > span.tb-blog-date
  a
  i {
  display: none;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-readmore {
  margin-top: 15px;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item:hover a .tb-thumb:before {
  opacity: 1;
  -webkit-animation: fadeInUp 0.7s both;
  -moz-animation: fadeInUp 0.7s both;
  -o-animation: fadeInUp 0.7s both;
  animation: fadeInUp 0.7s both;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item:hover a .tb-thumb img {
  transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item:hover .tb-content:before {
  opacity: 1;
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.tb-blog-carousel .owl-controls .owl-nav > div {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 99;
  top: 40%;
  line-height: 27px;
  margin-top: -18px;
  text-align: center;
  color: #787878;
  background: transparent;
  opacity: 0;
  position: relative;
  font-size: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
}
.tb-blog-carousel .owl-controls .owl-nav > div:after {
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
  border-color: #fff;
  z-index: -1;
}
.tb-blog-carousel .owl-controls .owl-nav > div:hover {
  color: #fff;
}
.tb-blog-carousel .owl-controls .owl-nav > div:hover:before,
.tb-blog-carousel .owl-controls .owl-nav > div:hover:after {
  border-color: #a86d73;
}
.tb-blog-carousel .owl-controls .owl-nav > div:hover:after {
  background-color: #a86d73;
}
.tb-blog-carousel .owl-controls .owl-nav > div:hover .fa {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.tb-blog-carousel .owl-controls .owl-nav > div i {
  position: relative;
  z-index: 2;
}
.tb-blog-carousel .owl-controls .owl-nav > div.owl-prev {
  left: -18px;
}
.tb-blog-carousel .owl-controls .owl-nav > div.owl-next {
  right: -18px;
  padding-left: 3px;
}
.tb-blog-carousel .owl-controls .owl-nav > div:before {
  background-color: #fff;
}
.tb-blog-carousel .owl-controls .owl-nav > div:hover {
  color: #fff;
}
.tb-blog-carousel .owl-controls .owl-nav > div:hover:after {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  z-index: 1;
}
.tb-blog-carousel .owl-controls .owl-nav > div:hover:before {
  border-color: #fff;
}
.tb-blog-carousel .owl-controls .owl-dots {
  bottom: -30px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}
.tb-blog-carousel .owl-controls .owl-dots .owl-dot {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}
.tb-blog-carousel .owl-controls .owl-dots .owl-dot.active,
.tb-blog-carousel .owl-controls .owl-dots .owl-dot:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.tb-blog-carousel:hover .owl-controls .owl-nav > div {
  opacity: 1;
}
.tb-blog-section .pagination {
  margin-top: 0;
}
.tb-blog-section .tb-blog-grid.tpl1 {
  padding-left: 0 !important;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item {
  margin-bottom: 50px;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item .tb-thumb {
  margin-bottom: 10px;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item .blog-info {
  border-bottom: 1px dashed #f1f0f0;
  padding-bottom: 10px;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item .blog-info .tb-blog-date {
  left: 0;
  margin-top: 0;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item .blog-info .comments-number {
  position: relative;
  left: -35px;
  top: 70px;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-content > a.tb-readmore.block {
  border: 1px solid #dcdcdc;
  display: block;
  max-width: 130px;
  text-align: center;
  height: 40px;
  line-height: 39px;
  padding: 0;
  margin-top: 26px;
  text-decoration: none;
  color: #515151;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-content > a.tb-readmore.block:hover {
  color: #fff;
  background-color: #2a2a2a;
}
.tpl4.tb-blog-tpl4 > [class*="col-lg-6"] {
  margin-bottom: 200px;
}
.tpl4.tb-blog-tpl4 > [class*="col-lg-4"] {
  margin-bottom: 270px;
}
.tpl4.tb-blog-tpl4 > [class*="col-lg-3"] {
  margin-bottom: 270px;
}
.tpl4.tb-blog-tpl4 .tb-post-item .tb-content {
  position: absolute;
  z-index: 9;
  top: 100%;
}
.tpl4.tb-blog-tpl4 .tb-post-item .tb-content .tb-info .blog-info {
  margin-top: 8px;
  margin-bottom: 25px;
}
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date:hover,
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number:hover,
.tpl4.tb-blog-tpl4 .tb-post-item .tb-content .tb-info .blog-info .tags:hover {
  color: #a86d73;
}
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  h4,
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date:hover
  a,
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date:hover
  h4,
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number:hover
  a,
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number:hover
  h4,
.tpl4.tb-blog-tpl4 .tb-post-item .tb-content .tb-info .blog-info .tags:hover a,
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags:hover
  h4 {
  color: #a86d73;
}
.tpl4.tb-blog-tpl4 .tb-post-item .tb-content .tb-info .blog-info .tb-blog-date {
  display: inline-block;
  margin-right: 20px;
}
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  i {
  margin-right: 10px;
}
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  > h4 {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  color: #a1a1a1;
  margin-right: 3px;
  margin-bottom: 0;
}
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number {
  display: inline-block;
  margin-right: 20px;
}
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i {
  margin-right: 10px;
}
.tpl4.tb-blog-tpl4
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  color: #a1a1a1;
  display: inline-block;
  margin-bottom: 0;
}
.tpl4.tb-blog-tpl4 .tb-post-item .tb-content a .tb-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #3e3e3e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -10px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.tpl4.tb-blog-tpl4 .tb-post-item .tb-content a .tb-title:hover {
  color: #a86d73;
}
.tpl4.tb-blog-tpl4 .tb-post-item .tb-content .tb-excerpt {
  font-family: lato;
  font-size: 14px;
  color: #5b5b5b;
  font-weight: 400;
}
.tpl4.tb-blog-tpl4 .tb-post-item a .tb-thumb {
  position: relative;
}
.tpl4.tb-blog-tpl4 .tb-post-item a .tb-thumb:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tpl4.tb-blog-tpl4 .tb-post-item a .tb-thumb:before img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tpl4.tb-blog-tpl4 .tb-post-item a .tb-thumb:hover:before {
  animation: circle 1.2s;
}
.tpl4.tb-blog-tpl4 .tb-post-item a .tb-thumb:hover img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
.tpl4.tb-blog-tpl4 .pagination {
  text-align: center;
  margin: 10px 0 70px 0;
}
.tpl4.tb-blog-tpl4 .pagination span,
.tpl4.tb-blog-tpl4 .pagination a {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  z-index: 999;
  opacity: 1;
}
.tpl4.tb-blog-tpl4 .pagination span.current,
.tpl4.tb-blog-tpl4 .pagination a.current {
  color: #ffffff;
}
.tpl4.tb-blog-tpl4 .pagination span:hover,
.tpl4.tb-blog-tpl4 .pagination a:hover {
  color: #ffffff;
}
.tb-blog.content {
  margin-bottom: 45px;
}
.tb-blog.content .type-post {
  padding-left: 76px !important;
}
.tb-blog.content .type-post .tb-thumb {
  margin-bottom: 10px;
}
.tb-blog.content .type-post .blog-info {
  border-bottom: 1px dashed #f1f0f0;
  padding-bottom: 10px;
  margin-bottom: 4px;
}
.tb-blog.content .type-post .blog-info .tb-blog-date {
  width: 70px;
  height: 70px;
  text-align: center;
  top: 0;
  margin-top: 0;
  left: 41px;
  background: #a86d73;
  display: none;
}
.tb-blog.content .type-post .blog-info .tb-blog-date .the_date {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 15px;
}
.tb-blog.content .type-post .blog-info .tb-blog-date .the_time {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.tb-blog.content .type-post .blog-info .comments-number {
  background: #676767;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 17px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 6px;
  display: none;
}
.tb-blog.content .type-post .blog-info .comments-number i {
  display: none;
}
.tb-blog.content .type-post .blog-info .comments-number .tb_comment {
  margin-bottom: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.tb-blog.content .type-post .blog-info .author-name,
.tb-blog.content .type-post .blog-info .tags {
  font-family: Oswald;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  color: #6a6a6a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-blog.content .type-post .blog-info .author-name i,
.tb-blog.content .type-post .blog-info .author-name a,
.tb-blog.content .type-post .blog-info .tags i,
.tb-blog.content .type-post .blog-info .tags a {
  color: #6a6a6a;
}
.tb-blog.content .type-post .blog-info .author-name:hover,
.tb-blog.content .type-post .blog-info .tags:hover {
  color: #a86d73;
}
.tb-blog.content .type-post .blog-info .author-name:hover i,
.tb-blog.content .type-post .blog-info .author-name:hover a,
.tb-blog.content .type-post .blog-info .tags:hover i,
.tb-blog.content .type-post .blog-info .tags:hover a {
  color: #a86d73;
}
.tb-blog.content .type-post .blog-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #3e3e3e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 0 18px;
}
.tb-blog.content .type-post .blog-title:hover {
  color: #a86d73;
}
.tb-blog.content .type-post .tb-excerpt {
  font-family: lato;
  font-size: 14px;
  color: #5b5b5b;
  font-weight: 400;
  line-height: 24px;
}
.tb-blog.content .type-post .tb-content-block {
  margin-bottom: 60px;
}
.tb-blog.content .type-post .tb-blog-image {
  border: 15px solid #ffffff;
}
.tb-blog.content .tb-wrap-navi {
  padding-left: 76px;
  display: none;
}
.tb-blog.content .tb-wrap-navi .nav-links .nav-previous a > span {
  background: #efefef;
}
.tpl1.tb-blog-grid > [class*="col-lg-12"],
.tpl3.tb-blog-grid > [class*="col-lg-12"],
.portfolio.type-portfolio > [class*="col-lg-12"] {
  padding-bottom: 35px;
}
.tpl1.tb-blog-grid .tb-post-item .tb-content,
.tpl3.tb-blog-grid .tb-post-item .tb-content,
.portfolio.type-portfolio .tb-post-item .tb-content {
  padding: 0;
}
.tpl1.tb-blog-grid .tb-post-item .tb-content a .tb-thumb,
.tpl3.tb-blog-grid .tb-post-item .tb-content a .tb-thumb,
.portfolio.type-portfolio .tb-post-item .tb-content a .tb-thumb {
  border: 15px solid #fff;
  overflow: hidden;
  position: relative;
}
.tpl1.tb-blog-grid .tb-post-item .tb-content a .tb-thumb img,
.tpl3.tb-blog-grid .tb-post-item .tb-content a .tb-thumb img,
.portfolio.type-portfolio .tb-post-item .tb-content a .tb-thumb img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tpl1.tb-blog-grid .tb-post-item .tb-content a .tb-thumb:before,
.tpl3.tb-blog-grid .tb-post-item .tb-content a .tb-thumb:before,
.portfolio.type-portfolio .tb-post-item .tb-content a .tb-thumb:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tpl1.tb-blog-grid .tb-post-item .tb-content a .tb-thumb:hover img,
.tpl3.tb-blog-grid .tb-post-item .tb-content a .tb-thumb:hover img,
.portfolio.type-portfolio .tb-post-item .tb-content a .tb-thumb:hover img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
.tpl1.tb-blog-grid .tb-post-item .tb-content a .tb-thumb:hover:before,
.tpl3.tb-blog-grid .tb-post-item .tb-content a .tb-thumb:hover:before,
.portfolio.type-portfolio .tb-post-item .tb-content a .tb-thumb:hover:before {
  animation: circle 1.2s;
}
.tpl1.tb-blog-grid .tb-post-item .tb-content a h4.tb-title,
.tpl3.tb-blog-grid .tb-post-item .tb-content a h4.tb-title,
.portfolio.type-portfolio .tb-post-item .tb-content a h4.tb-title {
  padding-top: 23px;
  font-size: 15px;
  text-transform: uppercase;
  color: #3e3e3e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tpl1.tb-blog-grid .tb-post-item .tb-content a h4.tb-title:hover,
.tpl3.tb-blog-grid .tb-post-item .tb-content a h4.tb-title:hover,
.portfolio.type-portfolio .tb-post-item .tb-content a h4.tb-title:hover {
  color: #a86d73;
}
.tpl1.tb-blog-grid .tb-post-item .tb-content .tb-excerpt,
.tpl3.tb-blog-grid .tb-post-item .tb-content .tb-excerpt,
.portfolio.type-portfolio .tb-post-item .tb-content .tb-excerpt {
  font-family: lato;
  font-size: 14px;
  color: #5b5b5b;
}
.tpl1.tb-blog-grid .tb-post-item .tb-content .tb-readmore,
.tpl3.tb-blog-grid .tb-post-item .tb-content .tb-readmore,
.portfolio.type-portfolio .tb-post-item .tb-content .tb-readmore {
  text-decoration: initial;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  width: 125px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #dadada;
  text-align: center;
  border-radius: 50px;
  background: #eaeaea;
  color: #3e3e3e;
}
.tpl1.tb-blog-grid .tb-post-item .tb-content .tb-readmore:hover,
.tpl3.tb-blog-grid .tb-post-item .tb-content .tb-readmore:hover,
.portfolio.type-portfolio .tb-post-item .tb-content .tb-readmore:hover {
  background: #a86d73;
  color: #fff;
  border-color: #a86d73;
}
.tpl1.tb-blog-grid .tb-post-item .show_infoleft,
.tpl3.tb-blog-grid .tb-post-item .show_infoleft,
.portfolio.type-portfolio .tb-post-item .show_infoleft {
  padding: 0;
  margin-right: -1px;
}
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .author-name,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .author-name,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .author-name {
  display: none;
}
.tpl1.tb-blog-grid .tb-post-item .show_infoleft .tb-info .blog-info .tags,
.tpl3.tb-blog-grid .tb-post-item .show_infoleft .tb-info .blog-info .tags,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tags {
  display: none;
}
.tpl1.tb-blog-grid .tb-post-item .show_infoleft .tb-info .blog-info span i,
.tpl3.tb-blog-grid .tb-post-item .show_infoleft .tb-info .blog-info span i,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  span
  i {
  display: none;
}
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date,
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #a86d73;
}
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number
  a
  i,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number
  a
  i,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number
  a
  i {
  display: none;
}
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_date,
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number
  a
  .the_date,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_date,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number
  a
  .the_date,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_date,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number
  a
  .the_date {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 15px;
}
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_time,
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number
  a
  .the_time,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_time,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number
  a
  .the_time,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_time,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number
  a
  .the_time {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date.comments-number,
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number.comments-number,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date.comments-number,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number.comments-number,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date.comments-number,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number.comments-number {
  background: #676767;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 17px;
  display: block;
}
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date.comments-number
  i,
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number.comments-number
  i,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date.comments-number
  i,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number.comments-number
  i,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date.comments-number
  i,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number.comments-number
  i {
  display: none;
}
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date.comments-number
  .tb_comment,
.tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number.comments-number
  .tb_comment,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date.comments-number
  .tb_comment,
.tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number.comments-number
  .tb_comment,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date.comments-number
  .tb_comment,
.portfolio.type-portfolio
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .comments-number.comments-number
  .tb_comment {
  margin-bottom: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.tpl1.tb-blog-grid .pagination,
.tpl3.tb-blog-grid .pagination,
.portfolio.type-portfolio .pagination {
  text-align: center;
  margin: 10px 0 70px 0;
}
.tpl1.tb-blog-grid .pagination span,
.tpl1.tb-blog-grid .pagination a,
.tpl3.tb-blog-grid .pagination span,
.tpl3.tb-blog-grid .pagination a,
.portfolio.type-portfolio .pagination span,
.portfolio.type-portfolio .pagination a {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  z-index: 999;
  opacity: 1;
}
.tpl1.tb-blog-grid .pagination span.current,
.tpl1.tb-blog-grid .pagination a.current,
.tpl3.tb-blog-grid .pagination span.current,
.tpl3.tb-blog-grid .pagination a.current,
.portfolio.type-portfolio .pagination span.current,
.portfolio.type-portfolio .pagination a.current {
  color: #ffffff;
}
.tpl1.tb-blog-grid .pagination span:hover,
.tpl1.tb-blog-grid .pagination a:hover,
.tpl3.tb-blog-grid .pagination span:hover,
.tpl3.tb-blog-grid .pagination a:hover,
.portfolio.type-portfolio .pagination span:hover,
.portfolio.type-portfolio .pagination a:hover {
  color: #ffffff;
}
.tpl1.tb-blog-grid.tpl3.tb-blog-grid > [class*="col-lg-12"],
.tpl3.tb-blog-grid.tpl3.tb-blog-grid > [class*="col-lg-12"],
.portfolio.type-portfolio.tpl3.tb-blog-grid > [class*="col-lg-12"] {
  padding-left: 0;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tpl1.tb-blog-grid.tpl3.tb-blog-grid > [class*="col-lg-12"],
  .tpl3.tb-blog-grid.tpl3.tb-blog-grid > [class*="col-lg-12"],
  .portfolio.type-portfolio.tpl3.tb-blog-grid > [class*="col-lg-12"] {
    padding-left: 15px;
    border-bottom: none;
  }
}
.tpl1.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image,
.tpl3.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image,
.portfolio.type-portfolio.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image {
  padding: 0;
}
.tpl1.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image
  > a
  > .tb-thumb:before,
.tpl3.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image
  > a
  > .tb-thumb:before,
.portfolio.type-portfolio.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image
  > a
  > .tb-thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  border-radius: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tpl1.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image
  > a
  > .tb-thumb:hover:before,
.tpl3.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image
  > a
  > .tb-thumb:hover:before,
.portfolio.type-portfolio.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image
  > a
  > .tb-thumb:hover:before {
  opacity: 1;
  animation: initial;
}
.tpl1.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image
  > a
  > .tb-thumb:hover
  > img,
.tpl3.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image
  > a
  > .tb-thumb:hover
  > img,
.portfolio.type-portfolio.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_image
  > a
  > .tb-thumb:hover
  > img {
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  -ms-transform: initial;
}
.tpl1.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_content,
.tpl3.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_content,
.portfolio.type-portfolio.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_content {
  padding-left: 20px;
}
.tpl1.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_content
  a
  > h4.tb-title,
.tpl3.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_content
  a
  > h4.tb-title,
.portfolio.type-portfolio.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_content
  a
  > h4.tb-title {
  margin: 0 0 12px 0;
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tpl1.tb-blog-grid.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .show_infoleft,
  .tpl3.tb-blog-grid.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .show_infoleft,
  .portfolio.type-portfolio.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .show_infoleft {
    display: none;
  }
  .tpl1.tb-blog-grid.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .tb-content,
  .tpl3.tb-blog-grid.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .tb-content,
  .portfolio.type-portfolio.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .tb-content {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .tpl1.tb-blog-grid.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .show_infoleft,
  .tpl3.tb-blog-grid.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .show_infoleft,
  .portfolio.type-portfolio.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .show_infoleft {
    display: none;
  }
  .tpl1.tb-blog-grid.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .tb-content,
  .tpl3.tb-blog-grid.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .tb-content,
  .portfolio.type-portfolio.tpl3.tb-blog-grid
    > [class*="col-lg-12"]
    .tb-post-item
    .tb-content {
    padding: 0 0 0 15px;
  }
}
.tpl2 .tb-post-item .tb-content .tb-info {
  text-align: center;
}
.tpl2 .tb-post-item .tb-content .tb-info .blog-info {
  overflow: hidden;
  padding-bottom: 5px;
}
.tpl2 .tb-post-item .tb-content .tb-info .blog-info .tb-blog-date {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  left: -5%;
}
.tpl2 .tb-post-item .tb-content .tb-info .blog-info .tb-blog-date a i {
  display: none;
}
.tpl2 .tb-post-item .tb-content .tb-info .blog-info .tb-blog-date a .the_date {
  position: relative;
  font-family: droid serif;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
  line-height: 22px;
  color: #bfbfbf;
  padding-top: 35px;
}
.tpl2
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_date:before {
  height: 20px;
  width: 1px;
  position: absolute;
  content: "";
  background: #bfbfbf;
  top: 70%;
  left: 56%;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
}
.tpl2 .tb-post-item .tb-content .tb-info .blog-info .tb-blog-date a .the_time {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 38px;
  left: 57%;
  text-transform: uppercase;
  font-family: droid serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  color: #bfbfbf;
}
.tpl2 .tb-post-item .tb-content .tb-info .blog-info .comments-number {
  display: none;
}
.tpl2 .tb-post-item .tb-content .tb-excerpt {
  padding: 0 30px;
}
.tpl2 .tb-post-item a .tb-thumb {
  max-height: 468px;
}
@media (max-width: 991px) {
  .tb-blog-grid.tpl1 .tb-post-item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) {
  .tb-blog-section .tb-blog-grid.tpl1 {
    padding-left: 130px;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date {
    left: -86px;
    top: 0;
    margin-top: 14px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: relative;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 63px;
    height: 63px;
    line-height: 63px;
    position: absolute;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:after {
    width: 75%;
    height: 75%;
    top: 12.5%;
    left: 12.5%;
    border-color: #7e7e7e;
    z-index: -1;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:hover {
    color: #fff;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:hover:before,
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:hover:after {
    border-color: #a86d73;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:hover:after {
    background-color: #a86d73;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:hover .fa {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:before {
    background-color: #fff;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:after {
    background-color: #7e7e7e;
    z-index: 0;
    width: 84%;
    height: 84%;
    top: 8%;
    left: 8%;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a {
    display: block;
    line-height: 14px;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a i {
    display: none;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a small {
    display: block;
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a small:after {
    border-bottom: 1px solid #fff;
    width: 13px;
    bottom: -5px;
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -6.5px;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a time {
    position: absolute;
    line-height: 1;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    left: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
  }
  .content.tb-blog .type-post {
    padding-left: 130px;
    position: relative;
  }
  .content.tb-blog .type-post .tb-blog-date {
    left: 45px;
    top: 0;
    margin-top: 14px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: relative;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 63px;
    height: 63px;
    line-height: 63px;
    position: absolute;
  }
  .content.tb-blog .type-post .tb-blog-date:after {
    width: 75%;
    height: 75%;
    top: 12.5%;
    left: 12.5%;
    border-color: #7e7e7e;
    z-index: -1;
  }
  .content.tb-blog .type-post .tb-blog-date:hover {
    color: #fff;
  }
  .content.tb-blog .type-post .tb-blog-date:hover:before,
  .content.tb-blog .type-post .tb-blog-date:hover:after {
    border-color: #a86d73;
  }
  .content.tb-blog .type-post .tb-blog-date:hover:after {
    background-color: #a86d73;
  }
  .content.tb-blog .type-post .tb-blog-date:hover .fa {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
  }
  .content.tb-blog .type-post .tb-blog-date:before {
    background-color: #fff;
  }
  .content.tb-blog .type-post .tb-blog-date:after {
    background-color: #7e7e7e;
    z-index: 0;
    width: 84%;
    height: 84%;
    top: 8%;
    left: 8%;
  }
  .content.tb-blog .type-post .tb-blog-date a {
    display: block;
    line-height: 14px;
    color: #fff !important;
    position: relative;
    z-index: 2;
  }
  .content.tb-blog .type-post .tb-blog-date a i {
    display: none;
  }
  .content.tb-blog .type-post .tb-blog-date a small {
    display: block;
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .content.tb-blog .type-post .tb-blog-date a small:after {
    border-bottom: 1px solid #fff;
    width: 13px;
    bottom: -5px;
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -6.5px;
  }
  .content.tb-blog .type-post .tb-blog-date a time {
    position: absolute;
    line-height: 1;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    left: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
  }
}
.tb-blog-carousel2 .post.type-post {
  padding-bottom: 80px;
}
.vc_slide.vc_images_carousel .vc_carousel-inner .vc_item .vc_inner img {
  margin: 0 auto;
}
.tpl1.tb-blog-carousel .post.type-post .tb-post-item a {
  display: block;
}
.tpl1.tb-blog-carousel .post.type-post .tb-post-item a .tb-thumbb {
  position: relative;
  overflow: hidden;
}
.tpl1.tb-blog-carousel .post.type-post .tb-post-item a .tb-thumbb:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tpl1.tb-blog-carousel .post.type-post .tb-post-item a .tb-thumbb:hover:before {
  opacity: 1;
  z-index: 9;
}
.tpl1.tb-blog-carousel .post.type-post .tb-post-item .tb-content-two {
  background: #ffffff;
  padding-left: 30px;
  padding-top: 45px;
  padding-bottom: 67px;
}
@media (min-width: 768px) {
  .tpl1.tb-blog-carousel .post.type-post .tb-post-item .tb-content-two {
    min-height: 288px;
  }
}
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info {
  padding-bottom: 14px;
}
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info
  .tb-blog-date
  a {
  text-align: left;
}
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i {
  display: none;
}
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4 {
  font-family: droid serif;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #bfbfbf;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4.the_time {
  font-size: 18px;
  position: relative;
  padding-left: 6px;
}
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4.the_time:before {
  content: "";
  height: 16px;
  width: 1px;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(30deg) translateY(-50%);
  -webkit-transform: rotate(30deg) translateY(-50%);
  -moz-transform: rotate(30deg) translateY(-50%);
  -o-transform: rotate(30deg) translateY(-50%);
  -ms-transform: rotate(30deg) translateY(-50%);
}
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4:hover {
  color: #a86d73;
}
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info
  .comments-number,
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info
  .tags {
  display: none;
}
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-excerpt {
  font-size: 14px;
  line-height: 24px;
  text-align: left !important;
}
.tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-readmore {
  font-family: oswald;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left !important;
  text-decoration: underline;
  padding-top: 22px;
  color: #a86d73;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tpl1.tb-blog-carousel .post.type-post .tb-post-item .tb-content-two {
    padding-top: 168px;
    padding-bottom: 168px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tpl1.tb-blog-carousel .post.type-post .tb-post-item .tb-content-two {
    padding-top: 111px;
    padding-bottom: 111px;
  }
}
.tpl1.tb-blog-carousel .post.type-post .tb-post-item .text-left {
  padding-right: 0;
}
@media (max-width: 767px) {
  .tpl1.tb-blog-carousel .post.type-post .tb-post-item .text-left {
    padding-right: 15px;
  }
}
.tpl1.tb-blog-carousel .post.type-post .tb-post-item .text-right {
  padding-left: 0;
}
@media (max-width: 767px) {
  .tpl1.tb-blog-carousel .post.type-post .tb-post-item .text-right {
    padding-left: 15px;
  }
}
.tpl1.tb-blog-carousel .owl-controls .owl-nav .owl-prev,
.tpl1.tb-blog-carousel .owl-controls .owl-nav .owl-next {
  top: 58% !important;
}
.tpl1.tb-blog-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.tpl1.tb-blog-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  padding-left: 0;
}
.archive.tax-portfolio_category .main-content {
  margin-top: 50px;
}
.archive.tax-portfolio_category .main-content .portfolio.type-portfolio {
  margin-bottom: 40px;
}
.archive.tax-portfolio_category
  .main-content
  .portfolio.type-portfolio
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  > a
  h4 {
  margin-bottom: 0;
  font-size: 14px;
}
.archive.tax-portfolio_category
  .main-content
  .portfolio.type-portfolio
  .tb-post-item
  .tb-content
  a
  h4.tb-title {
  padding-top: 0;
  color: #3e3e3e;
}
.archive.tax-portfolio_category
  .main-content
  .portfolio.type-portfolio
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  > span:hover {
  color: #a1a1a1;
}
.archive.tax-portfolio_category
  .main-content
  .portfolio.type-portfolio
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  > span:hover
  i,
.archive.tax-portfolio_category
  .main-content
  .portfolio.type-portfolio
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  > span:hover
  a {
  color: #a1a1a1;
}
.archive.tax-portfolio_category
  .main-content
  .portfolio.type-portfolio
  .tb-post-item
  .tb-content
  .tb-readmore {
  border-radius: 0;
  background: transparent;
  border: none;
  color: #3e3e3e;
}
.search.search-results .content .tb-blog-grid,
.archive.category .content .tb-blog-grid,
.archive.date .content .tb-blog-grid,
.archive.tag .content .tb-blog-grid,
.archive.author .content .tb-blog-grid {
  margin-top: 50px;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb,
.archive.date .content .tb-blog-grid .post.type-post .tb-post-item .tb-thumb,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb,
.archive.date .content .tb-blog-grid .team.type-team .tb-post-item .tb-thumb,
.archive.tag .content .tb-blog-grid .post.type-post .tb-post-item .tb-thumb,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb,
.archive.tag .content .tb-blog-grid .team.type-team .tb-post-item .tb-thumb,
.archive.author .content .tb-blog-grid .post.type-post .tb-post-item .tb-thumb,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb,
.archive.author .content .tb-blog-grid .team.type-team .tb-post-item .tb-thumb {
  position: relative;
  overflow: hidden;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb:before,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb:before,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb:before,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb:before,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb:before,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb:before,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb:before,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb:before,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb:before,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb:before,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb:before,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb:before,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb:before,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb:before,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb:hover:before,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb:hover:before,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb:hover:before,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb:hover:before,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb:hover:before,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb:hover:before,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb:hover:before,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb:hover:before,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb:hover:before,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb:hover:before,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb:hover:before,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb:hover:before,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-thumb:hover:before,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-thumb:hover:before,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-thumb:hover:before {
  opacity: 1;
  -webkit-animation: fadeInDown 0.7s both;
  -moz-animation: fadeInDown 0.7s both;
  -o-animation: fadeInDown 0.7s both;
  animation: fadeInDown 0.7s both;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name {
  font-family: lato;
  font-weight: 400;
  display: initial;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover {
  color: #a1a1a1;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a {
  color: #a1a1a1;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date {
  display: inline-block;
  color: #a1a1a1;
  margin-right: 15px;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a {
  font-family: lato;
  font-weight: 400;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  i {
  color: #a1a1a1;
  padding-right: 5px;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4 {
  font-family: lato;
  font-weight: 400;
  display: inline-block;
  color: #a1a1a1;
  font-size: 14px;
  padding-right: 5px;
  margin-bottom: 0;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover {
  color: #a1a1a1;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number {
  font-family: lato;
  font-weight: 400;
  color: #a1a1a1;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i {
  margin-right: 5px;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment {
  font-family: lato;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  color: #a1a1a1;
  margin-bottom: 0;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  i {
  color: #a1a1a1;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tags
  a {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #a1a1a1;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-excerpt,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-excerpt,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-excerpt,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-excerpt {
  font-family: lato;
}
.search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-title,
.search.search-results
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-title,
.search.search-results
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-title,
.archive.category
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-title,
.archive.category
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-title,
.archive.category
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-title,
.archive.date
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-title,
.archive.date
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-title,
.archive.date
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-title,
.archive.tag
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-title,
.archive.tag
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-title,
.archive.tag
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-title,
.archive.author
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-title,
.archive.author
  .content
  .tb-blog-grid
  .product.type-product
  .tb-post-item
  .tb-content
  .tb-title,
.archive.author
  .content
  .tb-blog-grid
  .team.type-team
  .tb-post-item
  .tb-content
  .tb-title {
  color: #3e3e3e;
}
.search.search-results .sidebar-area,
.archive.category .sidebar-area,
.archive.date .sidebar-area,
.archive.tag .sidebar-area,
.archive.author .sidebar-area {
  margin-top: 37px;
}
.search.search-results .main-content,
.archive.category .main-content,
.archive.date .main-content,
.archive.tag .main-content,
.archive.author .main-content {
  margin-bottom: 40px;
}
.blog .tb-blog .tb-post-item .tb-thumb .tb-thumb {
  position: relative;
  overflow: hidden;
}
.blog .tb-blog .tb-post-item .tb-thumb .tb-thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog .tb-blog .tb-post-item .tb-thumb .tb-thumb:hover:before {
  opacity: 1;
  -webkit-animation: fadeInDown 0.7s both;
  -moz-animation: fadeInDown 0.7s both;
  -o-animation: fadeInDown 0.7s both;
  animation: fadeInDown 0.7s both;
}
.blog .tb-blog .tb-post-item .tb-content .tb-info .blog-info .author-name {
  font-family: lato;
  font-weight: 400;
  display: initial;
}
.blog
  .tb-blog
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover {
  color: #a1a1a1;
}
.blog
  .tb-blog
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  i,
.blog
  .tb-blog
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name:hover
  a {
  color: #a1a1a1;
}
.blog .tb-blog .tb-post-item .tb-content .tb-info .blog-info .tb-blog-date {
  display: inline-block;
  color: #a1a1a1;
  margin-right: 15px;
}
.blog .tb-blog .tb-post-item .tb-content .tb-info .blog-info .tb-blog-date a {
  font-family: lato;
  font-weight: 400;
}
.blog .tb-blog .tb-post-item .tb-content .tb-info .blog-info .tb-blog-date a i {
  color: #a1a1a1;
  padding-right: 5px;
}
.blog
  .tb-blog
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  h4 {
  font-family: lato;
  font-weight: 400;
  display: inline-block;
  color: #a1a1a1;
  font-size: 14px;
  padding-right: 5px;
  margin-bottom: 0;
}
.blog
  .tb-blog
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.blog
  .tb-blog
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover {
  color: #a1a1a1;
}
.blog .tb-blog .tb-post-item .tb-content .tb-info .blog-info .comments-number {
  font-family: lato;
  font-weight: 400;
  color: #a1a1a1;
}
.blog
  .tb-blog
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  i {
  margin-right: 5px;
}
.blog
  .tb-blog
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .comments-number
  .tb_comment {
  font-family: lato;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  color: #a1a1a1;
  margin-bottom: 0;
}
.blog .tb-blog .tb-post-item .tb-content .tb-info .blog-info .tags i {
  color: #a1a1a1;
}
.blog .tb-blog .tb-post-item .tb-content .tb-info .blog-info .tags a {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #a1a1a1;
}
.blog .tb-blog .tb-post-item .tb-content .tb-excerpt {
  font-family: lato;
}
.blog .tb-blog .tb-post-item .tb-content .tb-title {
  color: #3e3e3e;
}
.blog .sidebar-area {
  margin-top: 45px;
}
.testimonial.type-testimonial .tb-content-block .blog-info .author-name {
  font-family: lato;
  font-weight: 400;
  display: initial;
}
.testimonial.type-testimonial .tb-content-block .blog-info .author-name:hover {
  color: #a1a1a1;
}
.testimonial.type-testimonial .tb-content-block .blog-info .author-name:hover i,
.testimonial.type-testimonial
  .tb-content-block
  .blog-info
  .author-name:hover
  a {
  color: #a1a1a1;
}
.testimonial.type-testimonial .tb-content-block .blog-info .tb-blog-date {
  display: inline-block;
  color: #a1a1a1;
  margin-right: 15px;
  background: transparent !important;
}
.testimonial.type-testimonial .tb-content-block .blog-info .tb-blog-date a {
  font-family: lato;
  font-weight: 400;
}
.testimonial.type-testimonial .tb-content-block .blog-info .tb-blog-date a i {
  color: #a1a1a1;
  padding-right: 5px;
}
.testimonial.type-testimonial .tb-content-block .blog-info .tb-blog-date a h4 {
  font-family: lato;
  font-weight: 400;
  display: inline-block;
  color: #a1a1a1;
  font-size: 14px;
  padding-right: 5px;
  margin-bottom: 0;
}
.testimonial.type-testimonial
  .tb-content-block
  .blog-info
  .tb-blog-date
  a:hover
  i:hover,
.testimonial.type-testimonial
  .tb-content-block
  .blog-info
  .tb-blog-date
  a:hover
  h4:hover {
  color: #a1a1a1;
}
.testimonial.type-testimonial .tb-content-block .blog-info .comments-number {
  font-family: lato;
  font-weight: 400;
  color: #a1a1a1;
}
.testimonial.type-testimonial .tb-content-block .blog-info .comments-number i {
  margin-right: 5px;
}
.testimonial.type-testimonial
  .tb-content-block
  .blog-info
  .comments-number
  .tb_comment {
  font-family: lato;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  color: #a1a1a1;
  margin-bottom: 0;
}
.testimonial.type-testimonial .tb-content-block .blog-info .tags i {
  color: #a1a1a1;
}
.testimonial.type-testimonial .tb-content-block .blog-info .tags a {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #a1a1a1;
}
.testimonial.type-testimonial .tb-content-block .blog-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #3e3e3e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 0 18px;
}
.testimonial.type-testimonial .tb-content-block .blog-title:hover {
  color: #a86d73;
}
.testimonial.type-testimonial .tb-content-block .tb-excerpt {
  font-family: lato;
  font-size: 14px;
  color: #5b5b5b;
  font-weight: 400;
}
.testimonial.type-testimonial .tb-blog-image {
  max-width: 270px;
  height: auto;
}
.tpl3.tb-blog-carousel .post.type-post {
  border-right: 1px solid #efefef;
}
.tpl3.tb-blog-carousel .post.type-post .tb-post-item {
  min-width: initial;
  margin-bottom: 0;
  border: 20px solid #ffffff;
  background: #ffffff;
}
.tpl3.tb-blog-carousel .post.type-post .tb-post-item .tb-content {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: initial;
  left: initial;
  bottom: initial;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  background: initial;
  border-bottom: none;
  padding-bottom: 15px;
}
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  i {
  font-size: 13px;
  line-height: 20px;
  color: #bababa;
  margin-right: 8px;
}
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  h4,
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  a {
  font-family: Oswald;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-transform: capitalize;
  color: #bababa;
  display: inline-block;
}
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  h4.the_date,
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  a.the_date {
  margin-right: 5px;
  position: relative;
}
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  h4.the_date:before,
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  a.the_date:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #bababa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  -webkit-transform: translateY(-50%) rotate(15deg);
  -moz-transform: translateY(-50%) rotate(15deg);
  -o-transform: translateY(-50%) rotate(15deg);
  -ms-transform: translateY(-50%) rotate(15deg);
  right: -3px;
}
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .author-name {
  font-family: Oswald;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-transform: capitalize;
  color: #bababa;
  display: inline-block;
}
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date {
  display: inline-block;
  margin-left: 7px;
  margin-right: 22px;
}
.tpl3.tb-blog-carousel .post.type-post .tb-post-item .tb-content .tb-title {
  font-family: Oswald;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #484848;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 6px 0 8px;
}
.tpl3.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-title:hover {
  color: #b5a88d;
}
.tpl3.tb-blog-carousel .post.type-post .tb-post-item .tb-content .tb-excerpt {
  text-align: left !important;
  font-family: roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #929292;
  text-transform: initial;
}
.tpl3.tb-blog-carousel .post.type-post .tb-post-item .tb-content .tb-readmore {
  text-align: left !important;
  margin-left: 0;
  font-family: Oswald;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #b5a88d;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 20px;
  font-style: initial;
}
.tpl3.tb-blog-carousel .owl-controls .owl-nav .owl-prev,
.tpl3.tb-blog-carousel .owl-controls .owl-nav .owl-next {
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  color: #a7a7a7;
  font-size: 16px;
  right: 0;
  padding-left: 0;
  top: -24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tpl3.tb-blog-carousel .owl-controls .owl-nav .owl-prev:hover,
.tpl3.tb-blog-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #b5a88d;
  border-color: #b5a88d;
  color: #ffffff;
}
.tpl3.tb-blog-carousel .owl-controls .owl-nav .owl-next {
  margin-right: 20px;
}
.tpl3.tb-blog-carousel .owl-controls .owl-nav .owl-prev {
  margin-right: 55px;
  left: initial;
}
.tpl3.tb-blog-carousel.style-left
  .tb-post-item
  .tb-content
  > a
  > .tb-title:hover {
  color: #9ab479 !important;
}
.tpl3.tb-blog-carousel.style-left .tb-post-item .tb-content .tb-readmore {
  color: #9ab479 !important;
}
.tpl3.tb-blog-carousel.style-left .owl-controls .owl-nav .owl-prev:hover,
.tpl3.tb-blog-carousel.style-left .owl-controls .owl-nav .owl-next:hover {
  background: #9ab479;
  border-color: #9ab479;
}
@media (max-width: 991px) {
  .tpl2.tb-blog-carousel .post.type-post {
    margin-bottom: 10px;
  }
  .jws_theme_space {
    height: 15px !important;
  }
}
@media (max-width: 480px) {
  .tpl2.tb-blog-carousel .post.type-post {
    margin-bottom: 0px;
  }
  .tpl2.tb-blog-carousel .post.type-post .tb-post-item .tb-content {
    width: 300px;
    height: auto;
  }
  .tpl2.tb-blog-carousel
    .post.type-post
    .tb-post-item
    .tb-content
    .tb-info
    .blog-info {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .tpl2.tb-blog-carousel
    .post.type-post
    .tb-post-item
    .tb-content
    .tb-info
    .blog-info
    .tb-blog-date
    .the_date {
    font-size: 30px;
  }
  .tpl2.tb-blog-carousel
    .post.type-post
    .tb-post-item
    .tb-content
    .tb-info
    .blog-info
    .tb-blog-date
    .the_time {
    font-size: 15px;
  }
  .tpl2.tb-blog-carousel .post.type-post .tb-post-item .tb-content .tb-excerpt {
    padding: 0;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tpl2 .tb-post-item a .tb-thumb {
    max-height: none;
  }
  .tb-blog-carousel2 .post.type-post {
    padding-bottom: 78px;
  }
  .tb-blog-carousel2 .post.type-post .tb-post-item .tb-content {
    bottom: -11.5%;
  }
  .tpl4.tb-blog-tpl4 [class*="col-md-6"] {
    margin-bottom: 240px;
  }
  .tpl4.tb-blog-tpl4 > [class*="col-md-4"] {
    width: 50%;
  }
  .tpl4.tb-blog-tpl4 > [class*="col-md-4"] {
    margin-bottom: 180px;
  }
  .comments-area .comment-list li .comment-body .comment-info:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tpl1.tb-blog-grid .post.type-post .tb-post-item .show_infoleft .tb-info {
    float: right;
  }
  .tpl3.tb-blog-grid .post.type-post .tb-post-item .show_infoleft .tb-info {
    float: right;
  }
  .title_before:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .tpl4.tb-blog-tpl4 {
    margin-top: 20px;
  }
  .tpl4.tb-blog-tpl4 [class*="col-md-6"] {
    margin-bottom: 240px;
  }
  .tpl4.tb-blog-tpl4 > [class*="col-xs-12"] {
    margin-bottom: 230px;
  }
  .tpl4.tb-blog-tpl4 > [class*="col-xs-12"]:last-child {
    margin-bottom: 0px;
  }
  .content.tb-blog .post.type-post {
    padding-left: 0 !important;
  }
  .content.tb-blog .post.type-post .tb-content-block .blog-info {
    width: 100%;
  }
  .content.tb-blog .post.type-post .tb-content-block .blog-info .tb-blog-date {
    display: none;
  }
  .content.tb-blog
    .post.type-post
    .tb-content-block
    .blog-info
    .comments-number {
    display: none;
  }
  .content.tb-blog .post.type-post .tb-blog-image img {
    max-width: 100%;
    height: auto;
  }
  .content.tb-blog .comments-area {
    padding-left: 0;
  }
  .content.tb-blog .comments-area .comment-list {
    padding-left: 0;
  }
  .content.tb-blog .comments-area .comment-list .children {
    padding-left: 0;
  }
  .content.tb-blog
    .comments-area
    .comment-list
    .children
    .comment
    .comment-body
    .comment-info:after {
    display: none;
  }
  .content.tb-blog .comments-area .comment-list .comment-info:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tpl4.tb-blog-tpl4 > [class*="col-sm-12"] {
    margin-bottom: 200px;
  }
  .content.tb-blog .post.type-post .tb-blog-image > img {
    max-width: 100%;
    height: auto;
  }
  .content.tb-blog
    .comments-area
    .comment-list
    li
    .comment-body
    .comment-info:after {
    display: none;
  }
}
body {
  overflow-x: hidden;
}
.zoomLens {
  border-color: #a86d73 !important;
}
.product-video-popup {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 999;
}
.product-video-popup span {
  margin-right: 6px;
}
.woocommerce .ro-quantity {
  margin-bottom: 8px;
  border-top: 1px solid #e2e2e2;
  padding-top: 25px;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #5b5b5b;
  text-transform: capitalize;
}
.woocommerce .ro-quantity label {
  float: left;
  width: 15%;
  line-height: 35px;
}
.woocommerce .ro-quantity label span {
  color: #a86d73;
}
.woocommerce .ro-quantity label p {
  margin-bottom: 10px !important;
}
.woocommerce .ro-quantity .quantity {
  width: 85%;
  margin: 0 !important;
}
.woocommerce .ro-quantity .quantity span {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #5b5b5b;
  float: left;
  width: 25%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  background-color: #f9f9f9;
}
.woocommerce .ro-quantity .quantity span:hover i {
  color: #a86d73;
}
.woocommerce .ro-quantity .quantity span.qty-minus {
  border-width: 1px 0 1px 1px;
}
.woocommerce .ro-quantity .quantity span.qty-plus {
  border-width: 1px 1px 1px 0;
}
.woocommerce .ro-quantity .quantity input {
  font-family: lato;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 14px;
  float: left;
  width: 50%;
  height: 35px;
  border: 1px solid #e3e3e3;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 0;
}
.woocommerce .yith-wcqv-main .ro-quantity .quantity input {
  width: 100%;
}
.woocommerce .yith-wcqv-main .single-product .product {
  border-bottom: none;
}
.woocommerce
  .yith-wcqv-main
  .single-product
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .entry-title {
  text-transform: uppercase;
}
.woocommerce
  .yith-wcqv-main
  .single-product
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .tb-product-price
  .price
  del {
  color: transparent;
  position: relative;
  margin-right: 5px;
}
.woocommerce
  .yith-wcqv-main
  .single-product
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .tb-product-price
  .price
  del
  span.amount {
  font-size: 14px;
  color: #bbbbbb;
  position: relative;
  font-family: lato;
  font-weight: 300;
}
.woocommerce
  .yith-wcqv-main
  .single-product
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .tb-product-price
  .price
  ins
  span.amount {
  font-family: Oswald;
  font-weight: 300;
  font-size: 15px;
  color: #a86d73;
}
.woocommerce
  .yith-wcqv-main
  .single-product
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  p {
  font-family: lato;
  font-weight: 400;
}
.single-product .ro-title h4 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-product .nav-product-link a {
  height: 21px;
  display: inline-block;
  width: 21px;
  border: 1px solid #e8e8e8;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  font-size: 14px;
  color: #717171;
}
.single-product .nav-product-link a:hover {
  background-color: #a86d73;
  border-color: #a86d73;
}
.single-product .ro-product-wrapper .images {
  position: relative;
}
.single-product .ro-product-wrapper .onsale,
.single-product .ro-product-wrapper .new {
  position: absolute;
  left: auto;
  right: 20px;
  width: 48px;
  height: 48px;
  line-height: 43px;
  text-align: center;
  z-index: 10;
}
.single-product .ro-product-wrapper .new {
  line-height: 46px;
}
.single-product .ro-product-wrapper .onsale,
.single-product .ro-product-wrapper .new {
  top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  background: transparent;
  color: #2a2a2a;
}
.single-product .ro-product-wrapper .onsale:before,
.single-product .ro-product-wrapper .new:before {
  position: absolute;
  content: "";
  border-bottom: 66px solid transparent;
  top: 3px;
  z-index: -1;
}
.single-product .ro-product-wrapper .onsale {
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.single-product .ro-product-wrapper .onsale:before {
  border-left: 66px solid #fff;
  left: -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-product .ro-product-wrapper .new {
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-product .ro-product-wrapper .new:before {
  border-right: 66px solid #fff;
  right: -9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.single-product .ro-product-wrapper .ro-product-information {
  padding-top: 20px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .woocommerce-variation-description {
  display: none !important;
}
.single-product .ro-product-wrapper .ro-product-information .entry-title {
  font-weight: 400;
  color: #404040;
  margin-top: -2px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 27px;
  color: #282828;
  text-transform: uppercase;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .entry-title
  .nav-product-link {
  height: 0;
  margin-top: -27px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-product
    .ro-product-wrapper
    .ro-product-information
    .entry-title
    .nav-product-link {
    margin-top: 0px;
  }
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .entry-title
  .nav-product-link
  a {
  margin-left: 8px;
  background: #fff;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .entry-title
  .nav-product-link
  a:hover {
  background: #a86d73;
  color: #fff;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta {
  border-bottom: 1px solid #e2e2e2;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 4px;
  padding-top: 10px;
  width: 100%;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price {
  display: inline-block;
  float: left;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price
  .price {
  font-weight: 300;
  font-size: 24px;
  color: #a86d73;
  margin-bottom: 12px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price
  .price
  del {
  color: transparent;
  margin-right: 5px;
  position: relative;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price
  .price
  del
  .amount {
  font-family: Oswald;
  font-weight: 300;
  font-size: 22px;
  color: #b0b0b0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price
  .price
  del:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bbbbbb;
  position: absolute;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  top: 50%;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price
  .price
  ins {
  text-decoration: none;
  color: #a86d73;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price
  .price
  ins
  .amount {
  font-family: Oswald;
  font-weight: 300;
  font-size: 24px;
  color: #a86d73;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .stock {
  display: inline-block;
  float: right;
  margin-top: 9px;
  font-family: lato;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  color: #898989;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .stock
  span {
  color: #a86d73;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-content {
  margin: 7px 0 37px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-content
  p {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #5b5b5b;
}
.single-product .ro-product-wrapper .ro-product-information > form {
  margin-bottom: 20px !important;
}
.single-product .ro-product-wrapper .ro-product-information > form .label,
.single-product .ro-product-wrapper .ro-product-information > form #pa_color,
.single-product .ro-product-wrapper .ro-product-information > form #pa_size,
.single-product .ro-product-wrapper .ro-product-information > form #pa_brand {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  color: #5b5b5b;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  > form
  .reset_variations {
  font-weight: 400;
  font-family: lato;
  line-height: 25px;
  padding-bottom: 2px;
}
.single-product .ro-product-wrapper .ro-product-information > form .label {
  padding: 5px 0 0;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate {
  display: inline-block;
  width: 100%;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-rate
  .woocommerce-product-rating {
  margin-bottom: 10px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-rate
  .star-rating {
  font-size: 12px;
  margin-top: 7px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-rate
  .star-rating
  > span {
  color: #a86d73;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-rate
  .woocommerce-review-link {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  color: #a3a3a3;
  margin-left: 4px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-rate
  .woocommerce-review-link:hover {
  color: #a86d73;
}
.single-product .ro-product-wrapper .ro-product-information .ro-quantity > div,
.single-product .ro-product-wrapper .ro-product-information .ro-price > div {
  display: inline-block;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-quantity
  > div:nth-child(1),
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-price
  > div:nth-child(1) {
  width: 15%;
  float: left;
  padding-top: 2px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-quantity
  > div:nth-child(1)
  p,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-price
  > div:nth-child(1)
  p {
  margin-bottom: 13px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-quantity
  > div:nth-child(2),
.single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-price
  > div:nth-child(2) {
  width: 85%;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_add_to_cart_button {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin-right: 0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_add_to_cart_button:before {
  color: #fff;
  margin: 2px 0 0 -10px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_add_to_cart_button:hover {
  background-color: #a86d73;
  border-color: #a86d73;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-quantity:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action {
  padding-top: 11px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  > div.clear {
  display: none;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  padding: 0;
  margin: 0 7px;
  background: #fff;
  border-radius: 50%;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .add_to_wishlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e642";
  color: #2a2a2a;
  position: absolute;
  top: 50%;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:hover:before {
  color: #fff;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show {
  float: left;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  font-size: 12px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:before {
  font-weight: 700;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show:hover,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:hover,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover {
  background: #171717;
  border-color: #171717;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.yith-wcwl-wishlistexistsbrowse.show:hover:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:hover:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover:before {
  color: #fff;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  > span,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show
  > span,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  > span,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show
  > span {
  opacity: 0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  > a,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show
  > a,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  > a,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show
  > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e67a";
  color: #2a2a2a;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse.show:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse.show:before {
  color: #fff;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .compare-button {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .compare-button
  .compare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .compare-button:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e61b";
  color: #2a2a2a;
  position: absolute;
  font-weight: 700;
  top: 50%;
  font-size: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .compare-button:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  .ro-action
  .compare-button:hover:before {
  color: #ffffff;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form.cart {
  margin-bottom: 20px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .woocommerce-variation-description
  p {
  margin-bottom: 5px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-price
  .single_variation {
  display: block !important;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-price
  .single_variation
  .price {
  font-size: 13px;
  font-family: lato;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-price
  .single_variation
  .price
  del {
  opacity: 0.8;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-price
  .single_variation
  .price
  del
  span.amount {
  font-family: lato;
  font-size: 14px;
  color: #bbbbbb;
  position: relative;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-price
  .single_variation
  .price
  ins {
  font-weight: 400;
  text-decoration: none !important;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-price
  p {
  color: #515151;
  font-weight: 400;
  font-family: lato;
  line-height: 25px;
  padding-bottom: 2px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-price
  del {
  display: inline-block;
  margin-right: 20px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  label {
  font-size: 13px;
  color: #515151;
  font-weight: normal;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button {
  padding-top: 12px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  > div.clear {
  display: none;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .single_add_to_cart_button {
  margin-right: 6px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  width: 40px;
  height: 40px;
  background: #fff;
  margin-top: 0;
  margin-right: 5px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .add_to_wishlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e642";
  font-weight: 700;
  color: #2a2a2a;
  position: absolute;
  top: 50%;
  font-size: 16px;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  > span,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show
  > span,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  > span,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show
  > span {
  opacity: 0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  > a,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show
  > a,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  > a,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show
  > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e67a";
  color: #2a2a2a;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse.show:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse.show:before,
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-add-button:before {
  color: #fff;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 0;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button
  .compare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button:before {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-family: "Pe-icon-7-stroke";
  content: "\e61b";
  color: #2a2a2a;
  position: absolute;
  font-weight: 700;
  top: 50%;
  left: 50%;
  font-size: 16px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button:hover:before {
  color: #ffffff;
}
.single-product .ro-product-wrapper .ro-product-information .product_meta span {
  display: inline-block;
  margin-right: 10px;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .product_meta
  span:last-child {
  margin: 0;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .product_meta
  span
  a {
  color: #444444;
}
.single-product
  .ro-product-wrapper
  .ro-product-information
  .product_meta
  span
  a:hover {
  color: #a86d73;
}
.single-product .ro-product-wrapper .ro-product-information .ro-footer h6 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.single-product .ro-product-wrapper {
  padding-right: 0;
}
.single-product
  .ro-product-wrapper
  .images
  .yith_magnifier_zoom_wrap
  .yith_magnifier_zoom {
  border: 20px solid #fff;
}
.single-product
  .ro-product-wrapper
  .images
  .yith_magnifier_zoom_wrap
  .yith_magnifier_mousetrap {
  z-index: 999;
}
.single-product
  .ro-product-wrapper
  .images
  .yith_magnifier_zoom_wrap
  .yith_magnifier_zoom_magnifier {
  left: 20px !important;
  top: 20px !important;
}
.single-product .ro-product-wrapper .images .thumbnails {
  max-height: 180px;
  padding: 0;
  padding-top: 0 !important;
}
@media (max-width: 1199px) {
  .single-product .ro-product-wrapper .images .thumbnails {
    overflow: hidden;
  }
}
.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper {
  padding: 0;
  width: 406px !important;
  position: relative;
}
.single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper
  li {
  border: 20px solid #fff;
  position: relative;
}
.single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper
  li:before {
  content: "";
  width: 1px;
  height: 140%;
  background: #efefef;
  position: absolute;
  right: -20px;
  top: -20%;
}
.single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper
  li
  a {
  margin: 0 0 0;
  overflow: hidden;
  position: relative;
}
.single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper
  li
  a
  img {
  display: block;
}
.single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper
  li:hover:before {
  bottom: 12px;
  z-index: 1;
}
.single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper
  li:nth-child(3):before {
  display: none;
}
.single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev,
.single-product .ro-product-wrapper .images .thumbnails #slider-next {
  width: 22px;
  height: 22px;
  background: none;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev:before,
.single-product .ro-product-wrapper .images .thumbnails #slider-next:before {
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
  content: "\F105";
  font-family: FontAwesome;
  text-align: center;
  line-height: 22px;
  position: absolute;
  z-index: 999;
  background: #fff;
}
.single-product
  .ro-product-wrapper
  .images
  .thumbnails
  #slider-prev:hover:before,
.single-product
  .ro-product-wrapper
  .images
  .thumbnails
  #slider-next:hover:before {
  color: #fff;
  background-color: #a86d73;
  border-color: #a86d73;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev {
  left: -12px;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev:before {
  content: "\F104";
}
@media (max-width: 1199px) {
  .single-product .ro-product-wrapper .images .thumbnails #slider-prev {
    left: 0;
  }
}
.single-product .ro-product-wrapper .images .thumbnails #slider-next {
  right: -10px;
}
@media (max-width: 1199px) {
  .single-product .ro-product-wrapper .images .thumbnails #slider-next {
    right: 0;
  }
}
.single-product .woocommerce-tabs {
  margin-top: 33px;
}
.single-product .woocommerce-tabs .tabs li.active {
  background: #5e5e5e !important;
}
.single-product .woocommerce-tabs .tabs li > a {
  padding: 13px 17px !important;
}
.single-product .woocommerce-tabs .panel {
  padding: 25px 25px 45px !important;
  border: 1px solid #efefef !important;
  box-shadow: none;
}
.single-product .woocommerce-tabs .panel h2 {
  font-size: 17px;
  text-transform: uppercase;
}
.single-product .woocommerce-tabs .panel p {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5b5b5b;
}
.single-product .ro-product-relate {
  margin: 35px 0 70px;
}
.single-product .ro-product-relate .ro-title {
  position: relative;
  margin: 20px 0 18px;
  text-align: left;
}
.single-product .ro-product-relate .ro-title:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  display: block;
}
.single-product .ro-product-relate .ro-title h4 {
  background-color: #efefef;
  font-size: 18px;
  color: #2a2a2a;
  display: inline-block;
  margin: 0;
  padding: 5px 20px 8px 0;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
.single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-stage-outer
  .owl-item
  .pd-item
  .product.last {
  border-right: none;
}
.single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav {
  display: inline-block;
  position: absolute;
  top: -11%;
  right: 0;
  background: #efefef;
  padding-left: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav
  .owl-prev,
.single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav
  .owl-next {
  opacity: 1;
  top: 0 !important;
  position: initial;
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  -ms-transform: initial;
  display: inline-block;
}
.single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav
  .owl-next {
  margin-left: 5px;
}
.single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav
  .owl-prev {
  left: 0;
  border: 1px solid #efefef;
}
.single-product .ro-product-relate .tb-product-items .owl-controls .owl-nav {
  display: inline-block;
  position: absolute;
  top: -11%;
  right: 0;
  background: #efefef;
  padding-left: 18px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product
  .ro-product-relate
  .tb-product-items
  .owl-controls
  .owl-nav
  .owl-prev,
.single-product
  .ro-product-relate
  .tb-product-items
  .owl-controls
  .owl-nav
  .owl-next {
  position: initial;
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  -ms-transform: initial;
  opacity: 1;
  display: inline-block;
}
.single-product
  .ro-product-relate
  .tb-product-items
  .owl-controls
  .owl-nav
  .owl-prev.owl-prev,
.single-product
  .ro-product-relate
  .tb-product-items
  .owl-controls
  .owl-nav
  .owl-next.owl-prev {
  margin-right: 5px;
}
.single-product
  .ro-product-relate:hover
  .tb-product-carousel3
  .tb-products-grid
  .owl-controls
  .owl-nav {
  opacity: 1;
}
.single-product
  .ro-product-relate:hover
  .tb-product-items
  .owl-controls
  .owl-nav {
  opacity: 1;
}
.single-product .upsellss .miracle-title-separator-wrap {
  border-bottom: none;
  background: transparent;
  position: relative;
}
.single-product .upsellss .miracle-title-separator-wrap:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  top: 40%;
  vertical-align: middle;
  display: block;
}
.single-product
  .upsellss
  .miracle-title-separator-wrap
  .miracle-title-separator {
  text-align: left;
  padding-left: 0;
  font-size: 18px;
}
.single-product
  .upsellss
  .miracle-title-separator-wrap
  .miracle-title-separator
  span {
  display: inline-block;
  position: relative;
  background: #efefef;
  padding-right: 18px;
}
.single-product .upsellss .owl-controls .owl-nav {
  display: inline-block;
  position: absolute;
  top: -12.5%;
  right: 0;
  background: #efefef;
  opacity: 0;
  width: 80px;
  height: 34px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product .upsellss .owl-controls .owl-nav .owl-prev,
.single-product .upsellss .owl-controls .owl-nav .owl-next {
  position: initial;
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  -ms-transform: initial;
  opacity: 1;
  display: inline-block;
}
.single-product .upsellss .owl-controls .owl-nav .owl-prev.owl-prev,
.single-product .upsellss .owl-controls .owl-nav .owl-next.owl-prev {
  left: 15px;
}
.single-product .upsellss .owl-controls .owl-nav .owl-prev.owl-next,
.single-product .upsellss .owl-controls .owl-nav .owl-next.owl-next {
  right: 0px;
}
.single-product .upsellss:hover .owl-controls .owl-nav {
  opacity: 1;
}
.single-product .tb-sidebar .upsells {
  margin-top: 0;
}
.single-product .tb-sidebar .upsells .wg-title {
  padding: 0 0 15px 0;
}
.single-product .tb-sidebar .upsells .slide_top_rate .item_product {
  margin-top: 15px;
}
.single-product .tb-sidebar .upsells .slide_top_rate .item_product .product {
  border: none;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item {
  border-bottom: none;
  margin-bottom: 0;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-image {
  max-width: 100px;
  border: 10px solid #ffffff;
  width: 100%;
  margin-right: 15px;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-title {
  padding-top: 10px;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price {
  margin-top: 7px;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  .amount {
  font-weight: 300;
  font-size: 16px;
  color: #333333;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del {
  color: transparent;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del
  .amount {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  color: #b0b0b0;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del
  .amount:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  top: 50%;
  background: #bbbbbb;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  ins {
  color: #a86d73;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  ins
  .amount {
  font-weight: 300;
  font-size: 16px;
  color: #333333;
}
.single-product .tb-sidebar .upsells .slide_top_rate .owl-controls .owl-nav {
  display: inline-block;
  position: absolute;
  top: -52px;
  right: 0;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-prev,
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-next {
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 50%;
  background: #a1a1a1;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-prev:hover,
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-next:hover {
  background-color: #a86d73;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-prev {
  padding-right: 2px;
  margin-right: 10px;
}
.single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-next {
  padding-left: 1px;
}
.single-product .tb-sidebar .yith-woocompare-widget,
.single-product .tb-sidebar .widget_product_tag_cloud {
  margin-bottom: 56px;
}
.single-product .tb-sidebar .yith-woocompare-widget .wg-title,
.single-product .tb-sidebar .widget_product_tag_cloud .wg-title {
  padding: 30px 0px 13px;
}
.single-product .addthis_sharing_toolbox {
  margin-top: 55px;
}
.single-product .addthis_sharing_toolbox .at-share-tbx-element {
  float: right;
}
.single-product .tb-content.tb-fullwidth .ro-product-wrapper .images {
  overflow: hidden;
  max-width: 485px;
  height: auto;
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .onsale {
  left: 122px;
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical {
  position: absolute;
  left: -120px;
  top: 0;
  visibility: visible;
  margin: 0 auto;
  border-right: 1px solid #efefef;
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .slideshow {
  height: 669px !important;
  border: 20px solid #fff;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-product
    .tb-content.tb-fullwidth
    .ro-product-wrapper.vertical-slider
    .tb-single-vertical
    .slideshow {
    height: 540px !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .single-product
    .tb-content.tb-fullwidth
    .ro-product-wrapper.vertical-slider
    .tb-single-vertical
    .slideshow {
    height: 390px !important;
  }
}
@media (min-width: 636px) and (max-width: 768px) {
  .single-product
    .tb-content.tb-fullwidth
    .ro-product-wrapper.vertical-slider
    .tb-single-vertical
    .slideshow {
    height: 669px !important;
  }
}
@media (max-width: 632px) {
  .single-product
    .tb-content.tb-fullwidth
    .ro-product-wrapper.vertical-slider
    .tb-single-vertical
    .slideshow {
    height: auto !important;
  }
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .slideshow
  img {
  max-width: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .single-product
    .tb-content.tb-fullwidth
    .ro-product-wrapper.vertical-slider
    .tb-single-vertical
    .slideshow
    img {
    min-height: auto;
    height: auto;
  }
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .slideshow
  img.cycle-slide:before {
  content: "";
  height: 1px;
  width: 120px;
  background: #efefef;
  position: absolute;
  left: 0;
  bottom: 0;
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .slideshow
  .cycle-carousel-wrap {
  background: #fff;
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: 0px;
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .images {
  overflow: visible;
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  #prev-product {
  position: absolute;
  top: -11px;
  border: 1px solid #fff;
  color: #696969;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  line-height: 15px;
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  #prev-product:hover {
  background: #a86d73;
  border-color: #a86d73;
  color: #fff;
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  #next-product {
  position: relative;
  margin-top: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 1px solid #fff;
  color: #696969;
  background: #fff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 15px;
}
.single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  #next-product:hover {
  background: #a86d73;
  border-color: #a86d73;
  color: #fff;
}
.single-product .tb-content.tb-fullwidth .woocommerce-product-rating {
  margin-top: -2px;
}
.single-product .tb-content.tb-fullwidth .addthis_sharing_toolbox {
  text-align: right;
  margin-top: -40px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .single-product .tb-content.tb-fullwidth .addthis_sharing_toolbox {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .single-product .tb-content.tb-fullwidth .addthis_sharing_toolbox {
    margin-top: 0;
  }
}
.single-product .tb-content.tb-fullwidth > .product {
  padding-left: 120px;
}
.single-product .tb-content.tb-fullwidth .tb-single-vertical {
  visibility: hidden;
}
.single-product .tb-content.tb-fullwidth .tb-single-vertical .slideshow img {
  margin: 16px 0;
  width: 100px;
}
.single-product .tb-content.tb-fullwidth .woocommerce-tabs {
  margin-left: -120px;
  margin-top: 67px;
}
.single-product .tb-content.tb-fullwidth .woocommerce-tabs #tab-video iframe {
  width: 100%;
}
.single-product .tb-content.tb-fullwidth .upsellss {
  margin-bottom: 70px;
}
.single-product .tb-content.tb-fullwidth .upsellss .miracle-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.single-product .tb-content.tb-fullwidth .ro-product-relate {
  margin: 35px 0 50px;
}
.single-product .tb-content.tb-fullwidth .upsell_single {
  display: none;
}
.single-product .tb-sidebar-right {
  margin-top: 50px;
}
.single-product .tb-sidebar-right .tb-content .upsell_single {
  margin-bottom: 70px;
}
.single-product
  .tb-sidebar-right
  .tb-content
  .upsell_single
  .miracle-title-separator-wrap
  .miracle-title-separator {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .single-product .ro-product-wrapper .ro-product-information {
    margin-right: -15px;
    padding-left: 4px;
  }
}
@media (max-width: 767px) {
  .single-product .ro-product-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .single-product .tb-content.tb-fullwidth .product.type-product {
    padding-left: 0;
  }
  .single-product
    .tb-content.tb-fullwidth
    .product.type-product
    .vertical-slider
    .images
    .slideshow {
    display: none !important;
  }
  .single-product
    .tb-content.tb-fullwidth
    .ro-product-wrapper.vertical-slider
    .onsale {
    left: 0;
  }
}
@media (max-width: 459px) {
  .single-product .tb-content.tb-fullwidth .woocommerce-tabs {
    margin-left: 0;
  }
}
.woocommerce #respond .comment-form .form-submit input#submit {
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 50px;
}
.woocommerce-cart table,
.woocommerce-cart th,
.woocommerce-cart td {
  border: 1px solid #eaeaea;
}
.woocommerce-cart h4 {
  margin-top: 50px;
  margin-bottom: 55px;
}
.woocommerce-cart #tb-tab-container {
  margin-bottom: 30px;
}
.woocommerce-cart .ro-cart-form {
  margin-bottom: 30px;
  background: #ffffff;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table {
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table td {
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th {
  border-width: 0 1px 1px 0;
  font-weight: normal;
  text-transform: uppercase;
  height: 60px;
  font-size: 15px;
  color: #2b2b2b;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  thead
  tr
  th.ro-table-col-product {
  width: 40%;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  thead
  tr
  th.ro-table-col-qty,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  thead
  tr
  th.ro-table-col-price,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  thead
  tr
  th.ro-table-col-total {
  width: 20%;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tfoot tr td {
  border-width: 0 1px 1px 0;
  height: 60px;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  input[type="number"]::-webkit-inner-spin-button,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td {
  border-width: 0 1px 1px 0;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-thumb {
  display: inline-block;
  float: left;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-thumb
  img {
  max-width: 120px;
  width: 100%;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-detail {
  float: left;
  padding-left: 20px;
  padding-top: 20px;
  width: calc(100% - 170px);
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-detail
  > a {
  color: #363636;
  font-size: 14px;
  margin-bottom: 9px;
  display: block;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-detail
  > a:hover {
  color: #a86d73;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-detail
  dl {
  color: #8b8b8b;
  font-size: 13px;
  text-transform: uppercase;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-detail
  dl
  p {
  margin: 0 !important;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-detail
  dt {
  display: inline-block;
  float: left;
  font-weight: normal;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-detail
  dd {
  margin-bottom: 3px;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-detail
  dd,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td
  .ro-cart-detail
  dt {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #7b7b7b;
  text-transform: capitalize;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td.ro-table-col-qty
  .quantity {
  display: inline-block;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td.ro-table-col-qty
  .remove {
  position: relative;
  margin: 10px auto 0;
  top: 7px;
  padding-top: 20px;
  font-size: 8px;
  width: 17px;
  height: 17px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td.ro-table-col-qty
  .remove
  span {
  color: #676767;
  position: absolute;
  top: 49%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td.ro-table-col-qty
  .remove
  span
  > i {
  font-size: 14px;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td.ro-table-col-qty
  .remove:hover {
  background: transparent;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td.ro-table-col-qty
  .remove:hover
  span
  > i {
  color: red;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td.ro-table-col-qty
  .qty {
  width: 70px !important;
  height: 32px;
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .amount {
  font-size: 14px;
  color: #4e4e4e;
  letter-spacing: 0;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td.ro-table-col-price.text-center
  .amount {
  font-family: Oswald;
  font-weight: 300;
  font-size: 16px;
  color: #7b7b7b;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  tr
  td.text-center
  .amount {
  font-family: Oswald;
  font-weight: 300;
  font-size: 16px;
  color: #363636;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr:first-child {
  border-top: 0;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td,
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td {
  padding: 22px 0 19px 30px;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  td:first-of-type
  img,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  td:first-of-type
  img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  td:first-of-type
  img:hover,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  td:first-of-type
  img:hover {
  opacity: 0.7;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  td:nth-of-type(2)
  a:hover,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  td:nth-of-type(2)
  a:hover {
  color: #a86d73;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  td.ro-product-remove
  a,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  td.ro-product-remove
  a {
  width: auto;
  color: #444444 !important;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  td.ro-product-remove
  a:hover,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  td.ro-product-remove
  a:hover {
  color: #a86d73 !important;
  background: none;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  td
  .quantity
  input.qty,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  td
  .quantity
  input.qty {
  width: 90px;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  td
  input[name="update_cart"],
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  td
  input[name="update_cart"] {
  margin-right: 30px;
  font-family: Oswald;
  font-weight: 400;
  border-radius: 50px !important;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  td.ro-table-col-price,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  td.text-center,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  td.ro-table-col-price,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  td.text-center {
  padding: 0 0 50px 30px;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  td.ro-table-col-qty,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  td.ro-table-col-qty {
  padding: 0 0 45px 30px;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .ro-item-color
  label,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .ro-item-color
  label {
  cursor: pointer;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .ro-item-color
  label
  input[type="radio"],
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .ro-item-color
  label
  input[type="radio"] {
  display: none;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .ro-item-color
  label
  input[type="radio"]
  + span:before,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .ro-item-color
  label
  input[type="radio"]
  + span:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 8px;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .ro-item-color
  label
  input[type="radio"]:checked
  + span:before,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .ro-item-color
  label
  input[type="radio"]:checked
  + span:before {
  box-shadow: 0 0 0 1px #aaaaaa;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .ro-item-color
  label:last-of-type
  input[type="radio"]
  + span:before,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .ro-item-color
  label:last-of-type
  input[type="radio"]
  + span:before {
  margin-right: 0;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item.ro-product-1
  .ro-item-color
  label.ro-type-1
  input[type="radio"]
  + span:before,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap.ro-product-1
  .ro-item-color
  label.ro-type-1
  input[type="radio"]
  + span:before {
  background-color: #abdce1;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item.ro-product-1
  .ro-item-color
  label.ro-type-2
  input[type="radio"]
  + span:before,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap.ro-product-1
  .ro-item-color
  label.ro-type-2
  input[type="radio"]
  + span:before {
  background-color: #d9d8c1;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item.ro-product-1
  .ro-item-color
  label.ro-type-3
  input[type="radio"]
  + span:before,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap.ro-product-1
  .ro-item-color
  label.ro-type-3
  input[type="radio"]
  + span:before {
  background-color: #444444;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item.ro-product-2
  .ro-item-color
  label.ro-type-1
  input[type="radio"]
  + span:before,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap.ro-product-2
  .ro-item-color
  label.ro-type-1
  input[type="radio"]
  + span:before {
  background-color: #abdce1;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item.ro-product-2
  .ro-item-color
  label.ro-type-2
  input[type="radio"]
  + span:before,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap.ro-product-2
  .ro-item-color
  label.ro-type-2
  input[type="radio"]
  + span:before {
  background-color: #deb6b6;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item.ro-product-2
  .ro-item-color
  label.ro-type-3
  input[type="radio"]
  + span:before,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap.ro-product-2
  .ro-item-color
  label.ro-type-3
  input[type="radio"]
  + span:before {
  background-color: #444444;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .actions,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .actions {
  font-size: 100%;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .actions
  .coupon,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .actions
  .coupon {
  float: left;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .actions
  .coupon
  input,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .actions
  .coupon
  input {
  min-width: 200px;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .actions
  input.button,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .actions
  input.button {
  color: #ffffff !important;
  background-color: #444444;
  padding: 13px 40px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .actions
  input.button:hover,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .actions
  input.button:hover {
  background-color: #a86d73;
}
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-cart-item
  .actions
  input.button,
.woocommerce-cart
  .ro-cart-form
  .ro-cart-table
  table
  tbody
  .ro-action-wrap
  .actions
  input.button {
  float: right;
  width: auto;
}
.woocommerce-cart .ro-cart-form .ro-button {
  margin-top: 70px;
  margin-bottom: 80px;
}
.woocommerce-cart .ro-cart-form .ro-button a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #444444;
  border: 0;
  color: #ffffff;
  padding: 10px 50px;
  outline: none;
  float: right;
}
.woocommerce-cart .ro-cart-form .ro-button a:hover {
  background-color: #a86d73;
}
@media (max-width: 767px) {
  .woocommerce .ro-cart-form {
    margin-bottom: 30px;
  }
  .woocommerce .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-detail {
    float: left;
    padding-left: 0;
    width: 100%;
  }
  .woocommerce-shipping-calculator
    .form-shipping-calculator
    button[type="submit"] {
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .woocommerce-cart
    .ro-cart-form
    .ro-cart-table
    table
    tbody
    .ro-cart-item
    .actions
    .coupon,
  .woocommerce-cart
    .ro-cart-form
    .ro-cart-table
    table
    tbody
    .ro-action-wrap
    .actions
    .coupon,
  .woocommerce-cart
    .ro-cart-form
    .ro-cart-table
    table
    tbody
    .ro-cart-item
    .actions
    input.button,
  .woocommerce-cart
    .ro-cart-form
    .ro-cart-table
    table
    tbody
    .ro-action-wrap
    .actions
    input.button {
    float: none;
  }
}
@media (max-width: 479px) {
  .woocommerce-cart
    .ro-cart-form
    .ro-cart-table
    table
    thead
    tr
    th.ro-table-col-price,
  .woocommerce-cart
    .ro-cart-form
    .ro-cart-table
    table
    thead
    tr
    th.ro-table-col-qty,
  .woocommerce-cart
    .ro-cart-form
    .ro-cart-table
    table
    tbody
    tr
    td.ro-table-col-price,
  .woocommerce-cart
    .ro-cart-form
    .ro-cart-table
    table
    tbody
    tr
    td.ro-table-col-qty {
    display: none;
  }
}
.ro-checkout-process {
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.ro-checkout-process .ro-hr-line {
  width: 100%;
  border-top: 1px solid #aaaaaa;
  position: relative;
}
.ro-checkout-process .ro-hr-line a div {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ro-checkout-process .ro-hr-line a div:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #a86d73;
  border-radius: 50%;
  opacity: 0;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(1) div {
  left: 0;
  border: 1px solid #a86d73;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(1) div:after {
  opacity: 1;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(2) div {
  left: 50%;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(2):hover div {
  border: 1px solid #a86d73;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(2):hover div:after {
  opacity: 1;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(3) div {
  left: 100%;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(3):hover div {
  border: 1px solid #a86d73;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(3):hover div:after {
  opacity: 1;
}
.ro-checkout-process .ro-hr-line span {
  position: absolute;
  top: 20px;
  width: 70px;
  left: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  text-align: center;
  font-size: 18px;
  font-family: lato;
}
.ro-checkout-process .ro-hr-line span:nth-of-type(1) {
  left: 0;
  font-weight: 700;
}
.ro-checkout-process .ro-hr-line span:nth-of-type(2) {
  left: 50%;
}
.ro-checkout-process .ro-hr-line span:nth-of-type(3) {
  left: 100%;
}
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(1) div {
  border: 2px solid #aaaaaa;
}
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(1) div:after {
  opacity: 1;
  color: #a86d73;
}
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(2) div {
  border: 1px solid #a86d73;
}
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(2) div:after {
  opacity: 1;
}
.ro-checkout-process.ro-process-2 .ro-hr-line span:nth-of-type(2) {
  font-weight: 700;
}
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(1) div,
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(2) div {
  border: 2px solid #aaaaaa;
}
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(1) div:after,
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(2) div:after {
  opacity: 1;
  font-family: "aqua icon";
  color: #a86d73;
}
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(3) div {
  border: 1px solid #a86d73;
}
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(3) div:after {
  opacity: 1;
}
.ro-checkout-process.ro-process-3 .ro-hr-line span:nth-of-type(2) {
  font-weight: 700;
}
form.woocommerce-checkout .col2-set,
form.woocommerce-checkout .col2-set-1 {
  margin-bottom: 30px !important;
}
form.woocommerce-checkout .ro-panel-2 {
  display: none;
}
form.woocommerce-checkout .ro-quantity {
  border-top: none;
}
.woocommerce-checkout {
  margin-bottom: 40px;
}
.woocommerce-checkout h2 {
  font-size: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout .addresses .title > h3 {
  font-size: 14px;
  text-transform: capitalize;
}
.woocommerce-checkout table.shop_table {
  margin-bottom: 40px !important;
}
.ro-checkout-panel h4 {
  text-transform: capitalize;
}
.ro-checkout-panel p > label {
  font-family: lato;
  font-weight: 400;
  color: #333333;
}
.ro-checkout-panel p > input {
  font-family: lato;
  font-weight: 400;
  color: #2a2a2a;
  background-color: #fff;
}
.ro-checkout-panel .text-center {
  text-align: left;
}
.ro-checkout-panel .text-center .ro-btn-2 {
  border-radius: 50px;
  padding: 12px 40px;
}
.woocommerce-shipping-fields p > .input-text {
  font-family: lato;
  font-weight: 400;
}
.ro-checkout-information .ro-customer-info > p:first-of-type a {
  margin-left: 25px;
  color: #a86d73;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ro-checkout-information .ro-customer-info > p:first-of-type a:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "aqua icon";
  content: "\e086";
  margin-left: 10px;
  vertical-align: middle;
  color: #a86d73;
  font-size: 12px;
}
.ro-checkout-information .ro-customer-info > p:first-of-type a:hover {
  color: #aaaaaa;
}
.ro-checkout-information .ro-customer-info > p:first-of-type a:hover:after {
  color: #aaaaaa;
}
.ro-checkout-information .ro-customer-info > p:nth-of-type(3) {
  margin-bottom: 15px;
}
.ro-checkout-information .ro-customer-info .ro-account input {
  margin-bottom: 30px;
  border: 1px solid #aaaaaa;
}
.ro-checkout-information .ro-customer-info .ro-account input:focus {
  border: 1px solid #a86d73;
}
.ro-checkout-information .ro-customer-info .ro-choice label {
  cursor: pointer;
  font-weight: 600;
}
.ro-checkout-information .ro-customer-info .ro-choice label span i {
  font-weight: 400;
}
.ro-checkout-information
  .ro-customer-info
  .ro-choice
  label
  input[type="radio"] {
  display: none;
}
.ro-checkout-information
  .ro-customer-info
  .ro-choice
  label
  input[type="radio"]
  + span:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px #a86d73;
}
.ro-checkout-information
  .ro-customer-info
  .ro-choice
  label
  input[type="radio"]:checked
  + span:before {
  background-color: #a86d73;
}
.ro-checkout-information .ro-customer-info .ro-divide {
  border-bottom: 1px solid #cccccc;
  margin-top: 40px;
}
.ro-checkout-information .ro-shipping {
  padding-top: 55px;
  padding-bottom: 85px;
}
.ro-checkout-information .ro-shipping h4 {
  margin-bottom: 60px;
}
.ro-checkout-information .ro-shipping .ro-content div {
  margin-bottom: 20px;
}
.ro-checkout-information .ro-shipping .ro-content div:before,
.ro-checkout-information .ro-shipping .ro-content div:after {
  content: " ";
  display: table;
}
.ro-checkout-information .ro-shipping .ro-content div:after {
  clear: both;
}
.ro-checkout-information .ro-shipping .ro-content div span {
  line-height: 40px;
}
.ro-checkout-information .ro-shipping .ro-content div input {
  border: 1px solid #aaaaaa;
}
.ro-checkout-information .ro-shipping .ro-content div input:focus {
  border: 1px solid #a86d73;
}
.ro-checkout-information .ro-shipping .ro-button {
  margin-top: 60px;
  text-align: center;
}
.ro-checkout-information .ro-shipping .ro-button a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 0;
  background-color: #444444;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 48px;
}
.ro-checkout-information .ro-shipping .ro-button a:hover {
  background-color: #a86d73;
}
@media (min-width: 768px) {
  .ro-checkout-information .ro-customer-info .ro-choice label {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .ro-checkout-information .ro-customer-info .ro-account input {
    width: 250px;
  }
  .ro-checkout-information .ro-customer-info .ro-account input:nth-of-type(2) {
    margin-left: 30px;
  }
  .ro-checkout-information .ro-shipping .ro-content div span {
    display: inline-block;
    width: 30%;
    float: left;
  }
  .ro-checkout-information .ro-shipping .ro-content div input {
    width: 70%;
    display: inline-block;
  }
  .ro-checkout-information .ro-shipping .ro-button {
    padding-right: 100px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .ro-checkout-information .ro-customer-info .ro-account input {
    width: 270px;
  }
  .ro-checkout-information .ro-customer-info .ro-divide {
    width: 580px;
  }
  .ro-checkout-information .ro-shipping .ro-content div {
    padding-right: 80px;
  }
  .ro-checkout-information .ro-shipping .ro-button {
    padding-right: 200px;
    text-align: right;
  }
}
.ro-checkout-information-2 .ro-divide {
  border-bottom: 1px solid #cccccc;
}
.ro-checkout-information-2 .ro-customer-info .ro-title {
  position: relative;
  margin-bottom: 40px;
}
.ro-checkout-information-2 .ro-customer-info .ro-title h4 {
  margin-bottom: 0;
}
.ro-checkout-information-2 .ro-customer-info .ro-title span {
  position: absolute;
  right: 0;
  top: 0;
}
.ro-checkout-information-2 .ro-customer-info .ro-title span a {
  color: #a86d73;
}
.ro-checkout-information-2 .ro-customer-info .ro-title span a:hover {
  color: #aaaaaa;
}
.ro-checkout-information-2 .ro-customer-info .ro-content .ro-info span {
  display: inline-block;
  min-width: 160px;
}
.ro-checkout-information-2 .ro-shipping {
  padding-top: 45px;
}
.ro-checkout-information-2 .ro-shipping h4 {
  margin-bottom: 40px;
}
.ro-checkout-information-2 .ro-shipping .ro-content {
  background-color: #f5f4f1;
  padding: 20px 30px;
}
.ro-checkout-information-2 .ro-shipping .ro-content:before,
.ro-checkout-information-2 .ro-shipping .ro-content:after {
  content: " ";
  display: table;
}
.ro-checkout-information-2 .ro-shipping .ro-content:after {
  clear: both;
}
.ro-checkout-information-2 .ro-shipping .ro-content p {
  margin-bottom: 0;
  display: inline-block;
  width: 85%;
}
.ro-checkout-information-2 .ro-shipping .ro-content span {
  width: 15%;
  display: inline-block;
  clear: both;
  float: right;
  text-align: right;
}
.ro-checkout-information-2 .ro-shipping .ro-divide {
  margin-top: 60px;
}
.ro-checkout-information-2 .ro-bill label {
  cursor: pointer;
  font-weight: 600;
}
.ro-checkout-information-2 .ro-bill label span {
  position: relative;
}
.ro-checkout-information-2 .ro-bill label input[type="radio"] {
  display: none;
}
.ro-checkout-information-2 .ro-bill label input[type="radio"] + span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 15px;
  box-shadow: 0 0 0 1px #aaaaaa;
}
.ro-checkout-information-2
  .ro-bill
  label
  input[type="radio"]:checked
  + span:before {
  box-shadow: 0 0 0 1px #a86d73;
  background-color: #a86d73;
}
.ro-checkout-information-2
  .ro-bill
  label
  input[type="radio"]:checked
  + span:after {
  content: "4";
  font-family: "aqua icon";
  position: absolute;
  top: -3px;
  left: 1px;
  font-size: 16px;
  color: #ffffff;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card:before,
.ro-checkout-information-2 .ro-bill .ro-credit-card:after {
  content: " ";
  display: table;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card:after {
  clear: both;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-head .ro-image {
  clear: both;
  float: right;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body {
  background-color: #f5f4f1;
  padding: 20px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:before,
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:after {
  content: " ";
  display: table;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:after {
  clear: both;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p {
  display: inline-block;
  margin-bottom: 20px;
}
.ro-checkout-information-2
  .ro-bill
  .ro-credit-card
  .ro-body
  .ro-info
  > p:before,
.ro-checkout-information-2
  .ro-bill
  .ro-credit-card
  .ro-body
  .ro-info
  > p:after {
  content: " ";
  display: table;
}
.ro-checkout-information-2
  .ro-bill
  .ro-credit-card
  .ro-body
  .ro-info
  > p:after {
  clear: both;
}
.ro-checkout-information-2
  .ro-bill
  .ro-credit-card
  .ro-body
  .ro-info
  > p:nth-of-type(1) {
  width: 25%;
  float: left;
}
.ro-checkout-information-2
  .ro-bill
  .ro-credit-card
  .ro-body
  .ro-info
  > p:nth-of-type(1)
  span {
  float: right;
  text-align: right;
}
.ro-checkout-information-2
  .ro-bill
  .ro-credit-card
  .ro-body
  .ro-info
  > p:nth-of-type(2) {
  width: 75%;
  padding-left: 120px;
}
.ro-checkout-information-2
  .ro-bill
  .ro-credit-card
  .ro-body
  .ro-info:last-of-type
  > p {
  margin-bottom: 0;
}
.ro-checkout-information-2 .ro-bill .ro-paypal:before,
.ro-checkout-information-2 .ro-bill .ro-paypal:after {
  content: " ";
  display: table;
}
.ro-checkout-information-2 .ro-bill .ro-paypal:after {
  clear: both;
}
.ro-checkout-information-2 .ro-bill .ro-paypal .ro-image {
  clear: both;
  float: right;
}
.ro-checkout-information-2 .ro-button {
  margin-top: 60px;
  margin-bottom: 85px;
  text-align: center;
}
.ro-checkout-information-2 .ro-button a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 0;
  background-color: #444444;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 60px;
}
.ro-checkout-information-2 .ro-button a:hover {
  background-color: #a86d73;
}
@media (min-width: 1200px) {
  .ro-checkout-information-2 .ro-divide {
    width: 580px;
  }
  .ro-checkout-information-2 .ro-customer-info .ro-title span {
    right: 40px;
  }
  .ro-checkout-information-2 .ro-shipping .ro-content {
    margin-right: 80px;
  }
  .ro-checkout-information-2 .ro-bill {
    margin-right: 80px;
  }
  .ro-checkout-information-2 .ro-button {
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .ro-checkout-information-2
    .ro-bill
    .ro-credit-card
    .ro-body
    .ro-info
    > p:nth-of-type(1) {
    width: 40%;
  }
  .ro-checkout-information-2
    .ro-bill
    .ro-credit-card
    .ro-body
    .ro-info
    > p:nth-of-type(2) {
    width: 60%;
    padding-left: 0;
    text-align: right;
  }
}
@media (max-width: 479px) {
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-head .ro-image img {
    width: 100px;
  }
  .ro-checkout-information-2
    .ro-bill
    .ro-credit-card
    .ro-body
    .ro-info
    > p:nth-of-type(1) {
    width: 50%;
  }
  .ro-checkout-information-2
    .ro-bill
    .ro-credit-card
    .ro-body
    .ro-info
    > p:nth-of-type(2) {
    width: 50%;
    padding-left: 0;
    text-align: right;
  }
  .ro-checkout-information-2 .ro-bill .ro-paypal .ro-image img {
    width: 134.4px;
  }
}
.ro-checkout-summary {
  border: 1px solid #cccccc;
  margin-top: 85px;
  margin-bottom: 85px;
  font-weight: 400;
}
.ro-checkout-summary .ro-title {
  background-color: #eeeeee;
  padding: 25px 35px;
}
.ro-checkout-summary .ro-title h4 {
  text-align: center;
  margin: 0px;
}
.ro-checkout-summary .ro-body {
  padding: 0 35px;
}
.ro-checkout-summary .ro-body .ro-item {
  padding: 40px 0 0;
  font-size: 14px;
}
.ro-checkout-summary .ro-body .ro-item:before,
.ro-checkout-summary .ro-body .ro-item:after {
  content: " ";
  display: table;
}
.ro-checkout-summary .ro-body .ro-item:after {
  clear: both;
}
.ro-checkout-summary .ro-body .ro-item:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.ro-checkout-summary .ro-body .ro-item .ro-image {
  width: 25%;
  float: left;
  padding-bottom: 40px;
}
.ro-checkout-summary .ro-body .ro-item .ro-image img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.ro-checkout-summary .ro-body .ro-item .ro-image img:hover {
  opacity: 0.5;
}
.ro-checkout-summary .ro-body .ro-item > div,
.ro-checkout-summary .ro-body .ro-item > div .ro-quantity,
.ro-checkout-summary .ro-body .ro-item > div .ro-item-color,
.ro-checkout-summary .ro-body .ro-item > div .ro-price {
  display: inline-block;
}
.ro-checkout-summary .ro-body .ro-item > div .ro-quantity {
  border-top: none;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(2) {
  width: 75%;
  padding-left: 20px;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(2) .ro-name {
  margin-top: 15px;
  text-transform: capitalize;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(2) .ro-name a:hover {
  color: #a86d73;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(3) {
  width: 75%;
  padding-left: 20px;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(3) .ro-price {
  width: 33.33%;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(3) .ro-price p {
  margin-bottom: 0;
  color: #a86d73;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(3) .product-total {
  float: right;
}
.ro-checkout-summary .ro-footer > div {
  padding: 0 35px;
  background-color: #eeeeee;
}
.ro-checkout-summary .ro-footer > div p {
  margin: 0px;
  padding: 20px 0;
  color: #666666;
  font-size: 12px;
  vertical-align: middle;
  line-height: 25px;
}
.ro-checkout-summary .ro-footer > div p:before,
.ro-checkout-summary .ro-footer > div p:after {
  content: " ";
  display: table;
}
.ro-checkout-summary .ro-footer > div p:after {
  clear: both;
}
.ro-checkout-summary .ro-footer > div p span {
  font-size: 14px;
  clear: both;
  float: right;
}
.ro-checkout-summary .ro-footer > div .ro-divide {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.ro-checkout-summary .ro-footer > div:last-of-type {
  background-color: #ffffff;
}
.ro-checkout-summary .ro-footer > div:last-of-type p {
  padding: 30px 0;
  display: block;
}
.ro-checkout-summary .ro-footer > div:last-of-type p span {
  font-size: 18px;
  color: #a86d73;
}
.ro-checkout-summary .ro-footer > div.shipping > p {
  width: 30%;
  float: left;
}
.ro-checkout-summary .ro-footer > div.shipping .ro-shipping-method {
  width: 70%;
  float: right;
}
.ro-checkout-summary.ro-style-2 .ro-title {
  background-color: #f5f4f1;
}
.ro-checkout-summary.ro-style-2 .ro-footer > div {
  background-color: #f5f4f1;
}
.ro-checkout-summary.ro-style-2 .ro-footer > div:last-of-type {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(2) {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .ro-checkout-summary {
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.woocommerce table.woocommerce-checkout-review-order-table {
  border: 1px solid #cccccc;
  margin-top: 85px;
  margin-bottom: 85px;
  font-weight: 400;
  border-collapse: collapse;
  border-radius: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table .product-name {
  background-color: #eeeeee;
  padding: 25px 35px;
}
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.woocommerce-checkout-review-order-table th {
  padding: 20px 15px 15px;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  thead
  th.product-name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #2a2a2a;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-name {
  color: #2a2a2a;
  text-transform: capitalize;
  padding-top: 25px;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  tbody
  .ro-name:hover
  a {
  color: #a86d73;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  tbody
  .ro-name
  .ro-meta
  .ro-price
  > span {
  font-weight: 300;
  color: #363636;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  tbody
  .ro-name
  .ro-meta
  .ro-quantity
  > strong {
  color: #363636;
  font-weight: 300 !important;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  tbody
  .ro-image
  a
  img {
  width: auto;
  display: block;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-item {
  border-collapse: initial;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  tbody
  .product-total {
  padding-top: 35px;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  tbody
  .product-total
  > span {
  color: #2a2a2a;
  font-weight: 300;
}
.woocommerce table.woocommerce-checkout-review-order-table .amount {
  font-size: 15px;
}
.woocommerce table.woocommerce-checkout-review-order-table .ro-price .amount {
  font-size: 13px;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  border-right: none;
  text-transform: capitalize;
  font-family: lato;
  font-weight: 400;
  font-size: 16px;
  color: #4f4f4f;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  font-weight: 300;
  font-size: 18px;
  color: #363636;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  tfoot
  td
  > strong
  > span {
  color: #2a2a2a;
  font-weight: 300;
}
.woocommerce
  table.woocommerce-checkout-review-order-table
  tfoot
  td
  > ul
  > li
  > label
  > span {
  font-weight: 300 !important;
  color: #363636;
}
@media (max-width: 479px) {
  .woocommerce
    table.woocommerce-checkout-review-order-table
    .ro-item
    [class*="col-xs"] {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}
.tb-flex-slider .flex-control-paging,
.tb-testimonial-slider .flex-control-paging {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  max-height: 20px;
  text-align: center;
}
.tb-flex-slider .flex-control-paging > li,
.tb-testimonial-slider .flex-control-paging > li {
  display: inline-block;
  margin: 0 5px;
}
.tb-flex-slider .flex-control-paging > li > a,
.tb-testimonial-slider .flex-control-paging > li > a {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #fff;
  background: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.tb-flex-slider .flex-control-paging > li > a.flex-active,
.tb-flex-slider .flex-control-paging > li > a:hover,
.tb-flex-slider .flex-control-paging > li > a:focus,
.tb-testimonial-slider .flex-control-paging > li > a.flex-active,
.tb-testimonial-slider .flex-control-paging > li > a:hover,
.tb-testimonial-slider .flex-control-paging > li > a:focus {
  color: transparent;
  background: transparent;
}
.ct-testimonial .tb-image:before,
.ct-testimonial .tb-image:after {
  background: #535353;
}
.tb-testimonial-slider {
  position: relative;
  display: inline;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image img {
  width: 100px;
  display: inline-block;
  border-radius: 50%;
  height: 100px;
  text-align: center;
  box-shadow: none;
  background-color: #fff;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tms-a {
  padding-top: 6px;
  margin-top: -60px !important;
  padding-bottom: 35px;
  height: auto;
  margin: 0 auto;
  background: #fff;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tms-a .tb-excerpt p {
  font-family: roboto;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #6b6b6b;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tms-a .tb-image-name {
  display: inline-block;
}
.tb-testimonial-slider
  .tb-testimonial-1
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name {
  margin-bottom: -2px;
}
.tb-testimonial-slider
  .tb-testimonial-1
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a {
  font-family: roboto;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  text-transform: uppercase;
}
.tb-testimonial-slider
  .tb-testimonial-1
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a:before,
.tb-testimonial-slider
  .tb-testimonial-1
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a:after {
  border-top: 1px solid #d7d7d7;
}
.tb-testimonial-slider
  .tb-testimonial-1
  .tb-item
  .tms-a
  .tb-image-name
  .tb-company {
  font-family: roboto;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #a2a2a2;
}
.tb-testimonial-slider .tb-testimonial-1.tpl,
.tb-testimonial-slider .tb-testimonial-1.tpl2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.tb-testimonial-slider .tb-testimonial-1.tpl:before,
.tb-testimonial-slider .tb-testimonial-1.tpl2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 59px;
  bottom: 0;
  right: 0;
  box-shadow: 0px 25px 8px rgba(0, 0, 0, 0.015);
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-item {
  text-align: center;
  margin-top: -3px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-excerpt,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-item .tb-excerpt {
  max-width: 85%;
  margin: 77px auto 35px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-image,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-item .tb-image {
  padding-top: 4px;
  position: relative;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-image img,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-item .tb-image img {
  border: 8px solid #fff;
  width: 110px;
  height: 110px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-image:after,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-item .tb-image:after {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 24px;
  color: #4fa1a6;
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tms-a,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-item .tms-a {
  background: transparent;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tms-a .tb-image-name,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-item .tms-a .tb-image-name {
  position: relative;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a,
.tb-testimonial-slider
  .tb-testimonial-1.tpl2
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a {
  position: relative;
  font-family: lato;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a:before,
.tb-testimonial-slider
  .tb-testimonial-1.tpl
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a:after,
.tb-testimonial-slider
  .tb-testimonial-1.tpl2
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a:before,
.tb-testimonial-slider
  .tb-testimonial-1.tpl2
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a:after {
  position: absolute;
  bottom: 3px;
  content: "";
  width: 18px;
  left: -32px;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a:after,
.tb-testimonial-slider
  .tb-testimonial-1.tpl2
  .tb-item
  .tms-a
  .tb-image-name
  .tb-name
  a:after {
  left: auto;
  right: -32px;
  border-top: 1px solid #535353;
}
.tb-testimonial-slider
  .tb-testimonial-1.tpl
  .tb-item
  .tms-a
  .tb-image-name
  .tb-company,
.tb-testimonial-slider
  .tb-testimonial-1.tpl2
  .tb-item
  .tms-a
  .tb-image-name
  .tb-company {
  font-family: lato;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 12px;
  color: #a6a6a6;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tms-a .tb-excerpt,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-item .tms-a .tb-excerpt {
  margin-bottom: 22px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tms-a .tb-excerpt p,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-item .tms-a .tb-excerpt p {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .owl-controls .owl-nav .owl-prev,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 24%;
  left: -1%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-testimonial-slider .tb-testimonial-1.tpl .owl-controls .owl-nav .owl-next,
.tb-testimonial-slider .tb-testimonial-1.tpl2 .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 24%;
  right: -1%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tb-testimonial-slider .tb-testimonial-1.tpl:hover .owl-controls,
.tb-testimonial-slider .tb-testimonial-1.tpl2:hover .owl-controls {
  opacity: 1;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-image {
  display: none;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 {
  max-width: 262px;
  margin: 0 auto;
  display: inline-block;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-excerpt {
  background-color: #f8f8f8;
  font-size: 13px;
  font-style: italic;
  color: #6d6d6d;
  line-height: 22px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 30px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-excerpt:after {
  content: "";
  border-left: 25px solid #f8f8f8;
  border-bottom: 20px solid #fff;
  width: 25px;
  height: 20px;
  display: block;
  bottom: -20px;
  position: ABSOLUTE;
  left: 70px;
  z-index: 9;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tms-a {
  box-shadow: initial;
  margin-top: 0px !important;
  overflow: hidden;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image {
  float: left;
  margin-right: 17px;
  margin-top: 0;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image > img {
  width: 75px;
  height: 75px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image-name {
  padding-top: 14px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 {
  position: relative;
}
@media (min-width: 320px) {
  .tb-testimonial-slider .tb-testimonial-1.tpl1 {
    max-width: 100%;
    overflow: hidden;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    width: 100%;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    [class*="col-lg-3"],
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    [class*="col-lg-9"] {
    padding-right: 0;
    padding-left: 0;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tb-image {
    float: none;
    margin-right: 0;
    margin-top: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    width: 100%;
    background: #91bcca;
    padding: 40px 0 31px 0;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tb-image
    > img {
    width: 100px;
    height: 100px;
    border: 7px solid #b2d0da;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tb-image
    .tb-image-name
    > .tb-name {
    margin-bottom: 0;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tb-image
    .tb-image-name
    > .tb-name
    > a {
    font-family: lato;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tb-image
    .tb-company {
    font-family: lato;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    top: -3px;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tms-a {
    padding-top: 37px;
    padding-bottom: 63px;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tms-a
    .title_icon {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 30px;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tms-a
    .title_icon
    > i {
    font-weight: 700;
    padding-right: 12px;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tms-a
    .tb-excerpt {
    background: #ffffff;
    padding: 15px 25px 0 30px;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tms-a
    .tb-excerpt:after {
    display: none;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tms-a
    .tb-excerpt
    > p {
    font-family: lato;
    font-weight: 400;
    color: #838383;
    font-style: normal;
  }
  .tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-carousel .owl-controls {
    opacity: 1;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-controls
    .owl-nav {
    display: none;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-controls
    .owl-dots {
    position: absolute;
    top: 14%;
    left: 48.3%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: inline-block;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-controls
    .owl-dots
    .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e1e1e1;
    z-index: 99;
    display: inline-block;
    margin: 0 6px;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-controls
    .owl-dots
    .owl-dot.active {
    background: #91bcca;
  }
}
.tb-testimonial-slider .tb-testimonial-1 .owl-controls {
  opacity: 0;
}
.tb-testimonial-slider .tb-testimonial-1 .owl-controls .owl-nav .owl-next,
.tb-testimonial-slider .tb-testimonial-1 .owl-controls .owl-nav .owl-prev {
  background: transparent;
  border: none;
  top: 50%;
}
.tb-testimonial-slider .tb-testimonial-1 .owl-controls .owl-nav .owl-next i.fa,
.tb-testimonial-slider .tb-testimonial-1 .owl-controls .owl-nav .owl-prev i.fa {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #727272;
  text-align: center;
}
.tb-testimonial-slider
  .tb-testimonial-1
  .owl-controls
  .owl-nav
  .owl-next:hover
  i.fa,
.tb-testimonial-slider
  .tb-testimonial-1
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i.fa {
  background-color: #a86d73;
  border-color: #a86d73;
  color: #ffffff;
}
.tb-testimonial-slider .flex-control-paging {
  top: auto;
  margin-bottom: 10px;
}
.tb-testimonial-slider.style-left .tb-testimonial-1.tpl1 .tb-item .tb-image {
  background: #9ab479 !important;
}
.tb-testimonial-slider.style-left
  .tb-testimonial-1.tpl1
  .tb-item
  .tb-image
  > img {
  border: 7px solid #b8cba1 !important;
}
.tb-testimonial-slider.style-left
  .tb-testimonial-1.tpl1
  .owl-controls
  .owl-dots
  .owl-dot.active {
  background: #9ab479;
}
.sidebar-area .tb-testimonial-slider .flex-control-nav {
  display: none;
}
#colection_slider .slide-content {
  position: relative;
}
#colection_slider .slide-content .slide-text {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
}
#colection_slider .slide-content h2 {
  font-family: ;
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
#colection_slider .slide-content h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#colection_slider .slide-content img {
  width: 100%;
}
#colection_slider .flex-control-paging {
  bottom: 15px;
}
.tb-flex-slider li img {
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-flex-slider li:hover img {
  opacity: 1;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
@media (max-width: 767px) {
  .ct-testimonial h3.bencher-title {
    top: 133px;
  }
  .tb-testimonial-slider .flex-control-paging {
    top: 175px;
  }
  .ct-testimonial .miracle-title-default .miracle-title {
    margin-top: 20px;
  }
  .miracle-title-tpl4 {
    border: none;
  }
  .tb-testimonial-slider .tb-testimonial-1.tpl1 {
    max-width: 100%;
    width: 100%;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    width: 100%;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-controls
    .owl-dots {
    top: 95%;
    left: 50%;
  }
  .tb-testimonial-slider .tb-testimonial-1.tpl1 [class*="col-lg-3"] {
    width: 100%;
  }
  .tb-testimonial-slider .tb-testimonial-1.tpl1 [class*="col-lg-9"] {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .tb-testimonial-slider .tb-testimonial-1.tpl {
    max-width: 100%;
    height: auto;
  }
  .ro-service-box-h7 .tb-service-wrap .tb-service .title-content {
    width: 100%;
    margin: 0 auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tms-a {
    padding-bottom: 39px;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-controls
    .owl-dots {
    left: 52.3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-testimonial-slider .tb-testimonial-1.tpl1 [class*="col-lg-3"] {
    width: 30%;
  }
  .tb-testimonial-slider .tb-testimonial-1.tpl1 [class*="col-lg-9"] {
    width: 70%;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .tb-item
    .tms-a {
    padding-top: 28px;
    padding-bottom: 0px;
  }
  .tb-testimonial-slider
    .tb-testimonial-1.tpl1
    .owl-carousel
    .owl-controls
    .owl-dots {
    top: 11%;
    left: 65.3%;
  }
}
.ro-product-slider-v4
  .tb-testimonial-1.tpl1
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-prev,
.ro-product-slider-v4
  .tb-testimonial-1.tpl1
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-next {
  width: 30px;
  height: 30px;
  top: -72px;
  right: 0;
  left: initial;
  border: 1px solid #ddd;
}
.ro-product-slider-v4
  .tb-testimonial-1.tpl1
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-prev:hover,
.ro-product-slider-v4
  .tb-testimonial-1.tpl1
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-next:hover {
  border-color: ;
}
.ro-product-slider-v4
  .tb-testimonial-1.tpl1
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-prev
  i.fa,
.ro-product-slider-v4
  .tb-testimonial-1.tpl1
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-next
  i.fa {
  font-size: 14px;
}
.ro-product-slider-v4
  .tb-testimonial-1.tpl1
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-prev {
  margin-right: 40px;
}
.testimonial-widget {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.testimonial-widget .tb-testimonial-1 .owl-controls .owl-nav .owl-prev {
  top: 23%;
}
.testimonial-widget .tb-testimonial-1 .owl-controls .owl-nav .owl-next {
  top: 23%;
}
.single #tb-list-porfolio {
  margin-bottom: -62px;
}
#tb-list-porfolio .controls-filter {
  margin-bottom: 30px;
}
#tb-list-porfolio .controls-filter a {
  font-family: Oswald;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #797979;
}
#tb-list-porfolio .controls-filter .filter {
  padding: 7px 25px;
  margin: 65px 8px 10px 8px;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tb-list-porfolio .controls-filter .filter.active,
#tb-list-porfolio .controls-filter .filter:hover {
  background: #a86d73;
  border-color: #a86d73;
}
#tb-list-porfolio .controls-filter .filter.active a,
#tb-list-porfolio .controls-filter .filter:hover a {
  color: #fff;
}
#tb-list-porfolio.no-padding .mix {
  padding: 0 !important;
}
#tb-list-porfolio #porfolio-container {
  margin-left: -5px;
  margin-right: -5px;
}
#tb-list-porfolio #porfolio-container .mix {
  display: none;
}
#tb-list-porfolio .mix .image-icon .tb-thumb {
  margin-bottom: 22px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#tb-list-porfolio .mix .image-icon .tb-thumb img {
  display: inline-block;
  width: 100%;
}
#tb-list-porfolio .mix .image-icon .tb-thumb:before {
  content: "";
  width: 100%;
  height: 98.5%;
  background: rgba(168, 109, 115, 0.4);
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
#tb-list-porfolio .mix .image-icon .tb-thumb .tb-readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 5;
  font-size: 50px;
  font-family: initial;
  color: #3f3f3f;
}
#tb-list-porfolio .mix .image-icon .tb-thumb .tb-readmore:before,
#tb-list-porfolio .mix .image-icon .tb-thumb .tb-readmore:after {
  content: " ";
  display: table;
}
#tb-list-porfolio .mix .image-icon .tb-thumb .tb-readmore:after {
  clear: both;
}
#tb-list-porfolio .mix .image-icon .tb-thumb:hover .tb-readmore {
  color: #a86d73;
  opacity: 1;
}
#tb-list-porfolio .mix .image-icon:hover .tb-thumb:before {
  opacity: 1;
}
#tb-list-porfolio .mix .image-icon:hover .tb-action {
  top: 50%;
  opacity: 1;
  z-index: 99;
}
#tb-list-porfolio .mix .tb-content {
  margin-top: -10px;
}
#tb-list-porfolio .mix .tb-content .tb-categories {
  display: inline-block;
  margin-bottom: 5px;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  color: #a7a7a7;
}
#tb-list-porfolio .mix .tb-content .tb-categories:hover {
  color: #a86d73;
}
#tb-list-porfolio .mix .tb-content h5 {
  padding-top: 3px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #4e4e4e;
  margin-bottom: 7px;
}
#tb-list-porfolio .mix .tb-content h5:hover {
  color: #a86d73;
}
#tb-list-porfolio .mix .tb-content .tb-action {
  margin-top: 22px;
}
#tb-list-porfolio .mix .tb-portfolio-item {
  padding-bottom: 24px;
  background: #ffffff;
  margin-bottom: 30px;
}
#tb-list-porfolio
  .mix.tb-woo-five-column
  .tb-portfolio-item
  .image-icon
  .tb-action {
  width: 100%;
  vertical-align: middle;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  #tb-list-porfolio .mix.tb-woo-five-column.col-lg-20 {
    width: 100%;
  }
}
#tb-list-porfolio .tb-viewmore {
  position: relative;
  margin-top: 10px;
  margin-bottom: 70px;
}
#tb-list-porfolio .tb-viewmore.has_pagination {
  margin-bottom: 30px;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a {
  border-radius: 50%;
  width: initial !important;
  z-index: 9;
  color: #9b9b9b;
  background-color: #fff;
  width: 95px;
  display: inline-block;
  position: relative;
  background: #efefef;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span {
  width: 42px;
  height: 42px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin: 0 15px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:hover {
  background: #a86d73;
  color: #ffffff;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:after {
  z-index: 1;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span i {
  position: relative;
  z-index: 2;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore:before {
  content: "";
  width: 220px;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  top: 50%;
  left: 40.5%;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore:after {
  content: "";
  width: 140px;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  top: 60%;
  left: 44%;
}
#tb-list-porfolio .pagination {
  text-align: center;
  border-top: none;
}
#tb-list-porfolio.tpl1 .tb-portfolio,
#tb-list-porfolio.tpl2 .tb-portfolio {
  margin-bottom: 50px;
}
#tb-list-porfolio.tpl1 .mix,
#tb-list-porfolio.tpl2 .mix {
  padding: 5px;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item,
#tb-list-porfolio.tpl2 .tb-portfolio-item {
  position: relative;
  margin-bottom: 0;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-thumb,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-thumb {
  margin-bottom: 0;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-thumb img,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-thumb img {
  width: 100%;
  display: block;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content {
  position: absolute;
  color: #fff;
  width: 100%;
  z-index: 10;
  opacity: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-content-inner,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-content-inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content a,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content a {
  color: #fff !important;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-title:hover a,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-title:hover a {
  color: #131313 !important;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-categories,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-categories {
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-categories:hover,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-categories:hover {
  opacity: 1;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-readmore a,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-readmore a {
  width: 117px;
  height: 36px;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 13px;
  text-align: center;
  line-height: 35px;
  opacity: 0.8;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-readmore a:hover,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-readmore a:hover {
  opacity: 1;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-action a,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-action a {
  width: 40px;
  height: 40px;
  background-color: #131313;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 7.5px;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-action a i,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-action a i {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-action a:hover i,
#tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-action a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
#tb-list-porfolio.tpl1 .tb-portfolio-item h5,
#tb-list-porfolio.tpl2 .tb-portfolio-item h5 {
  color: #fff;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item:hover .tb-content,
#tb-list-porfolio.tpl2 .tb-portfolio-item:hover .tb-content {
  opacity: 1;
  background-color: #a86d73;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item:hover .tb-action,
#tb-list-porfolio.tpl2 .tb-portfolio-item:hover .tb-action {
  opacity: 1;
}
#tb-list-porfolio .no-filter .mix {
  display: inline-block !important;
}
#tb-list-porfolio.owl-carousel .mix {
  padding: 0;
}
#tb-list-porfolio.owl-carousel.tpl2 .owl-controls .owl-nav > div {
  top: 50%;
}
.tb-blog {
  margin-top: 60px;
}
.tb-blog article.portfolio .blog-info {
  float: none !important;
  width: 100%;
}
.tb-blog article.portfolio .blog-info .tags {
  display: none;
}
.tb-blog article.portfolio .blog-info span,
.tb-blog article.portfolio .blog-info i,
.tb-blog article.portfolio .blog-info a {
  color: #747474;
}
.tb-blog article.portfolio .tb-social-buttons {
  float: none;
  text-align: left;
  margin-right: 0;
  color: #333;
}
.tb-blog article.portfolio .tb-social-buttons a {
  color: #747474;
}
.tb-blog article.portfolio .tb-social-buttons a:first-child {
  margin-left: 4px;
}
.tb-blog article.portfolio .blog-title {
  margin: 0 0 22px;
  font-size: 18px;
  color: #343434;
}
.tb-blog article.portfolio .tb-excerpt {
  font-family: lato;
  font-weight: 400;
  font-size: 14px;
  color: #5b5b5b;
  line-height: 24px;
}
.tb-blog article.portfolio .tb-portfolio-info {
  margin: 3px 0 0;
}
.tb-blog article.portfolio .tb-portfolio-info li {
  border-bottom: 1px solid #e3e3e3;
  padding: 9px 0 8px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #8d8d8d;
}
.tb-blog article.portfolio .tb-portfolio-info li > span {
  color: #343434;
  margin-right: 11px;
}
.tb-blog article.portfolio .tb-portfolio-info li:first-child {
  border-top: 1px solid #e3e3e3;
}
.tb-blog article.portfolio .tb-blog-date small {
  margin-right: 5px;
}
.tb-blog .tb-portfolio-flexslider {
  border: none;
  box-shadow: none;
  margin-bottom: 27px;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav li {
  border-radius: 50%;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a {
  overflow: visible;
  position: relative;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  color: #2a2a2a;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover {
  color: #fff;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover:before,
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover:after {
  border-color: #a86d73;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover:after {
  background-color: #a86d73;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover .fa {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a i {
  position: relative;
  z-index: 2;
  color: #fff;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:before {
  background-color: #94959a;
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  -ms-transform: initial;
  border-radius: 50%;
  color: #fff;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover {
  color: #fff;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover:before {
  background-color: #a86d73;
  border-color: #fff;
}
.tb-blog .post-navigation {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
.tb-blog .post-navigation .nav-links a > span {
  font-weight: 400 !important;
}
.tb-blog .post-navigation .nav-links .nav-previous a > .btn.btn-default {
  background: #efefef;
}
.tb-portfolio-item .image-icon {
  position: relative;
}
.tb-portfolio-item .image-icon .tb-action {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -2;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-portfolio-item .image-icon .tb-action > a {
  display: inline !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-portfolio-item .image-icon .tb-action > a > i {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  line-height: 40px;
  margin: 0 7px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tb-portfolio-item .image-icon .tb-action > a > i:hover {
  background: #a86d73;
  border-color: #a86d73;
}
.tb-blog-related .tb-title {
  margin-bottom: 25px;
}
.tb-blog-related .owl-controls {
  display: inline-block;
  position: absolute;
  padding-left: 17px;
  top: 0;
  top: -16%;
  right: 0;
  background: #efefef;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
.tb-blog-related .owl-controls .owl-nav .owl-prev,
.tb-blog-related .owl-controls .owl-nav .owl-next {
  position: initial !important;
  opacity: 1;
  transform: initial !important;
  -webkit-transform: initial !important;
  -moz-transform: initial !important;
  -o-transform: initial !important;
  -ms-transform: initial !important;
  display: inline-block;
}
.tb-blog-related .owl-controls .owl-nav .owl-prev.owl-next,
.tb-blog-related .owl-controls .owl-nav .owl-next.owl-next {
  margin-left: 3px;
}
.tb-blog-related:hover .owl-controls {
  display: inline-block;
}
.tb-blog-related .tb-portfolio-item .tb-content .tb-content-inner .tb-readmore {
  display: none;
}
.portfolio .tb-content-block .tb-portfolio-info li > .blog-info {
  display: none;
}
.portfolio .tb-content-block .tb-portfolio-info li:last-child {
  border-bottom: none !important;
}
.post-navigation .nav-links .nav-previous .btn,
.post-navigation .nav-links .nav-next .btn {
  background: transparent !important;
}
@media (min-width: 992px) {
  .single-portfolio .post-navigation {
    width: 75%;
  }
}
@media (max-width: 767px) {
  #tb-list-porfolio .controls-filter {
    margin-bottom: 20px;
  }
  #tb-list-porfolio .controls-filter .filter {
    margin: 20px 8px 0px 8px;
  }
}
.tb-portfolio-flexslider.flexslider {
  margin-bottom: 0;
}
.tb-portfolio-flexslider.flexslider .flex-viewport {
  max-height: 711px;
}
.portfolio.type-portfolio .tb-content-block {
  margin-top: 50px;
}
.portfolio.type-portfolio
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date {
  display: inline-block;
}
.portfolio.type-portfolio
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  > a
  i {
  margin-right: 12px;
}
.portfolio.type-portfolio
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  > a
  h4 {
  display: inline-block;
  font-family: lato;
  font-weight: 400;
  color: #a1a1a1;
  margin-right: 3px;
}
.tb-team .tb-box-inner {
  margin-bottom: 30px;
  background: #ffffff;
  padding-bottom: 30px;
}
.tb-team .tb-box-inner .tb-image {
  overflow: hidden;
  position: relative;
}
.tb-team .tb-box-inner .tb-image > img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.tb-team .tb-box-inner .tb-image:before {
  content: "";
  width: 100%;
  height: 99%;
  background: rgba(168, 109, 115, 0.3);
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.tb-team .tb-box-inner .tb-image:hover:before {
  opacity: 1;
}
.tb-team .tb-box-inner .tb-image:hover > img {
  transform: scaleX(1.1);
  -webkit-transform: scaleX(1.1);
  -moz-transform: scaleX(1.1);
  -o-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
}
.tb-team .tb-image-name {
  margin: 14px 0 8px;
}
.tb-team .tb-image-name .tb-name {
  font-size: 14px;
  margin-bottom: 4px;
  color: #383838;
  font-weight: 400;
}
.tb-team .tb-image-name .tb-name h5 {
  text-transform: uppercase;
}
.tb-team .tb-image-name .tb-name:hover {
  color: #a86d73;
}
.tb-team .tb-image-name .tb-experience {
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  color: #9c9c9c;
  text-transform: capitalize;
}
.tb-team .tb-social a {
  font-size: 16px;
  margin-right: 18px;
  color: #dadada;
}
.tb-team .tb-social a:last-child {
  margin-right: 0;
}
.tb-team .tb-social a:hover {
  color: #a86d73;
}
.content.tb-blog .team.type-team .tb-blog-image > img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.content.tb-blog .team.type-team .tb-content-block .blog-info .author-name {
  display: inline-block;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
}
.content.tb-blog .team.type-team .tb-content-block .blog-info .tb-blog-date {
  display: inline-block;
}
.content.tb-blog
  .team.type-team
  .tb-content-block
  .blog-info
  .tb-blog-date
  > a
  > i {
  display: inline-block;
}
.content.tb-blog
  .team.type-team
  .tb-content-block
  .blog-info
  .tb-blog-date
  > a
  > .the_time,
.content.tb-blog
  .team.type-team
  .tb-content-block
  .blog-info
  .tb-blog-date
  > a
  .the_date {
  display: inline-block;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  margin-left: 7px;
}
.content.tb-blog .team.type-team .tb-content-block .blog-info .comments-number {
  margin-left: 7px;
  font-family: lato;
  font-weight: 400;
}
.content.tb-blog
  .team.type-team
  .tb-content-block
  .blog-info
  .comments-number
  i {
  margin-right: 3px;
}
.content.tb-blog
  .team.type-team
  .tb-content-block
  .blog-info
  .comments-number
  .tb_comment {
  display: inline-block;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
  margin-left: 4px;
}
.content.tb-blog .team.type-team .tb-content-block .blog-info .tags {
  display: inline-block;
}
.content.tb-blog .team.type-team .tb-content-block .blog-title {
  font-family: Oswald;
  font-weight: 400;
}
.content.tb-blog .team.type-team .tb-content-block .blog-title:hover {
  color: #a86d73;
}
.content.tb-blog .team.type-team .tb-content-block .tb-excerpt {
  font-family: lato;
  font-weight: 400;
}
#instafeed a {
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
}
#instafeed a:after {
  background: #a86d73;
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: scale(0);
  content: "";
}
#instafeed a img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#instafeed a:hover:after {
  opacity: 0.2;
  transform: scale(1);
}
#instafeed a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.tb-col-6 a {
  width: 16.667%;
}
.tb-col-5 a {
  width: 20%;
}
.tb-col-4 a {
  width: 25%;
}
.tb-col-3 a {
  width: 33.333%;
}
@media (max-width: 767px) {
  #instafeed a {
    width: 33.333%;
  }
}
@media (max-width: 480px) {
  #instafeed a {
    width: 50%;
  }
}
.ct-single-banner {
  position: relative;
}
.ct-single-banner h2 {
  position: absolute;
  top: 50%;
  font-family: Oswald;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-size: 30px;
  letter-spacing: 0.7em;
  line-height: 17px;
  color: #fff;
  z-index: 5;
  line-height: 22px;
}
.ct-single-banner:hover:before {
  animation: effZoom 1s forwards;
  border-color: #a86d73;
}
.ct-single-banner:hover h2 {
  color: #a86d73;
}
.ct-single-banner img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: block;
}
.ct-single-banner .vc_single_image-wrapper {
  position: relative;
}
.ct-single-banner .vc_single_image-wrapper::before,
.ct-single-banner .vc_single_image-wrapper::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.ct-single-banner .vc_single_image-wrapper::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.ct-single-banner .vc_single_image-wrapper::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.ct-single-banner:hover img {
  opacity: 0.7;
}
.ct-single-banner:hover .vc_single_image-wrapper:before,
.ct-single-banner:hover .vc_single_image-wrapper:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
@media (max-width: 767px) {
  .ct-single-banner h2 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .ct-single-banner h2 {
    font-size: 14px;
  }
}
.ie
  .tb-sidebar-right.tb-sidebar
  .widget-woocommerce-currency-switcher
  form::after,
.ie #tb-mega-searchform .caret {
  display: none;
}
.ie .tb-send-mail-wrap .tb-mail-inner {
  left: 50%;
}
.tb-landing .no-container .row .vc_column_container {
  padding: 15px;
}
@media (min-width: 768px) {
  .tb-landing .vc_col-sm-2 {
    width: 20%;
  }
}
.tb-landing.home_dark .porfolio-demo .image-shop-box {
  border: 20px solid #2c2c2c;
  box-shadow: none;
}
.tb-landing.home_dark .porfolio-demo .image-shop-box .text-heading {
  color: #ffffff;
}
.tb-landing.home_dark .porfolio-demo .image-shop-box .text-heading:hover {
  color: #5b5b5b;
}
@media (max-width: 767px) {
  .tb-landing.home_dark {
    margin-top: 0px !important;
  }
}
.tb-custom-header-landing .tb-logo {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tb-custom-header-landing h1 {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 0.5em;
}
@media (max-width: 767px) {
  .tb-custom-header-landing h1 {
    font-size: 30px;
    line-height: 50px;
  }
}
.tb-custom-header-landing h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.tb-custom-header-landing .btn-landing {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 25px 75px;
  border: 1px solid #f6c43d;
  display: inline-block;
  border-bottom: 4px solid #c59719;
  background: #f6c43d;
  -webkit-border-radius: 35px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 35px 10px 20px;
}
.porfolio-demo {
  position: relative;
  margin: 20px 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}
.porfolio-demo .image-shop-box {
  display: block;
  background-size: 100% auto;
  height: 300px;
  margin: 0 auto;
  box-shadow: 0 0 5px #efefef;
  -moz-box-shadow: 0 0 5px #efefef;
  -webkit-box-shadow: 0 0 5px #efefef;
  position: relative;
  border: 20px solid #ffffff;
}
.porfolio-demo .image-shop-box {
  height: 300px;
  display: block;
  background-size: 100% auto;
  margin: 0 auto;
  -moz-box-shadow: 0 0 5px #efefef;
  -webkit-box-shadow: 0 0 5px #efefef;
  position: relative;
}
.porfolio-demo .image-shop-box .image-shop-scroll {
  transition: all 6s ease-out 0s;
  -webkit-transition: all 6s ease-out 0s;
  -moz-transition: all 6s ease-out 0s;
  -ms-transition: all 6s ease-out 0s;
  -o-transition: all 6s ease-out 0s;
  background-position: center 0;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  background-size: 100%;
  background-position: center 0%;
}
.porfolio-demo .image-shop-box .image-shop-scroll.comming-soon {
  background-color: ;
}
.porfolio-demo .image-shop-box .image-shop-scroll strong {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  left: 0;
  font-size: 22px;
  color: #fff;
}
.porfolio-demo .image-shop-box:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.porfolio-demo .image-shop-box:hover .image-shop-scroll {
  background-position: center 100% !important;
}
.porfolio-demo .image-shop-box:hover .image-shop-scroll strong {
  -webkit-animation: fadeInUp50 1s;
  -ms-animation: fadeInUp50 1s;
  -moz-animation: fadeInUp50 1s;
  animation: fadeInUp50 1s;
}
.porfolio-demo h2 {
  color: #191d30;
  font-size: 14px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
.porfolio-demo h2:hover {
  color: #a86d73;
}
.tb-footer-demo .primary-color {
  color: ;
}
.tb-footer-demo .primary-color:hover {
  color: #2a2a2a;
}
.desc-store {
  padding: 30px;
  background: #3a4dab;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.desc-store p {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  display: block;
  margin-bottom: 0 !important;
  color: #fff;
  font-weight: 600;
}
.desc-store:after {
  position: absolute;
  left: 48.7%;
  bottom: -29px;
  content: "";
  width: 15px;
  height: 12px;
  z-index: 1;
  border: 15px solid transparent;
  border-top-color: #3a4dab;
  border-left-width: 25px;
  border-right-width: 25px;
}
.tb-landing-blog .col-20 {
  background-color: transparent;
}
.tb-landing-blog .tb-landing-blog-item {
  padding-left: 250px;
  padding-right: 250px;
}
@media (max-width: 1199px) {
  .tb-landing-blog .tb-landing-blog-item {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.note-store {
  padding: 20px 30px;
  margin: 0 -15px;
  clear: both;
  background: #3a4dab;
  text-align: center;
  color: #fff;
}
h2.title-features {
  font-size: 40px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  h2.title-features {
    font-size: 31px;
    line-height: 35px;
  }
}
.title-features-p {
  margin: 0 0 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .title-features-p {
    padding: 0 45px;
  }
}
.tb-responsive h2.title-features {
  color: #202020;
  font-weight: 400;
}
.tb-responsive .title-features-p {
  color: #a86d73;
  margin-bottom: 0 !important;
  max-width: 1200px;
  margin: auto;
}
.tb-responsive .text-black .title-features-p {
  color: #191d30;
}
.layout-2column {
  border-top: 1px solid #ecf0f1;
}
.layout-2column h2 {
  color: #202020;
  font-weight: 400;
}
.layout-2column img {
  width: 100%;
  height: auto;
}
.no-padding-bottom .wpb_content_element {
  margin-bottom: 0;
}
.tb-custom-header-landing {
  text-align: center;
  color: #fff;
}
.tb-custom-header-landing .title {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}
.tb-custom-header-landing .title-top {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .tb-custom-header-landing .title-top {
    font-size: 35px;
  }
}
ul.flip-items {
  height: 570px !important;
  width: 500px !important;
}
.copyright {
  color: #a1a1a1;
  font-size: 13px;
  padding: 50px 0 15px;
}
.copyright address {
  margin-bottom: 0;
  font-style: normal;
}
.copyright a {
  color: #a1a1a1;
}
.copyright a:hover {
  color: #ffad00;
}
.tb-countdown-js {
  text-align: center;
  position: relative;
}
.tb-countdown-js .items {
  width: 90px;
  height: 90px;
  border: 1px solid #989898;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  position: relative;
  margin: 0 7.5px;
}
.tb-countdown-js .items .tb-box-countdown {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 43px;
  text-align: center;
  background: #a86d73;
  border-radius: 50%;
  border: 1px solid #a86d73;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding-top: 5px;
}
.tb-countdown-js .items .tb-box-countdown span {
  font-family: lato;
  font-weight: bold;
  font-size: 20px;
  line-height: 14px;
  color: #ffffff;
  position: relative;
}
.tb-countdown-js .items .tb-box-countdown span:before {
  content: "";
  width: 17px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.tb-countdown-js .items .tb-box-countdown p {
  font-family: lato;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.tb-countdown-js:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ro-cate-slider.sty_slider .tpl1 .show_catthree,
.ro-cate-slider.sty_slider .tpl2 .show_catthree {
  border: 20px solid #ffffff;
  padding: 0;
  position: relative;
}
.ro-cate-slider.sty_slider .tpl1 .show_catthree .image_text,
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text {
  position: relative;
  overflow: hidden;
}
.ro-cate-slider.sty_slider .tpl1 .show_catthree .image_text .get_textpd,
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text .get_textpd {
  width: 200px;
  height: auto;
  background: #ffffff;
  text-align: center;
  padding: 20px 0 1px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
  display: none;
}
.ro-cate-slider.sty_slider .tpl1 .show_catthree .image_text .get_textpd a,
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text .get_textpd a {
  font-family: Oswald;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  color: #2a2a2a;
}
.ro-cate-slider.sty_slider .tpl1 .show_catthree .image_text .get_textpd:hover a,
.ro-cate-slider.sty_slider
  .tpl2
  .show_catthree
  .image_text
  .get_textpd:hover
  a {
  color: #a86d73;
}
.ro-cate-slider.sty_slider
  .tpl1
  .show_catthree
  .image_text
  .get_textpd
  .get_count,
.ro-cate-slider.sty_slider
  .tpl2
  .show_catthree
  .image_text
  .get_textpd
  .get_count {
  font-family: lato;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #9e9e9e;
}
.ro-cate-slider.sty_slider
  .tpl1
  .show_catthree
  .image_text
  .get_textpd
  .get_description,
.ro-cate-slider.sty_slider
  .tpl2
  .show_catthree
  .image_text
  .get_textpd
  .get_description {
  font-family: roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #969696;
}
.ro-cate-slider.sty_slider .tpl1 .show_catthree .image_text:before,
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(50, 100, 1, 45deg)
    translate3d(0, -100%, 0);
  z-index: 9;
}
.ro-cate-slider.sty_slider .tpl1 .show_catthree .image_text:hover:before,
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(50, 100, 1, 45deg)
    translate3d(0, 100%, 0);
}
.ro-cate-slider.sty_slider .tpl1 .show_catthree .image_text:hover .get_textpd,
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text:hover .get_textpd {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: zoomIn 0.7s both;
  -moz-animation: zoomIn 0.7s both;
  -o-animation: zoomIn 0.7s both;
  animation: zoomIn 0.7s both;
}
.ro-cate-slider.sty_slider .tpl1 .show_catthree:after,
.ro-cate-slider.sty_slider .tpl2 .show_catthree:after {
  content: "";
  width: 1px;
  height: 130%;
  background: #efefef;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
}
.ro-cate-slider.sty_slider .tpl1 .show_catthree:last-child:before,
.ro-cate-slider.sty_slider .tpl2 .show_catthree:last-child:before {
  display: none;
}
.ro-cate-slider.sty_slider .tpl1 .owl-controls .owl-nav .owl-prev,
.ro-cate-slider.sty_slider .tpl1 .owl-controls .owl-nav .owl-next,
.ro-cate-slider.sty_slider .tpl2 .owl-controls .owl-nav .owl-prev,
.ro-cate-slider.sty_slider .tpl2 .owl-controls .owl-nav .owl-next {
  top: 50% !important;
}
.ro-cate-slider.sty_slider .tpl1 .image_text > img {
  max-width: 100%;
  height: auto;
}
.ro-cate-slider.sty_slider .tpl2 > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-height: 400px;
}
.ro-cate-slider.sty_slider .tpl2 .show_catthree {
  border: none;
  width: 50%;
  float: left;
  max-height: 400px;
  overflow: hidden;
}
@media (min-width: 1301px) and (max-width: 1900px) {
  .ro-cate-slider.sty_slider .tpl2 .show_catthree {
    margin-bottom: 0;
    max-height: 285px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .ro-cate-slider.sty_slider .tpl2 .show_catthree {
    margin-bottom: 0;
    max-height: 285px;
  }
  .ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text img {
    min-height: 285px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ro-cate-slider.sty_slider .tpl2 .show_catthree {
    max-height: 210px;
  }
  .ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text img {
    min-height: 210px;
  }
}
.ro-cate-slider.sty_slider .tpl2 .show_catthree:after {
  display: none;
}
.ro-cate-slider.sty_slider .tpl2 .show_catthree:before {
  display: none;
}
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text:before {
  display: none;
}
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text > img {
  max-width: 100%;
  height: auto;
}
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text:hover:after {
  opacity: 1;
  animation: fadeOut 0.7s both;
}
.ro-cate-slider.sty_slider .tpl2 .show_catthree .image_text:hover .get_textpd {
  animation: zoomIn 0.5s both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ro-cate-slider.sty_slider .tpl1 .image_text > img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .ro-cate-slider.sty_slider .tpl2 > [class*="col-"] {
    max-height: initial;
  }
  .ro-cate-slider.sty_slider .tpl2 > [class*="col-"] .image_text > img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .ro-cate-slider.sty_slider .tpl1 .show_catthree {
    width: 100%;
    margin-bottom: 1px;
  }
  .ro-cate-slider.sty_slider .tpl1 .show_catthree .image_text {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .ro-cate-slider.sty_slider .tpl1 .show_catthree .image_text > img {
    max-width: 100%;
    height: auto;
    min-height: 100%;
  }
  .ro-cate-slider.sty_slider .tpl2 {
    max-height: initial;
  }
  .ro-cate-slider.sty_slider .tpl2 .image_text > img {
    max-width: 100%;
    height: auto;
  }
  .ro-cate-slider.sty_slider .tpl2 .show_catthree {
    width: 100%;
    max-height: none;
    max-width: 100%;
    height: auto;
    border: 15px solid transparent;
  }
  .row_category.vc_row.wpb_row {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
}
#black_versition {
  background-color: #fff;
  position: fixed;
  left: 100%;
  top: 30%;
  padding: 15px 15px 0 15px;
  text-align: center;
  width: 120px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  -webkit-box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.2);
  -moz-box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.2);
  box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.2);
}
#black_versition .color-selector-toggle {
  position: absolute;
  right: 100%;
  top: 0;
  width: 40px;
  height: 40px;
  background: #5b5b5b;
  line-height: 36px;
  font-size: 22px;
  color: #555;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.2);
  -moz-box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.2);
  box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.2);
}
#black_versition .color-selector-toggle:before {
  display: block;
  position: absolute;
  content: "";
  right: -6px;
  top: 0;
  width: 7px;
  height: 40px;
  background-color: #5b5b5b;
  z-index: 10000;
}
#black_versition .color-selector-toggle i {
  color: #fff;
}
#black_versition p {
  font-size: 13px;
  font-family: lato;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  background: #5b5b5b;
  margin-bottom: 10px;
  margin-top: -5px;
}
#black_versition a {
  display: block;
  margin-left: -15px;
  width: 124px;
  height: 113px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#black_versition a.light {
  background: url(assets/images/light_aa.jpg) center center no-repeat;
}
#black_versition a.dark {
  background: url(assets/images/dark_aa.jpg) center center no-repeat;
}
.opened {
  margin-left: -120px;
}
.background_black {
  -webkit-animation: fadeIn 0.7s both;
  -moz-animation: fadeIn 0.7s both;
  -o-animation: fadeIn 0.7s both;
  animation: fadeIn 0.7s both;
  background: #090909 !important;
  color: #fff;
}
.background_black #black_versition {
  background: #090909;
}
.background_black #black_versition .color-selector-toggle {
  background: #090909;
  color: #fff;
}
.background_black #black_versition .color-selector-toggle:before {
  background: #090909;
}
.background_black #black_versition p {
  background: #090909;
  color: #fff;
}
.background_black .main-content .tb-info-box-wrap.tpl1,
.background_black .main-content .tb-info-box-wrap.tpl2,
.background_black .main-content .tb-info-box-wrap.tpl3,
.background_black .main-content .tb-info-box-wrap.tpl4,
.background_black .main-content .tb-info-box-wrap.tpl5,
.background_black .main-content .tb-info-box-wrap.tpl6,
.background_black .main-content .tb-info-box-wrap.tpl7,
.background_black .main-content .tb-info-box-wrap.tpl8 {
  background: #1f1f1f;
}
.background_black .main-content .tb-info-box-wrap.tpl1 h2,
.background_black .main-content .tb-info-box-wrap.tpl1 h3.sub_title_tpl8,
.background_black .main-content .tb-info-box-wrap.tpl2 h2,
.background_black .main-content .tb-info-box-wrap.tpl2 h3.sub_title_tpl8,
.background_black .main-content .tb-info-box-wrap.tpl3 h2,
.background_black .main-content .tb-info-box-wrap.tpl3 h3.sub_title_tpl8,
.background_black .main-content .tb-info-box-wrap.tpl4 h2,
.background_black .main-content .tb-info-box-wrap.tpl4 h3.sub_title_tpl8,
.background_black .main-content .tb-info-box-wrap.tpl5 h2,
.background_black .main-content .tb-info-box-wrap.tpl5 h3.sub_title_tpl8,
.background_black .main-content .tb-info-box-wrap.tpl6 h2,
.background_black .main-content .tb-info-box-wrap.tpl6 h3.sub_title_tpl8,
.background_black .main-content .tb-info-box-wrap.tpl7 h2,
.background_black .main-content .tb-info-box-wrap.tpl7 h3.sub_title_tpl8,
.background_black .main-content .tb-info-box-wrap.tpl8 h2,
.background_black .main-content .tb-info-box-wrap.tpl8 h3.sub_title_tpl8 {
  color: #fff;
}
.background_black .main-content .tb-info-box-wrap.tpl1 .tb-content p,
.background_black .main-content .tb-info-box-wrap.tpl2 .tb-content p,
.background_black .main-content .tb-info-box-wrap.tpl3 .tb-content p,
.background_black .main-content .tb-info-box-wrap.tpl4 .tb-content p,
.background_black .main-content .tb-info-box-wrap.tpl5 .tb-content p,
.background_black .main-content .tb-info-box-wrap.tpl6 .tb-content p,
.background_black .main-content .tb-info-box-wrap.tpl7 .tb-content p,
.background_black .main-content .tb-info-box-wrap.tpl8 .tb-content p {
  color: #575757;
}
.background_black .main-content .tb-slide-sub-h1 #rev_slider_18_2 {
  background: #1f1f1f;
  border: 20px solid #1f1f1f !important;
}
.background_black .main-content .tb-slide-sub-h1 .tp-caption {
  background-color: #1f1f1f !important;
  color: #fff !important;
}
.background_black .main-content .tb-slide-sub-h1 .tp-caption .shop_now_1 {
  color: #575757;
}
.background_black .main-content .tb-slide-sub-h1 .tp-bullet.selected {
  background: #fff;
}
.background_black .miracle-title-default .miracle-title {
  color: #fff !important;
}
.background_black .miracle-title-default .tb-image {
  background: url(assets/images/logo_ac.png) center center no-repeat transparent;
}
.background_black .miracle-title-default .tb-image > img {
  opacity: 0;
}
.background_black .miracle-title-default .tb-image:before,
.background_black .miracle-title-default .tb-image:after {
  background: #323232;
}
.background_black .woocommerce .product {
  border-right: 1px solid #090909;
  border-bottom: 1px solid #090909;
}
.background_black .woocommerce .product .tb-product-item-inner {
  border: 20px solid #1f1f1f;
  background: #1f1f1f;
}
.background_black
  .woocommerce
  .product
  .tb-product-item-inner
  .tb-header-content,
.background_black
  .woocommerce
  .product
  .tb-product-item-inner
  .tb-footer-content {
  background-color: #1f1f1f;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart
  a {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart
  a:before {
  color: #fff;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn.tb-btn-tocart
  a:hover {
  border-color: #9c9c9c;
  background: #9c9c9c;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button.compare-button {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button.compare-button:before {
  color: #fff;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .compare-button.compare-button:hover {
  border-color: #9c9c9c;
  background: #9c9c9c;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist {
  background: transparent;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button {
  border: none;
  background: #3a3a3a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before {
  color: #fff;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:hover {
  background: #9c9c9c;
  border: 1px solid #9c9c9c;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.show {
  border-radius: 50%;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a,
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button {
  background: rgba(250, 250, 250, 0.8);
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a:hover,
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button:hover {
  border-color: #5b5b5b;
  background: #5b5b5b;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  a:hover:before,
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcqv-button:hover:before {
  color: #fff;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-category
  a {
  color: #666666;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-category
  a:hover {
  color: #5b5b5b !important;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-title
  a {
  color: #fff;
}
.background_black
  .woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .tb-item-rating
  .star-rating
  span:before {
  color: #fff !important;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  del
  span.amount {
  color: #454545;
}
.background_black
  .woocommerce
  .type-product.product
  .tb-content
  .tb-price-rating
  .tb-product-price
  del:before {
  background: #454545;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  span.amount {
  color: #747474;
}
.background_black
  .tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-content {
  background: #1f1f1f;
  border-bottom: 2px solid #1f1f1f;
}
.background_black
  .tpl2
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_date {
  color: #333333;
}
.background_black
  .tpl2
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_date:before {
  background: #333333;
}
.background_black
  .tpl2
  .tb-post-item
  .tb-content
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_time {
  color: #333333;
}
.background_black
  .tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  .tb-excerpt {
  color: #fff;
}
.background_black
  .tb-blog-carousel.ct-blog-small-grid
  .tb-post-item
  a
  .tb-thumb {
  background: #1f1f1f;
}
.background_black .miracle-title-tpl4 p {
  color: #707070;
}
.background_black .tb-service-wrap .tb-service .tb-icon {
  border: 1px solid #1e1e1e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black .tb-service-wrap .tb-service .tb-icon i {
  color: #fff;
}
.background_black .tb-service-wrap .tb-service .tb-icon:hover {
  background: #fff;
  border-color: #fff;
}
.background_black .tb-service-wrap .tb-service .tb-icon:hover i {
  color: #5b5b5b !important;
  font-weight: 700;
}
.background_black .tb-service-wrap .tb-service h5.tb-title {
  color: #fff;
}
.background_black .tb-service-wrap .tb-service .tb-content p {
  color: #666666;
}
.background_black
  .woocommerce.tb-product-carousel
  .owl-controls
  .owl-nav
  > div.owl-prev,
.background_black
  .woocommerce.tb-product-carousel
  .owl-controls
  .owl-nav
  > div.owl-next {
  border: 3px solid #0b0b0b;
}
.background_black
  .woocommerce.tb-product-carousel
  .owl-controls
  .owl-nav
  > div.owl-prev
  i,
.background_black
  .woocommerce.tb-product-carousel
  .owl-controls
  .owl-nav
  > div.owl-next
  i {
  background: #535353;
}
.background_black
  .woocommerce.tb-product-carousel
  .owl-controls
  .owl-nav
  > div.owl-prev:hover,
.background_black
  .woocommerce.tb-product-carousel
  .owl-controls
  .owl-nav
  > div.owl-next:hover {
  border-color: #5b5b5b;
  background: #5b5b5b;
}
.background_black
  .woocommerce.tb-product-carousel
  .owl-controls
  .owl-nav
  > div.owl-prev:hover
  i,
.background_black
  .woocommerce.tb-product-carousel
  .owl-controls
  .owl-nav
  > div.owl-next:hover
  i {
  background: #5b5b5b;
}
.background_black #jws_theme_back_to_top span {
  border: 2px solid #ffffff;
}
.background_black #jws_theme_back_to_top span i {
  background-color: #ffffff;
  color: #333333;
  opacity: 1;
}
.background_black .woocommerce .tb-product-item-inner .tb-image .onsale {
  background: #000000;
  color: #ffffff;
}
.background_black .woocommerce .tb-product-item-inner .tb-image .new {
  background: #fff;
  color: #2a2a2a;
}
.background_black .jws_theme_footer.tb-footer-v1 {
  background-color: #131313;
}
.background_black .jws_theme_footer.tb-footer-v1 .footer-header,
.background_black .jws_theme_footer.tb-footer-v1 .footer-top {
  background-color: initial;
}
.background_black .jws_theme_footer.tb-footer-v1 .footer-bottom {
  border-top: 1px solid #1d1d1d;
}
.background_black .jws_theme_footer.tb-footer-v1 .footer-top:before {
  background: #1d1d1d;
}
.background_black
  .jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i {
  color: #383838;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i:hover {
  color: #fff;
}
.background_black .jws_theme_footer.tb-footer-v1:before {
  background: #1d1d1d;
}
.background_black
  .jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_1
  .widget
  .textwidget
  .tb-open-lightbox:hover {
  color: #5b5b5b;
}
.background_black
  .jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_2
  .widget_miracle_newsletterwidget
  .newsletter.newsletter-widget
  form
  .submit-letter:hover:before {
  color: #5b5b5b;
}
.background_black
  .jws_theme_footer.tb-footer-v1
  .footer-header
  .jws_theme_before_footer_2
  .widget_miracle_newsletterwidget
  .newsletter.newsletter-widget
  form
  .submit-letter:hover
  .newsletter-submit {
  color: #5b5b5b;
}
.background_black .tb-header-wrap.tb-header-v2 .tb-header-menu {
  background: #090909 !important;
}
.background_black .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo > a {
  background: url(assets/images/logov2.png) center center no-repeat transparent;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-logo
  > a
  > img {
  opacity: 0;
}
@media (max-width: 767px) {
  .background_black .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo > a {
    background: url(assets/images/logov2.png) center center no-repeat
      transparent !important;
    background-size: contain !important;
  }
  .background_black
    .tb-header-wrap.tb-header-v2
    .tb-header-menu
    .tb-logo
    > a
    > img {
    opacity: 0 !important;
  }
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:before {
  display: none;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s {
  background: transparent;
  border: 1px solid #363636;
  border-right: none;
  color: #737373;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit {
  border: 1px solid #363636;
  border-left: none;
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a {
  border: 1px solid #363636;
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover {
  border-color: #fff;
  background: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .hide_search.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  i {
  color: #5b5b5b;
  font-weight: 700;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a {
  border: 1px solid #363636;
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  span.cart_total {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a
  span.cart_total:hover {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu-db
  .tb-menu-lg.tb-logo {
  border-right: 1px solid #373737;
}
.background_black .tb-service-wrap .tb-service.tpl3 .tb-title-icon {
  color: #fff;
}
.background_black .tb-info-box-wrap.tpl1 .tb-info-box .text-right,
.background_black .tb-info-box-wrap.tpl2 .tb-info-box .text-right {
  background: #1f1f1f;
}
.background_black .tb-info-box-wrap.tpl1 .tb-info-box .text-right:before,
.background_black .tb-info-box-wrap.tpl2 .tb-info-box .text-right:before {
  background: #1f1f1f;
}
.background_black
  .tb-info-box-wrap.tpl1
  .tb-info-box
  .text-right
  .tb-content
  h3.title_first,
.background_black
  .tb-info-box-wrap.tpl2
  .tb-info-box
  .text-right
  .tb-content
  h3.title_first {
  color: #fff;
}
.background_black
  .tb-info-box-wrap.tpl1
  .tb-info-box
  .text-right
  .tb-content
  p.content,
.background_black
  .tb-info-box-wrap.tpl2
  .tb-info-box
  .text-right
  .tb-content
  p.content {
  color: #575757;
}
.background_black
  .tb-info-box-wrap.tpl1
  .tb-info-box
  .text-right
  .tb-content
  p
  a.jsw_button,
.background_black
  .tb-info-box-wrap.tpl2
  .tb-info-box
  .text-right
  .tb-content
  p
  a.jsw_button {
  color: #fff;
}
.background_black
  .tb-info-box-wrap.tpl1
  .tb-info-box
  .text-right
  .tb-content
  p
  a.jsw_button:hover,
.background_black
  .tb-info-box-wrap.tpl2
  .tb-info-box
  .text-right
  .tb-content
  p
  a.jsw_button:hover {
  color: #5b5b5b;
}
.background_black .tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-content,
.background_black .tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-content {
  background: #1f1f1f;
}
.background_black
  .tb-testimonial-slider
  .tb-testimonial-1
  .owl-controls
  .owl-nav
  .owl-next:hover
  i.fa,
.background_black
  .tb-testimonial-slider
  .tb-testimonial-1
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i.fa {
  background-color: #fff;
  border-color: #fff;
  color: #2a2a2a;
}
.background_black .miracle-title-separator-wrap {
  background: #1f1f1f;
  border-bottom: 1px solid #090909;
}
.background_black .woocommerce.tb-products-grid.tpl4 {
  background: #1f1f1f;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item {
  background: #1f1f1f;
}
color:#575757
  .background_black
  .woocommerce.tb-products-grid.tpl4
  .show_name
  a
  span:hover,
color:#575757
  .background_black
  .woocommerce.tb-products-grid.tpl4
  .show_name
  a
  i:hover {
  color: #5b5b5b;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-title
  a {
  color: #fff;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-title
  a:hover {
  color: #5b5b5b;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price {
  color: #747474;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del
  span.amount {
  color: #454545;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del:before {
  background: #454545;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  ins
  span.amount {
  color: #747474;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-btn-prod.tb-btn-tocart
  a.button {
  border: 1px solid #3a3a3a;
  color: #fff;
  background: #3a3a3a;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
  border: none;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show,
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.show {
  border: 1px solid #3a3a3a !important;
  background: #3a3a3a !important;
  margin-left: 0;
  margin-top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before,
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.show:before {
  color: #fff;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover,
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.show:hover {
  background: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn.tb-btn-compare
  .compare-button {
  border-right: 1px solid #3a3a3a;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn.tb-btn-compare
  .compare-button:hover {
  border-right: 1px solid #9c9c9c;
}
.background_black .miracle-title-separator-wrap .miracle-title-separator {
  color: #fff !important;
}
.background_black .vc_images_carousel .owl-controls .owl-nav > div {
  background: #7d7d7d;
  border: 1px solid #7d7d7d;
  color: #fff;
}
.background_black .vc_images_carousel .owl-controls .owl-nav > div:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .jws_theme_footer .socials li a:hover {
  background: #5b5b5b !important;
  border-color: #5b5b5b !important;
}
.background_black .jws_theme_footer .socials li a:hover > span {
  color: #5b5b5b;
}
.background_black
  .jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .newsletter
  form
  .submit-letter
  .newsletter-submit {
  background: #5b5b5b;
}
.background_black
  .jws_theme_footer.tb-footer-v2
  .footer-header
  .jws_theme_before_footer_3
  .widget
  .newsletter
  form
  .submit-letter
  .newsletter-submit:hover {
  background: #5b5b5b;
}
.background_black .countdown-home-03 .miracle-title-tpl4 p {
  color: #fff;
}
.background_black
  .countdown-home-03
  .miracle-title-tpl4
  .miracle-subtitle:before,
.background_black
  .countdown-home-03
  .miracle-title-tpl4
  .miracle-subtitle:after {
  background: #c6c6c6;
}
.background_black
  .countdown-home-03
  .vc_btn3-container.vc_btn3-center
  button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #5b5b5b;
}
.background_black .tb-countdown-js .items .tb-box-countdown {
  background: #fff;
  border: 1px solid #fff;
}
.background_black .tb-countdown-js .items .tb-box-countdown > span {
  color: #000000;
}
.background_black .tb-countdown-js .items .tb-box-countdown > span:before {
  background: #c6c6c6;
}
.background_black .tb-countdown-js .items .tb-box-countdown > p {
  color: #000000;
}
.background_black .tb-countdown-js:before {
  background: #c6c6c6;
}
.background_black .test-version {
  background: url(assets/images/bg-version3.jpg) center center repeat
    transparent;
}
.background_black .background_black .tb-service-wrap .tb-service h5.tb-title {
  color: #a9a9a9;
}
.background_black background_black .tb-service-wrap .tb-service .tb-content p {
  color: #525252;
}
.background_black .background_black .tb-service-wrap .tb-service .tb-icon {
  border: none;
}
.background_black .test-version3 .tb-service-wrap .tb-service .tb-icon {
  border: 1px solid #1e1e1e;
}
.background_black .test-version3 .tb-service-wrap .tb-service h5.tb-title {
  color: #fff;
}
.background_black .test-version3 .tb-service-wrap .tb-service .tb-content p {
  color: #666666;
}
.background_black .jws_theme_footer.tb-footer-v1 .footer-bottom {
  background: #131313;
}
.background_black
  .jws_theme_footer.tb-footer-v1
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a:hover,
.background_black
  .jws_theme_footer.tb-footer-v3
  .footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a:hover {
  background: none !important;
  border-color: transparent !important;
}
.background_black .tb-header-v3 .tb-header-menu,
.background_black .tb-header-v3 .tb-header-top {
  background: url(assets/images/bg-version3.jpg) center center repeat
    transparent !important;
}
.background_black .tb-header-v3 .tb-logo > a {
  background: url(assets/images/aaa.png) center center no-repeat transparent;
  display: block;
}
.background_black .tb-header-v3 .tb-logo > a > img {
  opacity: 0;
}
.background_black .tb-header-v3 .tb-header-top {
  border-bottom: 1px solid #292929;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a {
  border: 1px solid #3b3b3b;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a
  i {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover {
  border-color: #fff;
  background: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover
  i {
  color: #5b5b5b;
  font-weight: 700;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  a
  > i {
  border: 1px solid #3b3b3b;
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  a
  > i:hover {
  border-color: #fff;
  background: #fff;
  color: #5b5b5b;
  font-weight: 700;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a
  > i {
  border: 1px solid #3b3b3b;
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a
  > span.cart_total {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a:hover {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a:hover
  > i {
  border-color: #fff;
  background: #fff;
  color: #5b5b5b;
  font-weight: 700;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a:hover
  > span.cart_total {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  a {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active {
  background-color: #090909;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget
  .wg-title {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget
  ul
  li
  a
  span {
  color: #5b5b5b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget
  ul
  li
  a
  span
  i {
  color: #5b5b5b;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget
  ul
  li
  a
  span:hover {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget
  ul
  li
  a
  span:hover
  i {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget
  .lang_sel_list
  .tb-lists-language
  li {
  background: transparent;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget
  .lang_sel_list
  .tb-lists-language
  li
  a {
  background: transparent;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  .widget-title {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  li
  a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  li
  a
  small {
  color: #5b5b5b !important;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  li
  a.dd-option-selected {
  color: #5b5b5b !important;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  li
  a:hover
  small {
  color: #fff !important;
}
.background_black
  .tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  li
  a:hover.dd-option-selected {
  color: #fff !important;
}
.background_black
  .tb-header-v3
  .tb-header-menu
  .text-left
  .tb-menu
  .tb-menu-list
  ul#nav
  > li
  > a
  > span {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-menu
  .text-left
  .tb-menu
  .tb-menu-list
  ul#nav
  > li
  > a:before {
  background: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-menu
  .text-left
  .tb-menu
  .tb-menu-list
  ul#nav
  > li.current-menu-ancestor
  > a
  > span,
.background_black
  .tb-header-v3
  .tb-header-menu
  .text-left
  .tb-menu
  .tb-menu-list
  ul#nav
  > li:hover
  > a
  > span {
  color: #5b5b5b;
}
.background_black
  .tb-header-v3
  .tb-header-menu
  .text-left
  .tb-menu
  .tb-menu-list
  ul#nav
  > li.current-menu-ancestor
  > a:before,
.background_black
  .tb-header-v3
  .tb-header-menu
  .text-left
  .tb-menu
  .tb-menu-list
  ul#nav
  > li:hover
  > a:before {
  background: #fff;
  opacity: 1;
}
.background_black .tb-header-v3 .tb-header-menu .tb-menu-control-mobi > a {
  color: #fff;
}
.background_black
  .tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform:before,
.background_black
  .tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform:after {
  background: #292929;
}
.background_black
  .tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform
  .s {
  color: #636363;
}
.background_black
  .tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform
  .searchsubmit {
  color: #fff;
  background: transparent !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .tb-header-v3
  .tb-header-menu
  .tb-menu-sidebar
  .widget.widget_search
  .searchform
  .searchsubmit:hover {
  color: #5b5b5b;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item {
  background: #1f1f1f;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-title
  a {
  color: #fff;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del
  span.amount {
  color: #454545;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del:before {
  background: #454545;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  ins
  span.amount {
  color: #747474;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .all
  .tb-products-grid
  .tb-product-item-inner
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist {
  border: none;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-content
  .tb-btn-prod.tb-btn-tocart
  a.button {
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  color: #fff;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image {
  border-color: #1f1f1f !important;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image
  .tb-product-btn.tb-btn-quickview
  .yith-wcqv-button {
  opacity: 0.8;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image
  .tb-product-btn.tb-btn-quickview
  .yith-wcqv-button:hover {
  border-color: #5b5b5b;
  background: #5b5b5b;
  opacity: 1;
}
.background_black
  .woocommerce.tb-products-grid.tpl4
  .tb-product-items
  .product
  .tb-product-item
  .tb-image
  .tb-product-btn.tb-btn-quickview
  .yith-wcqv-button:hover:before {
  color: #ffffff;
}
@media (max-width: 767px) {
  .background_black .woocommerce.tb-products-grid.tpl4 {
    margin-bottom: 30px;
  }
}
.background_black .woocommerce .tb-products-grid .type-product:before {
  background: #090909;
}
.background_black .tb-service-wrap .tb-service h5.tb-title {
  color: #a9a9a9;
}
.background_black .tb-service-wrap .tb-service .tb-content p {
  color: #525252;
}
.background_black .tb-service-wrap .tb-service .tb-icon {
  border: none;
}
.background_black .test-version {
  border-bottom-color: #222222 !important;
}
.background_black .tb-header-wrap.tb-header-v4 .tb-header-top {
  background: #1c1c1c !important;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget
  ul
  > li
  > a
  > span:hover {
  color: #5b5b5b !important;
}
.background_black .tb-header-wrap.tb-header-v4 .header-top-center {
  background: #090909 !important;
  border-bottom: 1px solid #202020;
}
.background_black .tb-header-wrap.tb-header-v4 .header-top-center .tb-logo > a {
  background: url(assets/images/aaa.png) center center no-repeat transparent;
  display: block;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-logo
  > a
  > img {
  opacity: 0;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a {
  border: 1px solid #3b3b3b;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a
  i {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover {
  border-color: #5b5b5b;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon {
  border: 1px solid #3b3b3b;
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon
  > span.cart_total {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon:hover {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon:hover
  > i {
  border-color: #5b5b5b;
  color: #5b5b5b;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a.icon:hover
  > span.cart_total {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  .widget_shopping_cart_content
  ul.cart_list
  li
  a:hover {
  background: transparent;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit {
  border-color: #363636;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .s.searchsubmit,
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit.searchsubmit {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .s.searchsubmit:hover,
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit.searchsubmit:hover {
  color: #5b5b5b;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .s.s,
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit.s {
  color: #a0a0a0;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover {
  background: #fff;
  border-color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover
  > i {
  color: #5b5b5b;
  font-weight: 700;
}
.background_black .tb-header-wrap.tb-header-v4 .tb-header-menu {
  background: #090909;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  ul#nav
  > li
  > a
  > span {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  ul#nav
  > li
  > a:before {
  background: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  ul#nav
  > li.current-menu-ancestor
  > a:before,
.background_black
  .tb-header-wrap.tb-header-v4
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  ul#nav
  > li:hover
  > a:before {
  background: #fff;
  opacity: 1;
}
.background_black .tb-info-box-wrap.tpl3 .tb-info-box {
  border: 20px solid #1f1f1f;
}
.background_black .woocommerce .tb-view-more-link {
  background: #1f1f1f;
  border-top: none;
}
.background_black .woocommerce .tb-view-more-link a > span {
  color: #fff;
}
.background_black .woocommerce .tb-view-more-link a > span:hover {
  color: #5b5b5b;
}
.background_black .woocommerce .tb-product-item-inner {
  border: 20px solid #1f1f1f;
  background: #1f1f1f;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-header-content,
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content {
  background-color: #1f1f1f;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  del {
  color: transparent;
  padding-right: 3px;
  position: relative;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  del:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #454545;
  position: absolute;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  top: 50%;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  ins {
  color: transparent;
}
.background_black .woocommerce .star-rating span:before {
  color: #fff;
}
.background_black .ro-cate-slider.sty_slider .tpl1 .show_catthree {
  border: 20px solid #1f1f1f;
}
.background_black .ro-cate-slider.sty_slider .tpl1 .show_catthree:before {
  background: #09090f;
}
.background_black
  .ro-cate-slider.sty_slider
  .tpl1
  .show_catthree
  .image_text
  .get_textpd {
  background: #1f1f1f;
}
.background_black
  .ro-cate-slider.sty_slider
  .tpl1
  .show_catthree
  .image_text
  .get_textpd
  > a {
  color: #fff;
}
.background_black
  .ro-cate-slider.sty_slider
  .tpl1
  .show_catthree
  .image_text
  .get_textpd
  > a:hover {
  color: #5b5b5b;
}
.background_black
  .ro-cate-slider.sty_slider
  .tpl1
  .show_catthree
  .image_text
  .get_textpd
  > .get_count {
  color: #707070;
}
.background_black .test-version1 {
  border-top-color: #181818 !important;
}
.background_black .tb-footer-v3 {
  background: #131313;
}
.background_black .tb-footer-v3 .footer-header,
.background_black .tb-footer-v3 .footer-top,
.background_black .tb-footer-v3 .footer-bottom {
  background: initial;
}
.background_black
  .tb-footer-v3
  .footer-header.footer-header
  .jws_theme_before_footer_2
  .newsletter.newsletter-widget
  form
  p
  .newsletter-email,
.background_black
  .tb-footer-v3
  .footer-top.footer-header
  .jws_theme_before_footer_2
  .newsletter.newsletter-widget
  form
  p
  .newsletter-email,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-header
  .jws_theme_before_footer_2
  .newsletter.newsletter-widget
  form
  p
  .newsletter-email {
  color: #3f3f3f;
  border-left: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
}
.background_black
  .tb-footer-v3
  .footer-header.footer-header
  .jws_theme_before_footer_2
  .widget_miracle_newsletterwidget
  .newsletter.newsletter-widget
  form
  .submit-letter:hover
  .newsletter-submit,
.background_black
  .tb-footer-v3
  .footer-header.footer-header
  .jws_theme_before_footer_2
  .widget_miracle_newsletterwidget
  .newsletter.newsletter-widget
  form
  .submit-letter:hover:before,
.background_black
  .tb-footer-v3
  .footer-top.footer-header
  .jws_theme_before_footer_2
  .widget_miracle_newsletterwidget
  .newsletter.newsletter-widget
  form
  .submit-letter:hover
  .newsletter-submit,
.background_black
  .tb-footer-v3
  .footer-top.footer-header
  .jws_theme_before_footer_2
  .widget_miracle_newsletterwidget
  .newsletter.newsletter-widget
  form
  .submit-letter:hover:before,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-header
  .jws_theme_before_footer_2
  .widget_miracle_newsletterwidget
  .newsletter.newsletter-widget
  form
  .submit-letter:hover
  .newsletter-submit,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-header
  .jws_theme_before_footer_2
  .widget_miracle_newsletterwidget
  .newsletter.newsletter-widget
  form
  .submit-letter:hover:before {
  color: #5b5b5b;
}
.background_black .tb-footer-v3 .footer-header.footer-top:before,
.background_black .tb-footer-v3 .footer-top.footer-top:before,
.background_black .tb-footer-v3 .footer-bottom.footer-top:before {
  background: #1d1d1d;
}
.background_black
  .tb-footer-v3
  .footer-header.footer-top
  .jws_theme_footer_top_one
  ul
  > li
  > a,
.background_black
  .tb-footer-v3
  .footer-header.footer-top
  .jws_theme_footer_top_two
  ul
  > li
  > a,
.background_black
  .tb-footer-v3
  .footer-header.footer-top
  .jws_theme_footer_top_three
  ul
  > li
  > a,
.background_black
  .tb-footer-v3
  .footer-top.footer-top
  .jws_theme_footer_top_one
  ul
  > li
  > a,
.background_black
  .tb-footer-v3
  .footer-top.footer-top
  .jws_theme_footer_top_two
  ul
  > li
  > a,
.background_black
  .tb-footer-v3
  .footer-top.footer-top
  .jws_theme_footer_top_three
  ul
  > li
  > a,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-top
  .jws_theme_footer_top_one
  ul
  > li
  > a,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-top
  .jws_theme_footer_top_two
  ul
  > li
  > a,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-top
  .jws_theme_footer_top_three
  ul
  > li
  > a {
  color: #3f3f3f;
}
.background_black
  .tb-footer-v3
  .footer-header.footer-top
  .jws_theme_footer_top_one
  ul
  > li
  > a:hover,
.background_black
  .tb-footer-v3
  .footer-header.footer-top
  .jws_theme_footer_top_two
  ul
  > li
  > a:hover,
.background_black
  .tb-footer-v3
  .footer-header.footer-top
  .jws_theme_footer_top_three
  ul
  > li
  > a:hover,
.background_black
  .tb-footer-v3
  .footer-top.footer-top
  .jws_theme_footer_top_one
  ul
  > li
  > a:hover,
.background_black
  .tb-footer-v3
  .footer-top.footer-top
  .jws_theme_footer_top_two
  ul
  > li
  > a:hover,
.background_black
  .tb-footer-v3
  .footer-top.footer-top
  .jws_theme_footer_top_three
  ul
  > li
  > a:hover,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-top
  .jws_theme_footer_top_one
  ul
  > li
  > a:hover,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-top
  .jws_theme_footer_top_two
  ul
  > li
  > a:hover,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-top
  .jws_theme_footer_top_three
  ul
  > li
  > a:hover {
  color: #fff;
}
.background_black
  .tb-footer-v3
  .footer-header.footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .text_footer,
.background_black
  .tb-footer-v3
  .footer-top.footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .text_footer,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .text_footer {
  color: #3f3f3f;
}
.background_black
  .tb-footer-v3
  .footer-header.footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i,
.background_black
  .tb-footer-v3
  .footer-top.footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i {
  color: #383838;
}
.background_black
  .tb-footer-v3
  .footer-header.footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i:hover,
.background_black
  .tb-footer-v3
  .footer-top.footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i:hover,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-top
  .jws_theme_footer_top_four
  .widget
  .textwidget
  .socials
  li
  a
  > i:hover {
  color: #fff;
}
.background_black .tb-footer-v3 .footer-header.footer-bottom,
.background_black .tb-footer-v3 .footer-top.footer-bottom,
.background_black .tb-footer-v3 .footer-bottom.footer-bottom {
  border-top: 1px solid #1d1d1d;
  background: #131313;
}
.background_black
  .tb-footer-v3
  .footer-header.footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  .textwidget,
.background_black
  .tb-footer-v3
  .footer-top.footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  .textwidget,
.background_black
  .tb-footer-v3
  .footer-bottom.footer-bottom
  .jws_theme_footer_bottom_left
  .widget
  .textwidget {
  color: #3f3f3f;
}
.background_black .tb-footer-v3:before {
  background: #1d1d1d;
}
.background_black .tpl2 .tb-products-grid .type-product.status-publish {
  border-bottom: 1px solid #090909;
}
.background_black .tb-footer-v4 {
  background-color: #232323;
}
.background_black .tb-footer-v4 .footer-header,
.background_black .tb-footer-v4 .footer-top,
.background_black .tb-footer-v4 .footer-bottom {
  background-color: initial;
}
.background_black
  .tb-footer-v4
  .footer-header.footer-header
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  ul.socials
  > li
  > a:hover
  i,
.background_black
  .tb-footer-v4
  .footer-top.footer-header
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  ul.socials
  > li
  > a:hover
  i,
.background_black
  .tb-footer-v4
  .footer-bottom.footer-header
  .jws_theme_before_footer_2
  .widget.widget_text
  .textwidget
  ul.socials
  > li
  > a:hover
  i {
  color: #fff;
  opacity: 1;
}
.background_black
  .tb-footer-v4
  .footer-header.footer-top
  .jws_theme_footer_top_two
  .widget.widget_text
  .textwidget
  ul
  li
  a:hover
  span,
.background_black
  .tb-footer-v4
  .footer-top.footer-top
  .jws_theme_footer_top_two
  .widget.widget_text
  .textwidget
  ul
  li
  a:hover
  span,
.background_black
  .tb-footer-v4
  .footer-bottom.footer-top
  .jws_theme_footer_top_two
  .widget.widget_text
  .textwidget
  ul
  li
  a:hover
  span {
  color: #595959;
}
.background_black
  .tb-footer-v4
  .footer-header.footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget,
.background_black
  .tb-footer-v4
  .footer-top.footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget,
.background_black
  .tb-footer-v4
  .footer-bottom.footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget {
  color: #4f4f4f;
  font-family: lato;
  font-weight: 400;
  font-size: 13px;
}
.background_black
  .tb-footer-v4
  .footer-header.footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget
  a,
.background_black
  .tb-footer-v4
  .footer-top.footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget
  a,
.background_black
  .tb-footer-v4
  .footer-bottom.footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget
  a {
  color: #fff;
}
.background_black .tb-menu-sidebar .wrap-mini-cart .widget_mini_cart_wrap a {
  border: 1px solid #3b3b3b;
  color: #fff;
}
.background_black
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a
  > span.cart_total {
  color: #fff;
}
.background_black
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a:hover
  > i {
  border-color: #5b5b5b;
}
.background_black
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a:hover
  > span.cart_total {
  color: #5b5b5b;
}
.background_black .tb-menu-sidebar .widget_search form .s,
.background_black .tb-menu-sidebar .widget_search form .searchsubmit {
  background: transparent;
  border-color: #363636;
}
.background_black .tb-menu-sidebar .widget_search form .s.searchsubmit,
.background_black
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit.searchsubmit {
  color: #fff;
  background: #090909;
}
.background_black .tb-menu-sidebar .widget_search form .s.searchsubmit:hover,
.background_black
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit.searchsubmit:hover {
  color: #5b5b5b;
}
.background_black .tb-menu-sidebar .widget_search form .s.s,
.background_black .tb-menu-sidebar .widget_search form .searchsubmit.s {
  color: #a0a0a0;
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-top {
  background: #1c1c1c;
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu {
  background: #090909;
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-logo
  > a {
  background: url(assets/images/aaa.png) center center no-repeat transparent;
  display: block;
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-logo
  > a
  > img {
  opacity: 0;
}
@media (max-width: 767px) {
  .background_black
    .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-logo
    > a {
    background: url(assets/images/logov2.png) center center no-repeat
      transparent !important;
    background-size: contain !important;
  }
  .background_black
    .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-logo
    > a
    > img {
    opacity: 0 !important;
  }
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:before {
  display: none;
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li.current-menu-ancestor
  > a
  > span {
  color: #6f6f6f;
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit {
  border-color: #363636;
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a {
  color: #fff;
  border-color: #363636;
  background: #444;
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover {
  border-color: #5b5b5b !important;
  background: #5b5b5b !important;
  color: #fff !important;
}
.background_black
  .tb-header-wrap.tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span {
  color: #fff !important;
}
.background_black .test-version2 {
  background-color: #090909 !important;
  position: relative;
}
.background_black .test-version2 .tb-service-wrap .tb-service .tb-icon {
  border: 1px solid #202020;
}
.background_black .test-version2 .tb-service-wrap .tb-service .tb-content p {
  color: #4e4e4e;
}
.background_black .tb-footer-v5 .footer-header {
  border-top: 1px solid #181818;
  background: #090909;
}
.background_black
  .tb-footer-v5
  .footer-header
  .jws_theme_before_footer_1
  .textwidget
  .tb-open-lightbox {
  color: #fff;
}
.background_black
  .tb-footer-v5
  .footer-header
  .jws_theme_before_footer_5
  .textwidget
  .text_footer_header {
  color: #343434;
}
.background_black
  .tb-footer-v5
  .footer-header
  .jws_theme_before_footer_5
  .textwidget
  .text_footer_header
  span {
  color: #fff;
}
.background_black
  .tb-footer-v5
  .footer-header
  .submit-letter
  .newsletter-submit {
  background: #5b5b5b;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.background_black
  .tb-footer-v5
  .footer-header
  .submit-letter
  .newsletter-submit:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .tb-footer-v5 .footer-header .email-letter .newsletter-email {
  background-color: #2b2b2b !important;
}
.background_black
  .tb-footer-v5
  .footer-header
  .jws_theme_before_footer_1
  .widget
  .textwidget
  .tb-open-lightbox:hover {
  color: #5b5b5b;
}
.background_black .tb-footer-v5 .footer-top {
  background-color: #161616;
}
.background_black
  .tb-footer-v5
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  > li
  > a
  > span,
.background_black
  .tb-footer-v5
  .footer-top
  .jws_theme_footer_top_two
  .widget
  ul
  > li
  > a
  > span,
.background_black
  .tb-footer-v5
  .footer-top
  .jws_theme_footer_top_three
  .widget
  ul
  > li
  > a
  > span,
.background_black
  .tb-footer-v5
  .footer-top
  .jws_theme_footer_top_four
  .widget
  ul
  > li
  > a
  > span,
.background_black
  .tb-footer-v5
  .footer-top
  .jws_theme_footer_top_eight
  .widget
  ul
  > li
  > a
  > span {
  color: #e2e2e2;
}
.background_black
  .tb-footer-v5
  .footer-top
  .jws_theme_footer_top_one
  .widget
  ul
  > li
  > a
  > span:hover,
.background_black
  .tb-footer-v5
  .footer-top
  .jws_theme_footer_top_two
  .widget
  ul
  > li
  > a
  > span:hover,
.background_black
  .tb-footer-v5
  .footer-top
  .jws_theme_footer_top_three
  .widget
  ul
  > li
  > a
  > span:hover,
.background_black
  .tb-footer-v5
  .footer-top
  .jws_theme_footer_top_four
  .widget
  ul
  > li
  > a
  > span:hover,
.background_black
  .tb-footer-v5
  .footer-top
  .jws_theme_footer_top_eight
  .widget
  ul
  > li
  > a
  > span:hover {
  color: #5b5b5b;
}
.background_black .tb-footer-v5 .footer-bottom {
  background: #161616;
}
.background_black
  .tb-footer-v5
  .footer-bottom
  .jws_theme_footer_bottom_left
  .widget.widget_text
  .textwidget {
  color: #525252;
}
.background_black
  .ro-cate-slider.sty_slider
  .tpl2
  .show_catthree
  .image_text
  .get_textpd {
  background: #222222;
}
.background_black
  .ro-cate-slider.sty_slider
  .tpl2
  .show_catthree
  .image_text
  .get_textpd
  a {
  color: #fff;
}
.background_black
  .ro-cate-slider.sty_slider
  .tpl2
  .show_catthree
  .image_text
  .get_textpd
  a:hover {
  color: #5b5b5b;
}
.background_black
  .ro-cate-slider.sty_slider
  .tpl2
  .show_catthree
  .image_text
  .get_textpd
  .get_count {
  color: #777777;
}
.background_black .tb-header-wrap.tb-header-v7 {
  background: #0c0c0c !important;
}
.background_black
  .tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  #nav
  > li.current-menu-ancestor
  > a
  > span {
  color: #4b4b4b !important;
}
.background_black
  .tb-header-wrap.tb-header-v7.tb-layout-fullwidth
  .tb-header-top.tb-header-top
  .tb-sidebar.tb-sidebar-right
  ul
  > li
  span:hover {
  color: #5b5b5b !important;
}
.background_black .tb-header-wrap.tb-header-v7 .tb-header-top {
  background: #252525 !important;
}
.background_black .tb-header-wrap.tb-header-v7 .tb-header-menu-db {
  background: #0c0c0c !important;
}
.background_black
  .tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit.searchsubmit {
  background: transparent;
}
.background_black
  .tb-header-wrap.tb-header-v7
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:before {
  display: none !important;
}
.background_black .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth {
  background: #090909;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu {
  background: initial;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-top,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-top {
  border-bottom: 1px solid #1c1c1c;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-top
  .tb-sidebar.tb-sidebar-right
  ul
  > li
  span,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-top
  .tb-sidebar.tb-sidebar-right
  ul
  > li
  i,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-top
  .tb-sidebar.tb-sidebar-right
  ul
  > li
  span,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-top
  .tb-sidebar.tb-sidebar-right
  ul
  > li
  i {
  color: #fff !important;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li
  > a
  > span,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li
  > a
  > span {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li
  > a
  > span:hover,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li
  > a
  > span:hover {
  color: #5b5b5b;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-menu
  .tb-logo
  > a,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .tb-logo
  > a {
  background: url(assets/images/aaa.png) center center no-repeat transparent;
  display: block;
  background-size: contain !important;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-menu
  .tb-logo
  > a
  > img,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .tb-logo
  > a
  > img {
  opacity: 0;
}
@media (max-width: 767px) {
  .background_black
    .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
    .tb-header-top.tb-header-menu
    .tb-logo
    > a,
  .background_black
    .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-logo
    > a {
    background: none;
  }
  .background_black
    .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
    .tb-header-top.tb-header-menu
    .tb-logo
    > a
    > img,
  .background_black
    .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-logo
    > a
    > img {
    opacity: 1;
  }
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit {
  border-color: #363636;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a {
  color: #fff;
  border-color: #363636;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover {
  border-color: #fff !important;
  background: #fff !important;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > span {
  color: #fff !important;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-top.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > i,
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a:hover
  > i {
  color: #5b5b5b !important;
  font-weight: 700;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu
  .tb-menu-list
  ul
  > li.current-menu-ancestor
  > a
  > span {
  color: #6f6f6f !important;
}
.background_black
  .tb-header-wrap.tb-header-wrap.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a
  > span {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .language
  form
  .dd-container
  .dd-select
  .dd-pointer {
  border-top: none;
}
.background_black
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-selected
  .dd-selected-text {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li {
  border-right: 1px solid #848484 !important;
}
.background_black
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .widget_nav_menu
  .menu-account-shop-container
  ul
  > li:last-child {
  border-right: none !important;
}
.background_black
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select
  .dd-pointer {
  border-top: none;
}
.background_black .tb-header-v8.tb-header-stick .tb-header-menu {
  background: #090909 !important;
}
.background_black
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-sidebar
  .widget_mini_cart_wrap
  .header
  a.icon {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-sidebar
  .widget_mini_cart_wrap
  .header
  a.icon
  span.cart_total {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu-sidebar
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  .widget_shopping_cart_content
  p.buttons
  a:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
@media (max-width: 767px) {
  .background_black
    .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    background: url(assets/images/logov2.png) center center no-repeat
      transparent !important;
    background-size: contain !important;
  }
  .background_black
    .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a
    > img {
    opacity: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .background_black
    .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a:after {
    left: 50%;
  }
}
.background_black
  .tb-header-wrap.tb-header-v8.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:before {
  display: none;
}
.background_black .tb-header-wrap.tb-header-v1 {
  background: initial !important;
}
.background_black .tb-header-wrap.tb-header-v1 .tb-header-top {
  border-bottom: none !important;
  background: rgba(120, 120, 120, 0.3) !important;
}
.background_black .archive-products.grid-full-width .tb-after-shop-loop {
  border-top: none;
}
.background_black .archive-products .sidebar-area .widget .wg-title .wg-title,
.background_black .archive-products .widget-area .widget .wg-title {
  color: #fff;
  border-bottom: 1px solid #1e1e1e;
}
.background_black .archive-products .sidebar-area .widget .wg-title ul li,
.background_black .archive-products .widget-area .widget ul li {
  border-bottom: none;
}
.background_black .archive-products .sidebar-area .widget .wg-title ul li a,
.background_black .archive-products .sidebar-area .widget .wg-title ul li span,
.background_black .archive-products .widget-area .widget ul li a,
.background_black .archive-products .widget-area .widget ul li span {
  color: #666666;
}
.background_black .archive-products .sidebar-area .widget .wg-title ul li:after,
.background_black .archive-products .widget-area .widget ul li:after {
  color: #434343;
}
.background_black
  .archive-products
  .sidebar-area
  .widget
  .wg-title
  ul
  li:hover:after,
.background_black .archive-products .widget-area .widget ul li:hover:after {
  color: #fff;
}
.background_black
  .archive-products
  .sidebar-area
  .widget
  .wg-title
  ul
  li:hover
  a,
.background_black
  .archive-products
  .sidebar-area
  .widget
  .wg-title
  ul
  li:hover
  span,
.background_black .archive-products .widget-area .widget ul li:hover a,
.background_black .archive-products .widget-area .widget ul li:hover span {
  color: #fff;
}
.background_black .primary-sidebar .widget_price_filter .wg-title,
.background_black .primary-sidebar .widget_layered_nav .wg-title {
  border-bottom: none !important;
}
.background_black
  .primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .ui-slider {
  background: #242424 !important;
}
.background_black
  .primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .ui-slider
  .ui-slider-range {
  background: #7a7a7a;
}
.background_black
  .primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .ui-slider
  .ui-slider-handle {
  background-color: #000000;
  border: 2px solid #4f4f4f;
}
.background_black
  .primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .price_label
  > span {
  border: 1px solid #2a2a2a;
  color: #666666;
}
.background_black
  .primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .button {
  background: #363636;
}
.background_black
  .primary-sidebar
  .widget_price_filter
  .price_slider_wrapper
  .price_slider_amount
  .button:hover {
  background: #5b5b5b;
  color: #fff;
}
.background_black .archive-products .widget-area .widget ul {
  border-color: transparent;
}
.background_black .archive-products .widget-area .widget ul li {
  color: #666666;
}
.background_black .widget.yith-woocompare-widget > a.compare {
  border: none;
}
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-prev,
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-next {
  border: 1px solid #222222;
  background: transparent;
}
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-prev:hover,
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-next:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  a
  .product-title {
  color: #fff;
}
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  a
  .product-title:hover {
  color: #5b5b5b;
}
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  .amount {
  color: #666666;
}
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  del
  span.amount {
  color: #333333;
}
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  del
  span.amount:before {
  background: #333333;
}
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  ins
  span.amount {
  color: #666666;
}
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  ins
  span.amount
  .woocommerce-Price-currencySymbol {
  color: #666666;
}
.background_black
  .widget.woocommerce.widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  a
  img {
  border-color: #1f1f1f;
}
.background_black .widget.woocommerce.widget_product_tag_cloud a {
  border: 1px solid #1f1f1f;
  color: #666666;
}
.background_black .widget.woocommerce.widget_product_tag_cloud a:hover {
  color: #fff;
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .woocommerce .woocommerce-pagination ul li .page-numbers {
  border: 1px solid #222222 !important;
  color: #333333 !transparent;
  background: transparent !transparent;
}
.background_black
  .tb-start-shop-loop
  .tb-view-as
  .woocommerce-result-count
  span {
  color: #666666;
}
.background_black .tb-start-shop-loop .tb-view-as .woocommerce-result-count a {
  background: transparent !important;
  border: 1px solid #222222;
  color: #333333 !important;
}
.background_black
  .tb-start-shop-loop
  .tb-view-as
  .woocommerce-result-count
  a.active {
  color: #fff !important;
}
.background_black
  .tb-start-shop-loop
  .tb-shop-catalog-ordering
  .tb-woo-short-by
  span {
  color: #666666;
}
.background_black .tb-start-shop-loop .tb-shop-catalog-ordering form select {
  color: #666666;
  background: initial !important;
  border: 1px solid #222222;
}
.background_black .tb-start-shop-loop .pull-right.tb-shop-attribute .wg-title {
  color: #666666;
}
.background_black .tb-start-shop-loop .pull-right.tb-shop-attribute select {
  color: #666666;
  background: transparent;
  border: 1px solid #222222;
}
.background_black .product.type-product {
  border-right: 1px solid #090909;
  border-bottom: 1px solid #090909;
}
.background_black .product.type-product:before {
  background: #090909;
}
.background_black .product.type-product .tb-product-item-inner {
  border: 20px solid #1f1f1f;
  background: #1f1f1f;
}
.background_black .product.type-product .tb-product-item-inner .tb-image .new {
  background: #fff;
  color: #2a2a2a;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-image
  .onsale {
  background: #000000;
  color: #ffffff;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content {
  background-color: #1f1f1f;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-tocart
  a,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-tocart
  a {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-tocart
  a:before,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-tocart
  a:before {
  color: #fff;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-tocart
  a:hover,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-tocart
  a:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist {
  border: none;
  background: transparent;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button {
  background: #3a3a3a;
  border-radius: 50%;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before {
  color: #fff;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:hover,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:hover {
  background: #9c9c9c;
  border: none;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-header-content
  .tb-action
  .tb-product-btn
  .compare-button.compare-button,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-header-content
  .tb-action
  .tb-product-btn
  .compare-button.compare-button {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-header-content
  .tb-action
  .tb-product-btn
  .compare-button.compare-button:before,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-header-content
  .tb-action
  .tb-product-btn
  .compare-button.compare-button:before {
  color: #fff;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-header-content
  .tb-action
  .tb-product-btn
  .compare-button.compare-button:hover,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-header-content
  .tb-action
  .tb-product-btn
  .compare-button.compare-button:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-footer-content
  .tb-category
  a,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-footer-content
  .tb-category
  a {
  color: #666666;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-footer-content
  .tb-category
  a:hover,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-footer-content
  .tb-category
  a:hover {
  color: #5b5b5b;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-footer-content
  .tb-title
  a,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-footer-content
  .tb-title
  a {
  color: #fff;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-footer-content
  .tb-title
  a:hover,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-footer-content
  .tb-title
  a:hover {
  color: #5b5b5b;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-footer-content
  .tb-price-rating
  .tb-item-rating
  .star-rating
  span:before,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-footer-content
  .tb-price-rating
  .tb-item-rating
  .star-rating
  span:before {
  color: #fff;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-footer-content
  .tb-price-rating
  .tb-product-price
  del:before,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-footer-content
  .tb-price-rating
  .tb-product-price
  del:before {
  background: #454545;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-footer-content
  .tb-price-rating
  .tb-product-price
  del
  span.amount,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-footer-content
  .tb-price-rating
  .tb-product-price
  del
  span.amount {
  color: #454545;
}
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content.tb-footer-content
  .tb-price-rating
  .tb-product-price
  ins
  span.amount,
.background_black
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content.tb-footer-content
  .tb-price-rating
  .tb-product-price
  ins
  span.amount {
  color: #747474;
}
.background_black .tb-after-shop-loop {
  border-top: transparent !important;
}
.background_black
  .tb-after-shop-loop
  .tb-shop-pagination.pull-right
  .woocommerce-pagination
  ul
  > li
  a.page-numbers {
  border: 1px solid #222222;
  color: #434343;
  background: transparent;
}
.background_black
  .tb-after-shop-loop
  .tb-shop-pagination.pull-right
  .woocommerce-pagination
  ul
  > li
  a:hover.page-numbers {
  border-color: #5b5b5b;
  color: #fff;
  background: #5b5b5b;
}
.background_black
  .tb-after-shop-loop
  .tb-shop-pagination.pull-right
  .woocommerce-pagination
  ul
  > li
  span.current {
  background: #3b3b3b;
  color: #fff;
  border: 1px soild #3b3b3b;
}
.background_black
  .tb-after-shop-loop
  .tb-shop-pagination.pull-right
  .woocommerce-pagination
  ul
  > li
  span:hover.page-numbers {
  border-color: #5b5b5b;
  color: #fff;
  background: #5b5b5b;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column {
  border-bottom: 1px solid #090909;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product {
  border-bottom: none;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-title
  a {
  color: #fff;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-title
  a:hover {
  color: #5b5b5b;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-category
  a {
  color: #575757;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-category
  a:hover {
  color: #5b5b5b;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .ro-rate
  .woocommerce-product-rating
  .star-rating
  span:before {
  color: #fff;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .ro-rate
  .woocommerce-product-rating
  .woocommerce-review-link {
  color: #434343 !important;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price
  span.amount {
  color: #666666;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price
  del
  span.amount {
  color: #454545;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price
  del:before {
  background: #454545;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-wrap-price-rating
  .tb-product-price
  ins
  span.amount {
  color: #747474;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-content {
  color: #5b5b5b;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  a {
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  color: #fff;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  a:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
  color: #fff;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  a:before {
  color: #fff;
  opacity: 1;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button,
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist {
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button:before,
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:before {
  color: #fff;
  opacity: 1;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button
  .yith-wcwl-add-button:before,
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before {
  color: #fff;
}
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button:hover,
.background_black
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .images
  .yith_magnifier_zoom_wrap
  .yith_magnifier_zoom {
  border: 20px solid #1f1f1f;
}
.background_black
  .single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper
  li {
  border: 20px solid #1f1f1f;
}
.background_black
  .single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper
  li:before {
  background: #090909;
}
.background_black
  .single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper
  li
  > a:before {
  background: rgba(91, 91, 91, 0.3);
}
.background_black
  .single-product
  .ro-product-wrapper
  .images
  .thumbnails
  .caroufredsel_wrapper:after {
  background: #090909;
}
.background_black
  .single-product
  .ro-product-wrapper
  .images
  .thumbnails
  #slider-next:before,
.background_black
  .single-product
  .ro-product-wrapper
  .images
  .thumbnails
  #slider-prev:before {
  border: 2px solid #090909;
  background: #7d7d7d;
  line-height: 18px;
}
.background_black
  .single-product
  .ro-product-wrapper
  .images
  .thumbnails
  #slider-next:hover:before,
.background_black
  .single-product
  .ro-product-wrapper
  .images
  .thumbnails
  #slider-prev:hover:before {
  border: 2px solid #5b5b5b;
  background: #5b5b5b;
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .entry-title {
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .entry-title:hover {
  color: #5b5b5b;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .entry-title
  .nav-product-link
  a {
  border: 1px solid #222222;
  background: transparent;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .entry-title
  .nav-product-link
  a:hover {
  border-color: #5b5b5b;
  background: #5b5b5b;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-rate
  .woocommerce-product-rating
  .star-rating
  span:before {
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-rate
  .woocommerce-product-rating
  .woocommerce-review-link {
  color: #434343 !important;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta {
  border-bottom: 1px solid #181818;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price
  .price
  span.amount {
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price
  .price
  del
  span.amount {
  color: #454545;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price
  .price
  del:before {
  background: #454545;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .tb-product-price
  .price
  ins
  span.amount {
  color: #747474;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .ro-product-price-meta
  .stock
  span {
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  > form
  .label,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  > form
  #pa_color,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  > form
  #pa_size,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  > form
  #pa_brand {
  background: transparent;
  border-color: #363636;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  > form
  .reset_variations:hover {
  color: #5b5b5b;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-quantity {
  border-top: 1px solid #181818;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-quantity
  label
  span {
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-quantity
  .quantity
  span {
  color: #fff;
  border: 1px solid #212121;
  background-color: #212121;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-quantity
  .quantity
  input {
  border: 1px solid #212121;
  background: transparent;
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .single_add_to_cart_button {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .single_add_to_cart_button:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .compare-button,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .yith-wcwl-add-to-wishlist {
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .compare-button:before,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .yith-wcwl-add-to-wishlist:before {
  color: #fff;
  opacity: 1;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .compare-button
  .yith-wcwl-add-button:before,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before {
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .compare-button:hover,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .yith-wcwl-add-to-wishlist:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-quantity {
  border-top-color: #363636;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-quantity
  .quantity
  span.qty-minus,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-quantity
  .quantity
  span.qty-plus {
  color: #fff;
  border: 1px solid #212121;
  background-color: #212121;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-quantity
  .quantity
  span.qty-minus:hover
  i,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-quantity
  .quantity
  span.qty-plus:hover
  i {
  color: #5b5b5b;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-quantity
  .quantity
  input {
  border: 1px solid #212121;
  background: transparent;
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .single_add_to_cart_button {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .single_add_to_cart_button:hover {
  background-color: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button {
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.show:before,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button
  .yith-wcwl-add-button.show:before,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button
  .yith-wcwl-wishlistaddedbrowse.show:before {
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist:before,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button:before {
  color: #fff;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .yith-wcwl-add-to-wishlist:hover,
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .variations_button
  .compare-button:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black
  .single-product
  .ro-product-wrapper
  .ro-product-information
  .single_variation_wrap
  .ro-price
  .single_variation
  .woocommerce-variation-price
  .price
  ins
  .amount {
  color: #5b5b5b;
}
.background_black .single-product .ro-product-relate .ro-title h4 {
  background-color: #090909;
  color: #fff;
}
.background_black .single-product .ro-product-relate .ro-title:before {
  background: #1f1f1f;
}
.background_black
  .single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav {
  background: #090909;
}
.background_black
  .single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav
  .owl-prev,
.background_black
  .single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav
  .owl-next {
  border: 1px solid #212121;
  width: 24px;
  height: 24px;
}
.background_black
  .single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav
  .owl-prev
  > i,
.background_black
  .single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav
  .owl-next
  > i {
  background: transparent;
  line-height: 24px;
}
.background_black
  .single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav
  .owl-prev:hover,
.background_black
  .single-product
  .ro-product-relate
  .tb-product-carousel3
  .tb-product-items
  .tb-products-grid
  .owl-controls
  .owl-nav
  .owl-next:hover {
  border-color: #5b5b5b;
}
.background_black .single-product .woocommerce-tabs .panel {
  background: transparent;
  border: 1px solid #1f1f1f !important;
}
.background_black .single-product .woocommerce-tabs .tabs li a {
  color: #3b3b3b !important;
}
.background_black .single-product .woocommerce-tabs .tabs li.active > a {
  color: #ffffff !important;
}
.background_black
  .single-product
  .woocommerce-tabs
  .woocommerce-Reviews
  #review_form_wrapper
  #review_form
  .comment-respond
  .comment-reply-title {
  color: #fdfdfd;
}
.background_black
  .single-product
  .woocommerce-tabs
  .woocommerce-Reviews
  #review_form_wrapper
  #review_form
  .comment-respond
  form
  p
  textarea,
.background_black
  .single-product
  .woocommerce-tabs
  .woocommerce-Reviews
  #review_form_wrapper
  #review_form
  .comment-respond
  form
  p
  input {
  border-color: #212121;
  color: #ffffff;
}
.background_black
  .single-product
  .woocommerce-tabs
  .woocommerce-Reviews
  #review_form_wrapper
  #review_form
  .comment-respond
  form
  p.form-submit
  .submit {
  border-color: #363636;
  background: #363636;
  color: #ffffff;
}
.background_black
  .single-product
  .woocommerce-tabs
  .woocommerce-Reviews
  #review_form_wrapper
  #review_form
  .comment-respond
  form
  p.form-submit
  .submit:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .widget-area .widget .wg-title {
  color: #fff;
  border-bottom: 1px solid #1e1e1e;
}
.background_black .widget .yith-woocompare-widget > ul {
  border-bottom: 1px solid #1e1e1e;
}
.background_black .widget .yith-woocompare-widget > ul > li {
  color: #434343;
}
.background_black .widget .tb-woo-banner {
  border: 20px solid #1f1f1f;
  background: #1f1f1f;
}
.background_black .widget .tb-woo-banner .title_content .font-miracle-2 {
  color: #fff;
}
.background_black .widget .tb-woo-banner .title_content p {
  color: #575757;
}
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-image {
  border: none;
}
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-title
  > a {
  color: #fff;
}
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-title
  > a:hover {
  color: #5b5b5b;
}
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  span.amount {
  color: #666666;
}
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del
  span.amount {
  color: #333333;
}
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  del
  span.amount:before {
  background: #333333;
}
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product
  .tb-product-item
  .tb-content
  .tb-price-rating
  .tb-product-price
  ins
  span.amount {
  color: #666666;
}
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-prev,
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-next {
  border: 1px solid #222222;
  background: transparent;
}
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-prev:hover,
.background_black
  .single-product
  .tb-sidebar
  .upsells
  .slide_top_rate
  .owl-controls
  .owl-nav
  .owl-next:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .widget.yith-woocompare-widget > ul > li:last-child {
  color: #666666;
}
.background_black .widget.yith-woocompare-widget > ul {
  border-bottom: 1px solid #1e1e1e;
}
.background_black .widget.yith-woocompare-widget > ul > li > a:hover {
  color: #ffffff;
}
.background_black #tb-list-porfolio .controls-filter .filter {
  border: 1px solid #222222;
}
.background_black #tb-list-porfolio .controls-filter .filter a {
  color: #fff;
}
.background_black #tb-list-porfolio .tb-viewmore .tb-btn-viewmore:before,
.background_black #tb-list-porfolio .tb-viewmore .tb-btn-viewmore:after {
  background: #1d1d1d;
}
.background_black #tb-list-porfolio .tb-viewmore .tb-btn-viewmore a {
  background: #090909;
}
.background_black #tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span {
  border: 1px solid #383838;
  background: #383838;
}
.background_black #tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black #tb-list-porfolio .mix .tb-portfolio-item {
  background: #1f1f1f;
}
.background_black
  #tb-list-porfolio
  .mix
  .tb-portfolio-item
  .tb-content
  .tb-content-inner
  .tb-categories {
  color: #666666;
}
.background_black
  #tb-list-porfolio
  .mix
  .tb-portfolio-item
  .tb-content
  .tb-content-inner
  .tb-categories:hover {
  color: #5b5b5b;
}
.background_black
  #tb-list-porfolio
  .mix
  .tb-portfolio-item
  .tb-content
  .tb-content-inner
  .tb-title {
  color: #fff;
}
.background_black
  #tb-list-porfolio
  .mix
  .tb-portfolio-item
  .tb-content
  .tb-content-inner
  .tb-title:hover {
  color: #5b5b5b;
}
.background_black .tpl1.tb-blog-grid .tb-post-item .tb-content a .tb-thumb {
  border-color: #1f1f1f;
}
.background_black .sidebar-area .widget .wg-title {
  color: #fff;
  border-bottom: 1px solid #1e1e1e;
}
.background_black
  .widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3
  > a {
  color: #666666;
}
.background_black
  .widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-title
  h3
  > a:hover {
  color: #5b5b5b;
}
.background_black
  .widget_zo-recent-posts-widget-with-thumbnails
  .tb-recent-detail
  .tb-post-date {
  color: #fff;
}
.background_black .widget_zo-recent-posts-widget-with-thumbnails ul > li {
  border-bottom: none;
}
.background_black
  .widget_zo-recent-posts-widget-with-thumbnails
  .widget_categories
  ul
  li,
.background_black
  .widget_zo-recent-posts-widget-with-thumbnails
  .widget_archive
  ul
  li {
  border-bottom: none;
}
.background_black
  .widget_zo-recent-posts-widget-with-thumbnails
  .widget_categories
  ul
  li
  a,
.background_black
  .widget_zo-recent-posts-widget-with-thumbnails
  .widget_archive
  ul
  li
  a {
  color: #666666;
}
.background_black .sidebar-area .widget ul li {
  border-bottom: none;
}
.background_black .sidebar-area .widget ul li a {
  color: #666666;
}
.background_black .sidebar-area .widget ul li a:hover {
  color: #5b5b5b;
}
.background_black
  .tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date {
  background: #fff;
}
.background_black
  .tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_date,
.background_black
  .tpl1.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_time {
  color: #333;
}
.background_black .tpl1.tb-blog-grid .tb-post-item .tb-content a h4.tb-title {
  color: #fff;
}
.background_black
  .tpl1.tb-blog-grid
  .tb-post-item
  .tb-content
  a
  h4.tb-title:hover {
  color: #5b5b5b;
}
.background_black .tpl1.tb-blog-grid .tb-post-item .tb-content .tb-excerpt {
  color: #666666;
}
.background_black .pagination a.page-numbers {
  border-color: #222222;
}
.background_black .pagination a.page-numbers:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .pagination span.page-numbers {
  border-color: #3b3b3b;
  background: #3b3b3b;
}
.background_black .tpl3.tb-blog-grid.tpl3.tb-blog-grid > [class*="col-lg-12"] {
  border-bottom: 1px solid #1e1e1e;
}
.background_black
  .tpl3.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_content
  a
  > h4.tb-title {
  color: #333333;
}
.background_black
  .tpl3.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .show_content
  a
  > h4.tb-title:hover {
  color: #5b5b5b;
}
.background_black
  .tpl3.tb-blog-grid.tpl3.tb-blog-grid
  > [class*="col-lg-12"]
  .tb-post-item
  .tb-content
  .tb-excerpt {
  color: #666666;
}
.background_black .tpl3.tb-blog-grid .tb-post-item .tb-content a .tb-thumb {
  border: 15px solid #1f1f1f;
}
.background_black
  .tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date {
  background: #fff;
}
.background_black
  .tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_date,
.background_black
  .tpl3.tb-blog-grid
  .tb-post-item
  .show_infoleft
  .tb-info
  .blog-info
  .tb-blog-date
  a
  .the_time {
  color: #333;
}
.background_black .widget_mini_cart_wrap .shopping_cart_dropdown {
  background: #1b1b1b;
}
.background_black
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li {
  border-bottom: 1px solid #282828;
}
.background_black
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  .quantity {
  color: #747474;
}
.background_black
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  a {
  border: none;
}
.background_black
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  a.remove {
  color: #676767 !important;
  background: #000000;
}
.background_black .widget_mini_cart_wrap .shopping_cart_dropdown .total {
  color: #fff;
}
.background_black .widget_mini_cart_wrap .shopping_cart_dropdown .buttons a {
  background: #363636;
  border-color: #363636;
  color: #fff;
}
.background_black
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  .buttons
  a:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  li {
  background: #1b1b1b;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  li:hover
  > a {
  color: #fff;
  background-color: #000000;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children
  > ul.standar-dropdown
  li:hover
  > ul {
  border-left: 1px solid #2b2b2b;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul {
  background-color: #1b1b1b;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul
  > li
  > a {
  color: #fff;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul
  > li
  > ul {
  background: transparent;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul
  > li
  > ul
  > li:hover
  > a {
  color: #fff;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul
  > li
  > ul
  > li.new
  > a
  > span:before {
  border-right-color: #fff;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul
  > li
  > ul
  > li.new
  > a
  > span:after {
  background-color: #fff;
  color: #2a2a2a;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul
  > li
  > ul
  > li.hot
  > a
  > span:before {
  border-right-color: #7b7b7b;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul
  > li
  > ul
  > li.hot
  > a
  > span:after {
  background-color: #7b7b7b;
  color: #fff;
}
.background_black .content.tb-blog .tb-blog-image {
  border: 15px solid #1f1f1f;
}
.background_black .content.tb-blog .tb-content-block .blog-info {
  border-bottom: none !important;
}
.background_black .content.tb-blog .tb-content-block .blog-info .tb-blog-date {
  background: #fff;
}
.background_black
  .content.tb-blog
  .tb-content-block
  .blog-info
  .tb-blog-date
  a
  .the_date,
.background_black
  .content.tb-blog
  .tb-content-block
  .blog-info
  .tb-blog-date
  a
  .the_time {
  color: #333;
}
.background_black .content.tb-blog .tb-content-block .blog-title {
  color: #fff;
}
.background_black .content.tb-blog .tb-content-block .blog-title:hover {
  color: #5b5b5b;
}
.background_black .content.tb-blog .comments-area .comments-title legend {
  background: #090909;
  color: #fff;
}
.background_black .content.tb-blog .comments-area .comments-title legend label {
  color: #4c4c4c;
}
.background_black .content.tb-blog .comments-area .comments-title:before {
  background: #1d1d1d;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-avatar
  > img {
  border: 6px solid #1f1f1f;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-info:before {
  background-color: #1f1f1f;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-info:after {
  border-right: none;
  border-bottom: 20px solid #1f1f1f;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-info
  .comment-header-info
  .comment-author {
  color: #fff;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date
  a {
  color: #5b5b5b;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-list
  .comment
  .comment-body
  .comment-info
  .comment-header-info
  .comment-date
  a:hover {
  color: #5b5b5b;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-respond
  .comment-reply-title {
  color: #fff;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-respond
  .comment-reply-title
  > p
  > span {
  color: #fff;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-respond
  .comment-form
  p
  label
  span {
  color: #fff;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-respond
  .comment-form
  p
  textarea,
.background_black
  .content.tb-blog
  .comments-area
  .comment-respond
  .comment-form
  p
  input {
  border: 1px solid #252525;
  background: transparent;
  color: #fff;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-respond
  .comment-form
  p.form-submit
  .submit {
  background: #363636;
}
.background_black
  .content.tb-blog
  .comments-area
  .comment-respond
  .comment-form
  p.form-submit
  .submit:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .tb-blog .post-navigation {
  border-bottom: 1px solid #1f1f1f;
  border-top: 1px solid #1f1f1f;
}
.background_black
  .tb-blog
  .post-navigation
  .nav-links
  .nav-previous
  a
  > .btn.btn-default {
  background: #090909;
  color: #575757;
}
.background_black
  .tb-blog
  .post-navigation
  .nav-links
  .nav-previous
  a
  > .btn.btn-default:hover {
  color: #fff;
}
.background_black .tb-blog .post-navigation .nav-links .nav-next .btn {
  color: #575757;
}
.background_black .tb-blog .post-navigation .nav-links .nav-next .btn:hover {
  color: #fff;
}
.background_black .tb-blog-related > .tb-title h4 {
  background-color: #090909;
  color: #fff;
}
.background_black .tb-blog-related > .tb-title:before {
  background: #1f1f1f;
}
.background_black .tb-blog-related .owl-controls {
  background: #090909;
}
.background_black .tb-blog-related .owl-controls .owl-nav .owl-prev,
.background_black .tb-blog-related .owl-controls .owl-nav .owl-next {
  border: none;
}
.background_black .tb-blog-related .owl-controls .owl-nav .owl-prev i,
.background_black .tb-blog-related .owl-controls .owl-nav .owl-next i {
  background: transparent;
  border: 1px solid #222222;
}
.background_black .tb-blog-related .owl-controls .owl-nav .owl-prev i:hover,
.background_black .tb-blog-related .owl-controls .owl-nav .owl-next i:hover {
  border-color: #5b5b5b;
  background: #5b5b5b;
}
.background_black .tb-blog article.portfolio .tb-portfolio-info li {
  border-bottom: 1px solid #1b1b1b;
  color: #494949;
}
.background_black .tb-blog article.portfolio .tb-portfolio-info li:first-child {
  border-top: 1px solid #1b1b1b;
}
.background_black .tb-blog article.portfolio .tb-portfolio-info li span {
  color: #fff;
}
.background_black .ro-cart-form {
  background: transparent !important;
}
.background_black .ro-cart-form table.shop_table {
  border: 1px solid #212121 !important;
}
.background_black .ro-cart-form table.shop_table thead tr th {
  border-color: #212121 !important;
  color: #fff !important;
}
.background_black .ro-cart-form table.shop_table tbody tr td {
  border-color: #212121 !important;
}
.background_black .ro-cart-form table.shop_table tbody tr td a {
  color: #fff !important;
}
.background_black .ro-cart-form table.shop_table tbody tr td a:hover {
  clor: #5b5b5b !important;
}
.background_black .ro-cart-form table.shop_table tbody tr td .quantity input {
  border: 1px solid #212121;
  background: transparent !important;
  color: #fff !important;
}
.background_black .ro-cart-form table.shop_table tbody tr td .remove {
  background: #383838 !important;
  color: #fff !important;
}
.background_black .tb-tab-container {
  border: 1px solid #1f1f1f;
  background: transparent;
}
.background_black .tb-tab-container .etabs {
  background: #1d1d1d;
}
.background_black .tb-tab-container .etabs .tab {
  background: #1d1d1d;
  border-top: 1px solid #242424;
}
.background_black .tb-tab-container .etabs .tab:last-child {
  border-bottom: 1px solid #242424;
}
.background_black .tb-tab-container .etabs .tab.active {
  background: #000000;
}
.background_black .tb-tab-container .etabs .tab.active a.active {
  background: #000000;
}
.background_black .tb-tab-container .tb-data-tab {
  border-left: 1px solid #252525;
}
.background_black
  .tb-tab-container
  .tb-data-tab
  #tabs-2
  .shipping_method
  li
  label,
.background_black
  .tb-tab-container
  .tb-data-tab
  #tabs-2
  .shipping_method
  li
  input {
  color: #666666;
}
.background_black
  .tb-tab-container
  .tb-data-tab
  #tabs-2
  .woocommerce-shipping-calculator
  .tb-form-calculator-title {
  color: #fff;
}
.background_black
  .tb-tab-container
  .tb-data-tab
  #tabs-2
  .woocommerce-shipping-calculator
  .form-shipping-calculator
  p
  label
  span {
  color: #fff;
}
.background_black
  .tb-tab-container
  .tb-data-tab
  #tabs-2
  .woocommerce-shipping-calculator
  .form-shipping-calculator
  p
  .button {
  border: 1px solid #363636;
  background: #363636;
  color: #fff;
}
.background_black
  .tb-tab-container
  .tb-data-tab
  #tabs-2
  .woocommerce-shipping-calculator
  .form-shipping-calculator
  p
  .button:hover {
  border-color: #5b5b5b;
  background: #5b5b5b;
}
.background_black
  .tb-tab-container
  .tb-data-tab
  #tabs-2
  .woocommerce-shipping-calculator
  .form-shipping-calculator
  p
  select {
  background: transparent;
  border-color: #252525;
}
.background_black
  .tb-tab-container
  .tb-data-tab
  #tabs-2
  .woocommerce-shipping-calculator
  .form-shipping-calculator
  p
  #calc_shipping_postcode {
  background: transparent;
  border: 1px solid #252525;
}
.background_black .cart-collaterals .cart_totals .cart-total-table table {
  background: transparent;
  border: 1px solid #252525;
}
.background_black
  .cart-collaterals
  .cart_totals
  .cart-total-table
  table
  tbody
  tr
  th,
.background_black
  .cart-collaterals
  .cart_totals
  .cart-total-table
  table
  tbody
  tr
  td {
  border-color: #252525;
  color: #fff;
}
.background_black
  .cart-collaterals
  .cart_totals
  .cart-total-table
  table
  tbody
  tr.order-total
  th,
.background_black
  .cart-collaterals
  .cart_totals
  .cart-total-table
  table
  tbody
  tr.order-total
  td {
  color: #646464;
}
.background_black
  .cart-collaterals
  .cart_totals
  .cart-total-table
  .wc-proceed-to-checkout
  .return-to-shop
  a {
  background: #363636;
  border-color: #363636;
}
.background_black
  .cart-collaterals
  .cart_totals
  .cart-total-table
  .wc-proceed-to-checkout
  .return-to-shop
  a:hover {
  border-color: #5b5b5b;
  background: #5b5b5b;
}
.background_black
  .cart-collaterals
  .cart_totals
  .cart-total-table
  .wc-proceed-to-checkout
  .checkout-button {
  background: #363636;
  border-color: #363636;
}
.background_black
  .cart-collaterals
  .cart_totals
  .cart-total-table
  .wc-proceed-to-checkout
  .checkout-button:hover {
  border-color: #5b5b5b;
  background: #5b5b5b;
}
.background_black .ro-checkout-panel h4 {
  color: #fff;
}
.background_black .ro-checkout-panel p label {
  color: #666666;
}
.background_black .ro-checkout-panel p label .required {
  color: #fff;
}
.background_black .ro-checkout-panel p input {
  background: transparent;
  color: #fff;
  border-color: #252525;
}
.background_black .ro-checkout-panel p .select2-container a {
  background: transparent;
  border-color: #252525;
}
.background_black
  .ro-checkout-panel
  .woocommerce-shipping-fields
  .ship-to-different-address
  .checkbox {
  color: #666666;
}
.background_black
  .ro-checkout-panel
  .woocommerce-shipping-fields
  p
  .input-text {
  background: transparent;
  border-color: #252525;
}
.background_black .woocommerce-checkout-review-order table {
  border: 1px solid #252525;
}
.background_black
  .woocommerce-checkout-review-order
  table
  thead
  th.product-name {
  color: #666666;
  background-color: transparent;
  border-right: 1px solid #252525;
  border-bottom: 1px solid #252525;
}
.background_black .woocommerce-checkout-review-order table .ro-body tr td {
  border-right: 1px solid #252525;
  border-bottom: 1px solid #252525;
}
.background_black .woocommerce-checkout-review-order table tfoot tr th {
  border-bottom: 1px solid #252525;
  color: #666666;
}
.background_black .woocommerce-checkout-review-order table tfoot tr td {
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  color: #666666;
}
.background_black .tb-login-form h5.tb-title {
  color: #fff;
  border-bottom: 1px solid #212121;
}
.background_black .tb-login-form form p label:after {
  color: #fff;
}
.background_black .tb-login-form form p label #rememberme {
  color: #666666;
}
.background_black .tb-login-form form p input {
  background: transparent;
  border-color: #212121;
}
.background_black .tb-login-form form p .button-primary {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
.background_black .tb-login-form form p .button-primary:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .tb-login-form form .forgot-password {
  color: #fff;
}
.background_black .tb-register-form h5.tb-title {
  color: #fff;
  border-bottom: 1px solid #212121;
}
.background_black .tb-register-form form p label:after {
  color: #fff;
}
.background_black .tb-register-form form p input {
  background: transparent;
  border-color: #212121;
}
.background_black .tb-register-form form p #tb-wp-submit {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
.background_black .tb-register-form form p #tb-wp-submit:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .tb-register-form .tb-info h5 {
  color: #fff;
}
.background_black .tb-register-form .tb-info ul li {
  color: #6b6b6b;
}
.background_black .tb-register-form .tb-info ul li:before {
  color: #fff;
}
.background_black .tb-custom-contact .wpb_column {
  border: 0px solid #090909 !important;
}
.background_black .tb-custom-contact .wpb_column .wpb_content_element {
  background: rgba(9, 9, 9, 0.9);
}
.background_black
  .tb-custom-contact
  .wpb_column
  .wpb_content_element
  .widget.widget_text
  .wg-title {
  color: #fff;
}
.background_black
  .tb-custom-contact
  .wpb_column
  .wpb_content_element
  ul
  li
  a
  span {
  color: #b6b6b6;
}
.background_black
  .tb-custom-contact
  .wpb_column
  .wpb_content_element
  ul
  li
  a
  i {
  color: #fff;
}
.background_black .tb-loading {
  background: #1f1f1f;
}
.background_black .tb-loading:before {
  width: 50px;
  height: 50px;
  background-image: url(http://miracle.jwsuperthemes.com/wp-content/uploads/2015/10/Loading3.gif) !important;
}
.background_black .wpcf7-form .ct-label {
  color: #666666;
}
.background_black .wpcf7-form .ct-label label {
  color: #fff;
}
.background_black .wpcf7-form .wpcf7-form-control-wrap input,
.background_black .wpcf7-form .wpcf7-form-control-wrap textarea {
  border: 1px solid #1f1f1f;
  color: #fff;
  background: transparent;
}
.background_black .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background-color: #363636;
  border: 1px solid #363636;
}
.background_black .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .tb-team .tb-box-inner {
  background: #1f1f1f;
  padding-bottom: 30px;
}
.background_black .tb-team .tb-box-inner .tb-image-name h5.tb-name {
  color: #fff;
}
.background_black .tb-team .tb-box-inner .tb-image-name h5.tb-name:hover {
  color: #5b5b5b;
}
.background_black .tb-team .tb-box-inner .tb-image-name .tb-experience {
  color: #666666;
}
.background_black .tb-team .tb-box-inner .tb-social a {
  color: #444444;
}
.background_black .tb-team .tb-box-inner .tb-social a:hover {
  color: #fff;
}
.background_black .tb-error404-wrap .widget_search .s {
  color: #333333;
  background: #000000 !important;
  border-color: #000000 !important;
}
.background_black .tb-error404-wrap .widget_search input[type="submit"] {
  background: #969696 !important;
  border-color: #969696 !important;
}
.background_black .tb-error404-wrap .widget_search input[type="submit"]:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .ro-product-relate .tb-product-items .owl-controls .owl-nav {
  display: inline-block;
  position: absolute;
  top: -11%;
  right: 0;
  background: #090909;
  padding-left: 18px;
}
.background_black
  .ro-product-relate
  .tb-product-items
  .owl-controls
  .owl-nav
  .owl-prev,
.background_black
  .ro-product-relate
  .tb-product-items
  .owl-controls
  .owl-nav
  .owl-next {
  position: initial;
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  -ms-transform: initial;
  opacity: 1;
  display: inline-block;
}
.background_black
  .ro-product-relate
  .tb-product-items
  .owl-controls
  .owl-nav
  .owl-prev.owl-prev,
.background_black
  .ro-product-relate
  .tb-product-items
  .owl-controls
  .owl-nav
  .owl-next.owl-prev {
  margin-right: 5px;
}
.background_black
  .upsellss
  .miracle-title-separator-wrap
  .miracle-title-separator
  span {
  background: #090909;
}
.background_black .upsellss .miracle-title-separator-wrap:before {
  background: #1f1f1f;
}
.background_black .upsellss .owl-controls .owl-nav {
  background: #090909;
}
.background_black
  .single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical {
  border-right: 1px solid #090909;
}
.background_black
  .single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .slideshow {
  border: 20px solid #1f1f1f;
}
.background_black
  .single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .slideshow
  .cycle-carousel-wrap {
  background: #1f1f1f;
}
.background_black
  .single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .nav-product-link
  #prev-product,
.background_black
  .single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .nav-product-link
  #next-product {
  top: -15px;
  border: 3px solid #090909;
  background: #7d7d7d;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 25px;
  height: 25px;
  line-height: 15px;
  color: #fff;
}
.background_black
  .single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .nav-product-link
  #prev-product#next-product,
.background_black
  .single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .nav-product-link
  #next-product#next-product {
  top: -15px;
  margin-top: 5px;
  line-height: 17px;
}
.background_black
  .single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .nav-product-link
  #prev-product:hover,
.background_black
  .single-product
  .tb-content.tb-fullwidth
  .ro-product-wrapper.vertical-slider
  .tb-single-vertical
  .nav-product-link
  #next-product:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .woocommerce table.wishlist_table {
  border: 1px solid #212121;
}
.background_black .woocommerce table.wishlist_table thead tr th {
  border-color: #212121;
}
.background_black .woocommerce table.wishlist_table thead tr th > span {
  color: #fff;
}
.background_black .woocommerce table.wishlist_table tbody tr td {
  border-color: #212121;
}
.background_black .wishlist-title h3 {
  color: #fff;
}
.background_black .woocommerce form.checkout_coupon {
  border: 1px solid #212121;
}
.background_black .woocommerce form.checkout_coupon input[type="submit"] {
  border-color: #212121;
}
.background_black
  .tb-product-carousel4
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .tb-product-carousel5
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .tb-product-carousel3
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show {
  background: #3a3a3a;
  border-color: #3a3a3a;
}
.background_black
  .tb-product-carousel4
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .tb-product-carousel5
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .tb-product-carousel3
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before {
  color: #fff;
}
.background_black
  .tb-product-carousel4
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .tb-product-carousel5
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .tb-product-carousel3
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black
  .tb-product-carousel4
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show,
.background_black
  .tb-product-carousel5
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show,
.background_black
  .tb-product-carousel3
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  border-color: #3a3a3a !important;
  background: #3a3a3a;
}
.background_black
  .tb-product-carousel4
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before,
.background_black
  .tb-product-carousel5
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before,
.background_black
  .tb-product-carousel3
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before {
  color: #fff;
}
.background_black
  .tb-product-carousel4
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover,
.background_black
  .tb-product-carousel5
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover,
.background_black
  .tb-product-carousel3
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black
  .tb-product-carousel4
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover:before,
.background_black
  .tb-product-carousel5
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover:before,
.background_black
  .tb-product-carousel3
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn.tb-btn-wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover:before {
  color: #fff;
}
.background_black .tb-blog-carousel2 .owl-controls .owl-nav .owl-prev,
.background_black .tb-blog-carousel2 .owl-controls .owl-nav .owl-next {
  border: 3px solid #0b0b0b;
}
.background_black .tb-blog-carousel2 .owl-controls .owl-nav .owl-prev > i,
.background_black .tb-blog-carousel2 .owl-controls .owl-nav .owl-next > i {
  background: #535353;
}
.background_black .tb-blog-carousel2 .owl-controls .owl-nav .owl-prev:hover,
.background_black .tb-blog-carousel2 .owl-controls .owl-nav .owl-next:hover {
  border-color: #5b5b5b;
  background: #5b5b5b;
}
.background_black .tb-blog-carousel2 .owl-controls .owl-nav .owl-prev:hover > i,
.background_black
  .tb-blog-carousel2
  .owl-controls
  .owl-nav
  .owl-next:hover
  > i {
  background: #5b5b5b !important;
  border-color: #5b5b5b !important;
}
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .yith-wcwl-wishlistaddedbrowse.show {
  background: #3a3a3a;
  border-color: #3a3a3a;
}
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .yith-wcwl-wishlistaddedbrowse.show:before {
  color: #fff !important;
  font-weight: 700;
}
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .yith-wcwl-wishlistaddedbrowse.show:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-three-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-three-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .yith-wcwl-wishlistaddedbrowse.show,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-two-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-two-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .yith-wcwl-wishlistaddedbrowse.show,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .yith-wcwl-wishlistaddedbrowse.show {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
}
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-three-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-three-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .yith-wcwl-wishlistaddedbrowse.show:before,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-two-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-two-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .yith-wcwl-wishlistaddedbrowse.show:before,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .yith-wcwl-wishlistaddedbrowse.show:before {
  color: #fff;
}
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-three-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-three-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .yith-wcwl-wishlistaddedbrowse.show:hover,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-two-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-two-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .yith-wcwl-wishlistaddedbrowse.show:hover,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .yith-wcwl-wishlistaddedbrowse.show:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-three-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  span.amount,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-two-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  span.amount,
.background_black
  .archive-products
  .tb-content
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  span.amount {
  color: #747474;
}
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-four-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-four-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show,
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-five-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-five-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
}
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-four-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-four-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before,
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-five-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-five-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before {
  color: #fff;
}
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-four-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-four-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover,
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-five-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-products-grid.tb-woo-five-column
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
}
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before {
  color: #fff;
}
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover {
  background: #9c9c9c;
  border-color: #9c9c9c !important;
}
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
}
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before {
  color: #fff;
}
.background_black
  .archive-products.grid-full-width
  .products
  .tb-product-items
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black
  .woocommerce
  .tb-products-grid
  .tb-product-item-inner
  .tb-footer-content
  .tb-price-rating
  .tb-product-price
  span.amount {
  color: #747474;
}
.background_black
  .archive-products
  .sidebar-area
  .primary-sidebar
  .widget_top_rated_products_one
  .slide_top_rate
  .item_product
  li
  .tb_content_rate
  .show_all_content
  .show_prices
  ins {
  color: transparent;
}
.background_black
  .single-product
  .tb-content
  .product.type-product
  .ro-product-wrapper
  .entry-summary.ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show {
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
}
.background_black
  .single-product
  .tb-content
  .product.type-product
  .ro-product-wrapper
  .entry-summary.ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before {
  color: #fff;
}
.background_black
  .single-product
  .tb-content
  .product.type-product
  .ro-product-wrapper
  .entry-summary.ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black
  .single-product
  .tb-sidebar
  .widget-area
  .primary-sidebar
  .upsells
  .slide_top_rate
  .item_product
  .product.type-product
  .tb-product-item
  .tb-image
  img {
  border: 10px solid #1f1f1f;
}
.background_black
  .tb-header-wrap.tb-header-v1
  .tb-header-menu.tb-header-menu-md {
  background: transparent;
}
.background_black
  .tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a
  i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a:hover {
  color: #fff !important;
}
.background_black
  .tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a:hover
  i {
  background: #ffffff;
  color: #5b5b5b;
  border-color: #fff;
  font-weight: 700;
}
.background_black
  .tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icona
  > a:hover
  span {
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon:hover {
  background: #fff;
  border-color: #fff;
  color: #fff;
}
.background_black
  .tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon:hover
  i {
  color: #5b5b5b;
  font-weight: 700;
}
.background_black
  .tb-header-wrap.tb-header-v1
  .tb-header-menu-top
  .text-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a.icon:hover
  span.cart_total {
  color: #fff;
}
@media (max-width: 767px) {
  .background_black
    .tb-header-wrap.tb-header-v1
    .tb-header-menu-top
    .all-sidebar
    .tb-sidebar-l
    #tb-mega-searchform
    .s {
    margin-bottom: 0;
    color: #fff;
  }
}
.background_black .tb-header-v5 {
  background: rgba(255, 255, 255, 0.1) !important;
}
.background_black
  .tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-list
  #nav
  > li
  > a:before {
  display: none;
}
.background_black
  .tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  a {
  border-color: #bcbcbc !important;
}
.background_black
  .tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  .menu-sub-account-container
  ul
  li
  a
  span:hover {
  color: #fff !important;
}
.background_black
  .tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  .tb-menu-account
  .widget.widget_nav_menu
  .menu-sub-account-container
  ul
  li
  a
  span:hover
  > i {
  color: #fff !important;
}
.background_black
  .tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  .header-menu-item-icon
  a {
  border-color: #bcbcbc !important;
}
.background_black
  .tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover {
  background: #fff;
  border-color: #fff;
}
.background_black
  .tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap.tb-menu-canvas-wrap
  .header-menu-item-icon
  a:hover
  > i {
  color: #5b5b5b;
  font-weight: 700;
}
.background_black
  .tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .widget.widget_search
  form
  .searchsubmit {
  background: transparent !important;
}
.background_black
  .tb-header-v5.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .s,
.background_black
  .tb-header-v5.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .widget_search
  form
  .searchsubmit {
  border-color: #bcbcbc !important;
}
.background_black
  .tb-header-v5.tb-layout-fullwidth
  .tb-header-menu.tb-header-menu
  .pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  a {
  border-color: #bcbcbc !important;
}
.background_black
  .tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .tb-header-menu-inner
  .tb-menu
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  a:hover
  > i {
  color: #5b5b5b;
  font-weight: 700;
}
.background_black
  .tb-header-wrap.tb-header-v5
  .tb-header-menu-db
  .tb-header-menu
  .visible-lg.tb-menu-lg.tb-logo.pull-left {
  border-right: 1px solid #959595;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a {
  border: 1px solid #3b3b3b;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a:hover {
  border-color: #5b5b5b;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown.active
  .widget_shopping_cart_content
  .cart_list.product_list_widget
  .mini_cart_item
  > a {
  border: none;
}
.background_black
  .tb-header-wrap.tb-header-v4
  .header-top-center
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .shopping_cart_dropdown.active
  .widget_shopping_cart_content
  .cart_list.product_list_widget
  .mini_cart_item
  > a:hover {
  color: #5b5b5b;
}
@media (min-width: 992px) {
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu.tb-header-menu-md,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v3
    .tb-header-menu.tb-header-menu-md,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu.tb-header-menu-md,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v7
    .tb-header-menu.tb-header-menu-md {
    background: #090909 !important;
    z-index: 99999;
    border-bottom: none;
    border-top: none;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu.tb-header-menu-md
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v3
    .tb-header-menu.tb-header-menu-md
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu.tb-header-menu-md
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v7
    .tb-header-menu.tb-header-menu-md
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    #nav
    > li
    > a
    > span {
    color: #ffffff;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-logo
    > a {
    height: 80px;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a {
    color: #6a6a6a;
    border: none;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    i,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a
    span,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    i,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a
    span {
    border-color: #222222;
    color: #6a6a6a;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a:hover,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a:hover {
    color: #fff;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a:hover
    i,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a:hover
    span,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a:hover
    i,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a:hover
    span {
    border-color: #5b5b5b;
    color: #5b5b5b;
    font-weight: 700;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    a,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    a {
    border: none !important;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .header-menu-item-icona
    .get_number_wl,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1.tb-layout-fullwidth
    .tb-header-menu.tb-header-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .header-menu-item-icona
    .get_number_wl {
    color: #fff !important;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a {
    border: none;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a
    i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a:hover
    i {
    background: #fff;
    border-color: #fff;
    color: #5b5b5b;
    font-weight: 700;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a:hover
    span {
    color: #fff;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .buttons
    > a {
    color: #fff;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a:hover {
    color: #fff;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .widget_search
    form
    .searchsubmit,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .widget_search
    form
    .s {
    border-color: #6b6b6b;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a:hover {
    background: #fff;
    border-color: #fff;
    color: #fff;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a:hover
    > i {
    color: #5b5b5b;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .text-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .header
    a:hover
    > span.cart_total {
    color: #fff;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a {
    background: url(assets/images/aaa.png) center center no-repeat transparent;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-logo
    > a
    > img {
    opacity: 0;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a.icon,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a.icon {
    border-color: #6b6b6b !important;
    color: #fff !important;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .wrap-mini-cart
    .tb-menu-canvas-wrap
    a.icon
    > span.cart_total,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .wrap-mini-cart
    .widget_mini_cart_wrap
    a.icon
    > span.cart_total {
    color: #fff !important;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item
    > a:hover,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item
    > a:hover {
    color: #5b5b5b !important;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .buttons
    > a,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .buttons
    > a {
    border-color: #363636 !important;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .wrap-mini-cart
    .tb-menu-canvas-wrap.widget_mini_cart_wrap
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .buttons
    > a:hover,
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .wrap-mini-cart
    .widget_mini_cart_wrap.widget_mini_cart_wrap
    .shopping_cart_dropdown.active
    .widget_shopping_cart_content
    .buttons
    > a:hover {
    border-color: #5b5b5b !important;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    .widget_shopping_cart_content
    .cart_list.product_list_widget
    .mini_cart_item
    > a {
    border: none;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    .widget_shopping_cart_content
    .buttons
    > a {
    border-color: #363636;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .widget_mini_cart_wrap
    .shopping_cart_dropdown
    .widget_shopping_cart_content
    .buttons
    > a:hover {
    border-color: #5b5b5b;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account
    .widget.widget_nav_menu
    .menu-sub-account-container
    ul
    li
    a {
    border: none !important;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account
    .widget.widget_nav_menu
    .menu-sub-account-container
    ul
    li
    a
    span {
    color: #5b5b5b;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account
    .widget.widget_nav_menu
    .menu-sub-account-container
    ul
    li
    a
    span
    > i {
    color: #5b5b5b;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account
    .widget.widget_nav_menu
    .menu-sub-account-container
    ul
    li
    a:hover
    span {
    color: #fff !important;
  }
  .background_black.tb-stick-active
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .visible-lg.tb-menu.tb-menu-lg.pull-right
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .tb-menu-account
    .widget.widget_nav_menu
    .menu-sub-account-container
    ul
    li
    a:hover
    span
    i {
    color: #fff !important;
  }
  .background_black.tb-stick-active
    .tb-header-wrap
    .tb-header-menu
    .tb-header-menu-inner
    .text-right.text-right
    .wrap-mini-cart
    a {
    color: #fff;
  }
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .product.type-product
  .tb-product-item-inner
  .tb-header-content
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .product.type-product
  .tb-product-item-inner
  .tb-header-content
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  border-color: #3a3a3a;
  background: #3a3a3a;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .product.type-product
  .tb-product-item-inner
  .tb-header-content
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .product.type-product
  .tb-product-item-inner
  .tb-header-content
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before {
  color: #fff;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .product.type-product
  .tb-product-item-inner
  .tb-header-content
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .product.type-product
  .tb-product-item-inner
  .tb-header-content
  .tb-action
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover {
  border-color: #9c9c9c;
  background: #9c9c9c;
}
.background_black
  .woocommerce.tb-product-carousel.tb-product-carousel3
  .tb-products-grid
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn
  .yith-wcwl-wishlistexistsbrowse.show {
  border-color: #3a3a3a;
  background: #3a3a3a;
}
.background_black
  .woocommerce.tb-product-carousel.tb-product-carousel3
  .tb-products-grid
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn
  .yith-wcwl-wishlistexistsbrowse.show:before {
  color: #fff;
}
.background_black
  .woocommerce.tb-product-carousel.tb-product-carousel3
  .tb-products-grid
  .product.type-product
  .tb-product-item-inner
  .tb-content
  .tb-header-content
  .tb-action
  .tb-product-btn
  .yith-wcwl-wishlistexistsbrowse.show:hover {
  border-color: #9c9c9c;
  background: #9c9c9c;
}
.background_black
  .tb-header-v6.tb-layout-fullwidth
  .tb-header-menu-db
  .tb-header-menu
  .tb-menu.tb-menu-lg.pull-right
  .tb-menu-sidebar
  .wrap-mini-cart
  .widget_mini_cart_wrap
  .header
  .icon.icon_cart_wrap {
  background: transparent;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-title
  a {
  color: #fff;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-title
  a:hover {
  color: #5b5b5b;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .add_to_cart_button {
  background: #3a3a3a;
  border-color: #3a3a3a;
  color: #fff;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .add_to_cart_button:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcqv-button {
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  border-color: #3a3a3a;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:before,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button:before,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcqv-button:before {
  color: #fff;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button
  .yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcqv-button
  .yith-wcwl-wishlistexistsbrowse.show {
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  border-color: #3a3a3a;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button
  .yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcqv-button
  .yith-wcwl-wishlistexistsbrowse.show:before {
  color: #fff;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button
  .yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcqv-button
  .yith-wcwl-wishlistexistsbrowse.show:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcwl-add-to-wishlist:hover,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .compare-button:hover,
.background_black
  .woocommerce.tb-products-grid.tpl2
  .tb-product-item.tb-woo-one-column
  .product.type-product
  .tb-product-item-inner
  .tb-item-content-info
  .tb-product-btn
  .yith-wcqv-button:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black .tb-category-slider.tpl1 .show_catthree:after,
.background_black .tb-category-slider.tpl2 .show_catthree:after {
  background: #090909;
}
.background_black .tb-category-slider .owl-controls .owl-nav .owl-prev,
.background_black .tb-category-slider .owl-controls .owl-nav .owl-next {
  border: 3px solid #0b0b0b;
}
.background_black .tb-category-slider .owl-controls .owl-nav .owl-prev i,
.background_black .tb-category-slider .owl-controls .owl-nav .owl-next i {
  background: #535353;
}
.background_black .tb-category-slider .owl-controls .owl-nav .owl-prev:hover i,
.background_black .tb-category-slider .owl-controls .owl-nav .owl-next:hover i {
  background: #5b5b5b;
  border-color: #5b5b5b;
}
.background_black .yith-wcqv-main .ro-quantity .quantity input {
  width: 100%;
}
.background_black
  .yith-wcqv-main
  .single-product
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .entry-title {
  color: #6a6a6a;
}
.background_black
  .yith-wcqv-main
  .single-product
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  p {
  color: #6b6b6b;
}
.background_black
  .yith-wcqv-main
  .single-product
  .product
  .type-product
  .summary.entry-summary
  .summary-content
  .product_meta
  .posted_in {
  color: #5b5b5b;
}
.background_black
  .single-product
  .tb-content
  .product.type-product
  .ro-product-wrapper
  .entry-summary.ro-product-information
  .single_simple_wrap
  form
  .ro-action
  .yith-wcwl-wishlistaddedbrowse.show:before {
  color: #fff;
}
.background_black
  .woocommerce
  .wishlist_table
  tbody
  td.product-name
  .yith-wcqv-button {
  border: 1px solid #212121;
}
.background_black
  .woocommerce
  .wishlist_table
  tbody
  td.product-name
  .yith-wcqv-button:hover {
  border-color: #5b5b5b;
}
.background_black
  .woocommerce
  .wishlist_table
  tbody
  td.product-add-to-cart
  .add_to_cart {
  background: #393939;
}
.background_black
  .woocommerce
  .wishlist_table
  tbody
  td.product-add-to-cart
  .add_to_cart:hover {
  background: #5b5b5b;
}
.background_black .vc_custom_1467616146027,
.background_black .vc_custom_1468469473567 {
  background: #090909;
  position: relative;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul
  > li.tb_custom_image
  .tb-menu-custom-block
  .vc_single_image-wrapper:after {
  background: rgba(9, 9, 9, 0.1);
}
.background_black
  .tb-menu-sidebar
  .widget.widget_nav_menu
  .menu-account-shop-container
  ul
  > li
  > a
  > span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .tb-menu-sidebar
  .widget.widget_nav_menu
  .menu-account-shop-container
  ul
  > li
  > a
  > span:hover {
  color: #5b5b5b;
}
.background_black
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon
  a.icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon
  a.icon:hover {
  background: #fff;
  border-color: #fff;
}
.background_black
  .tb-menu-sidebar
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  .header-menu-item-icon
  a.icon:hover
  i {
  color: #5b5b5b;
}
.background_black .dd-options.dd-click-off-close {
  background: #090909;
  border: solid 1px #090909;
  box-shadow: 0px 1px 5px #090909;
  margin-left: 2px !important;
}
.background_black .dd-options.dd-click-off-close > li > a {
  background: transparent;
  border-bottom: solid 1px #212121;
}
.background_black .dd-options.dd-click-off-close > li > a > .dd-option-text {
  color: #5b5b5b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .dd-options.dd-click-off-close
  > li
  > a
  > .dd-option-text:hover {
  color: #fff;
}
.background_black #tb-mega-searchform .dropdown select option {
  background: #090909;
  color: #333333;
  border-color: #090909;
  color: #5b5b5b;
}
.background_black .tp-caption.rev-btn.tp-resizeme.rs-hover-ready:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: rgba(91, 91, 91, 0.8) !important;
}
.background_black .tb-menu-account.active {
  background-color: #090909;
}
.background_black .tb-menu-account.active .widget .wg-title {
  color: #fff;
}
.background_black .tb-menu-account.active .widget ul li a span {
  color: #5b5b5b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black .tb-menu-account.active .widget ul li a span i {
  color: #5b5b5b;
}
.background_black .tb-menu-account.active .widget ul li a span:hover {
  color: #fff;
}
.background_black .tb-menu-account.active .widget ul li a span:hover i {
  color: #fff;
}
.background_black
  .tb-menu-account.active
  .widget
  .lang_sel_list
  .tb-lists-language
  li {
  background: transparent;
}
.background_black
  .tb-menu-account.active
  .widget
  .lang_sel_list
  .tb-lists-language
  li
  a {
  background: transparent;
}
.background_black
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  .widget-title {
  color: #fff;
}
.background_black
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  li
  a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  li
  a
  small {
  color: #5b5b5b !important;
}
.background_black
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  li
  a.dd-option-selected {
  color: #5b5b5b !important;
}
.background_black
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  li
  a:hover
  small {
  color: #fff !important;
}
.background_black
  .tb-menu-account.active
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-options.dd-click-off-close
  li
  a:hover.dd-option-selected {
  color: #fff !important;
}
.background_black
  .jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_four
  .textwidget
  ul.ct-contact
  li
  a
  span:hover {
  color: #5b5b5b;
}
.background_black
  .jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_four
  .textwidget
  ul.ct-contact
  li
  a
  i {
  background: #5b5b5b;
  color: #fff;
}
.background_black
  .jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_one
  .widget
  .menu-account-shop-container
  ul
  li
  a
  span:hover {
  color: #5b5b5b !important;
}
.background_black
  .jws_theme_footer.tb-footer-v2
  .footer-top
  .jws_theme_footer_top_two
  .widget
  .textwidget
  ul
  li
  a
  span:hover {
  color: #5b5b5b !important;
}
.background_black
  .widget_mini_cart_wrap
  .shopping_cart_dropdown
  ul.cart_list
  > li
  > a:hover {
  color: #5b5b5b !important;
}
.background_black .woocommerce.tb-products-grid.tpl4 .show_name a:hover span {
  color: #5b5b5b;
}
.background_black
  .tb-sidebar
  .widget-woocommerce-currency-switcher:last-child
  form:before {
  display: none;
}
.background_black
  .jws_theme_footer
  .footer-header
  .tb-open-lightbox:hover:hover {
  color: #5b5b5b;
}
.background_black
  .tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a {
  background: transparent !important;
  border-color: #353535;
}
.background_black
  .tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  > a
  span.vc_tta-title-text {
  color: #fff;
}
.background_black
  .tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a {
  background: #777777 !important;
  border-color: #777777 !important;
}
.background_black
  .tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:hover
  > a,
.background_black
  .tb-products-tabs
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a {
  background: #5b5b5b !important;
  border-color: #5b5b5b;
}
.background_black
  .tb-info-box-wrap.tpl4
  .tb-info-box
  .tb-content
  p
  a.jsw_button:hover,
.background_black
  .tb-info-box-wrap.tpl3
  .tb-info-box
  .tb-content
  p
  a.jsw_button:hover {
  color: #5b5b5b !important;
}
.background_black
  .tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:before,
.background_black
  .tb-sidebar
  .widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select:after {
  background: #848484;
}
.background_black .tb-sidebar #text-30 ul > li:before {
  background: #848484;
}
.background_black
  .woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist {
  border: none;
}
.background_black
  .tb-service-wrap
  .tb-service.tpl3:hover
  .tb-title-icon
  .tb-icon {
  background: #fff;
  border-color: #fff;
}
.background_black
  .tb-service-wrap
  .tb-service.tpl3:hover
  .tb-title-icon
  .tb-icon
  > i {
  color: #5b5b5b !important;
}
.background_black
  .test-version3
  .tb-service-wrap
  .tb-service.tpl:hover
  .tb-icon {
  background: #fff;
  border-color: #fff;
}
.background_black
  .test-version3
  .tb-service-wrap
  .tb-service.tpl:hover
  .tb-icon
  > i {
  color: #5b5b5b !important;
}
@media (max-width: 1370px) {
  .background_black
    .ro-cate-slider.sty_slider
    .tpl2
    .show_catthree
    .image_text {
    max-height: 285px;
  }
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover {
  background: #fff !important;
  border-color: #fff !important;
}
.background_black
  .tb-header-wrap.tb-header-v2
  .tb-header-menu
  .tb-menu
  .tb-menu-sidebar
  a.icon:hover
  i {
  color: #5b5b5b !important;
}
.background_black
  .tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .tb-menu-canvas-wrap
  a
  > i:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #5b5b5b !important;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul
  > li.menu-item-has-children
  > ul
  > li
  > a:hover {
  color: fff !important;
}
.background_black
  .tb-menu-list
  > ul
  > li.menu-item-has-children.has_full_width
  > ul
  > li.menu-item-has-children
  > ul
  > li.current_page_item
  > a {
  color: #5b5b5b !important;
}
.background_black
  .tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover {
  background: #fff !important;
  border-color: #fff !important;
}
.background_black
  .tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-left
  .widget
  .textwidget
  ul
  li
  a:hover
  > i {
  color: #5b5b5b !important;
}
.background_black
  .tb-header-wrap.tb-header-v3
  .tb-header-top
  .tb-sidebar.tb-sidebar-right
  .wrap-mini-cart
  .widget_mini_cart_wrap
  a
  > i:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #5b5b5b !important;
}
.background_black .tb-custom-header-landing .tb-logo.tb-custom-logo > a {
  background: url(assets/images/aaa.png) center center no-repeat transparent;
  display: block;
}
.background_black .tb-custom-header-landing .tb-logo.tb-custom-logo > a > img {
  opacity: 0;
}
.background_black .tb-custom-header-landing h1 {
  color: #fff;
}
.background_black .tb-custom-header-landing p > a {
  border: 1px solid #2a2a2a;
}
.background_black .tb-custom-header-landing p > a:hover {
  background-color: #5b5b5b;
  border-color: #5b5b5b;
  color: #fff;
}
.background_black .tb_menu_demo .porfolio-demo > a > .text-heading,
.background_black .reponsizeone .porfolio-demo > a > .text-heading {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black .tb_menu_demo .porfolio-demo > a > .text-heading:hover,
.background_black .reponsizeone .porfolio-demo > a > .text-heading:hover {
  color: #5b5b5b;
}
.background_black .woocommerce .return-to-shop a.button {
  border: 1px solid #363636;
}
.background_black
  .woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show,
.background_black
  .woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show {
  border: 1px solid #3a3a3a;
  background: #3a3a3a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:before,
.background_black
  .woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:before {
  color: #fff;
}
.background_black
  .woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.yith-wcwl-wishlistexistsbrowse.show:hover,
.background_black
  .woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse.show.yith-wcwl-wishlistexistsbrowse.show:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black
  .woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show {
  border-color: #3a3a3a;
  background: #3a3a3a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.background_black
  .woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:before {
  color: #fff;
}
.background_black
  .woocommerce
  .tb-product-item-inner
  .tb-product-btn
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse.show:hover {
  background: #9c9c9c;
  border-color: #9c9c9c;
}
.background_black
  .search.search-results
  .content
  .tb-blog-grid
  .post.type-post
  .tb-post-item
  .tb-content
  .tb-title {
  color: #6e6e6e !important;
}
.background_black
  .tb-send-mail-wrap
  .tb-mail-inner
  .widget_miracle_newsletterwidget
  .newsletter-desc
  p {
  color: #5b5b5b;
}
.background_black
  .tb-send-mail-wrap
  .tb-mail-inner
  .widget_miracle_newsletterwidget
  .newsletter-desc
  .newsletter.newsletter-widget
  form
  .tb-newsletter-checkbox {
  color: #5b5b5b;
}
.background_black .team.type-team .tb-content-block .blog-info .tb-blog-date {
  background: transparent;
}
.background_black .fullwidthbanner-container {
  background-color: #090909 !important;
}
.background_black
  .vc_tta-container
  .tb-tab-left
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a {
  background: transparent !important;
}
.background_black
  .vc_tta-container
  .tb-tab-left
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  > a
  > span {
  color: #5b5b5b;
}
.background_black
  .vc_tta-container
  .tb-tab-left
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab:hover
  > a {
  background: transparent !important;
}
.background_black
  .vc_tta-container
  .tb-tab-left
  .vc_tta-tabs-container
  .vc_tta-tabs-list:before {
  background: #3e3e3e;
}
.background_black .title_before:before {
  background: #3e3e3e;
}
.background_black .title_before .miracle-title-underline-1tpl5 {
  color: #ffffff !important;
}
.background_black .title_before .miracle-title-underline-1tpl5:before {
  background: #ffffff;
}
.background_black
  .tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info
  .tb-blog-date
  > a
  h4 {
  color: #6b6b6b;
}
.background_black
  .tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-info
  .blog-info
  .tb-blog-date
  > a
  h4:hover {
  color: #5b5b5b;
}
.background_black
  .tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-excerpt {
  color: #333333;
}
.background_black
  .tpl1.tb-blog-carousel
  .post.type-post
  .tb-post-item
  .tb-content-two
  .tb-readmore {
  color: #5b5b5b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .background_black .test-version3.vc_custom_1469459841156 {
    padding-top: 35px !important;
  }
  .background_black .vc_custom_1470756090140 {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .background_black
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    > .tb-menu-list {
    background: #090909;
  }
  .background_black
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    > .tb-menu-list
    > ul#nav
    > li
    > a
    > span {
    color: #ffffff !important;
  }
  .background_black
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    > .tb-menu-list
    > ul#nav
    > li.current-menu-ancestor
    > a
    > span {
    color: #b5b5b5 !important;
  }
  .background_black
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    > .tb-menu-list
    > ul#nav
    > li.has_full_width
    > ul {
    background: #1b1b1b;
    border-top: 1px solid #090909;
  }
  .background_black
    .tb-header-wrap.tb-header-v4
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    > .tb-menu-list
    > ul#nav
    > li.has_full_width
    > ul
    > li
    > a {
    color: #fff;
  }
  > .background_black .tb-md-container-fluid:before {
    display: none;
  }
  .background_black .tb_slider_home6.vc_custom_1470756090140 {
    margin-top: 0px !important;
  }
  .background_black
    .tb-header-wrap.tb-header-v1
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul,
  .background_black
    .tb-header-wrap.tb-header-v3
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-list
    > ul
    > li.menu-item-has-children.has_full_width
    > ul {
    background: #1b1b1b;
    border-top: 1px solid #090909;
  }
}
@media (max-width: 767px) {
  .background_black .wpb_images_carousel.wpb_content_element {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .background_black .tb-info-box-wrap.tpl1 .tb-info-box .text-left,
  .background_black .tb-info-box-wrap.tpl1 .tb-info-box .text-right,
  .background_black .tb-info-box-wrap.tpl2 .tb-info-box .text-left,
  .background_black .tb-info-box-wrap.tpl2 .tb-info-box .text-right {
    border-bottom: 1px solid #090909;
    margin-bottom: 0;
  }
  .background_black .tb-info-box-wrap.tpl1 .tb-info-box .text-left .tb-image,
  .background_black .tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-image,
  .background_black .tb-info-box-wrap.tpl2 .tb-info-box .text-left .tb-image,
  .background_black .tb-info-box-wrap.tpl2 .tb-info-box .text-right .tb-image {
    border: 20px solid #1f1f1f !important;
  }
  .background_black .tb-info-box-wrap.tpl1 .tb-info-box .text-left .tb-content,
  .background_black .tb-info-box-wrap.tpl1 .tb-info-box .text-right .tb-content,
  .background_black .tb-info-box-wrap.tpl2 .tb-info-box .text-left .tb-content,
  .background_black
    .tb-info-box-wrap.tpl2
    .tb-info-box
    .text-right
    .tb-content {
    border: 20px solid #1f1f1f;
    background: #090909;
  }
  .background_black .change_padding_07 {
    margin-top: 0 !important;
  }
  .background_black
    .change_padding_07
    .wpb_images_carousel.wpb_content_element {
    background: #090909;
  }
  .background_black .vc_row.wpb_row {
    margin-top: 0px !important;
  }
  .background_black .ro-cate-slider.sty_slider.tpl2 .tpl2 .show_catthree {
    background: #090909;
  }
  .background_black .tb_slider_home6.tb-md-container-fluid {
    padding-top: 0px !important;
  }
  .background_black .row > .tb-slide-sub-h1.vc_column_container {
    background: #090909;
  }
  .background_black .row > .vc_column_container {
    background: #090909;
  }
  .background_black .row > .vc_column_container.vc_custom_1466588838408 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .background_black .ct-testimonial .miracle-title-default {
    margin-bottom: 0;
  }
  .background_black .ct-testimonial .miracle-title-default .miracle-title {
    margin-top: 0;
    padding-top: 30px;
  }
  .background_black .miracle-title-default {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .background_black .tb-wrap-carousel .miracle-title-default {
    margin-top: 20px;
  }
  .background_black
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .background_black
    .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .background_black
    .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .background_black
    .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover,
  .background_black
    .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
  .background_black
    .tb-header-wrap.tb-header-v5
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover
    > i,
  .background_black
    .tb-header-wrap.tb-header-v2
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover
    > i,
  .background_black
    .tb-header-wrap.tb-header-v6
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover
    > i,
  .background_black
    .tb-header-wrap.tb-header-v7
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover
    > i,
  .background_black
    .tb-header-wrap.tb-header-v8
    .tb-header-menu-db
    .tb-header-menu
    .tb-header-menu-inner
    .tb-menu
    .tb-menu-sidebar
    .wrap-mini-cart
    .tb-menu-canvas-wrap.tb-menu-canvas-wrap
    .icon_sreach_screen:hover
    > i {
    color: #5b5b5b;
  }
  .background_black #tb_change_space_img {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 20px !important;
  }
}
.background_black
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  background: #090909;
}
.background_black
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  border-color: #090909;
  background-color: #090909;
}
.background_blacka {
  background: #a86d73;
}
.background_blacka .light-color {
  color: #000;
}
.background_blacka #black_versition {
  background: #a86d73;
}
.background_blacka #black_versition .color-selector-toggle {
  background: #a86d73;
}
.background_blacka #black_versition .color-selector-toggle .light-color {
  color: #000;
}
.background_blacka #black_versition .color-selector-toggle:before {
  background: #a86d73;
}
.background_blacka #black_versition p {
  background: transparent;
}
.background_blacka .shop_now_1 {
  color: #b5b5b5 !important;
}
.background_blacka .shop_now_1:hover {
  color: #a86d73 !important;
}
.background_blacka #rev_slider_18_2 .tp-bullets.hermes .tp-bullet {
  border: 1px solid #d8d8d8 !important;
}
.background_blacka #rev_slider_18_2 .tp-bullets.hermes .tp-bullet.selected {
  border: 1px solid #232323 !important;
}
@media (max-width: 767px) {
  .tb_slider_home6.vc_custom_1470299768357 {
    margin-top: 0 !important;
  }
}