/*
Theme Name: Venus
Theme URI: http://venus.jwsuperthemes.com
Author: JWSThemes
Author URI: https://themeforest.net/user/jwsthemes/portfolio
Version: 1.7.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, 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
Description: Venus is a Multipurpose Responsive WooCommerce WordPress Theme that allows you to enjoy the pleasant aspects of creating and running a site. This ultra responsive theme will make your site look equally stunning across gadgets, whether it is a mobile device, a laptop or a tablet. This theme is the perfect epitome of simplicity, elegance, and robust functions, all combined under one name. With this theme, you can easily turn your website into an online store and instantly start selling your products.
Text Domain: venus
*/
/* https://css-tricks.com/snippets/css/useful-css3-less-mixins/ */
/* BACKGROUND COLOR OPACITY */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@charset "UTF-8";
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/*
--------------------------------------------------------------
Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Example
s
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset-------------------------------------------- */
/* STYLE GENERAL */
/* Overlay on row */
/* Entry Blog - vu */
/* widget widget_tag_cloud */
/* Our categories style*/
/*Stats*/
/*Ul*/
/*End Ul*/
/*Start Booking form*/
/*End Booking form*/
/*Plan*/
/*End Plan*/
/*Srart Right Fixed Sidebar */
/*End Right Fixed Sidebar*/
/*Dropcap*/
/*End Dropcap*/
/*block number*/
/* End block number */
/* Start bubble */
/* End bubble */
/*Block text*/
/*End Block text*/
/* End Animate cart */
/* Css shortcode */
/* CSS SHORCODE GENERAL */
/* tb-boxshadow ( box-shadow ) */
/* colorbox */
/* END CSS SHORCODE GENERAL */
/* feature_box */
/* Progress bar */
/* button */
/* Contact form */
/*Start Button Play video background */
/*End Button Play video*/
/* class PIE DOT */
/* wpb_accordion */
/* wpb_tabs */
/* tb-btn */
/* rtb-booking-form */
/* booking-form-2 */
/* tb-menu-text-item */
/* tb-social */
/* tb-maps-info-content */
/*Page 404*/
/* widget Cart */
/*Menu Canvas*/
/*switch currency*/
/* responsive */
/* WIDGETS */
/* Back to top */
/*Page Demo*/
/* Contact Form 7 */
/* 3. Title */
/* 1. Featrue Box */
/* 2. Grid */
/* 4. Carousel */
/* CSS CUSTOM WOO */
/*Products Tabs*/
/*Whishlist Page*/
/*Products Carousel*/
/*Products Grid*/
/*Category item*/
/* archive shop */
/* widget_shopping_cart */
/* mini cart */
/* Tabs */
/* Sidebar */
/* COLOR */
/* INPUT */
/* Firefox 18- */
/* Firefox 19+ */
/* ICON */
/* BUTTON */
/* FORM */
/* UTILITIES */
/* Reset */
/* Special div */
/* Space */
/* Video */
/* SECTION */
/*Responsive mobile row*/
.easing-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;
}
.no-padding .row {
  margin-left:0;
  margin-right:0;
}
.no-padding [class*="col-"] {
  padding-left:0 !important;
  padding-right:0 !important;
}
.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:#93d500; }
.thumb-pd-effect { background-color:#fff; }
.thumb-pd-effect:before {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.thumb-pd-hover-scale {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.thumb-overlay-effect:after {
  background:#93d500;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:scale(0);
  content:"";
}
.thumb-overlay-hover-effect:after {
  opacity:0.2;
  transform:scale(1);
}
.thumb-pd-hover-effect { color:#93d500; }
.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:.3s ease-in-out;
  transition:.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:.3s ease-in-out;
  transition:.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;
}
.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:#93d500;
  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:#93d500;
}
.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:.75s;
  animation-duration:.75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    -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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    -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(.95,1.05,1);
    transform:scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform:scale3d(1.05,.95,1);
    transform:scale3d(1.05,.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(.95,1.05,1);
    transform:scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform:scale3d(1.05,.95,1);
    transform:scale3d(1.05,.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(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform:scale3d(.9,.9,.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(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform:scale3d(.9,.9,.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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform:scale3d(1.1,1.1,1.1);
    transform:scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform:scale3d(.9,.9,.9);
    transform:scale3d(.9,.9,.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(.97,.97,.97);
    transform:scale3d(.97,.97,.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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform:scale3d(1.1,1.1,1.1);
    transform:scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform:scale3d(.9,.9,.9);
    transform:scale3d(.9,.9,.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(.97,.97,.97);
    transform:scale3d(.97,.97,.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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  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(.9,.9,.9);
    transform:scale3d(.9,.9,.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(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform:scale3d(.9,.9,.9);
    transform:scale3d(.9,.9,.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(.3,.3,.3);
    transform:scale3d(.3,.3,.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 fadeInUp1 {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInUp1 {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInUp1 {
  -webkit-animation-name:fadeInUp1;
  animation-name:fadeInUp1;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity:0;
    -webkit-transform:translateY(20px);
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity:0;
    -moz-transform:translateY(20px);
  }
  100% {
    opacity:1;
    -moz-transform:translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity:0;
    -o-transform:translateY(20px);
  }
  100% {
    opacity:1;
    -o-transform:translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity:0;
    transform:translateY(20px);
  }
  100% {
    opacity:1;
    transform:translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name:fadeInUp;
  -moz-animation-name:fadeInUp;
  -o-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(.95,.95,.95);
    transform:perspective(400px) scale3d(.95,.95,.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(.95,.95,.95);
    transform:perspective(400px) scale3d(.95,.95,.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(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  50% { opacity:1; }
}
@keyframes zoomIn {
  from {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  50% { opacity:1; }
}
.zoomIn {
  -webkit-animation-name:zoomIn;
  animation-name:zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInDown {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInDown {
  -webkit-animation-name:zoomInDown;
  animation-name:zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInLeft {
  -webkit-animation-name:zoomInLeft;
  animation-name:zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInRight {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInRight {
  -webkit-animation-name:zoomInRight;
  animation-name:zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInUp {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInUp {
  -webkit-animation-name:zoomInUp;
  animation-name:zoomInUp;
}
@-webkit-keyframes zoomOut {
  from { opacity:1; }
  50% {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  to { opacity:0; }
}
@keyframes zoomOut {
  from { opacity:1; }
  50% {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  to { opacity:0; }
}
.zoomOut {
  -webkit-animation-name:zoomOut;
  animation-name:zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform:scale3d(.1,.1,.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.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform:scale3d(.1,.1,.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.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutDown {
  -webkit-animation-name:zoomOutDown;
  animation-name:zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:scale(.1) translate3d(-2000px,0,0);
    transform:scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin:left center;
    transform-origin:left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:scale(.1) translate3d(-2000px,0,0);
    transform:scale(.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(.475,.475,.475) translate3d(-42px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:scale(.1) translate3d(2000px,0,0);
    transform:scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin:right center;
    transform-origin:right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:scale(.1) translate3d(2000px,0,0);
    transform:scale(.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(.475,.475,.475) translate3d(0,60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform:scale3d(.1,.1,.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.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform:scale3d(.1,.1,.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.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,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:#93d500; }
body .primary_color { color:#93d500; }
body .btn_primary { background-color:#93d500; }
body .btn_primary:hover { background-color:#93d500; }
.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:#93d500;
}
input:focus, input:target, textarea:focus, textarea:target, select:focus, select:target { border-color:#93d500; }
button, input[type="button"], input[type="button"] { border:solid 1px; }
button:hover, input[type="button"]:hover, input[type="button"]:hover {
  background:#93d500;
  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 #93d500;
  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 .tb-social-buttons {
  margin-right:-4px;
  text-transform:capitalize;
  font-size:16px;
  color:#000;
  font-family:dosis;
  font-weight:bold;
  padding:18px 0;
}
.tb-blog .tb-social-buttons a {
  text-align:center;
  margin-left:0;
}
.tb-blog .tb-social-buttons a:before { color:#fff; }
.tb-blog .tb-social-buttons a:after { border:none; }
.tb-blog .tb-social-buttons a:hover:after { border:none; }
.tb-blog .tb-social-buttons a:hover:before { color:#fff; }
.tb-blog .tb-social-buttons a:first-child { margin-left:15px; }
.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:#93d500;
  border-color:#93d500;
}
.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 #93d500;
  color:#93d500;
}
.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 .3s;
  -webkit-animation:slideUp .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.blog article, .tb-blog.entry article {
  margin-bottom:30px;
  position:relative;
}
.tb-blog.blog article .shortcode-video, .tb-blog.entry article .shortcode-video {
  padding:0 !important;
  background:none !important;
}
.tb-blog.blog article .tb-content-block, .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);
  transition:.4s;
  -webkit-transition:.4s;
}
.tb-blog.blog article .tb-content-block .blog-title, .tb-blog.blog article .tb-content-block .blog-desc, .tb-blog.blog article .tb-content-block .blog-info, .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.blog article .tb-content-block .blog-title p, .tb-blog.blog article .tb-content-block .blog-desc p, .tb-blog.blog article .tb-content-block .blog-info p, .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.blog article .tb-content-block .blog-title, .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.blog article .tb-content-block .blog-title a, .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.blog article .tb-content-block .blog-title a:after, .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%);
  bottom:-10px;
  border-bottom:solid 1px;
}
.tb-blog.blog article .tb-content-block .blog-info, .tb-blog.blog article .tb-content-block .blog-info a, .tb-blog.entry article .tb-content-block .blog-info, .tb-blog.entry article .tb-content-block .blog-info a { font-size:13px; }
.tb-blog.blog article .tb-content-block .blog-info, .tb-blog.entry article .tb-content-block .blog-info {
  color:#d0d0d0;
  overflow:hidden;
}
.tb-blog.blog article .tb-content-block .tb-social-buttons, .tb-blog.entry article .tb-content-block .tb-social-buttons { padding:10px 0; }
.tb-blog.blog article .tb-content-block .tag-links, .tb-blog.entry article .tb-content-block .tag-links {
  margin-right:-4px;
  text-transform:capitalize;
  font-size:16px;
  color:#000;
  font-family:dosis;
  font-weight:bold;
  padding:18px 0;
}
.tb-blog.blog article .tb-content-block .tag-links a, .tb-blog.entry article .tb-content-block .tag-links a {
  text-align:center;
  margin-left:0;
}
.tb-blog.blog article .tb-content-block .tag-links a:before, .tb-blog.entry article .tb-content-block .tag-links a:before { color:#fff; }
.tb-blog.blog article .tb-content-block .tag-links a:after, .tb-blog.entry article .tb-content-block .tag-links a:after { border:none; }
.tb-blog.blog article .tb-content-block .tag-links a:hover:after, .tb-blog.entry article .tb-content-block .tag-links a:hover:after { border:none; }
.tb-blog.blog article .tb-content-block .tag-links a:hover:before, .tb-blog.entry article .tb-content-block .tag-links a:hover:before { color:#fff; }
.tb-blog.blog article .tb-content-block .tag-links a:first-child, .tb-blog.entry article .tb-content-block .tag-links a:first-child { margin-left:15px; }
.tb-blog.blog article .tb-content-block .tag-links:after, .tb-blog.entry article .tb-content-block .tag-links:after {
  content:"";
  display:table;
  clear:both;
}
.tb-blog.blog article .tb-content-block .tag-links .icon-twitter:before, .tb-blog.entry article .tb-content-block .tag-links .icon-twitter:before { margin-left:-2px; }
.tb-blog.blog article .tb-content-block .tag-links a, .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.blog article .tb-content-block .tag-links a:hover, .tb-blog.entry article .tb-content-block .tag-links a:hover { color:#FFF; }
.tb-blog.blog article .tb-content-block .about-author, .tb-blog.entry article .tb-content-block .about-author {
  padding:20px;
  margin-top:20px;
  background:#FAFAFA;
  border-top:solid 2px #93d500;
}
.tb-blog.blog article .tb-content-block .about-author .author-avatar, .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.blog article .tb-content-block .about-author .author-avatar img, .tb-blog.entry article .tb-content-block .about-author .author-avatar img {
  width:100%;
  border-radius:50%;
}
.tb-blog.blog article .tb-content-block .about-author .author-info, .tb-blog.entry article .tb-content-block .about-author .author-info {
  width:calc(100% - 180px);
  display:inline-block;
  padding-left:30px;
}
.tb-blog.blog article .tb-content-block .about-author .author-info .subtitle, .tb-blog.entry article .tb-content-block .about-author .author-info .subtitle { font-size:12px; }
.tb-blog.blog article .tb-content-block .about-author .author-info .name, .tb-blog.entry article .tb-content-block .about-author .author-info .name {
  text-transform:uppercase;
  font-weight:bold;
}
.tb-blog.blog article .tb-content-block .tb-content .tb-title, .tb-blog.entry article .tb-content-block .tb-content .tb-title {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-blog.blog article:hover .tb-content-block, .tb-blog.entry article:hover .tb-content-block {
  opacity:1;
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
}
.tb-blog.blog article:hover .tb-blog-image img, .tb-blog.entry article:hover .tb-blog-image img {
  transform:rotate(10deg) scale(1.3);
  -webkit-transform:rotate(10deg) scale(1.3);
}
.tb-blog.blog article:hover .tb-content .tb-title, .tb-blog.entry article:hover .tb-content .tb-title { color:#93d500; }
.tb-blog.blog article blockquote, .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 img {
  transform:rotate(0deg) scale(1);
  -webkit-transform:rotate(0deg) scale(1);
  transition:8s;
  -webkit-transition:8s;
}
.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 #e4e4e4;
  border-top:1px solid #e4e4e4;
  padding-top:27px;
  text-transform:uppercase;
}
.tb-blog .pagination.ajax {
  margin:0;
  transition:opacity .4s;
  -webkit-transition:opacity .4s;
}
.tb-blog .pagination.ajax.blog-more-ajax-loading {
  opacity:0.4;
  pointer-events:none;
  background:url('assets/images/loading.gif') center center no-repeat;
}
.tb-blog .pagination.ajax.blog-more-ajax-loading a { opacity:0; }
.tb-blog .pagination.ajax a {
  font-size:18px;
  margin-top:10px;
}
.blog .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:#93d500; }
.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:#93d500; }
.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:#93d500; }
.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:#93d500;
  border-color:#93d500;
}
.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:#93d500; }
.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:#93d500; }
.tb-blog .post.sticky .blog-title a { color:#93d500; }
.tb-blog .post.sticky a { color:#93d500; }
.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 .blog-title { margin-bottom:7px; }
.tb-blog.blog article .blog-title:hover { color:#93d500; }
.tb-blog.blog article .tb-content-block { margin-top:30px; }
.tb-blog.blog article .tb_blog_content >.tb-blog-date {
  width:15%;
  display:inline-block;
  height:70px;
  text-align:center;
  padding:12px 0;
  background-color:;
  margin-right:17px;
  margin-top:3px;
}
.tb-blog.blog article .tb_blog_content >.tb-blog-date a {
  color:#fff;
  text-align:center;
  font-family:dosis;
  font-weight:bold;
  font-size:18px;
}
.tb-blog.blog article .tb_blog_content >.tb-blog-date a small { display:block; }
.tb-blog.blog article .tb-info-block {
  display:inline-block;
  width:77%;
  vertical-align:middle;
  padding-bottom:20px;
}
.tb-blog.blog article .blog-info span:not(:last-child):after {
  content:"/";
  display:inline-block;
  margin:0 5px 0 7px;
}
.tb-blog.blog article .blog-info span a:hover { color:#93d500; }
.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:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.4);
}
.title-bar .page-title { margin-bottom:17px; }
.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;
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb, .woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb {
  text-align:left;
  color:#dedede;
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb a, .woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb a { color:#dedede; }
.title-bar .tb-breadcrumb .woocommerce-breadcrumb >a, .woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb >a { padding-left:0; }
.title-bar .tb-breadcrumb .woocommerce-breadcrumb span, .woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb span { color:#fff; }
.tb-breadcrumb {
  position:relative;
  text-transform:uppercase;
  font-family:Poppins;
  font-size:12px;
  font-weight:300;
  text-transform:capitalize;
}
.tb-breadcrumb .woocommerce-breadcrumb a {
  color:#191d30;
  font-weight:600;
}
@media (max-width: 767px) {
  .tb-breadcrumb .woocommerce-breadcrumb a { color:#fff; }
}
.tb-breadcrumb span {
  color:#191d30;
  padding:0 8px;
}
@media (max-width: 767px) {
  .tb-breadcrumb span { color:#fff; }
}
.tb-breadcrumb span:hover { color:#93d500; }
.tb-breadcrumb a {
  color:#191d30;
  padding:0 8px;
  padding-left:0;
  font-weight:600;
}
@media (max-width: 767px) {
  .tb-breadcrumb a { color:#fff; }
}
.tb-breadcrumb a:hover { color:#93d500; }
.tb-breadcrumb span { padding:0 8px; }
.tb-breadcrumb .woocommerce-breadcrumb { margin:0; }
.tb-breadcrumb-wrap { position:relative; }
.tb-breadcrumb-wrap:after {
  content:"";
  height:50px;
  background-color:#fff;
  width:150px;
  display:inline-block;
  position:absolute;
  left:0;
  top:0;
}
@media (min-width: 1670px) {
  .tb-breadcrumb-wrap:after { width:400px; }
}
@media (min-width: 1345px) and (max-width: 1670px) {
  .tb-breadcrumb-wrap:after { width:250px; }
}
@media (min-width: 992px) and (max-width: 1344px) {
  .tb-breadcrumb-wrap:after { width:150px; }
}
@media (max-width: 767px) {
  .tb-breadcrumb-wrap:after { display:none; }
}
.tb-breadcrumb-wrap .tb-breadcrumb {
  position:relative;
  top:-4px;
  z-index:2;
  display:inline-block;
  height:50px;
  line-height:50px;
  margin-right:27px;
  padding-right:32px;
}
@media (min-width: 768px) {
  .tb-breadcrumb-wrap .tb-breadcrumb { background-color:#fff; }
}
.tb-breadcrumb-wrap .tb-breadcrumb:after {
  content:"";
  right:-22px;
  border-left:22px solid #fff;
  border-top:50px solid transparent;
  position:absolute;
  top:0;
}
@media (max-width: 767px) {
  .tb-breadcrumb-wrap .tb-breadcrumb:after { display:none; }
}
.tb-breadcrumb-wrap .tb-breadcrumb >i {
  color:#93d500;
  font-size:14px;
  vertical-align:middle;
  margin-bottom:1px;
  display:inline-block;
}
.tb-breadcrumb-wrap span.icon-breadcrumb {
  width:50px;
  height:50px;
  background-color:#93d500;
  color:#fff;
  font-size:25px;
  line-height:50px;
  text-align:center;
  position:relative;
  display:inline-block;
}
.tb-breadcrumb-wrap span.icon-breadcrumb i {
  top:4px;
  display:inline-block;
  position:relative;
}
@media (max-width: 767px) {
  .tb-breadcrumb-wrap span.icon-breadcrumb { display:none; }
}
.tb-breadcrumb-wrap span.icon-breadcrumb:after, .tb-breadcrumb-wrap span.icon-breadcrumb:before {
  content:"";
  right:-22px;
  position:absolute;
  top:0;
  display:inline-block;
}
.tb-breadcrumb-wrap span.icon-breadcrumb:after {
  border-top:50px solid transparent;
  border-left:22px solid #93d500;
}
.tb-breadcrumb-wrap span.icon-breadcrumb:before {
  border-bottom:50px solid transparent;
  border-right:22px solid #93d500;
  left:-22px;
  right:initial;
}
.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;
  position:relative;
}
.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:600;
  width:100px;
  color:#191d30;
  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:#93d500; }
.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; }
.post-navigation .nav-links:before {
  position:absolute;
  top:10px;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  content:"";
  width:1px;
  height:55px;
  background-color:#e4e4e4;
}
.comments-area { margin-top:15px; }
.comments-area .comments-title { margin-bottom:57px; }
.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:#272727;
  font-size:16px;
  line-height:18px;
  text-transform:uppercase;
}
.comments-area .tb-blog-comments {
  background-color:#f6f6f6;
  padding-top:100px;
  padding-bottom:100px;
}
.comments-area .tb-comment-form {
  padding-top:100px;
  padding-bottom:57px;
}
.comments-area .comment-list {
  padding-left:0;
  margin:0;
}
.comments-area .comment-list li {
  padding:17px 15px 25px;
  border-top:none !important;
  list-style:none;
  background-color:#fff;
  position:relative;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
@media (min-width: 1200px) {
  .comments-area .comment-list li { padding-left:90px; }
}
.comments-area .comment-list li ol.children { padding-left:70px; }
@media (min-width: 1200px) {
  .comments-area .comment-list li .comment-header-info { position:static !important; }
  .comments-area .comment-list li .comment-header-info .reply {
    height:30px;
    top:43%;
    transform:translateY(-50%);
    width:65px;
    line-height:26px;
    border:2px solid #ebebeb;
    text-transform:uppercase;
    text-align:center;
    position:absolute;
    right:-65px;
  }
  .comments-area .comment-list li .comment-header-info .reply span {
    color:#191d30;
    font-size:12px;
    font-weight:600;
  }
}
.comments-area .comment-list li .comment-body {
  position:relative;
  margin-top:28px;
  display:inline-block;
}
.comments-area .comment-list li .comment-body .comment-avatar {
  border:10px solid #f6f6f6;
  width:100px;
  height:100px;
  border-radius:50%;
  float:left;
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.comments-area .comment-list li .comment-body .comment-avatar img {
  max-width:100px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  margin:0;
  width:100%;
  height:auto;
}
.comments-area .comment-list li .comment-body .comment-info {
  position:relative;
  padding-left:30px;
  padding-top:10px;
  width:calc( 100% - 100px);
  float:left;
}
.comments-area .comment-list li .comment-body .comment-info:before {
  position:absolute;
  width:calc(100% - 75px);
  left:75px;
  top:0;
  content:"";
  height:100%;
}
.comments-area .comment-list li .comment-body .comment-info >p { max-width:670px; }
.comments-area .comment-list li .comment-body .comment-info .comment-header-info {
  position:relative;
  margin-bottom:3px;
}
.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 {
  color:#191d30;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  margin-right:15px;
}
.comments-area .comment-list li .comment-body .comment-info .comment-header-info .comment-date a {
  font-size:12px;
  color:#191d30;
  font-weight:300;
  margin-right:30px;
}
.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 a {
  font-size:15px;
  color:#cecece;
}
.comments-area .comment-list li .comment-body .comment-info .comment-header-info .reply a:hover { color:#93d500; }
.comments-area .comment-list li .comment-body .comment-info p {
  position:relative;
  line-height:22px;
}
.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:#93d500; }
.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:#93d500; }
@media (min-width: 1200px) {
  .comments-area .comment-list li:before {
    color:#e7e7e7;
    font-size:36px;
    font-weight:300;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:80px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
  }
  .comments-area .comment-list li:nth-child(1):before { content:"01"; }
  .comments-area .comment-list li:nth-child(2):before { content:"02"; }
  .comments-area .comment-list li:nth-child(3):before { content:"03"; }
  .comments-area .comment-list li:nth-child(4):before { content:"04"; }
  .comments-area .comment-list li:nth-child(5):before { content:"05"; }
  .comments-area .comment-list li:nth-child(6):before { content:"06"; }
}
.comments-area .comment-list li:hover {
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
  z-index:2;
}
.comments-area .comment-list li:hover .comment-header-info .reply { border-color:#37499f; }
.comments-area .comment-list li:hover:before {
  color:#37499f;
  font-size:70px;
}
.comments-area .comment-list li:hover .comment-body .comment-avatar {
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
  border-color:#fff;
}
.comments-area .comment-respond .comment-reply-title {
  text-transform:uppercase;
  color:#272727;
  font-size:16px;
  margin-bottom:0;
}
.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:#93d500; }
.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;
}
@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 {
  overflow:initial !important;
  border:none !important;
}
.pagination ul li + li { padding-left:20px; }
.pagination ul li .page-numbers {
  color:#191d30;
  display:inline-block;
  line-height:37px;
  font-size:12px;
  width:37px;
  font-weight:600;
  background-color:#f6f6f6;
  height:37px;
  padding:0;
  text-align:center;
  position:relative;
}
.pagination ul li .page-numbers:after {
  content:"";
  position:absolute;
  border:2px solid #93d500;
  top:0px;
  display:inline-block;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.pagination ul li .page-numbers.current, .pagination ul li .page-numbers:hover {
  background-color:#93d500;
  color:#fff;
}
.pagination ul li .page-numbers.current:after, .pagination ul li .page-numbers:hover:after {
  border-color:#93d500;
  top:-4px;
  left:-4px;
  right:-4px;
  bottom:-4px;
  opacity:1;
}
.pagination li.page-numbers, .pagination span.page-numbers, .pagination a.page-numbers {
  list-style:none;
  border:1px solid #ebebeb;
  color:#191d30;
  display:inline-block;
  line-height:38px;
  font-size:14px;
  width:37px;
  height:37px;
  font-family:Poppins;
  font-weight:600;
  background:transparent;
  padding:0;
  text-align:center;
  position:relative;
  margin-right:17px;
}
.pagination li.page-numbers:after, .pagination span.page-numbers:after, .pagination a.page-numbers:after {
  position:absolute;
  top:-4px;
  left:-4px;
  right:-4px;
  bottom:-4px;
  border:2px solid #ffad00;
  display:block;
}
.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:none;
  background-color:#ffad00;
  color:#fff;
}
.pagination li.page-numbers.current:after, .pagination li.page-numbers:hover:after, .pagination span.page-numbers.current:after, .pagination span.page-numbers:hover:after, .pagination a.page-numbers.current:after, .pagination a.page-numbers:hover:after { content:""; }
.pagination ul li { display:inline-block; }
.pagination.text-center { text-align:center; }
.ct-contact li a {
  position:relative;
  padding-left:49px !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%);
  transform:translateY(-50%);
  color:#ccc;
}
.ct-contact li a:first-child i { left:4px; }
.ct-contact li a:hover i { color:#93d500; }
.ct-contact li:first-child { margin-bottom:20px; }
.jws_theme_footer, .tb-newsletter-h3 {
  /* footer-top */
  /* footer-center */
  /* footer-bottom */
}
.jws_theme_footer .tb-logo img, .tb-newsletter-h3 .tb-logo img { width:auto; }
.jws_theme_footer.bottom-section .widget_text:last-child, .tb-newsletter-h3.bottom-section .widget_text:last-child { margin-top:10px; }
.jws_theme_footer .widget_newsletterwidget, .jws_theme_footer .widget_venus_newsletterwidget, .tb-newsletter-h3 .widget_newsletterwidget, .tb-newsletter-h3 .widget_venus_newsletterwidget { position:relative; }
.jws_theme_footer .widget_newsletterwidget .newsletter, .jws_theme_footer .widget_venus_newsletterwidget .newsletter, .tb-newsletter-h3 .widget_newsletterwidget .newsletter, .tb-newsletter-h3 .widget_venus_newsletterwidget .newsletter { height:40px; }
@media (min-width: 1200px) {
  .jws_theme_footer .widget_newsletterwidget .newsletter, .jws_theme_footer .widget_venus_newsletterwidget .newsletter, .tb-newsletter-h3 .widget_newsletterwidget .newsletter, .tb-newsletter-h3 .widget_venus_newsletterwidget .newsletter {
    position:absolute;
    width:70%;
    top:0;
    right:0;
  }
}
.jws_theme_footer .newsletter form, .tb-newsletter-h3 .newsletter form {
  position:relative;
  overflow:hidden;
  border:2px solid #fff;
}
.jws_theme_footer .newsletter form p, .tb-newsletter-h3 .newsletter form p {
  margin:0 !important;
  border:3px solid transparent;
}
.jws_theme_footer .newsletter form p:last-child, .tb-newsletter-h3 .newsletter form p:last-child {
  position:absolute;
  top:0;
  right:0;
}
.jws_theme_footer .newsletter form p:last-child .newsletter-submit, .tb-newsletter-h3 .newsletter form p:last-child .newsletter-submit {
  z-index:2;
  position:relative;
  background-color:#ffae00;
  font-family:Poppins;
  font-weight:600;
  text-transform:uppercase;
}
.jws_theme_footer .newsletter form input, .tb-newsletter-h3 .newsletter form input {
  margin:0;
  border:0;
  padding:0;
  height:34.4px;
  line-height:40px;
  border-color:transparent;
  border:none;
  background-color:transparent;
  box-shadow:none;
  color:#cccccc;
}
.jws_theme_footer .newsletter form input:focus, .tb-newsletter-h3 .newsletter form input:focus { color:#fff; }
.jws_theme_footer .newsletter form input[type="submit"], .tb-newsletter-h3 .newsletter form input[type="submit"] {
  background:transparent;
  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;
  width:160px;
  height:34px;
}
.jws_theme_footer .socials, .tb-newsletter-h3 .socials { white-space:nowrap; }
.jws_theme_footer .socials li, .tb-newsletter-h3 .socials li {
  display:inline-block;
  margin-right:10px;
}
.jws_theme_footer .socials li a, .tb-newsletter-h3 .socials li a {
  color:#fff;
  width:32px;
  height:32px;
  border-radius:50%;
  background-color:#ccc;
  display:inline-block;
  text-align:Center;
  line-height:32px;
  font-size:14px;
}
.jws_theme_footer .socials li a:hover, .tb-newsletter-h3 .socials li a:hover { background-color:#93d500; }
.jws_theme_footer .footer-header form .newsletter-email, .tb-newsletter-h3 .footer-header form .newsletter-email {
  color:#b7b7b7;
  background-color:#fff;
}
.jws_theme_footer .footer-header form .newsletter-email:focus, .tb-newsletter-h3 .footer-header form .newsletter-email:focus { color:#000; }
.jws_theme_footer .footer-header form input[type="submit"], .tb-newsletter-h3 .footer-header form input[type="submit"] { background:#292929; }
.jws_theme_footer .footer-header form input[type="submit"]:hover, .tb-newsletter-h3 .footer-header form input[type="submit"]:hover { background-color:#000; }
.jws_theme_footer .footer-header .tb-open-lightbox, .tb-newsletter-h3 .footer-header .tb-open-lightbox {
  max-width:270px;
  display:inline-block;
  width:100%;
  text-align:center;
  height:40px;
  line-height:40px;
  color:#2a2a2a;
  border:1px solid #2a2a2a;
  margin-top:8px;
  font-weight:700;
}
.jws_theme_footer .footer-header .tb-open-lightbox:hover, .tb-newsletter-h3 .footer-header .tb-open-lightbox:hover {
  border-color:#2a2a2a !important;
  background-color:#2a2a2a;
  color:#fff;
}
.jws_theme_footer .footer-top, .tb-newsletter-h3 .footer-top { background-color:rgba(25,29,48,0.3); }
.jws_theme_footer .footer-top .widget h3, .tb-newsletter-h3 .footer-top .widget h3 {
  color:#fff;
  font-size:18px;
  text-transform:uppercase;
  margin-bottom:6px !important;
}
.jws_theme_footer .footer-top .widget .wg-subtitle, .tb-newsletter-h3 .footer-top .widget .wg-subtitle { color:#84889a; }
.jws_theme_footer .footer-top .widget ul, .tb-newsletter-h3 .footer-top .widget ul {
  list-style:none;
  margin:0;
  padding:0;
}
.jws_theme_footer .footer-top .widget ul li, .tb-newsletter-h3 .footer-top .widget ul li {
  text-align:left;
  line-height:28px;
}
.jws_theme_footer .footer-top .widget ul li a, .tb-newsletter-h3 .footer-top .widget ul li a {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  -webkit-transition-duration:0.2s;
  transition-duration:0.2s;
  color:#868686;
}
.jws_theme_footer .footer-top .widget ul li a:hover, .tb-newsletter-h3 .footer-top .widget ul li a:hover {
  padding-left:5px;
  color:#333;
}
.jws_theme_footer .footer-top .widget ul.ct-contact, .tb-newsletter-h3 .footer-top .widget ul.ct-contact { margin-top:17px; }
.jws_theme_footer .footer-top .widget ul.tb-payment, .tb-newsletter-h3 .footer-top .widget ul.tb-payment { position:relative; }
.jws_theme_footer .footer-top .widget ul.tb-payment:after, .tb-newsletter-h3 .footer-top .widget ul.tb-payment:after {
  position:absolute;
  height:80px;
  width:1px;
  background-color:#434658;
  top:-18px;
  content:"";
}
@media (min-width: 1200px) {
  .jws_theme_footer .footer-top .widget ul.tb-payment:after, .tb-newsletter-h3 .footer-top .widget ul.tb-payment:after { right:33px; }
}
.jws_theme_footer .footer-top .widget ul.tb-payment li, .tb-newsletter-h3 .footer-top .widget ul.tb-payment li {
  display:inline-block;
  text-align:center;
  width:100px;
  margin-bottom:7px;
  height:13px;
}
.jws_theme_footer .footer-top .widget ul.tb-payment li > img, .tb-newsletter-h3 .footer-top .widget ul.tb-payment li > img {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:absolute;
  top:0;
  left:0;
  width:auto;
  height:auto;
}
.jws_theme_footer .footer-top .widget ul.tb-payment li > img:first-child, .tb-newsletter-h3 .footer-top .widget ul.tb-payment li > img:first-child { opacity:1; }
.jws_theme_footer .footer-top .widget ul.tb-payment li > img:last-child, .tb-newsletter-h3 .footer-top .widget ul.tb-payment li > img:last-child { opacity:0; }
.jws_theme_footer .footer-top .widget ul.tb-payment li:hover > img:first-child, .tb-newsletter-h3 .footer-top .widget ul.tb-payment li:hover > img:first-child { opacity:0; }
.jws_theme_footer .footer-top .widget ul.tb-payment li:hover > img:last-child, .tb-newsletter-h3 .footer-top .widget ul.tb-payment li:hover > img:last-child { opacity:1; }
.jws_theme_footer .footer-top .widget ul .newsletter, .tb-newsletter-h3 .footer-top .widget ul .newsletter {
  max-width:300px;
  margin-bottom:30px;
}
.jws_theme_footer .footer-top .widget ul .newsletter form, .tb-newsletter-h3 .footer-top .widget ul .newsletter form {
  margin-top:20px;
  padding-right:90px;
}
.jws_theme_footer .footer-top .widget ul .newsletter form input, .tb-newsletter-h3 .footer-top .widget ul .newsletter form input {
  background:#0a0a0a;
  color:#525252;
}
.jws_theme_footer .footer-top .widget ul .newsletter form input:focus, .tb-newsletter-h3 .footer-top .widget ul .newsletter form input:focus { color:#fff; }
.jws_theme_footer .footer-top .widget ul .newsletter form input[type="submit"], .tb-newsletter-h3 .footer-top .widget ul .newsletter form input[type="submit"] { background:#676767; }
.jws_theme_footer .footer-top .jws_theme_footer_top_once li, .tb-newsletter-h3 .footer-top .jws_theme_footer_top_once li { position:relative; }
.jws_theme_footer .footer-top .jws_theme_footer_top_once li a i, .tb-newsletter-h3 .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, .tb-newsletter-h3 .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, .tb-newsletter-h3 .footer-top .jws_theme_footer_top_two li, .tb-newsletter-h3 .footer-top .jws_theme_footer_top_three li, .tb-newsletter-h3 .footer-top .jws_theme_footer_top_four li { margin-bottom:7px; }
.jws_theme_footer .footer-top .jws_theme_footer_top_five .newsletter, .tb-newsletter-h3 .footer-top .jws_theme_footer_top_five .newsletter { margin-bottom:20px; }
.jws_theme_footer .footer-top .jws_theme_footer_top_five .newsletter form, .tb-newsletter-h3 .footer-top .jws_theme_footer_top_five .newsletter form { margin-top:22px; }
.jws_theme_footer .footer-top .jws_theme_footer_top_five ul.socials, .tb-newsletter-h3 .footer-top .jws_theme_footer_top_five ul.socials {
  margin-top:21px;
  margin-bottom:15px;
}
.jws_theme_footer .footer-center, .tb-newsletter-h3 .footer-center { color:#84889a; }
.jws_theme_footer .footer-center h3.wg-title, .tb-newsletter-h3 .footer-center h3.wg-title {
  text-transform:uppercase;
  font-size:18px;
  color:#fff;
  margin-bottom:55px;
}
.jws_theme_footer .footer-center ul, .tb-newsletter-h3 .footer-center ul { padding:0; }
.jws_theme_footer .footer-center ul li, .tb-newsletter-h3 .footer-center ul li { margin:0; }
.jws_theme_footer .footer-center ul li >a, .tb-newsletter-h3 .footer-center ul li >a { margin:0; }
.jws_theme_footer .footer-center ul li >a span, .tb-newsletter-h3 .footer-center ul li >a span {
  border-left:1px solid #484c5c;
  padding-left:30px;
}
.jws_theme_footer .footer-center ul li:not(:last-child) >a span, .jws_theme_footer .footer-center ul li:not(:last-child) >a i, .tb-newsletter-h3 .footer-center ul li:not(:last-child) >a span, .tb-newsletter-h3 .footer-center ul li:not(:last-child) >a i {
  display:inline-block;
  padding-bottom:40px;
}
.jws_theme_footer .footer-center ul li:hover >a span, .tb-newsletter-h3 .footer-center ul li:hover >a span { color:#fff; }
.jws_theme_footer .footer-center ul.wg-footer-aboutus >li, .tb-newsletter-h3 .footer-center ul.wg-footer-aboutus >li { margin-bottom:25px; }
.jws_theme_footer .footer-center ul.wg-footer-aboutus >li span, .jws_theme_footer .footer-center ul.wg-footer-aboutus >li p, .tb-newsletter-h3 .footer-center ul.wg-footer-aboutus >li span, .tb-newsletter-h3 .footer-center ul.wg-footer-aboutus >li p {
  display:inline-block;
  width:10%;
  vertical-align:top;
}
.jws_theme_footer .footer-center ul.wg-footer-aboutus >li span, .tb-newsletter-h3 .footer-center ul.wg-footer-aboutus >li span {
  color:#fff;
  font-family:Poppins;
  font-weight:bold;
  font-size:18px;
}
.jws_theme_footer .footer-center ul.wg-footer-aboutus >li p, .tb-newsletter-h3 .footer-center ul.wg-footer-aboutus >li p {
  width:87%;
  border-left:1px solid #484c5c;
  padding-left:33px;
}
.jws_theme_footer .footer-center ul.wg-footer-information >li a>i, .tb-newsletter-h3 .footer-center ul.wg-footer-information >li a>i { padding-right:29px; }
.jws_theme_footer .footer-center ul.wg-footer-information >li:not(:last-child) >a span, .jws_theme_footer .footer-center ul.wg-footer-information >li:not(:last-child) >a i, .tb-newsletter-h3 .footer-center ul.wg-footer-information >li:not(:last-child) >a span, .tb-newsletter-h3 .footer-center ul.wg-footer-information >li:not(:last-child) >a i {
  display:inline-block;
  padding-bottom:28px;
}
.jws_theme_footer .footer-center ul.wg-footer-information >li:hover >a i, .tb-newsletter-h3 .footer-center ul.wg-footer-information >li:hover >a i { color:#fff; }
.jws_theme_footer .footer-center ul.wg-footer-socials, .tb-newsletter-h3 .footer-center ul.wg-footer-socials { margin-top:50px; }
.jws_theme_footer .footer-center ul.wg-footer-socials li, .tb-newsletter-h3 .footer-center ul.wg-footer-socials li {
  width:45px;
  height:45px;
  border:2px solid #464958;
  padding:2px 0;
}
.jws_theme_footer .footer-center ul.wg-footer-socials li a, .tb-newsletter-h3 .footer-center ul.wg-footer-socials li a {
  width:37px;
  height:37px;
  border:2px solid transparent;
  background-color:transparent;
  color:#fff;
  text-align:center;
  display:inline-block;
  line-height:37px;
  position:relative;
}
.jws_theme_footer .footer-center ul.wg-footer-socials li a span, .tb-newsletter-h3 .footer-center ul.wg-footer-socials li a span {
  position:absolute;
  border:none;
  width:100%;
  width:350px;
  text-align:center;
  top:-50px;
  left:50%;
  transform:translateX(-50%);
  padding:0;
  font-size:10px;
  text-transform:uppercase;
  font-weight:600;
  display:none;
}
.jws_theme_footer .footer-center ul.wg-footer-socials li:hover, .tb-newsletter-h3 .footer-center ul.wg-footer-socials li:hover { border-color:#fff; }
.jws_theme_footer .footer-center ul.wg-footer-socials li:hover a, .tb-newsletter-h3 .footer-center ul.wg-footer-socials li:hover a { background-color:#93d500; }
@media (min-width: 1200px) {
  .jws_theme_footer .footer-center ul.wg-footer-socials li:not(:last-child), .tb-newsletter-h3 .footer-center ul.wg-footer-socials li:not(:last-child) {
    margin-right:55px;
    position:relative;
  }
  .jws_theme_footer .footer-center ul.wg-footer-socials li:not(:last-child):after, .tb-newsletter-h3 .footer-center ul.wg-footer-socials li:not(:last-child):after {
    content:"";
    width:33px;
    height:1px;
    background-color:#454859;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:-47px;
  }
  .jws_theme_footer .footer-center ul.wg-footer-socials li:hover a span, .tb-newsletter-h3 .footer-center ul.wg-footer-socials li:hover a span { display:block; }
}
.jws_theme_footer .footer-bottom, .tb-newsletter-h3 .footer-bottom { position:relative; }
.jws_theme_footer .footer-bottom h6, .tb-newsletter-h3 .footer-bottom h6 {
  margin:10px;
  letter-spacing:1.6px;
}
.jws_theme_footer .footer-bottom .jws_theme_footer_bottom_left .widget, .tb-newsletter-h3 .footer-bottom .jws_theme_footer_bottom_left .widget { margin-top:5px; }
.jws_theme_footer .footer-bottom .jws_theme_footer_bottom_left .widget a, .tb-newsletter-h3 .footer-bottom .jws_theme_footer_bottom_left .widget a { color:#2a2a2a; }
.jws_theme_footer .footer-bottom hr, .tb-newsletter-h3 .footer-bottom hr {
  border-top:1px solid #eee;
  margin-bottom:22px;
}
.jws_theme_footer .footer-bottom .socials li a, .tb-newsletter-h3 .footer-bottom .socials li a { color:#b5b5b5; }
.jws_theme_footer .footer-bottom .socials li a:hover, .tb-newsletter-h3 .footer-bottom .socials li a:hover { color:#fff; }
.jws_theme_footer .jws_theme_footer_bottom_right, .tb-newsletter-h3 .jws_theme_footer_bottom_right { text-align:right; }
.jws_theme_footer .jws_theme_footer_bottom_right ul, .tb-newsletter-h3 .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, .tb-newsletter-h3 .jws_theme_footer_bottom_right ul li { display:inline-block; }
.jws_theme_footer .jws_theme_footer_bottom_right ul li img, .tb-newsletter-h3 .jws_theme_footer_bottom_right ul li img { opacity:0.5; }
.jws_theme_footer .jws_theme_footer_bottom_right ul li img:hover, .tb-newsletter-h3 .jws_theme_footer_bottom_right ul li img:hover { opacity:1; }
.jws_theme_footer .jws_theme_footer_bottom_right ul li + li, .tb-newsletter-h3 .jws_theme_footer_bottom_right ul li + li { margin-left:15px; }
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-socials li, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-socials li {
  width:16.7%;
  text-align:center !important;
  padding:0;
}
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-socials li:not(:first-child), .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-socials li:not(:first-child) { margin-left:-5px; }
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-socials li >a, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-socials li >a {
  display:inline-block;
  width:100%;
  height:100px;
}
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-socials li >a span, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-socials li >a span {
  font-size:12px;
  color:rgba(255,255,255,0.4);
  position:absolute;
  left:20%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:1;
  text-transform:uppercase;
  letter-spacing:4px;
  font-weight:600;
  display:inline-block;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
@media (max-width: 767px) {
  .jws_theme_footer.jws_theme_footer_v2 .wg-footer-socials li >a span, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-socials li >a span { display:none; }
}
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-socials li:hover a>span, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-socials li:hover a>span {
  opacity:1;
  left:50%;
}
.jws_theme_footer.jws_theme_footer_v2 .wg-title, .tb-newsletter-h3.jws_theme_footer_v2 .wg-title { position:relative; }
.jws_theme_footer.jws_theme_footer_v2 .wg-title .wg-title-num, .tb-newsletter-h3.jws_theme_footer_v2 .wg-title .wg-title-num {
  font-size:50px;
  font-weight:300;
  color:rgba(255,255,255,0.1);
  position:absolute;
  margin-left:-36px;
  bottom:10px;
}
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-payment, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-payment { margin-top:60px; }
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-payment li, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-payment li {
  display:inline-block;
  text-align:center;
  width:100px;
  margin-bottom:7px;
  height:13px;
  position:relative;
}
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-payment li img, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-payment li img {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:absolute;
  top:0;
  left:0;
  width:auto;
  height:auto;
}
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-payment li img:first-child, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-payment li img:first-child { opacity:1; }
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-payment li img:last-child, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-payment li img:last-child { opacity:0; }
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-payment li:hover img:first-child, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-payment li:hover img:first-child { opacity:0; }
.jws_theme_footer.jws_theme_footer_v2 .wg-footer-payment li:hover img:last-child, .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-payment li:hover img:last-child { opacity:1; }
@media (min-width: 768px) {
  .jws_theme_footer.jws_theme_footer_v2 .wg-footer-payment li:not(:last-child), .tb-newsletter-h3.jws_theme_footer_v2 .wg-footer-payment li:not(:last-child) { margin-right:20px; }
}
.jws_theme_footer.jws_theme_footer_v2 .footer-top, .tb-newsletter-h3.jws_theme_footer_v2 .footer-top {
  padding-top:0;
  background-color:transparent;
}
.jws_theme_footer.jws_theme_footer_v2 .footer-top .jws_theme_footer_top_once li a i, .tb-newsletter-h3.jws_theme_footer_v2 .footer-top .jws_theme_footer_top_once li a i {
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border:none;
  font-size:20px;
  position:absolute;
  display:inline-block;
}
.jws_theme_footer.jws_theme_footer_v2 .footer-bottom, .tb-newsletter-h3.jws_theme_footer_v2 .footer-bottom { margin-top:20px; }
.jws_theme_footer.jws_theme_footer_v2 #jws_theme_back_to_top, .tb-newsletter-h3.jws_theme_footer_v2 #jws_theme_back_to_top {
  top:-50px;
  width:130px;
  height:50px;
  background-color:#fff;
  display:inline-block;
}
.jws_theme_footer.jws_theme_footer_v2 #jws_theme_back_to_top:after, .jws_theme_footer.jws_theme_footer_v2 #jws_theme_back_to_top:before, .tb-newsletter-h3.jws_theme_footer_v2 #jws_theme_back_to_top:after, .tb-newsletter-h3.jws_theme_footer_v2 #jws_theme_back_to_top:before {
  content:"";
  border-top:50px solid transparent;
  top:0;
  display:inline-block;
  position:absolute;
}
.jws_theme_footer.jws_theme_footer_v2 #jws_theme_back_to_top:after, .tb-newsletter-h3.jws_theme_footer_v2 #jws_theme_back_to_top:after {
  right:-20px;
  border-left:20px solid #fff;
  display:inline-block;
}
.jws_theme_footer.jws_theme_footer_v2 #jws_theme_back_to_top:before, .tb-newsletter-h3.jws_theme_footer_v2 #jws_theme_back_to_top:before {
  left:-20px;
  border-right:20px solid #fff;
}
.jws_theme_footer.jws_theme_footer_v2 #jws_theme_back_to_top span, .tb-newsletter-h3.jws_theme_footer_v2 #jws_theme_back_to_top span {
  color:#191d30;
  font-size:14px;
  font-weight:600;
}
.jws_theme_footer.jws_theme_footer_v2 #jws_theme_back_to_top span >i, .tb-newsletter-h3.jws_theme_footer_v2 #jws_theme_back_to_top span >i {
  line-height:100%;
  color:#191d30;
  opacity:1;
  font-size:22px;
  top:8px;
  position:relative;
}
.jws_theme_footer.jws_theme_footer_v3 .footer-top, .tb-newsletter-h3.jws_theme_footer_v3 .footer-top {
  background:url('assets/images/bg-ftop.jpg') no-repeat;
  background-size:cover;
  background-position:top center;
}
@media (min-width: 1200px) {
  .jws_theme_footer.jws_theme_footer_v3 .footer-top .wg-title, .jws_theme_footer.jws_theme_footer_v3 .footer-top .wg-subtitle, .tb-newsletter-h3.jws_theme_footer_v3 .footer-top .wg-title, .tb-newsletter-h3.jws_theme_footer_v3 .footer-top .wg-subtitle { padding-left:60px; }
}
.jws_theme_footer.jws_theme_footer_v3 .footer-top .newsletter form, .tb-newsletter-h3.jws_theme_footer_v3 .footer-top .newsletter form {
  border-radius:25px;
  padding-left:20px;
}
.jws_theme_footer.jws_theme_footer_v3 .footer-top .newsletter form .newsletter-submit, .tb-newsletter-h3.jws_theme_footer_v3 .footer-top .newsletter form .newsletter-submit { border-radius:20px; }
.jws_theme_footer.jws_theme_footer_v3 .footer-center ul.wg-footer-socials li, .tb-newsletter-h3.jws_theme_footer_v3 .footer-center ul.wg-footer-socials li { border-radius:50%; }
.jws_theme_footer.jws_theme_footer_v3 .footer-center ul.wg-footer-socials li a, .tb-newsletter-h3.jws_theme_footer_v3 .footer-center ul.wg-footer-socials li a { border-radius:50%; }
.jws_theme_footer.jws_theme_footer_v3 #jws_theme_back_to_top, .tb-newsletter-h3.jws_theme_footer_v3 #jws_theme_back_to_top { border-radius:50%; }
@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; }
  .main-content {
    padding-left:15px;
    padding-right:15px;
  }
}
.widget.widget_tag_cloud h3.wg-title { margin-bottom:40px; }
.widget.widget_tag_cloud .tagcloud a {
  border:2px solid #ebebeb;
  border-radius:0px;
  display:inline-block;
  line-height:normal;
  margin-right:5px;
  margin-bottom:9px;
  padding:0 5px;
  font-size:12px !important;
  color:#000;
  height:35px;
  line-height:35px;
  text-transform:capitalize;
}
.widget.widget_tag_cloud .tagcloud a:hover { border-color:#191d30; }
.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:#93d500;
}
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:#93d500;
  border-color:#93d500;
}
.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:#93d500;
}
body .plan.featured > li.plan-name .uk-badge-danger {
  background:#FFF;
  color:#93d500;
  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;
  transition:all 1s ease;
  transform:translateX(100%);
}
.jws_theme_right_fx_wrap .widget_shopping_cart .widget_shopping_cart_content.active {
  visibility:visible;
  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;
  z-index:2;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.4);
  overflow:hidden;
  opacity:0;
  transition:.8s;
  -webkit-transition:.8s;
}
.colorbox-wrap:hover { opacity:1; }
.colorbox-wrap:hover .colorbox {
  animation:effZoom .3s ease;
  -webkit-animation:effZoom .3s ease;
}
.colorbox-wrap:hover .colorbox-inner a {
  transform:translateX(0) !important;
  -webkit-transform:translateX(0) !important;
}
.colorbox-wrap:hover .colorbox-inner a i {
  transition:.2s;
  -webkit-transition:.2s;
}
.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;
  transition:.3s;
  -webkit-transition:.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;
  text-align:center;
  line-height:50px;
  border-radius:50%;
  border:solid 2px #FFF;
  margin:0 5px;
  color:#FFF;
}
.colorbox-wrap .colorbox-inner a.cb-popup {
  transform:translateY(-100px);
  -webkit-transform:translateY(-100px);
}
.colorbox-wrap .colorbox-inner a.cb-link {
  transform:translateX(100px);
  -webkit-transform:translateX(100px);
}
.colorbox-wrap .colorbox-inner:hover a { border-color:#93d500; }
.colorbox-wrap a:hover i { color:#93d500; }
.tpl1 .colorbox-wrap .colorbox { border:none; }
article:hover .colorbox-wrap { opacity:1; }
article:hover .colorbox-wrap .colorbox {
  animation:effZoom .3s ease;
  -webkit-animation:effZoom .3s ease;
}
article:hover .colorbox-wrap .colorbox-inner a {
  transform:translateX(0) !important;
  -webkit-transform:translateX(0) !important;
}
article:hover .colorbox-wrap .colorbox-inner a i {
  transition:.2s;
  -webkit-transition:.2s;
}
article:hover .colorbox-wrap .colorbox-inner a:hover i {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.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 #93d500 inset;
  padding:4px;
  transition:.3s;
  -webkit-transition:.3s;
}
.feature-box.tpl1 .feature-icon-image > i {
  font-size:24px;
  color:#93d500;
  transition:.3s;
  -webkit-transition:.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 .4s ease;
  -webkit-animation:borderAnimate .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:#93d500;
}
.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;
  transition:all 0.4s ease 0s;
  -webkit-transition:all 0.4s ease 0s;
}
.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);
}
.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;
  transition:.4s;
  -webkit-transition:.4s;
}
.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;
  transition:.4s;
  -webkit-transition:.4s;
}
.feature-box.tpl3 .feature-block > h3:after {
  content:"";
  width:0;
  border-bottom:1px solid;
  position:absolute;
  left:50%;
  bottom:-6px;
  transition:all 0.4s ease 0s;
  -webkit-transition:all 0.4s ease 0s;
  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 {
  transition:.4s;
  -webkit-transition:.4s;
  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:#93d500;
}
.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:#93d500; }
.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;
  transition:.3s;
  -webkit-transition:.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;
  transition:background .4s;
  -webkit-transition:background .4s;
}
.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 {
  transition:.3s;
  -webkit-transition:.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:#93d500; }
.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;
  transition:.4s;
  -webkit-transition:.4s;
}
.tb-btn span.tb-btn-inner-text {
  transition:.4s;
  -webkit-transition:.4s;
  display:inline-block;
}
.tb-btn i {
  transition:.3s;
  -webkit-transition:.3s;
}
.tb-btn.tb-btn-default { border:1px solid #93d500; }
.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:#93d500;
  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:#93d500;
  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:#93d500;
  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:#93d500;
  border-color:#93d500;
  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:#93d500;
  border-color:#93d500;
  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:#93d500;
  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 .tb-error404 { background-position:center 12px !important; }
.tb-error404-wrap .tb-error404 h2 { text-transform:uppercase; }
.tb-error404-wrap .tb-error404 h3, .tb-error404-wrap .tb-error404 h4 {
  font-size:24px;
  text-transform:uppercase;
  font-weight:300;
}
.tb-error404-wrap .tb-error404 h4 {
  font-size:18px;
  margin-bottom:55px;
}
.tb-error404-wrap .tb-error404 a {
  width:250px;
  height:50px;
  display:inline-block;
  text-transform:uppercase;
  font-size:16px;
  font-weight:600;
  text-align:center;
  line-height:50px;
  background-color:#93d500;
  color:#fff;
}
.tb-error404-wrap .tb-error404 a:first-child {
  background-color:#37499f;
  margin-right:20px;
}
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:absolute;
  top:-12px;
  width:20px;
  height:20px;
  text-align:left;
  line-height:20px;
  right:0px;
  font-weight:600;
  font-family:Poppins;
  font-size:12px;
  color:#3a4dab;
}
.widget_mini_cart_wrap .shopping_cart_dropdown {
  color:#747474;
  background:#ffffff;
  right:0;
  overflow:hidden;
  position:absolute;
  top:100%;
  z-index:9999;
  padding:15px 30px 8px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:360px;
}
@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:998;
  -webkit-animation:fadeInUp 0.3s both;
  -moz-animation:fadeInUp 0.3s both;
  -o-animation:fadeInUp 0.3s both;
  animation:fadeInUp 0.3s both;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list {
  margin:0;
  padding:0;
  padding-bottom:25px;
  border-bottom:1px solid #e9e9e9;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item {
  padding:10px 0 5px 95px !important;
  position:relative;
  color:#191d30;
  text-align:left;
  line-height:initial !important;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item dl.variation { display:none; }
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item > a {
  font-size:14px;
  font-weight:300;
  text-transform:capitalize;
  line-height:20px;
  position:static;
  transform:initial;
  margin-top:1px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item > a:before { display:none; }
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item > a.remove {
  position:absolute;
  top:50%;
  right:0;
  width:15px;
  height:15px;
  font-size:18px;
  font-weight:400;
  line-height:12px;
  color:#a3a3a3 !important;
  background:initial;
  -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.mini_cart_item > a > img {
  position:absolute;
  top:15px;
  left:0px;
  width:75px;
  height:auto;
  margin:0;
  -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.mini_cart_item span.amount {
  font-size:14px;
  font-weight:600;
  color:#191d30;
  margin-top:10px;
  display:block;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item .quantity {
  font-size:12px;
  font-weight:300;
  margin-top:7px;
  color:#3a4dab;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item .quantity > span { color:#191d30; }
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item.empty {
  border:none;
  min-height:auto;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item .woocommerce-review-link { display:none; }
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item:hover > a { text-decoration:underline; }
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item:hover > a > img { border:2px solid #3a4dab; }
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.mini_cart_item:hover > a.remove {
  color:#3a4dab !important;
  text-decoration:initial;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total {
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  color:#191d30;
  padding-top:25px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > strong {
  margin-right:40px;
  font-size:13px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > span { float:right; }
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons {
  margin-top:40px;
  display:block;
  margin-bottom:0 !important;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a {
  border:2px solid #191d30;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:0;
  color:#191d30;
  display:inline-block;
  font-size:14px;
  font-weight:600;
  width:140px;
  height:45px;
  background:transparent;
  text-align:center;
  text-transform:uppercase;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a.checkout { float:right; }
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a:hover {
  background:#93d500;
  border-color:#93d500;
  color:#ffffff;
}
.tb-menu-canvas {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500; }
.tb-menu-canvas.active {
  display:block;
  z-index:999;
  -webkit-animation:fadeInUp 0.3s both;
  -moz-animation:fadeInUp 0.3s both;
  -o-animation:fadeInUp 0.3s both;
  animation:fadeInUp 0.3s 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; }
}
@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;
  }
}
@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%;
  }
  .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;
  }
}
.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(147,213,0,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;
  transition:.3s;
  -webkit-transition:.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 {
  padding:10px 10px 0;
  background:#fff;
  position:relative;
  z-index:1;
}
#tb-mega-searchform .dropdown {
  height:50px;
  line-height:50px;
  background-color:#202020;
  color:#fff;
  padding:0 16px;
  box-shadow:none;
}
#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:17px;
  position:absolute;
  top:50%;
  margin-top:-1px;
}
#tb-mega-searchform .dropdown select {
  position:absolute;
  left:0;
  top:50%;
  line-height:1;
  border:none;
  background-color:#202020;
  color:#fff;
  padding:0 0 0 43px;
  -moz-appearance:none;
  -webkit-appearance:none;
  font-size:14px;
  appearance:none;
  height:48px;
  margin-top:-24px;
  cursor:pointer;
}
#tb-mega-searchform input { height:50px; }
#tb-mega-searchform input[type=text] {
  color:#9c9c9c;
  font-size:14px;
  padding:0 50px 0 20px;
  /* 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:#9c9c9c; }
#tb-mega-searchform input[type=text]:-moz-placeholder {
  color:#9c9c9c;
  opacity:1;
}
#tb-mega-searchform input[type=text]::-moz-placeholder {
  color:#9c9c9c;
  opacity:1;
}
#tb-mega-searchform input[type=text]:-ms-input-placeholder { color:#9c9c9c; }
#tb-mega-searchform input[type=text]:placeholder-shown { color:#9c9c9c; }
#tb-mega-searchform input[type=text]:focus { color:#000; }
#tb-mega-searchform #searchsubmit, #tb-mega-searchform input[type=submit] {
  height:50px;
  position:absolute;
  right:8px;
  top:10px;
  width:50px;
  border:none;
  font-size:16px;
}
#tb-mega-searchform #searchsubmit:hover, #tb-mega-searchform input[type=submit]:hover { color:#93d500; }
#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; }
.main-content .wpcf7 .wpcf7-submit {
  border:none;
  color:#FFF;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  height:60px;
}
@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 .main-content { padding:80px 0 20px; }
.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 .tag-links, .single article.space .tag-links {
  text-transform:capitalize;
  font-size:16px;
  color:#000;
  font-family:dosis;
  font-weight:bold;
  padding:18px 0;
}
.single article.post .tag-links >a, .single article.space .tag-links >a {
  font-size:14px;
  font-family:roboto;
  font-weight:300;
  color:#666;
}
.single article.post .tb-block-content .tb-excerpt .gallery, .single article.space .tb-block-content .tb-excerpt .gallery { display:none; }
.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 .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:#93d500; }
.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;
}
.content.tb-blog article.tb-blog-related { margin-bottom:15px; }
.tb-blog-related { margin:25px 0 75px; }
.tb-blog-related > .tb-title h4:before {
  height:15px;
  position:relative;
  top:2px;
  width:1px;
  background-color:;
  margin-right:20px;
  display:inline-block;
  content:"";
}
.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; }
}
@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;
  }
}
@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; }
}
@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; }
}
#jws_theme_back_to_top {
  cursor:pointer;
  height:auto;
  margin:0;
  top:-23px;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  transition:all .3s;
  z-index:999;
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  width:45px;
  height:45px;
  text-align:center;
  line-height:45px;
  background-color:#37499f;
  font-size:20px;
}
#jws_theme_back_to_top.active {
  display:block !important;
  opacity:1 !important;
}
#jws_theme_back_to_top.active:hover i {
  margin-top:-3px;
  opacity:1;
}
#jws_theme_back_to_top span i {
  color:#fff;
  display:block;
  line-height:200%;
  opacity:0.8;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:relative;
}
.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;
}
.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 {
  transition:all 0.4s ease 0s;
  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; }
}
.wpcf7-form { margin-top:-12px; }
.wpcf7-form .wpcf7_title {
  text-transform:uppercase;
  margin-bottom:50px;
}
.wpcf7-form .wpcf7_title:before {
  height:20px;
  position:relative;
  top:2px;
  width:1px;
  background-color:;
  margin-right:20px;
  display:inline-block;
  content:"";
}
.wpcf7-form label { color:#93d500; }
.wpcf7-form .ct-label {
  display:block;
  margin:7px 0 5px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"] {
  border-radius:0px;
  margin-bottom:20px;
  border:2px solid #ebebeb;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
.wpcf7-form input[type="text"]::-webkit-input-placeholder, .wpcf7-form input[type="email"]::-webkit-input-placeholder, .wpcf7-form input[type="tel"]::-webkit-input-placeholder, .wpcf7-form input[type="url"]::-webkit-input-placeholder { color:#a7a8ac; }
.wpcf7-form input[type="text"]:-moz-placeholder, .wpcf7-form input[type="email"]:-moz-placeholder, .wpcf7-form input[type="tel"]:-moz-placeholder, .wpcf7-form input[type="url"]:-moz-placeholder {
  color:#a7a8ac;
  opacity:1;
}
.wpcf7-form input[type="text"]::-moz-placeholder, .wpcf7-form input[type="email"]::-moz-placeholder, .wpcf7-form input[type="tel"]::-moz-placeholder, .wpcf7-form input[type="url"]::-moz-placeholder {
  color:#a7a8ac;
  opacity:1;
}
.wpcf7-form input[type="text"]:-ms-input-placeholder, .wpcf7-form input[type="email"]:-ms-input-placeholder, .wpcf7-form input[type="tel"]:-ms-input-placeholder, .wpcf7-form input[type="url"]:-ms-input-placeholder { color:#a7a8ac; }
.wpcf7-form input[type="text"]:placeholder-shown, .wpcf7-form input[type="email"]:placeholder-shown, .wpcf7-form input[type="tel"]:placeholder-shown, .wpcf7-form input[type="url"]:placeholder-shown { color:#a7a8ac; }
.wpcf7-form textarea {
  height:194px;
  border-radius:0px;
  border:2px solid #ebebeb;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
.wpcf7-form textarea::-webkit-input-placeholder { color:#a7a8ac; }
.wpcf7-form textarea:-moz-placeholder {
  color:#a7a8ac;
  opacity:1;
}
.wpcf7-form textarea::-moz-placeholder {
  color:#a7a8ac;
  opacity:1;
}
.wpcf7-form textarea:-ms-input-placeholder { color:#a7a8ac; }
.wpcf7-form textarea:placeholder-shown { color:#a7a8ac; }
.wpcf7-form input[type="submit"] {
  background-color:#93d500;
  color:#fff;
}
.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%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translateY(-50%);
  max-width:840px;
  right:0;
  left:0;
  margin:0 auto;
}
@media (min-width: 1200px) {
  .tb-send-mail-wrap .tb-mail-inner { max-width:1170px; }
}
.tb-send-mail-wrap .tb-mail-inner .widget >h3 { display:none; }
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc {
  max-width:600px;
  margin:auto;
  position:ABSOLUTE;
  top:50%;
  transform:translateY(-50%);
  background-color:#fff;
  right:45px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc >p {
  margin-top:15px;
  color:#000;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-submit {
  height:50px;
  line-height:40px;
  padding:0;
  color:#fff;
  margin:0px 0 25px;
  background-color:#37499f;
  text-transform:uppercase;
  font-size:14px;
  font-weight:600;
  margin-top:10px;
}
@media (max-width: 1199px) {
  .tb-send-mail-wrap .tb-mail-inner .newsletter-submit { max-width:82%; }
}
.tb-send-mail-wrap .tb-mail-inner h3.wg-title {
  margin-bottom:7px;
  text-transform:uppercase;
}
.tb-send-mail-wrap .tb-mail-inner span.line-title {
  width:50px;
  height:2px;
  display:inline-block;
  background-color:#37499f;
  margin:0 auto;
  position:relative;
}
.tb-send-mail-wrap .tb-mail-inner span.line-title:after, .tb-send-mail-wrap .tb-mail-inner span.line-title:before {
  position:absolute;
  display:inline-block;
  content:"";
  height:2px;
  width:20px;
  margin:2px auto;
  background-color:#37499f;
}
.tb-send-mail-wrap .tb-mail-inner span.line-title:after {
  right:10px;
  top:2px;
}
.tb-send-mail-wrap .tb-mail-inner span.line-title:before {
  left:10px;
  top:-6px;
}
.tb-send-mail-wrap .tb-mail-inner span.primary-color { color:#93d500; }
.tb-send-mail-wrap .tb-mail-inner .newsletter-desc {
  line-height:22px;
  padding:20px;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
}
@media (min-width: 1200px) {
  .tb-send-mail-wrap .tb-mail-inner .newsletter-desc { padding:60px; }
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget { margin-top:40px; }
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget input.newsletter-email { height:50px; }
@media (max-width: 1199px) {
  .tb-send-mail-wrap .tb-mail-inner .newsletter-widget input.newsletter-email { max-width:82%; }
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget form > p { margin-bottom:0px !important; }
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget .tb-newsletter-checkbox input {
  -webkit-transform:translateY(2px);
  -moz-transform:translateY(2px);
  -ms-transform:translateY(2px);
  -o-transform:translateY(2px);
  margin-right:7px;
}
.tb-send-mail-wrap .tb-mail-inner .newsletter-widget .tb-newsletter-checkbox span {
  color:#000;
  font-weight:600;
  font-size:12px;
}
.tb-send-mail-wrap .tb-mail-inner #tb-close-newsletter {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:0;
  background-color:#93d500;
  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:30px;
  width:30px;
  height:30px;
}
@media (min-width: 1200px) {
  .tb-send-mail-wrap .tb-mail-inner #tb-close-newsletter {
    font-size:20px;
    line-height:60px;
    width:60px;
    height:60px;
    top:-17px;
  }
}
#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:#93d500;
  border-color:#93d500;
}
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;
}
.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:50%;
  left:30px;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  background-color:#fff;
  padding:40px 28px 28px;
  max-width:340px;
}
.tb-custom-contact .wpb_widgetised_column ul { padding-left:5px; }
.tb-custom-contact .wpb_widgetised_column .wg-title {
  font-size:17px;
  margin-bottom:14px;
}
.tb-custom-margin { margin-bottom:30px !important; }
.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;
}
#tb-full-height {
  height:calc(100vh - 170px);
  overflow:hidden;
}
.jws_theme_footer.tb-layout-fullwidth {
  position:relative;
  z-index:100;
  background-color:#fff;
}
@media (min-width: 1200px) {
  .col-lg-20 { width:20%; }
}
.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:#93d500; }
.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:#93d500;
  border-color:#93d500;
}
.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:#93d500;
  border-color:#93d500;
}
.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:#93d500;
  border-color:#93d500;
  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:#93d500; }
.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 #93d500;
  background:#93d500;
  color:#fff;
}
.raymond-title {
  font-size:16px;
  color:#2a2a2a;
  line-height:24px;
}
.raymond-title.raymond-title-underline {
  position:relative;
  margin-bottom:30px !important;
}
.raymond-title.raymond-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%);
}
.raymond-title.raymond-title-underline.raymond-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;
}
.raymond-title.raymond-title-underline.raymond-title-underline-1.tb-custom-fix-scale:after { left:49.8%; }
.raymond-title.raymond-title-underline.raymond-title-underline-2 .raymond-title:after { display:none; }
.raymond-title-separator-wrap { position:relative; }
.raymond-title-separator-wrap:before {
  border-top:2px solid #efefef;
  border-bottom:1px solid #efefef;
  content:"";
  height:5px;
  left:0;
  position:absolute;
  top:15px;
  width:100%;
  z-index:0;
}
.raymond-title-separator-wrap .raymond-title {
  position:relative;
  padding:5px 20px 8px;
  white-space:nowrap;
}
.raymond-title-separator-wrap .raymond-title:after {
  position:absolute;
  content:"";
  top:100%;
  right:-4px;
  height:4px;
  width:4px;
  background-color:#2a2a2a;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  left:50%;
  margin:-5px 0 0 -2px;
}
.raymond-title-separator-wrap .raymond-title.raymond-title-separator {
  background:#fff none repeat scroll 0 0;
  display:inline-block;
  margin:0;
  padding-right:14px;
}
.raymond-title-separator-wrap.text-center .raymond-title, .raymond-title-separator-wrap.text-right .raymond-title { padding-left:13px; }
.raymond-title-separator-wrap.text-center .raymond-title:before, .raymond-title-separator-wrap.text-right .raymond-title:before {
  display:block;
  left:-4px;
  right:auto;
}
.raymond-title-separator-wrap.text-right .raymond-title { padding-right:0; }
.raymond-title-separator-wrap.text-right .raymond-title:after { display:none; }
.raymond-title-separator-wrap.raymond-title-underline-2 h3:after { display:none; }
.stripe-parallax-bg .raymond-title-separator-wrap { overflow-x:hidden; }
.stripe-parallax-bg .raymond-title-separator-wrap:before { display:none; }
.stripe-parallax-bg .raymond-title-separator-wrap .raymond-title-separator { background:transparent; }
.stripe-parallax-bg .raymond-title-separator-wrap .raymond-title-separator:before, .stripe-parallax-bg .raymond-title-separator-wrap .raymond-title-separator:after {
  z-index:5;
  background-color:#fff;
  top:14px;
}
.stripe-parallax-bg .raymond-title-separator-wrap .raymond-title-separator > span:before, .stripe-parallax-bg .raymond-title-separator-wrap .raymond-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 .raymond-title-separator-wrap .raymond-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:.3s;
  -webkit-transition:.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:#93d500; }
.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:#93d500;
}
.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:#93d500; }
@media (min-width: 768px) {
  .col-resize .vc_col-sm-3 { width:28%; }
  .col-resize .vc_col-sm-9 { width:72%; }
}
body ins { background:transparent; }
.tb-products-tabs1 .vc_tta-tabs-container, .tb-products-tabs2 .vc_tta-tabs-container, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container { margin:0 !important; }
.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  position:relative;
  display:inline-block;
  margin-bottom:55px;
}
@media (min-width: 992px) {
  .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    padding-left:20px;
    padding-right:20px;
  }
}
.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > 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:14px;
  line-height:18px;
  padding:0;
  color:#c2c2c2;
  font-weight:600;
  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, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:active, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:active, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:active {
  color:#000;
  background:transparent;
}
.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a >span, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a >span, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a >span, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a >span { padding:3px 0; }
.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a, .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a {
  color:#000;
  background:transparent;
}
.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a >span, .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a >span, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a >span, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a >span, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a >span, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a >span, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a >span, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a >span {
  border-top:2px solid #3a4dab;
  border-bottom:2px solid #3a4dab;
}
.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child:before, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child:before, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child:before, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child:before { display:none; }
.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child), .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child), .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child), .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child) { position:relative; }
.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child):after, .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child):after, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child):after, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child):after {
  content:"\f111";
  font-family:FontAwesome;
  display:block;
  position:absolute;
  right:-2px;
  vertical-align:middle;
  font-size:7px;
  top:50%;
  transform:translateY(-50%);
}
.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels, .tb-products-tabs2 .vc_tta-panels-container .vc_tta-panels, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .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, .tb-products-tabs2 .vc_tta-panels-container .vc_tta-panels:before, .tb-products-tabs2 .vc_tta-panels-container .vc_tta-panels:after, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels:before, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels:after, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-panels-container .vc_tta-panels:before, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .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, .tb-products-tabs2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .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, .tb-products-tabs2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before, .tb-products-tabs2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:after, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:after, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .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 .vc_tta-panel-body, .tb-products-tabs2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body, .wpb-js-composer .vc_tta-container .tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body, .wpb-js-composer .vc_tta-container .tb-products-tabs2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
  height:auto;
  opacity:1;
  overflow:visible;
}
.wpb-js-composer .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab { padding:0; }
.wpb-js-composer .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab >a {
  padding:0;
  font-size:12px !important;
}
.wpb-js-composer .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab >a >span {
  border:2px solid #efefef;
  padding:0 !important;
  width:75px;
  height:25px;
  line-height:24px;
  text-align:center;
  display:inline-block;
  color:#191d30;
}
.wpb-js-composer .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:after { display:none !important; }
.wpb-js-composer .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active > a >span, .wpb-js-composer .tb-products-tabs2 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:hover > a >span { border:2px solid #191d30; }
body.wpb-js-composer .tb-products-tabs4 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
  padding:0 !important;
  margin-bottom:32px !important;
}
body.wpb-js-composer .tb-products-tabs4 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:not(:last-child) >a { padding-right:10px; }
body.wpb-js-composer .tb-products-tabs4 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab >a { padding:0; }
body.wpb-js-composer .tb-products-tabs4 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab >a >span {
  border:2px solid #eaeaea;
  padding:0 25px !important;
  width:initial;
  height:35px;
  line-height:34px;
  text-align:center;
  display:inline-block;
  color:#191d30;
  border-radius:20px;
}
body.wpb-js-composer .tb-products-tabs4 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:after { display:none !important; }
body.wpb-js-composer .tb-products-tabs4 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active > a >span, body.wpb-js-composer .tb-products-tabs4 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:hover > a >span { border:2px solid #191d30; }
.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;
  margin-bottom:36px;
  padding:0 14px;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  font-size:13px;
  line-height:18px;
  color:#616161;
  background:#fff !important;
  border:none;
  padding:11px 18px;
  border:1px solid #eaeaea;
  text-transform:uppercase;
  border-radius:0;
}
.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:active {
  color:#fff;
  background-color:#171717 !important;
  border-color:transparent;
}
.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;
  background-color:#171717 !important;
  border-color:transparent;
}
.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 .vc_tta-panel-body {
  height:auto;
  opacity:1;
  overflow:visible;
}
.woocommerce .tb-product-item-inner, .woocommerce .tb-product-wrap {
  position:relative;
  margin-bottom:18px;
  overflow:hidden;
}
.woocommerce .tb-product-item-inner .onsale, .woocommerce .tb-product-item-inner .new, .woocommerce .tb-product-wrap .onsale, .woocommerce .tb-product-wrap .new {
  position:absolute;
  left:auto;
  right:20px;
  width:200px;
  height:38px;
  line-height:38px;
  text-align:center;
  z-index:1;
}
.woocommerce .tb-product-item-inner .new, .woocommerce .tb-product-wrap .new { line-height:38px; }
.woocommerce .tb-product-item-inner .onsale, .woocommerce .tb-product-item-inner .new, .woocommerce .tb-product-wrap .onsale, .woocommerce .tb-product-wrap .new {
  top:20px;
  font-weight:600;
  text-transform:uppercase;
  font-size:14px;
  background:transparent;
  color:#fff;
}
.woocommerce .tb-product-item-inner .onsale:before, .woocommerce .tb-product-item-inner .onsale:after, .woocommerce .tb-product-item-inner .new:before, .woocommerce .tb-product-item-inner .new:after, .woocommerce .tb-product-wrap .onsale:before, .woocommerce .tb-product-wrap .onsale:after, .woocommerce .tb-product-wrap .new:before, .woocommerce .tb-product-wrap .new:after {
  position:absolute;
  content:"";
}
.woocommerce .tb-product-item-inner .onsale:before, .woocommerce .tb-product-item-inner .new:before, .woocommerce .tb-product-wrap .onsale:before, .woocommerce .tb-product-wrap .new:before {
  width:100%;
  height:38px;
  background-color:#191d30;
  display:block;
  z-index:-1;
}
.woocommerce .tb-product-item-inner .onsale.sale_variable, .woocommerce .tb-product-item-inner .onsale.hot, .woocommerce .tb-product-item-inner .new.sale_variable, .woocommerce .tb-product-item-inner .new.hot, .woocommerce .tb-product-wrap .onsale.sale_variable, .woocommerce .tb-product-wrap .onsale.hot, .woocommerce .tb-product-wrap .new.sale_variable, .woocommerce .tb-product-wrap .new.hot {
  top:20px;
  right:-58px;
}
.woocommerce .tb-product-item-inner .new, .woocommerce .tb-product-wrap .new {
  left:-59px;
  top:24px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  color:#fff;
}
.woocommerce .tb-product-item-inner .new:after, .woocommerce .tb-product-item-inner .new:before, .woocommerce .tb-product-wrap .new:after, .woocommerce .tb-product-wrap .new:before { left:0px; }
.woocommerce .tb-product-item-inner .new:before, .woocommerce .tb-product-wrap .new:before { top:0; }
.woocommerce .tb-product-item-inner .onsale, .woocommerce .tb-product-wrap .onsale {
  right:-55px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.woocommerce .tb-product-item-inner .onsale:before, .woocommerce .tb-product-item-inner .onsale.after, .woocommerce .tb-product-wrap .onsale:before, .woocommerce .tb-product-wrap .onsale.after { right:-20px; }
.woocommerce .tb-product-item-inner .tb-image, .woocommerce .tb-product-wrap .tb-image {
  position:relative;
  line-height:0;
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.woocommerce .tb-product-item-inner .tb-image img, .woocommerce .tb-product-wrap .tb-image img {
  width:100%;
  height:auto;
}
.woocommerce .tb-product-item-inner .tb-image .tb-color-attribute, .woocommerce .tb-product-wrap .tb-image .tb-color-attribute {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:absolute;
  width:100%;
  transform:scale(0.8,1);
  -webkit-trasnform:scale(0.8,1);
  opacity:0;
  bottom:28px;
  z-index:999;
}
.woocommerce .tb-product-item-inner .tb-image .tb-color-attribute li, .woocommerce .tb-product-wrap .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:hover .tb-content .tb-price-rating .tb-item-rating, .woocommerce .tb-product-wrap:hover .tb-content .tb-price-rating .tb-item-rating { opacity:1; }
.woocommerce .tb-product-item-inner:hover .tb-color-attribute, .woocommerce .tb-product-wrap:hover .tb-color-attribute {
  opacity:1;
  transform:scale(1);
  -webkit-trasnform:scale(1);
}
.woocommerce .tb-product-item-inner:after, .woocommerce .tb-product-wrap:after {
  content:"";
  display:block;
  clear:both;
}
.woocommerce .tb-product-item-inner .tb-product-btn a, .woocommerce .tb-product-wrap .tb-product-btn a { float:left; }
.woocommerce .tb-product-item-inner .tb-product-btn a.btn-add-to-cart.added, .woocommerce .tb-product-wrap .tb-product-btn a.btn-add-to-cart.added { display:none; }
.woocommerce .tb-product-item-inner .tb-product-btn .clear, .woocommerce .tb-product-wrap .tb-product-btn .clear { display:none; }
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist, .woocommerce .tb-product-wrap .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;
  width:50px;
  height:50px;
  border:2px solid #f1f1f1;
  padding:0;
  margin:0 10px 0 0;
  overflow:hidden;
  top:-1px;
  width:42px;
  height:42px;
  background:transparent;
  margin:0 15px 0 0;
  top:3px;
  overflow:initial;
  border:none;
  margin-right:13px;
  font-size:12px;
  top:0;
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .add_to_wishlist, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  opacity:0;
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before, .woocommerce .tb-product-wrap .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;
  content:"\f442" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  position:absolute;
  top:50%;
  font-size:18px;
  font-weight:300;
  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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover:before { color:#93d500; }
.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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .woocommerce .tb-product-wrap .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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .woocommerce .tb-product-wrap .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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-product-wrap .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:"Ionicons";
  content:"\f498";
  color:#c4c5c7;
  font-weight:300;
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
  font-size:21px;
  -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:hover, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover {
  background:#191d30;
  border-color:#191d30;
}
.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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#93d500; }
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .add_to_wishlist, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  opacity:0;
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:after, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:after {
  position:absolute;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  content:"";
  border:2px solid #f1f1f1;
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before, .woocommerce .tb-product-wrap .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;
  content:"\f442" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  position:absolute;
  top:50%;
  font-size:18px;
  font-weight:300;
  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-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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .woocommerce .tb-product-wrap .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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .woocommerce .tb-product-wrap .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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-product-wrap .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:"Ionicons";
  content:"\f498";
  color:#c4c5c7;
  font-weight:500;
  font-size:21px;
  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%);
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover {
  background:#191d30;
  border-color:#191d30;
}
.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, .woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before { color:#93d500; }
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover:after, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover:after { border-color:#191d30; }
.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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before { color:#fff; }
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button, .woocommerce .tb-product-wrap .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;
  margin:0 10px 0 0;
  overflow:hidden;
  width:42px;
  height:42px;
  background:transparent;
  margin:0 15px 0 0;
  top:3px;
  overflow:initial;
  font-size:12px;
  margin-right:13px;
  top:0;
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button .compare, .woocommerce .tb-product-wrap .tb-product-btn .compare-button .compare {
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  opacity:0;
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button:before, .woocommerce .tb-product-wrap .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;
  content:"\f48e" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  position:absolute;
  font-weight:300;
  top:50%;
  font-size:21px;
  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, .woocommerce .tb-product-wrap .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, .woocommerce .tb-product-wrap .tb-product-btn .compare-button:hover:before { color:#93d500; }
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button .compare, .woocommerce .tb-product-wrap .tb-product-btn .compare-button .compare {
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  opacity:0;
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button:before, .woocommerce .tb-product-wrap .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;
  content:"\f48e" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  font-size:18px;
  position:absolute;
  font-weight:300;
  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%);
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button:after, .woocommerce .tb-product-wrap .tb-product-btn .compare-button:after {
  position:absolute;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  content:"";
  border:2px solid #f1f1f1;
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button:hover, .woocommerce .tb-product-wrap .tb-product-btn .compare-button:hover {
  background:#191d30;
  border-color:#191d30;
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button:hover:before, .woocommerce .tb-product-wrap .tb-product-btn .compare-button:hover:before { color:#93d500; }
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button:hover:after, .woocommerce .tb-product-wrap .tb-product-btn .compare-button:hover:after { border-color:#191d30; }
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcqv-button, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcqv-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;
  margin:0 10px 0 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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcqv-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:'Ionicons';
  content:"\f4a5";
  font-size:25px;
  color:#fff;
  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, .woocommerce .tb-product-wrap .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, .woocommerce .tb-product-wrap .tb-product-btn .yith-wcqv-button:hover:before { color:#93d500; }
.woocommerce .single_add_to_cart_button {
  width:190px;
  color:#191d30;
  height:42px;
  border:none;
  line-height:38px;
  position:relative;
  display:inline-block;
  outline:medium none;
  margin-right:13px;
  text-align:center;
  text-transform:uppercase;
  font-size:13px;
  font-weight:400;
  background:transparent;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  letter-spacing:-0.005em;
}
.woocommerce .single_add_to_cart_button:before {
  font-size:12px;
  -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;
  content:"\e013" !important;
  font-family:'ElegantIcons' !important;
  font-size:18px;
  color:#93d500;
  position:absolute;
  background-color:#191d30;
  margin:0 !important;
  top:0;
  width:42px;
  height:42px;
  left:0;
}
.woocommerce .single_add_to_cart_button:after {
  position:absolute;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  content:"";
  border:2px solid #191d30;
}
.woocommerce .wishlist-title {
  padding:0;
  margin-bottom:30px;
}
.woocommerce .wishlist_table {
  border-radius:0;
  border-color:#ebebeb;
}
.woocommerce .wishlist_table thead th {
  font-size:14px;
  line-height:24px;
  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.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; }
.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;
  color:#474747;
  background:#ffffff;
  border:1px solid #ebebeb;
  float:right;
  -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 .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:#93d500;
  border:1px solid #93d500;
}
.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:#93d500;
  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:0;
  -moz-border-radius:0;
  border-radius:0;
  -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; }
.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:#93d500; }
.woocommerce .star-rating {
  width:6.3em;
  height:1.1em;
  letter-spacing:0.15em;
}
.woocommerce .star-rating:before {
  color:#dadada;
  content:"\F006\F006\F006\F006\F006";
  font-family:FontAwesome;
  font-size:13px;
}
.woocommerce .star-rating span:before {
  content:"\F006\F006\F006\F006\F006";
  font-family:FontAwesome;
  color:#93d500;
  font-size:13px;
}
.woocommerce .tb-item-rating { font-size:11.5px; }
.woocommerce .tb-item-rating .star-rating {
  margin:0 auto;
  float:none;
}
.woocommerce .woocommerce-tabs {
  box-shadow:0 0px 5px rgba(0,0,0,0.175);
  background-color:#fff;
  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;
  position:relative;
}
.woocommerce .woocommerce-tabs .tabs li:before, .woocommerce .woocommerce-tabs .tabs li:after { display:none; }
.woocommerce .woocommerce-tabs .tabs li a {
  color:#b8b8b8 !important;
  font-size:14px !important;
  font-weight:normal !important;
  letter-spacing:0;
  position:relative;
  font-weight:600 !important;
  padding:20px 0 15px !important;
}
.woocommerce .woocommerce-tabs .tabs li a:after {
  content:"";
  display:inline-block;
  width:0%;
  background-color:#93d500;
  height:2px;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:absolute;
}
.woocommerce .woocommerce-tabs .tabs li.active a { color:#191d30 !important; }
.woocommerce .woocommerce-tabs .tabs li.active a:after { width:100%; }
.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;
  font-size:12px;
  color:#000;
}
.woocommerce .woocommerce-tabs .panel#tab-video iframe { width:100%; }
.woocommerce .woocommerce-tabs .panel #comments { display:none; }
.woocommerce .woocommerce-tabs .panel h2 {
  font-size:14px;
  color:#191d30;
  text-transform:uppercase;
  position:relative;
  display:inline-block;
}
.woocommerce .woocommerce-tabs .panel h2:after {
  display:inline-block;
  width:35%;
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  height:2px;
  background-color:#93d500;
}
.woocommerce .woocommerce-tabs .panel ul {
  width:32%;
  display:inline-block;
  padding:0;
}
.woocommerce .woocommerce-tabs .panel ul + ul {
  margin-left:-5px;
  width:62%;
}
.woocommerce .woocommerce-tabs .panel ul li { font-style:italic; }
.woocommerce .tb-comments {
  box-shadow:0 0px 5px rgba(0,0,0,0.175);
  background-color:#fff;
  margin-top:40px;
}
.woocommerce .tb-comments .tb-title {
  font-size:14px;
  border-bottom:1px solid #e8e8e8;
  text-transform:uppercase;
  padding:20px 16px 15px;
  margin-bottom:0;
}
.woocommerce .tb-comments .owl-item .comment-item:not(:last-child) { border-bottom:1px solid #e8e8e8; }
.woocommerce .tb-comments .owl-controls {
  position:absolute;
  text-align:center;
  right:22px;
  width:100px;
  top:-60px;
}
.woocommerce .tb-comments .owl-controls .owl-nav >div {
  width:50px;
  height:60px;
  line-height:65px;
  font-size:24px;
  display:inline-block;
}
.woocommerce .tb-comments .owl-controls .owl-nav >div .owl-next { margin-left:-5px; }
.woocommerce .tb-comments .comment-item {
  position:relative;
  padding:15px 30px 15px 0;
}
.woocommerce .tb-comments .comment-item .img-inner {
  display:inline-block;
  border-radius:50%;
  position:relative;
  width:155px;
  height:70px;
  top:10px;
}
.woocommerce .tb-comments .comment-item .img-inner img {
  display:block;
  border-radius:50%;
  max-width:70px;
  height:auto;
  margin:0;
  margin-left:auto;
  margin-right:auto;
}
.woocommerce .tb-comments .comment-item .img-inner:after {
  position:absolute;
  border:8px solid #f6f6f6;
  top:-8px;
  left:50%;
  bottom:-8px;
  display:inline-block;
  content:"";
  border-radius:50%;
  width:90px;
  transform:translateX(-50%);
}
.woocommerce .tb-comments .comment-item .comment-content {
  width:calc(100% - 160px);
  display:inline-block;
  font-size:12px;
}
.woocommerce .tb-comments .comment-item .comment-content span.comment-author {
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
}
.woocommerce .tb-comments .comment-item .comment-content span.comment-date {
  font-size:12px;
  margin-left:40px;
}
.woocommerce .tb-comments .comment-item .comment-content span.star-rating {
  top:5px;
  position:relative;
}
.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:#93d500; }
.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.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:24px;
  color:#747474;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-title:hover { color:#93d500; }
.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.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:18px;
  font-weight:600;
  line-height:1.5;
  color:#191d30;
  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:14px;
  color:#e6e4e5;
  margin-right:6px;
  margin-bottom:12px;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-item-rating { display:inline-block; }
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-item-rating .star-rating {
  float:none;
  margin-bottom:5px;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-item-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 .variations { width:100%; }
.woocommerce .variations tr td { padding-right:0; }
.woocommerce .variations tr td.label {
  text-align:left;
  padding:9px 0 0;
  width:19%;
  display:inline-block;
}
.woocommerce .variations tr td.label span {
  color:#93d500;
  display:none;
}
.woocommerce .variations tr td.label label {
  font-size:14px;
  color:#000;
  font-weight:600 !important;
  text-transform:uppercase;
}
.woocommerce .variations tr td.value {
  padding-top:0;
  width:81%;
  position:relative;
  margin-bottom:8px;
  display:inline-block;
}
.woocommerce .variations tr td.value .reset_variations {
  position:absolute;
  bottom:-5px;
  left:0;
}
.woocommerce .variations tr td.value .reset_variations:hover { color:#93d500; }
.woocommerce .variations tr td.value select {
  -moz-appearance:none;
  -webkit-appearance:none;
  position:relative;
  line-height:17.5px !important;
  padding:0 10px;
  margin-bottom:12px;
}
.woocommerce .variations tr td.value:before {
  content:"\f107";
  font-family:FontAwesome;
  position:absolute;
  right:20px;
  top:8px;
  z-index:1;
}
.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, .woocommerce.tb-products-grid .tb-product-wrap { margin-bottom:30px; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-category, .woocommerce.tb-products-grid .tb-product-wrap .tb-category {
  line-height:20px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-category a:hover, .woocommerce.tb-products-grid .tb-product-wrap .tb-category a:hover { color:#93d500; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-image, .woocommerce.tb-products-grid .tb-product-wrap .tb-image {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-image img, .woocommerce.tb-products-grid .tb-product-wrap .tb-image img { width:100%; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-image a > img, .woocommerce.tb-products-grid .tb-product-wrap .tb-image a > img {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-image a span, .woocommerce.tb-products-grid .tb-product-wrap .tb-image a span {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  position:absolute;
  top:0;
  width:100%;
  left:0;
  opacity:0;
  z-index:-1;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-action, .woocommerce.tb-products-grid .tb-product-wrap .tb-action { white-space:nowrap; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-content, .woocommerce.tb-products-grid .tb-product-wrap .tb-content {
  position:relative;
  z-index:11;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating, .woocommerce.tb-products-grid .tb-product-wrap .tb-content .tb-header-content .tb-rating {
  max-width:110px;
  background-color:rgba(25,29,48,0.8);
  margin:0 auto;
  padding:10px 0;
  position:absolute;
  top:-45px;
  z-index:2;
  width:100%;
  left:50%;
  transform:translateX(-50%);
  display:inline-block;
  height:32px;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating:after, .woocommerce.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-content .tb-header-content .tb-rating:after, .woocommerce.tb-products-grid .tb-product-wrap .tb-content .tb-header-content .tb-rating:before {
  top:0;
  position:absolute;
  content:"";
  border-right:10px solid transparent;
  border-bottom:32px solid rgba(25,29,48,0.8);
  display:inline-block;
  z-index:2;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-content .tb-header-content .tb-rating:before { right:-10px; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating:after, .woocommerce.tb-products-grid .tb-product-wrap .tb-content .tb-header-content .tb-rating:after {
  left:-10px;
  border-right:none;
  border-left:10px solid transparent;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-header-content, .woocommerce.tb-products-grid .tb-product-wrap .tb-header-content {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  width:100%;
  top:0;
  background-color:#fff;
  z-index:5;
  opacity:1;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-header-content .tb-action, .woocommerce.tb-products-grid .tb-product-wrap .tb-header-content .tb-action {
  height:60px;
  margin:20px 0 35px;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-color-attribute, .woocommerce.tb-products-grid .tb-product-wrap .tb-color-attribute {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  width:100%;
  opacity:1;
  bottom:0;
  z-index:999;
  margin-bottom:55px;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-color-attribute li, .woocommerce.tb-products-grid .tb-product-wrap .tb-color-attribute li {
  width:6px;
  height:6px;
  margin-right:20px;
  position:relative;
  padding:0;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-color-attribute li:last-child, .woocommerce.tb-products-grid .tb-product-wrap .tb-color-attribute li:last-child { margin-right:0px; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-color-attribute li:after, .woocommerce.tb-products-grid .tb-product-wrap .tb-color-attribute li:after {
  border:2px solid;
  left:-4px;
  bottom:-4px;
  right:-4px;
  top:-4px;
  position:absolute;
  content:"";
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-color-attribute li >span, .woocommerce.tb-products-grid .tb-product-wrap .tb-color-attribute li >span {
  position:absolute;
  top:calc(100% + 20px);
  width:200px;
  left:50%;
  transform:translateX(-50%);
  text-transform:uppercase;
  font-family:Poppins;
  font-weight:300;
  line-height:50px;
  visibility:hidden;
  display:inline-block;
  transition:all 400ms;
  opacity:0;
  font-size:11px;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-color-attribute li.tb-attribute-white:after, .woocommerce.tb-products-grid .tb-product-wrap .tb-color-attribute li.tb-attribute-white:after { border-color:#dbdbdb !important; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-color-attribute li:hover >span, .woocommerce.tb-products-grid .tb-product-wrap .tb-color-attribute li:hover >span {
  top:100%;
  visibility:visible;
  opacity:1;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-footer-content, .woocommerce.tb-products-grid .tb-product-wrap .tb-footer-content {
  text-align:center;
  margin-top:-4px;
  position:relative;
  z-index:10;
  min-height:60px;
  background-color:#fff;
  padding-bottom:23px;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-footer-content .tb-title, .woocommerce.tb-products-grid .tb-product-wrap .tb-footer-content .tb-title { margin:15px 0; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-footer-content .tb-item-rating, .woocommerce.tb-products-grid .tb-product-wrap .tb-footer-content .tb-item-rating {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  opacity:0;
  height:0;
  -webkit-transform:scale(0);
  transform:scale(0);
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-footer-content .tb-product-price, .woocommerce.tb-products-grid .tb-product-wrap .tb-footer-content .tb-product-price {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  margin-top:-6px;
  display:block;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-footer-content .woocommerce-review-link, .woocommerce.tb-products-grid .tb-product-wrap .tb-footer-content .woocommerce-review-link { display:none !important; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-footer-content .star-rating, .woocommerce.tb-products-grid .tb-product-wrap .tb-footer-content .star-rating {
  display:inline-block !important;
  float:none !important;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn {
  display:inline-block;
  -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-product-btn a, .woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcqv-button, .woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist, .woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn .compare-button, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn a, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .yith-wcqv-button, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .compare-button {
  border:none;
  background:transparent;
  width:100%;
  height:100%;
  margin-right:0;
  z-index:2;
  overflow:hidden;
}
.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, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn a:hover:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .yith-wcqv-button:hover:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .compare-button:hover:before { color:#93d500; }
.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-add-button: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-add-button: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-add-button: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-add-button:before, .woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn .compare-button:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn a:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn a:hover .yith-wcwl-add-button:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn a:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .yith-wcqv-button:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .yith-wcqv-button:hover .yith-wcwl-add-button:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .yith-wcqv-button:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .compare-button:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .compare-button:hover .yith-wcwl-add-button:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn .compare-button:hover .yith-wcwl-wishlistaddedbrowse:before { color:#93d500; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn.tb-btn-tocart { position:relative; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn.tb-btn-tocart a {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:relative;
  text-indent:9999px;
  width:50px;
  height:50px;
  color:#c4c5c7;
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn.tb-btn-tocart a:before {
  content:"\e013" !important;
  font-family:'ElegantIcons' !important;
  font-size:18px;
  position:absolute;
  display:block;
  font-family:initial;
  font-weight:300;
  text-indent:0;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart:before, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn.tb-btn-tocart a.added_to_cart:before {
  content:"\4e" !important;
  font-family:'ElegantIcons';
  font-size:18px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart .tooltip.top, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn.tb-btn-tocart .tooltip.top { margin-top:4px; }
.woocommerce.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart:hover a, .woocommerce.tb-products-grid .tb-product-wrap .tb-product-btn.tb-btn-tocart:hover a { color:#93d500; }
.woocommerce.tb-products-grid .tb-product-item-inner:hover .tb-image a span, .woocommerce.tb-products-grid .tb-product-wrap:hover .tb-image a span {
  opacity:1;
  z-index:1;
}
.woocommerce.tb-products-grid .tb-product-item-inner:hover .tb-header-content, .woocommerce.tb-products-grid .tb-product-wrap:hover .tb-header-content {
  top:-50px;
  opacity:1;
}
.woocommerce.tb-products-grid .tb-product-item-inner:hover .tb-footer-content .tb-item-rating, .woocommerce.tb-products-grid .tb-product-wrap:hover .tb-footer-content .tb-item-rating {
  height:auto;
  opacity:1;
}
.woocommerce.tb-products-grid .owl-stage .owl-item.active.end .tooltip { display:none !important; }
.woocommerce.tb-products-grid.col-lg-4 .tb-image .tb-color-attribute { bottom:38px; }
.woocommerce.widget_products_list .tb-product-item-inner { border:none; }
.woocommerce.widget_products_list .tb-product-item-inner .tb-image { border:none; }
.woocommerce.widget_products_list .tb-product-item-inner .tb-header-content {
  padding-bottom:5px;
  background-color:rgba(25,29,48,0.5);
  position:absolute;
  top:-55px;
  opacity:0;
}
.woocommerce.widget_products_list .tb-product-item-inner .tb-header-content .tb-action { margin:0; }
.woocommerce.widget_products_list .tb-product-item-inner .tb-header-content .tb-product-btn .yith-wcqv-button:before {
  font-family:"Ionicons";
  font-size:16px;
  color:#c4c5c7;
  line-height:42px;
  content:"\f4a5";
}
.woocommerce.widget_products_list .tb-product-item-inner .tb-header-content .tb-product-btn:hover .yith-wcqv-button:before { color:#93d500; }
.woocommerce.widget_products_list .tb-product-item-inner .tb-header-content .tb-product-btn:not(:last-child) {
  margin-right:5px;
  margin-left:0;
}
.woocommerce.widget_products_list .tb-product-item-inner .tb-footer-content { background-color:transparent; }
.woocommerce.widget_products_list .tb-product-item-inner .tb-footer-content .tb-title, .woocommerce.widget_products_list .tb-product-item-inner .tb-footer-content .tb-price-rating {
  line-height:initial;
  text-align:left;
  color:#84889a;
}
.woocommerce.widget_products_list .tb-product-item-inner:hover .tb-header-content {
  opacity:1;
  top:-62px;
}
.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-content {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  width:100%;
  opacity:1;
}
.woocommerce.tb-products-grid.tpl3 .tb-product-item-inner:hover .tb-content {
  z-index:20;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl1 .products-widget .tb-product-item:hover .tb-products-grid .tb-product-item-inner .tb-action {
  width:100%;
  overflow:visible;
}
.woocommerce.tpl1 .tb-woo-one-column .tb-product-item { margin-bottom:35px !important; }
.woocommerce .tb-view-more-link {
  text-align:center;
  position:relative;
  margin-top:50px;
}
.woocommerce .tb-view-more-link a {
  color:#191d30;
  background-color:transparent;
  width:230px;
  height:50px;
  display:inline-block;
  position:relative;
  border-radius:30px;
  line-height:50px;
  text-align:center;
  border:2px solid #191d30;
  font-size:14px;
  text-transform:uppercase;
  font-weight:600;
}
.woocommerce .tb-view-more-link a span:after { z-index:1; }
.woocommerce .tb-view-more-link a span i {
  position:relative;
  z-index:2;
}
.woocommerce table.my_account_orders {
  border-radius:0;
  font-size:13px;
}
.woocommerce table.my_account_orders .order-actions .button {
  width:190px;
  color:#191d30;
  height:42px;
  border:none;
  line-height:38px;
  position:relative;
  display:inline-block;
  outline:medium none;
  margin-right:13px;
  text-align:center;
  text-transform:uppercase;
  font-size:13px;
  font-weight:400;
  background:transparent;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  letter-spacing:-0.005em;
}
.woocommerce table.my_account_orders .order-actions .button:before {
  font-size:12px;
  -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;
  content:"\e013" !important;
  font-family:'ElegantIcons' !important;
  font-size:18px;
  color:#93d500;
  position:absolute;
  background-color:#191d30;
  margin:0 !important;
  top:0;
  width:42px;
  height:42px;
  left:0;
}
.woocommerce table.my_account_orders .order-actions .button:after {
  position:absolute;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  content:"";
  border:2px solid #191d30;
}
#yith-quick-view-content .onsale {
  left:20px;
  right:auto;
}
#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:#93d500;
  margin-bottom:5px;
  font-family:Poppins;
}
#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 {
  display:inline-block;
  margin-bottom:0;
}
#yith-quick-view-content .ro-quantity .quantity input {
  width:100%;
  margin:0;
  position:relative;
  top:-4px;
  height:50px;
}
#yith-quick-view-content .ro-quantity .label { width:initial; }
#yith-quick-view-content .ro-price >div { display:inline-block; }
#yith-quick-view-content .ro-action {
  width:200px;
  display:inline-block;
}
#yith-quick-view-content .ro-action .single_add_to_cart_button { margin:0px; }
.tb-btn-prod {
  position:relative;
  display:inline-block;
}
.tb-btn-prod .tooltip {
  z-index:99999;
  color:#fff;
}
.tooltip-inner { text-indent:0 !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:#93d500;
  border-color:#93d500;
}
.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 { 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 { 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 {
  -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: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 {
  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 { left:-18px; }
.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 {
  right:-18px;
  padding-left:3px;
}
.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 { 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 { 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 {
  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 { 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 {
  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 {
  -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;
}
.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 {
  background:#93d500;
  border-color:#93d500;
}
.woocommerce.tb-product-carousel .owl-stage .owl-item.active:last-child .tooltip, .tb-product-cats-carousel .owl-stage .owl-item.active:last-child .tooltip, .tb-product-cats-carousel-large .owl-stage .owl-item.active:last-child .tooltip, .tb-porfolio-carousel3 .owl-stage .owl-item.active:last-child .tooltip { display:none !important; }
.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 { opacity:1; }
.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; }
.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.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: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; }
.tb-category-slider .owl-controls .owl-nav > div.owl-next {
  right:-18px;
  padding-left:3px;
}
.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.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-category-slider .owl-controls .owl-dots .owl-dot.active, .tb-category-slider .owl-controls .owl-dots .owl-dot:hover {
  background:#93d500;
  border-color:#93d500;
}
.tb-category-slider .owl-stage .owl-item.active:last-child .tooltip { display:none !important; }
.tb-category-slider:hover .owl-controls .owl-nav > div { opacity:1; }
.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; }
}
@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 .raymond-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-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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.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 .woocommerce-result-count { white-space:nowrap; }
.woocommerce .archive-products .tb-start-shop-loop {
  display:inline-block;
  width:100%;
  margin-bottom:6px;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-view-as, .woocommerce .archive-products .tb-start-shop-loop .tb-shop-pagination {
  width:25%;
  float:left;
}
@media (min-width: 1200px) {
  .woocommerce .archive-products .tb-start-shop-loop .tb-view-as {
    width:50%;
    position:relative;
    overflow:hidden;
  }
  .woocommerce .archive-products .tb-start-shop-loop .tb-view-as:after {
    border-bottom:1px solid #ebebeb;
    height:1px;
    width:1000px;
    left:0;
    top:33%;
    content:"";
    display:block;
    position:absolute;
    margin-left:160px;
  }
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering {
  width:75%;
  margin-left:auto;
  text-align:right;
}
@media (min-width: 1200px) {
  .woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering { width:50%; }
}
.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;
  width:inherit;
  padding:0px 5px;
  height:28px;
  font-size:12px;
}
.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:50%;
  display:inline-block;
  margin-right:-5px;
  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-size:12px;
  font-weight:600;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by select, .woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by select { border:none; }
@media (min-width: 1200px) {
  .woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by {
    width:50%;
    position:relative;
  }
  .woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by:after {
    content:"";
    width:1px;
    height:20px;
    display:inline-block;
    background-color:#dddde0;
    position:absolute;
    top:5px;
    left:-8px;
  }
}
.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-short-by select {
  display:inline-block;
  width:30%;
  margin:0;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by select {
  width:70%;
  margin-left:-5px;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by {
  text-align:right;
  width:50%;
  font-size:12px;
}
@media (min-width: 1200px) {
  .woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by {
    margin-right:25px;
    width:25%;
  }
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by select { width:50px; }
.woocommerce .archive-products .tb-start-shop-loop .woocommerce-result-count {
  margin:0;
  line-height:24px;
}
.woocommerce .archive-products .tb-after-shop-loop { margin:35px 0; }
.woocommerce .archive-products .tb-after-shop-loop:after {
  clear:both;
  content:"";
  display:block;
  margin-bottom:40px;
}
.woocommerce .archive-products .tb-after-shop-loop .tb-view-as { margin-top:7px; }
@media (min-width: 1200px) {
  .woocommerce .archive-products .tb-after-shop-loop .tb-view-as {
    width:63%;
    margin-bottom:12px;
    position:relative;
    overflow:hidden;
    display:inline-block;
  }
  .woocommerce .archive-products .tb-after-shop-loop .tb-view-as:after {
    border-bottom:1px solid #ebebeb;
    height:1px;
    width:1000px;
    left:190px;
    top:30%;
    content:"";
    display:block;
    position:absolute;
  }
}
.woocommerce .type-product.product .tb-content { text-align:left; }
.woocommerce .type-product.product .tb-content .tb-title a {
  color:#191d30;
  text-transform:uppercase;
  display:block;
  margin-top:2px;
  font-size:18px;
}
.woocommerce .type-product.product .tb-content .tb-title a:hover { color:#93d500; }
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-item-rating .star-rating { float:left; }
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-item-rating .star-rating:before { top:1px; }
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-item-rating .star-rating span:before { top:1px; }
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-item-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:18px;
  color:#191d30;
  font-family:Poppins;
  font-weight:600;
}
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-price del {
  font-size:14px;
  color:#e6e4e5;
  margin-right:7px;
  font-weight:400;
}
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-price del >span { font-family:Poppins; }
.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 { margin-bottom:9px; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column {
  text-align:left;
  margin-bottom:5px;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner {
  text-align:left;
  width:100%;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-title {
  color:#191d30;
  font-size:18px;
  margin-top:8px;
  text-transform:uppercase;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-category { margin:3px 0 -1px; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-category a:hover { color:#93d500; }
.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:18px;
  color:#191d30;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-title a:hover { color:#93d500; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-content { margin:10px 0 20px; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn { margin-top:58px; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a {
  width:190px;
  color:#191d30;
  height:42px;
  border:none;
  line-height:38px;
  position:relative;
  display:inline-block;
  outline:medium none;
  margin-right:13px;
  text-align:center;
  text-transform:uppercase;
  font-size:13px;
  font-weight:400;
  background:transparent;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  letter-spacing:-0.005em;
  float:left;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a:before {
  font-size:12px;
  -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;
  content:"\e013" !important;
  font-family:'ElegantIcons' !important;
  font-size:18px;
  color:#93d500;
  position:absolute;
  background-color:#191d30;
  margin:0 !important;
  top:0;
  width:42px;
  height:42px;
  left:0;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a:after {
  position:absolute;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  content:"";
  border:2px solid #191d30;
}
.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;
  width:50px;
  height:50px;
  border:2px solid #f1f1f1;
  padding:0;
  margin:0 10px 0 0;
  overflow:hidden;
  top:-1px;
  width:42px;
  height:42px;
  background:transparent;
  margin:0 15px 0 0;
  top:3px;
  overflow:initial;
  border:none;
  margin-right:13px;
  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 .add_to_wishlist {
  position:absolute;
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  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: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;
  content:"\f442" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  position:absolute;
  top:50%;
  font-size:18px;
  font-weight:300;
  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:#93d500; }
.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:"Ionicons";
  content:"\f498";
  color:#c4c5c7;
  font-weight:300;
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
  font-size:21px;
  -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:hover {
  background:#191d30;
  border-color:#191d30;
}
.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:#93d500; }
.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;
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  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:after {
  position:absolute;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  content:"";
  border:2px solid #f1f1f1;
}
.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;
  content:"\f442" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  position:absolute;
  top:50%;
  font-size:18px;
  font-weight:300;
  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-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:"Ionicons";
  content:"\f498";
  color:#c4c5c7;
  font-weight:500;
  font-size:21px;
  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%);
}
.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:#191d30;
  border-color:#191d30;
}
.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, .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 { color:#93d500; }
.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:after { border-color:#191d30; }
.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;
  margin:0 10px 0 0;
  overflow:hidden;
  width:42px;
  height:42px;
  background:transparent;
  margin:0 15px 0 0;
  top:3px;
  overflow:initial;
  font-size:12px;
  margin-right:13px;
}
.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 {
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  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;
  content:"\f48e" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  position:absolute;
  font-weight:300;
  top:50%;
  font-size:21px;
  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:#93d500; }
.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 {
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  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;
  content:"\f48e" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  font-size:18px;
  position:absolute;
  font-weight:300;
  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%);
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .compare-button:after {
  position:absolute;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  content:"";
  border:2px solid #f1f1f1;
}
.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:#191d30;
  border-color:#191d30;
}
.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:#93d500; }
.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:after { border-color:#191d30; }
.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.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;
  padding:0;
  margin:0 10px 0 0;
  overflow:hidden;
  -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-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.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:'Ionicons';
  content:"\f4a5";
  font-size:12px;
  color:#fff;
  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:before { color:#93d500; }
.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 {
  color:#a0a0a0;
  margin-left:15px;
  line-height:22px;
  font-size:13px;
}
.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 0; }
.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:#93d500;
}
.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;
}
.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:14px;
  color:#838383;
}
.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; }
.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-size:14px;
  line-height:24px;
  color:#b1b1b1;
}
.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-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:#191d30;
  height:20px;
  width:35px;
  line-height:20px;
  display:inline-block;
  text-align:right;
  font-size:12px;
  margin:0;
}
.woocommerce .tb-view-as .jws_theme_action.active, .woocommerce .tb-view-as .jws_theme_action:hover { color:#93d500; }
.woocommerce .tb-view-as .jws_theme_action.jws_theme_action_grid {
  text-align:left;
  border-right:1px solid #dddde0;
}
.woocommerce .tb-view-as .jws_theme_action.jws_theme_action_list { margin-left:-5px; }
@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;
    overflow:hidden;
  }
}
@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; }
}
@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;
    overflow:hidden;
  }
  .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; }
}
@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; }
}
.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 .woocommerce-info::before { top:50%; }
.woocommerce .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce .woocommerce-message {
  border-color:#93d500;
  border-radius:0 !important;
  box-shadow:none !important;
}
.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-message:before {
  line-height:0px !important;
  background-color:#93d500;
  border-radius:0 !important;
}
.woocommerce .woocommerce-pagination { text-align:right; }
.woocommerce .woocommerce-pagination ul { border:none !important; }
.woocommerce .woocommerce-pagination ul li {
  overflow:initial !important;
  border:none !important;
}
.woocommerce .woocommerce-pagination ul li + li { padding-left:20px; }
.woocommerce .woocommerce-pagination ul li .page-numbers {
  color:#191d30;
  display:inline-block;
  line-height:37px;
  font-size:12px;
  width:37px;
  font-weight:600;
  background-color:#f6f6f6;
  height:37px;
  padding:0;
  text-align:center;
  position:relative;
}
.woocommerce .woocommerce-pagination ul li .page-numbers:after {
  content:"";
  position:absolute;
  border:2px solid #93d500;
  top:0px;
  display:inline-block;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce .woocommerce-pagination ul li .page-numbers.current, .woocommerce .woocommerce-pagination ul li .page-numbers:hover {
  background-color:#93d500;
  color:#fff;
}
.woocommerce .woocommerce-pagination ul li .page-numbers.current:after, .woocommerce .woocommerce-pagination ul li .page-numbers:hover:after {
  border-color:#93d500;
  top:-4px;
  left:-4px;
  right:-4px;
  bottom:-4px;
  opacity:1;
}
.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-bottom:none;
  width:100%;
  margin-top:45px;
  border-width:0;
  text-transform:uppercase;
  border-bottom:1px solid #ececec;
  padding-bottom:20px;
  margin-bottom:15px;
}
.woocommerce .cart-collaterals .cart_totals table tr th {
  text-align:left;
  padding:0;
  border:none;
}
.woocommerce .cart-collaterals .cart_totals table tr td {
  padding-left:60px;
  border:none;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th, .woocommerce .cart-collaterals .cart_totals table .cart-subtotal td { text-align:right; }
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th {
  font-size:14px;
  color:#191d30;
  font-weight:600;
  text-transform:uppercase;
  text-align:left;
  border:none;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal td {
  font-size:18px;
  color:#191d30;
  font-weight:600;
  text-align:right;
  border:none;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th, .woocommerce .cart-collaterals .cart_totals table .order-total td {
  text-align:left;
  border:none;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
  font-size:24px;
  color:#191d30;
  font-weight:600;
  text-transform:uppercase;
  border:none;
}
.woocommerce .cart-collaterals .cart_totals table .order-total td {
  font-size:18px;
  color:#191d30;
  border:none;
  font-weight:600;
  text-align:right;
}
.woocommerce .cart-collaterals .cart_totals table .order-total td .amount { font-weight:600; }
.woocommerce .cart-collaterals .cart_totals .return-to-shop { float:left; }
.woocommerce .cart-collaterals .cart_totals .checkout-button {
  float:right;
  background-color:#37499f;
  border-radius:0;
  color:#fff;
  display:inline-block;
  outline:medium none;
  text-align:center;
  text-transform:uppercase;
  font-weight:600;
  height:40px;
  line-height:39px;
  padding:0;
  max-width:180px;
  width:46%;
  font-size:16px;
}
.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:#93d500;
  border-color:#93d500;
  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:#93d500;
  border:1px solid #93d500;
}
.woocommerce form.login input[type="submit"], .woocommerce form.checkout_coupon input[type="submit"] {
  background:#444444;
  color:#FFFFFF;
  display:inline-block !important;
  width:auto;
  margin-top:5px;
  padding:9px 39px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.woocommerce form.login input[type="submit"]:hover, .woocommerce form.checkout_coupon input[type="submit"]:hover {
  background:#93d500;
  color:#FFFFFF;
}
.woocommerce .lost_password a { color:#444444; }
.woocommerce .lost_password a:hover { color:#93d500; }
.woocommerce .return-to-shop {
  width:46%;
  max-width:180px;
}
.woocommerce .return-to-shop a.button {
  background-color:#93d500;
  border-radius:0;
  color:#fff;
  display:inline-block;
  outline:medium none;
  text-align:center;
  text-transform:uppercase;
  font-weight:600;
  display:block;
  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; }
}
.widget.woocommerce { margin-bottom:20px; }
.widget.woocommerce#raymond_woocommerce_layered_nav-2 { margin-bottom:30px; }
.widget.woocommerce.widget_product_categories ul li, .widget.woocommerce.widget_layered_nav ul li {
  position:relative;
  padding:11px 0 7px;
}
.widget.woocommerce.widget_product_categories ul li > a, .widget.woocommerce.widget_layered_nav 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-size:13px;
  font-weight:600;
  line-height:32px;
  color:#000;
  display:block;
  text-transform:uppercase;
}
.widget.woocommerce.widget_product_categories ul li > a:hover, .widget.woocommerce.widget_layered_nav ul li > a:hover { color:#93d500; }
.widget.woocommerce.widget_product_categories ul li.cat-parent > a, .widget.woocommerce.widget_layered_nav ul li.cat-parent > a { position:relative; }
.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%;
  font-family:'Ionicons';
  content:"\f489";
  right:0;
  font-size:20px;
  z-index:5;
  margin-top:-19px;
  color:#000;
}
.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:#93d500; }
.widget.woocommerce.widget_product_categories ul li.cat-parent > .count, .widget.woocommerce.widget_layered_nav ul li.cat-parent > .count {
  right:15px;
  display:none;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent ul.children, .widget.woocommerce.widget_layered_nav ul li.cat-parent ul.children {
  margin:25px 0 18px;
  display:none;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent ul.children li, .widget.woocommerce.widget_layered_nav ul li.cat-parent ul.children li {
  padding:6px 0 2px;
  border-bottom:none;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent ul.children li .count, .widget.woocommerce.widget_layered_nav ul li.cat-parent ul.children li .count { margin-top:3px; }
.widget.woocommerce.widget_product_categories ul li.cat-parent.open > a, .widget.woocommerce.widget_layered_nav ul li.cat-parent.open > a {
  border-bottom:1px solid #37499f;
  padding-bottom:8px;
}
.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:"\f404"; }
.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 .count, .widget.woocommerce.widget_layered_nav ul li .count {
  color:#000;
  position:absolute;
  right:0;
  top:50%;
  font-size:12px;
  font-weight:300;
  transform:translateY(-50%);
}
.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:hover >.count, .widget.woocommerce.widget_layered_nav ul li:hover >.count { color:#93d500; }
.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_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%);
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud { margin-top:14px; }
.widget.woocommerce.widget_product_tag_cloud a {
  border:2px solid #ebebeb;
  display:inline-block;
  line-height:normal;
  margin-right:12px;
  padding:0 12px;
  font-size:12px !important;
  color:#000;
  margin-bottom:14px;
  height:35px;
  line-height:35px;
}
.widget.woocommerce.widget_product_tag_cloud a:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
#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.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  color:#93d500 !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:#93d500; }
.widget.yith-woocompare-widget > a.compare {
  -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:transparent;
  border:1px solid #ebebeb;
}
.widget.yith-woocompare-widget > a.compare:hover {
  color:#ffffff;
  background:#2a2a2a;
  border-color:#2a2a2a;
}
.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;
  transition:.3s;
  -webkit-transition:.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:#93d500;
  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 .variation { display:none; }
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown.in .shopping_cart_dropdown_inner {
  animation:cartIn .6s ease;
  -webkit-animation:cartIn .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:#93d500;
  -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:#93d500; }
.woocommerce-cart table.cart .product-remove a { color:#444 !important; }
.woocommerce-cart table.cart .product-remove a:hover {
  color:#93d500 !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(.9);
  }
  to {
    opacity:1;
    transform:scale(1);
  }
}
@-webkit-keyframes cartIn {
  from {
    opacity:0;
    -webkit-transform:scale(.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 #efefef;
  display:inline-block;
  width:100%;
}
.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 {
  font-size:12px;
  color:#676767;
  text-transform:uppercase;
  display:inline-block;
  width:100%;
  padding:11px 20px;
  outline:none;
}
.tb-tab-container .etabs .tab a.active {
  background:#93d500;
  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 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;
}
.woocommerce-shipping-calculator .tb-form-calculator-title {
  margin-bottom:10px;
  color:#555;
}
.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-size:12px;
  font-weight:normal;
}
.woocommerce-shipping-calculator .form-shipping-calculator p label .required { color:#93d500; }
.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;
}
.vc_tta-tabs-list { z-index:-1; }
.tb-products-grid.tpl1 .product {
  height:595px;
  margin-bottom:32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-products-grid.tpl1 .product { height:485px; }
}
.tb-products-grid.tpl1 .tb-product-item-inner .tb-image {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.tb-products-grid.tpl1 .tb-product-item-inner .tb-footer-content {
  visibility:visible;
  opacity:1;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-products-grid.tpl1 .tb-product-item-inner .tb-header-content .tb-action-color {
  visibility:hidden;
  opacity:0;
  height:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-products-grid.tpl1 .tb-product-item-inner .tb-header-content .tb-action-color .tb-action .tb-product-btn {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  -ms-animation-delay:0.1s;
  -ms-transition-delay:0.1s;
  -moz-animation-delay:0.1s;
  -moz-transition-delay:0.1s;
  -webkit-animation-delay:0.1s;
  -webkit-transition-delay:0.1s;
}
.tb-products-grid.tpl1 .tb-product-item-inner .tb-header-content .tb-action-color .tb-action .tb-product-btn.tb-btn-wishlist {
  -ms-animation-delay:0s;
  -ms-transition-delay:0s;
  -moz-animation-delay:0s;
  -moz-transition-delay:0s;
  -webkit-animation-delay:0s;
  -webkit-transition-delay:0s;
  transform:translateY(100px);
  -webkit-transform:translateY(100px);
}
.tb-products-grid.tpl1 .tb-product-item-inner .tb-header-content .tb-action-color .tb-action .tb-product-btn.tb-btn-tocart {
  transform:translateX(50px);
  -webkit-transform:translateX(50px);
}
.tb-products-grid.tpl1 .tb-product-item-inner .tb-header-content .tb-action-color .tb-action .tb-product-btn.tb-btn-compare {
  transform:translateX(-50px);
  -webkit-transform:translateX(-50px);
}
.tb-products-grid.tpl1 .tb-product-item-inner:hover .tb-image {
  height:427px;
  overflow:hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-products-grid.tpl1 .tb-product-item-inner:hover .tb-image { height:390px; }
}
.tb-products-grid.tpl1 .tb-product-item-inner:hover .tb-footer-content {
  height:0;
  visibility:hidden;
  opacity:0;
  display:none;
}
.tb-products-grid.tpl1 .tb-product-item-inner:hover .tb-header-content .tb-action-color {
  height:initial;
  visibility:visible;
  opacity:1;
}
.tb-products-grid.tpl1 .tb-product-item-inner:hover .tb-header-content .tb-action-color .tb-action .tb-product-btn {
  transform:translate(0px,0px);
  -webkit-transform:translate(0px,0px);
}
.tb-products-grid.tpl1 .col-4 .product { height:475px; }
.tb-products-grid.tpl1 .col-4 .product .tb-product-item-inner {
  max-width:263px;
  margin-left:auto;
  margin-right:auto;
}
.tb-products-grid.tpl1 .col-4 .product .tb-product-item-inner:hover .tb-image { height:327px; }
.tb-products-grid.tpl1 .pagination {
  position:relative;
  margin-top:32px;
}
.tb-products-grid.tpl1 .pagination:after, .tb-products-grid.tpl1 .pagination:before {
  position:absolute;
  top:50%;
  trasnform:translateY(-50%);
  content:"";
}
.tb-products-grid.tpl1 .pagination a, .tb-products-grid.tpl1 .pagination span { z-index:3; }
.tb-products-grid.tpl1 .pagination a:last-child, .tb-products-grid.tpl1 .pagination span:last-child { margin-right:0; }
.tb-products-grid.tpl1 .pagination:after {
  width:100%;
  height:1px;
  background-color:#e8e8e8;
  display:inline-block;
  z-index:1;
  left:0;
}
.tb-products-grid.tpl1 .pagination:before {
  width:220px;
  left:50%;
  transform:translateX(-50%);
  height:5px;
  background-color:#fff;
  z-index:2;
}
.tb-products-grid.tpl6 .col-4 .tb-product-item-inner .tb-content .tb-header-content .tb-rating { height:33px; }
.tb-action-shopby a.yith-wcqv-button {
  background-color:transparent;
  color:#fff;
  font-size:36px !important;
  padding-right:20px;
}
.tb-action-shopby a.yith-wcqv-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;
  content:"\f424" !important;
  font-family:Ionicons !important;
  color:#fff;
  position:absolute;
  font-weight:300;
  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-action-shopby a.yith-wcqv-button:hover { background-color:transparent; }
.tb-action-shopby a.yith-wcqv-button:hover:before { color:#93d500; }
.tb-action-shopby >a {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  font-size:36px;
  padding:0 6px;
  vertical-align:middle;
  display:inline-block;
  color:#fff;
  opacity:0;
  transform:translateY(100px);
  -webkit-transform:translateY(100px);
}
.tb-action-shopby >a:hover { color:#93d500; }
.tb-action-shopby >a:last-child {
  transform:translateY(-100px);
  -webkit-transform:translateY(-100px);
}
.tb-products-grid .tb-product-item-inner {
  border:2px solid #f1f1f1;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-products-grid .tb-product-item-inner .tb-image {
  border:13px solid #fff;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-products-grid .tb-product-item-inner:hover {
  border-color:#191d30;
  z-index:2;
}
@media (max-width: 767px) {
  .tb-products-grid.tpl3 .tb-product-items, .tb-products-grid.tpl2 .tb-product-items, .tb-products-grid.tpl4 .tb-product-items, .tb-products-grid.tpl11 .tb-product-items, .tb-products-grid.owl-tpl7 .tb-product-items {
    margin-left:auto;
    margin-right:auto;
  }
}
.tb-products-grid.tpl3 .tb-product-item-inner, .tb-products-grid.tpl2 .tb-product-item-inner, .tb-products-grid.tpl4 .tb-product-item-inner, .tb-products-grid.tpl11 .tb-product-item-inner, .tb-products-grid.owl-tpl7 .tb-product-item-inner { position:relative; }
.tb-products-grid.tpl3 .tb-product-item-inner .tb-image:before, .tb-products-grid.tpl2 .tb-product-item-inner .tb-image:before, .tb-products-grid.tpl4 .tb-product-item-inner .tb-image:before, .tb-products-grid.tpl11 .tb-product-item-inner .tb-image:before, .tb-products-grid.owl-tpl7 .tb-product-item-inner .tb-image:before {
  position:absolute;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  background-color:rgba(25,29,48,0.5);
  content:"";
  opacity:0;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  z-index:2;
}
.tb-products-grid.tpl3 .tb-product-item-inner .tb-content, .tb-products-grid.tpl2 .tb-product-item-inner .tb-content, .tb-products-grid.tpl4 .tb-product-item-inner .tb-content, .tb-products-grid.tpl11 .tb-product-item-inner .tb-content, .tb-products-grid.owl-tpl7 .tb-product-item-inner .tb-content {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:9;
  width:100%;
}
.tb-products-grid.tpl3 .tb-product-item-inner .tb-content >a, .tb-products-grid.tpl2 .tb-product-item-inner .tb-content >a, .tb-products-grid.tpl4 .tb-product-item-inner .tb-content >a, .tb-products-grid.tpl11 .tb-product-item-inner .tb-content >a, .tb-products-grid.owl-tpl7 .tb-product-item-inner .tb-content >a { position:relative; }
.tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-action-shopby:before, .tb-products-grid.tpl2 .tb-product-item-inner .tb-content .tb-action-shopby:before, .tb-products-grid.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby:before, .tb-products-grid.tpl11 .tb-product-item-inner .tb-content .tb-action-shopby:before, .tb-products-grid.owl-tpl7 .tb-product-item-inner .tb-content .tb-action-shopby:before {
  content:"";
  width:1px;
  height:52px;
  background-color:rgba(255,255,255,0.5);
  display:inline-block;
  vertical-align:middle;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  opacity:0;
}
.tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-action-shopby >a, .tb-products-grid.tpl2 .tb-product-item-inner .tb-content .tb-action-shopby >a, .tb-products-grid.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby >a, .tb-products-grid.tpl11 .tb-product-item-inner .tb-content .tb-action-shopby >a, .tb-products-grid.owl-tpl7 .tb-product-item-inner .tb-content .tb-action-shopby >a {
  width:60px;
  height:52px;
  line-height:60px;
}
.tb-products-grid.tpl3 .tb-product-item-inner:hover, .tb-products-grid.tpl2 .tb-product-item-inner:hover, .tb-products-grid.tpl4 .tb-product-item-inner:hover, .tb-products-grid.tpl11 .tb-product-item-inner:hover, .tb-products-grid.owl-tpl7 .tb-product-item-inner:hover { border-color:#191d30; }
.tb-products-grid.tpl3 .tb-product-item-inner:hover .tb-content .tb-action-shopby >a, .tb-products-grid.tpl2 .tb-product-item-inner:hover .tb-content .tb-action-shopby >a, .tb-products-grid.tpl4 .tb-product-item-inner:hover .tb-content .tb-action-shopby >a, .tb-products-grid.tpl11 .tb-product-item-inner:hover .tb-content .tb-action-shopby >a, .tb-products-grid.owl-tpl7 .tb-product-item-inner:hover .tb-content .tb-action-shopby >a {
  opacity:1;
  transform:translateY(0);
  -webkit-transform:translateY(0);
}
.tb-products-grid.tpl3 .tb-product-item-inner:hover .tb-content .tb-action-shopby:before, .tb-products-grid.tpl2 .tb-product-item-inner:hover .tb-content .tb-action-shopby:before, .tb-products-grid.tpl4 .tb-product-item-inner:hover .tb-content .tb-action-shopby:before, .tb-products-grid.tpl11 .tb-product-item-inner:hover .tb-content .tb-action-shopby:before, .tb-products-grid.owl-tpl7 .tb-product-item-inner:hover .tb-content .tb-action-shopby:before { opacity:1; }
.tb-products-grid.tpl3 .tb-product-item-inner:hover .tb-image:before, .tb-products-grid.tpl2 .tb-product-item-inner:hover .tb-image:before, .tb-products-grid.tpl4 .tb-product-item-inner:hover .tb-image:before, .tb-products-grid.tpl11 .tb-product-item-inner:hover .tb-image:before, .tb-products-grid.owl-tpl7 .tb-product-item-inner:hover .tb-image:before { opacity:1; }
.tb-products-grid.tpl3 .big_product_item .tb-product-item-inner, .tb-products-grid.tpl2 .big_product_item .tb-product-item-inner, .tb-products-grid.tpl4 .big_product_item .tb-product-item-inner, .tb-products-grid.tpl11 .big_product_item .tb-product-item-inner, .tb-products-grid.owl-tpl7 .big_product_item .tb-product-item-inner {
  max-height:680px;
  overflow:hidden;
  border:none;
}
.tb-products-grid.tpl3 .big_product_item .tb-product-item-inner .tb-image, .tb-products-grid.tpl2 .big_product_item .tb-product-item-inner .tb-image, .tb-products-grid.tpl4 .big_product_item .tb-product-item-inner .tb-image, .tb-products-grid.tpl11 .big_product_item .tb-product-item-inner .tb-image, .tb-products-grid.owl-tpl7 .big_product_item .tb-product-item-inner .tb-image { border:none; }
.tb-products-grid.tpl3.tpl4 .tb-product-item-inner, .tb-products-grid.tpl2.tpl4 .tb-product-item-inner, .tb-products-grid.tpl4.tpl4 .tb-product-item-inner, .tb-products-grid.tpl11.tpl4 .tb-product-item-inner, .tb-products-grid.owl-tpl7.tpl4 .tb-product-item-inner { border:none; }
.tb-products-grid.tpl3.tpl4 .tb-product-item-inner .tb-image, .tb-products-grid.tpl2.tpl4 .tb-product-item-inner .tb-image, .tb-products-grid.tpl4.tpl4 .tb-product-item-inner .tb-image, .tb-products-grid.tpl11.tpl4 .tb-product-item-inner .tb-image, .tb-products-grid.owl-tpl7.tpl4 .tb-product-item-inner .tb-image { border:none; }
.tb-products-grid.tpl3.tpl4 .tb-product-item-inner .tb-image:before, .tb-products-grid.tpl2.tpl4 .tb-product-item-inner .tb-image:before, .tb-products-grid.tpl4.tpl4 .tb-product-item-inner .tb-image:before, .tb-products-grid.tpl11.tpl4 .tb-product-item-inner .tb-image:before, .tb-products-grid.owl-tpl7.tpl4 .tb-product-item-inner .tb-image:before { display:none; }
.tb-products-grid.tpl3.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby:before, .tb-products-grid.tpl2.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby:before, .tb-products-grid.tpl4.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby:before, .tb-products-grid.tpl11.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby:before, .tb-products-grid.owl-tpl7.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby:before { display:none; }
.tb-products-grid.tpl3.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby >a, .tb-products-grid.tpl2.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby >a, .tb-products-grid.tpl4.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby >a, .tb-products-grid.tpl11.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby >a, .tb-products-grid.owl-tpl7.tpl4 .tb-product-item-inner .tb-content .tb-action-shopby >a {
  height:50px;
  width:50px;
}
.tb-products-grid.tpl5 .tb-product-item-inner { border:none; }
.tb-products-grid.tpl5 .tb-product-item-inner .tb-image { border:none; }
.tb-products-grid.tpl1 .tb-btn-quickview {
  position:absolute;
  right:-10px;
  bottom:-8px;
  z-index:11;
}
.tb-products-grid.tpl1 .tb-btn-quickview .yith-wcqv-button {
  line-height:47px;
  text-align:center;
}
.tb-products-grid.tpl1 .tb-btn-quickview:before {
  content:"";
  border-right:63px solid #191d30;
  border-top:63px solid transparent;
  position:absolute;
  left:-21px;
  top:-21px;
}
.tb-products-grid.tpl1 .tb-btn-quickview:after { display:none; }
.tb-products-grid.tpl1 .tb-btn-quickview:hover { background-color:transparent; }
.tb-products-grid.tpl1 .tb-product-btn.tb-btn-compare .compare-button { height:50px; }
.tb-product-carousel .tb-products-grid .tb-product-item-inner .tb-header-content .tb-rating:after, .tb-product-carousel .tb-products-grid .tb-product-item-inner .tb-header-content .tb-rating:before { top:1px !important; }
.tb-product-carousel .tb-products-grid .tb-product-item-inner:hover .tb-image { height:322px !important; }
.tb-product-carousel .tb-products-grid.tpl1 .product {
  height:470px;
  margin-bottom:55px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-product-carousel .tb-products-grid.tpl1 .product {
    max-width:270px;
    margin-left:auto;
    margin-right:auto;
  }
}
.tb-product-carousel .owl-carousel { position:relative; }
.tb-product-carousel .owl-carousel .owl-controls {
  position:absolute;
  top:-90px;
  width:100%;
  text-align:center;
}
.tb-product-carousel .owl-carousel .owl-controls .owl-nav >div {
  width:50px;
  height:50px;
  line-height:50px;
  display:inline-block;
}
.tb-product-carousel .owl-carousel .owl-controls .owl-nav >div i {
  color:#000;
  font-size:25px;
  vertical-align:middle;
}
.tb-product-carousel .owl-carousel .owl-controls .owl-nav >div i:before { vertical-align:middle; }
.tb-product-carousel .owl-carousel .owl-controls .owl-nav >div.owl-prev { border-right:1px solid #e2e2e2; }
.woocommerce.widget_products_list {
  margin-left:20px;
  margin-bottom:0;
}
.woocommerce.widget_products_list .tb-product-item-inner .tb-product-btn .yith-wcqv-button:before {
  font-size:18px;
  position:relative;
  top:4px;
}
.woocommerce.widget_products_list .type-product.product .tb-product-item-inner { margin-bottom:0; }
.woocommerce.widget_products_list .type-product.product .tb-content {
  text-align:left;
  display:inline-block;
  width:100%;
}
.woocommerce.widget_products_list .type-product.product .tb-content .tb-title {
  width:60%;
  margin:0;
  display:inline-block;
}
.woocommerce.widget_products_list .type-product.product .tb-content .tb-title a {
  color:#84889a;
  font-size:14px;
}
.woocommerce.widget_products_list .type-product.product .tb-content .tb-rating {
  width:40%;
  display:inline-block;
  transform:initial;
  opacity:1;
  text-align:right;
  line-height:initial;
  top:-5px;
  position:relative;
}
.woocommerce.widget_products_list .type-product.product .tb-content .tb-footer-content { padding-bottom:0; }
.woocommerce.widget_products_list .type-product.product .tb-content .tb-price-rating .tb-product-price {
  color:#fff;
  position:absolute;
  top:60px;
}
.woocommerce.tpl5 .tb-item-rating {
  position:absolute;
  left:50%;
  bottom:30px;
  transform:translateX(-50%);
}
.woocommerce.tpl5 .tb-item-rating .star-rating:before {
  content:"\f4b3\f4b3\f4b3\f4b3\f4b3";
  font-family:"Ionicons";
  color:#93d500;
  font-size:14px;
}
.woocommerce.tpl5 .tb-item-rating .star-rating span:before {
  content:"\f4b3\f4b3\f4b3\f4b3\f4b3";
  font-family:"Ionicons";
  color:#191d30;
  font-size:14px;
}
.woocommerce.tpl5 .tb-product-item-inner {
  min-height:500px;
  border-bottom:1px solid #f2f2f2;
  margin-bottom:50px;
}
.woocommerce.tpl5 .tb-product-item-inner .onsale, .woocommerce.tpl5 .tb-product-item-inner .new {
  -webkit-transform:rotate(0);
  transform:rotate(0);
  width:75px;
  height:25px;
  font-size:12px;
  color:#191d30;
  background-color:#fff;
  text-align:center;
  right:20px;
  border-radius:0;
  padding:0;
  line-height:25px;
  min-height:initial;
}
.woocommerce.tpl5 .tb-product-item-inner .onsale:before, .woocommerce.tpl5 .tb-product-item-inner .new:before { display:none; }
.woocommerce.tpl5 .tb-product-item-inner .onsale.new, .woocommerce.tpl5 .tb-product-item-inner .new.new { left:20px; }
.woocommerce.tpl5 .tb-product-item-inner .tb-action .tb-btn-quickview { display:none; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn {
  border:2px solid #efefef;
  width:50px;
  height:50px;
  line-height:48px;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn:hover { border-color:#191d30; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart {
  margin-left:5px;
  margin-right:5px;
  color:#191d30;
}
@media (min-width: 992px) {
  .woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart { width:190px; }
  .woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart a {
    text-indent:initial;
    font-weight:600;
    text-transform:uppercase;
    overflow:initial;
    color:#191d30;
  }
  .woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart a:before {
    position:initial;
    transform:initial;
    display:inline-block;
    margin-right:20px;
    margin-left:5px;
    margin-top:3px;
  }
  .woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart a:hover { color:#191d30; }
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart:hover { color:#191d30; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.btn-add-to-cart {
  width:50px;
  color:#191d30;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.btn-add-to-cart:before {
  content:"\e66e" !important;
  font-family:'Pe-icon-7-stroke' !important;
  color:#191d30;
  font-size:18px;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart {
  padding-top:0;
  top:-3px;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart:before {
  position:relative;
  width:50px;
  margin:0;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-tocart:hover a:before { color:#93d500 !important; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before { font-size:18px; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
  transform:initial;
  position:initial;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show:before {
  font-size:18px;
  color:#191d30;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show:hover:before { color:#93d500; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show {
  width:50px;
  height:46px;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .tb-btn-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before, .woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .tb-btn-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before { color:#93d500 !important; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn .compare-button:before {
  font-size:18px;
  color:#191d30;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn span { display:none; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-quickview {
  width:75px;
  height:75px;
  border:none;
  background-color:#fff;
  border-radius:50%;
  margin:0;
  text-align:center;
  position:absolute;
  top:30%;
  left:50%;
  transform:translate(-50%,-50%);
  opacity:0;
  z-index:9;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-quickview a { line-height:75px; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-quickview .yith-wcqv-button:before {
  content:"\f4a5";
  color:#191d30;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-quickview:hover { background-color:#fff; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn.tb-btn-quickview:hover .yith-wcqv-button:before { color:#93d500; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn:hover { background-color:transparent; }
.woocommerce.tpl5 .tb-product-item-inner .tb-product-btn:after { display:none; }
.woocommerce.tpl5 .tb-product-item-inner .tb-content .tb-footer-content {
  padding-top:10px;
  width:100%;
  text-align:center;
  background-color:transparent;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-content .tb-footer-content .tb-title a {
  text-transform:capitalize;
  font-size:14px;
  font-weight:600;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price { color:#37499f; }
.woocommerce.tpl5 .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price del {
  margin-right:25px;
  color:#9f9fa4;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price del span {
  font-weight:300;
  color:#9f9fa4;
}
.woocommerce.tpl5 .tb-product-item-inner .tb-content .tb-action {
  margin:0;
  display:none;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl5 .tb-product-item-inner:hover { border-color:#191d30; }
.woocommerce.tpl5 .tb-product-item-inner:hover .tb-item-rating {
  -webkit-animation:zoomOut 0.3s both;
  -moz-animation:zoomOut 0.3s both;
  -o-animation:zoomOut 0.3s both;
  animation:zoomOut 0.3s both;
}
.woocommerce.tpl5 .tb-product-item-inner:hover .tb-content .tb-footer-content {
  transform:translateY(-100px);
  -webkit-transform:translateY(-100px);
  z-index:9;
  display:inline-block;
  position:absolute;
}
.woocommerce.tpl5 .tb-product-item-inner:hover .tb-btn-quickview {
  top:50%;
  opacity:1;
}
.woocommerce.tpl5 .tb-product-item-inner:hover .tb-header-content .tb-action {
  display:block;
  opacity:1;
  margin-top:30px;
}
.woocommerce.tpl6.tb-products-grid .tb-product-btn.tb-btn-compare .compare-button { height:80px; }
.woocommerce.tpl9.tb-products-grid .tb-product-btn.tb-btn-compare .compare-button { height:42px; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner {
  height:605px;
  max-width:360px;
  margin-left:auto;
  margin-right:auto;
  border:none;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-image, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-image { border:none; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-color-attribute, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-color-attribute {
  margin-bottom:32px;
  margin-top:73px;
  display:block;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .onsale:before, .woocommerce.tpl6.tb-products-grid .tb-product-item-inner .new:before, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .onsale:before, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .new:before { background-color:#93d500; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-content {
  z-index:2;
  background-color:#fff;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content .tb-title a, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-title a { text-transform:capitalize; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price { font-size:24px; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price del, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price del { font-size:18px; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-footer-content {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-title, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-footer-content .tb-title { margin:25px 0 23px; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-header-content .tb-rating { top:-33px; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating:before, .woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating:after, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-header-content .tb-rating:before, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-header-content .tb-rating:after { border-bottom-width:33px; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content .tb-action-color, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-content .tb-action-color {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  height:0;
  overflow:hidden;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-action, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-action {
  border-bottom:1px solid #ebebeb;
  height:80px;
  margin-top:0;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn {
  position:relative;
  height:80px;
  line-height:80px;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn >div >span, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn >div >span {
  margin-top:10px;
  line-height:44px;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn.tb-btn-tocart a {
  height:75px;
  line-height:67px;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-quickview, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn.tb-btn-quickview {
  width:75px;
  height:75px;
  border:none;
  background-color:#fff;
  border-radius:50%;
  margin:0;
  text-align:center;
  position:absolute;
  top:30%;
  left:50%;
  transform:translate(-50%,-50%);
  opacity:0;
  z-index:9;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-quickview a, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn.tb-btn-quickview a { line-height:75px; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-quickview .yith-wcqv-button:before, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn.tb-btn-quickview .yith-wcqv-button:before {
  content:"\f4a5";
  color:#191d30;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-quickview:hover, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn.tb-btn-quickview:hover { background-color:#fff; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn:after, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn:after { border:none; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn:not(.tb-btn-quickview):before, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn:not(.tb-btn-quickview):before {
  position:absolute;
  height:5px;
  width:0px;
  left:50%;
  transform:translateX(-50%);
  content:"";
  bottom:0px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  background:url(assets/images/border-icon.png) no-repeat;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn:hover, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn:hover { background-color:transparent; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-product-btn:hover:before, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner .tb-product-btn:hover:before { width:80px; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner:hover, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner:hover {
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
  box-shadow:0 6px 12px rgba(0,0,0,0.175);
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner:hover .tb-btn-quickview, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner:hover .tb-btn-quickview {
  top:32%;
  opacity:1;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner:hover .tb-footer-content, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner:hover .tb-footer-content {
  height:0;
  min-height:0;
  overflow:hidden;
  opacity:0;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner:hover .tb-content .tb-action-color, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner:hover .tb-content .tb-action-color { height:initial; }
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner:hover .tb-image, .tb-product-carousel .tb-products-grid.tpl3 .tb-product-item-inner:hover .tb-image { max-height:375px; }
.woocommerce.tpl6.tb-products-grid .pagination, .tb-product-carousel .tb-products-grid.tpl3 .pagination {
  margin-bottom:0;
  margin-top:50px;
}
.woocommerce.tpl6.tb-products-grid .pagination span, .woocommerce.tpl6.tb-products-grid .pagination a, .tb-product-carousel .tb-products-grid.tpl3 .pagination span, .tb-product-carousel .tb-products-grid.tpl3 .pagination a {
  background-color:#fff;
  border:none;
  width:60px;
  line-height:60px;
  height:60px;
  margin-right:-5px;
  position:relative;
}
.woocommerce.tpl6.tb-products-grid .pagination span:hover, .woocommerce.tpl6.tb-products-grid .pagination span.current, .woocommerce.tpl6.tb-products-grid .pagination a:hover, .woocommerce.tpl6.tb-products-grid .pagination a.current, .tb-product-carousel .tb-products-grid.tpl3 .pagination span:hover, .tb-product-carousel .tb-products-grid.tpl3 .pagination span.current, .tb-product-carousel .tb-products-grid.tpl3 .pagination a:hover, .tb-product-carousel .tb-products-grid.tpl3 .pagination a.current { color:#93d500; }
.woocommerce.tpl6.tb-products-grid .pagination span:after, .woocommerce.tpl6.tb-products-grid .pagination a:after, .tb-product-carousel .tb-products-grid.tpl3 .pagination span:after, .tb-product-carousel .tb-products-grid.tpl3 .pagination a:after { display:none; }
.woocommerce.tpl6.tb-products-grid .pagination span:before, .woocommerce.tpl6.tb-products-grid .pagination a:before, .tb-product-carousel .tb-products-grid.tpl3 .pagination span:before, .tb-product-carousel .tb-products-grid.tpl3 .pagination a:before {
  position:absolute;
  display:inline-block;
  border-top:60px solid transparent;
  content:"";
}
.woocommerce.tpl6.tb-products-grid .pagination span:first-child, .woocommerce.tpl6.tb-products-grid .pagination a:first-child, .tb-product-carousel .tb-products-grid.tpl3 .pagination span:first-child, .tb-product-carousel .tb-products-grid.tpl3 .pagination a:first-child { padding-left:25px; }
.woocommerce.tpl6.tb-products-grid .pagination span:first-child:before, .woocommerce.tpl6.tb-products-grid .pagination a:first-child:before, .tb-product-carousel .tb-products-grid.tpl3 .pagination span:first-child:before, .tb-product-carousel .tb-products-grid.tpl3 .pagination a:first-child:before {
  left:-20px;
  border-right:20px solid #fff;
}
.woocommerce.tpl6.tb-products-grid .pagination span:last-child, .woocommerce.tpl6.tb-products-grid .pagination a:last-child, .tb-product-carousel .tb-products-grid.tpl3 .pagination span:last-child, .tb-product-carousel .tb-products-grid.tpl3 .pagination a:last-child { padding-right:25px; }
.woocommerce.tpl6.tb-products-grid .pagination span:last-child:before, .woocommerce.tpl6.tb-products-grid .pagination a:last-child:before, .tb-product-carousel .tb-products-grid.tpl3 .pagination span:last-child:before, .tb-product-carousel .tb-products-grid.tpl3 .pagination a:last-child:before {
  right:-20px;
  border-left:20px solid #fff;
}
.tb-product-item-inner {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl-list .tb-product-item-inner { margin-bottom:80px; }
.woocommerce.tpl-list .tb-product-item-inner .tb-image { position:relative; }
.woocommerce.tpl-list .tb-product-item-inner .tb-footer-content { z-index:1; }
@media (min-width: 768px) {
  .woocommerce.tpl-list .tb-product-item-inner .tb-footer-content { text-align:left; }
}
.woocommerce.tpl-list .tb-product-item-inner .tb-footer-content .woocommerce-review-link { display:inline-block !important; }
.woocommerce.tpl-list .tb-product-item-inner .tb-footer-content .star-rating {
  position:relative;
  top:4px;
}
.woocommerce.tpl-list .tb-product-item-inner .tb-content { padding-top:40px; }
@media (max-width: 767px) {
  .woocommerce.tpl-list .tb-product-item-inner .tb-content {
    padding-left:15px;
    padding-right:15px;
  }
  .woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-action { text-align:center; }
}
@media (min-width: 1200px) {
  .woocommerce.tpl-list .tb-product-item-inner .tb-content {
    padding-top:86px;
    margin-left:48px;
  }
  .woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-header-content { margin-left:4px; }
}
@media (min-width: 992px) {
  .woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-header-content .tb-action-color ul {
    text-align:left;
    margin-left:0;
    margin-bottom:50px;
  }
  .woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-header-content .tb-action-color ul li {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
  }
  .woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-header-content .tb-action-color ul li span {
    top:50%;
    left:20px;
    font-size:10px;
    transform:initial;
    transform:translateY(-50%);
  }
  .woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-header-content .tb-action-color ul li:hover { margin-right:110px; }
}
.woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price {
  font-size:24px;
  line-height:24px;
}
.woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-item-rating {
  -webkit-transform:initial;
  transform:initial;
  opacity:1;
  height:initial;
}
.woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-title { margin-top:25px; }
.woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-title a {
  font-size:30px;
  line-height:30px;
}
.woocommerce.tpl-list .tb-product-item-inner .tb-content .tb-excerpt { max-width:530px; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn { position:relative; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn >div>span { display:none; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-tocart { width:190px; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-tocart a {
  background-color:#191d30;
  border-radius:0;
  text-indent:55px;
  text-transform:uppercase;
  color:#191d30;
  line-height:35px;
  overflow:initial;
}
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-tocart a:before { color:#93d500; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.product_type_variable { text-indent:45px; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-tocart:after { border-color:#191d30; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-tocart:hover { background-color:transparent; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-tocart:hover a { color:#191d30; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-tocart:hover:after {
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn:nth-child(2) {
  margin-left:14px;
  margin-right:12px;
}
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-quickview {
  width:75px;
  height:75px;
  border:none;
  background-color:#fff;
  border-radius:50%;
  margin:0;
  text-align:center;
  position:absolute;
  top:30%;
  left:50%;
  transform:translate(-50%,-50%);
  opacity:0;
  z-index:9;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-quickview a { line-height:75px; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-quickview .yith-wcqv-button:before {
  content:"\f4a5";
  color:#191d30;
}
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-quickview:hover { background-color:#fff; }
.woocommerce.tpl-list .tb-product-item-inner .tb-product-btn.tb-btn-quickview:after { border:none; }
.woocommerce.tpl-list .tb-product-item-inner:hover {
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
  box-shadow:0 6px 12px rgba(0,0,0,0.175);
}
.woocommerce.tpl-list .tb-product-item-inner:hover .tb-btn-quickview {
  top:50%;
  opacity:1;
}
.woocommerce.tpl-list .tb-product-item-inner:hover .tb-content .tb-title a { color:#37499f; }
@media (min-width: 992px) {
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) { display:block; }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-4"] { float:right; }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content { text-align:right; }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content .tb-footer-content { text-align:right; }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content .tb-excerpt { margin-left:auto; }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-product-btn.tb-btn-tocart {
    float:right;
    margin-left:18px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content {
    margin-right:48px;
    margin-left:0;
  }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content .tb-header-content {
    margin-right:4px;
    margin-left:0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content .tb-header-content .tb-action-color ul {
    text-align:right;
    margin-right:0;
  }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content .tb-header-content .tb-action-color ul li {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
  }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content .tb-header-content .tb-action-color ul li span {
    right:20px;
    left:auto;
  }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content .tb-header-content .tb-action-color ul li:last-child { margin-right:0; }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content .tb-header-content .tb-action-color ul li:hover {
    margin-left:90px;
    margin-right:20px;
  }
  .woocommerce.tpl-list [class*="col-"]:nth-child(2n) [class*="col-md-8"] .tb-content .tb-header-content .tb-action-color ul li:hover:last-child { margin-right:0; }
}
.woocommerce.tpl-list .pagination {
  margin-top:3px;
  position:relative;
}
.woocommerce.tpl-list .pagination:after, .woocommerce.tpl-list .pagination:before {
  position:absolute;
  top:50%;
  trasnform:translateY(-50%);
  content:"";
}
.woocommerce.tpl-list .pagination:after {
  width:100%;
  height:1px;
  background-color:#e8e8e8;
  display:inline-block;
  z-index:1;
  left:0;
}
.woocommerce.tpl-list .pagination:before {
  width:420px;
  left:50%;
  transform:translateX(-50%);
  height:5px;
  background-color:#fff;
  z-index:2;
}
.woocommerce.tpl-list .pagination a.page-numbers, .woocommerce.tpl-list .pagination span.page-numbers {
  background-color:#f6f6f6;
  z-index:3;
}
.woocommerce.tpl-list .pagination a.page-numbers:hover, .woocommerce.tpl-list .pagination a.page-numbers.current, .woocommerce.tpl-list .pagination span.page-numbers:hover, .woocommerce.tpl-list .pagination span.page-numbers.current { background-color:#93d500; }
.woocommerce.tpl-list .pagination a.page-numbers:last-child, .woocommerce.tpl-list .pagination span.page-numbers:last-child { margin-right:0; }
.woocommerce.tpl8.tb-products-grid .tb-product-item-inner .tb-product-btn .compare-button { height:80px; }
.woocommerce.tpl8.tb-products-grid .pagination { position:relative; }
.woocommerce.tpl8.tb-products-grid .pagination a.page-numbers, .woocommerce.tpl8.tb-products-grid .pagination span.page-numbers {
  margin-right:10px;
  z-index:3;
  width:40px;
  height:40px;
  line-height:41px;
  background-color:#efefef;
  border-radius:50%;
  border:none;
  padding:0;
}
.woocommerce.tpl8.tb-products-grid .pagination a.page-numbers:last-child, .woocommerce.tpl8.tb-products-grid .pagination span.page-numbers:last-child { margin-right:0px; }
.woocommerce.tpl8.tb-products-grid .pagination a.page-numbers:after, .woocommerce.tpl8.tb-products-grid .pagination span.page-numbers:after {
  border:5px solid #fff;
  content:"";
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  display:inline-block;
  border-radius:50%;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl8.tb-products-grid .pagination a.page-numbers:hover, .woocommerce.tpl8.tb-products-grid .pagination a.page-numbers.current, .woocommerce.tpl8.tb-products-grid .pagination span.page-numbers:hover, .woocommerce.tpl8.tb-products-grid .pagination span.page-numbers.current { background-color:#fff; }
.woocommerce.tpl8.tb-products-grid .pagination a.page-numbers:hover:after, .woocommerce.tpl8.tb-products-grid .pagination a.page-numbers.current:after, .woocommerce.tpl8.tb-products-grid .pagination span.page-numbers:hover:after, .woocommerce.tpl8.tb-products-grid .pagination span.page-numbers.current:after {
  top:-5px;
  bottom:-5px;
  left:-5px;
  right:-5px;
  opacity:1;
  border-color:#93d500;
}
.woocommerce.tpl8.tb-products-grid .pagination:after, .woocommerce.tpl8.tb-products-grid .pagination:before {
  position:absolute;
  top:50%;
  trasnform:translateY(-50%);
  content:"";
}
.woocommerce.tpl8.tb-products-grid .pagination:after {
  width:100%;
  height:1px;
  background-color:#e8e8e8;
  display:inline-block;
  z-index:1;
  left:0;
}
.woocommerce.tpl8.tb-products-grid .pagination:before {
  width:220px;
  left:50%;
  transform:translateX(-50%);
  height:5px;
  background-color:#fff;
  z-index:2;
}
.woocommerce.tpl5.tb-products-grid .pagination {
  position:relative;
  margin-top:32px;
}
.woocommerce.tpl5.tb-products-grid .pagination a, .woocommerce.tpl5.tb-products-grid .pagination span { z-index:3; }
.woocommerce.tpl5.tb-products-grid .pagination a.page-numbers, .woocommerce.tpl5.tb-products-grid .pagination span.page-numbers {
  margin-right:10px;
  height:35px;
  width:35px;
  font-size:12px;
  line-height:35px;
  border:none;
}
.woocommerce.tpl5.tb-products-grid .pagination a.page-numbers:last-child, .woocommerce.tpl5.tb-products-grid .pagination span.page-numbers:last-child { margin-right:0px; }
.woocommerce.tpl5.tb-products-grid .pagination a.page-numbers:after, .woocommerce.tpl5.tb-products-grid .pagination span.page-numbers:after {
  border:2px solid #efefef;
  top:4px;
  left:4px;
  right:4px;
  bottom:4px;
  position:absolute;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  content:"";
}
.woocommerce.tpl5.tb-products-grid .pagination a.page-numbers.current, .woocommerce.tpl5.tb-products-grid .pagination a.page-numbers:hover, .woocommerce.tpl5.tb-products-grid .pagination span.page-numbers.current, .woocommerce.tpl5.tb-products-grid .pagination span.page-numbers:hover {
  background-color:#fff;
  color:#191d30;
}
.woocommerce.tpl5.tb-products-grid .pagination a.page-numbers.current:after, .woocommerce.tpl5.tb-products-grid .pagination a.page-numbers:hover:after, .woocommerce.tpl5.tb-products-grid .pagination span.page-numbers.current:after, .woocommerce.tpl5.tb-products-grid .pagination span.page-numbers:hover:after {
  border:2px solid #191d30;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}
.woocommerce.tpl5.tb-products-grid .pagination:after, .woocommerce.tpl5.tb-products-grid .pagination:before {
  position:absolute;
  top:50%;
  trasnform:translateY(-50%);
  content:"";
}
.woocommerce.tpl5.tb-products-grid .pagination:after {
  width:100%;
  height:1px;
  background-color:#efefef;
  display:inline-block;
  z-index:1;
  left:0;
}
.woocommerce.tpl5.tb-products-grid .pagination:before {
  width:220px;
  left:50%;
  transform:translateX(-50%);
  height:5px;
  background-color:#fff;
  z-index:2;
}
.woocommerce.tpl6.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating { height:33px; }
.woocommerce.tpl6.tb-products-grid .pagination a.page-numbers:last-child, .woocommerce.tpl6.tb-products-grid .pagination span.page-numbers:last-child { margin-right:0px; }
.woocommerce.tpl6.tb-products-grid .pagination a.page-numbers:after, .woocommerce.tpl6.tb-products-grid .pagination span.page-numbers:after {
  position:absolute;
  display:inline-block;
  content:"";
  bottom:2px;
  transform:translateX(-50%);
  left:50%;
  top:initial;
  right:initial;
  width:0px;
  height:3px;
  background:url(assets/images/line-bottom.png) no-repeat;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl6.tb-products-grid .pagination a.page-numbers:hover:after, .woocommerce.tpl6.tb-products-grid .pagination a.page-numbers.current:after, .woocommerce.tpl6.tb-products-grid .pagination span.page-numbers:hover:after, .woocommerce.tpl6.tb-products-grid .pagination span.page-numbers.current:after {
  opacity:1;
  width:50px;
  border:none;
}
.woocommerce.tpl6.tb-products-grid .pagination a:first-child, .woocommerce.tpl6.tb-products-grid .pagination a:last-child, .woocommerce.tpl6.tb-products-grid .pagination span:first-child, .woocommerce.tpl6.tb-products-grid .pagination span:last-child { padding:0; }
.woocommerce.tpl6.tb-products-grid .pagination:after, .woocommerce.tpl6.tb-products-grid .pagination:before {
  position:absolute;
  top:50%;
  trasnform:translateY(-50%);
  content:"";
}
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner {
  max-width:360px;
  margin-left:auto;
  margin-right:auto;
  border:none;
}
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner .tb-image {
  border:none;
  position:relative;
}
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner .tb-image:after {
  position:absolute;
  top:0;
  left:0;
  content:"";
  background-color:rgba(25,29,48,0.7);
  width:100%;
  height:100%;
  display:inline-block;
  z-index:3;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner .tb-content { display:none; }
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-wishlist {
  position:absolute;
  top:30%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  opacity:0;
  z-index:5;
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-wishlist .yith-wcwl-add-to-wishlist { height:40px; }
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-wishlist:after { display:none; }
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-wishlist:hover { background-color:transparent; }
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-wishlist >div>span {
  width:30px;
  font-size:10px;
  color:#fff;
  line-height:18px;
  width:130px;
}
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner:hover .tb-product-btn.tb-btn-wishlist {
  top:50%;
  opacity:1;
}
.woocommerce.tpl7 .tb-products-grid .tb-product-item-inner:hover .tb-image:after { opacity:1; }
.woocommerce.tpl8 .tb-products-grid .tb-product-item-inner { height:initial; }
.woocommerce.tpl8 .tb-products-grid .tb-product-item-inner .tb-content .tb-header-content {
  position:absolute;
  z-index:2;
  display:inline-block;
}
.woocommerce.tpl8 .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content {
  padding-bottom:40px;
  margin-top:0;
}
.woocommerce.tpl8 .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-title {
  padding-top:0;
  margin-bottom:10px;
  display:inline-block;
}
.woocommerce.tpl8 .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-title a { font-size:14px; }
.woocommerce.tpl8 .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-price-rating .tb-product-price {
  font-size:18px;
  height:24px;
}
.woocommerce.tpl8 .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-price-rating .tb-product-price del { font-size:14px; }
.woocommerce.tpl8 .tb-products-grid .tb-product-item-inner:hover .tb-image { max-height:initial; }
.woocommerce.tpl8 .tb-products-grid .tb-product-item-inner:hover .tb-content .tb-footer-content {
  height:initial;
  min-height:initial;
  z-index:-1;
  display:inline-block;
  opacity:0;
  position:relative;
  overflow:initial;
  width:100%;
}
.woocommerce.tpl8 .tb-products-grid .tb-product-item-inner:hover .tb-content .tb-header-content { top:0; }
.btn-shop-watch {
  width:180px;
  height:50px;
  text-align:center;
  line-height:50px;
  text-transform:uppercase;
  display:block;
  margin:0 auto;
  color:#fff;
  font-weight:600;
  font-size:14px;
  border:2px solid #fff;
}
.btn-shop-watch:hover { color:#93d500; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner { height:initial; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-quickview {
  height:40px;
  width:40px;
  line-height:40px;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-quickview .yith-wcqv-button { line-height:40px; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-quickview .yith-wcqv-button:before { font-size:18px; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-image {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color { height:initial; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action {
  border-bottom:none;
  height:40px;
  margin:0;
  margin-top:30px;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn {
  height:40px;
  width:40px;
  border-radius:50%;
  line-height:40px;
  text-align:center;
  border:1px solid #ebebeb;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn:hover {
  background-color:#3a4dab;
  border-color:transparent;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn:nth-child(2) {
  margin-left:10px;
  margin-right:10px;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn:before { display:none; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn.tb-btn-tocart a {
  height:40px;
  width:40px;
  line-height:36px;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn.tb-btn-tocart a:before {
  font-size:14px;
  margin-left:-1px;
  margin-top:-2px;
  color:#191d30;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn.tb-btn-tocart:hover a:before { color:#fff; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before, .woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before, .woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn .compare-button:before {
  font-size:16px;
  color:#191d30;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:hover:before, .woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover:before, .woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn .compare-button:hover:before { color:#fff; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-action .tb-product-btn >div>span { display:none; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-action-color .tb-color-attribute { display:none; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content { height:0; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-title { margin-bottom:13px !important; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-title a { font-size:14px; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price { font-size:18px; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content { margin-top:0; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content, .woocommerce.tpl9 .tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-action-color {
  height:0;
  overflow:hidden;
  min-height:initial;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner:hover .tb-btn-quickview { top:25%; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner:hover .tb-footer-content {
  height:initial;
  opacity:1;
  overflow:initial;
}
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner:hover .tb-image { height:167px; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner:hover .tb-content { height:initial; }
.woocommerce.tpl9 .tb-products-grid .tb-product-item-inner:hover .tb-content .tb-footer-content, .woocommerce.tpl9 .tb-products-grid .tb-product-item-inner:hover .tb-content .tb-header-content .tb-action-color {
  height:initial;
  opacity:1;
  overflow:initial;
}
.woocommerce.tpl10 .tb-products-grid .tb-product-item-inner {
  max-width:555px;
  margin-left:auto;
  border:none;
  background-color:#fff;
}
.woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-image {
  border:none;
  max-width:245px;
  display:inline-block;
  float:left;
  margin-right:30px;
  border-right:1px solid #efeff0;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 550px) {
  .woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-image {
    width:100%;
    max-width:100%;
  }
}
.woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-content {
  width:calc(100% - 275px);
  display:inline-block;
  float:right;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 550px) {
  .woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-content {
    width:100%;
    text-align:center;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:20px;
  }
}
.woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-content .tb-title {
  margin-top:25px;
  text-overflow:initial;
  white-space:initial;
}
.woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-content .tb-title >a {
  font-size:18px;
  text-transform:capitalize;
  font-weight:600;
}
.woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-content .tb-price-rating { margin-top:20px; }
.woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price>span, .woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-content .tb-price-rating ins span.amount {
  font-size:24px;
  color:#37499f;
}
.woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-content .tb-excerpt { margin-top:15px; }
.woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-item-rating .star-rating {
  margin-left:0;
  margin-top:45px;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 550px) {
  .woocommerce.tpl10 .tb-products-grid .tb-product-item-inner .tb-item-rating .star-rating {
    margin-top:0;
    margin-left:auto;
  }
}
.woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(2n) .tb-product-item-inner .tb-image {
  float:right;
  margin-left:30px;
  margin-right:0px;
  border-right:none;
  border-left:1px solid #efeff0;
}
.woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(2n) .tb-product-item-inner .tb-content {
  float:left;
  text-align:right;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 550px) {
  .woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(2n) .tb-product-item-inner .tb-content { text-align:center; }
}
.woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(2n) .tb-product-item-inner .tb-item-rating .star-rating {
  margin-right:0;
  margin-left:auto;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 550px) {
  .woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(2n) .tb-product-item-inner .tb-item-rating .star-rating { margin-right:auto; }
}
.woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(4n) .tb-product-item-inner .tb-image {
  float:left;
  margin-left:0px;
  margin-right:30px;
  border-left:none;
  border-right:1px solid #efeff0;
}
.woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(4n) .tb-product-item-inner .tb-content {
  float:right;
  text-align:left;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 550px) {
  .woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(4n) .tb-product-item-inner .tb-content { text-align:center; }
}
.woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(4n) .tb-product-item-inner .tb-item-rating .star-rating {
  margin-right:auto;
  margin-left:0;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 550px) {
  .woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(4n) .tb-product-item-inner .tb-item-rating .star-rating { margin-left:auto; }
}
.woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(3n) .tb-product-item-inner .tb-image {
  float:right;
  margin-left:30px;
  margin-right:0px;
  border-right:none;
  border-left:1px solid #efeff0;
}
.woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(3n) .tb-product-item-inner .tb-content {
  float:left;
  text-align:right;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 550px) {
  .woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(3n) .tb-product-item-inner .tb-content { text-align:center; }
}
.woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(3n) .tb-product-item-inner .tb-item-rating .star-rating {
  margin-right:0;
  margin-left:auto;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 550px) {
  .woocommerce.tpl10 .tb-products-grid [class*='col-']:nth-child(3n) .tb-product-item-inner .tb-item-rating .star-rating { margin-right:auto; }
}
.woocommerce.no-padding .tb-product-item-inner { margin-bottom:0; }
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner { min-height:395px; }
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-image .tb-btn-quickview { display:none; }
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-image:before { display:none; }
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-content {
  position:initial;
  transform:initial;
}
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
@media (min-width: 992px) {
  .tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn:not(:last-child) { margin-right:5px; }
}
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-quickview {
  display:inline-block;
  border:2px solid #efefef;
  width:50px;
  height:50px;
  line-height:48px;
  position:initial;
  border-radius:0;
  transform:initial;
}
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-quickview a { line-height:45px; }
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-quickview .yith-wcqv-button:before { font-size:18px; }
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-quickview:hover { border-color:#191d30; }
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-tocart {
  width:50px;
  margin-left:0;
}
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-tocart a {
  text-indent:9999px;
  margin:0;
  width:47px;
  position:relative;
  top:-2px;
}
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-tocart a:before {
  position:absolute;
  display:block;
  font-weight:300;
  text-indent:0;
  top:50%;
  left:50%;
  margin:0;
  padding:0;
  transform:translate(-50%,-50%);
}
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn:hover.tb-btn-wishlist div:before, .tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn:hover.tb-btn-wishlist a:before, .tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn:hover.tb-btn-tocart div:before, .tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn:hover.tb-btn-tocart a:before { color:#93d500 !important; }
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-quickview, .tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-wishlist, .tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-compare {
  transform:translateY(20px);
  -webkit-transform:translateY(20px);
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  opacity:0;
}
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action >div + div {
  -ms-animation-delay:0.05s;
  -ms-transition-delay:0.05s;
  -moz-animation-delay:0.05s;
  -moz-transition-delay:0.05s;
  -webkit-animation-delay:0.05s;
  -webkit-transition-delay:0.05s;
}
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action >div + div + div {
  -ms-animation-delay:0.1s;
  -ms-transition-delay:0.1s;
  -moz-animation-delay:0.1s;
  -moz-transition-delay:0.1s;
  -webkit-animation-delay:0.1s;
  -webkit-transition-delay:0.1s;
}
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner .tb-header-content .tb-action >div + div + div + div {
  -ms-animation-delay:0.15s;
  -ms-transition-delay:0.15s;
  -moz-animation-delay:0.15s;
  -moz-transition-delay:0.15s;
  -webkit-animation-delay:0.15s;
  -webkit-transition-delay:0.15s;
}
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner:hover .tb-image { height:initial !important; }
.tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner:hover .tb-header-content .tb-action .tb-product-btn.tb-btn-quickview, .tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner:hover .tb-header-content .tb-action .tb-product-btn.tb-btn-wishlist, .tb-product-carousel .woocommerce.tpl5 .tb-product-item-inner:hover .tb-header-content .tb-action .tb-product-btn.tb-btn-compare {
  opacity:1;
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
}
.tb-product-carousel .woocommerce.tpl4 {
  background-color:#fff;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner {
  padding:0 30px;
  width:100%;
  margin-bottom:22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner { padding:0; }
}
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-image {
  max-width:33%;
  width:100px;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
  position:relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-image {
    max-width:100%;
    left:50%;
    transform:translateX(-50%);
  }
}
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-image .tb-product-btn.tb-btn-wishlist {
  margin:0;
  position:absolute;
  top:30%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  opacity:0;
  z-index:2;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-image .tb-product-btn.tb-btn-wishlist:hover { background-color:transparent; }
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-image .tb-product-btn.tb-btn-wishlist:after { display:none; }
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-image .tb-product-btn.tb-btn-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before { color:#fff; }
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-image .tb-product-btn.tb-btn-wishlist .yith-wcwl-wishlistexistsbrowse {
  height:42px;
  overflow:hidden;
}
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-image .tb-product-btn.tb-btn-wishlist .yith-wcwl-wishlistexistsbrowse span { display:none; }
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-image .tb-product-btn.tb-btn-wishlist .yith-wcwl-wishlistexistsbrowse:before { color:#fff; }
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-image:after {
  position:absolute;
  content:"";
  top:0;
  left:0;
  background-color:rgba(55,73,159,0.9);
  width:100%;
  height:100%;
  opacity:0;
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-content {
  padding-left:15px;
  position:initial;
  transform:initial;
  width:65%;
  display:inline-block;
  vertical-align:top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-content {
    width:100%;
    text-align:center;
  }
  .tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-content .tb-item-rating .star-rating {
    position:Relative;
    left:50%;
    transform:translateX(-50%);
  }
}
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-content .tb-title { margin-bottom:15px; }
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-content .tb-title a {
  font-size:14px;
  text-transform:capitalize;
}
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner .tb-content .tb-item-rating .star-rating {
  margin-bottom:15px;
  display:block;
}
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner:hover .tb-image { height:initial !important; }
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner:hover .tb-image .tb-product-btn.tb-btn-wishlist {
  opacity:1;
  top:50%;
}
.tb-product-carousel .woocommerce.tpl4 .tb-product-item-inner:hover .tb-image:after { opacity:1; }
.tb-product-carousel .woocommerce.tpl4 .owl-controls {
  position:relative;
  top:initial;
  margin-top:20px;
  bottom:0;
  border-top:1px solid #f2f2f2;
}
.tb-product-carousel .woocommerce.tpl4 .owl-controls .owl-nav >div {
  height:70px;
  line-height:70px;
  border-color:#f2f2f2;
}
.tb-product-carousel .woocommerce.owl-tpl7 .tb-product-item-inner {
  margin-bottom:0;
  height:initial;
}
.tb-product-carousel .woocommerce.owl-tpl7 .tb-product-item-inner .tb-content { background-color:transparent; }
.tb-product-carousel .woocommerce.owl-tpl7 .tb-product-item-inner .tb-content .tb-action {
  border-bottom:none;
  /* margin-top: 0; */
  height:initial;
}
.tb-product-carousel .woocommerce.owl-tpl7 .tb-product-item-inner:hover .tb-image { height:initial !important; }
.tb-product-carousel .woocommerce.owl-tpl7 .tb-product-item-inner:hover .tb-content .tb-action-shopby>a { opacity:1; }
.tb-product-carousel .woocommerce.owl-tpl7.owl-carousel .owl-controls {
  top:initial;
  margin-top:25px;
}
.tb-product-carousel .woocommerce.owl-tpl7.owl-carousel .owl-controls:after {
  content:"";
  width:100%;
  height:1px;
  background-color:#e8e8e8;
  display:inline-block;
}
.tb-product-carousel .woocommerce.owl-tpl7.owl-carousel .owl-controls .owl-nav {
  width:130px;
  margin:0 auto;
  background-color:#fff;
  position:Relative;
  top:40px;
}
.tb-product-carousel .woocommerce.owl-tpl7.owl-carousel .owl-controls .owl-nav >div {
  z-index:99;
  top:40%;
  line-height:27px;
  margin-top:-18px;
  text-align:center;
  color:#787878;
  background:transparent;
  width:50px;
  height:50px;
  border-radius:50%;
  line-height:50px;
  border:2px solid #e8e8e8;
  display:inline-block;
}
.tb-product-carousel .woocommerce.owl-tpl7.owl-carousel .owl-controls .owl-nav >div i {
  position:relative;
  z-index:2;
  font-size:24px;
  color:#191d30;
}
.tb-product-carousel .woocommerce.owl-tpl7.owl-carousel .owl-controls .owl-nav >div.owl-next { margin-left:10px; }
.btn-shop {
  width:230px;
  height:60px;
  text-align:center;
  line-height:60px;
  margin:0 auto;
  background-color:#93d500;
  color:#fff;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  position:relative;
  display:inline-block;
}
.btn-shop:after, .btn-shop:before {
  content:"";
  position:absolute;
  border-top:60px solid transparent;
}
.btn-shop:after {
  right:-20px;
  border-left:20px solid #93d500;
  display:inline-block;
}
.btn-shop:before {
  left:-20px;
  border-right:20px solid #93d500;
  display:inline-block;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner { height:initial; }
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-content {
  position:relative;
  transform:initial;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price, .tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-content .tb-title a { font-size:14px; }
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-image:before { display:none; }
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action {
  height:50px;
  border:none;
  margin:0;
  max-width:190px;
  margin:0 auto;
  background-color:rgba(58,77,171,0.9);
  position:relative;
  display:inline-block;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action:after, .tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action:before {
  content:"";
  position:absolute;
  border-top:50px solid transparent;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action:after {
  right:-10px;
  border-left:10px solid rgba(58,77,171,0.9);
  display:inline-block;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action:before {
  left:-10px;
  border-right:10px solid rgba(58,77,171,0.9);
  display:inline-block;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn {
  height:50px;
  line-height:50px;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn.tb-btn-tocart a { height:50px; }
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn:not(.tb-btn-quickview):before {
  background:url(assets/images/border-icon-light.png) no-repeat;
  height:3px;
  z-index:3;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn:nth-child(2) { margin:0 20px; }
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action .tb-product-btn:hover:before { width:68px; }
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-action-color {
  position:ABSOLUTE;
  z-index:9;
  width:100%;
  left:50%;
  transform:translateX(-50%);
  top:0;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner .tb-header-content .tb-rating {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner:hover .tb-image {
  max-height:initial;
  height:initial !important;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner:hover .tb-footer-content {
  height:initial;
  min-height:initial;
  opacity:1;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner:hover .tb-header-content .tb-action-color {
  top:-54px;
  opacity:1;
}
.tb-product-carousel .woocommerce.tpl3 .tb-product-item-inner:hover .tb-header-content .tb-rating {
  top:0;
  opacity:0;
}
.tb-product-carousel .woocommerce.tpl3 .owl-controls {
  width:140px;
  left:50%;
  transform:translateX(-50%);
  display:inline-block;
  background-color:#fff;
  height:53px;
  top:-130px;
}
.tb-product-carousel .woocommerce.tpl3 .owl-controls:after, .tb-product-carousel .woocommerce.tpl3 .owl-controls:before {
  content:"";
  position:absolute;
  border-bottom:53px solid transparent;
  top:0;
}
.tb-product-carousel .woocommerce.tpl3 .owl-controls:after {
  right:-20px;
  border-left:20px solid #fff;
  display:inline-block;
}
.tb-product-carousel .woocommerce.tpl3 .owl-controls:before {
  left:-20px;
  border-right:20px solid #fff;
  display:inline-block;
}
.tb-product-carousel .woocommerce.tpl3 .owl-controls .owl-nav >div {
  height:30px;
  line-height:30px;
  margin-top:10px;
}
.tb-product-carousel .woocommerce.tpl3 .owl-controls .owl-nav >div.owl-prev { border-right:2px solid #dddde0; }
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner {
  max-width:555px;
  margin-left:auto;
  margin-right:auto;
  border-bottom:none;
  min-height:initial;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-item-rating {
  top:40px;
  z-index:2;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new {
  position:absolute;
  left:auto;
  right:20px;
  width:200px;
  height:38px;
  line-height:38px;
  text-align:center;
  z-index:10;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new { line-height:38px; }
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-image { position:relative; }
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-image:after {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  box-shadow:inset 0 0 70px #ccc;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new {
  top:20px;
  font-weight:600;
  text-transform:uppercase;
  font-size:14px;
  background:transparent;
  color:#fff;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale:after, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:after {
  position:absolute;
  content:"";
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:before {
  width:100%;
  height:38px;
  background-color:#93d500;
  display:block;
  z-index:-1;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale.sale_variable, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale.hot, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new.sale_variable, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new.hot {
  top:20px;
  right:-58px;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new {
  left:-59px;
  top:24px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  color:#fff;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:after, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:before { left:0px; }
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:before { top:0; }
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale {
  right:-55px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale.after { right:-20px; }
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-content {
  border-top:1px solid #efeff0;
  background-color:#fff;
  padding-bottom:14px;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-content .tb-footer-content .tb-title {
  margin-top:34px;
  text-overflow:initial;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-content .tb-footer-content .tb-title a {
  text-transform:uppercase;
  font-weight:600;
  font-size:24px;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-content .tb-footer-content .tb-price-rating { margin-top:22px; }
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-action {
  text-align:center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
  opacity:0;
  z-index:-1;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn {
  width:140px;
  height:50px;
  text-align:center;
  background-color:#fff;
  line-height:50px;
  box-shadow:0 0px 5px rgba(0,0,0,0.175);
  color:#191d30;
  border-radius:25px;
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:initial;
  border:none;
  z-index:2;
  opacity:1;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn:nth-child(2) {
  margin-left:10px;
  margin-right:0;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn a {
  font-size:14px;
  text-transform:uppercase;
  font-weight:600;
  line-height:50px;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn.tb-btn-detail {
  transform:translateX(100px);
  -webkit-transform:translateX(100px);
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn.tb-btn-quickview {
  transform:translateX(-100px);
  -webkit-transform:translateX(-100px);
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn.tb-btn-quickview .yith-wcqv-button:before {
  content:"PREVIEWS";
  font-family:Poppins;
  font-size:14px;
  font-weight:600;
  color:#191d30;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn.tb-btn-quickview:hover .yith-wcqv-button:before { color:#fff; }
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn:hover {
  border:none;
  background-color:#4051a3;
  color:#fff;
  opacity:1;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover {
  min-height:initial;
  overflow:hidden;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-content .tb-footer-content {
  transform:initial;
  -webkit-transform:initial;
  position:initial;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-item-rating {
  -webkit-animation:initial;
  animation:initial;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-image:after { opacity:1; }
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-action {
  opacity:1;
  z-index:2;
}
.tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-action .tb-product-btn.tb-btn-quickview, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-action .tb-product-btn.tb-btn-detail {
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
}
.tb-product-carousel .woocommerce.owl-tpl6.owl-carousel .owl-controls {
  top:50%;
  transform:translateY(-50%);
  width:100%;
}
.tb-product-carousel .woocommerce.owl-tpl6.owl-carousel .owl-controls .owl-nav >div {
  width:40px;
  height:76px;
  background:url(assets/images/btn-pre.png) no-repeat;
  position:absolute;
  top:50% !important;
  transform:translateY(-50%);
  border-right:none;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  opacity:0;
  left:0;
}
.tb-product-carousel .woocommerce.owl-tpl6.owl-carousel .owl-controls .owl-nav >div i { opacity:0; }
.tb-product-carousel .woocommerce.owl-tpl6.owl-carousel .owl-controls .owl-nav >div.owl-next {
  left:initial;
  background:url(assets/images/btn-next.png) no-repeat;
  right:0px;
}
.tb-product-carousel .woocommerce.owl-tpl6:hover.owl-carousel .owl-controls .owl-nav >div {
  opacity:1;
  left:-70px;
}
.tb-product-carousel .woocommerce.owl-tpl6:hover.owl-carousel .owl-controls .owl-nav >div.owl-next {
  left:initial;
  right:-70px;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner {
  max-width:555px;
  margin-left:auto;
  margin-right:auto;
  border-bottom:none;
  min-height:initial;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-item-rating, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-item-rating {
  top:40px;
  z-index:2;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .onsale, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new {
  position:absolute;
  left:auto;
  right:20px;
  width:200px;
  height:38px;
  line-height:38px;
  text-align:center;
  z-index:1;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new { line-height:38px; }
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .onsale, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new {
  top:20px;
  font-weight:600;
  text-transform:uppercase;
  font-size:14px;
  background:transparent;
  color:#fff;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .onsale:before, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .onsale:after, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new:before, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new:after, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale:after, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:after {
  position:absolute;
  content:"";
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .onsale:before, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:before {
  width:100%;
  height:38px;
  background-color:#93d500;
  display:block;
  z-index:-1;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .onsale.sale_variable, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .onsale.hot, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new.sale_variable, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new.hot, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale.sale_variable, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale.hot, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new.sale_variable, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new.hot {
  top:20px;
  right:-58px;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new {
  left:-59px;
  top:24px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  color:#fff;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new:after, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:after, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:before { left:0px; }
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .new:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .new:before { top:0; }
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .onsale, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale {
  right:-55px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .onsale:before, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .onsale.after, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .onsale.after { right:-20px; }
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-content, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-content {
  border-top:1px solid #efeff0;
  background-color:#fff;
  padding-bottom:14px;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-content .tb-footer-content .tb-title, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-content .tb-footer-content .tb-title {
  margin-top:34px;
  text-overflow:initial;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-content .tb-footer-content .tb-title a, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-content .tb-footer-content .tb-title a {
  text-transform:uppercase;
  font-weight:600;
  font-size:24px;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-content .tb-footer-content .tb-price-rating, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-content .tb-footer-content .tb-price-rating { margin-top:22px; }
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-action, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-action {
  text-align:center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
  opacity:0;
  z-index:-1;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-product-btn, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn {
  width:140px;
  height:50px;
  text-align:center;
  background-color:#fff;
  line-height:50px;
  box-shadow:0 0px 5px rgba(0,0,0,0.175);
  color:#191d30;
  border-radius:25px;
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:initial;
  border:none;
  z-index:2;
  opacity:1;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-product-btn:nth-child(2), .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn:nth-child(2) {
  margin-left:10px;
  margin-right:0;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-product-btn a, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn a {
  font-size:14px;
  text-transform:uppercase;
  font-weight:600;
  line-height:50px;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-product-btn.tb-btn-detail, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn.tb-btn-detail {
  transform:translateX(100px);
  -webkit-transform:translateX(100px);
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-product-btn.tb-btn-quickview, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn.tb-btn-quickview {
  transform:translateX(-100px);
  -webkit-transform:translateX(-100px);
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-product-btn.tb-btn-quickview .yith-wcqv-button:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn.tb-btn-quickview .yith-wcqv-button:before {
  content:"PREVIEWS";
  font-family:Poppins;
  font-size:14px;
  font-weight:600;
  color:#191d30;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-product-btn.tb-btn-quickview:hover .yith-wcqv-button:before, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn.tb-btn-quickview:hover .yith-wcqv-button:before { color:#fff; }
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-product-btn:hover, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner .tb-product-btn:hover {
  border:none;
  background-color:#4051a3;
  color:#fff;
  opacity:1;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner:hover, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover {
  min-height:initial;
  overflow:hidden;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner:hover .tb-content .tb-footer-content, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-content .tb-footer-content {
  transform:initial;
  -webkit-transform:initial;
  position:initial;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner:hover .tb-item-rating, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-item-rating {
  -webkit-animation:initial;
  animation:initial;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner:hover .tb-action, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-action {
  opacity:1;
  z-index:2;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner:hover .tb-action .tb-product-btn.tb-btn-quickview, .woocommerce.tb-products-grid.tpl12 .tb-product-item-inner:hover .tb-action .tb-product-btn.tb-btn-detail, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-action .tb-product-btn.tb-btn-quickview, .tb-product-carousel .woocommerce.owl-tpl6 .tb-product-item-inner:hover .tb-action .tb-product-btn.tb-btn-detail {
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
}
@media (min-width: 992px) {
  .wpb-js-composer .tb-products-tabs3 .vc_tta-container { margin-bottom:0; }
  .wpb-js-composer .tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    margin-left:0;
    background-color:#fff;
    padding-left:35px;
    padding-right:35px;
  }
  .wpb-js-composer .tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child):after {
    content:"";
    width:50px;
    height:1px;
    background-color:#dddde0;
    right:-28px;
    z-index:2;
    overflow:hidden;
  }
  .wpb-js-composer .tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
    content:"";
    position:absolute;
    border-bottom:50px solid transparent;
  }
  .wpb-js-composer .tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child:before {
    border-right:20px solid #fff;
    left:-20px;
  }
  .wpb-js-composer .tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child:before {
    display:inline-block;
    border-left:20px solid #fff;
    right:-20px;
  }
  .wpb-js-composer .tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    color:#000;
    padding-top:16px;
    padding-bottom:16px;
    background-color:transparent !important;
    border-color:transparent !important;
  }
  .wpb-js-composer .tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a>span, .wpb-js-composer .tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a>span {
    border:none;
    color:#37499f;
  }
}
.woocommerce.tb-countdown-products { position:relative; }
.woocommerce.tb-countdown-products .tb-product-item-inner {
  max-width:555px;
  margin:0 auto;
  overflow:initial;
}
.woocommerce.tb-countdown-products .tb-product-item-inner .tb-image a span {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  position:absolute;
  top:0;
  width:100%;
  left:0;
  opacity:0;
  z-index:-1;
}
.woocommerce.tb-countdown-products .tb-product-item-inner:hover .tb-image a span {
  opacity:1;
  z-index:1;
  -webkit-animation:fadeIn 0.3s both;
  -moz-animation:fadeIn 0.3s both;
  -o-animation:fadeIn 0.3s both;
  animation:fadeIn 0.3s both;
}
.woocommerce.tb-countdown-products .tb-content {
  position:absolute;
  z-index:2;
  top:0;
  width:100%;
  height:100%;
  display:inline-block;
}
.woocommerce.tb-countdown-products .tb-content .tb-title { font-weight:600; }
.woocommerce.tb-countdown-products .tb-content .tb-title a {
  font-size:24px !important;
  color:#191d30;
  text-align:center;
  text-transform:uppercase;
  z-index:2;
  display:inline-block;
  position:relative;
}
.woocommerce.tb-countdown-products .tb-content .tb-title .tb-cate-name {
  color:#e5e5e6;
  font-size:70px;
  text-transform:uppercase;
}
.woocommerce.tb-countdown-products .tb-content .tb-price-rating .tb-product-price {
  font-size:24px;
  width:100px;
  height:100px;
  line-height:100px;
  text-align:center;
  background:url(assets/images/bg-price.png) no-repeat;
  position:absolute;
  color:#fff;
  z-index:2;
}
.woocommerce.tb-countdown-products .tb-content .tb-price-rating .tb-product-price span.amount {
  color:#fff;
  transform:rotate(-20deg);
  -webit-transform:rotate(-20deg);
  display:inline-block;
}
.woocommerce.tb-countdown-products .tb-content .tb-countdown-js {
  background-color:#fff;
  box-shadow:0 0px 5px rgba(0,0,0,0.175);
  width:50px;
  border-bottom-right-radius:30px;
  border-bottom-left-radius:30px;
  border-top-right-radius:30px;
  border-top-left-radius:30px;
  height:335px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  padding:64px 0;
}
.woocommerce.tb-countdown-products .tb-content .tb-countdown-js:after, .woocommerce.tb-countdown-products .tb-content .tb-countdown-js:before {
  position:absolute;
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#efeff0;
  left:50%;
  transform:translateX(-50%);
  content:"";
}
.woocommerce.tb-countdown-products .tb-content .tb-countdown-js:before { top:32px; }
.woocommerce.tb-countdown-products .tb-content .tb-countdown-js:after { bottom:32px; }
@media (max-width: 420px) {
  .woocommerce.tb-countdown-products .tb-content .tb-countdown-js {
    padding:20px 0;
    height:250px;
  }
  .woocommerce.tb-countdown-products .tb-content .tb-countdown-js:after, .woocommerce.tb-countdown-products .tb-content .tb-countdown-js:before { display:none; }
}
.woocommerce.tb-countdown-products .tb-content .tb-countdown-js .tb-box-countdown {
  width:37px;
  height:37px;
  text-align:center;
  border-radius:50%;
  background-color:#efeff0;
  display:block;
  margin:0 auto;
}
.woocommerce.tb-countdown-products .tb-content .tb-countdown-js .tb-box-countdown span {
  display:inline-block;
  text-align:left;
  color:#191d30;
  font-size:14px;
  line-height:18px;
  vertical-align:top;
}
.woocommerce.tb-countdown-products .tb-content .tb-countdown-js .tb-box-countdown p { display:none; }
.woocommerce.tb-countdown-products .tb-content .tb-countdown-js .tb-box-countdown:not(:last-child) { margin-bottom:20px; }
@media (max-width: 768px) {
  .woocommerce.tb-countdown-products.tpl1 { margin-bottom:30px; }
}
.woocommerce.tb-countdown-products.tpl1 .tb-content { border-left:25px solid #fff; }
.woocommerce.tb-countdown-products.tpl1 .tb-content .tb-title {
  position:absolute;
  transform:rotate(90deg) translateY(-50%);
  -webit-transform:rotate(90deg) translateY(-50%);
  right:-10px;
  top:42%;
  display:inline-block;
}
.woocommerce.tb-countdown-products.tpl1 .tb-content .tb-price-rating .tb-product-price {
  bottom:32%;
  left:23%;
}
.woocommerce.tb-countdown-products.tpl1 .tb-content .tb-countdown-js { left:-25px; }
.woocommerce.tb-countdown-products.tpl2 .tb-content { border-right:25px solid #fff; }
.woocommerce.tb-countdown-products.tpl2 .tb-content .tb-title {
  position:absolute;
  transform:rotate(-90deg) translateY(-50%);
  -webit-transform:rotate(-90deg) translateY(-50%);
  left:-42px;
  top:42%;
  display:inline-block;
}
.woocommerce.tb-countdown-products.tpl2 .tb-content .tb-price-rating .tb-product-price {
  top:10%;
  right:14%;
}
.woocommerce.tb-countdown-products.tpl2 .tb-content .tb-countdown-js { right:-25px; }
.woocommerce.tb-products-grid.tpl12 .tb-item-rating {
  position:absolute;
  left:50%;
  bottom:30px;
  transform:translateX(-50%);
}
.woocommerce.tb-products-grid.tpl12 .tb-item-rating .star-rating:before {
  content:"\f4b3\f4b3\f4b3\f4b3\f4b3";
  font-family:"Ionicons";
  color:#93d500;
  font-size:14px;
}
.woocommerce.tb-products-grid.tpl12 .tb-item-rating .star-rating span:before {
  content:"\f4b3\f4b3\f4b3\f4b3\f4b3";
  font-family:"Ionicons";
  color:#191d30;
  font-size:14px;
}
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner { border:none; }
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-image { border:none; }
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-product-btn:after { display:none; }
.woocommerce.tb-products-grid.tpl12 .tb-product-item-inner .tb-content { height:135px; }
.woocommerce.tb-products-grid.tpl12 .pagination { margin-top:55px; }
.archive-products { margin-top:100px; }
.archive-products .rev_slider_wrapper {
  position:relative;
  margin-bottom:44px !important;
}
.archive-products .rev_slider_wrapper:after, .archive-products .rev_slider_wrapper:before {
  content:"";
  width:141px;
  height:40px;
  background:url(assets/images/bg-arrow.png) no-repeat;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  position:absolute;
  display:inline-block;
  z-index:20;
}
.archive-products .rev_slider_wrapper:before {
  background:initial;
  width:1px;
  height:20px;
  background-color:#ddd;
  bottom:10px;
  z-index:21;
}
.archive-products .rev_slider_wrapper .tparrows {
  background:transparent;
  top:104% !important;
}
.archive-products .rev_slider_wrapper .tparrows:before { color:#191d30; }
.archive-products .tb-product-grid {
  padding-top:100px;
  padding-bottom:100px;
  background-color:#f2f2f2;
}
.archive-products .tb-product-grid .vc_empty_space { background-color:#fff; }
.archive-products .tb-products-grid.tpl1 .product {
  height:initial;
  margin-bottom:50px;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-item-inner { border:none; }
.archive-products .tb-products-grid.tpl1 .product .tb-product-item-inner:hover .tb-image { height:initial; }
.archive-products .tb-products-grid.tpl1 .product .tb-product-item-inner .tb-content .tb-title {
  width:82%;
  margin-left:auto;
  margin-right:auto;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-item-inner .tb-content .tb-title a { font-size:14px; }
.archive-products .tb-products-grid.tpl1 .product .tb-product-item-inner .tb-footer-content {
  margin-top:0;
  padding-top:1px;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap {
  border:2px solid #f1f1f1;
  overflow:initial;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  margin-bottom:0;
  border-bottom:none;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap .tb-product-item-inner { margin-bottom:0; }
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap >.tb-content {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border-bottom:2px solid #f1f1f1;
  z-index:11;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap >.tb-content .tb-header-content {
  border:2px solid transparent;
  border-bottom-color:#f1f1f1;
  height:0;
  position:absolute;
  top:0;
  left:-2px;
  right:-2px;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border-top:none;
  z-index:9;
  display:block;
  width:initial;
  overflow:hidden;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap >.tb-content .tb-header-content .tb-product-btn:nth-child(2).tb-btn-quickview { margin:0; }
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap >.tb-content .tb-header-content .tb-action-color {
  visibility:hidden;
  opacity:0;
  height:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap >.tb-content .tb-header-content .tb-action-color .tb-action .tb-product-btn {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  -ms-animation-delay:0.1s;
  -ms-transition-delay:0.1s;
  -moz-animation-delay:0.1s;
  -moz-transition-delay:0.1s;
  -webkit-animation-delay:0.1s;
  -webkit-transition-delay:0.1s;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap >.tb-content .tb-header-content .tb-action-color .tb-action .tb-product-btn.tb-btn-wishlist {
  -ms-animation-delay:0s;
  -ms-transition-delay:0s;
  -moz-animation-delay:0s;
  -moz-transition-delay:0s;
  -webkit-animation-delay:0s;
  -webkit-transition-delay:0s;
  transform:translateY(100px);
  -webkit-transform:translateY(100px);
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap >.tb-content .tb-header-content .tb-action-color .tb-action .tb-product-btn.tb-btn-tocart {
  transform:translateX(50px);
  -webkit-transform:translateX(50px);
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap >.tb-content .tb-header-content .tb-action-color .tb-action .tb-product-btn.tb-btn-compare {
  transform:translateX(-50px);
  -webkit-transform:translateX(-50px);
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap:hover {
  border-bottom-color:transparent;
  border-color:#191d30;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap:hover >.tb-content {
  position:absolute;
  bottom:97px;
  width:100%;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap:hover >.tb-content .tb-header-content {
  border-color:#191d30;
  height:initial;
  opacity:1;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap:hover >.tb-content .tb-footer-content {
  height:0;
  visibility:hidden;
  opacity:0;
  display:none;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap:hover >.tb-content .tb-header-content .tb-action-color {
  height:initial;
  visibility:visible;
  opacity:1;
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap:hover >.tb-content .tb-header-content .tb-action-color .tb-action .tb-product-btn {
  transform:translate(0px,0px);
  -webkit-transform:translate(0px,0px);
}
.archive-products .tb-products-grid.tpl1 .product .tb-product-wrap:hover .tb-product-item-inner .tb-footer-content {
  height:initial;
  display:inline-block;
  opacity:0;
}
.tb-product-carousel4 .woocommerce.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating:after, .tb-product-carousel4 .woocommerce.tb-products-grid .tb-product-item-inner .tb-content .tb-header-content .tb-rating:before { border-bottom-width:31px; }
.search .main-content, .archive .main-content {
  margin-top:80px;
  margin-bottom:65px;
}
.search .main-content .tb-blog-grid article, .archive .main-content .tb-blog-grid article { margin-bottom:50px; }
body .woocommerce-message:before {
  top:50%;
  transform:translateY(-50%);
}
@media (max-width: 991px) {
  .widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a {
    width:100px;
    padding-left:0;
    padding-right:0;
  }
}
.widget-area .widget:first-child { margin-top:-7px; }
.widget-area .widget:first-child form, .widget-area .widget:first-child ul { position:relative; }
.widget-area .tb-woo-banner { margin-top:12px; }
.sidebar-area .widget > div, .sidebar-area .widget > form, .sidebar-area .widget > ul { position:relative; }
.sidebar-area .widget h3.wg-title { position:relative; }
.sidebar-area .widget h3.wg-title:before {
  content:"01";
  position:relative;
  display:inline-block;
  font-weight:300;
  color:#efeff0;
  font-size:70px;
  font-family:Poppins;
  position:absolute;
  z-index:-1;
  top:20px;
  left:-4px;
}
.sidebar-area .widget:nth-child(2) h3.wg-title:before { content:"02"; }
.sidebar-area .widget:nth-child(3) h3.wg-title:before { content:"03"; }
.sidebar-area .widget:nth-child(4) h3.wg-title:before { content:"04"; }
.sidebar-area .widget:nth-child(5) h3.wg-title:before { content:"05"; }
.sidebar-area .widget:nth-child(6) h3.wg-title:before { content:"06"; }
.sidebar-area .widget:nth-child(7) h3.wg-title:before { content:"07"; }
.sidebar-area .widget:nth-child(8) h3.wg-title:before { content:"08"; }
.sidebar-area .widget:nth-child(9) h3.wg-title:before { content:"09"; }
.sidebar-area .widget:nth-child(10) h3.wg-title:before { content:"10"; }
.sidebar-area .widget.widget_categories ul>li a, .sidebar-area .widget.widget_archive ul>li a {
  width:calc(100% - 30px);
  text-align:left;
  padding:0 0 6px 0;
  display:inline-block;
  text-transform:uppercase;
  font-weight:600;
  color:#000;
}
.sidebar-area .widget.widget_categories ul>li:hover, .sidebar-area .widget.widget_archive ul>li:hover {
  color:#93d500;
  border-color:#37499f;
}
.sidebar-area .widget.widget_categories ul>li:hover a, .sidebar-area .widget.widget_archive ul>li:hover a { color:#000; }
.tb-woo-banner {
  overflow:hidden;
  position:relative;
  margin-top:1px;
}
.tb-woo-banner a { display:block; }
.tb-woo-banner .hgroup {
  width:92%;
  margin:0 auto;
  text-align:center;
}
.tb-woo-banner .hgroup h2 {
  position:absolute;
  top:40%;
  left:50%;
  width:155px;
  height:155px;
  line-height:153px;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  font-size:48px;
  color:#fff;
  margin-bottom:5px;
}
.tb-woo-banner .hgroup h2:before, .tb-woo-banner .hgroup h2:after {
  position:absolute;
  content:"";
  border:1px solid #fff;
  width:100%;
  height:100%;
  transform:rotate(45deg);
  left:0;
  top:0;
}
.tb-woo-banner .hgroup h2:after {
  width:92%;
  height:92%;
  left:4%;
  top:4%;
  border-color:#efefef;
}
.tb-woo-banner .hgroup h3 {
  color:#fff;
  font-size:18px;
  line-height:22px;
  display:inline-block;
  position:absolute;
  bottom:38px;
  width:100%;
  left:0;
}
.tb-woo-banner .hgroup h3 span {
  display:block;
  padding-left:50px;
  margin-top:10px;
}
.tb-woo-banner img {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  width:100%;
}
.tb-woo-banner:hover img {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.tb-woo-banner:hover h2 { color:#93d500; }
.tb-woo-banner:hover h2:before { border-color:#93d500; }
.tb-woo-banner:hover h2:after { border-color:#fff; }
.sidebar-area, .widget-area { text-align:left; }
.sidebar-area .widget, .widget-area .widget {
  position:relative;
  margin-bottom:50px;
  overflow:hidden;
}
.sidebar-area .widget .wg-title, .widget-area .widget .wg-title {
  color:#191d30;
  font-size:18px;
  margin:0;
  text-transform:uppercase;
  z-index:1;
  line-height:24px;
  position:relative;
  font-weight:600;
  margin-bottom:19px;
  white-space:nowrap;
  border-bottom:1px solid #ebebeb;
  padding:25px 0 22px;
}
.sidebar-area .widget .wg-title:after, .widget-area .widget .wg-title:after {
  width:68px;
  height:3px;
  content:"";
  background:url(assets/images/bg-line.png) no-repeat;
  position:absolute;
  bottom:0;
  left:0;
}
.sidebar-area .widget .tb-subtitle, .widget-area .widget .tb-subtitle {
  color:#000;
  font-size:12px;
  margin-top:33px;
  margin-bottom:22px !important;
}
.sidebar-area .widget#yith-woocompare-widget-2 .wg-title, .sidebar-area .widget#woocommerce_top_rated_products-2 .wg-title, .sidebar-area .widget#woocommerce_top_rated_products-3 .wg-title, .widget-area .widget#yith-woocompare-widget-2 .wg-title, .widget-area .widget#woocommerce_top_rated_products-2 .wg-title, .widget-area .widget#woocommerce_top_rated_products-3 .wg-title { margin-left:49.8%; }
.sidebar-area .widget#woocommerce_product_tag_cloud-4 .wg-title, .widget-area .widget#woocommerce_product_tag_cloud-4 .wg-title { margin-left:50.8%; }
.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_jws_theme_social_widget ul.wg-footer-socials li, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li {
  padding:0;
  background-color:#fff;
  border-bottom:none;
}
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li:not(:last-child), .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li:not(:last-child) { margin-bottom:10px; }
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li a, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li a {
  display:inline-block;
  width:100%;
  position:relative;
  border:2px solid #f1f1f1;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li a i, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li a i {
  width:50px;
  height:46px;
  text-align:center;
  line-height:50px;
  background-color:#f1f1f1;
  position:relative;
  font-size:16px;
}
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li a i:after, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li a i:after {
  position:absolute;
  content:"";
  right:-20px;
  border-left:20px solid #f1f1f1;
  border-top:46px solid transparent;
  top:0px;
}
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li a i:before, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li a i:before {
  display:inline-block;
  position:relative;
  z-index:2;
}
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li a span, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li a span {
  color:#191d30;
  font-size:12px;
  font-weight:300;
  margin-left:30px;
  position:relative;
  z-index:2;
}
@media (min-width: 1200px) {
  .sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li a span, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li a span { margin-left:45px; }
}
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li a:after, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li a:after {
  content:"";
  display:inline-block;
  position:absolute;
  top:-2px;
  left:-2px;
  bottom:-2px;
  right:-2px;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  z-index:0;
}
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li:nth-child(2n) a i:after, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li:nth-child(2n) a i:after {
  border-top:none;
  border-bottom:46px solid transparent;
}
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li:hover a, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li:hover a { color:#fff; }
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li:hover a:after, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li:hover a:after { opacity:0.9; }
.sidebar-area .widget_jws_theme_social_widget ul.wg-footer-socials li:hover a span, .widget-area .widget_jws_theme_social_widget ul.wg-footer-socials li:hover a span { color:#fff; }
.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;
  color:#191d30;
}
.sidebar-area .widget ul li >a, .widget-area .widget ul li >a {
  font-size:14px;
  padding-left:0;
  padding-right:0;
}
.sidebar-area .widget ul li >a:hover, .widget-area .widget ul li >a:hover { color:#93d500; }
.sidebar-area .widget ul.children li a, .widget-area .widget ul.children li a {
  text-transform:capitalize;
  font-weight:300;
  position:relative;
  padding-left:20px;
}
.sidebar-area .widget ul.children li a:after, .widget-area .widget ul.children li a:after {
  position:absolute;
  top:50%;
  content:"\4b";
  font-family:'ElegantIcons';
  left:0;
  font-size:13px;
  z-index:5;
  margin-top:-17px;
  left:-4px;
  color:#000;
}
.sidebar-area .widget ul.children li:hover > a:after, .widget-area .widget ul.children li:hover > a:after { color:#93d500; }
.sidebar-area .widget ul.tb-attribute-size li, .sidebar-area .widget ul.tb-attribute-color li, .widget-area .widget ul.tb-attribute-size li, .widget-area .widget ul.tb-attribute-color li {
  height:35px;
  border:2px solid #ebebeb;
  color:#000;
  line-height:35px;
  text-align:center;
  display:inline-block;
  padding:0;
  margin-bottom:10px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.sidebar-area .widget ul.tb-attribute-size li span.count, .sidebar-area .widget ul.tb-attribute-color li span.count, .widget-area .widget ul.tb-attribute-size li span.count, .widget-area .widget ul.tb-attribute-color li span.count { display:none; }
.sidebar-area .widget ul.tb-attribute-size li:not(:last-child), .sidebar-area .widget ul.tb-attribute-color li:not(:last-child), .widget-area .widget ul.tb-attribute-size li:not(:last-child), .widget-area .widget ul.tb-attribute-color li:not(:last-child) { margin-right:10px; }
.sidebar-area .widget ul.tb-attribute-size li:hover, .sidebar-area .widget ul.tb-attribute-color li:hover, .widget-area .widget ul.tb-attribute-size li:hover, .widget-area .widget ul.tb-attribute-color li:hover { border-color:#191d30; }
.sidebar-area .widget ul.tb-attribute-color li, .widget-area .widget ul.tb-attribute-color li {
  width:100px;
  position:relative;
}
.sidebar-area .widget ul.tb-attribute-color li a, .widget-area .widget ul.tb-attribute-color li a {
  font-size:12px;
  color:#000;
  text-transform:capitalize;
  font-weight:300;
}
.sidebar-area .widget ul.tb-attribute-color li:after, .widget-area .widget ul.tb-attribute-color li:after {
  content:"";
  font-family:'ElegantIcons';
  content:"\35";
  color:ebebeb;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:7px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.sidebar-area .widget ul.tb-attribute-color li:hover:after, .widget-area .widget ul.tb-attribute-color li:hover:after { color:#191d30; }
.sidebar-area .widget ul.tb-attribute-size li, .widget-area .widget ul.tb-attribute-size li { width:35px; }
.sidebar-area .widget ul.tb-attribute-size li a, .widget-area .widget ul.tb-attribute-size li a {
  font-size:13px;
  color:#000;
}
.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%);
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500; }
.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:#93d500;
  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 #93d500;
  background-color:#fff;
}
.sidebar-area .widget.widget_text .textwidget>img, .widget-area .widget.widget_text .textwidget>img { margin-top:20px; }
.sidebar-area .widget.widget_recent_comments, .widget-area .widget.widget_recent_comments { margin-top:60px; }
.sidebar-area .widget.widget_recent_comments ul>li, .widget-area .widget.widget_recent_comments ul>li { border-bottom:none; }
.sidebar-area .widget.widget_recent_comments ul>li .tb-date-comment, .sidebar-area .widget.widget_recent_comments ul>li .tb-content-comments, .widget-area .widget.widget_recent_comments ul>li .tb-date-comment, .widget-area .widget.widget_recent_comments ul>li .tb-content-comments {
  width:55px;
  display:inline-block;
  float:left;
}
.sidebar-area .widget.widget_recent_comments ul>li .tb-date-comment, .widget-area .widget.widget_recent_comments ul>li .tb-date-comment {
  color:#000;
  font-size:10px;
  position:relative;
}
.sidebar-area .widget.widget_recent_comments ul>li .tb-date-comment span, .widget-area .widget.widget_recent_comments ul>li .tb-date-comment span {
  display:block;
  color:#37499f;
  text-transform:uppercase;
  font-weight:600;
}
.sidebar-area .widget.widget_recent_comments ul>li .tb-date-comment:after, .widget-area .widget.widget_recent_comments ul>li .tb-date-comment:after {
  width:7px;
  height:7px;
  border-radius:50%;
  border:1px solid #ebebeb;
  position:absolute;
  top:8px;
  right:-4px;
  content:"";
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.sidebar-area .widget.widget_recent_comments ul>li .tb-content-comments, .widget-area .widget.widget_recent_comments ul>li .tb-content-comments {
  position:relative;
  padding-left:22px;
  width:calc(100% - 55px);
}
.sidebar-area .widget.widget_recent_comments ul>li .tb-content-comments >a, .widget-area .widget.widget_recent_comments ul>li .tb-content-comments >a {
  display:block !important;
  font-size:14px;
  color:#000;
  font-weight:600;
}
.sidebar-area .widget.widget_recent_comments ul>li .tb-content-comments span.comment-author-link, .widget-area .widget.widget_recent_comments ul>li .tb-content-comments span.comment-author-link {
  font-size:12px;
  color:#000;
}
.sidebar-area .widget.widget_recent_comments ul>li:not(:last-child) .tb-content-comments:after, .widget-area .widget.widget_recent_comments ul>li:not(:last-child) .tb-content-comments:after {
  content:"";
  background-color:#ebebeb;
  height:70px;
  width:1px;
  position:absolute;
  top:24px;
  left:0px;
}
.sidebar-area .widget.widget_recent_comments ul>li:hover .tb-content-comments a, .widget-area .widget.widget_recent_comments ul>li:hover .tb-content-comments a { color:#37499f; }
.sidebar-area .widget.widget_recent_comments ul>li:hover .tb-date-comment:after, .widget-area .widget.widget_recent_comments ul>li:hover .tb-date-comment:after {
  width:15px;
  height:15px;
  content:"\4e";
  font-family:'ElegantIcons';
  background-color:#93d500;
  color:#fff;
  border:none;
  top:4px;
  right:-8px;
  line-height:15px;
  text-align:center;
}
.sidebar-area .widget.widget_tb_current_user_widget, .widget-area .widget.widget_tb_current_user_widget { text-align:center; }
.sidebar-area .widget.widget_tb_current_user_widget .tb-current-user, .widget-area .widget.widget_tb_current_user_widget .tb-current-user { border:2px solid #f1f1f1; }
.sidebar-area .widget.widget_tb_current_user_widget .tb-current-user img, .widget-area .widget.widget_tb_current_user_widget .tb-current-user img {
  width:90px;
  height:90px;
  margin-left:auto;
  margin-right:auto;
  display:block;
  border-radius:50%;
}
.sidebar-area .widget.widget_tb_current_user_widget .tb-current-user .img-inner, .widget-area .widget.widget_tb_current_user_widget .tb-current-user .img-inner {
  width:80px;
  height:80px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  margin-top:45px;
  margin-bottom:35px;
}
.sidebar-area .widget.widget_tb_current_user_widget .tb-current-user .img-inner:before, .widget-area .widget.widget_tb_current_user_widget .tb-current-user .img-inner:before {
  content:"";
  border:10px solid #fff;
  position:absolute;
  top:-10px;
  bottom:-10px;
  left:-10px;
  right:-10px;
  display:inline-block;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
  border-radius:50%;
}
.sidebar-area .widget.widget_tb_current_user_widget .tb-current-user h2, .widget-area .widget.widget_tb_current_user_widget .tb-current-user h2 {
  font-size:24px;
  font-weight:300;
  text-transform:uppercase;
}
.sidebar-area .blog-sidebar .widget ul, .widget-area .blog-sidebar .widget ul { margin-top:5px; }
.primary-sidebar .widget_price_filter .wg-title { margin-bottom:19px; }
.primary-sidebar .widget_price_filter .price_slider_wrapper { padding-right:5px; }
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider {
  margin-right:0;
  background:#f1f1f1 !important;
  box-shadow:0 0 1px 0 rgba(16,16,16,0.3) inset;
  margin-bottom:15px;
  height:2px;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color:#fff;
  top:-4px;
  box-shadow:none !important;
  width:10px;
  height:10px;
  border:2px solid #000;
  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-range {
  background:#93d500;
  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:#c4c4c4;
  overflow:hidden;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  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%);
  transform:translateX(-50%) translateY(-50%);
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover { background:#2a2a2a; }
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  display:inline-block;
  color:#ffffff;
  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;
  color:#000;
  line-height:30px;
  text-align:left;
  font-size:12px;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span.to {
  left:120px;
  text-align:right;
}
@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:#93d500 !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 .tb-recent-thumb, .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
  display:inline-block;
  float:left;
  width:70px;
}
.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-bottom:none !important; }
.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-thumb { position:relative; }
.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-thumb a, .widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-thumb img { display:block; }
.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-thumb .icon-detail {
  position:absolute;
  font-size:18px;
  color:#fff;
  top:20%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-thumb:after {
  width:0%;
  height:0%;
  position:absolute;
  content:"";
  background-color:rgba(58,77,171,0.8);
  top:50%;
  left:50%;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  opacity:0;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li:not(:last-child) { margin-bottom:7px; }
.widget_zo-recent-posts-widget-with-thumbnails ul li:hover .tb-recent-thumb .icon-detail {
  opacity:1;
  top:50%;
  z-index:2;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li:hover .tb-recent-thumb:after {
  opacity:1;
  width:100%;
  height:100%;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
  font-size:13px;
  line-height:22px;
  padding-left:15px;
  padding-top:0;
  margin-top:-5px;
  width:calc(100% - 70px);
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-title h3 {
  font-size:14px;
  color:#000;
  line-height:22px;
  margin-bottom:10px;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-title h3:hover { color:#93d500; }
.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 {
  color:#000;
  font-size:12px;
}
.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:#93d500;
  border:0;
  float:left;
  font-size:12px;
  margin:0;
  text-transform:uppercase;
  width:80px;
  color:#fff;
}
.sidebar-area .widget_search form {
  display:inline-block;
  width:100%;
  margin-bottom:-10px;
}
.sidebar-area .widget_search form input[type="text"] {
  float:left;
  width:calc( 100% - 50px );
  padding-left:12px;
  padding-right:12px;
  border-right:0;
  height:50px;
  border-color:#000;
  border-width:2px;
}
.sidebar-area .widget_search form input[type="submit"] {
  background-color:transparent;
  float:left;
  font-size:12px;
  margin:0;
  text-transform:uppercase;
  width:50px;
  height:50px;
  color:#000;
  border:2px solid #000;
  border-left:none;
}
.widget_recent_comments .recentcomments span { text-transform:capitalize; }
.single .sidebar-area .widget { margin-bottom:80px; }
@media (min-width: 1200px) {
  .single .sidebar-area { border-left:1px solid #e4e4e4; }
  .single .sidebar-area .widget {
    overflow:initial;
    display:block;
  }
  .single .sidebar-area .widget:after {
    content:'';
    display:block;
    clear:both;
  }
  .single .sidebar-area .widget h3.wg-title, .single .sidebar-area .widget >div, .single .sidebar-area .widget >ul, .single .sidebar-area .widget >form {
    display:inline-block;
    float:right;
  }
  .single .sidebar-area .widget h3.wg-title {
    width:130px;
    text-align:center;
    border-bottom:none;
    -webkit-transform:rotate(90deg) translateY(-50%);
    transform:rotate(90deg) translateY(-50%);
    position:absolute;
    left:-62px;
    top:32%;
  }
  .single .sidebar-area .widget h3.wg-title:before {
    height:10px;
    width:28px;
    background-color:#fff;
    content:"";
    z-index:2;
    left:50%;
    transform:translateX(-50%);
    font-size:0;
    bottom:-24px;
    top:initial;
  }
  .single .sidebar-area .widget h3.wg-title:after {
    height:7px;
    width:7px;
    border-radius:50%;
    border:1px solid #e4e4e4;
    left:50%;
    transform:translateX(-50%);
    top:initial;
    bottom:-22px;
    z-index:3;
    background:initial;
  }
  .single .sidebar-area .widget.widget_search h3.wg-title { top:-15%; }
  .single .sidebar-area .widget.widget_search h3.wg-title:after, .single .sidebar-area .widget.widget_search h3.wg-title:before { left:26%; }
  .single .sidebar-area .widget.widget_tag_cloud h3.wg-title { top:20%; }
  .single .sidebar-area .widget >div, .single .sidebar-area .widget >ul, .single .sidebar-area .widget >form { width:calc( 100% - 90px); }
}
.ro-color-main { color:#93d500; }
.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:#93d500; }
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  width:100%;
  outline:none;
  background-color:#fff;
  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:#93d500; }
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:#93d500; }
.btn-shop-now { color:#fff; }
.btn-shop-now:hover { color:#93d500; }
.btnviewmore:hover { border-color:#93d500; }
.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:#93d500;
  background:#93d500;
}
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500;
  color:#FFFFFF;
}
.ro-btn-1:hover, .ro-btn-1:focus {
  background-color:#444444;
  color:#FFFFFF;
}
.ro-btn-2 {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500;
  color:#FFFFFF;
}
.ro-btn-3 {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500;
  color:#FFFFFF;
}
.ro-btn-bd-1 {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500;
  border-color:#93d500;
  color:#FFFFFF;
}
.ro-btn-bd-2 {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500;
  border-color:#93d500;
  color:#FFFFFF;
}
.ro-btn-bdr-1 {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500;
  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:#93d500;
  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;
}
.tb-login-form > p {
  font-size:15px;
  font-weight:400;
  color:#666666;
  margin-bottom:20px !important;
}
.tb-login-form .tb-social-login { margin-bottom:30px; }
.tb-login-form .tb-social-login > a {
  display:inline-block;
  font-size:15px;
  color:#ffffff;
  padding:12px 30px;
  min-width:220px;
  text-align:center;
}
.tb-login-form .tb-social-login > a > i {
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.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:30px !important; }
.tb-login-form > form > p > label {
  font-size:14px;
  font-weight:400;
  color:#666666;
  margin-bottom:10px;
}
.tb-login-form > form > p > label:after {
  content:"*";
  font-size:12px;
  color:#93d500;
  display:inline-block;
  margin-left:5px;
}
.tb-login-form > form > p > input {
  padding:10px 15px;
  line-height:24px;
}
.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;
}
.tb-login-form > form > p.login-submit > input:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
.tb-login-form > form .forgot-password {
  float:right;
  font-size:14px;
  font-weight:400;
  color:#93d500;
}
.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;
}
.tb-register-form > p {
  font-size:15px;
  font-weight:400;
  color:#666666;
  margin-bottom:30px !important;
}
.tb-register-form > p.error { color:#9d2f0f; }
.tb-register-form > p.complete { color:#1d880e; }
.tb-register-form > form > p { margin-bottom:30px !important; }
.tb-register-form > form > p > label {
  font-size:14px;
  font-weight:400;
  color:#666666;
  margin-bottom:10px;
}
.tb-register-form > form > p > label:after {
  content:"*";
  font-size:12px;
  color:#93d500;
  display:inline-block;
  margin-left:5px;
}
.tb-register-form > form > p > input {
  padding:10px 15px;
  line-height:24px;
  width:100%;
}
.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;
}
.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:#525151;
  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:20px;
}
.tb-register-form .tb-info > ul > li:before {
  content:"\f046";
  font-family:FontAwesome;
  font-size:14px;
  color:#93d500;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
a, a:hover, a:focus, a:active, a.active {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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-right:12px;
  line-height:80px;
  display:block;
}
.tb-menu-control-mobi > a i { margin-right:5px; }
@media (max-width: 991px) {
  .tb-menu-control-mobi {
    position:relative;
    top:-25px;
    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-menu .tb-header-menu-inner { position:static; }
.tb-header-menu .tb-header-menu-inner .row > div { position:static; }
.tb-sidebar .widget-woocommerce-currency-switcher form {
  position:relative;
  max-width:80px;
  float:left;
  width:100%;
}
.tb-sidebar .widget-woocommerce-currency-switcher form:after {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:absolute;
  content:"\f107";
  font-family:"FontAwesome";
  right:30px;
  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;
}
.tb-sidebar .widget-woocommerce-currency-switcher form:hover:after { opacity:0; }
.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-menu-list > ul > li > a { text-transform:uppercase; }
.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%);
  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:#93d500; }
.tb-menu-list > ul > li .menu-item .main-color .menu-title:before { border-right-color:#93d500; }
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  text-transform:uppercase;
}
@media (min-width: 992px) {
  .tb-menu-list {
    display:inline-block;
    vertical-align:middle;
    white-space:nowrap;
  }
  .tb-menu-list > ul {
    margin:0;
    padding:0;
    list-style:none;
  }
  .tb-menu-list > ul > li {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    display:inline-block;
  }
  .tb-menu-list > ul > li > a {
    -webkit-transition:all 0.3s !important;
    -moz-transition:all 0.3s !important;
    -o-transition:all 0.3s !important;
    transition:all 0.3s !important;
    font-size:14px;
    color:#222;
    display:inline-block;
    line-height:99px;
    font-size:15px;
    padding:0 15px;
    font-weight:600;
  }
  .tb-menu-list > ul > li > a >span {
    position:relative;
    padding:4.5px 0;
    display:inline-block;
  }
  .tb-menu-list > ul > li > a >span:after {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:50%;
    width:0;
    height:1px;
    background-color:#93d500;
    margin-top:14px;
    z-index:1000;
  }
  .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:#93d500; }
  .tb-menu-list > ul > li.current_page_item > a >span, .tb-menu-list > ul > li:hover > a >span, .tb-menu-list > ul > li.current-menu-item > a >span, .tb-menu-list > ul > li.current_page_parent > a >span { position:relative; }
  .tb-menu-list > ul > li.current_page_item > a >span:after, .tb-menu-list > ul > li:hover > a >span:after, .tb-menu-list > ul > li.current-menu-item > a >span:after, .tb-menu-list > ul > li.current_page_parent > a >span:after { width:100%; }
  .tb-menu-list > ul > li.menu-item-has-children {
    position:relative;
    /*----basic dropdown----*/
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul > li.menu-item-has-children .mega_inner {
    background-color:rgba(25,29,48,0.98);
    padding:30px 0 35px;
  }
  .tb-menu-list > ul > li.menu-item-has-children .mega_inner ul { background-color:transparent; }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown {
    position:absolute;
    top:calc(100% + 40px);
    display:block;
    left:-4px;
    min-width:270px;
    margin:0;
    padding:11px 0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    webkit-box-shadow:0 4px 8px rgba(0,0,0,0.5);
    box-shadow:0 4px 8px rgba(0,0,0,0.5);
    height:0;
    opacity:0;
    visibility:hidden;
    transition:all 400ms;
  }
  .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;
    padding-left:30px;
    padding-right:30px;
  }
  .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.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    display:block;
    color:#222;
    line-height:28px;
    padding:0;
    padding:11px 0;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li:hover { background-color:#f4f4f4; }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li.current_page_item { background-color:#f4f4f4; }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li.current_page_item >a { color:#93d500; }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li:hover > a {
    background:none;
    color:#93d500;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown li:hover > a:before { color:#93d500; }
  .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.3s both;
    -moz-animation:fadeInUp 0.3s both;
    -o-animation:fadeInUp 0.3s both;
    animation:fadeInUp 0.3s 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 .mega_inner {
    margin:0;
    width:100%;
    border-radius:0;
    border:none;
    top:calc( 100% + 40px);
    display:block;
    visibility:hidden;
    transition:all 300ms;
    opacity:0;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width .mega_inner .woocommerce.widget_products_list {
    visibility:hidden;
    display:none;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width {
    padding-top:30px;
    top:100%;
    margin:0;
    border:none;
    display:block;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    left:50%;
    transform:translateX(-50%);
    position:relative;
    box-shadow:none;
    background:transparent;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns6 > li { width:16.666%; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns4 > li { width:22.5%; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns3 > li >ul { width:200px; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns2 { padding-bottom:0; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns2 > li {
    width:24%;
    display:inline-block;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns2 > li:last-child {
    width:73%;
    margin-left:0;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns2 > li:last-child >a { margin-left:20px; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li {
    float:left;
    background-color:transparent;
    margin-left:20px;
    padding:20px 0;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li:not(:last-child) { border-right:1px solid #31364d; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li:not(:first-child) { margin-left:30px; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li > a {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    font-size:15px;
    font-weight:400;
    line-height:38px;
    padding:0 15px 0 20px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li > a:before {
    content:"\f111";
    font-family:FontAwesome;
    vertical-align:middle;
    color:#93d500;
    display:inline-block;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.current_page_item > a, .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li:hover > a {
    background-color:transparent;
    color:#fff;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > 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;
    width:100%;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.menu-item-has-children ul li { position:relative; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.menu-item-has-children ul li > a {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    display:block;
    color:#84889a;
    line-height:28px;
    padding:0;
    text-transform:uppercase;
    padding:1px 0;
    font-size:12px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.menu-item-has-children ul li.current_page_item > a, .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.menu-item-has-children ul li:hover > a {
    background:none;
    color:#fff;
    padding-left:0px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.menu-item-has-children ul li.current_page_item:after, .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.menu-item-has-children ul li:hover:after { color:#93d500; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > 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.drop_full_width > li.menu-item-has-children ul li:after {
    content:"\f105";
    font-family:FontAwesome;
    color:#84889a;
    display:inline-block;
    right:50px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.menu-item-has-children ul li:hover:after { color:#93d500; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block { padding:14px 20px 8px; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block > a { display:none; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block .tb-menu-custom-block { position:relative; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block .tb-menu-custom-block img {
    opacity:1;
    -webkit-transition:opacity 0.35s;
    transition:opacity 0.35s;
    display:block;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block .tb-menu-custom-block .vc_single_image-wrapper { position:relative; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block .tb-menu-custom-block .vc_single_image-wrapper::before, .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block .tb-menu-custom-block .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;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block .tb-menu-custom-block .vc_single_image-wrapper::before {
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    -webkit-transform:scale(0,1);
    transform:scale(0,1);
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block .tb-menu-custom-block .vc_single_image-wrapper::after {
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    -webkit-transform:scale(1,0);
    transform:scale(1,0);
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block .tb-menu-custom-block:hover img { opacity:0.7; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block .tb-menu-custom-block:hover .vc_single_image-wrapper:before, .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width > li.item-menu-custom-block .tb-menu-custom-block:hover .vc_single_image-wrapper:after {
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
    z-index:3;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width .menu-item-has-children >a {
    font-size:18px;
    text-transform:uppercase;
    font-weight:600;
    color:#fff;
    padding:0;
    line-height:14px;
    padding-bottom:35px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width .menu-item-has-children >a:before {
    content:"\f111";
    font-family:FontAwesome;
    vertical-align:middle;
    color:#93d500;
    display:inline-block;
    font-size:5px;
    margin-right:10px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width .menu-item-has-children:hover >a { padding-left:0; }
  .tb-menu-list > ul > li.menu-item-has-children:hover >ul.standar-dropdown, .tb-menu-list > ul > li.menu-item-has-children:hover .mega_inner {
    height:initial;
    opacity:1;
    top:100%;
    visibility:visible;
  }
  .tb-menu-list > ul > li.menu-item-has-children:hover >ul.standar-dropdown .woocommerce.widget_products_list, .tb-menu-list > ul > li.menu-item-has-children:hover .mega_inner .woocommerce.widget_products_list {
    visibility:visible;
    display:block;
  }
  .tb-menu-list > ul > li.menu-item-has-children ul.multicolumn ul.dropdown-menu { box-shadow:none !important; }
  .tb-header-wrap.tb-header-v1 .tb-logo { margin-left:15px; }
  .tb-header-wrap.tb-header-v1 #nav>li.current_page_parent >a {
    color:#fff;
    background-color:#93d500;
  }
  .tb-header-wrap.tb-header-v1 #nav>li.current_page_parent >a:after { border:2px solid #93d500; }
  .tb-header-wrap.tb-header-v2 .woocommerce.widget_products_list .tb-product-item-inner .tb-header-content .tb-action { padding-top:5px; }
  .tb-header-wrap.tb-header-v2 .woocommerce.widget_products_list .tb-product-item-inner .tb-footer-content .tb-product-price { top:43px; }
  .tb-header-wrap.tb-header-v3 .woocommerce.widget_products_list .tb-product-item-inner .tb-header-content .tb-action, .tb-header-wrap.tb-header-v4 .woocommerce.widget_products_list .tb-product-item-inner .tb-header-content .tb-action, .tb-header-wrap.tb-header-v5 .woocommerce.widget_products_list .tb-product-item-inner .tb-header-content .tb-action { padding-top:5px; }
  .tb-header-wrap.tb-header-v3 .woocommerce.widget_products_list .tb-product-item-inner .tb-footer-content .tb-product-price, .tb-header-wrap.tb-header-v4 .woocommerce.widget_products_list .tb-product-item-inner .tb-footer-content .tb-product-price, .tb-header-wrap.tb-header-v5 .woocommerce.widget_products_list .tb-product-item-inner .tb-footer-content .tb-product-price { top:43px; }
  .tb-header-wrap.tb-header-v3 .tb-menu-list > ul > li > a { color:#2a2a2a; }
  .tb-header-wrap.tb-header-v3 .tb-menu-sidebar a.icon { color:#2a2a2a; }
  .tb-header-wrap.tb-header-v4 .tb-logo { margin-left:0; }
  .tb-header-wrap.tb-header-v4 .tb-header-menu-inner { background-color:#fff; }
  .tb-header-wrap.tb-header-v4 .tb-header-menu-inner #nav>li { line-height:70px; }
  .tb-header-wrap.tb-header-v4 .tb-header-menu-inner .wrap-mini-cart { height:70px; }
  .tb-header-wrap.tb-header-v4 .tb-canvas-header {
    width:70px;
    height:70px;
    line-height:70px;
    border-right:1px solid #e8e8ea;
    color:#191d30;
    font-size:18px;
    display:inline-block;
    text-align:center;
  }
  .tb-header-wrap.tb-header-v4 .wrap-mini-cart >div.widget_mini_icon {
    width:70px;
    height:70px;
  }
  .tb-header-wrap.tb-header-v4 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap a {
    width:70px;
    height:70px;
    line-height:70px;
    text-align:center;
    border:none;
    border-left:1px solid #e8e8ea;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns2 { width:1120px !important; }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns2 { width:992px !important; }
}
@media (min-width: 992px) and (min-width: 992px) {
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns2 > li:last-child >a {
    overflow:hidden;
    font-size:18px;
    text-transform:uppercase;
    font-weight:600;
    color:#fff;
    padding:0;
    line-height:14px;
    padding-bottom:35px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns2 > li:last-child >a:after {
    content:"";
    width:100%;
    height:1px;
    background-color:#31364d;
    display:inline-block;
    vertical-align:middle;
    margin-left:30px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width ul.drop_full_width.columns2 > li:last-child >a:before {
    font-size:5px;
    margin-right:10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .tb-header-wrap.tb-header-v4 .tb-logo { margin:33px 0; }
}
@media (max-width: 991px) {
  .tb-menu-list {
    display:none;
    text-align:left;
    width:270px;
    overflow:hidden;
  }
  .tb-menu-list.active {
    display:block;
    z-index:999;
  }
  .tb-menu-list #nav {
    margin:0;
    padding:0;
    list-style:none;
  }
  .tb-menu-list #nav > li {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    display:block;
    border-top:1px solid rgba(170,170,170,0.2);
  }
  .tb-menu-list #nav > li > a {
    font-size:14px;
    color:#191d30;
    display:block;
    line-height:38px !important;
    text-transform:uppercase;
    padding:0 15px;
  }
  .tb-menu-list #nav > li.current_page_item, .tb-menu-list #nav > li:hover { background:rgba(255,255,255,0.1); }
  .tb-menu-list #nav > li.current_page_item >a, .tb-menu-list #nav > li:hover >a { color:#93d500; }
  .tb-menu-list #nav > li.menu-item-has-children {
    position:relative;
    /*----basic dropdown----*/
    /*----mega dropdown----*/
  }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown {
    position:relative;
    width:270px;
    margin:0;
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
  }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li {
    display:block;
    border-top:1px solid rgba(170,170,170,0.2);
  }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li:first-child, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li:first-child { border:none; }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li > a, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li > a {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    display:block;
    font-size:13px;
    font-weight:400;
    color:#747474;
    line-height:38px;
    padding:0 20px;
  }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li.menu-item-has-children { position:relative; }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > a:after, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >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 #nav > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li.menu-item-has-children > ul {
    position:relative;
    margin:0;
    padding:0;
    border:none;
    width:270px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
  }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >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 #nav > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li:first-child, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li.menu-item-has-children > ul > li:first-child { border:none; }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li > a, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li.menu-item-has-children > ul > li > a {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    display:block;
    font-size:13px;
    font-weight:400;
    color:#747474;
    line-height:38px;
    padding:0 20px;
  }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li.current_page_item > a, .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li:hover > a, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li.menu-item-has-children > ul > li.current_page_item > a, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li.menu-item-has-children > ul > li:hover > a {
    background:none;
    color:#93d500;
  }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children:hover > ul, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li.menu-item-has-children:hover > ul {
    display:block;
    z-index:999;
  }
  .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li.current_page_item > a, .tb-menu-list #nav > li.menu-item-has-children > ul.standar-dropdown > li:hover > a, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li.current_page_item > a, .tb-menu-list #nav > li.menu-item-has-children .mega_inner >ul.standar-dropdown > li:hover > a {
    background:none;
    color:#93d500;
  }
  .tb-menu-list #nav > li.menu-item-has-children:hover > ul, .tb-menu-list #nav > li.menu-item-has-children:hover .mega_inner >ul, .tb-menu-list #nav > li.menu-item-has-children:hover .mega_inner {
    display:block;
    z-index:999;
  }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width { position:static; }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width > ul, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner {
    position:relative;
    width:100%;
    width:270px;
    margin:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    box-shadow:none;
  }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width > ul > li > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul > li > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner > li > a {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    font-size:14px;
    font-weight:400;
    line-height:38px;
    color:#474747;
    text-transform:uppercase;
    padding:0 15px;
  }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width > ul > li.current_page_item > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width > ul > li:hover > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul > li.current_page_item > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul > li:hover > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner > li.current_page_item > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner > li:hover > a {
    background:none;
    color:#93d500;
  }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul > li.menu-item-has-children > ul, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner > 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 #nav > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul > li > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul > li.menu-item-has-children > ul > li > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner > li.menu-item-has-children > ul > li > a {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    display:block;
    font-size:13px;
    font-weight:400;
    color:#747474;
    line-height:38px;
    padding:0 20px;
  }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul > li.current_page_item > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul > li:hover > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul > li.menu-item-has-children > ul > li.current_page_item > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul > li.menu-item-has-children > ul > li:hover > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner > li.menu-item-has-children > ul > li.current_page_item > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner > li.menu-item-has-children > ul > li:hover > a {
    background:none;
    color:#93d500;
    padding-left:25px;
  }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children:hover > ul, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul > li.menu-item-has-children:hover > ul, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner > li.menu-item-has-children:hover > ul {
    display:block;
    z-index:999;
  }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width > ul > li.item-menu-custom-block, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul > li.item-menu-custom-block, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner > li.item-menu-custom-block { padding:10px 15px; }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width > ul > li.item-menu-custom-block > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul > li.item-menu-custom-block > a, .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner > li.item-menu-custom-block > a { display:none; }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner { padding:0; }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner .widget_products_list { display:none; }
  .tb-menu-list #nav > li.menu-item-has-children.has_full_width .mega_inner >ul { padding:0; }
}
@media (max-width: 992px) {
  #nav >li li {
    padding-left:0px;
    border-top:1px solid rgba(170,170,170,0.2);
  }
  #nav >li ul.autodrop_submenu>li { padding-left:7px; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul { padding:0; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul >li >a {
    text-transform:capitalize;
    margin-left:10px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul >li.menu-item-has-children >ul>li { padding-left:0; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul >li.menu-item-has-children >ul>li >a { padding-left:32px; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul >li.menu-item-has-children >ul>li:hover >a { padding-left:32px; }
}
@media (min-width: 992px) {
  .tb-header-wrap {
    z-index:99;
    position:relative;
  }
}
@media (max-width: 991px) {
  .tb-header-v1 .tb-header-menu { background-color:#fff; }
  .tb-header-v1 .tb-header-menu .tb-menu-list #nav>li:last-child >a { padding-right:0; }
}
#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:#333; }
#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%);
  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%);
  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:calc(100% + 60px);
  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;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-menu-sidebar .widget_cart_search_wrap_item .widget_searchform_content.active {
  top:100%;
  display:block !important;
  z-index:999;
  -webkit-animation:fadeInUp 0.3s both;
  -moz-animation:fadeInUp 0.3s both;
  -o-animation:fadeInUp 0.3s both;
  animation:fadeInUp 0.3s 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:#93d500;
  border-color:#93d500;
  text-transform:uppercase;
}
.tb-menu-sidebar .tb-menu-canvas-wrap {
  position:relative;
  display:inline-block;
}
.tb-menu-sidebar a.icon {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  margin-right:22px;
  color:#949494;
}
.tb-menu-sidebar a.icon em { display:none; }
.tb-menu-sidebar a.icon:hover { color:#93d500; }
.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:#b0b0b0;
  margin-right:2px;
}
.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-v2 .wrap-mini-cart .widget_mini_icon.widget_searchform_content_wrap .widget_searchform_content.active { top:72%; }
.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; }
@media (min-width: 1200px) {
  .tb-header-wrap.tb-header-v3 .tb-menu ul#nav>li.current_page_parent >a { background-color:#93d500; }
  .tb-header-wrap.tb-header-v3 .tb-menu ul#nav>li.current_page_parent >a:after { border:2px solid #ffad00; }
}
.tb-header-wrap.tb-header-v3 .tb-menu-sidebar .wrap-mini-cart a.icon:hover { color:#93d500; }
.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;
}
@media (min-width: 1200px) {
  .tb-header-wrap.tb-header-v4 .tb-menu ul#nav>li.current_page_parent >a {
    background-color:#93d500;
    color:#fff;
  }
  .tb-header-wrap.tb-header-v4 .tb-menu ul#nav>li.current_page_parent >a:after { border:2px solid #ffad00; }
}
@media (min-width: 1200px) {
  .tb-header-wrap.tb-header-v5 .tb-menu ul#nav>li.current_page_parent >a {
    background-color:#93d500;
    color:#fff;
  }
}
.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; }
@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; }
}
@media (min-width: 992px) {
  .tb-stick-active .tb-header-wrap {
    position:fixed;
    left:0;
    right:0;
    width:100%;
    z-index:9999;
    background-color:rgba(255,255,255,0.9);
    webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
    box-shadow:0 6px 12px rgba(0,0,0,0.175);
    -webkit-animation:fadeInDown 0.3s both;
    -moz-animation:fadeInDown 0.3s both;
    -o-animation:fadeInDown 0.3s both;
    animation:fadeInDown 0.7s both;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu .tb-logo {
    height:80px;
    z-index:9;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { line-height:100px; }
  .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:100px; }
  .tb-stick-active .tb-header-wrap .tb-header-menu .tb-logo, .tb-stick-active .tb-header-wrap .tb-header-menu .header-widget-right {
    position:relative;
    z-index:2;
    line-height:100px;
  }
  .tb-stick-active .tb-header-wrap .tb-header-menu .tb-logo img, .tb-stick-active .tb-header-wrap .tb-header-menu .header-widget-right img { display:block; }
  .tb-stick-active .tb-header-wrap .tb-menu-list .menu-bg-logo { display:none; }
  .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, .tb-stick-active .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo, .tb-stick-active .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu-sidebar { opacity:1 !important; }
  .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-menu-sidebar .widget_cart_search_wrap_item .widget_searchform_content.full_search {
    min-height:70px;
    padding-top:18px;
  }
  .tb-stick-active #magic-line { bottom:26px !important; }
  .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 (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; }
}
.tb-header-wrap.tb-header-fixed {
  position:absolute;
  left:0;
  width:100%;
  z-index:999;
}
.tb-header-wrap .tb-header-top {
  color:#ffffff;
  background-color:#3a4dab;
}
.tb-header-wrap .tb-header-top .tb-sidebar { display:inline-block; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget {
  font-size:12px;
  font-weight:400;
  line-height:40px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul {
  padding:0;
  list-style:none;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li {
  line-height:8px;
  display:inline-block;
  padding:0 20px;
}
.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:not(:last-child) { border-right:1px solid #353844; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li:first-child { padding-left:0; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li:last-child { padding-right:0; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li:hover a { color:#93d500; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul.tb-social >li {
  line-height:41px;
  border:none;
  padding:0;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul.tb-social >li >a {
  font-size:14px;
  color:#ccc;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul.tb-social >li:first-child {
  border-left:1px solid #ccc;
  padding-left:15px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul.tb-social >li:last-child {
  border-right:1px solid #ccc;
  padding-right:15px;
}
.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:#93d500 !important; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover .cart_total { color:#93d500; }
.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:calc(100% + 60px);
  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;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.active {
  display:block !important;
  top:100%;
  z-index:999;
  -webkit-animation:fadeInUp 0.3s both;
  -moz-animation:fadeInUp 0.3s both;
  -o-animation:fadeInUp 0.3s both;
  animation:fadeInUp 0.3s 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:#93d500;
  border-color:#93d500;
  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 a.icon {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.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:#93d500; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover:after { background-color:#93d500; }
.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:#b0b0b0;
  margin-right:2px;
}
.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:#333; }
.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-logo > a {
  font-size:40px;
  text-transform:uppercase;
  font-family:Broadway, sans-serif;
  color:#353535;
  display:inline-block;
}
.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 {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  color:#3f3e3e;
}
.tb-header-wrap .tb-header-menu .tb-logo {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:relative;
  height:100px;
}
.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-v2.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap .header a.icon_cart_wrap span.cart_total {
  position:absolute;
  right:10px;
}
.tb-header-wrap.tb-header-v2 .tb-header-top {
  background-color:transparent;
  color:#707177;
  font-weight:300;
}
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-logo-v2 { text-align:left; }
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-list-icon { margin-top:45px; }
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-list-icon li i {
  margin-right:7px;
  font-size:14px;
  color:#fff;
}
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-list-icon li span { font-weight:300; }
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-list-icon li >div:not(:nth-child(2n)) { margin-bottom:15px; }
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-list-icon li >div:hover i { color:#93d500; }
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-list-icon li >div:hover span { color:#fff; }
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-logo {
  height:130px;
  line-height:130px;
}
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-logo >a { vertical-align:middle; }
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .wrap-mini-cart { height:initial; }
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .wrap-mini-cart >div { width:initial; }
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .wrap-mini-cart a.icon {
  font-size:30px;
  color:#fff;
  max-width:75px;
  margin:0 auto;
}
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .wrap-mini-cart a.icon >span { color:#93d500; }
.tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap >span {
  color:#fff;
  margin-top:20px;
  display:inline-block;
  font-weight:300;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu { background-color:#fff; }
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list > ul#nav > li >a {
  line-height:initial;
  padding-left:0;
  padding-right:50px;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list > ul#nav > li:hover > a, .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list > ul#nav > li.current_page_parent > a, .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list > ul#nav > li .current-menu-parent > a { color:#3d50ab; }
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-control-mobi > a { line-height:80px; }
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-sidebar .wrap-mini-cart { height:60px; }
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-sidebar .wrap-mini-cart >div {
  height:initial;
  margin-right:0;
  transform:initial;
  -webkit-transform:initial;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-sidebar .wrap-mini-cart >div >a {
  text-align:right;
  border:none;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-sidebar .wrap-mini-cart >div.widget_mini_cart_wrap { display:none; }
.tb-header-wrap.tb-header-v2.tb-header-wrap #nav>li { line-height:60px; }
.tb-header-wrap.tb-header-v5:not(.tb-header-v2) #nav>li { line-height:60px; }
.tb-header-wrap.tb-header-v5:not(.tb-header-v2) #nav>li >a {
  padding-top:2px;
  padding-bottom:2px;
}
.tb-header-wrap.tb-header-v5:not(.tb-header-v2) #nav>li >a:after { display:none; }
.tb-header-wrap.tb-header-v5:not(.tb-header-v2) #nav>li:hover >a, .tb-header-wrap.tb-header-v5:not(.tb-header-v2) #nav>li.current_page_parent >a { border-radius:20px; }
.tb-header-wrap.tb-header-v5 .tb-header-top {
  height:150px;
  line-height:150px;
  background:url(assets/images/bg-hea.jpg) no-repeat;
  background-size:cover;
  position:relative;
  z-index:10;
}
.tb-header-wrap.tb-header-v5 .tb-header-menu-db {
  position:relative;
  z-index:9;
}
.tb-header-wrap.tb-header-v5 .tb-logo { line-height:150px; }
.tb-header-wrap.tb-header-v5 .wrap-mini-cart { padding-top:10px; }
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon {
  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%);
  display:inline-block;
}
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon:not(:last-child) { margin-right:15px; }
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon a { top:52%; }
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon a span {
  text-align:center;
  color:#93d500;
  top:-16px;
  right:-7px;
}
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon a span.cart_total { position:absolute !important; }
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon a i { font-size:18px; }
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon .header { top:30px; }
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap {
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  display:inline-block;
  position:relative;
  top:13px;
}
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap .input[type=text] {
  width:290px;
  vertical-align:middle;
  white-space:nowrap;
  position:relative;
}
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap input#search::-webkit-input-placeholder {
  color:#707177;
  opacity:0.3;
  transition:opacity 0.3s ease;
}
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap input#search:-moz-placeholder {
  color:#707177;
  opacity:0.3;
  transition:opacity 0.3s ease;
}
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap input#search::-moz-placeholder {
  color:#707177;
  opacity:0.3;
  transition:opacity 0.3s ease;
}
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap input#search {
  width:40px;
  line-height:40px;
  height:40px;
  border:1px solid #707177;
  text-align:left;
  font-size:14px;
  color:#707177;
}
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap input#search:focus, .tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap .input#search:active { outline:none; }
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap:hover input#search {
  outline:none;
  width:290px;
}
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap a.icon {
  width:40px;
  line-height:40px;
  height:40px;
  text-align:center;
  border:1px solid #707177;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  display:inline-block;
  position:relative;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap a.icon i { font-size:14px; }
.tb-header-wrap.tb-header-v5 .wrap-mini-cart >div.widget_mini_icon.widget_searchform_content_wrap .widget_searchform_content > form { padding-right:0; }
.tb-header-wrap.tb-header-v5 .tb-list-icon .item-icon { display:inline-block; }
.tb-header-wrap.tb-header-v5 .tb-list-icon .item-icon span.tb-icon {
  width:60px;
  height:50px;
  line-height:50px;
  text-align:center;
  display:inline-block;
}
.tb-header-wrap.tb-header-v5 .tb-list-icon .item-icon i {
  width:40px;
  line-height:40px;
  height:40px;
  text-align:center;
  color:#fff;
  border:1px solid #707177;
  border-radius:50%;
  display:inline-block;
  position:relative;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-header-wrap.tb-header-v5 .tb-list-icon .item-icon i:after {
  position:absolute;
  border:8px solid rgba(112,113,119,0.2);
  display:inline-block;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  content:"";
  border-radius:50%;
  opacity:0;
}
.tb-header-wrap.tb-header-v5 .tb-list-icon .item-icon span {
  font-size:12px;
  font-weight:300;
  color:#707177;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-header-wrap.tb-header-v5 .tb-list-icon .item-icon:hover i {
  width:30px;
  line-height:30px;
  height:30px;
  background-color:#4258be;
  border-color:#4258be;
}
.tb-header-wrap.tb-header-v5 .tb-list-icon .item-icon:hover i:after {
  top:-8px;
  left:-8px;
  bottom:-8px;
  right:-8px;
  opacity:1;
}
.tb-header-wrap.tb-header-v5 .tb-list-icon .item-icon:hover span { color:#fff; }
.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:none; }
@media (max-width: 1199px) {
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo, .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu-sidebar { opacity:1; }
}
@media (max-width: 991px) {
  .tb-header-wrap.tb-header-fixed.tb-header-v2 {
    position:initial;
    background-color:rgba(25,29,48,0.9);
  }
  .tb-header-wrap.tb-header-fixed.tb-header-v2 .tb-menu-control-mobi { top:0; }
  .tb-header-wrap.tb-header-fixed.tb-header-v2 .tb-menu-control-mobi a, .tb-header-wrap.tb-header-fixed.tb-header-v2 .tb-menu-control-mobi span { color:#000; }
  .tb-header-wrap.tb-header-fixed.tb-header-v2 .tb-menu-control-mobi a { line-height:60px; }
}
@media (max-width: 767px) {
  .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 .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-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 {
    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-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;
  display:inline-block;
}
.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; }
@media (min-width: 1200px) {
  .visible-lgs-block { display:block; }
  .col-lg-offset-27 { margin-left:270px; }
  .col-lg-93 {
    width:calc(100% - 270px);
    padding-left:15px;
    padding-right:15px;
  }
  .tb-layout-fullwidth .footer-bottom, .tb-layout-fullwidth .footer-top {
    padding-left:70px !important;
    padding-right:70px !important;
  }
  .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-container { width:970px; }
}
@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; }
.tb-header-v2 #nav .tb_logo_center {
  margin-left:30px;
  padding-right:30px;
  vertical-align:middle;
}
.tb-header-v2 #nav .tb_logo_center >a { display:none; }
.tb-header-v2.tb-header-wrap .tb-header-top {
  background-position:bottom;
  padding-top:0;
  padding-bottom:2px;
}
.tb-menu-list.secondary_navigation ul>li.has_full_width:nth-child(1), .tb-menu-list.secondary_navigation ul>li.has_full_width:nth-child(2), .tb-menu-list.secondary_navigation ul>li.has_full_width:nth-child(3), .tb-menu-list.secondary_navigation ul>li.has_full_width:nth-child(4) { position:relative; }
.tb-menu-list.secondary_navigation ul>li.has_full_width:nth-child(1) >ul.drop_full_width, .tb-menu-list.secondary_navigation ul>li.has_full_width:nth-child(2) >ul.drop_full_width, .tb-menu-list.secondary_navigation ul>li.has_full_width:nth-child(3) >ul.drop_full_width, .tb-menu-list.secondary_navigation ul>li.has_full_width:nth-child(4) >ul.drop_full_width { left:0; }
@media (max-width: 767px) {
  .wrap-mini-cart >div:not(:last-child) { margin-right:3px; }
}
@media (max-width: 991px) {
  .tb-header-v4 .tb-header-menu-db { display:none; }
  .tb-header-v4 .tb-logo { position:relative; }
  .tb-header-v4 .tb-logo .tb-menu-control-mobi {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:15px;
    color:#fff;
  }
}
.tb-logo-stick {
  height:0;
  opacity:0;
  display:none;
}
@media (min-width: 992px) {
  .tb-header-wrap >.tb-logo, .tb-header-wrap .tb-header-top, .tb-header-wrap .tb-header-center {
    -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-fixed { position:fixed; }
  .tb-stick-active .tb-header-wrap .tb-header-top, .tb-stick-active .tb-header-wrap .tb-header-center {
    padding:0;
    margin:0;
    height:0;
    overflow:hidden;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v4 {
    background-color:transparent;
    box-shadow:none;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v4 .tb-header-menu-inner {
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
    box-shadow:0 6px 12px rgba(0,0,0,0.175);
  }
  .tb-stick-active .tb-header-wrap.tb-header-v4 >.tb-logo {
    padding:0;
    margin:0;
    height:0;
    overflow:hidden;
  }
  .tb-stick-active .tb-header-wrap .tb-logo-stick {
    display:inline-block;
    opacity:1;
    max-width:180px;
    height:initial;
    vertical-align:middle;
  }
  .tb-stick-active .tb-header-wrap .tb-logo-stick a { display:block; }
  .tb-stick-active .tb-header-wrap .tb-logo-stick a >img { display:block; }
  .tb-stick-active .tb-header-wrap.tb-header-v5 .tb-header-menu, .tb-stick-active .tb-header-wrap.tb-header-v2 .tb-header-menu {
    background-color:rgba(25,29,48,0.9);
    padding:15px 0;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
    box-shadow:0 6px 12px rgba(0,0,0,0.175);
  }
  .tb-stick-active .tb-header-wrap.tb-header-v5 #nav > li > a, .tb-stick-active .tb-header-wrap.tb-header-v2 #nav > li > a { color:#fff; }
  .tb-stick-active .tb-header-wrap.tb-header-v5 .wrap-mini-cart .widget_mini_icon.widget_searchform_content_wrap a, .tb-stick-active .tb-header-wrap.tb-header-v2 .wrap-mini-cart .widget_mini_icon.widget_searchform_content_wrap a { color:#fff; }
  .tb-stick-active .tb-header-wrap.tb-header-v3 .tb-header-menu {
    background-color:rgba(255,255,255,0.9);
    padding:15px 0;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
    box-shadow:0 6px 12px rgba(0,0,0,0.175);
  }
  .tb-stick-active .tb-header-wrap.tb-header-v3 #nav > li > a { color:#191d30; }
  .tb-stick-active .tb-header-wrap.tb-header-v3 #nav > li.current_page_parent > a { color:#fff; }
  .tb-stick-active .tb-header-wrap .tb-menu {
    display:inline-block;
    width:calc( 100% - 180px);
    text-align:center;
    margin:auto;
  }
}
.tb-custom-style .tparrows {
  background:transparent !important;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  color:#fff;
}
.tb-custom-style .tparrows:before { color:#fff; }
.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-leftarrow:before { content:""; }
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow { padding-left:10px; }
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow:before { color:#fff; }
.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:Orbitron;
  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-inner .tb-image, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image { position:relative; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image img, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:hover img, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image:hover img { margin-left:0; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image img, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image img { margin-left:-30px; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:after, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image:after {
  background:#93d500;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:scale(0);
  content:"";
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:hover, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image:hover { z-index:10; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:hover:after, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image:hover:after {
  opacity:0.2;
  transform:scale(1);
}
.tb-info-box-wrap.tpl1 .tb-info-inner.image1, .tb-info-box-wrap.tpl2 .tb-info-inner.image1 {
  position:relative;
  z-index:2;
}
.tb-info-box-wrap.tpl1 .tb-info-inner.image1 .tb-image, .tb-info-box-wrap.tpl2 .tb-info-inner.image1 .tb-image { border:30px solid #fff; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-title h2 span { padding-left:15%; }
.tb-info-box-wrap.tpl1 .tb-info-inner.image1 .tb-image { border-left:none; }
.tb-info-box-wrap.tpl1 .tb-info-inner.image3 {
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  position:absolute;
  right:15px;
  left:15px;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-shop-now { margin-right:20px; }
.tb-info-box-wrap.tpl2 .tb-info-inner .tb-title { text-align:right; }
.tb-info-box-wrap.tpl2 .tb-info-inner .tb-title h2 span { padding-right:12%; }
.tb-info-box-wrap.tpl2 .tb-info-inner.image1 { text-align:right; }
.tb-info-box-wrap.tpl2 .tb-info-inner.image1 .tb-image {
  border-right:none;
  border-bottom:none;
}
.tb-info-box-wrap.tpl2 .tb-info-inner .tb-shop-now { margin-left:20px; }
.tb-info-box-wrap.tpl2 .tb-info-inner .tb-image img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.tb-info-box-wrap.tpl2 .tb-info-inner .tb-image:hover img { margin-left:0; }
.tb-info-box-wrap.tpl3 .tb-info-inner { position:relative; }
.tb-info-box-wrap.tpl3 .tb-info-inner .tb-wrap-content {
  position:absolute;
  top:50%;
  left:0;
  right:0;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  z-index:10;
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 .tb-image:after, .tb-info-box-wrap.tpl3 .tb-info-inner.image3 .tb-image:after {
  background:#93d500;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:scale(0);
  content:"";
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 .tb-image img, .tb-info-box-wrap.tpl3 .tb-info-inner.image3 .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-inner.image2:hover .tb-image, .tb-info-box-wrap.tpl3 .tb-info-inner.image3:hover .tb-image { z-index:12; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image2:hover .tb-image:after, .tb-info-box-wrap.tpl3 .tb-info-inner.image3:hover .tb-image:after {
  opacity:0.2;
  transform:scale(1);
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image2:hover .tb-image img, .tb-info-box-wrap.tpl3 .tb-info-inner.image3:hover .tb-image img {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-wrap-content {
  -webkit-transform:translateY(-47%);
  transform:translateY(-47%);
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-title h2 span { padding-left:10%; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image { padding-left:22%; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image .tb-image-inner {
  overflow:hidden;
  position:relative;
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image .tb-image-inner img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image .tb-image-inner:hover img { margin-left:0; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image .tb-image-inner img { margin-left:-30px; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image .tb-image-inner:after {
  background:#93d500;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:scale(0);
  content:"";
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image1:hover .tb-image img { margin-left:0; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image1:hover .tb-image-inner:after {
  opacity:0.2;
  transform:scale(1);
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 { margin-bottom:31px; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 .tb-wrap-content { padding-left:30px; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 .tb-title h2 { color:#fff; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 .tb-title h2 span { padding-left:15%; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image3 .tb-wrap-content {
  padding-right:30px;
  text-align:right;
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image3 .tb-title h2 { color:#fff; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image3 .tb-title h2 span { padding-right:15%; }
.tb-info-box-wrap.tpl3.tb-info-small .tb-info-inner.image1 .tb-wrap-content {
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 {
  margin-bottom:70px;
  position:relative;
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image { overflow:hidden; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image:hover img { margin-left:0; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image img { margin-left:-30px; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image:after {
  background:#93d500;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:scale(0);
  content:"";
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image:hover { z-index:15; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image:hover:after {
  opacity:0.2;
  transform:scale(1);
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 { margin-left:-60%; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 .tb-image {
  position:absolute;
  bottom:0;
  z-index:10;
  border:30px solid #FFF;
  border-left:none;
  border-bottom:none;
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 .tb-image img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 .tb-image:hover img { margin-left:0; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 .tb-image:after {
  background:#93d500;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:scale(0);
  content:"";
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 .tb-image:hover:after {
  opacity:0.2;
  transform:scale(1);
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image1 .tb-shop-now { margin-right:14px; }
@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-service-wrap .tb-service {
  position:relative;
  margin:0 auto 33px;
}
.tb-service-wrap .tb-service .tb-icon {
  margin-bottom:14px;
  color:#191d30;
}
.tb-service-wrap .tb-service .tb-icon i {
  display:inline-block;
  width:100%;
  font-size:50px;
}
.tb-service-wrap .tb-service .tb-title {
  font-size:18px;
  color:#191d30;
  line-height:18px;
  margin-bottom:10px;
  padding-top:20px;
  position:relative;
  font-weight:600;
  text-transform:uppercase;
}
.tb-service-wrap .tb-service .tb-sub-title {
  font-size:14px;
  font-weight:300;
  font-family:Poppins;
  color:#9fa0a4;
}
.tb-service-wrap .tb-service .tb-content {
  font-size:13px;
  line-height:18px;
  color:#858585;
}
.tb-service-wrap .tb-service:hover .tb-icon { color:#93d500; }
.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-service-item, .tb-service-wrap .tb-service.tpl1 .tb-service-item {
  width:50%;
  display:inline-block;
}
.tb-service-wrap .tb-service.tpl .tb-box-light, .tb-service-wrap .tb-service.tpl1 .tb-box-light {
  display:none;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  background-color:#fff;
  max-width:360px;
  position:absolute;
  width:48%;
  vertical-align:top;
  top:-20px;
}
.tb-service-wrap .tb-service.tpl .tb-box-light .tb-content, .tb-service-wrap .tb-service.tpl1 .tb-box-light .tb-content {
  display:inline-block;
  text-align:left;
  height:200px;
  line-height:21px;
  padding:30px 20px;
}
.tb-service-wrap .tb-service.tpl .tb-box-light .tb-content a, .tb-service-wrap .tb-service.tpl1 .tb-box-light .tb-content a {
  text-transform:uppercase;
  color:#93d500;
  font-weight:600;
}
.tb-service-wrap .tb-service.tpl .tb-box-light h4.tb-title, .tb-service-wrap .tb-service.tpl1 .tb-box-light h4.tb-title {
  -webkit-transform:translateY(-50%) rotate(90deg);
  transform:translateY(-50%) rotate(90deg);
  display:inline-block;
  font-size:14px;
  color:#fff;
  background-color:#37499f;
  width:200px;
  letter-spacing:3px;
  margin-bottom:0 !important;
  padding:17px 0;
  position:ABSOLUTE;
  left:-45%;
  top:50%;
}
.tb-service-wrap .tb-service.tpl .tb-box-light h4.tb-title:after, .tb-service-wrap .tb-service.tpl1 .tb-box-light h4.tb-title:after {
  content:"";
  position:ABSOLUTE;
  border-top:20px solid #37499f;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  left:25%;
  transform:translateX(-50%);
  bottom:-15px;
}
.tb-service-wrap .tb-service.tpl:hover .tb-icon:before, .tb-service-wrap .tb-service.tpl:hover .tb-icon:after, .tb-service-wrap .tb-service.tpl1:hover .tb-icon:before, .tb-service-wrap .tb-service.tpl1:hover .tb-icon:after {
  border-color:#efefef;
  background-color:transparent;
}
@media (min-width: 1350px) {
  .tb-service-wrap .tb-service.tpl:hover .tb-box-light, .tb-service-wrap .tb-service.tpl1:hover .tb-box-light { display:inline-block; }
}
.tb-service-wrap .tb-service.tpl .tb-service-item .tb-title, .tb-service-wrap .tb-service.tpl .tb-service-item .tb-sub-title {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-service-wrap .tb-service.tpl .tb-box-light {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  opacity:0;
  -webkit-animation:fadeOutRight 0.3s both;
  -moz-animation:fadeOutRight 0.3s both;
  -o-animation:fadeOutRight 0.3s both;
  animation:fadeOutRight 0.3s both;
}
.tb-service-wrap .tb-service.tpl:hover .tb-service-item .tb-title { letter-spacing:3px; }
.tb-service-wrap .tb-service.tpl:hover .tb-service-item .tb-sub-title { letter-spacing:2px; }
.tb-service-wrap .tb-service.tpl:hover .tb-box-light {
  opacity:1;
  -webkit-animation:fadeInRight 0.3s both;
  -moz-animation:fadeInRight 0.3s both;
  -o-animation:fadeInRight 0.3s both;
  animation:fadeInRight 0.3s both;
}
.tb-service-wrap .tb-service.tpl1.tb-service { margin:0 auto; }
@media (max-width: 767px) {
  .tb-service-wrap .tb-service.tpl1.tb-service { margin-bottom:25px; }
}
.tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light {
  display:block;
  position:relative;
  width:100%;
  margin:auto;
}
.tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light h4.tb-title { left:-21%; }
.tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light h4.tb-title:after { display:none; }
.tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light .tb-content {
  padding:25px 20px;
  padding-left:75px;
}
.tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light .tb-content .tb-sub-title {
  font-weight:600;
  color:#191d30;
}
.tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light .tb-content a { color:#c9c9cb; }
.tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light .tb-content a:after {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  content:"\24";
  font-family:'ElegantIcons';
  color:#191d30;
  vertical-align:middle;
  opacity:0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light h4.tb-title { left:-26%; }
  .tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light .tb-content { padding-left:55px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light h4.tb-title { left:-45%; }
  .tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light .tb-content { padding-left:32px; }
}
@media (min-width: 320px) and (max-width: 400px) {
  .tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light h4.tb-title { left:-28%; }
  .tb-service-wrap .tb-service.tpl1.tb-service .tb-box-light .tb-content { padding-left:55px; }
}
.tb-service-wrap .tb-service.tpl1.tb-service:hover .tb-box-light h4.tb-title { background-color:#93d500; }
.tb-service-wrap .tb-service.tpl1.tb-service:hover .tb-box-light .tb-content a { color:#191d30; }
.tb-service-wrap .tb-service.tpl1.tb-service:hover .tb-box-light .tb-content a:after {
  opacity:1;
  display:inline-block;
  transform:translateX(10px) !important;
  -webkit-transform:translateX(10px) !important;
}
.tb-service-wrap .tb-service.tpl1.tb-service.tpl5 .tb-box-light { background-color:transparent; }
.tb-service-wrap .tb-service.tpl1.tb-service.tpl5 .tb-box-light .tb-number {
  font-size:70px;
  font-weight:300;
  color:#e0e0e2;
  position:absolute;
  line-height:70px;
  top:0;
  left:-8px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  z-index:1;
}
@media (min-width: 1200px) {
  .tb-service-wrap .tb-service.tpl1.tb-service.tpl5 .tb-box-light .tb-number {
    top:25px;
    left:-15px;
  }
}
.tb-service-wrap .tb-service.tpl1.tb-service.tpl5 .tb-box-light h4.tb-title {
  background-color:transparent;
  text-align:right;
  top:51%;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  color:#191d30;
  padding-bottom:0;
  letter-spacing:initial;
  left:-18%;
}
.tb-service-wrap .tb-service.tpl1.tb-service.tpl5 .tb-box-light .tb-content {
  padding-left:25px;
  width:calc(100% - 55px);
  background-color:#fff;
  display:block;
  margin-left:auto;
  position:relative;
  z-index:2;
}
.tb-service-wrap .tb-service.tpl1.tb-service.tpl5:hover .tb-box-light .tb-content .tb-sub-title, .tb-service-wrap .tb-service.tpl1.tb-service.tpl5:hover .tb-box-light .tb-number { color:#37499f; }
.tb-service-wrap .tb-service.tpl1.tb-service.tpl5:hover .tb-box-light .tb-content { box-shadow:0 0px 5px rgba(0,0,0,0.175); }
.tb-service-wrap .tb-service.tpl1.tb-service.tpl5:hover .tb-box-light .tb-content a { color:#93d500; }
.tb-service-wrap .tb-service.tpl1.tb-service.tpl5:hover .tb-box-light .tb-content a:after { color:#93d500; }
.tb-service-wrap .tb-service.tpl2 .tb-icon {
  border:none;
  font-size:48px;
  background-color:transparent;
  color:#2a2a2a;
}
.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 .incremental-counter .num { display:inline-block; }
.tb-service-wrap .tb-service.tpl2 .tb-title {
  color:#585858;
  padding-top:14px;
  font-size:44px;
  padding-bottom:5px;
  background-color:transparent;
}
.tb-service-wrap .tb-service.tpl2 .tb-content {
  font-size:16px;
  color:#7e7e7e;
}
.tb-service-wrap .tb-service.tpl2:hover { color:; }
.tb-service-wrap .tb-service.tpl2:hover .tb-icon { color:; }
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border:none;
  text-align:center;
  position:absolute;
  left:8px;
  top:50%;
  color:#949494;
  transform:translateY(-50%);
}
.tb-service-wrap .tb-service.tpl3 .tb-icon:hover { color:#fff; }
.tb-service-wrap .tb-service.tpl3 .tb-title-icon { margin-bottom:0; }
.tb-service-wrap .tb-service.tpl3 .tb-title {
  padding-top:0;
  margin-bottom:6px;
}
.tb-service-wrap .tb-service.tpl4 .tb-icon {
  width:75px;
  height:75px;
  line-height:90px;
  text-align:center;
  border-radius:50%;
  background-color:#fff;
  margin:0 auto;
  position:relative;
  display:inline-block;
}
.tb-service-wrap .tb-service.tpl4 .tb-icon i { font-size:27px; }
.tb-service-wrap .tb-service.tpl4 .tb-icon:after {
  content:"";
  border:12px solid #fff;
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  -webkit-box-shadow:0 0px 8px rgba(0,0,0,0.175);
  box-shadow:0 0px 8px rgba(0,0,0,0.175);
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  opacity:0;
  border-radius:50%;
}
.tb-service-wrap .tb-service.tpl4 .tb-title { padding-top:33px; }
.tb-service-wrap .tb-service.tpl4:hover .tb-icon {
  background-color:#93d500;
  color:#fff;
}
.tb-service-wrap .tb-service.tpl4:hover .tb-icon:after {
  top:-12px;
  left:-12px;
  right:-12px;
  bottom:-12px;
  opacity:1;
}
.tb-service-wrap .tb-service.tpl6 .tb-service-item .tb-title { margin-bottom:25px; }
.tb-service-wrap .tb-service.tpl6 .tb-service-item .tb-icon {
  height:75px;
  width:75px;
  margin-bottom:24px;
  color:#191d30;
  line-height:80px;
  text-align:center;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
.tb-service-wrap .tb-service.tpl6 .tb-service-item .tb-icon i { font-size:24px; }
.tb-service-wrap .tb-service.tpl6 .tb-service-item .tb-icon:after {
  position:absolute;
  content:"";
  border:2px solid #f1f1f1;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.tb-service-wrap .tb-service.tpl6 .tb-box-light .tb-title { display:none; }
.tb-service-wrap .tb-service.tpl6 .tb-box-light p {
  color:#191d30;
  margin-bottom:8px !important;
}
.tb-service-wrap .tb-service.tpl6:hover .tb-service-item .tb-icon {
  background-color:#37499f;
  color:#fff;
}
.tb-service-wrap .tb-service.tpl6:hover .tb-service-item .tb-icon:after {
  border-color:#fff;
  top:4px;
  bottom:4px;
  left:4px;
  right:4px;
}
.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%;
}
@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; }
}
@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: 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;
  }
}
@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-section-service {
  background-color:#fff;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
}
@media (min-width: 1200px) {
  .tb-section-service {
    position:relative;
    z-index:2;
    top:100px;
  }
}
.tb-section-contact {
  background-color:#fff;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
}
@media (min-width: 1200px) {
  .tb-section-contact {
    position:relative;
    z-index:2;
    top:-100px;
  }
}
.ro-author-name {
  font-style:italic;
  font-size:18px;
  color:#93d500;
  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:#93d500; }
.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:#93d500;
  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:#93d500;
}
.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 #93d500;
  background-color:#93d500;
  color:#FFFFFF;
}
.ro-blog-article .ro-social .ro-subscribe {
  border:1px solid #93d500;
  background-color:#93d500;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.ro-blog-comment .ro-header .ro-btn:hover {
  border:1px solid #93d500;
  background-color:#93d500;
  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:#93d500;
}
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer .ro-btn:hover i { color:#93d500; }
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.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;
  transition:all 0.3s ease-in-out;
}
.ro-blog-side-bar .ro-news .ro-content a:hover { color:#93d500; }
.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;
  }
}
@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-blog-grid .pagination { margin-top:100px; }
.tb-post-item-tpl1 {
  position:relative;
  margin-bottom:25px;
}
.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:after {
  position:absolute;
  left:0;
  top:0;
  background-color:rgba(25,29,48,0.7);
  z-index:2;
  width:100%;
  height:100%;
}
.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;
  display:block;
}
.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:18px;
  font-weight:600;
  line-height:24px;
  text-transform:uppercase;
  color:#000;
  margin:35px 0 12px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
.tb-post-item-tpl1 .tb-content .tb-title:hover { color:#93d500; }
.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:#191d30;
  margin-bottom:10px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span {
  display:inline-block;
  margin-right:10px;
}
.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-info .blog-info .tb-blog-date { display:none; }
.tb-post-item-tpl1 .tb-content .tb-excerpt {
  font-size:13px;
  font-weight:400;
  line-height:24px;
  color:#191d30;
  display:block;
  margin-top:10px;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore {
  background-color:transparent;
  color:#000;
  display:block;
  text-transform:uppercase;
  width:130px;
  height:40px;
  text-align:center;
  font-family:Poppins;
  font-weight:600;
  border:2px solid #000;
  margin:0 auto;
  line-height:40px;
  position:relative;
  margin-top:32px;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore:after {
  border:2px solid #ffad00;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  position:absolute;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore:hover {
  color:#fff;
  background-color:#93d500;
  border-color:#93d500;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore:hover:after { content:""; }
.tb-post-item-tpl1:hover .tb-thumb:after { content:""; }
.tb-post-item {
  position:relative;
  margin-bottom:25px;
}
.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:after {
  position:absolute;
  left:0;
  top:0;
  background-color:rgba(25,29,48,0.7);
  z-index:2;
  width:100%;
  height:100%;
}
.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;
  display:block;
}
.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:18px;
  font-weight:600;
  line-height:24px;
  text-transform:uppercase;
  color:#000;
  margin:35px 0 12px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
.tb-post-item .tb-content .tb-title:hover { color:#93d500; }
.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:#191d30;
  margin-bottom:10px;
}
.tb-post-item .tb-content .tb-info .blog-info > span {
  display:inline-block;
  margin-right:10px;
}
.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-info .blog-info .tb-blog-date { display:none; }
.tb-post-item .tb-content .tb-excerpt {
  font-size:13px;
  font-weight:400;
  line-height:24px;
  color:#191d30;
  display:block;
  margin-top:10px;
}
.tb-post-item .tb-content > a.tb-readmore {
  background-color:transparent;
  color:#000;
  display:block;
  text-transform:uppercase;
  width:130px;
  height:40px;
  text-align:center;
  font-family:Poppins;
  font-weight:600;
  border:2px solid #000;
  margin:0 auto;
  line-height:40px;
  position:relative;
  margin-top:32px;
}
.tb-post-item .tb-content > a.tb-readmore:after {
  border:2px solid #ffad00;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  position:absolute;
}
.tb-post-item .tb-content > a.tb-readmore:hover {
  color:#fff;
  background-color:#93d500;
  border-color:#93d500;
}
.tb-post-item .tb-content > a.tb-readmore:hover:after { content:""; }
.tb-post-item:hover .tb-thumb:after { content:""; }
.tb-post-item img { max-width:100%; }
.tb-blog-carousel { position:relative; }
.tb-blog-carousel .tb-post-item {
  max-width:360px;
  margin:0 auto;
  position:relative;
  margin-bottom:25px;
}
.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:after {
  position:absolute;
  left:0;
  top:0;
  background-color:rgba(25,29,48,0.7);
  z-index:2;
  width:100%;
  height:100%;
}
.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;
  display:block;
}
.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:18px;
  font-weight:600;
  line-height:24px;
  text-transform:uppercase;
  color:#000;
  margin:35px 0 12px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-title:hover { color:#93d500; }
.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:#191d30;
  margin-bottom:10px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span {
  display:inline-block;
  margin-right:10px;
}
.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-info .blog-info .tb-blog-date { display:none; }
.tb-blog-carousel .tb-post-item .tb-content .tb-excerpt {
  font-size:13px;
  font-weight:400;
  line-height:24px;
  color:#191d30;
  display:block;
  margin-top:10px;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore {
  background-color:transparent;
  color:#000;
  display:block;
  text-transform:uppercase;
  width:130px;
  height:40px;
  text-align:center;
  font-family:Poppins;
  font-weight:600;
  border:2px solid #000;
  margin:0 auto;
  line-height:40px;
  position:relative;
  margin-top:32px;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore:after {
  border:2px solid #ffad00;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  position:absolute;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore:hover {
  color:#fff;
  background-color:#93d500;
  border-color:#93d500;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore:hover:after { content:""; }
.tb-blog-carousel .tb-post-item:hover .tb-thumb:after { content:""; }
.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:#191d30;
  line-height:20px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info {
  background-color:#93d500;
  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 { padding:0; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-content a.tb-readmore {
  margin-top:34px;
  margin-left:0;
  width:155px;
  height:40px;
  border:2px solid #eaeaea;
  border-radius:20px;
  position:relative;
  -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-content a.tb-readmore:after { display:none; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-content a.tb-readmore:before {
  width:0px;
  height:0px;
  line-height:30px;
  background-color:#93d500;
  color:#fff;
  content:"\35";
  font-family:'ElegantIcons';
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:5px;
  border-radius:50%;
  opacity:0;
  -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-content a.tb-readmore:hover {
  background-color:transparent;
  color:#191d30;
  width:172px;
  padding-left:25px;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-content a.tb-readmore:hover:before {
  opacity:1;
  width:30px;
  height:30px;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-title { margin-top:25px; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-post-img { position:relative; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-post-img .tb-blog-date {
  font-family:Poppins;
  font-size:12px;
  font-weight:300;
  width:80px;
  height:80px;
  color:#fff;
  text-align:center;
  display:block;
  top:20%;
  left:50%;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:translate(-50%,-50%);
  position:ABSOLUTE;
  opacity:0;
  z-index:3;
  background-color:#93d500;
  border-radius:50%;
  text-transform:uppercase;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-post-img .tb-blog-date span:first-child {
  font-size:24px;
  font-weight:600;
  display:block;
  margin-top:25px;
  line-height:14px;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info {
  white-space:nowrap;
  background-color:transparent !important;
  text-align:left;
}
.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:#191d30; }
.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.tb-blog-date { display:none; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item:hover .tb-post-img .tb-blog-date {
  top:50%;
  opacity:1;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item:hover .tb-content .tb-readmore {
  background-color:transparent;
  color:#191d30;
  width:172px;
  padding-left:25px;
  border-color:#93d500;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item:hover .tb-content .tb-readmore:before {
  opacity:1;
  width:30px;
  height:30px;
}
.tb-blog-carousel .owl-controls {
  margin-top:32px;
  text-align:center;
}
.tb-blog-carousel .owl-controls:after {
  content:"";
  width:100%;
  height:1px;
  background-color:#e8e8e8;
  display:inline-block;
}
.tb-blog-carousel .owl-controls .owl-nav {
  width:130px;
  margin:0 auto;
  background-color:#fff;
  position:Relative;
  top:40px;
}
.tb-blog-carousel .owl-controls .owl-nav > div {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  z-index:99;
  top:40%;
  line-height:27px;
  margin-top:-18px;
  text-align:center;
  color:#787878;
  background:transparent;
  width:50px;
  height:50px;
  border-radius:50%;
  line-height:55px;
  border:2px solid #e8e8e8;
  display:inline-block;
}
.tb-blog-carousel .owl-controls .owl-nav > div i {
  position:relative;
  z-index:2;
  font-size:24px;
  color:#191d30;
}
.tb-blog-carousel .owl-controls .owl-nav > div.owl-prev { margin-right:10px; }
.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:#93d500;
  border-color:#93d500;
}
.tb-blog-carousel:hover .owl-controls .owl-nav > div { opacity:1; }
.tb-blog-grid.tpl1 .tb-post-item .tb-post-img, .tb-blog-grid.tpl2 .tb-post-item .tb-post-img { position:relative; }
.tb-blog-grid.tpl1 .tb-post-item .tb-post-img .tb-blog-date, .tb-blog-grid.tpl2 .tb-post-item .tb-post-img .tb-blog-date {
  font-family:Poppins;
  font-size:12px;
  font-weight:300;
  width:70px;
  height:70px;
  color:#fff;
  text-align:center;
  border:2px solid #fff;
  display:block;
  top:20%;
  left:50%;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:translate(-50%,-50%);
  position:ABSOLUTE;
  opacity:0;
  z-index:3;
  text-transform:uppercase;
}
.tb-blog-grid.tpl1 .tb-post-item .tb-post-img .tb-blog-date span:first-child, .tb-blog-grid.tpl2 .tb-post-item .tb-post-img .tb-blog-date span:first-child {
  font-size:24px;
  font-weight:600;
  display:block;
  margin-top:12px;
}
.tb-blog-grid.tpl1 .tb-post-item .tb-post-img:after, .tb-blog-grid.tpl2 .tb-post-item .tb-post-img:after {
  position:absolute;
  bottom:0;
  left:50%;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:translateX(-50%);
  border-bottom:0px solid #fff;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  z-index:3;
  content:"";
}
.tb-blog-grid.tpl1 .tb-post-item:hover .tb-post-img .tb-blog-date, .tb-blog-grid.tpl2 .tb-post-item:hover .tb-post-img .tb-blog-date {
  opacity:1;
  top:50%;
}
.tb-blog-grid.tpl1 .tb-post-item:hover .tb-post-img:after, .tb-blog-grid.tpl2 .tb-post-item:hover .tb-post-img:after { border-width:20px; }
.tb-blog-grid.tpl1 article, .tb-blog-grid.tpl2 article { border:2px solid #f1f1f1; }
.tb-blog-grid.tpl1 article .tb-post-item, .tb-blog-grid.tpl2 article .tb-post-item { border:13px solid #fff; }
.tb-blog-grid.tpl1 article:hover, .tb-blog-grid.tpl2 article:hover { border-color:#191d30; }
.tb-blog-grid.tpl2 .tb-post-item .tb-post-img { overflow:hidden; }
.tb-blog-grid.tpl2 .tb-post-item .tb-post-img:after { display:none; }
.tb-blog-grid.tpl2 .tb-post-item .tb-post-img .tb-thumb { margin-bottom:0; }
.tb-blog-grid.tpl2 .tb-post-item .tb-post-img:before {
  border-bottom:45px solid #f6f6f6;
  border-left:550px solid transparent;
  content:"";
  position:absolute;
  bottom:0;
  z-index:3;
}
.tb-blog-grid.tpl2 .tb-post-item .tb-content {
  margin:0 30px;
  background-color:#fff;
  position:relative;
  top:-40px;
  z-index:5;
  padding:30px;
}
.tb-blog-grid.tpl2 .tb-post-item .tb-content .tb-title { margin-top:0; }
@media (min-width: 415px) {
  .tb-blog-grid.tpl2 .tb-post-item .tb-content:after {
    content:"";
    position:absolute;
    top:-40px;
    border-bottom:40px solid #fff;
    border-left:300px solid transparent;
    z-index:3;
    left:0;
    width:100%;
  }
}
.tb-blog-grid.tpl2 .tb-post-item:hover .tb-post-img .tb-thumb:after { background-color:rgba(55,73,159,0.7); }
.tb-blog-grid.tpl2 article {
  border:0px solid #f1f1f1;
  background-color:#f6f6f6;
}
.tb-blog-grid.tpl2 article .tb-post-item { border:0px solid #fff; }
.tb-blog-grid.tpl2 article:hover { border-color:#191d30; }
.tb-blog-grid.tpl2 .pagination {
  margin-top:60px;
  position:relative;
}
.tb-blog-grid.tpl2 .pagination:after {
  width:100%;
  height:1px;
  background-color:#efeff0;
  content:"";
  top:50%;
  transform:translateY(-50%);
  position:absolute;
  left:0;
}
.tb-blog-grid.tpl2 .pagination:before {
  width:250px;
  height:5px;
  background-color:#fff;
  content:"";
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  position:absolute;
  z-index:2;
}
.tb-blog-grid.tpl2 .pagination span.page-numbers, .tb-blog-grid.tpl2 .pagination a.page-numbers {
  z-index:3;
  background-color:#fff;
  color:#191d30;
}
.tb-blog-grid.tpl2 .pagination span.page-numbers:hover:after, .tb-blog-grid.tpl2 .pagination span.page-numbers.current:after, .tb-blog-grid.tpl2 .pagination a.page-numbers:hover:after, .tb-blog-grid.tpl2 .pagination a.page-numbers.current:after { border-color:#191d30; }
.tb-blog-grid.tpl2 .pagination span.page-numbers:last-child, .tb-blog-grid.tpl2 .pagination a.page-numbers:last-child { margin-right:0; }
.tb-blog-grid.tpl3 .tb-post-item {
  background-color:#fff;
  max-width:410px;
  margin-left:auto;
  margin-right:auto;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img {
  position:relative;
  overflow:hidden;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-thumb { margin-bottom:0; }
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-thumb >img { display:initial; }
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-thumb:after { display:none; }
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-info, .tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date {
  width:170px;
  height:40px;
  line-height:40px;
  text-align:center;
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  background-color:rgba(25,29,48,0.9);
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  z-index:9;
  color:#fff;
  font-size:12px;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-info:after, .tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-info:before, .tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date:after, .tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date:before {
  content:"";
  position:absolute;
  border-top:40px solid transparent;
  top:0;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-info:after, .tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date:after {
  right:-10px;
  border-left:10px solid rgba(25,29,48,0.9);
  display:inline-block;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-info:before, .tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date:before {
  left:-10px;
  border-right:10px solid rgba(25,29,48,0.9);
  display:inline-block;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-info .author-name, .tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-info .tb-blog-date, .tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date .author-name, .tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date .tb-blog-date { display:none; }
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-info .comments-number i, .tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date .comments-number i { margin-right:12px; }
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date {
  width:230px;
  height:0;
  opacity:0;
  background-color:rgba(58,77,171,0.9);
}
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date:after { border-left:10px solid rgba(58,77,171,0.9); }
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date:before { border-right:10px solid rgba(58,77,171,0.9); }
.tb-blog-grid.tpl3 .tb-post-item .tb-post-img .tb-blog-date i { margin-right:12px; }
.tb-blog-grid.tpl3 .tb-post-item .tb-content { padding:0 30px; }
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-avatar {
  position:relative;
  margin-top:25px;
  margin-bottom:15px;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-avatar .tb-avatar-inner {
  border:1px solid #f2f2f2;
  width:75px;
  height:75px;
  margin-left:auto;
  margin-right:auto;
  border-radius:50%;
  position:relative;
  z-index:2;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-avatar .tb-avatar-inner img {
  border:7px solid #fff;
  border-radius:50%;
  margin:0;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-avatar:after {
  width:100%;
  height:1px;
  position:absolute;
  background-color:#f2f2f2;
  display:inline-block;
  top:50%;
  transform:translateX(-50%);
  content:"";
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content > a.tb-readmore {
  border:none;
  position:relative;
  background-color:#f2f2f2;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content > a.tb-readmore:after, .tb-blog-grid.tpl3 .tb-post-item .tb-content > a.tb-readmore:before {
  content:"";
  position:absolute;
  border-top:40px solid transparent;
  top:0;
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content > a.tb-readmore:after {
  right:-10px;
  border-right:none;
  border-left:10px solid #f2f2f2;
  display:inline-block;
  left:initial;
  top:0;
  bottom:initial;
  border-bottom:none;
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content > a.tb-readmore:before {
  left:-10px;
  border-right:10px solid #f2f2f2;
  display:inline-block;
}
.tb-blog-grid.tpl3 .tb-post-item:hover {
  webkit-box-shadow:0 2px 12px rgba(0,0,0,0.175);
  box-shadow:0 2px 12px rgba(0,0,0,0.175);
}
.tb-blog-grid.tpl3 .tb-post-item:hover .tb-post-img .tb-info {
  height:0;
  opacity:0;
}
.tb-blog-grid.tpl3 .tb-post-item:hover .tb-post-img .tb-blog-date {
  height:40px;
  opacity:1;
}
.tb-blog-grid.tpl3 .tb-post-item:hover .tb-content > a.tb-readmore {
  background-color:#93d500;
  color:#fff;
}
.tb-blog-grid.tpl3 .tb-post-item:hover .tb-content > a.tb-readmore:after { border-left:10px solid #93d500; }
.tb-blog-grid.tpl3 .tb-post-item:hover .tb-content > a.tb-readmore:before { border-right:10px solid #93d500; }
.tb-blog-grid.tpl3 .pagination {
  margin-bottom:0;
  margin-top:57px;
}
.tb-blog-grid.tpl3 .pagination span, .tb-blog-grid.tpl3 .pagination a {
  background-color:#fff;
  border:none;
  width:50px;
  line-height:60px;
  height:60px;
  margin-right:-5px;
  position:relative;
}
.tb-blog-grid.tpl3 .pagination span:after, .tb-blog-grid.tpl3 .pagination a:after {
  position:absolute;
  display:inline-block;
  content:"";
  bottom:2px;
  transform:translateX(-50%);
  left:50%;
  top:initial;
  right:initial;
  width:0px;
  height:3px;
  background:url(assets/images/line-bottom.png) no-repeat;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-blog-grid.tpl3 .pagination span:hover, .tb-blog-grid.tpl3 .pagination span.current, .tb-blog-grid.tpl3 .pagination a:hover, .tb-blog-grid.tpl3 .pagination a.current { color:#93d500; }
.tb-blog-grid.tpl3 .pagination span:hover:after, .tb-blog-grid.tpl3 .pagination span.current:after, .tb-blog-grid.tpl3 .pagination a:hover:after, .tb-blog-grid.tpl3 .pagination a.current:after {
  opacity:1;
  width:50px;
  border:none;
}
.tb-blog-grid.tpl3 .pagination span:before, .tb-blog-grid.tpl3 .pagination a:before {
  position:absolute;
  display:inline-block;
  border-top:60px solid transparent;
  content:"";
}
.tb-blog-grid.tpl3 .pagination span:first-child:before, .tb-blog-grid.tpl3 .pagination a:first-child:before {
  left:-20px;
  border-right:20px solid #fff;
}
.tb-blog-grid.tpl3 .pagination span:last-child:before, .tb-blog-grid.tpl3 .pagination a:last-child:before {
  right:-20px;
  border-left:20px solid #fff;
}
.tb-blog-grid.tpl4 .tb-post-item { background-color:#fff; }
.tb-blog-grid.tpl4 .tb-post-item .tb-post-img { position:relative; }
.tb-blog-grid.tpl4 .tb-post-item .tb-post-img .tb-blog-date {
  font-family:Poppins;
  font-size:12px;
  font-weight:300;
  width:62px;
  height:62px;
  color:#fff;
  text-align:center;
  background-color:#93d500;
  display:block;
  top:20%;
  left:50%;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  position:ABSOLUTE;
  opacity:0;
  z-index:3;
  text-transform:uppercase;
}
.tb-blog-grid.tpl4 .tb-post-item .tb-post-img .tb-blog-date span:first-child {
  font-size:24px;
  font-weight:600;
  display:block;
  margin-top:12px;
}
.tb-blog-grid.tpl4 .tb-post-item .tb-post-img .tb-blog-date:after {
  position:absolute;
  content:"";
  top:-4px;
  left:-4px;
  right:-4px;
  bottom:-4px;
  border:2px solid #fff;
  display:inline-block;
}
.tb-blog-grid.tpl4 .tb-post-item .tb-post-img .tb-avatar {
  position:absolute;
  bottom:-35px;
  left:50%;
  transform:translateX(-50%);
  z-index:4;
}
.tb-blog-grid.tpl4 .tb-post-item .tb-post-img .tb-avatar .tb-avatar-inner {
  width:75px;
  height:75px;
  margin-left:auto;
  margin-right:auto;
  border-radius:50%;
  position:relative;
  z-index:2;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
}
.tb-blog-grid.tpl4 .tb-post-item .tb-post-img .tb-avatar .tb-avatar-inner img {
  border:7px solid #fff;
  border-radius:50%;
  margin:0;
}
.tb-blog-grid.tpl4 .tb-post-item .tb-content { padding:0 30px; }
.tb-blog-grid.tpl4 .tb-post-item .tb-content .tb-title { margin-top:55px; }
.tb-blog-grid.tpl4 .tb-post-item .tb-content .tb-excerpt { margin-top:20px; }
.tb-blog-grid.tpl4 .tb-post-item .tb-content .line {
  border:1px solid #e1e1e1;
  width:70%;
  height:1px;
  display:inline-block;
  margin:0 auto;
  margin-top:35px;
  margin-bottom:20px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-blog-grid.tpl4 .tb-post-item .tb-content .tb-info { padding-bottom:10px; }
.tb-blog-grid.tpl4 .tb-post-item .tb-content .tb-info span.author-name { display:none; }
.tb-blog-grid.tpl4 .tb-post-item:hover { box-shadow:0 0px 12px rgba(0,0,0,0.175); }
.tb-blog-grid.tpl4 .tb-post-item:hover .tb-post-img .tb-blog-date {
  opacity:1;
  top:50%;
}
.tb-blog-grid.tpl4 .tb-post-item:hover .tb-content .line {
  width:100%;
  border-color:#191d30;
}
.tb-blog-grid.tpl4 .pagination { margin-top:60px; }
.tb-blog-grid.tpl4 .pagination span.page-numbers, .tb-blog-grid.tpl4 .pagination a.page-numbers {
  width:40px;
  height:40px;
  line-height:41px;
  background-color:#fff;
  border-radius:50%;
  border:none;
}
.tb-blog-grid.tpl4 .pagination span.page-numbers:after, .tb-blog-grid.tpl4 .pagination a.page-numbers:after {
  border:5px solid #fff;
  content:"";
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  display:inline-block;
  border-radius:50%;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-blog-grid.tpl4 .pagination span.page-numbers:hover, .tb-blog-grid.tpl4 .pagination span.page-numbers.current, .tb-blog-grid.tpl4 .pagination a.page-numbers:hover, .tb-blog-grid.tpl4 .pagination a.page-numbers.current {
  background-color:#93d500;
  box-shadow:0 0px 12px rgba(0,0,0,0.5);
}
.tb-blog-grid.tpl4 .pagination span.page-numbers:hover:after, .tb-blog-grid.tpl4 .pagination span.page-numbers.current:after, .tb-blog-grid.tpl4 .pagination a.page-numbers:hover:after, .tb-blog-grid.tpl4 .pagination a.page-numbers.current:after {
  top:-5px;
  bottom:-5px;
  left:-5px;
  right:-5px;
  opacity:1;
}
.tb-blog-grid.tpl5 .tb-post-item {
  max-width:360px;
  margin:0 auto;
  position:relative;
  margin-bottom:25px;
}
.tb-blog-grid.tpl5 .tb-post-item .tb-post-img { position:relative; }
.tb-blog-grid.tpl5 .tb-post-item .tb-post-img .tb-blog-date {
  font-family:Poppins;
  font-size:12px;
  font-weight:300;
  width:80px;
  height:80px;
  color:#fff;
  text-align:center;
  display:block;
  top:20%;
  left:50%;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:translate(-50%,-50%);
  position:ABSOLUTE;
  opacity:0;
  z-index:3;
  background-color:#93d500;
  border-radius:50%;
  text-transform:uppercase;
}
.tb-blog-grid.tpl5 .tb-post-item .tb-post-img .tb-blog-date span:first-child {
  font-size:24px;
  font-weight:600;
  display:block;
  margin-top:25px;
  line-height:14px;
}
.tb-blog-grid.tpl5 .tb-post-item .tb-content > a.tb-readmore {
  margin-top:34px;
  margin-left:0;
  width:155px;
  height:40px;
  border:2px solid #eaeaea;
  border-radius:20px;
  position:relative;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-blog-grid.tpl5 .tb-post-item .tb-content > a.tb-readmore:before {
  width:0px;
  height:0px;
  line-height:30px;
  background-color:#ffad00;
  color:#fff;
  content:"\35";
  font-family:'ElegantIcons';
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:5px;
  border-radius:50%;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-blog-grid.tpl5 .tb-post-item .tb-content > a.tb-readmore:after { display:none; }
.tb-blog-grid.tpl5 .tb-post-item:hover .tb-post-img .tb-blog-date {
  top:50%;
  opacity:1;
}
.tb-blog-grid.tpl5 .tb-post-item:hover .tb-content .tb-readmore {
  background-color:transparent;
  color:#191d30;
  width:172px;
  padding-left:25px;
  border-color:#93d500;
}
.tb-blog-grid.tpl5 .tb-post-item:hover .tb-content .tb-readmore:before {
  opacity:1;
  width:30px;
  height:30px;
}
.tb-blog-grid.tpl5 .pagination a.page-numbers, .tb-blog-grid.tpl5 .pagination span.page-numbers { border-radius:50%; }
.tb-blog-grid.tpl5 .pagination a.page-numbers:after, .tb-blog-grid.tpl5 .pagination span.page-numbers:after { border-radius:50%; }
.tb-blog-grid.tpl-list .post { border:2px solid #f1f1f1; }
.tb-blog-grid.tpl-list .post .tb-post-item {
  border:15px solid #fff;
  margin-bottom:0;
}
.tb-blog-grid.tpl-list .post .tb-post-item .tb-content { text-align:left; }
.tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-title {
  font-size:30px;
  line-height:30px;
}
@media (min-width: 1200px) {
  .tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-title { margin-top:80px; }
}
.tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-blog-date, .tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-info {
  float:left;
  display:inline-block;
  font-size:12px;
}
.tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-blog-date .tb-blog-date, .tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-info .tb-blog-date { display:none; }
.tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-blog-date { width:200px; }
.tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-blog-date i { margin-right:10px; }
.tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-info { width:calc(100% - 200px); }
.tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-readmore { margin-left:0; }
.tb-blog-grid.tpl-list .post .tb-post-item .tb-post-img { position:relative; }
.tb-blog-grid.tpl-list .post .tb-post-item .tb-post-img .tb-thumb { margin-bottom:0; }
.tb-blog-grid.tpl-list .post .tb-post-item .tb-post-img .icon-detail {
  position:absolute;
  font-size:36px;
  color:#fff;
  top:20%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  z-index:2;
  opacity:0;
}
.tb-blog-grid.tpl-list .post:hover { border-color:#191d30; }
.tb-blog-grid.tpl-list .post:hover .tb-post-item .tb-post-img .icon-detail {
  top:50%;
  opacity:1;
}
@media (min-width: 992px) {
  .tb-blog-grid.tpl-list >[class *= 'col-']:nth-child(2n) [class*='col-sm-4'] { float:right; }
  .tb-blog-grid.tpl-list >[class *= 'col-']:nth-child(2n) .tb-content { text-align:right; }
  .tb-blog-grid.tpl-list >[class *= 'col-']:nth-child(2n) .tb-content .tb-readmore {
    margin-left:auto;
    margin-right:0;
  }
  .tb-blog-grid.tpl-list >[class *= 'col-']:nth-child(2n) .tb-content .tb-info { width:230px; }
  .tb-blog-grid.tpl-list >[class *= 'col-']:nth-child(2n) .tb-content .tb-blog-date { width:calc(100% - 230px); }
}
.tb-blog-list .tb-blog-grid.tpl-list .post { margin-bottom:50px; }
.tb-blog-list .tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-title { font-size:20px; }
.tb-blog-list .tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-blog-date { display:none; }
.tb-blog-list .tb-blog-grid.tpl-list .post .tb-post-item .tb-content .tb-info {
  float:none;
  width:100%;
}
.tb-blog-section .pagination { margin-top:0; }
.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-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;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-img { position:relative; }
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-img .tb-blog-date {
  font-family:Poppins;
  font-size:12px;
  font-weight:300;
  width:70px;
  height:70px;
  color:#fff;
  text-align:center;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-img .tb-blog-date span {
  font-size:24px;
  font-weight:600;
  display:block;
}
.tb-blog.content .type-post .tb-thumb { margin-bottom:10px; }
.tb-blog.content .type-post .tb-content-block { margin-bottom:70px; }
@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%);
    position:absolute;
  }
  .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 .tb-blog-date {
    width:210px;
    display:inline-block;
    font-size:12px;
    float:left;
    color:#191d30;
  }
  .content.tb-blog .type-post .tb-blog-date i { margin-right:10px; }
  .content.tb-blog .type-post .tb-info {
    width:calc(100% - 210px);
    display:inline-block;
    float:left;
    font-size:12px;
    color:#191d30;
    border-bottom:none;
  }
  .content.tb-blog .type-post .tb-info .tb-blog-date { display:none; }
  .content.tb-blog .type-post .blog-title {
    font-size:30px;
    font-weight:600;
    color:#191d30;
  }
  .content.tb-blog .type-post .tb-blog-image {
    margin-top:43px;
    margin-bottom:45px;
  }
  .content.tb-blog .type-post blockquote {
    border-left:2px solid #93d500;
    max-width:500px;
    margin-top:23px;
    margin-bottom:25px;
    font-size:14px;
    font-style:italic;
    color:rgba(25,29,48,0.5);
    background:initial;
    padding:20px 30px;
    position:relative;
  }
  .content.tb-blog .type-post blockquote p { margin-bottom:0 !important; }
  .content.tb-blog .type-post blockquote:before {
    content:"\7b";
    font-size:85px;
    font-family:'ElegantIcons';
    color:#f4f4f4;
    text-align:center;
  }
  .content.tb-blog .type-post blockquote:after, .content.tb-blog .type-post blockquote:before {
    position:absolute;
    top:50%;
    left:50%;
    z-index:-1;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
  }
  .content.tb-blog .type-post blockquote:after {
    border:7px solid #f4f4f4;
    height:100px;
    width:100px;
    z-index:-1;
    border-radius:50%;
  }
}
@media (min-width: 480px) and (min-width: 1200px) {
  .content.tb-blog .type-post blockquote { margin-left:40px; }
}
.blog-page .tb-blog-grid article { margin-bottom:50px; }
.blog-page .tb-blog-grid .pagination {
  margin-top:54px;
  position:relative;
}
.blog-page .tb-blog-grid .pagination a, .blog-page .tb-blog-grid .pagination span { z-index:3; }
.blog-page .tb-blog-grid .pagination a.page-numbers:last-child, .blog-page .tb-blog-grid .pagination span.page-numbers:last-child { margin-right:0px; }
.blog-page .tb-blog-grid .pagination:after, .blog-page .tb-blog-grid .pagination:before {
  position:absolute;
  top:50%;
  trasnform:translateY(-50%);
  content:"";
}
.blog-page .tb-blog-grid .pagination:after {
  width:100%;
  height:1px;
  background-color:#efefef;
  display:inline-block;
  z-index:1;
  left:0;
}
.blog-page .tb-blog-grid .pagination:before {
  width:220px;
  left:50%;
  transform:translateX(-50%);
  height:5px;
  background-color:#fff;
  z-index:2;
}
.blog-page .tb-blog-grid.tpl3 .pagination:before, .blog-page .tb-blog-grid.tpl4 .pagination:before { display:none; }
.archive.category .tb-blog-grid { margin-bottom:50px; }
.tb-slider-home5 .wpb_content_element, .tb-reslider .wpb_content_element { margin-bottom:0; }
@media (max-width: 767px) {
  body .col-20 { width:50% !important; }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tb-blog-grid.tpl2 .tb-post-item .tb-content:after { display:none; }
}
body { overflow-x:hidden; }
.zoomLens { border-color:#93d500 !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;
  padding-top:8px;
}
.woocommerce .ro-quantity label {
  font-weight:400;
  float:left;
  width:19%;
  line-height:35px;
}
.woocommerce .ro-quantity label span { color:#93d500; }
.woocommerce .ro-quantity label p { margin-bottom:10px !important; }
.woocommerce .ro-quantity .quantity {
  width:23%;
  margin:0 !important;
}
.woocommerce .ro-quantity .quantity span {
  float:left;
  width:25%;
  height:35px;
  line-height:35px;
  text-align:center;
  border:2px solid #f1f1f1;
  cursor:pointer;
  color:#191d30;
}
.woocommerce .ro-quantity .quantity span:hover i { color:#93d500; }
.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 {
  float:left;
  width:50%;
  height:35px;
  font-size:15px;
  -moz-appearance:textfield;
  -webkit-appearance:textfield;
  padding:0;
}
.woocommerce .yith-wcqv-main .ro-quantity .quantity input { width:100%; }
.single-product { background-color:#f1f1f1; }
.single-product .vc_empty_space { background-color:#fff; }
.single-product .tb-single-content {
  padding-top:100px;
  padding-bottom:77px;
}
.single-product .ro-title h4 {
  margin-top:50px;
  margin-bottom:50px;
}
.single-product .tb-product-detail {
  position:relative;
  background-color:#fff;
  border:15px solid #fff;
  box-shadow:0 0px 5px rgba(0,0,0,0.175);
  display:inline-block;
  width:100%;
}
@media (min-width: 1200px) {
  .single-product .tb-product-detail { border:30px solid #fff; }
}
.single-product .at-share-tbx-element .at-share-btn {
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  margin-right:10px;
  position:relative;
  margin-bottom:0;
  margin-top:10px;
}
.single-product .at-share-tbx-element .at-share-btn:before {
  border:2px solid #fff;
  position:absolute;
  top:4px;
  left:4px;
  right:4px;
  bottom:4px;
  content:"";
  display:inline-block;
}
.single-product .nav-product-link { display:none; }
.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:#93d500;
  border-color:#93d500;
  color:#fff;
}
.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);
  transform:rotate(-45deg);
}
.single-product .ro-product-wrapper .onsale:before {
  border-left:66px solid #fff;
  left:-9px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.single-product .ro-product-wrapper .new {
  right:0;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.single-product .ro-product-wrapper .new:before {
  border-right:66px solid #fff;
  right:-9px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
@media (min-width: 1200px) {
  .single-product .ro-product-wrapper .ro-product-information { padding-left:43px; }
}
.single-product .ro-product-wrapper .ro-product-information .woocommerce-variation-description { display:none !important; }
.single-product .ro-product-wrapper .ro-product-information .entry-title {
  margin-top:-2px;
  margin-bottom:6px;
  font-size:30px;
  line-height:27px;
  color:#191d30;
  font-weight:300;
  text-transform:uppercase;
}
.single-product .ro-product-wrapper .ro-product-information .entry-title .nav-product-link {
  height:0;
  margin-top:-27px;
  margin-bottom:30px;
}
.single-product .ro-product-wrapper .ro-product-information .entry-title .nav-product-link a { margin-left:8px; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta {
  display:inline-block;
  padding-bottom:5px;
  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-size:24px;
  margin-bottom:10px;
  font-weight:600;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price del {
  color:#b1b1b1;
  font-size:20px;
  margin-right:5px;
  font-weight:300;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price ins {
  color:#191d30;
  text-decoration:none;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .stock {
  display:inline-block;
  float:right;
  margin-top:9px;
  color:#898989;
  text-transform:uppercase;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .stock span { color:#93d500; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-content {
  margin:10px 0 22px;
  font-size:14px;
  color:#3b3e43;
}
.single-product .ro-product-wrapper .ro-product-information > form { margin-bottom:20px !important; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate {
  display:inline-block;
  width:100%;
  margin-top:12px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-product-rating { margin-bottom:5px; }
.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:#93d500; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-review-link {
  color:#a7a7a7;
  font-size:12px;
  text-transform:uppercase;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-review-link:hover { color:#93d500; }
.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:19%;
  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) span.price ins, .single-product .ro-product-wrapper .ro-product-information .ro-price > div:nth-child(2) span.price ins { text-decoration:none; }
.single-product .ro-product-wrapper .ro-product-information .ro-quantity > div:nth-child(2) span.price del, .single-product .ro-product-wrapper .ro-product-information .ro-price > div:nth-child(2) span.price del { font-size:18px; }
.single-product .ro-product-wrapper .ro-product-information .single_add_to_cart_button {
  color:#191d30;
  margin-right:15px;
  padding-left:47px;
  font-weight:600;
  font-size:14px;
  margin-left:4px;
  position:relative;
  top:3px;
}
.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;
  width:50px;
  height:50px;
  border:2px solid #f1f1f1;
  padding:0;
  margin:0 10px 0 0;
  overflow:hidden;
  top:-1px;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  opacity:0;
}
.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;
  content:"\f442" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  position:absolute;
  top:50%;
  font-size:18px;
  font-weight:300;
  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:#93d500; }
.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:"Ionicons";
  content:"\f498";
  color:#c4c5c7;
  font-weight:300;
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
  font-size:21px;
  -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:hover {
  background:#191d30;
  border-color:#191d30;
}
.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:#93d500; }
.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;
  margin:0 10px 0 0;
  overflow:hidden;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button .compare {
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  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;
  content:"\f48e" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  position:absolute;
  font-weight:300;
  top:50%;
  font-size:21px;
  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:#93d500; }
.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, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .woocommerce-variation-description p { margin-bottom:5px; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-price p, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-price p {
  text-transform:uppercase;
  font-weight:600;
  color:#000;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-price .single_variation .price, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-price .single_variation .price {
  font-size:24px;
  color:#191d30;
  font-weight:600;
  line-height:25px;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-price del, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-price del {
  display:inline-block;
  margin-right:20px;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap label, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap label {
  font-size:14px;
  color:#000;
  font-weight:600;
  text-transform:uppercase;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action { padding-top:14px; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button > div.clear, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action > div.clear, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button > div.clear, .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_variation_wrap .variations_button .yith-wcwl-add-to-wishlist, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist, .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;
  width:42px;
  height:42px;
  background:transparent;
  padding:0;
  margin:0 15px 0 0;
  top:3px;
  overflow:initial;
  border:none;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .add_to_wishlist, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .add_to_wishlist, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .add_to_wishlist, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:after, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist:after, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist:after, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:after {
  position:absolute;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  content:"";
  border:2px solid #f1f1f1;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before, .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;
  content:"\f442" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  position:absolute;
  top:50%;
  font-size:18px;
  font-weight:300;
  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, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span, .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_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, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a, .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_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, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist .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: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:"Ionicons";
  content:"\f498";
  color:#c4c5c7;
  font-weight:500;
  font-size:21px;
  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, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist:hover, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist:hover, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover {
  background:#191d30;
  border-color:#191d30;
}
.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, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .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, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before { color:#93d500; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover:after, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .yith-wcwl-add-to-wishlist:hover:after, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .yith-wcwl-add-to-wishlist:hover:after, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover:after { border-color:#191d30; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .compare-button, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .compare-button, .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:42px;
  height:42px;
  background:transparent;
  padding:0;
  margin:0 15px 0 0;
  top:3px;
  overflow:initial;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button .compare, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .compare-button .compare, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .compare-button .compare, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button .compare {
  height:42px;
  width:42px;
  display:inline-block;
  overflow:hidden;
  z-index:2;
  position:relative;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .compare-button:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .compare-button:before, .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;
  content:"\f48e" !important;
  font-family:Ionicons !important;
  color:#c4c5c7;
  font-size:18px;
  position:absolute;
  font-weight:300;
  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 .compare-button:after, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .compare-button:after, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .compare-button:after, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button:after {
  position:absolute;
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  content:"";
  border:2px solid #f1f1f1;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button:hover, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .compare-button:hover, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .compare-button:hover, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button:hover {
  background:#191d30;
  border-color:#191d30;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button:hover:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .compare-button:hover:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .compare-button:hover:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button:hover:before { color:#93d500; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button:hover:after, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-action .compare-button:hover:after, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .variations_button .compare-button:hover:after, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button:hover:after { border-color:#191d30; }
.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:#93d500; }
.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 {
  position:relative;
  margin-bottom:0 !important;
}
.single-product .ro-product-wrapper .images .thumbnails {
  max-height:100px;
  position:absolute;
  bottom:25px;
  padding-left:25px;
  width:100%;
  height:100%;
  z-index:999;
  display:inline-block;
}
.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper { max-width:300px; }
.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li {
  position:relative;
  padding:0 5px;
  width:25%;
  max-width:75px;
}
background-color: transparent
						.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li:before {
  bottom:10px;
  width:80%;
  left:10%;
}
.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li a { margin:0 0 0px; }
.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 #slider-prev, .single-product .ro-product-wrapper .images .thumbnails #slider-next {
  width:45px;
  height:45px;
  background:#fff;
  display:inline-block !important;
  top:53%;
  right:30px;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev:before, .single-product .ro-product-wrapper .images .thumbnails #slider-next:before {
  width:100%;
  height:100%;
  content:"\F105";
  font-family:FontAwesome;
  text-align:center;
  line-height:45px;
  font-size:21px;
  position:absolute;
  z-index:999;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev {
  left:initial;
  right:75px;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev:before { content:"\F104"; }
.single-product .tb-product-grid {
  padding-top:100px;
  padding-bottom:100px;
  background-color:#f2f2f2;
}
.single-product .ro-product-relate {
  background-color:#fff;
  padding-top:100px;
  padding-bottom:35px;
}
.single-product .ro-product-relate .venus_title { margin-bottom:122px; }
.single-product .tb-sidebar .upsells .wg-title { margin-bottom:26px; }
.single-product .addthis_sharing_toolbox { margin-top:55px; }
.single-product .tb-content.tb-fullwidth .ro-product-wrapper .images { overflow:hidden; }
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider .onsale { left:120px; }
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider .tb-single-vertical {
  position:absolute;
  left:-120px;
  top:32px;
  visibility:visible;
}
.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:-32px;
}
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider #next-product { margin-top:7px; }
.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;
}
.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; }
.single-product .tb-content.tb-fullwidth .woocommerce-tabs #tab-video iframe { width:100%; }
.single-product .tb-content.tb-fullwidth .upsellss { margin-bottom:30px; }
.single-product .tb-content.tb-fullwidth .upsellss .raymond-title {
  margin-bottom:15px;
  text-transform:uppercase;
}
@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; }
}
.tb-product-btn {
  width:50px;
  height:50px;
  line-height:50px;
  text-align:Center;
  display:inline-block;
  position:relative;
}
.tb-product-btn:after {
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  content:"";
  border:2px solid #f1f1f1;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-product-btn:nth-child(2) {
  margin-left:30px;
  margin-right:30px;
}
.tb-product-btn >div >span {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  color:#191d30;
  font-family:Poppins;
  font-weight:600;
  text-transform:uppercase;
  font-size:12px;
  top:calc(100% + 20px);
  line-height:50px;
  opacity:0;
  visibility:hidden;
  display:inline-block;
  transition:all 400ms;
}
.tb-product-btn:hover { background-color:#191d30; }
.tb-product-btn:hover:after {
  border-color:#fff;
  top:3px;
  left:3px;
  bottom:3px;
  right:3px;
}
.tb-product-btn:hover >div>span {
  top:100%;
  visibility:visible;
  opacity:1;
}
.tpl4 .tb-action-shopby a, .owl-tpl7 .tb-action-shopby a {
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  background-color:#fff;
  box-shadow:0px 0px 5px rgba(0,0,0,0.175);
  display:inline-block;
  padding:0;
  border-radius:0;
  margin:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  color:#191d30;
  transform:translateY(-100px);
  -webkit-transform:translateY(-100px);
}
.tpl4 .tb-action-shopby a:before, .owl-tpl7 .tb-action-shopby a:before {
  margin:0;
  color:#191d30;
}
.tpl4 .tb-action-shopby a:first-child, .owl-tpl7 .tb-action-shopby a:first-child {
  margin-right:6px;
  transform:translateY(100px);
  -webkit-transform:translateY(100px);
}
.tpl4 .tb-action-shopby a:hover, .owl-tpl7 .tb-action-shopby a:hover {
  background-color:#fff;
  color:#93d500;
}
.tpl4 .tb-product-item-inner:hover a, .owl-tpl7 .tb-product-item-inner:hover a {
  transform:translateX(0) !important;
  -webkit-transform:translateX(0) !important;
}
body #yith-quick-view-content span.onsale {
  width:45px;
  height:45px;
  border-radius:50%;
  background-color:#93d500;
  color:#fff;
  font-weight:600;
  font-family:Poppins;
  line-height:45px;
  text-align:center;
}
body #yith-quick-view-content .ro-quantity label { width:initial !important; }
body #yith-quick-view-content div.images, body #yith-quick-view-content div.summary { width:48%; }
body #yith-quick-view-content div.images .entry-title, body #yith-quick-view-content div.summary .entry-title {
  text-transform:uppercase;
  font-weight:300;
  font-family:Poppins;
  color:#191d30;
  font-size:30px;
  line-height:46px;
}
body #yith-quick-view-content div.images .price, body #yith-quick-view-content div.summary .price {
  font-size:18px;
  color:#191d30;
  font-family:Poppins;
  font-weight:600;
}
body #yith-quick-view-content div.images .price del, body #yith-quick-view-content div.summary .price del { color:#e6e4e5; }
body #yith-quick-view-content div.images .price del .amount, body #yith-quick-view-content div.summary .price del .amount {
  color:#e6e4e5;
  margin-right:7px;
  font-weight:400;
  font-size:14px;
}
body #yith-quick-view-content div.images .ro-action, body #yith-quick-view-content div.images .variations_button, body #yith-quick-view-content div.summary .ro-action, body #yith-quick-view-content div.summary .variations_button {
  margin-top:20px;
  display:block;
}
body #yith-quick-view-content div.images .ro-action .btn-add-to-cart, body #yith-quick-view-content div.images .variations_button .btn-add-to-cart, body #yith-quick-view-content div.summary .ro-action .btn-add-to-cart, body #yith-quick-view-content div.summary .variations_button .btn-add-to-cart {
  color:#191d30;
  margin-right:15px;
  padding-left:47px;
  font-weight:600;
  font-size:14px;
  margin-left:4px;
  position:relative;
  top:3px;
}
body #yith-quick-view-content div.images { border:15px solid #fff; }
.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:108px; }
.woocommerce-cart .ro-cart-form .ro-cart-table table {
  border-width:0;
  border-collapse:collapse;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table td {
  font-weight:600;
  letter-spacing:1.6px;
  text-transform:uppercase;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th {
  border-width:0 0px 1px 0;
  font-weight:normal;
  text-transform:uppercase;
  height:60px;
  font-size:15px;
}
.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 0px 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 0px 1px 0; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-thumb {
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border:2px solid transparent;
  float:left;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-thumb img {
  max-width:100px;
  width:100%;
  display:block;
}
.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% - 105px );
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-detail > a {
  color:#191d30;
  font-size:14px;
  margin-bottom:9px;
  display:block;
  font-weight:300;
  text-transform:capitalize;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-detail > a:hover { color:#93d500; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-detail dl {
  color:#191d30;
  font-size:14px;
  text-transform:capitalize;
}
.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-table-col-qty .remove {
  position:relative;
  margin-left:auto;
  background:initial;
  font-size:8px;
  text-align:center;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  height:40px;
  line-height:39px;
  width:40px;
  border:2px solid #f1f1f1;
  border-radius:0;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty .remove span {
  color:#191d30;
  position:absolute;
  top:49%;
  left:51%;
  font-size:10px;
  -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:hover { border-color:#191d30; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .amount {
  font-size:18px;
  color:#191d30;
  letter-spacing:0;
  font-weight:600;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-price .amount { color:#969696; }
.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 tr:hover td .ro-cart-thumb { border:2px solid #37499f; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr:hover td .quantity input.qty { border-color:#37499f; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr:hover td.ro-table-col-qty .remove { border-color:#37499f; }
.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:27px 0 22px 0px; }
.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 {
  border-width:2px;
  font-size:12px;
}
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500; }
.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:#93d500 !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;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.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; }
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500; }
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500; }
@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; }
}
.tb-coupon-content { margin-top:50px; }
.tb-coupon-content label { display:none; }
.tb-coupon-content .tb-decs { font-size:12px; }
.woocommerce .tb-coupon-content form.checkout_coupon {
  border:none;
  margin:0;
  padding:0;
  border-radius:50%;
}
.woocommerce .tb-coupon-content form.checkout_coupon input[type="text"], .woocommerce .tb-coupon-content form.checkout_coupon input[type="submit"] { display:inline-block; }
.woocommerce .tb-coupon-content form.checkout_coupon input[type="text"] {
  width:calc( 100% - 155px);
  border:2px solid #f1f1f1;
  padding:4px 15px;
}
.woocommerce .tb-coupon-content form.checkout_coupon input[type="submit"] {
  width:145px;
  float:right;
  height:40px;
  background-color:transparent !important;
  color:#191d30;
  text-transform:uppercase;
  line-height:15px;
  font-weight:600;
  border:2px solid #191d30;
  border-radius:0;
  padding:0;
  margin:0;
}
.tb-estimate-content { margin-top:45px; }
.tb-estimate-content .form-shipping-calculator p label {
  color:#191d30;
  font-size:13px;
  font-weight:600;
  position:relative;
  top:8px;
}
.tb-estimate-content .form-shipping-calculator button[type="submit"] {
  width:145px;
  height:40px;
  background-color:transparent !important;
  color:#191d30;
  text-transform:uppercase;
  line-height:15px;
  font-weight:600;
  border:2px solid #191d30;
  border-radius:0;
  margin-top:15px;
}
.woocommerce .cart-collaterals .cart_totals table .order-total .th, .woocommerce .cart-collaterals .cart_totals table .cart-subtotal .th {
  padding:0 !important;
  text-align:left;
}
.woocommerce .cart-collaterals .cart_totals table tr { border-width:0; }
.woocommerce .cart-collaterals .cart_totals table tr td {
  text-align:right;
  padding:0;
}
.tb-step-order {
  overflow:hidden;
  padding:4px;
  padding-bottom:20px;
  margin-bottom:40px;
}
.tb-step-order .col-step-order {
  position:relative;
  padding-bottom:56px;
}
.tb-step-order .col-step-order .num {
  width:70px;
  height:70px;
  line-height:70px;
  text-align:center;
  color:#d6d6d8;
  font-size:36px;
  position:relative;
  display:inline-block;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-step-order .col-step-order .num:after {
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  content:"";
  border:2px solid #f1f1f1;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-step-order .col-step-order .step-content {
  width:calc(100% - 100px);
  display:inline-block;
  position:static;
  margin-left:30px;
}
.tb-step-order .col-step-order .step-content .title {
  font-size:24px;
  text-transform:uppercase;
  color:#f1f1f1;
  font-weight:600;
  line-height:30px;
  position:relative;
  top:10px;
}
.tb-step-order .col-step-order .step-content .sub-title {
  font-size:14px;
  color:#f1f1f1;
  position:relative;
  top:10px;
}
.tb-step-order .col-step-order .step-content:after, .tb-step-order .col-step-order .step-content:before {
  position:absolute;
  bottom:-18px;
  left:26%;
  z-index:2;
}
.tb-step-order .col-step-order .step-content:before {
  content:"";
  width:40px;
  height:40px;
  background-color:#f1f1f1;
  border:7px solid #fff;
}
.tb-step-order .col-step-order .step-content:after {
  content:"\4d";
  font-family:'ElegantIcons';
  font-size:18px;
  left:29%;
  bottom:-9px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-step-order .col-step-order:before {
  content:"";
  width:135%;
  height:2px;
  background-color:#f1f1f1;
  display:inline-block;
  position:absolute;
  bottom:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-step-order .col-step-order.active:before, .tb-step-order .col-step-order:hover:before {
  background-color:#191d30;
  z-index:2;
}
.tb-step-order .col-step-order.active .step-content:before, .tb-step-order .col-step-order:hover .step-content:before {
  background-color:#93d500;
  left:35%;
}
.tb-step-order .col-step-order.active .step-content .title, .tb-step-order .col-step-order.active .step-content .sub-title, .tb-step-order .col-step-order:hover .step-content .title, .tb-step-order .col-step-order:hover .step-content .sub-title { color:#191d30; }
.tb-step-order .col-step-order.active .step-content:after, .tb-step-order .col-step-order:hover .step-content:after {
  color:#fff;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  left:38%;
}
.tb-step-order .col-step-order.active .num, .tb-step-order .col-step-order:hover .num {
  background-color:#37499f;
  color:#fff;
}
.tb-step-order .col-step-order.active .num:after, .tb-step-order .col-step-order:hover .num:after {
  top:-4px;
  left:-4px;
  bottom:-4px;
  right:-4px;
  border-color:#37499f;
}
.ro-checkout-process {
  margin-top:85px;
  margin-bottom:140px;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border-radius:50%;
  position:absolute;
  width:20px;
  height:20px;
  border:1px solid #AAAAAA;
  background-color:#FFFFFF;
  transform:translate(-50%,-50%);
}
.ro-checkout-process .ro-hr-line a div:after {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  content:"";
  width:14px;
  height:14px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background-color:#93d500;
  border-radius:50%;
  opacity:0;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(1) div {
  left:0;
  border:1px solid #93d500;
}
.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 #93d500; }
.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 #93d500; }
.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);
  text-align:center;
  font-size:18px;
}
.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:#93d500;
}
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(2) div { border:1px solid #93d500; }
.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:#93d500;
}
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(3) div { border:1px solid #93d500; }
.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 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-information .ro-customer-info > p:first-of-type a {
  margin-left:25px;
  color:#93d500;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.ro-checkout-information .ro-customer-info > p:first-of-type a:after {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  font-family:"aqua icon";
  content:"\e086";
  margin-left:10px;
  vertical-align:middle;
  color:#93d500;
  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 #93d500; }
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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 #93d500;
}
.ro-checkout-information .ro-customer-info .ro-choice label input[type="radio"]:checked + span:before { background-color:#93d500; }
.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 #93d500; }
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border:0;
  background-color:#444444;
  color:#FFFFFF;
  font-size:14px;
  padding:15px 48px;
}
.ro-checkout-information .ro-shipping .ro-button a:hover { background-color:#93d500; }
@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:#93d500; }
.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 #93d500;
  background-color:#93d500;
}
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border:0;
  background-color:#444444;
  color:#FFFFFF;
  font-size:14px;
  padding:15px 60px;
}
.ro-checkout-information-2 .ro-button a:hover { background-color:#93d500; }
@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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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:#93d500; }
.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:#93d500;
}
.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:#93d500;
}
.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-radius:0;
  border-color:#ebebeb;
}
.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 h2 { margin-bottom:0; }
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-name {
  color:#5d5d5d;
  text-transform:capitalize;
  padding-top:25px;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-name:hover a { color:#93d500; }
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-image a {
  position:relative;
  display:inline-block;
  max-width:100px;
  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 .product-total { padding-top:35px; }
.woocommerce table.woocommerce-checkout-review-order-table .amount {
  font-size:13px;
  font-weight:600;
}
.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;
}
@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%);
  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:#d9d9d9;
  background:#d9d9d9;
  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:#93d500;
  background:#93d500;
}
.ct-testimonial h3.raymond-title {
  position:absolute;
  top:78px;
  width:100%;
}
.tb-testimonial-right .raymond-title {
  position:relative;
  padding-left:60px;
  margin-bottom:15px;
}
.tb-testimonial-right .raymond-title:before {
  position:absolute;
  content:"";
  left:0;
  top:-10px;
  background:url('./assets/images/quote.png') no-repeat 0 0;
  width:38px;
  height:32px;
}
.tb-testimonial-right .wpb_wrapper:before {
  position:absolute;
  content:"";
  right:0;
  width:80px;
  background-color:#fff;
  height:100%;
  top:0;
}
.tb-testimonial-slider { position:relative; }
.tb-testimonial-slider .tb-testimonial-1 .tb-item { position:relative; }
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image img {
  display:block;
  text-align:center;
  box-shadow:none;
  height:auto;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image-name { display:inline-block; }
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image-name .tb-name { margin-bottom:-2px; }
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image-name .tb-name a {
  text-transform:uppercase;
  font-size:24px;
  font-weight:300;
  color:#191d30;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-image-name .tb-company {
  font-size:12px;
  color:#93d500;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-quote i {
  color:#37499f;
  font-size:36px;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-quote:not(.tb-quote-top) {
  position:absolute;
  left:50%;
  bottom:-25px;
  background-color:#93d500;
  width:50px;
  height:50px;
  overflow:hidden;
  display:block;
  -webkit-transform:translateX(-50%) rotate(45deg);
  transform:translateX(-50%) rotate(45deg);
  line-height:50px;
  text-align:Center;
  display:none;
}
.tb-testimonial-slider .tb-testimonial-1 .tb-item .tb-quote:not(.tb-quote-top) i {
  -webkit-transform:rotate(-45deg);
  transform:rotate(135deg);
  top:15%;
  position:ABSOLUTE;
  left:15%;
  color:#fff;
}
.tb-testimonial-slider .tb-testimonial-1 .owl-nav { display:none; }
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item {
  color:#7e7e7e;
  margin:70px 0 110px;
  padding-bottom:70px;
  background-color:#fff;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-excerpt, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-excerpt, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-excerpt, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-excerpt {
  margin:0 auto;
  color:#191d30;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-image, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-image, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-image {
  text-align:center;
  margin-bottom:-10px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-image .tb-image-inner, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image .tb-image-inner, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-image .tb-image-inner, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-image .tb-image-inner {
  display:inline-block;
  overflow:hidden;
  border-radius:50%;
  width:100px;
  height:100px;
  border:10px solid #f6f6f6;
  position:relative;
  top:-50px;
  z-index:2;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-image-name, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image-name, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-image-name, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-image-name {
  position:relative;
  color:#7e7e7e;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-image-name .tb-name, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image-name .tb-name, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-image-name .tb-name, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-image-name .tb-name { margin-top:20px; }
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-image-name .tb-name a, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image-name .tb-name a, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-image-name .tb-name a, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-image-name .tb-name a { font-weight:300; }
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-quote.tb-quote-top, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-quote.tb-quote-top, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-quote.tb-quote-top, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-quote.tb-quote-top {
  width:18%;
  display:inline-block;
  vertical-align:top;
  text-align:center;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item .tb-testimonial-content, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-testimonial-content, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-testimonial-content, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-testimonial-content {
  width:80%;
  display:inline-block;
  border-left:1px solid #e8e8ea;
  padding-left:28px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item:hover, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item:hover, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover {
  background:url(assets/images/bg-test.png) no-repeat;
  background-size:cover;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item:hover .tb-quote.tb-quote-top, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item:hover .tb-quote.tb-quote-top, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-quote.tb-quote-top, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover .tb-quote.tb-quote-top { display:none; }
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item:hover .tb-quote:not(.tb-quote-top), .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item:hover .tb-quote:not(.tb-quote-top), .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-quote:not(.tb-quote-top), .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover .tb-quote:not(.tb-quote-top) { display:block; }
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item:hover .tb-testimonial-content, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item:hover .tb-testimonial-content, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-testimonial-content, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover .tb-testimonial-content {
  width:100%;
  color:#fff;
  border:none;
  text-align:center;
}
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item:hover .tb-testimonial-content .tb-excerpt, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item:hover .tb-testimonial-content .tb-excerpt, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-testimonial-content .tb-excerpt, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover .tb-testimonial-content .tb-excerpt { color:#fff; }
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item:hover .tb-testimonial-content .tb-image-name, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item:hover .tb-testimonial-content .tb-image-name, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-testimonial-content .tb-image-name, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover .tb-testimonial-content .tb-image-name { color:#fff; }
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item:hover .tb-testimonial-content .tb-image-name .tb-name a, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item:hover .tb-testimonial-content .tb-image-name .tb-name a, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-testimonial-content .tb-image-name .tb-name a, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover .tb-testimonial-content .tb-image-name .tb-name a { color:#fff; }
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item:hover .tb-image .tb-image-inner, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item:hover .tb-image .tb-image-inner, .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-image .tb-image-inner, .tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover .tb-image .tb-image-inner {
  border-color:#fff;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
}
.tb-testimonial-slider .tb-testimonial-1.tpl .flex-control-nav, .tb-testimonial-slider .tb-testimonial-1.tpl1 .flex-control-nav, .tb-testimonial-slider .tb-testimonial-1.tpl3 .flex-control-nav, .tb-testimonial-slider .tb-testimonial-1.tpl5 .flex-control-nav { top:175px; }
.tb-testimonial-slider .tb-testimonial-1.tpl .tb-item {
  max-width:360px;
  margin-left:auto;
  margin-right:auto;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item {
  margin:0;
  padding:0;
  padding:10px 0 50px;
  position:relative;
  background-color:transparent;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image .tb-image-inner {
  top:0;
  border-color:#fff;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image-name {
  padding-top:6px;
  margin-left:auto;
  margin-right:auto;
  left:50%;
  transform:translateX(-50%);
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-image-name .tb-company {
  margin-top:8px;
  display:block;
  color:#37499f;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-excerpt {
  margin:0 auto;
  margin-top:45px;
  display:block;
  position:relative;
  max-width:950px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-excerpt:after, .tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-excerpt:before {
  position:absolute;
  content:"\7b";
  font-family:'ElegantIcons';
  display:inline-block;
  color:#e0e0e1;
  font-size:80px;
  right:0;
  top:70%;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-excerpt:before {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
  left:0;
  top:0;
  right:initial;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item .tb-excerpt p {
  max-width:630px;
  margin-left:auto;
  margin-right:auto;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-item:hover { background:initial; }
.tb-testimonial-slider .tb-testimonial-1.tpl1 .flex-control-paging {
  top:-40px;
  left:300px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .tb-name {
  text-transform:uppercase;
  color:#2a2a2a;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-nav { display:none; }
.tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-dots {
  height:initial;
  background-color:transparent;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-dots .owl-dot {
  margin:0;
  width:15px;
  height:15px;
  margin-left:0;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-dots .owl-dot span {
  background-color:#dfe0e2;
  border-radius:50%;
  width:10px;
  height:10px;
  position:relative;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-dots .owl-dot span:after {
  position:absolute;
  content:"";
  top:-4px;
  left:-4px;
  right:-4px;
  bottom:-4px;
  border:2px solid #f6f6f6;
  border-radius:50%;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-dots .owl-dot:not(:last-child) { margin-right:20px; }
.tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-dots .owl-dot.active span, .tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-dots .owl-dot:hover span {
  background-color:#93d500;
  border:none;
}
.tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-dots .owl-dot.active span:after, .tb-testimonial-slider .tb-testimonial-1.tpl1 .owl-dots .owl-dot:hover span:after { border-color:#93d500; }
.tb-testimonial-slider .tb-testimonial-1.tpl2 { position:relative; }
.tb-testimonial-slider .tb-testimonial-1.tpl2 .flex-control-paging {
  top:18px;
  left:34px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-excerpt {
  background-color:#f8f8f8;
  padding:53px 19px 10px 20px;
  position:relative;
  margin-bottom:40px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-excerpt:after {
  content:"";
  position:absolute;
  border-bottom:30px solid transparent;
  border-left:30px solid #f8f8f8;
  left:60px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-image { margin-right:20px; }
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-image img {
  border-radius:50%;
  max-width:70px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-company { display:block; }
.tb-testimonial-slider .tb-testimonial-1.tpl2 .tb-image-name { margin-top:12px; }
.tb-testimonial-slider .tb-testimonial-1.tpl3 .owl-dots .owl-dot { background-color:#fff; }
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item {
  background-color:#f2f2f2;
  max-width:360px;
  margin-left:auto;
  margin-right:auto;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-image {
  text-align:left;
  margin-left:30px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-quote.tb-quote-top { width:25%; }
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-quote.tb-quote-top >i { font-size:60px; }
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-testimonial-content { width:70%; }
@media (min-width: 1200px) {
  .tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-testimonial-content .tb-excerpt { margin-right:33px; }
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-testimonial-content .tb-excerpt p {
  font-style:italic;
  line-height:30px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-testimonial-content .tb-image-name { margin-top:20px; }
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-testimonial-content .tb-image-name .tb-company {
  margin-top:7px;
  display:block;
  color:#37499f;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item .tb-quote:not(.tb-quote-top) {
  display:inline-block;
  background-color:#fff;
  width:45px;
  height:45px;
  line-height:45px;
  -webkit-box-shadow:0 2px 12px rgba(0,0,0,0.175);
  box-shadow:0 2px 12px rgba(0,0,0,0.175);
  -webkit-transform:translateX(-50%) rotate(0deg);
  transform:translateX(-50%) rotate(0deg);
  color:#191d30;
  left:initial;
  right:10px;
  font-weight:600;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover { background:url(assets/images/bg-test2.png) no-repeat; }
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-image {
  margin-left:0;
  text-align:center;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-image-name .tb-company { color:#93d500; }
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-testimonial-content {
  width:70%;
  text-align:left;
  border-left:1px solid #e8e8ea;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-quote.tb-quote-top { display:inline-block; }
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-quote.tb-quote-top i { color:#93d500; }
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-quote:not(.tb-quote-top) {
  left:50%;
  right:initial;
  -webkit-transform:translateX(-50%) rotate(45deg);
  transform:translateX(-50%) rotate(45deg);
  line-height:50px;
  text-align:Center;
}
.tb-testimonial-slider .tb-testimonial-1.tpl3 .tb-item:hover .tb-quote:not(.tb-quote-top) span {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  display:inline-block;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item {
  text-align:center;
  max-width:555px;
  margin:0;
  margin-left:auto;
  margin-right:auto;
  padding:50px 0 40px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-quote {
  position:absolute;
  top:0;
  left:0;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-quote i {
  position:absolute;
  top:10px;
  left:10px;
  color:#fff;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-quote:after {
  content:"";
  border-top:100px solid #191d30;
  border-right:100px solid transparent;
  width:100px;
  height:100px;
  display:inline-block;
  top:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-image .tb-image-inner {
  top:0;
  width:80px;
  border:none;
  height:80px;
  position:relative;
  box-shadow:initial;
  overflow:initial;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-image .tb-image-inner:after {
  position:absolute;
  top:-10px;
  left:-10px;
  right:-10px;
  bottom:-10px;
  border:2px solid #eaeaea;
  display:inline-block;
  border-radius:50%;
  content:"";
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-excerpt {
  max-width:415px;
  margin:0 auto;
  margin-top:30px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-image-name { margin-top:17px; }
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item .tb-image-name .tb-company {
  margin-top:6px;
  display:block;
  color:#37499f;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover {
  background:#fff;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
  overflow:initial;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover .tb-quote.tb-quote-top { display:block; }
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover .tb-quote.tb-quote-top:after { border-top-color:#93d500; }
.tb-testimonial-slider .tb-testimonial-1.tpl5 .tb-item:hover .tb-image .tb-image-inner:after { border-color:#93d500; }
.tb-testimonial-slider .tb-testimonial-1.tpl5 .owl-controls {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .owl-controls .owl-dots { display:none !important; }
.tb-testimonial-slider .tb-testimonial-1.tpl5 .owl-controls .owl-nav { display:inline-block; }
.tb-testimonial-slider .tb-testimonial-1.tpl5 .owl-controls .owl-nav >div {
  width:40px;
  height:76px;
  background:url('assets/images/btn-pre.png') no-repeat;
  position:absolute;
  top:50% !important;
  transform:translateY(-50%);
  border-right:none;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  opacity:0;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5 .owl-controls .owl-nav >div i:before { display:none; }
.tb-testimonial-slider .tb-testimonial-1.tpl5 .owl-controls .owl-nav >div.owl-prev { left:0px; }
.tb-testimonial-slider .tb-testimonial-1.tpl5 .owl-controls .owl-nav >div.owl-next {
  background:url('assets/images/btn-next.png') no-repeat;
  right:0px;
}
.tb-testimonial-slider .tb-testimonial-1.tpl5:hover .owl-controls .owl-nav >div { opacity:1; }
.tb-testimonial-slider .tb-testimonial-1.tpl5:hover .owl-controls .owl-nav >div.owl-prev { left:-70px; }
.tb-testimonial-slider .tb-testimonial-1.tpl5:hover .owl-controls .owl-nav >div.owl-next { right:-70px; }
.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:Orbitron;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-flex-slider li:hover img {
  opacity:1;
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
@media (max-width: 767px) {
  .ct-testimonial h3.raymond-title { top:133px; }
  .tb-testimonial-slider .flex-control-paging { top:175px; }
}
@media (min-width: 992px) {
  .tb-testimonial-slider .owl-dots {
    width:600px;
    height:2px;
    background-color:#e2e2e2;
    margin:0 auto;
    text-align:Center;
  }
  .tb-testimonial-slider .owl-dots .owl-dot {
    width:30px;
    height:30px;
    display:inline-block;
    position:relative;
    top:-3px;
    margin:0 50px;
    background-color:#f6f6f6;
  }
  .tb-testimonial-slider .owl-dots .owl-dot span {
    width:8px;
    height:8px;
    border:1px solid #e2e2e2;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    margin:0 auto;
    display:block;
  }
  .tb-testimonial-slider .owl-dots .owl-dot.active { top:-4px; }
  .tb-testimonial-slider .owl-dots .owl-dot.active span {
    border:2px solid #37499f;
    width:10px;
    height:10px;
  }
}
#tb-testimonial-image.flexslider, #tb-testimonial-image-carousel.flexslider {
  background-color:transparent;
  box-shadow:none;
  text-align:center;
}
#tb-testimonial-image {
  max-width:840px;
  margin:0 auto;
  background:url(assets/images/bg-test.jpg) no-repeat;
  padding:60px 0 75px;
  border-radius:0;
  border:none;
}
@media (max-width: 660px) {
  #tb-testimonial-image { padding-bottom:64px; }
}
@media (max-width: 459px) {
  #tb-testimonial-image {
    padding-bottom:15px;
    padding-top:20px;
  }
}
@media (min-width: 992px) {
  #tb-testimonial-image {
    width:900px;
    border-left:30px solid #fff;
    border-right:30px solid #fff;
    position:relative;
    z-index:2;
  }
}
#tb-testimonial-image .tb-item { color:#fff; }
#tb-testimonial-image .tb-item .item_inner .tb-quote {
  width:90px;
  height:90px;
  line-height:105px;
  text-align:center;
  color:#fff;
  font-size:70px;
  border:1px solid rgba(255,255,255,0.2);
  border-radius:50%;
  margin:0 auto;
}
#tb-testimonial-image .tb-item .item_inner .tb-quote i {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
  display:inline-block;
}
#tb-testimonial-image .tb-item .item_inner .tb-excerpt {
  margin-top:45px;
  max-width:650px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
#tb-testimonial-image .tb-item .item_inner .tb-name {
  color:#fff;
  text-transform:uppercase;
  font-size:24px;
  margin-top:15px;
  margin-bottom:5px;
  font-weight:300;
}
#tb-testimonial-image .tb-item .item_inner span.tb-company { color:#93d500; }
#tb-testimonial-image-carousel {
  height:150px;
  margin-top:65px;
}
#tb-testimonial-image-carousel .tb-item .tb-image .tb-image-inner {
  width:90px;
  height:90px;
  margin:0 auto;
  border-radius:50%;
  border:10px solid #fff;
  text-align:center;
  line-height:90px;
  position:relative;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
#tb-testimonial-image-carousel .tb-item .tb-image .tb-image-inner:after {
  position:absolute;
  content:"";
  border:1px solid #f2f2f2;
  top:-10px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  bottom:-10px;
  left:-10px;
  right:-10px;
  display:inline-block;
  z-index:2;
  border-radius:50%;
}
#tb-testimonial-image-carousel .tb-item .tb-image .tb-image-inner img {
  width:70px;
  height:70px;
  border-radius:50%;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
@media (max-width: 565px) {
  #tb-testimonial-image-carousel .tb-item .tb-image .tb-image-inner {
    width:50px;
    height:50px;
    border:5px solid #fff;
    line-height:50px;
  }
  #tb-testimonial-image-carousel .tb-item .tb-image .tb-image-inner:after {
    top:-5px;
    bottom:-5px;
    left:-5px;
    right:-5px;
  }
  #tb-testimonial-image-carousel .tb-item .tb-image .tb-image-inner img {
    width:40px;
    height:40px;
  }
}
#tb-testimonial-image-carousel .tb-item .tb-name {
  text-transform:uppercase;
  font-size:14px;
  opacity:0;
  margin-top:15px;
  display:inline-block;
}
@media (max-width: 565px) {
  #tb-testimonial-image-carousel .tb-item .tb-name { font-size:11px; }
}
#tb-testimonial-image-carousel .tb-item.flex-active-slide .tb-image .tb-image-inner, #tb-testimonial-image-carousel .tb-item:hover .tb-image .tb-image-inner {
  width:100px;
  height:100px;
  line-height:100px;
}
#tb-testimonial-image-carousel .tb-item.flex-active-slide .tb-image .tb-image-inner:after, #tb-testimonial-image-carousel .tb-item:hover .tb-image .tb-image-inner:after { border-color:#93d500; }
#tb-testimonial-image-carousel .tb-item.flex-active-slide .tb-image .tb-image-inner img, #tb-testimonial-image-carousel .tb-item:hover .tb-image .tb-image-inner img {
  width:80px;
  height:80px;
}
@media (max-width: 565px) {
  #tb-testimonial-image-carousel .tb-item.flex-active-slide .tb-image .tb-image-inner, #tb-testimonial-image-carousel .tb-item:hover .tb-image .tb-image-inner {
    width:60px;
    height:60px;
    line-height:60px;
  }
  #tb-testimonial-image-carousel .tb-item.flex-active-slide .tb-image .tb-image-inner img, #tb-testimonial-image-carousel .tb-item:hover .tb-image .tb-image-inner img {
    width:50px;
    height:50px;
  }
}
#tb-testimonial-image-carousel .tb-item.flex-active-slide .tb-name, #tb-testimonial-image-carousel .tb-item:hover .tb-name { opacity:1; }
#tb-testimonial-image-carousel .flex-viewport { overflow:initial !important; }
#tb-testimonial-image-carousel ul.slides {
  width:100% !important;
  text-align:center;
  position:relative;
}
#tb-testimonial-image-carousel ul.slides li.tb-item {
  float:none !important;
  display:inline-block !important;
  background-color:#fff;
  z-index:2;
  position:relative;
  height:120px;
}
#tb-testimonial-image-carousel ul.slides li.tb-item:not(:first-child) { margin-left:-5px; }
@media (max-width: 565px) {
  #tb-testimonial-image-carousel ul.slides li.tb-item { width:100px !important; }
}
#tb-testimonial-image-carousel ul.slides li.tb-item:after {
  position:absolute;
  content:"";
  border-top:0px solid rgba(25,29,48,0.95);
  border-left:25px solid transparent;
  border-right:25px solid transparent;
  display:inline-block;
  top:-69px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
#tb-testimonial-image-carousel ul.slides li.tb-item.flex-active-slide:after { border-top-width:30px; }
@media (min-width: 992px) {
  #tb-testimonial-image-carousel ul.slides:before {
    position:absolute;
    display:inline-block;
    width:100%;
    height:330px;
    border:5px solid #f2f2f2;
    bottom:65%;
    left:0;
    content:"";
  }
}
.tb-brand-v5 .vc_images_carousel { background-color:transparent; }
.single #tb-list-porfolio { margin-bottom:-62px; }
#tb-list-porfolio .controls-filter { margin-bottom:30px; }
#tb-list-porfolio .controls-filter a {
  color:#9e9e9e;
  font-size:16px;
  text-transform:capitalize;
}
#tb-list-porfolio .controls-filter .filter {
  padding-left:18px;
  padding-right:18px;
}
#tb-list-porfolio .controls-filter .filter.active a, #tb-list-porfolio .controls-filter .filter:hover a {
  color:#93d500;
  border-bottom:1px solid #93d500;
}
#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 .tb-thumb {
  margin-bottom:22px;
  position:relative;
  text-align:center;
}
#tb-list-porfolio .mix .tb-thumb img {
  display:inline-block;
  width:100%;
}
#tb-list-porfolio .mix .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 .tb-thumb .tb-readmore:before, #tb-list-porfolio .mix .tb-thumb .tb-readmore:after {
  content:" ";
  display:table;
}
#tb-list-porfolio .mix .tb-thumb .tb-readmore:after { clear:both; }
#tb-list-porfolio .mix .tb-thumb:hover .tb-readmore {
  color:#93d500;
  opacity:1;
}
#tb-list-porfolio .mix .tb-content .tb-categories {
  display:inline-block;
  margin-bottom:5px;
}
#tb-list-porfolio .mix .tb-content h5 {
  padding-top:3px;
  text-transform:uppercase;
  font-size:18px;
  margin-bottom:7px;
}
#tb-list-porfolio .mix .tb-content .tb-action { margin-top:22px; }
#tb-list-porfolio .mix .tb-portfolio-item { margin-bottom:55px; }
#tb-list-porfolio .tb-viewmore {
  position:relative;
  margin-bottom:80px;
}
#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 {
  color:#9b9b9b;
  background-color:#fff;
  width:95px;
  display:inline-block;
  position:relative;
}
#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 {
  position:absolute;
  content:"";
  border-top:1px solid #f2f2f2;
  width:100%;
  left:0;
  top:18px;
}
#tb-list-porfolio .pagination {
  text-align:center;
  border-top:none;
}
#tb-list-porfolio.tpl .tb-content .tb-readmore a {
  padding:6px 0;
  border:1px solid;
  display:block;
  max-width:100px;
  margin:0 auto;
}
#tb-list-porfolio.tpl .tb-content:hover .tb-readmore a {
  color:#93d500;
  border-color:#93d500;
}
#tb-list-porfolio.tpl .thumb-hover-effect {
  overflow:hidden;
  display:block;
}
#tb-list-porfolio.tpl .thumb-hover-effect:hover img {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
#tb-list-porfolio.tpl .thumb-hover-effect img {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  display:block;
}
#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%);
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
#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:#93d500;
}
#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 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:22px;
  color:#2a2a2a;
}
.tb-blog article.portfolio .tb-portfolio-info { margin:3px 0 0; }
.tb-blog article.portfolio .tb-portfolio-info li {
  border-bottom:1px solid #e0e0e0;
  padding:9px 0 8px;
}
.tb-blog article.portfolio .tb-portfolio-info li > span {
  color:#333;
  margin-right:11px;
}
.tb-blog article.portfolio .tb-portfolio-info li:first-child { border-top:1px solid #e0e0e0; }
.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:0; }
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a {
  overflow:visible;
  position:absolute;
  color:#2a2a2a;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a i {
  position:relative;
  z-index:2;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:before { background-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:#2a2a2a;
  border-color:#fff;
}
.tb-blog .tb-portfolio-flexslider:hover .flex-direction-nav .flex-prev { left:-17px; }
.tb-blog .tb-portfolio-flexslider:hover .flex-direction-nav .flex-prev i { margin-left:15px; }
.tb-blog .tb-portfolio-flexslider:hover .flex-direction-nav .flex-next { right:-17px; }
.tb-blog .tb-portfolio-flexslider:hover .flex-direction-nav .flex-next i { margin-right:15px; }
@media (min-width: 992px) {
  .single-portfolio .post-navigation { width:75%; }
}
.tb-team .tb-box-inner {
  margin-bottom:30px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  max-width:270px;
  margin-left:auto;
  margin-right:auto;
}
@media (max-width: 768px) {
  .tb-team .tb-box-inner { margin-bottom:30px; }
}
.tb-team .tb-box-inner .tb-image {
  position:relative;
  overflow:hidden;
}
.tb-team .tb-box-inner .tb-image img { display:block; }
.tb-team .tb-box-inner .tb-image .tb-social {
  position:absolute;
  width:0%;
  height:0%;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  border-radius:50%;
  overflow:hidden;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  z-index:3;
}
.tb-team .tb-box-inner .tb-image .tb-social a {
  width:50%;
  height:50%;
  display:inline-block;
  margin:0;
  position:relative;
  margin-top:-8px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  z-index:3;
}
.tb-team .tb-box-inner .tb-image .tb-social a i {
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  position:absolute;
}
.tb-team .tb-box-inner .tb-image .tb-social a:nth-child(2n) { margin-left:-5px; }
.tb-team .tb-box-inner .tb-image .tb-social a:first-child {
  margin:0;
  border-right:1px solid rgba(255,255,255,0.2);
  border-bottom:1px solid rgba(255,255,255,0.2);
}
.tb-team .tb-box-inner .tb-image .tb-social a:nth-child(3) { border-right:1px solid rgba(255,255,255,0.2); }
.tb-team .tb-box-inner .tb-image .tb-social a:nth-child(2) {
  margin-top:0;
  border-bottom:1px solid rgba(255,255,255,0.2);
}
.tb-team .tb-box-inner .tb-image .tb-social a:after {
  content:"";
  background-color:rgba(0,111,166,0.8);
  width:100%;
  height:100%;
  display:inline-block;
  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:-1;
}
.tb-team .tb-box-inner .tb-image .tb-social a:hover { color:#fff !important; }
.tb-team .tb-box-inner .tb-image .tb-social a:hover:after { opacity:1; }
.tb-team .tb-box-inner .tb-image:after {
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.2);
  content:"";
  left:0;
  top:0;
  position:absolute;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-team .tb-box-inner:hover { box-shadow:0 0px 12px rgba(0,0,0,0.175); }
.tb-team .tb-box-inner:hover .tb-image:after, .tb-team .tb-box-inner:hover .tb-image .tb-social { opacity:1; }
.tb-team .tb-box-inner:hover .tb-image .tb-social {
  width:100%;
  height:100%;
  border-radius:0%;
}
.tb-team .tb-image-name {
  padding:30px 0 22px;
  background-color:#fff;
}
.tb-team .tb-image-name .tb-name {
  font-size:20px;
  margin-bottom:6px;
  color:#000;
  font-weight:300;
  text-transform:uppercase;
}
.tb-team .tb-image-name span {
  color:#37499f;
  font-size:12px;
  text-transform:uppercase;
}
.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:#93d500; }
#instafeed a {
  display:inline-block;
  float:left;
  position:relative;
  overflow:hidden;
}
#instafeed a:after {
  background:#93d500;
  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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  transform:scale(0);
  content:"";
}
#instafeed a img {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
#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:Orbitron;
  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:#93d500;
}
.ct-single-banner:hover h2 { color:#93d500; }
.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; }
.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;
}
.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.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  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;
}
.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%);
  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:20px;
  text-transform:uppercase;
  font-weight:600;
}
.porfolio-demo h2:hover { color:#93d500; }
.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:10px;
  color:#fff;
}
.title-features-p {
  margin:0 0 30px;
  color:#fff;
}
.tb-responsive h2.title-features {
  color:#93d500;
  font-weight:400;
}
.tb-responsive .title-features-p {
  color:#93d500;
  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:#93d500;
  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;
}
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-logo {
  height:100px;
  line-height:100px;
}
.tb-logo, .header-widget-right {
  position:relative;
  z-index:2;
}
.tb-logo img, .header-widget-right img { display:block; }
.tb-header-menu-inner .wrap-mini-cart { text-align:right; }
.wrap-mini-cart { height:100px; }
.wrap-mini-cart .widget_mini_icon.widget_searchform_content_wrap { position:relative; }
.wrap-mini-cart .widget_mini_icon.widget_searchform_content_wrap a {
  width:42px;
  height:42px;
  border:2px solid #000;
  text-align:center;
  line-height:40px;
  color:#000;
  font-size:14px;
}
.wrap-mini-cart .widget_mini_icon.widget_searchform_content_wrap .widget_searchform_content {
  position:absolute;
  top:calc(100% + 60px);
  display:none;
  right:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  width:320px;
}
.wrap-mini-cart .widget_mini_icon.widget_searchform_content_wrap .widget_searchform_content input[type="text"] {
  width:calc(100% - 40px);
  display:inline-block;
  border-color:#D3D3D3;
}
.wrap-mini-cart .widget_mini_icon.widget_searchform_content_wrap .widget_searchform_content input[type="submit"] {
  width:40px;
  height:40px;
  display:inline-block;
  float:right;
  color:#191d30;
  background-color:#fff;
  border-color:#D3D3D3;
}
.wrap-mini-cart .widget_mini_icon.widget_searchform_content_wrap .widget_searchform_content.active {
  display:block;
  top:100%;
  -webkit-animation:fadeInUp 0.3s both;
  -moz-animation:fadeInUp 0.3s both;
  -o-animation:fadeInUp 0.3s both;
  animation:fadeInUp 0.3s both;
}
.wrap-mini-cart .widget_mini_icon a {
  color:#000;
  font-size:24px;
  position:relative;
  display:block;
  line-height:initial;
  top:50%;
  transform:translateY(-50%);
}
.wrap-mini-cart .widget_mini_icon a span {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:absolute;
  top:-12px;
  width:20px;
  height:20px;
  text-align:left;
  line-height:20px;
  right:0px;
  font-weight:600;
  font-family:Poppins;
  font-size:12px;
  color:#3a4dab;
}
.wrap-mini-cart .widget_mini_icon .header {
  height:42px;
  position:relative;
  top:27px;
}
.wrap-mini-cart >div.widget_mini_icon {
  width:42px;
  display:inline-block;
  height:100px;
}
.wrap-mini-cart >div.widget_mini_icon:not(:last-child) { margin-right:35px; }
@media (max-width: 1435px) {
  .wrap-mini-cart >div.widget_mini_icon:not(:last-child) { margin-right:0px; }
}
.tb-header-menu .wrap-mini-cart .widget_mini_icon.widget_searchform_content_wrap a {
  position:Relative;
  top:50%;
  transform:translateY(-50%);
}
li.menu_custom >a { display:none; }
@media (min-width: 992px) {
  .tb-header-wrap:not(.tb-header-v2) #nav>li {
    line-height:100px;
    margin-left:1px;
  }
  .tb-header-wrap:not(.tb-header-v2) #nav>li >a {
    position:relative;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    line-height:initial;
  }
  .tb-header-wrap:not(.tb-header-v2) #nav>li >a:after {
    position:absolute;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    top:-4px;
    left:-4px;
    bottom:-4px;
    right:-4px;
    content:"";
    padding-top:5px;
    padding-bottom:5px;
  }
  .tb-header-wrap:not(.tb-header-v2) #nav>li.current_page_item >a, .tb-header-wrap:not(.tb-header-v2) #nav>li:hover >a {
    color:#fff;
    background-color:#93d500;
  }
  .tb-header-wrap:not(.tb-header-v2) #nav>li.current_page_item >a:after, .tb-header-wrap:not(.tb-header-v2) #nav>li:hover >a:after { border:2px solid #93d500; }
}
@media (min-width: 992px) {
  .jws_theme_menu_mobi { display:none; }
}
@media (max-width: 991px) {
  .logo-hidden-mobi { display:none; }
}
@media (max-width: 1199px) {
  .tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .wrap-mini-cart >div { width:60px; }
  .tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .wrap-mini-cart >div a.icon { top:65%; }
  .tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap >span { display:none; }
  .tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .tb-list-icon { text-align:center; }
}
@media (max-width: 991px) {
  .main-content {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
  }
  .jws_theme_menu_mobi {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    position:absolute;
    left:0;
    z-index:1000;
    visibility:hidden;
    width:270px;
    height:90%;
    padding:0;
    font-size:16px;
    overflow-y:auto;
    left:inherit;
  }
  .jws_theme_menu_mobi .tb-menu-mobi-list .tb-menu-list-inner li.menu-item-has-children { position:relative; }
  .jws_theme_menu_mobi .tb-menu-mobi-list .tb-menu-list-inner li.menu-item-has-children:before {
    content:"+";
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    cursor:pointer;
    width:39px;
    height:100%;
    line-height:39px;
    border-right:1px solid rgba(170,170,170,0.2);
    text-align:Center;
    border-left:1px solid rgba(170,170,170,0.2);
  }
  .jws_theme_menu_mobi .tb-menu-mobi-list .tb-menu-list-inner li.menu-item-has-children >ul {
    width:270px !important;
    box-shadow:none;
    height:0;
    overflow:hidden;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
  }
  .jws_theme_menu_mobi .tb-menu-mobi-list .tb-menu-list-inner li.menu-item-has-children:hover >ul { height:initial; }
  .menu-mobi-open .main-content {
    -webkit-transform:translate3d(270px,0,0);
    transform:translate3d(270px,0,0);
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
  }
  .menu-mobi-open .jws_theme_menu_mobi {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    visibility:visible;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    background-color:#fff;
  }
  .tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .tb-list-icon {
    text-align:center;
    margin-top:0;
  }
}
@media (max-width: 991px) {
  #nav >li li ul.dropdown-menu {
    position:initial;
    border:none;
    float:initial;
    padding:0;
    margin:0;
  }
  #nav >li li ul.dropdown-menu >li>a {
    padding:0px 40px;
    line-height:38px;
  }
  #nav >li li ul.dropdown-menu >li>a:hover {
    color:#93d500;
    background-color:transparent;
  }
  #nav >li li:hover ul.dropdown-menu { display:block; }
  #nav li.img-hidden-sm img { display:none; }
  #nav li.img-hidden-sm >a { display:block; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tb-header-v1 .tb-header-menu { background-position:38% bottom; }
}
@media (max-width: 992px) {
  .tb-sidebar-right { line-height:40px; }
  .tb-header-wrap .logo-hidden-mobi {
    display:block;
    padding:20px 0;
  }
  .tb-header-wrap .tb-header-top .mre-widget { border-right:1px solid #717171; }
  .tb-header-wrap .tb-header-top .mre-widget .tb-sidebar .widget ul > li {
    border-left:none;
    padding:0;
  }
  .tb-header-wrap .tb-header-menu .tb-menu-control-mobi { text-align:left; }
  .tb-header-wrap .tb-header-menu .tb-menu-control-mobi >a {
    line-height:50px;
    color:#fff;
    font-size:18px;
  }
  .tb-header-wrap .tb-header-menu .tb-menu-control-mobi >a >i { margin-right:10px; }
  .tb-header-wrap .tb-header-menu .mre-sty-header { text-align:right; }
  .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content {
    display:none;
    height:50px;
    top:calc(100% + 60px);
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
  }
  .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content a.icon_search_wrap {
    width:50px;
    height:50px;
    line-height:50px;
  }
  .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content a.icon_search_wrap >i {
    font-size:18px;
    color:#fff;
  }
  .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content form {
    height:50px;
    z-index:9999;
  }
  .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content form:before, .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content form:after { display:none; }
  .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content form input[type="text"], .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content form button[type="submit"] {
    height:50px;
    background-color:#fff;
  }
  .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content form input[type="text"] >i, .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content form button[type="submit"] >i {
    font-size:18px;
    color:#93d500;
  }
  .tb-header-wrap .tb-header-menu .mre-sty-header .widget_searchform_content.active {
    top:100%;
    display:block;
    -webkit-animation:fadeInUp 0.3s both;
    -moz-animation:fadeInUp 0.3s both;
    -o-animation:fadeInUp 0.3s both;
    animation:fadeInUp 0.3s both;
  }
}
@media (max-width: 1273px) {
  .tb-header-v1 .tb-header-menu .tb-menu { text-align:center; }
  .tb-header-v1 .tb-header-menu .widget_searchform_content { display:none; }
  .wrap-mini-cart >div:not(:last-child) { margin-right:30px; }
  .tb-logo { margin-left:15px; }
}
.tb-header-wrap .tb-header-top .tb-sidebar { display:inline-block; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget_setting_wrap {
  display:inline-block;
  position:relative;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget_setting_wrap .setting_header {
  width:50px;
  height:50px;
  text-align:center;
  line-height:50px;
  background-color:rgba(255,255,255,0.1);
  display:inline-block;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget_setting_wrap .setting_dropdown {
  position:absolute;
  display:none;
  top:100%;
  right:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  box-shadow:0 6px 12px rgba(0,0,0,0.175);
  color:#191d30;
  width:290px;
  padding:30px 0;
  z-index:2;
  background-color:#fff;
}
@media (max-width: 1670px) {
  .tb-header-wrap .tb-header-top .tb-sidebar .widget_setting_wrap .setting_dropdown { left:0; }
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget_setting_wrap .setting_dropdown ul {
  margin:0;
  padding:0;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget_setting_wrap .setting_dropdown ul >li { list-style:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget_setting_wrap .setting_dropdown ul >li i {
  padding:0 25px;
  color:#c4c5c7;
  display:inline-block;
  width:70px;
  text-align:center;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget_setting_wrap .setting_dropdown ul >li span {
  border-left:1px solid #e8e8ea;
  padding:15px 0 15px 30px;
  display:inline-block;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget_setting_wrap .setting_dropdown ul >li .num { display:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget_setting_wrap .setting_dropdown.active { display:block; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget { line-height:50px; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul li:not(:last-child) { border-color:#4659b7; }
@media (max-width: 489px) {
  .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top3 {
    width:100%;
    text-align:center;
  }
}
@media (max-width: 991px) {
  .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top2 { display:none; }
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top2 ul li {
  color:#7385dd;
  font-size:12px;
  font-weight:normal;
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top2 ul li span {
  width:50px;
  height:20px;
  text-align:center;
  line-height:17px;
  font-size:10px;
  font-weight:600;
  border:2px solid #fff;
  display:inline-block;
  text-transform:uppercase;
  position:relative;
  margin-right:25px;
  color:#fff;
}
@media (min-width: 1200px) {
  .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top2 ul li span { margin-left:30px; }
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top2 ul li span:after, .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top2 ul li span:before {
  left:100%;
  top:50%;
  border:2px solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none;
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top2 ul li span:after {
  border-right-color:#3a4dab;
  border-width:5px;
  margin-top:-5px;
  border-left-color:#3a4dab;
  border-right-color:transparent;
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top2 ul li span:before {
  border-right-color:#fff;
  border-width:7px;
  margin-top:-7px;
  border-left-color:#fff;
  border-right-color:transparent;
}
@media (min-width: 1200px) {
  .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top3 { margin-right:40px; }
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget_jws_theme_social_widget ul li {
  cursor:pointer;
  padding:0;
  width:50px;
  color:#7385dd;
  text-align:center;
  height:50px;
  line-height:50px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:relative;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget_jws_theme_social_widget ul li:not(:last-child) { border:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget_jws_theme_social_widget ul li:after {
  content:"";
  width:0;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:0;
  height:3px;
  background-color:#93d500;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget_jws_theme_social_widget ul li:hover { background-color:rgba(39,54,128,0.95); }
.tb-header-wrap .tb-header-top .tb-sidebar .widget_jws_theme_social_widget ul li:hover a { color:#fff; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget_jws_theme_social_widget ul li:hover:after { width:25px; }
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top4 .widget_setting_wrap .setting_dropdown { left:0; }
@media (max-width: 1670px) {
  .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top4 .widget_setting_wrap .setting_dropdown {
    right:0;
    left:initial;
  }
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top4 .widget_setting_wrap .setting_dropdown ul >li span {
  padding-top:10px;
  padding-bottom:10px;
  font-weight:600;
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top4 .widget_setting_wrap .setting_dropdown ul >li .num {
  display:inline-block;
  border:none;
  color:#c4c5c7;
  padding-left:0;
  padding-right:30px;
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top4 .widget_setting_wrap .setting_dropdown ul >li:hover i, .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top4 .widget_setting_wrap .setting_dropdown ul >li:hover span { color:#3a4dab; }
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-top4 .widget_setting_wrap .setting_dropdown ul >li:hover .num { color:#191d30; }
.tb-header-v3 .tb-menu-control-mobi { top:0; }
.tb-header-v3 .tb-menu-control-mobi >a { color:#191d30 !important; }
.tb-header-v3.tb-header-wrap .tb-logo > a { vertical-align:middle; }
@media (min-width: 992px) {
  .tb-header-v3 .tb-header-center { padding:25px 0; }
}
.tb-header-v3 .tb-sidebar-center-1 {
  margin-top:25px;
  left:0;
  width:100%;
}
@media (min-width: 1200px) {
  .tb-header-v3 .tb-sidebar-center-1 { position:absolute; }
}
.tb-header-v3 .tb-sidebar-center-1 .widget_search form input[type="text"] {
  border:none;
  border-bottom:1px solid #e8e8ea;
}
.tb-header-v3 .tb-sidebar-center-1 .widget_search form input[type="submit"] {
  background-color:transparent;
  color:#191d30;
  border-bottom:1px solid #e8e8ea;
  text-align:right;
  height:40px;
}
.tb-header-v3 .tb-sidebar-center-2 { text-align:right; }
.tb-header-v3 .tb-sidebar-center-2 .wrap-mini-cart .widget_mini_icon a span { right:-22px; }
@media (min-width: 992px) {
  .tb-header-v3 .tb-header-menu-db {
    position:absolute;
    width:100%;
    text-align:center;
    background-color:rgba(25,29,48,0.7);
  }
  .tb-header-v3 .tb-header-menu-db #nav>li { line-height:70px; }
  .tb-header-v3 .tb-header-menu-db #nav>li >a { color:#fff; }
}
@media (min-width: 1200px) {
  .tb-header-v5.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content {
    display:block;
    top:6px;
    background-color:transparent;
    padding:0;
  }
  .tb-header-v5.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content >form input[type="text"] {
    border-color:#707177;
    border-right:none;
    right:5px;
    position:absolute;
    border-radius:20px;
    width:12%;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    /* WebKit, Blink, Edge */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10-11 */
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    background-color:transparent;
  }
  .tb-header-v5.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content >form input[type="text"]::-webkit-input-placeholder { color:#fff; }
  .tb-header-v5.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content >form input[type="text"]:-moz-placeholder {
    color:#fff;
    opacity:1;
  }
  .tb-header-v5.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content >form input[type="text"]::-moz-placeholder {
    color:#fff;
    opacity:1;
  }
  .tb-header-v5.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content >form input[type="text"]:-ms-input-placeholder { color:#fff; }
  .tb-header-v5.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content >form input[type="text"]:placeholder-shown { color:#fff; }
  .tb-header-v5.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content >form input[type="submit"] {
    opacity:1;
    border-radius:50%;
    right:5px;
    position:absolute;
    background-color:transparent;
    width:40px;
    line-height:40px;
    height:40px;
    text-align:center;
    border:1px solid #707177;
  }
  .tb-header-v5.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content >form:hover input[type="text"] {
    width:100%;
    background-color:rgba(25,29,48,0.9);
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  #nav > li > a {
    padding-right:15px;
    padding-left:15px;
  }
  .tb-header-wrap { height:100px; }
  .tb-stick-active .tb-header-wrap .tb-menu { width:100%; }
  .tb-header-v1 .header-widget-right .wrap-mini-cart >div.widget_mini_icon.hidden {
    display:inline-block !important;
    visibility:visible !important;
  }
  .tb-header-v1 .tb-header-menu {
    position:absolute;
    left:0;
    width:100%;
    top:0;
    text-align:center;
  }
  .tb-header-v1 .tb-header-menu .wrap-mini-cart { display:none; }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .tb-header-menu #nav > li > a {
    padding-right:15px;
    padding-left:15px;
  }
}
@media (max-width: 992px) {
  .tb-header-v1 .header-widget-right .wrap-mini-cart >div.widget_mini_icon.hidden {
    display:inline-block !important;
    visibility:visible !important;
  }
  .tb-header-v1 .tb-header-menu .wrap-mini-cart { display:none; }
}
@media (max-width: 768px) {
  .tb-products-grid .tb-product-item-inner, .tb-blog-grid:not(.tpl-list) article {
    max-width:360px;
    margin-left:auto;
    margin-right:auto;
  }
  .tb-product-carousel .tb-products-grid.tpl1 .tb-product-item-inner { max-width:262px; }
  .tb-blog-grid article { margin-bottom:30px; }
  .col-20 { display:inline-block; }
  .col-20:not(:first-child) { margin-left:-5px; }
}
@media (max-width: 991px) {
  .tb-header-wrap.tb-header-fixed.tb-header-v2 .tb-header-top .col-xs-5 { text-align:right; }
  .tb-header-wrap.tb-header-fixed.tb-header-v2 .tb-header-top .col-xs-12 { text-align:center; }
  .tb-header-wrap.tb-header-fixed.tb-header-v2 .wrap-mini-cart .widget_mini_icon .header { top:40px; }
}
.lookbook1 .tp-caption { opacity:0.4 !important; }
.lookbook1 .tparrows:before {
  font-family:'ElegantIcons';
  color:#191d30;
  font-size:24px !important;
}
.lookbook1 .tparrows.tp-leftarrow:before { content:"\23"; }
.lookbook1 .tparrows.tp-rightarrow:before { content:"\24"; }
.btn-shop-box .tb-bottom-content { width:97%; }
.btn-shop-box .tb-bottom-content h1 { width:calc(100%); }
.btn-shop-box .tb-bottom-content h1:after { display:none; }
@media (min-width: 1200px) {
  .btn-shop-box .tb-bottom-content h1:before {
    content:"";
    width:430px;
    height:1px;
    background-color:#191d30;
    display:inline-block;
    vertical-align:middle;
    margin-right:20px;
  }
}
@media (min-width: 992px) {
  .tb-lookbook-product { margin-top:200px; }
}
@media (min-width: 1200px) {
  .tb-bottom-content {
    position:absolute;
    width:100%;
    bottom:72px;
  }
}
.tb-bottom-content h1 {
  text-transform:uppercase;
  color:#e7e7e7;
  font-weight:300;
  position:relative;
  overflow:hidden;
}
.tb-bottom-content h1:after {
  border-bottom:1px solid #191d30;
  height:5px;
  width:1000px;
  left:490px;
  top:40%;
  content:"";
  display:block;
  position:absolute;
  margin-left:40px;
}
.tb-bottom-content a {
  font-size:18px;
  font-weight:600;
  border-bottom:1px solid #191d30;
}
.tb-lookbook-wrap {
  max-width:360px;
  overflow:hidden;
  position:relative;
}
@media (max-width: 767px) {
  .tb-lookbook-wrap {
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
  }
}
.tb-lookbook-wrap .tb-lookbook-img { border:15px solid #fff; }
.tb-lookbook-wrap .tb-lookbook-img >img { display:block; }
.tb-lookbook-wrap .tb-lookbook-content {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  padding-left:30px;
  color:#fff;
}
.tb-lookbook-wrap .tb-lookbook-content:before {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  content:"";
  border-right:270px solid transparent;
  border-bottom:580px solid rgba(147,213,0,0.6);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  opacity:0.9;
}
@media (min-width: 1200px) {
  .tb-lookbook-wrap .tb-lookbook-content { padding-top:73px; }
}
.tb-lookbook-wrap .tb-lookbook-content i {
  font-size:40px;
  display:block;
  margin-bottom:55px;
}
.tb-lookbook-wrap .tb-lookbook-content a {
  font-family:poppins;
  font-weight:600;
  border:2px solid #fff;
  padding:0 8px;
  font-size:12px;
  text-transform:uppercase;
  margin-bottom:25px;
  display:inline-block;
  line-height:22px;
  position:relative;
}
.tb-lookbook-wrap .tb-lookbook-content h4 {
  font-size:24px;
  text-transform:uppercase;
  color:#fff;
  width:180px;
  position:relative;
}
.tb-lookbook-wrap:hover .tb-lookbook-content:before { opacity:1; }
@media (min-width: 1200px) {
  .jws_lookbook_v1 {
    position:absolute;
    width:100%;
    bottom:19%;
    left:50%;
    transform:translateX(-50%);
    max-width:1140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-lookbook-wrap { background-color:rgba(0,0,0,0.1); }
  .tb-lookbook-wrap .tb-lookbook-img { border-width:2px; }
  .tb-lookbook-wrap .tb-lookbook-content {
    padding-left:0;
    text-align:center;
  }
  .tb-lookbook-wrap .tb-lookbook-content i {
    margin-top:30px;
    margin-bottom:10px;
  }
  .tb-lookbook-wrap .tb-lookbook-content a { margin-bottom:15px; }
  .tb-lookbook-wrap .tb-lookbook-content h4 { margin:0 auto; }
  .tb-lookbook-wrap .tb-lookbook-content:before { border:none; }
}
@media (min-width: 480px) and (max-width: 767px) {
  .tb-lookbook-wrap .tb-lookbook-content i { margin-top:30px; }
}
@media (max-width: 479px) {
  .tb-lookbook-wrap { background-color:rgba(0,0,0,0.1); }
  .tb-lookbook-wrap .tb-lookbook-img { border-width:2px; }
  .tb-lookbook-wrap .tb-lookbook-content {
    padding-left:0;
    text-align:center;
  }
  .tb-lookbook-wrap .tb-lookbook-content i {
    margin-top:30px;
    margin-bottom:10px;
  }
  .tb-lookbook-wrap .tb-lookbook-content a { margin-bottom:15px; }
  .tb-lookbook-wrap .tb-lookbook-content h4 { margin:0 auto; }
  .tb-lookbook-wrap .tb-lookbook-content:before { border:none; }
}
.tb-bottom-lbcontent h1 {
  text-transform:uppercase;
  font-weight:300;
  color:#e7e7e7;
}
.tb-bottom-lbcontent a {
  font-size:18px;
  font-weight:600;
}
.tb-bottom-lbcontent a:after {
  width:138px;
  height:1px;
  background-color:#191d30;
  content:"";
  display:block;
  margin:0 auto;
}
.tb-lb-product { max-width:780px; }
.tb-lb-product .woocommerce.tb-products-grid [class*='col-'] {
  padding-right:10px;
  padding-left:10px;
}
.tb-lb-product .woocommerce.tb-products-grid .tb-product-item-inner { margin-bottom:20px; }
.tb-lb-product.tb-lb-product-2 { float:right !important; }
.tb-lb-slider {
  max-width:790px;
  margin-left:auto;
  float:right !important;
}
.tb-lb-slider.tb-lb-slider-2 { float:left !important; }
@media (min-width: 1200px) {
  .tb-lbwrap { padding:0 135px; }
  .tb-lbwrap-h5 { padding:0 103px; }
}
@media (max-width: 992px) {
  .tb-lbwrap, .tb-lbwrap-h5 { padding:0 40px; }
}
@media (max-width: 768px) {
  .tb-lbwrap, .tb-lbwrap-h5 { padding:0 15px; }
}
.tb-brand-product.tpl1 .brand-content { margin-left:-5px; }
.tb-brand-product.tpl1 .brand-content .tb-title { right:-177px; }
.tb-brand-product.tpl1 .brand-content:after { left:-200px; }
.tb-brand-product.tpl2 .tb-image { margin-left:-5px; }
.tb-brand-product.tpl2 .tb-image img { margin-left:auto; }
@media (min-width: 992px) {
  .tb-brand-product.tpl2 .brand-content .tb-title {
    left:-177px;
    -webkit-transform:rotate(-90deg) translateY(-50%);
    transform:rotate(-90deg) translateY(-50%);
  }
  .tb-brand-product.tpl2 .brand-content:after { right:-200px; }
}
.tb-brand-product .tb-image, .tb-brand-product .brand-content {
  width:50%;
  display:inline-block;
  vertical-align:middle;
}
.tb-brand-product .brand-content {
  position:relative;
  text-align:center;
}
@media (min-width: 992px) {
  .tb-brand-product .brand-content .tb-title {
    width:530px;
    -webkit-transform:rotate(90deg) translateY(-50%);
    transform:rotate(90deg) translateY(-50%);
    position:absolute;
    top:35%;
  }
}
.tb-brand-product .brand-content .tb-brand-title {
  text-transform:uppercase;
  margin-bottom:20px;
}
@media (max-width: 991px) {
  .tb-brand-product .brand-content .tb-brand-title { font-size:18px; }
}
.tb-brand-product .brand-content .tb-brand-subtitle {
  text-transform:uppercase;
  color:#b4b5b8;
  font-size:18px;
}
@media (max-width: 991px) {
  .tb-brand-product .brand-content .tb-brand-subtitle { font-size:14px; }
}
.tb-brand-product .brand-content img { margin:auto; }
@media (min-width: 1200px) {
  .tb-brand-product .brand-content:after {
    content:"";
    background-color:#191d30;
    width:390px;
    height:1px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
  }
}
@media (min-width: 992px) {
  .tb-lb-product >.tb-products-grid {
    max-width:570px;
    margin:auto;
    margin-right:60px;
  }
}
.tb-lb-product .woocommerce.tb-products-grid [class*='col-'] {
  padding-right:10px;
  padding-left:10px;
}
.tb-lb-product .woocommerce.tb-products-grid .tb-product-item-inner { margin-bottom:20px; }
.tb-lb-product .tb-lbcontent { margin:auto; }
@media (min-width: 1200px) {
  .tb-lb-product .tb-lbcontent {
    width:630px;
    -webkit-transform:rotate(90deg) translateY(-50%);
    transform:rotate(90deg) translateY(-50%);
    position:absolute;
    top:45%;
    right:-255px;
  }
}
.tb-lb-product .tb-lbcontent h1 {
  font-size:70px;
  font-family:Orbitron;
  font-weight:bold;
  color:#e7e7e7;
  text-transform:uppercase;
}
@media (max-width: 1199px) {
  .tb-lb-product .tb-lbcontent h1 { font-size:40px; }
}
@media (min-width: 1200px) {
  .tb-lb-product.tb-lb-product2 .tb-lbcontent {
    -webkit-transform:rotate(-90deg) translateY(-50%);
    transform:rotate(-90deg) translateY(-50%);
    left:-255px;
  }
}
@media (min-width: 992px) {
  .tb-lb-product.tb-lb-product2 >.tb-products-grid { margin-left:60px; }
}
.tb-lb-product-h2 .woocommerce.tb-products-grid [class*='col-'] {
  padding-right:15px;
  padding-left:15px;
}
.tb-lb-product-h2 .woocommerce.tb-products-grid .tb-product-item-inner { margin-bottom:30px; }
@media (min-width: 992px) {
  .tb-lb-product-h2 .woocommerce.tb-products-grid { max-width:570px; }
}
.tb-lb-product-h2 .tb-lbcontent { margin:auto; }
@media (min-width: 1200px) {
  .tb-lb-product-h2 .tb-lbcontent {
    width:630px;
    -webkit-transform:rotate(90deg) translateY(-50%);
    transform:rotate(90deg) translateY(-50%);
    position:absolute;
    top:47%;
    right:-255px;
  }
}
.tb-lb-product-h2 .tb-lbcontent h1 {
  font-size:70px;
  font-family:Orbitron;
  font-weight:bold;
  color:#e7e7e7;
  text-transform:uppercase;
}
@media (max-width: 1199px) {
  .tb-lb-product-h2 .tb-lbcontent h1 { font-size:40px; }
}
@media (min-width: 1200px) {
  .tb-lb-product-h2.tb-lb-product2 .tb-lbcontent {
    -webkit-transform:rotate(-90deg) translateY(-50%);
    transform:rotate(-90deg) translateY(-50%);
    left:-255px;
  }
}
@media (min-width: 992px) {
  .tb-lb-product-h2.tb-lb-product2 >.tb-products-grid { margin-left:60px; }
}
.tb-lb-product-h2.tb-lb-product-h2-2 .woocommerce.tb-products-grid { margin-left:auto; }
@media (min-width: 1200px) {
  .tb-lb-product-h2.tb-lb-product-h2-2 .tb-lbcontent {
    -webkit-transform:rotate(-90deg) translateY(-50%);
    transform:rotate(-90deg) translateY(-50%);
    right:initial;
    left:-255px;
  }
}
.tb-lb-slider-h2 .wpb_revslider_element { max-width:847px; }
.tb-lb-slider-h2.tb-lb-slider-h2-2 .wpb_revslider_element { margin-left:auto; }
.vc_nopadding.vc_row {
  margin-left:30px;
  margin-right:30px;
}
.vc_nopadding.vc_row .vc_column_container>.vc_column-inner { padding:0; }
.tb-lb-product-h3 .woocommerce.tb-products-grid {
  max-width:570px;
  margin:auto;
}
.ro-slider-v3 .wpb_content_element { margin-bottom:0; }
.vc_no-padding.vc_row {
  margin-left:15px;
  margin-right:15px;
}
.tb-lb-banner-h4 .tb-banner.tpl3 { max-width:initial; }
.tb-lb-banner-h4 .tb-banner.tpl3 .hgroup {
  max-width:500px;
  width:100%;
}
.tb-lb-banner-h4 .tb-banner.tpl3 .hgroup h4 { width:initial; }
.tb-lb-product-h4 .tb-about-product {
  max-width:570px;
  margin:auto;
  position:relative;
}
.tb-lb-product-h5 .woocommerce.tb-products-grid {
  max-width:840px;
  margin-left:auto;
}
.tb-lb-product-h5.tb-lb-product-h5-2 .woocommerce.tb-products-grid { margin-left:0; }
@media (max-width: 1960px) {
  .tb-lb-product-h5 .tb-products-tabs4 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab >a >span { padding:0 5px; }
}
.tb-lb-banner-h4 .tb-banner.tpl4 {
  max-width:840px;
  margin-right:auto;
  margin-left:0;
}
.tb-lb-banner-h4.tb-lb-banner-h4-2 .tb-banner.tpl4 {
  margin-left:auto;
  margin-right:0;
}
.venus_title h3 {
  text-transform:uppercase;
  line-height:35px;
}
.venus_title h2 {
  text-transform:uppercase;
  line-height:35px;
}
.venus_title p {
  text-transform:uppercase;
  font-family:Poppins;
  line-height:15px;
}
.venus_title span.line-title {
  width:50px;
  height:2px;
  display:inline-block;
  background-color:#37499f;
  margin:0 auto;
  position:relative;
}
.venus_title span.line-title:after, .venus_title span.line-title:before {
  position:absolute;
  display:inline-block;
  content:"";
  height:2px;
  width:20px;
  margin:2px auto;
  background-color:#37499f;
}
.venus_title span.line-title:before { top:-6px; }
.venus_title span.line-title:after { top:2px; }
.venus_title.tpl1 p {
  border:2px solid #3a4dab;
  color:#3a4dab;
  font-weight:600;
  display:inline-block;
  padding:0 10px;
}
.venus_title.tpl2 h3 {
  line-height:24px;
  margin-bottom:15px;
}
.venus_title.tpl2 p {
  font-weight:300;
  margin-bottom:7px !important;
}
.venus_title.tpl2 span.line-title:after { right:10px; }
.venus_title.tpl2 span.line-title:before { left:10px; }
.venus_title.tpl3 span.line-title:after, .venus_title.tpl3 span.line-title:before {
  left:50%;
  transform:translateX(-50%);
}
.venus_title.tpl4 h3 {
  position:relative;
  margin-bottom:10px;
}
.venus_title.tpl4 h3:after {
  border-top:1px solid #efeff0;
  top:17px;
  content:"";
  position:absolute;
  left:0;
  width:100%;
  z-index:-1;
}
.venus_title.tpl4 h3 span {
  position:relative;
  background-color:#fff;
}
.venus_title.tpl4 h3 span:after, .venus_title.tpl4 h3 span:before {
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#efeff0;
  vertical-align:middle;
  display:inline-block;
}
.venus_title.tpl4 h3 span:after { margin-left:20px; }
.venus_title.tpl4 h3 span:before { margin-right:20px; }
.venus_title.tpl4 p {
  text-transform:initial;
  margin-bottom:4px !important;
}
.venus_title.tpl4 .line-title:after, .venus_title.tpl4 .line-title:before { display:none; }
.venus_title.tpl5 { position:relative; }
.venus_title.tpl5 span.number {
  font-weight:300;
  font-size:100px;
  color:#efeff0;
}
.venus_title.tpl5 h2 {
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
}
.venus_title.tpl5 p {
  color:#a7a8ac;
  margin-top:10px;
  font-size:18px;
}
.venus_title.tpl6 { position:relative; }
.venus_title.tpl6 h2 {
  margin-bottom:12px;
  position:relative;
  overflow:hidden;
}
.venus_title.tpl6 h2:after {
  border-bottom:1px solid #191d30;
  height:5px;
  width:1000px;
  left:420px;
  top:40%;
  content:"";
  display:block;
  position:absolute;
  margin-left:40px;
}
.venus_title.tpl6 span.number {
  font-weight:300;
  font-size:100px;
  color:rgba(25,29,48,0.1);
  position:absolute;
  right:0;
  line-height:50px;
}
.venus_title.tpl6.text-right { width:97%; }
.venus_title.tpl6.text-right span.number {
  left:90px;
  overflow:hidden;
  line-height:90px;
  text-align:left;
  top:-25px;
}
.venus_title.tpl6.text-right span.number:after {
  border-bottom:1px solid #191d30;
  height:5px;
  width:1000px;
  left:250px;
  top:40%;
  content:"";
  display:block;
  position:absolute;
}
.venus_title.tpl6.text-right h2 { width:initial; }
.venus_title.tpl6.text-right h2:after { display:none; }
.venus_title.tpl7 {
  background-color:#fff;
  border-bottom:1px solid #f2f2f2;
}
.venus_title.tpl7 h2 {
  font-size:18px;
  margin-bottom:3px;
  line-height:20px;
}
.venus_title.tpl7 .line-title {
  height:3px;
  width:66px;
  top:9px;
}
.venus_title.tpl7 .line-title:after, .venus_title.tpl7 .line-title:before {
  background-color:transparent;
  width:0px;
  height:0px;
  margin:0;
  border-top:3px solid transparent;
  top:0;
}
.venus_title.tpl7 .line-title:after {
  right:-2px;
  border-left:2px solid #37499f;
}
.venus_title.tpl7 .line-title:before {
  left:-2px;
  border-right:2px solid #37499f;
}
.venus_title.tpl8 .icon-top {
  width:50px;
  height:50px;
  border-radius:50%;
  text-align:center;
  line-height:50px;
  color:#37499f;
  font-size:18px;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
  display:inline-block;
  position:relative;
  margin-bottom:100px;
  margin-top:-25px;
  background-color:#fff;
}
.venus_title.tpl8 .icon-top span {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.venus_title.tpl8 .icon-top:before {
  display:inline-block;
  width:1px;
  height:75px;
  background-color:#d5d5d5;
  content:"";
  position:relative;
  top:50px;
  left:6px;
}
.venus_title.tpl8 .icon-top:after {
  width:10px;
  height:10px;
  border-radius:50%;
  background-color:#d5d5d5;
  display:inline-block;
  position:relative;
  top:55px;
  content:"";
}
.venus_title.tpl8 h2 { margin-bottom:11px; }
.venus_title.tpl9 h2 {
  max-width:150px;
  text-align:left;
  display:inline-block;
  font-size:24px;
  position:relative;
  z-index:2;
  margin-right:55px;
  line-height:32px;
}
.venus_title.tpl9 p {
  display:inline-block;
  font-size:14px;
  text-transform:initial;
}
.venus_title.tpl9 span.number {
  font-size:67px;
  color:#efeff0;
  font-weight:300;
  display:block;
  position:absolute;
  line-height:78px;
  left:130px;
  margin-right:55px;
}
.venus_title.tpl9.text-right p {
  position:relative;
  top:35px;
  right:60px;
}
.venus_title.tpl9.text-right h2 {
  margin-right:0;
  text-align:right;
  float:right;
}
.venus_title.tpl9.text-right span.number {
  left:initial;
  right:65px;
  line-height:70px;
}
.venus_title.tpl9.text-right:after {
  display:block;
  content:"";
  clear:both;
}
.venus_title.tpl9.text-center span.number {
  left:50%;
  transform:translateX(-50%);
  top:-20px;
}
.venus_title.tpl9.text-center h2 {
  max-width:initial;
  margin-right:initial;
  margin-bottom:5px;
}
.venus_title.tpl9.text-center p { display:block; }
.venus_title.tpl10 span.line-title {
  width:170px;
  height:10px;
  background:url(assets/images/line.png) no-repeat;
}
.venus_title.tpl10 span.line-title:after, .venus_title.tpl10 span.line-title:before { display:none; }
.venus_title.tpl10 h2 { margin-bottom:7px; }
.venus_title.tpl10 p {
  text-transform:initial;
  margin-top:10px;
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
  font-size:14px;
  line-height:24px;
}
.venus_title.tpl11 h2 {
  letter-spacing:3px;
  margin-bottom:10px;
}
@media (min-width: 1200px) {
  .venus_title.tpl11 h2 { letter-spacing:10px; }
}
.venus_title.tpl11 p {
  font-size:18px;
  color:#a7a8ac;
}
@media (min-width: 992px) {
  .venus_title.tpl6 {
    position:absolute;
    width:93%;
    z-index:2;
    top:80px;
  }
}
.tb-products-grid { list-style:none; }
.tb-products-grid li.item_product {
  display:inline-block;
  max-width:262px;
}
.tb-products-grid li.item_product.big_item { max-width:555px; }
.tb-products-grid li.item_product img { display:block; }
.woocommerce .venus_title.tpl7 { position:relative; }
.woocommerce .venus_title.tpl7 span.number {
  font-size:70px;
  font-weight:300;
  position:absolute;
  color:#efeff0;
  top:-7px;
  left:-5px;
}
.woocommerce .venus_title.tpl7 h2 {
  position:relative;
  bottom:0px;
}
.woocommerce .venus_title.tpl7 span.line-title { margin-left:0; }
.main-content .ro-discount {
  background:url(assets/images/bg_discount.png) no-repeat;
  background-position:center top !important;
  z-index:2;
}
.tb-discount-wrap .tb-discount-item.tb-discount-decs {
  position:relative;
  margin-top:180px;
}
.tb-discount-wrap .tb-discount-item.tb-discount-decs:after {
  position:absolute;
  content:"DISCOUNT";
  left:50%;
  top:37%;
  -webkit-transform:translate(-50%) rotate(90deg);
  transform:translate(-50%) rotate(90deg);
  color:#ebebec;
  font-size:100px;
  font-family:Poppins;
  font-weight:bold;
  display:block;
  z-index:1;
}
.tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner {
  position:relative;
  z-index:2;
}
.tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner a {
  font-family:Poppins;
  font-weight:600;
  text-transform:uppercase;
  color:#191d30;
}
.tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner a:hover { color:#93d500; }
.tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner .tb-rating-star { display:block; }
.tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner .tb-rating-star:before {
  color:#93d500;
  content:"\f4b3\f4b3\f4b3\f4b3\f4b3";
  font-family:"Ionicons";
  font-size:17px;
  display:block;
}
.tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner .venus_title h3 { margin-bottom:10px; }
.tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner .tb-content { margin-top:40px; }
@media (min-width: 1200px) {
  .tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner .tb-content { padding:0 25px; }
}
.tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner a {
  margin-top:30px;
  display:block;
}
@media (min-width: 1200px) {
  .tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner a {
    margin-top:80px;
    position:relative;
  }
  .tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner a:after, .tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner a:before {
    content:"";
    position:absolute;
    width:120px;
    background-color:#191d30;
    display:inline-block;
    height:1px;
    vertical-align:middle;
    top:10px;
  }
  .tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner a:after { left:300px; }
  .tb-discount-wrap .tb-discount-item.tb-discount-decs .tb-discount-inner a:before { right:300px; }
}
.tb-discount-wrap .tb-discount-item:not(.tb-discount-decs) {
  border:15px solid #fff;
  box-shadow:0 0px 12px rgba(0,0,0,0.175);
  padding:0;
}
.tb-discount-wrap .tb-discount-item:not(.tb-discount-decs) .tb-title-area {
  background-color:#fff;
  padding:35px 0 28px;
}
.tb-discount-wrap .tb-discount-item:not(.tb-discount-decs) .tb-title-area h1 {
  text-transform:uppercase;
  margin:0 !important;
}
.tb-discount-wrap .tb-discount-item:not(.tb-discount-decs) .tb-discount-img img { display:block; }
.tb-countdown-js .tb-box-countdown {
  display:inline-block;
  vertical-align:top;
  text-align:center;
  padding:10px;
}
.tb-countdown-js .tb-box-countdown span {
  display:inline-block;
  font-size:18px;
  color:#FFF;
  font-family:Poppins;
  font-weight:600;
}
.tb-countdown-js .tb-box-countdown p {
  font-size:18px;
  font-weight:600;
  margin:10px 0;
}
.tb-discount-item {
  max-width:380px;
  margin-left:auto;
  margin-right:auto;
}
@media (max-width: 767px) {
  .tb-discount-item {
    float:none;
    margin-bottom:30px;
  }
}
.tb-discount-item .tb-discount-img { position:relative; }
.tb-discount-item .tb-countdown-js {
  background-color:rgba(55,73,159,0.9);
  position:absolute;
  width:100%;
  bottom:0;
}
.tb-discount-item .tb-countdown-js .tb-box-countdown {
  padding:14px 26px;
  position:relative;
}
@media (max-width: 1199px) {
  .tb-discount-item .tb-countdown-js .tb-box-countdown { padding:14px; }
}
.tb-discount-item .tb-countdown-js .tb-box-countdown:not(:last-child):after {
  content:":";
  display:inline-block;
  font-size:18px;
  color:#fff;
  font-weight:bold;
  right:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
.tb-discount-item .tb-countdown-js .tb-box-countdown >span {
  margin-top:3px;
  vertical-align:middle;
  width:32px;
  text-align:center;
}
.tb-discount-item .tb-countdown-js .tb-box-countdown p { display:none; }
.jws_video_featured {
  text-align:center;
  color:#fff;
}
.jws_video_featured .btn-play {
  background:url(assets/images/btn-play.png) no-repeat;
  background-position:center top !important;
  width:100px;
  height:100px;
  margin:0 auto;
  text-indent:-9999px;
}
.jws_video_featured p {
  font-size:Poppins;
  font-weight:300;
  font-size:16px;
}
.jws_video_featured a {
  font-family:Poppins;
  font-weight:600;
  font-size:14px;
  color:#fff;
  margin-top:45px;
  display:block;
}
.jws_video_featured a i {
  margin-left:15px;
  font-size:20px;
  vertical-align:middle;
  margin-top:3px;
  display:inline-block;
}
.jws_video_featured a:hover { color:#93d500; }
.jws_video_featured .tb-title {
  text-transform:capitalize;
  font-size:50px;
  line-height:50px;
  margin:50px 0 30px;
}
.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;
}
.vc_images_carousel { background-color:#fff; }
.vc_images_carousel .owl-carousel .owl-item { padding:40px 0; }
.vc_images_carousel .owl-carousel .owl-item img {
  height:auto;
  margin:0 auto;
  max-width:97px;
  display:block;
}
.wow {
  /* Chrome, Safari, Opera */
  -webkit-animation-duration:2s;
  animation-duration:2s;
}
.tb-highlight-v3.vc_row {
  margin-left:0;
  margin-right:0;
}
.tb-highlight-v3.vc_row .row {
  margin-left:0;
  margin-right:0;
}
.woocommerce.tb-highlight .tb-product-item-inner { margin-bottom:0; }
.woocommerce.tb-highlight .tb-product-item-inner .tb-image {
  max-width:330px;
  display:inline-block;
  padding:20px 0;
  background-color:#fff;
  position:relative;
}
.woocommerce.tb-highlight .tb-product-item-inner .tb-image img {
  display:block;
  max-width:270px;
  height:auto;
}
.woocommerce.tb-highlight .tb-product-item-inner .tb-image:after {
  position:absolute;
  content:"";
}
.woocommerce.tb-highlight .tb-highlight-item {
  position:relative;
  padding:15px;
  margin-bottom:30px;
}
.woocommerce.tb-highlight .tb-highlight-item .tb-content {
  position:relative;
  z-index:3;
  display:inline-block;
}
@media (max-width: 1199px) {
  .woocommerce.tb-highlight .tb-highlight-item .tb-content {
    position:absolute;
    width:100%;
  }
}
.woocommerce.tb-highlight .tb-highlight-item .tb-content .tb-title, .woocommerce.tb-highlight .tb-highlight-item .tb-content .tb-cate {
  color:#191d30;
  font-weight:600;
  text-transform:uppercase;
}
.woocommerce.tb-highlight .tb-highlight-item .tb-content .tb-title a { font-size:30px !important; }
.woocommerce.tb-highlight .tb-highlight-item .tb-content .tb-cate {
  border:2px solid #191d30;
  padding:0px 7px;
  text-align:center;
  line-height:25px;
  display:inline-block;
  font-size:12px;
}
.woocommerce.tb-highlight .tb-highlight-item .tb-content.text-right { text-align:right; }
.woocommerce.tb-highlight .tb-highlight-item .tb-content .tb-price-rating {
  display:block;
  line-height:40px;
}
.woocommerce.tb-highlight .tb-highlight-item .tb-content .tb-price-rating ins span { font-size:36px; }
.woocommerce.tb-highlight .tb-highlight-item .tb-content .tb-price-rating del {
  color:#191d30 !important;
  display:block;
}
.woocommerce.tb-highlight .tb-highlight-item .tb-content .tb-price-rating del span {
  color:#191d30;
  font-weight:300;
}
.woocommerce.tb-highlight .tb-highlight-item .tb-image {
  position:relative;
  z-index:2;
  display:inline-block;
}
.woocommerce.tb-highlight .tb-highlight-item img { display:block; }
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-4 {
  background:url(assets/images/bg-4.jpg) no-repeat;
  background-size:cover;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-4 .tb-product-item-inner .tb-image:after {
  border-left:100px solid #fff;
  border-bottom:240px solid transparent;
  right:-100px;
  top:0;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-4 .tb-product-item-inner .btn-shopnow:after {
  border-left:20px solid #93d500;
  border-bottom:40px solid transparent;
  right:-20px;
  top:0;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-2 {
  background:url(assets/images/bg-2.jpg) no-repeat;
  background-size:cover;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-2 .tb-product-item-inner .tb-image:after {
  border-left:100px solid #fff;
  border-top:240px solid transparent;
  right:-100px;
  top:0;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-2 .tb-product-item-inner .btn-shopnow:after {
  border-left:20px solid #93d500;
  border-top:40px solid transparent;
  right:-20px;
  top:0;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-3 {
  background:url(assets/images/bg-3.jpg) no-repeat;
  background-size:cover;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-3 .tb-product-item-inner .tb-image:after {
  border-right:100px solid #fff;
  border-bottom:240px solid transparent;
  left:-100px;
  top:0;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-3 .tb-product-item-inner .btn-shopnow:after {
  border-right:20px solid #93d500;
  border-bottom:40px solid transparent;
  left:-20px;
  top:0;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-1 {
  background:url(assets/images/bg-1.jpg) no-repeat;
  background-size:cover;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-1 .tb-product-item-inner .tb-image:after {
  border-right:100px solid #fff;
  border-top:240px solid transparent;
  left:-100px;
  top:0;
}
.woocommerce.tb-highlight .tb-highlight-item.tb-highlight-item-1 .tb-product-item-inner .btn-shopnow:after {
  border-right:20px solid #93d500;
  border-top:40px solid transparent;
  left:-20px;
  top:0;
}
.woocommerce.tb-highlight .tb-highlight-item .btn-shopnow {
  background-color:#93d500;
  color:#fff;
  font-weight:600;
  text-transform:uppercase;
  position:absolute;
  width:135px;
  height:1px;
  background-color:#191d30;
  text-align:center;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  line-height:40px;
  right:0;
  z-index:2;
  opacity:0;
  overflow:hidden;
}
.woocommerce.tb-highlight .tb-highlight-item .btn-shopnow:after {
  position:absolute;
  content:"";
  display:inline-block;
}
.woocommerce.tb-highlight .tb-highlight-item:after {
  position:absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:rgba(255,255,255,0.7);
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.woocommerce.tb-highlight .tb-highlight-item:hover:after { background-color:rgba(66,88,190,0.8); }
.woocommerce.tb-highlight .tb-highlight-item:hover .tb-content { color:#fff; }
.woocommerce.tb-highlight .tb-highlight-item:hover .tb-content .tb-cate {
  border-color:#fff;
  color:#fff;
}
.woocommerce.tb-highlight .tb-highlight-item:hover .tb-content ins span, .woocommerce.tb-highlight .tb-highlight-item:hover .tb-content del span, .woocommerce.tb-highlight .tb-highlight-item:hover .tb-content .tb-title a { color:#fff; }
.woocommerce.tb-highlight .tb-highlight-item:hover .tb-content del { color:#fff !important; }
.woocommerce.tb-highlight .tb-highlight-item:hover .btn-shopnow {
  height:40px;
  background-color:#93d500;
  overflow:initial;
  opacity:1;
}
.woocommerce.tb-highlight .tb-highlight-inner .tb-highlight-item .tb-content { margin-top:15px; }
.woocommerce.tb-highlight .tb-highlight-inner .tb-highlight-item .tb-content .tb-title { margin-top:35px; }
.woocommerce.tb-highlight .tb-highlight-inner:nth-child(2n) .tb-highlight-item { padding-right:30px; }
.woocommerce.tb-highlight .tb-highlight-inner:nth-child(2n + 1) .tb-highlight-item { padding-left:30px; }
.woocommerce.tb-highlight .tb-highlight-inner:nth-child(1) .tb-price-rating, .woocommerce.tb-highlight .tb-highlight-inner:nth-child(2) .tb-price-rating { margin-top:40px; }
.woocommerce.tb-highlight .tb-highlight-inner:nth-child(1) .btn-shopnow, .woocommerce.tb-highlight .tb-highlight-inner:nth-child(2) .btn-shopnow {
  bottom:27px;
  right:-97px;
}
.woocommerce.tb-highlight .tb-highlight-inner:nth-child(2) .btn-shopnow {
  left:-82px;
  right:initial;
}
.woocommerce.tb-highlight .tb-highlight-inner:nth-child(3) .tb-cate, .woocommerce.tb-highlight .tb-highlight-inner:nth-child(4) .tb-cate { margin-top:40px; }
.woocommerce.tb-highlight .tb-highlight-inner:nth-child(3) .btn-shopnow, .woocommerce.tb-highlight .tb-highlight-inner:nth-child(4) .btn-shopnow {
  top:17px;
  right:-70px;
  z-index:2;
  display:inline-block;
}
.woocommerce.tb-highlight .tb-highlight-inner:nth-child(4) .btn-shopnow {
  left:-88px;
  right:initial;
}
@media (max-width: 1199px) {
  .woocommerce.tb-highlight .tb-highlight-inner .btn-shopnow { display:none; }
}
@media (min-width: 1200px) {
  .tb-highlight-v2 .tb-highlight { margin-top:-95px; }
}
.tb-saleup { color:#fff; }
.tb-saleup h1 {
  color:#fff;
  font-weight:300;
}
.tb-saleup h1 .num {
  color:#93d500;
  background-color:transparent;
  border-radius:0;
  position:relative;
}
.tb-saleup a {
  text-transform:uppercase;
  font-weight:600;
  margin-top:20px;
  display:inline-block;
}
.tb-saleup a:after {
  content:"\24";
  font-family:'ElegantIcons';
  color:#191d30;
  vertical-align:middle;
  display:inline-block;
  color:#fff;
  margin-left:20px;
}
.tb-saleup a:hover { color:#93d500; }
.tb-saleup a:hover:after { color:#93d500; }
.tb-highlight.tpl2 .tb-product-item-inner {
  padding:45px;
  max-width:640px;
  height:350px;
  margin:0 auto;
}
@media (max-width: 1200px) {
  .tb-highlight.tpl2 .tb-product-item-inner { padding-left:15px; }
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-content, .tb-highlight.tpl2 .tb-product-item-inner .tb-image {
  width:50%;
  display:inline-block;
  vertical-align:top;
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-action {
  position:absolute;
  bottom:30px;
  right:45px;
}
@media (max-width: 1200px) {
  .tb-highlight.tpl2 .tb-product-item-inner .tb-action { right:0px; }
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-image {
  margin-right:-5px;
  position:static;
  background-color:transparent;
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-image .onsale {
  right:-55px;
  -webkit-transform:rotate(0);
  transform:rotate(0);
  font-size:14px;
  color:#fff;
  font-weight:300;
  top:initial;
  bottom:0;
  left:-144px;
  width:185px;
  height:40px;
  line-height:35px;
  background-color:rgba(0,0,0,0.05);
  border-radius:20px;
  text-align:center;
  text-transform:capitalize;
  padding-right:40px;
  min-height:initial;
}
@media (max-width: 1050px) {
  .tb-highlight.tpl2 .tb-product-item-inner .tb-image .onsale {
    width:150px;
    left:-110px;
  }
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-image .onsale:before { display:none; }
.tb-highlight.tpl2 .tb-product-item-inner .tb-image img {
  width:initial;
  margin:0 auto;
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-image .btn-shopnow {
  width:205px;
  height:40px;
  text-align:center;
  padding-left:20px;
  border:2px solid #fff;
  position:relative;
  border-radius:20px;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  color:#fff;
  line-height:40px;
  display:inline-block;
}
@media (max-width: 1050px) {
  .tb-highlight.tpl2 .tb-product-item-inner .tb-image .btn-shopnow { width:170px; }
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-image .btn-shopnow:before {
  content:"";
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  border-radius:50%;
  background-color:#fff;
  content:"\35";
  color:#191d30;
  font-family:'ElegantIcons';
  display:inline-block;
  position:absolute;
  left:4px;
  top:50%;
  transform:translateY(-50%);
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-image:hover .tb-action { left:initial; }
.tb-highlight.tpl2 .tb-product-item-inner .tb-content .tb-detail {
  width:80px;
  height:80px;
  line-height:80px;
  text-align:center;
  color:#fff;
  background-color:rgba(255,255,255,0.2);
  font-size:30px;
  position:absolute;
  top:50%;
  left:30%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  border-radius:50%;
  opacity:0;
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-content .tb-detail i { vertical-align:middle; }
.tb-highlight.tpl2 .tb-product-item-inner .tb-content .tb-detail:after {
  content:"";
  border:12px solid rgba(255,255,255,0.1);
  position:absolute;
  top:-12px;
  left:-12px;
  right:-12px;
  bottom:-12px;
  border-radius:50%;
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-content .tb-price-rating {
  position:absolute;
  bottom:40px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
@media (max-width: 1640px) {
  .tb-highlight.tpl2 .tb-product-item-inner .tb-content .tb-price-rating { bottom:80px; }
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price del {
  display:block;
  margin-bottom:15px;
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-content .tb-price-rating .tb-product-price ins span {
  font-size:36px;
  color:#fff;
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-content .tb-cate {
  width:105px;
  height:25px;
  border:2px solid #fff;
  color:#fff;
  text-transform:uppercase;
  font-weight:600;
  text-align:center;
  font-size:12px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-content .tb-title {
  font-size:30px;
  font-weight:600;
  margin-top:23px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-highlight.tpl2 .tb-product-item-inner .tb-content .tb-title a { color:#fff; }
.tb-highlight.tpl2 .tb-product-item-inner:hover .tb-content .tb-cate, .tb-highlight.tpl2 .tb-product-item-inner:hover .tb-content .tb-title, .tb-highlight.tpl2 .tb-product-item-inner:hover .tb-content .tb-price-rating { opacity:0; }
.tb-highlight.tpl2 .tb-product-item-inner:hover .tb-content .tb-detail {
  opacity:1;
  -webkit-animation:zoomInDown 0.3s both;
  -moz-animation:zoomInDown 0.3s both;
  -o-animation:zoomInDown 0.3s both;
  animation:zoomInDown 0.3s both;
}
.tb-highlight.tpl2 .tb-product-item-inner:hover .tb-image .tb-action .onsale { opacity:0; }
.tb-highlight.tpl2 [class*="col-"]:nth-child(1n) { background:url(assets/images/bg-hl1.png) no-repeat; }
@media (max-width: 768px) {
  .tb-highlight.tpl2 [class*="col-"]:nth-child(1n) { background-size:cover; }
}
.tb-highlight.tpl2 [class*="col-"]:nth-child(2n) { background:url(assets/images/bg-hl2.png) no-repeat; }
@media (max-width: 768px) {
  .tb-highlight.tpl2 [class*="col-"]:nth-child(2n) { background-size:cover; }
}
.tb-highlight.tpl2 [class*="col-"]:nth-child(3n) { background:url(assets/images/bg-hl3.png) no-repeat; }
@media (max-width: 768px) {
  .tb-highlight.tpl2 [class*="col-"]:nth-child(3n) { background-size:cover; }
}
.tb-box-banner {
  width:500px;
  text-align:center;
  height:250px;
  margin:0 auto;
  background-color:rgba(55,73,159,0.8);
}
.tb-box-banner .tb-box-banner-inner {
  position:relative;
  display:block;
  top:50%;
  transform:translateY(-50%);
}
.tb-box-banner p.tb-title-top {
  font-family:Poppins;
  font-weight:300;
  font-size:24px;
  text-transform:uppercase;
  display:inline-block;
}
.tb-box-banner p.tb-title-top:before, .tb-box-banner p.tb-title-top:after {
  content:"\e031";
  font-family:'ElegantIcons';
  display:inline-block;
  font-size:12px;
  color:#93d500;
  vertical-align:top;
}
.tb-box-banner p.tb-title-top:before { margin-right:30px; }
.tb-box-banner p.tb-title-top:after { margin-left:30px; }
.tb-box-banner h1 {
  color:#fff;
  text-transform:uppercase;
  line-height:50px;
  font-size:50px;
  margin-top:7px;
}
.tb-box-banner .btn-viewall {
  position:relative;
  display:block;
  width:153px;
  height:33px;
  line-height:33px;
  background-color:#93d500;
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  font-weight:600;
  margin-left:auto;
  margin-right:auto;
}
.tb-box-banner .btn-viewall:after {
  position:absolute;
  content:"";
  top:-4px;
  left:-4px;
  right:-4px;
  bottom:-4px;
  border:2px solid #93d500;
}
.tb-banner-product {
  max-width:555px;
  margin:0 auto;
  height:311px;
  position:relative;
  background-color:#ececec;
}
@media (max-width: 767px) {
  .tb-banner-product { margin-bottom:30px; }
}
.tb-banner-product .tb-banner-price {
  position:absolute;
  top:40px;
  left:50%;
  transform:translateX(-50%);
  font-size:18px;
  color:#fff;
  font-weight:600;
  width:70px;
  height:70px;
  text-align:center;
  line-height:70px;
  z-index:2;
  display:block;
}
.tb-banner-product .tb-banner-price:after {
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  border:5px solid #fff;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  background-color:#191d32;
  z-index:-1;
  box-shadow:8px 0px 3px rgba(0,0,0,0.175);
}
.tb-banner-product .banner-content {
  background-color:#37499f;
  color:#fff;
  position:absolute;
  width:300px;
  top:0;
  height:100%;
  padding-left:30px;
  padding-top:30px;
  overflow-y:hidden;
}
@media (min-width: 992px) {
  .tb-banner-product .banner-content { padding-top:81px; }
}
.tb-banner-product .banner-content:after, .tb-banner-product .banner-content:before {
  position:absolute;
  content:"";
  top:0;
}
.tb-banner-product .banner-content .tb-banner-title {
  font-size:24px;
  font-weight:300;
  text-transform:uppercase;
  color:#fff;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  opacity:0.3;
}
.tb-banner-product .banner-content i {
  font-size:30px;
  color:#fff;
}
.tb-banner-product .banner-content h4 {
  color:#93d500;
  text-transform:uppercase;
  font-weight:600;
}
.tb-banner-product.tpl1 .banner-content:after, .tb-banner-product.tpl1 .banner-content:before { right:0; }
.tb-banner-product.tpl1 .banner-content:after {
  border-top:320px solid #ececec;
  border-left:100px solid transparent;
}
.tb-banner-product.tpl1 .banner-content:before {
  border-top:320px solid #fff;
  border-left:150px solid transparent;
}
.tb-banner-product.tpl2 .banner-content {
  text-align:right;
  right:0;
  padding-left:initial;
  padding-right:30px;
}
.tb-banner-product.tpl2 .banner-content .tb-banner-title { right:30px; }
.tb-banner-product.tpl2 .banner-content:after, .tb-banner-product.tpl2 .banner-content:before { left:0; }
.tb-banner-product.tpl2 .banner-content:after {
  border-top:320px solid #ececec;
  border-right:100px solid transparent;
}
.tb-banner-product.tpl2 .banner-content:before {
  border-top:320px solid #fff;
  border-right:150px solid transparent;
}
.tb-banner-product.tpl3 {
  max-width:360px;
  background-color:#fff;
}
.tb-banner-product.tpl3 .tb-banner-price {
  left:initial;
  transform:initial;
  right:40px;
}
.tb-banner-product.tpl3 img.img-responsive {
  position:absolute;
  z-index:2;
  left:32%;
  top:9%;
  display:inline-block;
}
.tb-banner-product.tpl3 .banner-content .tb-banner-title {
  font-size:14px;
  font-weight:600;
  border:2px solid #fff;
  border-bottom:none;
  left:2px;
  opacity:1;
  width:130px;
  height:30px;
  line-height:46px;
  text-align:center;
}
.tb-banner-product.tpl3 .banner-content:before { border-top-color:#ececec; }
.tb-banner-product.tpl3 .banner-content:after { border-top-color:#fff; }
.tb-banner-product.tpl3 .banner-content .tb-banner-content .tb-sub-title {
  font-size:24px;
  font-weight:300;
  color:#fff;
  text-transform:uppercase;
  position:absolute;
  left:-36%;
}
.tb-banner-product.tpl3 .banner-content .tb-banner-title, .tb-banner-product.tpl3 .banner-content .tb-sub-title {
  top:46%;
  -webkit-transform:rotate(90deg) translateY(-50%);
  transform:rotate(90deg) translateY(-50%);
}
.tb-banner {
  position:relative;
  max-width:263px;
  margin:0 auto;
}
@media (max-width: 767px) {
  .tb-banner { margin-bottom:30px; }
}
.tb-banner .hgroup {
  position:absolute;
  top:45%;
}
.tb-banner .hgroup h4 {
  font-weight:600;
  text-transform:uppercase;
  color:#fff;
  margin-bottom:0;
  width:130px;
  height:40px;
  background-color:rgba(25,29,48,0.8);
  line-height:40px;
  display:inline-block;
  text-align:center;
}
.tb-banner .hgroup h4:after, .tb-banner .hgroup h4:before {
  content:"";
  position:absolute;
}
.tb-banner.tpl1 .hgroup {
  -webkit-transform:rotate(-90deg) translateY(-50%);
  transform:rotate(-90deg) translateY(-50%);
  left:-25px;
}
.tb-banner.tpl1 .hgroup h4:after {
  right:-20px;
  border-left:20px solid rgba(25,29,48,0.8);
  border-bottom:40px solid transparent;
}
.tb-banner.tpl1 .hgroup h4:before {
  left:-20px;
  border-right:20px solid rgba(25,29,48,0.8);
  border-bottom:40px solid transparent;
}
.tb-banner.tpl2 .hgroup {
  -webkit-transform:rotate(90deg) translateY(-50%);
  transform:rotate(90deg) translateY(-50%);
  right:-25px;
}
.tb-banner.tpl2 .hgroup h4:after {
  left:-20px;
  border-right:20px solid rgba(25,29,48,0.8);
  border-bottom:40px solid transparent;
}
.tb-banner.tpl2 .hgroup h4:before {
  right:-20px;
  border-left:20px solid rgba(25,29,48,0.8);
  border-bottom:40px solid transparent;
}
.tb-banner.tpl3 { max-width:570px; }
.tb-banner.tpl3 .hgroup {
  width:400px;
  height:330px;
  position:absolute;
  display:inline-block;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  background-color:rgba(255,255,255,0.8);
  color:#191d30;
  text-align:center;
  padding-top:70px;
}
.tb-banner.tpl3 .hgroup h4 {
  font-size:36px;
  color:#191d30;
  background-color:transparent;
  margin-bottom:5px;
}
.tb-banner.tpl3 .hgroup p.font-raymond-2 {
  text-transform:uppercase;
  margin-bottom:25px !important;
}
.tb-banner.tpl3 .hgroup .tb-content {
  max-width:310px;
  margin:0 auto;
}
.tb-banner.tpl3 .hgroup .tb-rating-star { display:block; }
.tb-banner.tpl3 .hgroup .tb-rating-star:before {
  color:#93d500;
  content:"\f4b3\f4b3\f4b3\f4b3\f4b3";
  font-family:"Ionicons";
  font-size:17px;
  display:block;
}
.tb-banner.tpl4 {
  text-align:center;
  max-width:295.5px;
}
.tb-banner.tpl4 .hgroup {
  top:50%;
  width:100%;
  transform:translateY(-50%);
}
.tb-banner.tpl4 .hgroup .tb-button {
  width:105px;
  height:25px;
  text-align:center;
  font-weight:600;
  font-size:12px;
  color:#fff;
  border-radius:20px;
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  border:2px solid #fff;
  text-transform:uppercase;
}
.tb-banner.tpl4 .hgroup h4 {
  background-color:transparent;
  font-size:70px;
  font-weight:600;
  width:initial;
  height:initial;
  line-height:70px;
  margin-top:50px;
}
.tb-banner.tpl4 .hgroup p.font-raymond-2 {
  color:#fff;
  font-size:18px;
  font-weight:300;
}
.tb-banner.tpl4 .hgroup .tb-goshop {
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  font-weight:600;
}
.tb-banner.tpl4 .hgroup .tb-goshop i {
  margin-left:10px;
  vertical-align:middle;
  font-size:18px;
  display:inline-block;
}
.tb-banner.tpl5 {
  max-width:960px;
  text-align:center;
  color:#fff;
  position:relative;
}
.tb-banner.tpl5 .hgroup {
  max-width:540px;
  width:100%;
  height:250px;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  background-color:rgba(55,73,159,0.8);
}
.tb-banner.tpl5 .hgroup h4 {
  margin-top:39px;
  background-color:transparent;
  width:initial;
  font-size:24px;
  position:relative;
  font-weight:300;
  display:inline-block;
}
.tb-banner.tpl5 .hgroup h4:after, .tb-banner.tpl5 .hgroup h4:before {
  content:"";
  width:13px;
  height:14px;
  background:url(assets/images/star.png) no-repeat;
  display:inline-block;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
.tb-banner.tpl5 .hgroup h4:after { right:-30px; }
.tb-banner.tpl5 .hgroup h4:before { left:-30px; }
.tb-banner.tpl5 .hgroup p {
  font-size:50px;
  font-weight:600;
  text-transform:uppercase;
  line-height:39px;
  margin-top:17px;
}
.tb-banner.tpl5 .hgroup a {
  font-size:14px;
  width:153px;
  height:32px;
  margin:auto;
  position:relative;
  background-color:#93d500;
  display:inline-block;
  line-height:32px;
}
.tb-banner.tpl5 .hgroup a:after {
  border:2px solid #93d500;
  position:absolute;
  top:-4px;
  left:-4px;
  right:-4px;
  bottom:-4px;
  content:"";
}
.tb-banner.tpl6 {
  text-align:center;
  max-width:initial;
  padding:60px 0 40px;
  width:100%;
  height:100%;
  position:relative;
  border:5px solid #f6f6f6;
}
.tb-banner.tpl6 h4.font-raymond-2 {
  font-size:30px;
  text-transform:uppercase;
  font-weight:600;
  color:#191d30;
  margin-bottom:10px;
}
.tb-banner.tpl6 p.font-raymond-2 {
  font-size:12px;
  margin-bottom:42px !important;
}
.tb-banner.tpl6 .hgroup {
  position:initial;
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
  margin-top:45px;
}
.tb-banner.tpl6 img {
  margin-left:auto;
  margin-right:auto;
}
.tb-banner.tpl6:after, .tb-banner.tpl6:before {
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  background:url(assets/images/logo-ban.jpg) no-repeat center #fff;
  top:-35px;
  width:120px;
  height:70px;
  z-index:2;
  display:inline-block;
}
.tb-banner.tpl6:before {
  background:url(assets/images/icon-line.jpg) no-repeat center #fff;
  top:initial;
  bottom:-35px;
}
.tb-deal-product { position:relative; }
.tb-deal-product:after {
  position:absolute;
  border:10px solid #fff;
  top:50px;
  left:50px;
  right:50px;
  bottom:50px;
  content:"";
  display:inline-block;
  box-shadow:0 0px 5px rgba(0,0,0,0.175);
}
.tb-deal-product .tb-title {
  text-transform:uppercase;
  font-weight:600;
  color:#191d30;
  padding-bottom:12px;
  margin:0;
}
.tb-deal-product .tb-sub-title { text-transform:capitalize; }
.tb-deal-product .tb-product-item {
  height:500px;
  position:relative;
  z-index:2;
}
.tb-deal-product .tb-product-item .tb-product-price {
  width:100px;
  height:100px;
  line-height:100px;
  text-align:center;
  background:url(assets/images/bg-price.png) no-repeat;
  position:absolute;
  font-weight:600;
  font-size:18px;
  color:#fff;
}
.tb-deal-product .tb-product-item-1 { text-align:right; }
.tb-deal-product .tb-product-item-1 .tb-title, .tb-deal-product .tb-product-item-1 .tb-sub-title {
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
  display:block;
  position:absolute;
  bottom:20%;
  background-color:#f6f6f6;
}
.tb-deal-product .tb-product-item-1 .tb-product-price { bottom:0; }
.tb-deal-product .tb-product-item-1 img {
  position:relative;
  top:16%;
}
.tb-deal-product .tb-product-item-1 .tb-title {
  right:-39%;
  padding-bottom:15px;
  padding-top:10px;
}
.tb-deal-product .tb-product-item-1 .tb-sub-title {
  right:-35px;
  bottom:7%;
  padding-bottom:10px;
}
.tb-deal-product .tb-product-item-2 .tb-product-price {
  top:0;
  right:0;
}
.tb-deal-product .tb-product-item-2 img {
  position:relative;
  top:38%;
}
.tb-deal-product .tb-product-item-2 .tb-title, .tb-deal-product .tb-product-item-2 .tb-sub-title {
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
  display:block;
  position:absolute;
  top:20%;
  background-color:#f6f6f6;
}
.tb-deal-product .tb-product-item-2 .tb-title {
  left:-39%;
  padding-bottom:15px;
  padding-top:10px;
}
.tb-deal-product .tb-product-item-2 .tb-sub-title {
  left:-65px;
  top:15%;
  padding-bottom:10px;
}
.tb-deal-product .tb-deal-content {
  z-index:2;
  position:relative;
  height:500px;
  color:#fff;
  max-width:300px;
  margin:0 auto;
  background:url(assets/images/bg-cd-deal.png) no-repeat;
  background-size:cover;
}
.tb-deal-product .tb-deal-content .tb-cate {
  width:70px;
  height:25px;
  line-height:25px;
  text-align:center;
  border:2px solid #fff;
  margin:0 auto;
  font-weight:600;
  margin-top:60px;
  display:inline-block;
}
.tb-deal-product .tb-deal-content .tb-title {
  color:#fff;
  margin-top:5px;
  display:inline-block;
}
.tb-deal-product .tb-deal-content h4 {
  color:#fff;
  font-weight:600;
}
.tb-deal-product .tb-deal-content .tb-countdown-js {
  top:50%;
  background-color:transparent;
}
.tb-deal-product .tb-deal-content .tb-countdown-js .tb-box-countdown { padding:15px 18px; }
.tb-deal-product .tb-deal-content .tb-countdown-js .tb-box-countdown:after { right:-5px; }
.tb-deal-product .tb-deal-content .btn-deal {
  position:absolute;
  width:153px;
  height:33px;
  line-height:33px;
  background-color:#93d500;
  text-align:center;
  left:50%;
  transform:translateX(-50%);
  bottom:60px;
  text-transform:uppercase;
  font-weight:600;
}
.tb-deal-product .tb-deal-content .btn-deal:after {
  content:"";
  position:absolute;
  top:-4px;
  left:-4px;
  right:-4px;
  bottom:-4px;
  border:2px solid #93d500;
}
.tb-about-product .tb-product-price {
  position:absolute;
  top:40px;
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  font-size:18px;
  color:#fff;
  font-weight:600;
  width:70px;
  height:70px;
  text-align:center;
  line-height:70px;
  z-index:2;
  display:block;
}
.tb-about-product .tb-product-price:after {
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  border:5px solid #fff;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  background-color:#191d32;
  z-index:-1;
  box-shadow:8px 0px 3px rgba(0,0,0,0.175);
}
.tb-about-product .tb-product-item { position:relative; }
.tb-about-product .tb-product-item .tb-product-image, .tb-about-product .tb-product-item .tb-product-content {
  width:50%;
  display:inline-block;
  vertical-align:top;
}
.tb-about-product .tb-product-item .tb-title, .tb-about-product .tb-product-item .tb-sub-title {
  text-transform:uppercase;
  margin-bottom:10px;
}
@media (min-width: 768px) {
  .tb-about-product .tb-product-item .tb-title, .tb-about-product .tb-product-item .tb-sub-title {
    position:absolute;
    top:50%;
  }
}
.tb-about-product .tb-product-item .tb-sub-title, .tb-about-product .tb-product-item .tb-num { color:#e7e7e7; }
.tb-about-product .tb-product-item .tb-num {
  font-size:70px;
  line-height:70px;
}
.tb-about-product .tb-product-item.tb-product-item-1 .tb-product-content { margin-left:-5px; }
.tb-about-product .tb-product-item.tb-product-item-2 .tb-product-image {
  margin-left:-5px;
  vertical-align:bottom;
}
@media (min-width: 768px) {
  .tb-about-product .tb-product-item.tb-product-item-1 .tb-title, .tb-about-product .tb-product-item.tb-product-item-1 .tb-sub-title {
    -webkit-transform:rotate(90deg) translateY(-50%);
    transform:rotate(90deg) translateY(-50%);
  }
  .tb-about-product .tb-product-item.tb-product-item-1 .tb-title {
    right:-96px;
    top:115px;
  }
  .tb-about-product .tb-product-item.tb-product-item-1 .tb-sub-title {
    right:-12px;
    top:67px;
  }
  .tb-about-product .tb-product-item.tb-product-item-1 .tb-num {
    text-align:right;
    margin-right:80px;
    margin-top:30px;
    position:relative;
  }
  .tb-about-product .tb-product-item.tb-product-item-1 .tb-num:after {
    position:absolute;
    content:"";
    height:1px;
    width:190px;
    background-color:#191d30;
    display:inline-block;
    left:-100px;
    top:40%;
    z-index:2;
  }
  .tb-about-product .tb-product-item.tb-product-item-2 .tb-title, .tb-about-product .tb-product-item.tb-product-item-2 .tb-sub-title {
    -webkit-transform:rotate(-90deg) translateY(-50%);
    transform:rotate(-90deg) translateY(-50%);
  }
  .tb-about-product .tb-product-item.tb-product-item-2 .tb-title {
    left:-93px;
    top:128px;
  }
  .tb-about-product .tb-product-item.tb-product-item-2 .tb-sub-title {
    top:178px;
    left:-10px;
  }
  .tb-about-product .tb-product-item.tb-product-item-2 .tb-num {
    margin-left:80px;
    margin-top:30px;
    position:relative;
  }
  .tb-about-product .tb-product-item.tb-product-item-2 .tb-num:after {
    position:absolute;
    content:"";
    height:1px;
    width:190px;
    background-color:#191d30;
    display:inline-block;
    right:-100px;
    top:40%;
    z-index:2;
  }
}
.tb-about-product.tpl2 .tb-product-item-2 .tb-product-image { vertical-align:top; }
.tb-about-product.tpl2 .tb-product-item-2 .tb-title {
  left:-77px;
  top:90px;
}
.tb-about-product.tpl2 .tb-product-item-2 .tb-sub-title {
  top:45px;
  left:3px;
}
.tb-about-product.tpl2 .tb-product-item-1 .tb-product-content { vertical-align:bottom; }
.tb-about-product.tpl2 .tb-product-item-1 .tb-title {
  right:-103px;
  top:130px;
}
.tb-about-product.tpl2 .tb-product-item-1 .tb-sub-title {
  right:-12px;
  top:192px;
}
.tb-about-product.tpl2 .tb-product-item-1 .tb-num { margin-bottom:17px; }
.tb-countdown { text-align:center; }
.tb-countdown .tb-box-countdown { position:relative; }
.tb-countdown .tb-box-countdown span {
  width:125px;
  height:125px;
  border-radius:50%;
  line-height:125px;
  font-size:36px;
  font-weight:300;
  color:#191d30;
  border:1px solid #93d500;
}
.tb-countdown .tb-box-countdown:nth-child(2) span { border-color:#37499f; }
.tb-countdown .tb-box-countdown:nth-child(3) span { border-color:#40b8cb; }
.tb-countdown .tb-box-countdown:nth-child(4) span { border-color:#92ce2f; }
@media (min-width: 992px) {
  .tb-countdown .tb-box-countdown:not(:last-child) { margin-right:70px; }
}
.tb-countdown .tb-box-countdown:not(:last-child) span { position:relative; }
.tb-countdown .tb-box-countdown:not(:last-child) span:after {
  width:50px;
  height:1px;
  background-color:#e1e1e1;
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:calc(100% + 20px);
}
.tb-countdown .tb-box-countdown p {
  font-size:18px;
  text-transform:uppercase;
  margin-top:25px;
}
.tb-countdown { text-align:center; }
.tb-countdown .tb-subtitle {
  max-width:805px;
  margin-left:auto;
  margin-right:auto;
}
.tb-countdown .venus_title h3 {
  font-size:70px;
  line-height:70px;
  display:inline-block;
  background-color:#fff;
}
@media (min-width: 992px) {
  .tb-countdown .venus_title h3 {
    padding-left:30px;
    padding-right:30px;
  }
}
.tb-countdown .venus_title .line-title { display:block; }
.tb-countdown .widget_search {
  width:770px;
  margin-left:auto;
  margin-right:auto;
}
.tb-countdown .widget_search input[type="text"], .tb-countdown .widget_search input[type="submit"] {
  height:60px;
  width:calc( 100% - 190px );
}
.tb-countdown .widget_search input[type="submit"] {
  width:190px;
  font-size:18px;
}
.tb-countdown .widget_jws_theme_social_widget .wg-title {
  text-transform:uppercase;
  font-size:18px;
  margin-bottom:20px;
}
.tb-countdown ul.wg-footer-socials {
  display:inline-block;
  background-color:#fff;
}
@media (min-width: 992px) {
  .tb-countdown ul.wg-footer-socials {
    padding-left:30px;
    padding-right:30px;
  }
}
.tb-countdown ul.wg-footer-socials li { padding:2px 0; }
.tb-countdown ul.wg-footer-socials li a {
  width:55px;
  height:55px;
  background-color:transparent;
  text-align:center;
  display:inline-block;
  line-height:55px;
  position:relative;
}
.tb-countdown ul.wg-footer-socials li a span {
  position:absolute;
  border:none;
  width:100%;
  width:350px;
  text-align:center;
  bottom:-70px;
  left:50%;
  transform:translateX(-50%);
  padding:0;
  font-size:10px;
  text-transform:uppercase;
  font-weight:600;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  color:#191d30;
}
.tb-countdown ul.wg-footer-socials li a:after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border:2px solid;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.tb-countdown ul.wg-footer-socials li:hover { border-color:#fff; }
.tb-countdown ul.wg-footer-socials li:hover a {
  background-color:#93d500;
  color:#fff;
}
.tb-countdown ul.wg-footer-socials li:hover a:after {
  top:2px;
  left:2px;
  right:2px;
  bottom:2px;
  border-color:#fff;
}
@media (min-width: 1200px) {
  .tb-countdown ul.wg-footer-socials li:not(:last-child) { margin-right:55px; }
  .tb-countdown ul.wg-footer-socials li:hover a span {
    opacity:1;
    bottom:-50px;
  }
}
@media (min-width: 992px) {
  .tb-countdown .vc_column_container { position:relative; }
  .tb-countdown .vc_column_container:after {
    position:absolute;
    border:5px solid #f4f4f4;
    left:0;
    right:0;
    bottom:60px;
    top:30px;
    content:"";
    z-index:-1;
  }
}
.tb-gallery { position:relative; }
.tb-gallery .icon_images {
  position:absolute;
  font-size:36px;
  color:#fff;
  top:48%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  text-align:center;
  width:100px;
  height:100px;
  line-height:100px;
  z-index:2;
}
.tb-gallery .icon_images:after {
  content:"";
  width:100px;
  height:100px;
  position:absolute;
  line-height:100px;
  display:inline-block;
  border:10px solid #fff;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  background-color:#93d500;
  top:0;
  left:0;
  z-index:-1;
  box-shadow:0px 5px 12px rgba(0,0,0,0.175);
}
.gallery-template .tb-content >div {
  font-size:50px;
  font-weight:300;
  text-transform:uppercase;
  color:#e7e7e7;
  line-height:40px;
  text-align:center;
  margin-bottom:25px;
}
.gallery-template .grid-item {
  max-width:360px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  margin-bottom:30px;
}
.gallery-template .grid-item:before {
  position:absolute;
  content:"";
  left:0;
  right:0;
  top:0;
  bottom:0;
  background-color:rgba(0,0,0,0.4);
  z-index:-1;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.gallery-template .grid-item img {
  display:block;
  max-width:100%;
  width:100%;
  height:auto !important;
}
.gallery-template .grid-item .tb-open-lighth-box {
  position:absolute;
  top:30%;
  left:50%;
  width:60px;
  height:60px;
  background-color:#fff;
  text-align:center;
  line-height:70px;
  font-size:20px;
  color:#191d30;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  z-index:2;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.gallery-template .grid-item:hover:before {
  z-index:1;
  opacity:1;
  left:15px;
  right:15px;
  top:15px;
  bottom:15px;
}
.gallery-template .grid-item:hover .tb-open-lighth-box {
  opacity:1;
  top:50%;
}
.grids-gallery .grid-item { margin-bottom:30px; }
.grids-gallery .grid-item::before {
  left:15px;
  right:15px;
}
.have-overlay #tb-list-gallery .controls-filter .filter a { color:#fff; }
@media (max-width: 767px) {
  #tb-list-gallery .gallery-template {
    height:auto !important;
    visibility:visible !important;
  }
  #tb-list-gallery .gallery-template .grid-item {
    position:relative !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    text-align:center;
    display:block !important;
  }
  #tb-list-gallery .gallery-template .grid-item img { margin:0 auto; }
}
.tb-newsletter-h3 {
  background-size:cover;
  color:#fff;
  text-align:center;
}
.tb-newsletter-h3 .widget_newsletterwidget .newsletter, .tb-newsletter-h3 .widget_venus_newsletterwidget .newsletter {
  position:initial;
  margin:0 auto;
}
.tb-newsletter-h3 .wg-title { display:none; }
.tb-newsletter-h4 {
  padding:75px 0;
  background-size:cover;
  background-position:center center;
  color:#fff;
  text-align:center;
}
.tb-newsletter-h4 input[type="email"] {
  max-width:700px;
  height:50px;
  line-height:50px;
  background-color:transparent;
  border:2px solid #fff;
  margin:0 auto;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:#fff;
}
.tb-newsletter-h4 input[type="email"]::-webkit-input-placeholder { color:#fff; }
.tb-newsletter-h4 input[type="email"]:-moz-placeholder {
  color:#fff;
  opacity:1;
}
.tb-newsletter-h4 input[type="email"]::-moz-placeholder {
  color:#fff;
  opacity:1;
}
.tb-newsletter-h4 input[type="email"]:-ms-input-placeholder { color:#fff; }
.tb-newsletter-h4 input[type="email"]:placeholder-shown { color:#fff; }
.tb-newsletter-h4 input[type="submit"] {
  max-width:160px;
  height:40px;
  line-height:40px;
  font-weight:600;
  color:#fff;
  text-transform:uppercase;
  background-color:#93d500;
  border:none;
  padding:0;
}
.tb-newsletter-h4 h3.wg-title {
  font-size:100px;
  text-transform:uppercase;
  color:rgba(25,29,48,0.1);
  font-weight:600;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:15px;
  letter-spacing:18px;
}
.tb-newsletter-h4 .newsletter-widget { position:relative; }
.tb-newsletter-h4 .newsletter-widget input[type="submit"] {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  display:inline-block;
  top:-25px;
}
.tb-newsletter-h4 .newsletter-widget form p:last-child {
  max-width:700px;
  position:relative;
  margin:0 auto;
}
.tb-newsletter-h4 .newsletter-widget form p:last-child:after {
  color:#fff;
  font-size:18px;
  right:20px;
  top:-54px;
  content:"\e010";
  font-family:'ElegantIcons';
  display:inline-block;
  position:absolute;
}
.ro-brand-logo-wrap {
  max-width:235px;
  height:180px;
  line-height:180px;
  text-align:center;
  background-color:#fff;
}
.ro-brand-logo-wrap .ro-brand-logo {
  position:relative;
  width:100px;
  height:105px;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  vertical-align:middle;
  display:inline-block;
}
.ro-brand-logo-wrap .ro-brand-logo > img {
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  position:absolute;
  top:0;
  left:0;
  width:auto;
  height:auto;
}
.ro-brand-logo-wrap .ro-brand-logo > img:first-child { opacity:1; }
.ro-brand-logo-wrap .ro-brand-logo > img:last-child { opacity:0; }
.ro-brand-logo-wrap .ro-brand-logo:hover > img:first-child { opacity:0; }
.ro-brand-logo-wrap .ro-brand-logo:hover > img:last-child { opacity:1; }
.col-20 {
  width:20% !important;
  background-color:#fff;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
