/*
Theme Name: Noraure
Theme URI: http://jwsuperthemes.com/noraure/
Author: jwsthemes
Author URI: http://themeforest.net/user/jwsthemes
Version: 1.1.1
Template: noraure
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: Noraure WooCommerce WordPress theme is especially designed for shops and eCommerce sites. This is a truly versatile WooCommerce WordPress theme. Noraure is the right theme for you if you are looking for multipurpose eCommerce theme that can handle everything you throw at it. It comes with an eye-catching layout design that will instantly draw the attention of anyone who visits your website. Noraure is a complete solution for your clothing, cosmetics, accessories, and multipurpose online stores.
Text Domain: noraure
*/
/* https://css-tricks.com/snippets/css/useful-css3-less-mixins/ */
/* BACKGROUND COLOR OPACITY */
/* animate feature box */
/* animate colorbox */
/* animate shake */
/* Animate btn play video */
/* Animate dot */
/*
Theme Name: Noraure
Theme URI: http://jwsuperthemes.com/noraure/
Author: jwsthemes
Author URI: http://themeforest.net/user/jwsthemes
Version: 1.1.1
Template: noraure
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: Noraure is a Wordpress Theme made for Spa and Beauty. It is built on Twitters Bootstrap 3.x, Revolution Slider, Visual Composer and packed with great features, uses of modern jQuery and CSS3 techniques to create superb eye-catching animations and make your visitors love you and your work. It is simple, modern and responsive.
Text Domain: noraure
--------------------------------------------------------------
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;

---------- Examples

* 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 */
/* footer-top */
/* 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 */
/*
	Author Vu Hoang
	Style for short code
	1. Featrue Box
	2. Grid
	3. Title
	4. Carousel
*/
/* 1. Featrue Box */
/* 2. Grid */
/* 3. Title */
/* 4. Carousel */
/* CSS CUSTOM WOO */
/*Products Tabs*/
/*Sigle product*/
/*Whishlist Page*/
/*Products Carousel*/
/*Products Grid*/
/*Category item*/
/* archive shop - vu */
/* widget_shopping_cart */
/* mini cart */
/* Tabs */
/* Sidebar */
/* COLOR */
/* INPUT */
/* Firefox 18- */
/* Firefox 19+ */
/*FORM*/
/* ICON */
/* BUTTON */
/* UTILITIES */
/* Reset */
/* Special div */
/* Space */
/* Video */
/* SECTION */
/*Responsive mobile row*/
.easing-animation {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.easing-animation-long {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.special-zoom-in {
  animation:SpecialZoomIn 8s forwards;
  transform-origin:30% 0%;
}
.special-zoom-out {
  animation:SpecialZoomOut 8s forwards;
  transform-origin:30% 0%;
}
.clearfix:before, .clearfix:after {
  content:" ";
  display:table;
}
.clearfix:after { clear:both; }
.nopadding { padding:0; }
.col-nopadding {
  padding-left:0;
  padding-right:0;
}
.center-block {
  display:block;
  margin-right:auto;
  margin-left:auto;
}
.middle {
  position:relative;
  display:block;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.center {
  position:relative;
  display:block;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  margin-right:auto;
  margin-left:auto;
}
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }
.bottom {
  position:relative;
  display:block;
  top:100%;
  transform:translateY(-100%);
}
.ab-center {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.ab-center:before, .ab-center:after {
  content:" ";
  display:table;
}
.ab-center:after { clear:both; }
.ab-bottom {
  position:absolute;
  top:100%;
  transform:translateY(-100%);
}
.ab-bottom:before, .ab-bottom:after {
  content:" ";
  display:table;
}
.ab-bottom:after { clear:both; }
.center-block {
  display:block;
  margin-right:auto;
  margin-left:auto;
}
@keyframes upDown {
  0% { transform:translateY(0px); }
  40% { transform:translateY(-20px); }
  100% { transform:translateY(0px); }
}
@-webkit-keyframes upDown {
  0% { -webkit-transform:translateY(0px); }
  40% { -webkit-transform:translateY(-20px); }
  100% { -webkit-transform:translateY(0px); }
}
@keyframes borderAnimate {
  0% { transform:scale(1); }
  70% { transform:scale(1.15); }
  100% { transform:scale(1.13); }
}
@-webkit-keyframes borderAnimate {
  0% { -webkit-transform:scale(1); }
  70% { -webkit-transform:scale(1.15); }
  100% { -webkit-transform:scale(1.13); }
}
@keyframes effZoom {
  from {
    opacity:0;
    transform:scale(8);
  }
  to {
    opacity:1;
    transform:scale(1);
  }
}
@-webkit-keyframes effZoom {
  from {
    opacity:0;
    -webkit-transform:scale(8);
  }
  to {
    opacity:1;
    -webkit-transform:scale(1);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -o-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:translate3d(-10px,0,0);
    -ms-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:translate3d(10px,0,0);
    -ms-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@keyframes btnplayanimate {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}
@-webkit-keyframes btnplayanimate {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}
@keyframes dot-animation {
  0% { box-shadow:0px 0 0 0, 0px 0 0 0; }
  70% { box-shadow:10px 0 0 0, -10px 0 0 0; }
  100% { box-shadow:8px 0 0 0, -8px 0 0 0; }
}
@-webkit-keyframes dot-animation {
  0% { box-shadow:0px 0 0 0, 0px 0 0 0; }
  70% { box-shadow:10px 0 0 0, -10px 0 0 0; }
  100% { box-shadow:8px 0 0 0, -8px 0 0 0; }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity:0;
    -webkit-transform:translateY(20px);
    transform:translateY(20px);
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity:0;
    -moz-transform:translateY(20px);
    transform:translateY(20px);
  }
  100% {
    opacity:1;
    -moz-transform:translateY(0);
    transform:translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity:0;
    -webkit-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -webkit-transform:translateY(-30px);
  }
  80% { -webkit-transform:translateY(10px); }
  100% { -webkit-transform:translateY(0); }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity:0;
    -moz-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -moz-transform:translateY(-30px);
  }
  80% { -moz-transform:translateY(10px); }
  100% { -moz-transform:translateY(0); }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity:0;
    -ms-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -ms-transform:translateY(-30px);
  }
  80% { -ms-transform:translateY(10px); }
  100% { -ms-transform:translateY(0); }
}
@-o-keyframes bounceInUp {
  0% {
    opacity:0;
    -o-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -o-transform:translateY(-30px);
  }
  80% { -o-transform:translateY(10px); }
  100% { -o-transform:translateY(0); }
}
@keyframes bounceInUp {
  0% {
    opacity:0;
    transform:translateY(2000px);
  }
  60% {
    opacity:1;
    transform:translateY(-30px);
  }
  80% { transform:translateY(10px); }
  100% { transform:translateY(0); }
}
.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:#afa164;
  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:#afa164;
}
body .bg_primary { background-color:#afa164; }
body .primary_color { color:#afa164; }
body .btn_primary { background-color:#afa164; }
body .btn_primary:hover { background-color:#afa164; }
.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; }
.error404-wrap-aqua {
  background:#fff;
  display:inline-block;
  padding:50px 0 100px;
  position:relative;
  text-align:center;
  width:100%;
}
.error-code-aqua {
  font-size:55px;
  font-weight:bold;
}
.btn-404-aqua {
  margin-top:2%;
  width:30%;
  background:#84c340;
  color:#fff;
}
.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:#afa164;
}
input:focus, input:target, textarea:focus, textarea:target, select:focus, select:target { border-color:#afa164; }
button, input[type="button"], input[type="button"] { border:solid 1px; }
button:hover, input[type="button"]:hover, input[type="button"]:hover {
  background:#afa164;
  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 #afa164;
  border-radius:3px;
  color:#fff;
  padding:2px 6px;
}
.icon-basic-heart.fa-heart { background:#444444; }
.wpb_single_image img {
  width:100%;
  height:auto;
}
.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_tb_new_tabs_widget .nav-tabs {
  border:none;
  text-align:center;
}
.widget_tb_new_tabs_widget .nav-tabs li {
  margin-right:10px;
  display:inline-block;
  float:none;
  overflow:hidden;
  border-radius:20px;
  z-index:2;
}
.widget_tb_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:capitalize;
}
.widget_tb_new_tabs_widget .nav-tabs li a:hover { background:none; }
.widget_tb_new_tabs_widget .nav-tabs li.active a {
  border:solid 1px #afa164;
  color:#afa164;
}
.widget_tb_new_tabs_widget .tab-content {
  margin-top:30px;
  border:none;
}
.widget_tb_new_tabs_widget .tab-content .tab-pane .news-list {
  margin:0;
  padding:0;
}
.widget_tb_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.entry article {
  margin-bottom:30px;
  position:relative;
}
.tb-blog.entry article .shortcode-video {
  padding:0 !important;
  background:none !important;
}
.tb-blog.entry article .tb-content-block {
  position:absolute;
  width:80%;
  height:80%;
  left:10%;
  top:10%;
  text-align:center;
  opacity:0;
  transform:rotate(-10deg);
  -webkit-transform:rotate(-10deg);
  transition:.4s;
  -webkit-transition:.4s;
}
.tb-blog.entry article .tb-content-block .blog-title, .tb-blog.entry article .tb-content-block .blog-desc, .tb-blog.entry article .tb-content-block .blog-info { position:relative; }
.tb-blog.entry article .tb-content-block .blog-title p, .tb-blog.entry article .tb-content-block .blog-desc p, .tb-blog.entry article .tb-content-block .blog-info p { text-align:justify; }
.tb-blog.entry article .tb-content-block .blog-title {
  position:absolute;
  top:47%;
  left:50%;
  transform:translate3d(-50%,-50%,0);
  -webkit-transform:translate3d(-50%,-50%,0);
  -ms-transform:translateX(-50%) translateY(-50%);
  width:100%;
}
.tb-blog.entry article .tb-content-block .blog-title a {
  font-size:16px;
  position:relative;
  text-transform:uppercase;
  letter-spacing:3px;
  color:#444;
}
.tb-blog.entry article .tb-content-block .blog-title a:after {
  content:"";
  position:absolute;
  width:30px;
  height:1px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  bottom:-10px;
  border-bottom:solid 1px;
}
.tb-blog.entry article .tb-content-block .blog-info, .tb-blog.entry article .tb-content-block .blog-info a { font-size:13px; }
.tb-blog.entry article .tb-content-block .blog-info {
  color:#d0d0d0;
  overflow:hidden;
}
.tb-blog.entry article .tb-content-block .tb-social-buttons { padding:10px 0; }
.tb-blog.entry article .tb-content-block .tag-links a {
  border:1px solid;
  border-radius:2px;
  display:inline-block;
  line-height:normal;
  margin-right:2px;
  padding:0 5px;
}
.tb-blog.entry article .tb-content-block .tag-links a:hover { color:#FFF; }
.tb-blog.entry article .tb-content-block .about-author {
  padding:20px;
  margin-top:20px;
  background:#FAFAFA;
  border-top:solid 2px #afa164;
}
.tb-blog.entry article .tb-content-block .about-author .author-avatar {
  width:auto;
  display:inline-block;
  width:160px;
  vertical-align:top;
  line-height:0;
}
.tb-blog.entry article .tb-content-block .about-author .author-avatar img {
  width:100%;
  border-radius:50%;
}
.tb-blog.entry article .tb-content-block .about-author .author-info {
  width:calc(100% - 180px);
  display:inline-block;
  padding-left:30px;
}
.tb-blog.entry article .tb-content-block .about-author .author-info .subtitle { font-size:12px; }
.tb-blog.entry article .tb-content-block .about-author .author-info .name {
  text-transform:uppercase;
  font-weight:bold;
}
.tb-blog.entry article:hover .tb-content-block {
  opacity:1;
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
}
.tb-blog.entry article:hover .tb-blog-image img {
  transform:rotate(10deg) scale(1.3);
  -webkit-transform:rotate(10deg) scale(1.3);
}
.tb-blog.entry article blockquote { font-style:italic; }
.tb-blog.space > div article {
  max-width:270px;
  margin:0 auto 30px auto;
}
.tb-blog.space > div .tb-content-block { background:rgba(255,255,255,0.7); }
.tb-blog.space > div:nth-child(2n+1) .tb-content-block { background:rgba(198,217,198,0.7); }
.tb-blog.default article > div {
  width:50%;
  float:left;
}
.tb-blog.default article .tb-content-block {
  padding:40px 0;
  position:relative;
}
.tb-blog.default article .tb-content-block > div, .tb-blog.default article .tb-content-block > h2 { padding:0 40px; }
.tb-blog.default article .tb-content-block h2.blog-title {
  margin-bottom:30px;
  position:relative;
}
.tb-blog.default article .tb-content-block h2.blog-title a {
  text-transform:uppercase;
  font-style:normal;
  color:#fff;
}
.tb-blog.default article .tb-content-block h2.blog-title:after {
  border-top:2px solid #ffffff;
  content:" ";
  display:block;
  height:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  width:30px;
}
.tb-blog.default article .tb-content-block .blog-info {
  font-size:14px;
  font-style:italic;
  font-weight:400;
  margin-top:30px;
  text-align:right;
}
.tb-blog.default article .tb-content-block .blog-info span {
  display:inline-block;
  vertical-align:top;
}
.tb-blog.default article .tb-content-block .blog-info span:after {
  content:"/";
  padding:0 20px;
}
.tb-blog.default article .tb-content-block .blog-info span.comments-number:after { content:""; }
.tb-blog.direction_left article > div { float:right; }
.tb-blog.direction_left article .tb-content-block .blog-title { text-align:right; }
.tb-blog .tb-blog-image { overflow:hidden; }
.tb-blog .tb-blog-image.team-single {
  box-shadow:none;
  border:0;
}
.tb-blog .tb-blog-image .colorbox-wrap { display:none !important; }
.tb-blog .tb-blog-image img {
  transform:rotate(0deg) scale(1);
  -webkit-transform:rotate(0deg) scale(1);
  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; }
.tb-blog .pagination.ajax {
  padding:70px 0;
  margin:0;
  transition:opacity .4s;
  -webkit-transition:opacity .4s;
}
.tb-blog .pagination.ajax.blog-more-ajax-loading {
  opacity:.5;
  pointer-events:none;
  background:url('assets/images/loading-animate.gif') center center no-repeat;
}
.tb-blog .pagination.ajax a {
  font-size:18px;
  letter-spacing:2px;
}
.blog .tb-blog, .archive .tb-blog, .search .tb-blog, .error404 .tb-blog { padding-bottom:30px; }
.tb-blog article { margin-bottom:30px; }
.tb-blog .tb-blog-image {
  position:relative;
  margin-bottom:10px;
}
.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;
  text-transform:uppercase;
}
.tb-blog .tb-blog-image .tb-blog-date a:hover { color:#afa164; }
.tb-blog .tb-content-block .blog-info span {
  color:#a1a1a1;
  margin-right:25px;
}
.tb-blog .tb-content-block .blog-info span i { margin-right:7px; }
.tb-blog .tb-content-block .blog-info span a {
  color:#a1a1a1;
  text-transform:capitalize;
}
.tb-blog .tb-content-block .blog-info span a:hover { color:#afa164; }
.tb-blog .tb-content-block .blog-title {
  color:#4e4e4e;
  text-transform:uppercase;
  font-size:18px;
  line-height:24px;
  margin:16px 0;
}
.tb-blog .tb-content-block .blog-title a { color:#4e4e4e; }
.tb-blog .tb-content-block .blog-title a:hover { color:#afa164; }
.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:#afa164;
  border-color:#afa164;
}
.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:#afa164; }
.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:#afa164; }
.tb-blog .post.sticky .blog-title a { color:#afa164; }
.tb-blog .post.sticky a { color:#afa164; }
.tb-blog .post.sticky .divider-1 span { background:#e1e1e1; }
.tb-blog .post.sticky .divider-1 span i { color:#FFFFFF; }
.tb-blog .post.sticky:after {
  width:70px;
  height:70px;
  position:absolute;
  text-align:center;
  content:"";
  top:-35px;
  right:-35px;
  z-index:1;
  border:35px solid transparent;
  border-left-color:#000000;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}
.tb-blog .post.sticky:before {
  content:"\f08d";
  position:absolute;
  top:5px;
  right:10px;
  z-index:2;
  color:#FFFFFF;
  font-family:'FontAwesome';
}
.tb-blog .tb-blog-image {
  line-height:0;
  position:relative;
}
.tb-blog .tb-blog-image .blog-note {
  position:absolute;
  top:35px;
  left:35px;
  padding:15px;
  width:242px;
  border:1px solid #AAAAAA;
  background:rgba(255,255,255,0.7);
  font-size:18px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-texts {
  font-style:italic;
  margin:20px 12px;
  line-height:25px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-top {
  position:absolute;
  right:15px;
  font-size:18px;
  line-height:18px;
}
.tb-blog .tb-blog-image .blog-note .blog-note-bottom {
  position:absolute;
  right:15px;
  font-size:18px;
  line-height:18px;
  bottom:15px;
}
.tb-blog.blog article { border-bottom:1px solid #444; }
.tb-blog.blog article .blog-title {
  font-size:36px;
  margin-bottom:50px;
  margin-top:60px;
  font-style:italic;
}
.tb-blog.blog article .tb-content-block { margin-top:30px; }
.tb-blog.blog article .blog-info {
  text-align:right;
  margin-top:25px;
  margin-bottom:25px;
}
.tb-blog.blog article .blog-info >span { margin-left:55px; }
.tb-blog.blog article .blog-info >span a { color:#afa164; }
.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;
  padding:;
  margin:;
}
.title-bar:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.3);
}
.title-bar, .woocommerce div.title-bar { color:; }
.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; }
.title-bar a, .woocommerce div.title-bar a { color:#dedede; }
.title-bar a:hover, .woocommerce div.title-bar a:hover { color:#ffffff; }
.title-bar .page-title, .woocommerce div.title-bar .page-title {
  margin:0;
  padding:0;
  font-weight:400;
  line-height:30px;
  font-size:32px;
  text-transform:uppercase;
}
.title-bar .page-breadcrumb, .title-bar .woocommerce-breadcrumb, .woocommerce div.title-bar .page-breadcrumb, .woocommerce div.title-bar .woocommerce-breadcrumb {
  margin-top:20px;
  text-align:right;
  margin-bottom:0;
}
.title-bar .page-breadcrumb a, .title-bar .woocommerce-breadcrumb a, .woocommerce div.title-bar .page-breadcrumb a, .woocommerce div.title-bar .woocommerce-breadcrumb a { color:#dedede; }
.title-bar .page-breadcrumb a:hover, .title-bar .woocommerce-breadcrumb a:hover, .woocommerce div.title-bar .page-breadcrumb a:hover, .woocommerce div.title-bar .woocommerce-breadcrumb a:hover { color:#ffffff; }
.title-bar .page-breadcrumb span, .title-bar .woocommerce-breadcrumb span, .woocommerce div.title-bar .page-breadcrumb span, .woocommerce div.title-bar .woocommerce-breadcrumb span { margin:0 8px; }
.title-bar.tpl2, .woocommerce div.title-bar.tpl2 { text-align:center; }
.title-bar.tpl2 .page-breadcrumb, .title-bar.tpl2 .woocommerce-breadcrumb, .woocommerce div.title-bar.tpl2 .page-breadcrumb, .woocommerce div.title-bar.tpl2 .woocommerce-breadcrumb { text-align:center; }
@media (max-width: 767px) {
  .title-bar .page-title, .title-bar .page-breadcrumb, .title-bar .woocommerce-breadcrumb, .woocommerce .title-bar-shop .page-title, .woocommerce .title-bar-shop .page-breadcrumb, .woocommerce .title-bar-shop .woocommerce-breadcrumb { text-align:center; }
  .title-bar .page-title, .woocommerce .title-bar-shop .page-title { margin-bottom:10px; }
}
.col-middle { line-height:30px; }
.post-navigation .nav-links { text-align:right; }
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
  display:inline-block;
  margin-left:20px;
}
.post-navigation .nav-links .nav-previous .btn, .post-navigation .nav-links .nav-next .btn {
  display:inline-block;
  vertical-align:top;
  font-weight:300;
  border-radius:50px;
}
.comments-area { margin-top:20px; }
.comments-area .comments-title { border-bottom:1px solid #c9c9c9; }
.comments-area .comments-title legend {
  background:#fff;
  display:inline-block;
  margin-bottom:-7px;
  padding-right:5px;
  width:initial;
  font-size:17px;
  line-height:17px;
  text-transform:uppercase;
}
.comments-area .comments-title label { color:#c9c9c9; }
.comments-area .comment-list {
  padding-left:0;
  margin-bottom:70px;
}
.comments-area .comment-list li {
  padding:0 !important;
  border-top:none !important;
  list-style:none;
}
.comments-area .comment-list li ol.children { padding-left:70px; }
.comments-area .comment-list li .comment-body {
  position:relative;
  margin-top:48px;
}
.comments-area .comment-list li .comment-body .comment-avatar {
  position:absolute;
  left:0;
  top:0;
}
.comments-area .comment-list li .comment-body .comment-avatar img {
  max-width:60px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.comments-area .comment-list li .comment-body .comment-info {
  position:relative;
  padding-left:100px;
}
.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:#585858;
  font-size:16px;
  font-weight:normal;
  text-transform:capitalize;
  margin-right:15px;
}
.comments-area .comment-list li .comment-body .comment-info .comment-header-info .comment-date a {
  font-size:12px;
  color:#4d4d4d;
  font-style:Italic;
  margin-right:15px;
}
.comments-area .comment-list li .comment-body .comment-info .comment-header-info .comment-date a:hover { color:#afa164; }
.comments-area .comment-list li .comment-body .comment-info .comment-header-info .reply a {
  font-size:12px;
  color:#d9d9d9;
}
.comments-area .comment-list li .comment-body .comment-info .comment-header-info .reply a:hover { color:#afa164; }
.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:#afa164; }
.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:#afa164; }
.comments-area .comment-respond .comment-reply-title {
  text-transform:uppercase;
  color:#474747;
  font-size:17px;
}
.comment-form { margin:25px 0; }
.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:7px;
}
.comment-form p label span { color:#afa164; }
.comment-form p.form-submit { margin:0; }
.comment-form p.form-submit .submit {
  background-color:transparent;
  border:1px solid #c5c5c5;
  color:#747474;
  display:inline-block;
  outline:medium none;
  padding:13px 45px;
  text-align:center;
  line-height:1;
  width:initial;
  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;
}
.comment-form p.form-submit .submit:hover {
  background-color:#afa164;
  color:#fff;
  border-color:#afa164;
}
@media (max-width: 361px) {
  .comment-form p.comment-form-email { margin-left:0; }
}
.pagination {
  width:100%;
  margin:0;
  padding:15px 0 30px;
  border-top:1px solid #c5c5c5;
}
.pagination .page-numbers {
  border:1px solid #c5c5c5;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  color:#7b7b7b;
  display:inline-block;
  margin:0 2px;
  line-height:19px;
  width:21px;
  height:21px;
  background:transparent;
  font-size:12px;
  padding:0;
  text-align:center;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background:#afa164;
  border-color:#afa164;
  color:#FFF;
}
.tb_footer { /* footer-bottom */ }
.tb_footer .footer-top .widget h3 {
  color:#ffffff;
  text-transform:uppercase;
  font-size:15px;
  margin-bottom:9px;
}
.tb_footer .footer-top .widget ul {
  list-style:none;
  margin:0;
  padding:0;
}
.tb_footer .footer-top .widget ul li a { color:#727272; }
.tb_footer .footer-top .widget ul li a:hover { color:#fff; }
.tb_footer .footer-top .tb_footer_top_once li {
  position:relative;
  margin-bottom:10px;
  padding-left:50px;
}
.tb_footer .footer-top .tb_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;
}
.tb_footer .footer-top .tb_footer_top_once li a span {
  color:#727272;
  font-size:13px;
}
.tb_footer .footer-top .tb_footer_top_two li, .tb_footer .footer-top .tb_footer_top_three li, .tb_footer .footer-top .tb_footer_top_four li { margin-bottom:7px; }
.tb_footer .footer-top .newsletter {
  max-width:300px;
  margin-bottom:30px;
}
.tb_footer .footer-top .newsletter form {
  position:relative;
  overflow:hidden;
  padding-right:90px;
}
.tb_footer .footer-top .newsletter form p { margin:0; }
.tb_footer .footer-top .newsletter form p:last-child {
  position:absolute;
  top:0;
  right:0;
}
.tb_footer .footer-top .newsletter form input {
  margin:0;
  border:0;
  padding:0 15px;
  height:34px;
  border-color:transparent;
  background:#121212;
  box-shadow:none;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:30px;
  -webkit-border-top-left-radius:30px;
  -moz-border-radius-top-right:0;
  -moz-border-radius-bottom-right:0;
  -moz-border-radius-bottom-left:30px;
  -moz-border-radius-top-left:30px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:30px;
  border-top-left-radius:30px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.tb_footer .footer-top .newsletter form input:focus { color:#727272; }
.tb_footer .footer-top .newsletter form input[type="submit"] {
  background:#494949;
  font-size:12px;
  text-transform:uppercase;
  color:#ffffff;
  line-height:35px;
  -webkit-border-top-right-radius:30px;
  -webkit-border-bottom-right-radius:30px;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-top-left-radius:0;
  -moz-border-radius-top-right:30px;
  -moz-border-radius-bottom-right:30px;
  -moz-border-radius-bottom-left:0;
  -moz-border-radius-top-left:0;
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.tb_footer .footer-top .socials li {
  display:inline-block;
  margin-right:15px;
  margin-bottom:15px;
}
.tb_footer .footer-top .socials li a {
  display:inline-block;
  width:33px;
  height:33px;
  border:1px solid #4c4c4c;
  text-align:center;
  line-height:33px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.tb_footer .footer-top .socials li a:hover {
  border-color:#afa164;
  background:#afa164;
}
.tb_footer .footer-bottom h6 {
  margin:10px;
  letter-spacing:1.6px;
}
.tb_footer .footer-bottom .tb_footer_bottom_left .widget { margin-top:5px; }
.tb_footer .footer-bottom .tb_footer_bottom_left .widget a { color:#ffffff; }
.tb_footer .footer-bottom .tb_footer_bottom_right { text-align:right; }
.tb_footer .footer-bottom .tb_footer_bottom_right ul {
  line-height:0;
  list-style:none;
  margin:0;
  padding:0;
}
.tb_footer .footer-bottom .tb_footer_bottom_right ul li { display:inline-block; }
.tb_footer .footer-bottom .tb_footer_bottom_right ul li img { opacity:0.5; }
.tb_footer .footer-bottom .tb_footer_bottom_right ul li img:hover { opacity:1; }
.tb_footer .footer-bottom .tb_footer_bottom_right ul li + li { margin-left:15px; }
@media (max-width: 767px) {
  .tb_footer .footer-top .tb_footer_top_once .widget, .tb_footer .footer-top .tb_footer_top_two .widget, .tb_footer .footer-top .tb_footer_top_three .widget, .tb_footer .footer-top .tb_footer_top_four .widget, .tb_footer .footer-top .tb_footer_top_five .widget {
    margin-bottom:30px;
    max-width:260px;
    margin:auto;
  }
  .tb_footer .footer-bottom .textwidget { text-align:center; }
  .tb_footer .footer-bottom .textwidget ul {
    display:inline-block;
    margin-top:20px;
  }
}
.widget.widget_tag_cloud .tagcloud a {
  border:1px solid;
  border-radius:2px;
  display:inline-block;
  line-height:normal;
  margin-right:2px;
  margin-bottom:4px;
  padding:0 5px;
}
.widget.widget_tag_cloud .tagcloud a:hover { color:#afa164; }
.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%);
}
.tb_stats {
  padding:50px 30px 50px 0;
  text-align:center;
  width:100%;
}
.tb_stats.brddark {
  border-right:1px solid rgba(0,0,0,0.1);
  padding:50px 30px 50px 0;
  text-align:center;
  width:100%;
}
.tb_stats .num {
  color:#232d37;
  font-size:40px;
  font-weight:800;
  margin-bottom:10px;
}
.tb_stats .type {
  color:#c3cdd7;
  font-size:11px;
  font-weight:200;
  letter-spacing:2px;
}
.tb_stats .type .white {
  color:#fff;
  font-size:11px;
  font-weight:200;
  letter-spacing:2px;
}
.tb_stats.stats-alt {
  border-right:1px solid #eff4f7;
  padding:10px 0;
  text-align:center;
  width:100%;
}
.tb_stats.stats-alt.brddark {
  border-right:1px solid rgba(0,0,0,0.1);
  padding:10px 0;
  text-align:center;
  width:100%;
}
.tb_stats.stats-alt .num {
  color:#232d37;
  font-size:20px;
  font-weight:800;
  margin-bottom:10px;
}
.tb_stats.stats-alt .type {
  color:#c3cdd7;
  font-size:8px;
  font-weight:200;
  letter-spacing:2px;
  line-height:12px;
}
.tb_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:#afa164;
}
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:#afa164;
  border-color:#afa164;
}
.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 {
  max-width:370px;
  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:#afa164;
}
body .plan.featured > li.plan-name .uk-badge-danger {
  background:#FFF;
  color:#afa164;
  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);
}
.tb_right_fx_wrap {
  position:fixed;
  right:0;
  top:210px;
  background:#FFF;
  z-index:99999;
}
.tb_right_fx_wrap .widget_shopping_cart {
  margin-bottom:0 !important;
  position:relative;
}
.tb_right_fx_wrap .widget_shopping_cart .wg-title {
  font-size:0;
  padding:10px;
  border:1px solid #000;
  display:inline-block;
  margin-bottom:0;
}
.tb_right_fx_wrap .widget_shopping_cart .wg-title:after {
  content:"\f07a";
  font-family:FontAwesome;
  font-size:20px;
  cursor:pointer;
}
.tb_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%);
}
.tb_right_fx_wrap .widget_shopping_cart .widget_shopping_cart_content.active {
  visibility:visible;
  transform:translateX(0);
}
.tb_right_fx_wrap .widget_shopping_cart .widget_shopping_cart_content .product_list_widget { border-radius:0; }
.tb_dropcap:first-letter {
  color:#666;
  display:block;
  float:left;
  font-size:50px;
  line-height:40px;
  padding:4px 8px 0 0;
  overflow:hidden;
}
.tb_blocknumber {
  min-height:45px;
  padding:5px 0 5px 60px;
  position:relative;
}
.tb_blocknumber span {
  display:block;
  font-weight:bold;
  height:48px;
  left:0;
  line-height:48px;
  position:absolute;
  text-align:center;
  top:0;
  width:48px;
}
.tb_blocknumber span.rounded { border-radius:5px; }
.tb_blocknumber span.circle { border-radius:100%; }
.tb_bubble { position:relative; }
.tb_bubble cite {
  left:15px;
  padding-left:40px;
  bottom:-30px;
  display:block;
  height:30px;
  line-height:36px;
  position:absolute;
}
.tb_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 .tb_bubble cite {
  padding-right:40px;
  right:15px;
}
.rtl .tb_bubble cite span {
  border-right-color:transparent !important;
  right:0;
}
.tb_block_text.rounded { border-radius:5px; }
.tb-boxshadow { box-shadow:0 0 70px 8px rgba(0,0,0,0.7); }
.colorbox-wrap {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(175,161,100,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;
  line-height:46px;
  border-radius:50%;
  border:solid 2px #FFF;
  margin:0 5px;
  color:#FFF;
}
.colorbox-wrap .colorbox-inner a.cb-popup {
  transform:translateX(-100px);
  -webkit-transform:translateX(-100px);
}
.colorbox-wrap .colorbox-inner a.cb-link {
  transform:translateX(100px);
  -webkit-transform:translateX(100px);
}
.colorbox-wrap a:hover i {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -o-transform:scale(1.2);
}
.tpl1 .colorbox-wrap .colorbox { border:none; }
.feature-box .feature-icon-image {
  position:relative;
  z-index:2;
}
.feature-box .feature-icon-image .colorbox-wrap { z-index:1; }
.feature-box .feature-icon-image .colorbox-wrap .colorbox i {
  font-size:unset;
  color:#FFF;
}
.feature-box.tpl1.circle .feature-icon-image { border-radius:50%; }
.feature-box.tpl1.circle .feature-icon-image img { border-radius:50%; }
.feature-box.tpl1.circle .feature-icon-image .colorbox-wrap { border-radius:100%; }
.feature-box.tpl1.circle .feature-icon-image:before { border-radius:100%; }
.feature-box.tpl1.square .feature-icon-image { border-radius:4px; }
.feature-box.tpl1.square .feature-icon-image img { border-radius:4px; }
.feature-box.tpl1.square .feature-icon-image:before { border-radius:4px; }
.feature-box.tpl1 .feature-icon-image {
  width:133px;
  height:133px;
  margin:0 auto;
  line-height:132px;
  border:solid 1px transparent;
  box-shadow:0 0 0 1px #afa164 inset;
  padding:4px;
  transition:.3s;
  -webkit-transition:.3s;
}
.feature-box.tpl1 .feature-icon-image > i {
  font-size:24px;
  color:#afa164;
  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:#afa164;
}
.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 {
  max-width:370px;
  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 {
  max-width:370px;
  margin:0 auto;
  margin-bottom:30px;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content {
  padding:0;
  text-align:center;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb_carousel_title { margin:20px 0 10px; }
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb_carousel_title a {
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:3px;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb_position {
  font-style:italic;
  font-weight:400;
  color:#afa164;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb_introtext { font-weight:bold; }
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb-social { margin-top:10px; }
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb-social li a {
  font-size:18px;
  color:#444;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .tb_carousel_content .tb-social li a:hover { color:#afa164; }
.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%);
}
.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:#afa164; }
.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 #afa164; }
.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:#afa164;
  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:#afa164;
  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:#afa164;
  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:#afa164;
  border-color:#afa164;
  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:#afa164;
  border-color:#afa164;
  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:#afa164;
  border:1px solid #444444;
  line-height:1.2em;
  border-radius:20px;
  display:inline-block;
  outline:medium none;
  padding:9px 39px;
  text-align:center;
}
.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; }
.error404-wrap {
  text-align:center;
  padding:60px;
}
.error404-wrap .error-code {
  font-size:140px;
  font-weight:800;
}
.error404-wrap .error-message {
  font-size:40px;
  line-height:60px;
}
.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 {
  display:inline-block;
  position:relative;
}
.widget_mini_cart_wrap .header a.icon_cart_wrap span.cart_total {
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-18px);
  -moz-transform:translateY(-18px);
  -ms-transform:translateY(-18px);
  -o-transform:translateY(-18px);
  background:#afa164;
  width:18px;
  height:18px;
  text-align:center;
  font-family:"Roboto Slab" !important;
  color:#FFF;
  line-height:18px;
  border-radius:50%;
  right:-12px;
  font-size:12px;
  font-weight:normal;
}
.widget_mini_cart_wrap .shopping_cart_dropdown {
  color:#747474;
  background:#ffffff;
  right:0;
  overflow:hidden;
  position:absolute;
  top:100%;
  z-index:9999;
  padding:10px 20px;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  text-align:left;
  display:none;
  -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);
  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:999;
  -webkit-animation:fadeInUp 0.4s both;
  -moz-animation:fadeInUp 0.4s both;
  -o-animation:fadeInUp 0.4s both;
  animation:fadeInUp 0.4s both;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list {
  margin:0;
  padding:0;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li {
  padding:15px 0 15px 120px;
  position:relative;
  color:#747474;
  border-bottom:1px solid #eee;
  min-height:135px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a {
  font-size:13px;
  font-weight:400;
  text-transform:uppercase;
  line-height:28px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a.remove {
  position:absolute;
  top:50%;
  right:0;
  width:15px;
  height:15px;
  font-size:13px;
  font-weight:400;
  line-height:15px;
  color:#fff !important;
  background:#afa164;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li > a > img {
  position:absolute;
  top:15px;
  left:0;
  width:100px;
  height:100px;
  margin:0;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li .quantity {
  font-size:15px;
  font-weight:400;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li .quantity > span {
  font-size:14px;
  color:#484848;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li.empty {
  border:none;
  min-height:auto;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li dl.variation {
  margin:0;
  padding:0;
  border:none;
}
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li dl.variation dt, .widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li dl.variation dd { margin:0; }
.widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li dl.variation dt p, .widget_mini_cart_wrap .shopping_cart_dropdown ul.cart_list > li dl.variation dd p { margin:0 !important; }
.widget_mini_cart_wrap .shopping_cart_dropdown .total {
  font-size:18px;
  font-weight:400;
  text-transform:uppercase;
  color:#363636;
  padding-top:15px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > strong {
  font-weight:400;
  margin-right:40px;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .total > span { font-size:16px; }
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a {
  border:1px solid #cccccc;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  color:#747474;
  display:block;
  float:none !important;
  font-size:13px;
  font-weight:400;
  line-height:18px;
  padding:10px 15px;
  background:transparent;
  text-align:center;
  text-transform:uppercase;
}
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a.wc-forward { margin-bottom:15px; }
.widget_mini_cart_wrap .shopping_cart_dropdown .buttons > a:hover {
  background:#afa164;
  border-color:#afa164;
  color:#ffffff;
}
.tb-menu-canvas {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  line-height:38px;
  min-width:250px;
  position:absolute;
  right:0;
  text-align:left;
  top:100%;
  padding:20px;
  overflow:hidden;
  background:#ffffff;
  display:none;
  -webkit-box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
  box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
}
.tb-menu-canvas h3.wg-title {
  font-size:14px;
  line-height:28px;
  margin-bottom:0;
}
.tb-menu-canvas ul {
  margin:0;
  padding:0;
}
.tb-menu-canvas ul li a {
  color:#747474;
  line-height:28px;
}
.tb-menu-canvas ul li a > i { margin-right:5px; }
.tb-menu-canvas ul li a:hover { color:#afa164; }
.tb-menu-canvas.active {
  display:block;
  z-index:999;
  -webkit-animation:fadeInUp 0.4s both;
  -moz-animation:fadeInUp 0.4s both;
  -o-animation:fadeInUp 0.4s both;
  animation:fadeInUp 0.4s both;
}
.sidebar-header-right {
  display:flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:space-between;
  padding-top:10px;
  padding-bottom:10px;
}
.sidebar-header-right .dropdown-menu {
  border-radius:0;
  box-shadow:none;
}
.sidebar-header-right .dropdown-menu li a { padding:10px; }
.sidebar-header-right .btn-group { position:relative; }
.sidebar-header-right .btn-group .btn.dropdown-toggle {
  font-size:13px !important;
  font-weight:600;
  padding:10px !important;
  text-transform:capitalize;
}
.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_tb_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 {
    max-width:370px;
    margin:10px auto 70px !important;
  }
}
@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%;
  }
  .title-bar { text-align:center; }
  .title-bar .page-breadcrumb { text-align:center; }
  .tb-grid:first-child { text-align:center; }
  .tb-grid .controls-filter, .tb-grid .controls-sorter {
    text-align:center;
    float:none !important;
  }
  .tb_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(175,161,100,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;
}
.feature-box.deviation2 .feature-box-title {
  margin-bottom:60px;
  margin-top:50px;
  padding:0;
}
.feature-box.deviation2 .image-bg {
  background-repeat:no-repeat;
  background-size:auto 100%;
  padding-bottom:40px;
}
.feature-box.deviation2.right .image-bg { background-position:0 0; }
.feature-box.deviation2.left .image-bg { background-position:100% 0; }
.wpcf7 .wpcf7-submit {
  float:right;
  background:#afa164;
  border-color:#afa164;
  color:#FFF;
  text-transform:uppercase;
  width:150px;
}
.wpcf7 .wpcf7-submit:hover {
  background:#444;
  border-color:#444;
  color:#FFF;
}
@media (max-width: 980px) {
  .feature-box.deviation2.left .image-bg, .feature-box.deviation2.right .image-bg { background-position:center center; }
  .tb-blog-content-outer .tb-blog-basic-widget { display:none; }
}
.tb-header-wrap .header-sidebar-inner {
  display:flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
}
.tb-header-wrap .header-sidebar-inner > div { position:relative; }
.single article.post h2.blog-title, .single article.space h2.blog-title {
  margin:19px 0 25px 0;
  font-size:36px;
  font-style:italic;
}
.single article.post .tb-content-block .blog-desc, .single article.space .tb-content-block .blog-desc {
  text-align:justify;
  margin-bottom:25px;
  height:50%;
}
.single article.post .tb-content-block .tag-links a, .single article.space .tb-content-block .tag-links a { color:#afa164; }
.single article.post .tb-content-block .tag-links a:hover, .single article.space .tb-content-block .tag-links a:hover { color:#444; }
.single article.post .tb-content-block .about-author, .single article.space .tb-content-block .about-author { margin:25px 0; }
.single article.post .tb-content-block .about-author .author-avatar, .single article.space .tb-content-block .about-author .author-avatar {
  display:inline-block;
  vertical-align:top;
}
.single article.post .tb-content-block .about-author .author-info, .single article.space .tb-content-block .about-author .author-info {
  display:inline-block;
  padding-left:30px;
  width:calc(100% - 175px);
}
.single article.post .tb-content-block .about-author .author-info .subtitle, .single article.space .tb-content-block .about-author .author-info .subtitle { font-weight:bold; }
.single article.post .tb-content-block .about-author .author-info .desc, .single article.space .tb-content-block .about-author .author-info .desc { font-style:italic; }
.single article.post .tb-content-block .about-author .author-info a, .single article.space .tb-content-block .about-author .author-info a { color:#afa164; }
.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;
}
.widget.widget_nav_menu ul {
  margin:0;
  padding:0;
  list-style:none;
}
.widget.widget_nav_menu ul li {
  display:block;
  text-align:center;
  line-height:49px;
  background:rgba(255,255,255,0.2);
}
.widget.widget_nav_menu ul li a {
  color:#fff;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
}
.widget.widget_nav_menu ul li a:hover { color:#afa164; }
.tb-blog-related { margin-bottom:50px; }
.tb-padding-content { padding:0 20% !important; }
@media (max-width: 1240px) {
  #tb_wrapper .tb-blog.default article .tb-content-block h2.blog-title a { font-size:24px; }
}
@media (max-width: 1199px) {
  #tb_wrapper .tb-blog.default article .tb-content-block h2.blog-title {
    margin-bottom:20px;
    line-height:26px;
  }
  #tb_wrapper  .tb-left .tb-blog.default .tb-content-block, #tb_wrapper  .tb-right .tb-blog.default .tb-content-block { padding-top:20px; }
}
.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 (min-width: 992px) and (max-width: 1200px) {
  .container { max-width:970px; }
}
@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);
  }
  #tb_wrapper .tb-blog.default article .tb-content-block .blog-desc {
    height:6.2em;
    overflow:hidden;
  }
}
@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;
  }
}
@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; }
}
@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_tb_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; }
}
.error-code-aqua {
  font-size:72px;
  line-height:1.2;
  margin-bottom:0;
}
.btn-404-aqua {
  margin-top:40px !important;
  border:none;
}
.btn-404-aqua:hover {
  background:#444444 !important;
  color:#FFF !important;
}
.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:45px;
  width:80px;
  height:80px;
  line-height:74px;
  background:#afa164;
  color:#FFF;
}
.tb-countdown-js .tb-box-countdown p {
  font-size:18px;
  font-weight:600;
  margin:10px 0;
}
#tb_back_to_top {
  bottom:-180px;
  cursor:pointer;
  height:auto;
  margin:0;
  position:fixed;
  right:30px;
  transition:all .3s;
  z-index:999;
}
#tb_back_to_top.active {
  bottom:180px !important;
  display:block !important;
  opacity:1 !important;
}
#tb_back_to_top span {
  background:#afa164;
  color:#000;
  display:block;
  height:48px;
  line-height:48px;
  text-align:center;
  text-decoration:none;
  transition:.3s;
  -webkit-transition:.3s;
  width:48px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
#tb_back_to_top span i {
  font-size:15px;
  line-height:35px;
  transition:color .3s;
  -webkit-transition:color .3s;
  font-size:24px;
  color:#fff;
}
#tb_back_to_top:hover span { background:#FFF; }
#tb_back_to_top:hover span i { color:#afa164; }
.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 label { color:#afa164; }
.wpcf7-form .tb-label {
  margin-bottom:2px;
  display:block;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] { height:34px; }
.wpcf7-form textarea { height:176px; }
.wpcf7-form input[type="submit"] {
  background-color:transparent;
  border:1px solid #c5c5c5;
  border-radius:30px;
  color:#747474;
  display:inline-block;
  line-height:1;
  outline:medium none;
  padding:13px 45px;
  text-align:center;
  text-transform:uppercase;
  margin-top:10px;
  width:initial;
}
.wpcf7-form input[type="submit"]:hover {
  background-color:#afa164;
  border-color:#afa164;
  color:#fff;
}
.tb-send-mail-wrap {
  color:#ffffff;
  background:url("assets/images/bg_newsletter.jpg") no-repeat scroll center top / cover;
  padding:60px 30px;
}
.tb-send-mail-wrap .widget { max-width:420px; }
.tb-send-mail-wrap .widget h3.wg-title {
  color:#ffffff;
  margin-bottom:15px;
}
.tb-send-mail-wrap .widget.widget_newsletterwidget { margin-top:40px; }
.tb-send-mail-wrap .widget.widget_newsletterwidget .newsletter { margin-bottom:30px; }
.tb-send-mail-wrap .widget.widget_newsletterwidget .newsletter form {
  position:relative;
  overflow:hidden;
  padding-right:90px;
}
.tb-send-mail-wrap .widget.widget_newsletterwidget .newsletter form p { margin:0; }
.tb-send-mail-wrap .widget.widget_newsletterwidget .newsletter form p:last-child {
  position:absolute;
  top:0;
  right:0;
}
.tb-send-mail-wrap .widget.widget_newsletterwidget .newsletter form input {
  margin:0;
  border:0;
  padding:0 15px;
  height:38px;
  border-color:transparent;
  color:#474747;
  background:#ffffff;
  box-shadow:none;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:30px;
  -webkit-border-top-left-radius:30px;
  -moz-border-radius-top-right:0;
  -moz-border-radius-bottom-right:0;
  -moz-border-radius-bottom-left:30px;
  -moz-border-radius-top-left:30px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:30px;
  border-top-left-radius:30px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.tb-send-mail-wrap .widget.widget_newsletterwidget .newsletter form input:focus { color:#474747; }
.tb-send-mail-wrap .widget.widget_newsletterwidget .newsletter form input[type="submit"] {
  background:#afa164;
  font-size:13px;
  text-transform:uppercase;
  color:#ffffff;
  line-height:20px;
  -webkit-border-top-right-radius:30px;
  -webkit-border-bottom-right-radius:30px;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-top-left-radius:0;
  -moz-border-radius-top-right:30px;
  -moz-border-radius-bottom-right:30px;
  -moz-border-radius-bottom-left:0;
  -moz-border-radius-top-left:0;
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
#yith-quick-view-modal .yith-wcwl-add-to-wishlist, #yith-quick-view-modal .compare-button, #yith-quick-view-modal .tb-send-mail { display:none; }
@media (max-width: 991px) {
  .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline { width:100% !important; }
  .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_item { width:50% !important; }
}
@media (max-width: 767px) {
  .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline { width:100% !important; }
  .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_item { width:100% !important; }
}
.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:#afa164; }
.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:#afa164;
  border-color:#afa164;
}
.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:#afa164;
  border-color:#afa164;
}
.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:#afa164;
  border-color:#afa164;
  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:#afa164; }
.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 #afa164;
  background:#afa164;
  color:#fff;
}
.noraure-title.uppercase { text-transform:uppercase; }
.noraure-title.noraure-title-underline {
  position:relative;
  margin-bottom:30px !important;
}
.noraure-title.noraure-title-underline:after {
  content:"";
  height:100%;
  left:50%;
  margin-top:45px;
  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%);
}
.noraure-title.noraure-title-underline.noraure-title-underline-1:after { background:rgba(0,0,0,0) url('assets/images/underline-style-1.png') no-repeat scroll 0 0; }
.noraure-title.noraure-title-underline.noraure-title-underline-2:after { background:rgba(0,0,0,0) url('assets/images/underline-style-2.png') no-repeat scroll 0 0; }
.noraure-title-separator-wrap { position:relative; }
.noraure-title-separator-wrap:before {
  background:#f4f4f4 none repeat scroll 0 0;
  bottom:7px;
  content:" ";
  height:1px;
  position:absolute;
  width:100%;
  z-index:-1;
}
.noraure-title-separator-wrap .noraure-title.noraure-title-separator {
  background:#fff none repeat scroll 0 0;
  display:inline-block;
  margin:0;
  padding-right:10px;
}
.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 .tb_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 .tb_carousel_content { padding:0; }
.tb-carousel.testimonial.default .tb_carousel_content .tb_carousel_title { margin:0; }
.tb-carousel.testimonial.default .tb_carousel_content .tb_carousel_title a {
  text-transform:uppercase;
  font-size:14px;
  color:#fff;
}
.tb-carousel.testimonial.default .tb_carousel_content .tb_carousel_title a:hover { color:#afa164; }
.tb-carousel.testimonial.default .tb_carousel_content .tb_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 .tb_carousel_content { display:inline-block; }
.tb-carousel.testimonial.default .tb-carousel-wrap-bottom .tb_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 .tb_carousel_content {
  padding:0;
  text-align:center;
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb_carousel_title { margin:20px 0 10px; }
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb_carousel_title a {
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:3px;
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb_position {
  font-style:italic;
  font-weight:400;
  color:#afa164;
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb-social { margin-top:10px; }
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb-social li a {
  font-size:18px;
  color:#444;
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .tb_carousel_content .tb-social li a:hover { color:#afa164; }
body ins { background:transparent; }
.tb-products-tabs .vc_tta-tabs-container { margin:0 !important; }
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  position:relative;
  display:inline-block;
  margin-bottom:50px;
}
.tb-products-tabs .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:22px;
  line-height:18px;
  color:#cacaca;
  background:transparent;
  border:none;
}
.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:#383838;
  background:transparent;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color:#383838;
  background:transparent;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
  content:"";
  height:100%;
  left:50%;
  position:absolute;
  top:50px;
  width:87px;
  z-index:9;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  background:rgba(0,0,0,0) url('assets/images/underline-style-2.png') no-repeat scroll 0 0;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
  content:"";
  position:absolute;
  top:14px;
  right:0;
  height:20px;
  width:2px;
  background:#cacaca;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child:before { display:none; }
.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;
}
.yith-wcqv-wrapper .single-product .product { position:relative; }
.yith-wcqv-wrapper .single-product .product .onsale {
  font-size:13px;
  font-weight:400;
  color:#626262;
  background:#ffffff;
  position:absolute;
  top:15px;
  left:15px;
  width:44px;
  height:44px;
  min-height:auto;
  line-height:38px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
}
.yith-wcqv-wrapper .single-product .product .ro-product-image {
  width:48%;
  float:left;
}
.yith-wcqv-wrapper .single-product .product .summary.entry-summary {
  width:48%;
  float:right;
}
.yith-wcqv-wrapper .single-product .product .summary-content .entry-title {
  font-size:24px;
  line-height:42px;
  text-transform:uppercase;
}
.yith-wcqv-wrapper .single-product .product .summary-content .ro-rate .woocommerce-product-rating { margin:0; }
.yith-wcqv-wrapper .single-product .product .summary-content .ro-rate .woocommerce-product-rating .star-rating > span { color:#afa164; }
.yith-wcqv-wrapper .single-product .product .summary-content .tb-product-price > h2 {
  font-size:16px;
  line-height:42px;
  margin:0;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-quantity label {
  font-weight:400;
  float:left;
  width:15%;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-quantity label span { color:#afa164; }
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-quantity .quantity {
  width:85%;
  margin:0;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-quantity .quantity span {
  float:left;
  width:25%;
  height:35px;
  line-height:35px;
  text-align:center;
  border:1px solid #d3d3d3;
  cursor:pointer;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-quantity .quantity span:hover i { color:#afa164; }
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-quantity .quantity span.qty-minus { border-width:1px 0 1px 1px; }
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-quantity .quantity span.qty-plus { border-width:1px 1px 1px 0; }
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-quantity .quantity input {
  float:left;
  width:100%;
  font-size:14px;
  line-height:14px;
  -moz-appearance:textfield;
  -webkit-appearance:textfield;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-quantity:after {
  content:"";
  display:block;
  width:100%;
  clear:both;
}
@media (min-width: 992px) {
  .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action { padding-left:65px; }
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .btn-add-to-cart {
  background-clip:padding-box;
  background-color:transparent;
  border:1px solid #c5c5c5;
  color:#747474;
  display:inline-block;
  outline:medium none;
  padding:9px 35px;
  margin-right:5px;
  text-align:center;
  text-transform:uppercase;
  font-size:12px;
  font-weight:400;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  -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;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .btn-add-to-cart:hover {
  color:#fff;
  background:#afa164;
  border-color:#afa164;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action > div.clear { display:none; }
.yith-wcqv-wrapper .single-product .product .summary-content .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:40px;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .yith-wcqv-wrapper .single-product .product .summary-content .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;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .yith-wcqv-wrapper .single-product .product .summary-content .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:FontAwesome;
  content:"\f064";
  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%);
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.yith-wcqv-wrapper .single-product .product .summary-content .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;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.yith-wcqv-wrapper .single-product .product .summary-content .single_simple_wrap .ro-action .compare-button:hover:before { color:#ffffff; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form { margin-bottom:0; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations { width:100%; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td { float:left; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td.label {
  text-align:left;
  padding:11px 0 26px;
  width:15%;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td.label span { color:#afa164; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td.label label {
  font-size:13px;
  color:#515151;
  font-weight:normal;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td.value {
  width:85%;
  position:relative;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td.value .reset_variations {
  position:absolute;
  bottom:10px;
  left:0;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td.value .reset_variations:hover { color:#afa164; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td.value select {
  -moz-appearance:none;
  -webkit-appearance:none;
  position:relative;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td.value .reset_variations { display:none !important; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td.value:before {
  content:"\f107";
  font-family:FontAwesome;
  position:absolute;
  right:10px;
  top:18px;
  z-index:1;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr td.value > .reset_variations a { display:none; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .variations tr select[name="attribute_size"] { margin-bottom:35px; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .woocommerce-variation-description {
  font-size:14px;
  line-height:24px;
  text-transform:uppercase;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-price > div { display:inline-block; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-price > div.single_variation .price {
  font-size:13px;
  color:#515151;
  font-weight:normal;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-price p { color:#515151; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-price del {
  display:inline-block;
  margin-right:20px;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-quantity label {
  float:left;
  width:15%;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-quantity label span { color:#afa164; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-quantity .quantity {
  width:80%;
  margin:0;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-quantity .quantity span {
  float:left;
  width:25%;
  height:35px;
  line-height:35px;
  text-align:center;
  border:1px solid #d3d3d3;
  cursor:pointer;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-quantity .quantity span:hover i { color:#afa164; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-quantity .quantity span.qty-minus { border-width:1px 0 1px 1px; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-quantity .quantity span.qty-plus { border-width:1px 1px 1px 0; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .ro-quantity .quantity input {
  float:left;
  width:100%;
  height:35px;
  -moz-appearance:textfield;
  -webkit-appearance:textfield;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap label {
  font-size:13px;
  color:#515151;
  font-weight:normal;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .btn-add-to-cart {
  background-clip:padding-box;
  background-color:transparent;
  border:1px solid #c5c5c5;
  color:#747474;
  display:inline-block;
  outline:medium none;
  padding:9px 35px;
  margin-right:5px;
  text-align:center;
  text-transform:uppercase;
  font-size:12px;
  font-weight:400;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  -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;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .btn-add-to-cart:hover {
  color:#fff;
  background:#afa164;
  border-color:#afa164;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button > div.clear { display:none; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:40px;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:FontAwesome;
  content:"\f064";
  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%);
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .compare-button {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:40px;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.yith-wcqv-wrapper .single-product .product .summary-content .variations_form .single_variation_wrap .variations_button .compare-button:hover:before { color:#ffffff; }
.yith-wcqv-wrapper .single-product .product .summary-content .product_meta { margin:0; }
.woocommerce .single-product .ro-product-image .images { width:100%; }
.yith-wcqv-wrapper .single-product .product .ro-product-image .images { width:100%; }
.woocommerce .wishlist-title {
  padding:0;
  margin-bottom:30px;
}
.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 > a:hover, .woocommerce .wishlist_table tbody td.product-add-to-cart > a:hover { color:#afa164; }
.woocommerce .wishlist_table tbody td.product-name .yith-wcqv-button, .woocommerce .wishlist_table tbody td.product-name .add_to_cart_button, .woocommerce .wishlist_table tbody td.product-add-to-cart .yith-wcqv-button, .woocommerce .wishlist_table tbody td.product-add-to-cart .add_to_cart_button {
  font-size:13px;
  color:#474747;
  background:#ffffff;
  border:1px solid #cccccc;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
}
.woocommerce .wishlist_table tbody td.product-name .yith-wcqv-button:hover, .woocommerce .wishlist_table tbody td.product-name .add_to_cart_button:hover, .woocommerce .wishlist_table tbody td.product-add-to-cart .yith-wcqv-button:hover, .woocommerce .wishlist_table tbody td.product-add-to-cart .add_to_cart_button:hover {
  color:#ffffff;
  background:#afa164;
  border:1px solid #afa164;
}
.woocommerce .wishlist_table tbody td.product-name .yith-wcqv-button, .woocommerce .wishlist_table tbody td.product-add-to-cart .yith-wcqv-button { float:right; }
.woocommerce a.added_to_cart {
  position:absolute;
  bottom:-25px;
  left:50%;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}
.tb-product-item-tpl1 {
  position:relative;
  margin-bottom:30px;
}
.tb-product-item-tpl1 .tb-image {
  position:relative;
  line-height:0;
  overflow:hidden;
}
.tb-product-item-tpl1 .tb-image > img {
  width:100%;
  height:auto;
}
.tb-product-item-tpl1 .tb-image .onsale {
  font-size:13px;
  font-weight:400;
  color:#626262;
  background:#ffffff;
  position:absolute;
  top:15px;
  left:15px;
  width:40px;
  height:40px;
  min-height:auto;
  line-height:38px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  z-index:9;
}
.tb-product-item-tpl1 .tb-image .new {
  font-size:13px;
  font-weight:400;
  color:#ffffff;
  background:#2b2b2b;
  position:absolute;
  top:15px;
  right:15px;
  width:42px;
  height:42px;
  line-height:40px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  z-index:9;
}
.tb-product-item-tpl1 .tb-image .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;
  display:inline-block;
  position:absolute;
  top:50%;
  left:50%;
  width:60px;
  height:60px;
  font-size:20px;
  line-height:60px;
  color:#585858;
  background:rgba(255,255,255,0.9);
  text-align:center;
  padding:0;
  overflow:hidden;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.6);
  transform:translateX(-50%) translateY(-50%) scale(0.6);
  opacity:0;
}
.tb-product-item-tpl1 .tb-image .yith-wcqv-button:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.tb-product-item-tpl1 .tb-content {
  text-align:center;
  padding:20px 10px;
}
.tb-product-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:14px;
  font-weight:400;
  line-height:17px;
  color:#747474;
  text-transform:uppercase;
  margin-bottom:5px;
}
.tb-product-item-tpl1 .tb-content .tb-title:hover { color:#afa164; }
.tb-product-item-tpl1 .tb-content .tb-price-rating {
  position:relative;
  margin-bottom:10px;
}
.tb-product-item-tpl1 .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:14px;
  font-weight:400;
  line-height:36px;
  color:#484848;
}
.tb-product-item-tpl1 .tb-content .tb-price-rating .tb-product-price > del {
  position:relative;
  font-size:12px;
  line-height:12px;
  color:#c5c5c5;
  text-decoration:none;
  margin-right:10px;
}
.tb-product-item-tpl1 .tb-content .tb-price-rating .tb-product-price > del:before {
  border-top:1px solid #c5c5c5;
  content:"";
  position:absolute;
  width:120%;
  top:10px;
  left:-3px;
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  transform:rotate(-15deg);
}
.tb-product-item-tpl1 .tb-content .tb-price-rating .tb-item-rating {
  -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:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#ffffff;
  opacity:0;
}
.tb-product-item-tpl1 .tb-content .tb-price-rating .tb-item-rating .star-rating {
  float:none;
  margin:11px auto;
}
.tb-product-item-tpl1 .tb-content .tb-action > div.clear { display:none; }
.tb-product-item-tpl1 .tb-content .tb-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:0;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
  opacity:0;
}
.tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .tb-product-item-tpl1 .tb-content .tb-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:FontAwesome;
  content:"\f064";
  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-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .tb-product-item-tpl1 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.tb-product-item-tpl1 .tb-content .tb-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:0;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
  opacity:0;
}
.tb-product-item-tpl1 .tb-content .tb-action .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.tb-product-item-tpl1 .tb-content .tb-action .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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-product-item-tpl1 .tb-content .tb-action .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.tb-product-item-tpl1 .tb-content .tb-action .compare-button:hover:before { color:#ffffff; }
.tb-product-item-tpl1 .tb-content .tb-action .btn-add-to-cart {
  -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:12px;
  font-weight:400;
  display:inline-block;
  vertical-align:middle;
  max-width:130px;
  margin:0 auto;
  color:#747474;
  background-color:#ffffff;
  padding:7px 32px;
  text-align:center;
  text-transform:uppercase;
  border:1px solid #dcdcdc;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.tb-product-item-tpl1 .tb-content .tb-action .btn-add-to-cart:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.tb-product-item-tpl1:hover .tb-image .yith-wcqv-button {
  -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
  -moz-transform:translateX(-50%) translateY(-50%) scale(1);
  -o-transform:translateX(-50%) translateY(-50%) scale(1);
  -ms-transform:translateX(-50%) translateY(-50%) scale(1);
  transform:translateX(-50%) translateY(-50%) scale(1);
  opacity:1;
}
.tb-product-item-tpl1:hover .tb-content .tb-price-rating .tb-item-rating { opacity:1; }
.tb-product-item-tpl1:hover .tb-content .tb-action .yith-wcwl-add-to-wishlist {
  width:40px;
  margin-right:10px;
  opacity:1;
}
.tb-product-item-tpl1:hover .tb-content .tb-action .compare-button {
  width:40px;
  margin-left:10px;
  opacity:1;
}
.tb-product-item-tpl1:after {
  content:"";
  display:block;
  clear:both;
}
.tb-product-item-tpl2 {
  position:relative;
  margin-bottom:30px;
}
.tb-product-item-tpl2 .tb-image {
  position:relative;
  width:120px;
  height:auto;
  float:left;
  overflow:hidden;
}
.tb-product-item-tpl2 .tb-image > img {
  width:100%;
  height:auto;
}
.tb-product-item-tpl2 .tb-image .onsale {
  font-size:13px;
  font-weight:400;
  color:#626262;
  background:#ffffff;
  position:absolute;
  top:0;
  left:-22px;
  width:75px;
  height:30px;
  min-height:auto;
  line-height:30px;
  text-align:center;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.tb-product-item-tpl2 .tb-image .new {
  font-size:13px;
  font-weight:400;
  color:#ffffff;
  background:#2b2b2b;
  position:absolute;
  top:0;
  right:-22px;
  width:75px;
  height:30px;
  line-height:30px;
  text-align:center;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.tb-product-item-tpl2 .tb-image .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;
  display:inline-block;
  position:absolute;
  top:50%;
  left:50%;
  width:60px;
  height:60px;
  font-size:20px;
  line-height:60px;
  color:#585858;
  background:rgba(255,255,255,0.9);
  text-align:center;
  padding:0;
  opacity:0;
  overflow:hidden;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.6);
  transform:translateX(-50%) translateY(-50%) scale(0.6);
}
.tb-product-item-tpl2 .tb-image .yith-wcqv-button:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.tb-product-item-tpl2 .tb-content { padding-left:150px; }
.tb-product-item-tpl2 .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:14px;
  font-weight:400;
  line-height:17px;
  color:#747474;
  text-transform:uppercase;
  margin-bottom:5px;
}
.tb-product-item-tpl2 .tb-content .tb-title:hover { color:#afa164; }
.tb-product-item-tpl2 .tb-content .tb-price-rating {
  position:relative;
  margin-bottom:7px;
}
.tb-product-item-tpl2 .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:14px;
  font-weight:400;
  line-height:36px;
  color:#484848;
}
.tb-product-item-tpl2 .tb-content .tb-price-rating .tb-product-price > del {
  position:relative;
  font-size:12px;
  line-height:12px;
  color:#c5c5c5;
  text-decoration:none;
  margin-right:10px;
}
.tb-product-item-tpl2 .tb-content .tb-price-rating .tb-product-price > del:before {
  border-top:1px solid #c5c5c5;
  content:"";
  position:absolute;
  width:120%;
  top:10px;
  left:-3px;
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  transform:rotate(-15deg);
}
.tb-product-item-tpl2 .tb-content .tb-price-rating .tb-item-rating {
  -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:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#ffffff;
  opacity:0;
}
.tb-product-item-tpl2 .tb-content .tb-price-rating .tb-item-rating .star-rating {
  float:none;
  margin:11px 0;
}
.tb-product-item-tpl2 .tb-content .tb-action > div.clear { display:none; }
.tb-product-item-tpl2 .tb-content .tb-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:40px;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .tb-product-item-tpl2 .tb-content .tb-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:FontAwesome;
  content:"\f064";
  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-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .tb-product-item-tpl2 .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.tb-product-item-tpl2 .tb-content .tb-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;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.tb-product-item-tpl2 .tb-content .tb-action .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.tb-product-item-tpl2 .tb-content .tb-action .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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-product-item-tpl2 .tb-content .tb-action .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.tb-product-item-tpl2 .tb-content .tb-action .compare-button:hover:before { color:#ffffff; }
.tb-product-item-tpl2 .tb-content .tb-action .btn-add-to-cart {
  -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;
  color:#ffffff;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.tb-product-item-tpl2 .tb-content .tb-action .btn-add-to-cart: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:"\f07a";
  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-product-item-tpl2 .tb-content .tb-action .btn-add-to-cart:hover {
  color:#afa164;
  background:#afa164;
  border-color:#afa164;
}
.tb-product-item-tpl2 .tb-content .tb-action .btn-add-to-cart:hover:before { color:#ffffff; }
.tb-product-item-tpl2:after {
  content:"";
  display:block;
  clear:both;
}
.tb-product-item-tpl2:hover .tb-image .yith-wcqv-button {
  -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
  -moz-transform:translateX(-50%) translateY(-50%) scale(1);
  -o-transform:translateX(-50%) translateY(-50%) scale(1);
  -ms-transform:translateX(-50%) translateY(-50%) scale(1);
  transform:translateX(-50%) translateY(-50%) scale(1);
  opacity:1;
}
.tb-product-item-tpl2:hover .tb-content .tb-price-rating .tb-item-rating { opacity:1; }
.woocommerce.tb-product-carousel { position:relative; }
.woocommerce.tb-product-carousel:before {
  content:"";
  position:absolute;
  top:0;
  left:-60px;
  width:60px;
  height:100%;
}
.woocommerce.tb-product-carousel:after {
  content:"";
  position:absolute;
  top:0;
  right:-60px;
  width:60px;
  height:100%;
}
.woocommerce.tb-product-carousel .tb-product-item {
  max-width:370px;
  margin:0 auto;
  position:relative;
  margin-bottom:30px;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-image {
  position:relative;
  line-height:0;
  overflow:hidden;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-image > img {
  width:100%;
  height:auto;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-image .onsale {
  font-size:13px;
  font-weight:400;
  color:#626262;
  background:#ffffff;
  position:absolute;
  top:15px;
  left:15px;
  width:40px;
  height:40px;
  min-height:auto;
  line-height:38px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  z-index:9;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-image .new {
  font-size:13px;
  font-weight:400;
  color:#ffffff;
  background:#2b2b2b;
  position:absolute;
  top:15px;
  right:15px;
  width:42px;
  height:42px;
  line-height:40px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  z-index:9;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-image .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;
  display:inline-block;
  position:absolute;
  top:50%;
  left:50%;
  width:60px;
  height:60px;
  font-size:20px;
  line-height:60px;
  color:#585858;
  background:rgba(255,255,255,0.9);
  text-align:center;
  padding:0;
  overflow:hidden;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.6);
  transform:translateX(-50%) translateY(-50%) scale(0.6);
  opacity:0;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-image .yith-wcqv-button:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content {
  text-align:center;
  padding:20px 10px;
}
.woocommerce.tb-product-carousel .tb-product-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:14px;
  font-weight:400;
  line-height:17px;
  color:#747474;
  text-transform:uppercase;
  margin-bottom:5px;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-title:hover { color:#afa164; }
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-price-rating {
  position:relative;
  margin-bottom:10px;
}
.woocommerce.tb-product-carousel .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:14px;
  font-weight:400;
  line-height:36px;
  color:#484848;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-price-rating .tb-product-price > del {
  position:relative;
  font-size:12px;
  line-height:12px;
  color:#c5c5c5;
  text-decoration:none;
  margin-right:10px;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-price-rating .tb-product-price > del:before {
  border-top:1px solid #c5c5c5;
  content:"";
  position:absolute;
  width:120%;
  top:10px;
  left:-3px;
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  transform:rotate(-15deg);
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-price-rating .tb-item-rating {
  -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:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#ffffff;
  opacity:0;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-price-rating .tb-item-rating .star-rating {
  float:none;
  margin:11px auto;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action > div.clear { display:none; }
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-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:0;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
  opacity:0;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .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-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-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:FontAwesome;
  content:"\f064";
  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%);
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-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:0;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
  opacity:0;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .compare-button:hover:before { color:#ffffff; }
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .btn-add-to-cart {
  -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:12px;
  font-weight:400;
  display:inline-block;
  vertical-align:middle;
  max-width:130px;
  margin:0 auto;
  color:#747474;
  background-color:#ffffff;
  padding:7px 32px;
  text-align:center;
  text-transform:uppercase;
  border:1px solid #dcdcdc;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .btn-add-to-cart:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-product-carousel .tb-product-item:hover .tb-image .yith-wcqv-button {
  -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
  -moz-transform:translateX(-50%) translateY(-50%) scale(1);
  -o-transform:translateX(-50%) translateY(-50%) scale(1);
  -ms-transform:translateX(-50%) translateY(-50%) scale(1);
  transform:translateX(-50%) translateY(-50%) scale(1);
  opacity:1;
}
.woocommerce.tb-product-carousel .tb-product-item:hover .tb-content .tb-price-rating .tb-item-rating { opacity:1; }
.woocommerce.tb-product-carousel .tb-product-item:hover .tb-content .tb-action .yith-wcwl-add-to-wishlist {
  width:40px;
  margin-right:10px;
  opacity:1;
}
.woocommerce.tb-product-carousel .tb-product-item:hover .tb-content .tb-action .compare-button {
  width:40px;
  margin-left:10px;
  opacity:1;
}
.woocommerce.tb-product-carousel .tb-product-item:after {
  content:"";
  display:block;
  clear:both;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div {
  -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:absolute;
  top:110px;
  width:40px;
  height:40px;
  font-size:20px;
  line-height:38px;
  text-align:center;
  color:#757575;
  background:#ffffff;
  border:1px solid #dcdcdc;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  opacity:0;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-prev { left:-200px; }
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-next { right:-200px; }
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-product-carousel .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 {
  -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 {
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-product-carousel:hover .owl-controls .owl-nav > div { opacity:1; }
.woocommerce.tb-product-carousel:hover .owl-controls .owl-nav > div.owl-prev { left:-55px; }
.woocommerce.tb-product-carousel:hover .owl-controls .owl-nav > div.owl-next { right:-55px; }
@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 {
    max-width:370px;
    margin:0 auto 30px;
  }
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item {
  position:relative;
  margin-bottom:30px;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-image {
  position:relative;
  line-height:0;
  overflow:hidden;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-image > img {
  width:100%;
  height:auto;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-image .onsale {
  font-size:13px;
  font-weight:400;
  color:#626262;
  background:#ffffff;
  position:absolute;
  top:15px;
  left:15px;
  width:40px;
  height:40px;
  min-height:auto;
  line-height:38px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  z-index:9;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-image .new {
  font-size:13px;
  font-weight:400;
  color:#ffffff;
  background:#2b2b2b;
  position:absolute;
  top:15px;
  right:15px;
  width:42px;
  height:42px;
  line-height:40px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  z-index:9;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-image .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;
  display:inline-block;
  position:absolute;
  top:50%;
  left:50%;
  width:60px;
  height:60px;
  font-size:20px;
  line-height:60px;
  color:#585858;
  background:rgba(255,255,255,0.9);
  text-align:center;
  padding:0;
  overflow:hidden;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.6);
  transform:translateX(-50%) translateY(-50%) scale(0.6);
  opacity:0;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-image .yith-wcqv-button:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content {
  text-align:center;
  padding:20px 10px;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-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:14px;
  font-weight:400;
  line-height:17px;
  color:#747474;
  text-transform:uppercase;
  margin-bottom:5px;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-title:hover { color:#afa164; }
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-price-rating {
  position:relative;
  margin-bottom:10px;
}
.woocommerce.tb-products-grid.tpl1 .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:14px;
  font-weight:400;
  line-height:36px;
  color:#484848;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-price-rating .tb-product-price > del {
  position:relative;
  font-size:12px;
  line-height:12px;
  color:#c5c5c5;
  text-decoration:none;
  margin-right:10px;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-price-rating .tb-product-price > del:before {
  border-top:1px solid #c5c5c5;
  content:"";
  position:absolute;
  width:120%;
  top:10px;
  left:-3px;
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  transform:rotate(-15deg);
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-price-rating .tb-item-rating {
  -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:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#ffffff;
  opacity:0;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-price-rating .tb-item-rating .star-rating {
  float:none;
  margin:11px auto;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action > div.clear { display:none; }
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-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:0;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
  opacity:0;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-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:FontAwesome;
  content:"\f064";
  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%);
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-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:0;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
  opacity:0;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .compare-button:hover:before { color:#ffffff; }
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .btn-add-to-cart {
  -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:12px;
  font-weight:400;
  display:inline-block;
  vertical-align:middle;
  max-width:130px;
  margin:0 auto;
  color:#747474;
  background-color:#ffffff;
  padding:7px 32px;
  text-align:center;
  text-transform:uppercase;
  border:1px solid #dcdcdc;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .btn-add-to-cart:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item:hover .tb-image .yith-wcqv-button {
  -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
  -moz-transform:translateX(-50%) translateY(-50%) scale(1);
  -o-transform:translateX(-50%) translateY(-50%) scale(1);
  -ms-transform:translateX(-50%) translateY(-50%) scale(1);
  transform:translateX(-50%) translateY(-50%) scale(1);
  opacity:1;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item:hover .tb-content .tb-price-rating .tb-item-rating { opacity:1; }
.woocommerce.tb-products-grid.tpl1 .tb-product-item:hover .tb-content .tb-action .yith-wcwl-add-to-wishlist {
  width:40px;
  margin-right:10px;
  opacity:1;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item:hover .tb-content .tb-action .compare-button {
  width:40px;
  margin-left:10px;
  opacity:1;
}
.woocommerce.tb-products-grid.tpl1 .tb-product-item:after {
  content:"";
  display:block;
  clear:both;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item {
  position:relative;
  margin-bottom:30px;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-image {
  position:relative;
  width:120px;
  height:auto;
  float:left;
  overflow:hidden;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-image > img {
  width:100%;
  height:auto;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-image .onsale {
  font-size:13px;
  font-weight:400;
  color:#626262;
  background:#ffffff;
  position:absolute;
  top:0;
  left:-22px;
  width:75px;
  height:30px;
  min-height:auto;
  line-height:30px;
  text-align:center;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-image .new {
  font-size:13px;
  font-weight:400;
  color:#ffffff;
  background:#2b2b2b;
  position:absolute;
  top:0;
  right:-22px;
  width:75px;
  height:30px;
  line-height:30px;
  text-align:center;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-image .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;
  display:inline-block;
  position:absolute;
  top:50%;
  left:50%;
  width:60px;
  height:60px;
  font-size:20px;
  line-height:60px;
  color:#585858;
  background:rgba(255,255,255,0.9);
  text-align:center;
  padding:0;
  opacity:0;
  overflow:hidden;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.6);
  transform:translateX(-50%) translateY(-50%) scale(0.6);
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-image .yith-wcqv-button:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content { padding-left:150px; }
.woocommerce.tb-products-grid.tpl2 .tb-product-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:14px;
  font-weight:400;
  line-height:17px;
  color:#747474;
  text-transform:uppercase;
  margin-bottom:5px;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-title:hover { color:#afa164; }
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-price-rating {
  position:relative;
  margin-bottom:7px;
}
.woocommerce.tb-products-grid.tpl2 .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:14px;
  font-weight:400;
  line-height:36px;
  color:#484848;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-price-rating .tb-product-price > del {
  position:relative;
  font-size:12px;
  line-height:12px;
  color:#c5c5c5;
  text-decoration:none;
  margin-right:10px;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-price-rating .tb-product-price > del:before {
  border-top:1px solid #c5c5c5;
  content:"";
  position:absolute;
  width:120%;
  top:10px;
  left:-3px;
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  transform:rotate(-15deg);
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-price-rating .tb-item-rating {
  -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:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#ffffff;
  opacity:0;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-price-rating .tb-item-rating .star-rating {
  float:none;
  margin:11px 0;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action > div.clear { display:none; }
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-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:40px;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-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:FontAwesome;
  content:"\f064";
  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%);
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-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;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .compare-button:hover:before { color:#ffffff; }
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .btn-add-to-cart {
  -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;
  color:#ffffff;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .btn-add-to-cart: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:"\f07a";
  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%);
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .btn-add-to-cart:hover {
  color:#afa164;
  background:#afa164;
  border-color:#afa164;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content .tb-action .btn-add-to-cart:hover:before { color:#ffffff; }
.woocommerce.tb-products-grid.tpl2 .tb-product-item:after {
  content:"";
  display:block;
  clear:both;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item:hover .tb-image .yith-wcqv-button {
  -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
  -moz-transform:translateX(-50%) translateY(-50%) scale(1);
  -o-transform:translateX(-50%) translateY(-50%) scale(1);
  -ms-transform:translateX(-50%) translateY(-50%) scale(1);
  transform:translateX(-50%) translateY(-50%) scale(1);
  opacity:1;
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item:hover .tb-content .tb-price-rating .tb-item-rating { opacity:1; }
@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 .noraure-title-separator-wrap {
    max-width:370px;
    margin:0 auto;
  }
  .tb-product-list-section .woocommerce.tb-products-grid.tpl2 .tb-product-item {
    max-width:370px;
    margin:0 auto 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce.tb-products-grid.tpl1 .tb-product-item {
    max-width:370px;
    margin:0 auto 30px;
  }
  .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-image { width:100px; }
  .woocommerce.tb-products-grid.tpl2 .tb-product-item .tb-content { padding-left:110px; }
}
.woocommerce .tb-item-category {
  position:relative;
  margin-bottom:30px;
}
.woocommerce .tb-item-category .tb-thumb {
  position:relative;
  line-height:0;
  overflow:hidden;
}
.woocommerce .tb-item-category .tb-thumb > img {
  width:100%;
  height:auto;
}
.woocommerce .tb-item-category .tb-thumb > 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;
  position:absolute;
  top:50%;
  left:50%;
  width:70px;
  height:70px;
  background:rgba(0,0,0,0.4);
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  opacity:0;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.6);
  transform:translateX(-50%) translateY(-50%) scale(0.6);
}
.woocommerce .tb-item-category .tb-thumb > a:before {
  content:"";
  width:20px;
  height:1px;
  background:#ffffff;
  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-item-category .tb-thumb > a:after {
  content:"";
  width:1px;
  height:20px;
  background:#ffffff;
  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-item-category .tb-thumb > a:hover { background:rgba(0,0,0,0.6); }
.woocommerce .tb-item-category .tb-title {
  font-size:16px;
  font-weight:700;
  line-height:18px;
  text-align:center;
  text-transform:uppercase;
  color:#ffffff;
  background:rgba(255,255,255,0.2);
  padding:20px;
}
.woocommerce .tb-item-category .tb-title .count {
  padding:0;
  background:transparent;
}
.woocommerce .tb-item-category:hover .tb-thumb > a {
  opacity:1;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
  -moz-transform:translateX(-50%) translateY(-50%) scale(1);
  -o-transform:translateX(-50%) translateY(-50%) scale(1);
  -ms-transform:translateX(-50%) translateY(-50%) scale(1);
  transform:translateX(-50%) translateY(-50%) scale(1);
}
@media (max-width: 991px) {
  .woocommerce .tb-item-category {
    max-width:370px;
    margin:0 auto 30px auto;
  }
}
.woocommerce .archive-products .tb-start-shop-loop {
  display:inline-block;
  width:100%;
  border-bottom:1px solid #ebebeb;
  margin-bottom:22px;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-pagination {
  width:25%;
  float:left;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering {
  width:75%;
  float:left;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering form {
  width:100%;
  margin:0;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering form select {
  display:inline;
  width:auto;
  padding:0px;
  height:29px;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-view-as {
  width:35%;
  float:left;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by {
  width:40%;
  float:left;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by > span { margin-right:10px; }
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by {
  width:25%;
  float:left;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by > span { margin-right:10px; }
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by { text-align:right; }
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by select {
  width:58px;
  padding:0px 5px 0px 10px;
}
.woocommerce .archive-products .tb-start-shop-loop .woocommerce-result-count { margin:0; }
.woocommerce .archive-products .tb-after-shop-loop { padding-top:10px; }
.woocommerce .archive-products .tb-after-shop-loop.border-top { border-top:1px solid #ebebeb; }
.woocommerce .archive-products .tb-after-shop-loop .woocommerce-ordering { float:left; }
.woocommerce .archive-products .tb-after-shop-loop .woocommerce-ordering .tb-woo-short-by, .woocommerce .archive-products .tb-after-shop-loop .woocommerce-ordering .tb-woo-sort-by { display:none; }
.woocommerce .archive-products .tb-after-shop-loop:after {
  clear:both;
  content:"";
  display:block;
  margin-bottom:40px;
}
.woocommerce .archive-products .products.ro-product-relate {
  border-bottom:0;
  display:inline-block;
  width:100%;
}
.woocommerce .archive-products .products .tb-product-item.related {
  width:100%;
  padding:0;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner {
  text-align:center;
  margin-bottom:30px;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-item-image {
  position:relative;
  line-height:0;
  overflow:hidden;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-item-image > img {
  width:100%;
  height:auto;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-item-image .onsale {
  font-size:13px;
  font-weight:400;
  color:#626262;
  background:#ffffff;
  position:absolute;
  top:15px;
  left:15px;
  width:42px;
  height:42px;
  min-height:auto;
  line-height:40px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-item-image .new {
  font-size:13px;
  font-weight:400;
  color:#ffffff;
  background:#2b2b2b;
  position:absolute;
  top:15px;
  right:15px;
  width:42px;
  height:42px;
  line-height:40px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-item-image .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;
  display:inline-block;
  position:absolute;
  top:50%;
  left:50%;
  width:60px;
  height:60px;
  font-size:20px;
  line-height:60px;
  color:#585858;
  background:rgba(255,255,255,0.9);
  text-align:center;
  padding:0;
  overflow:hidden;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.6);
  transform:translateX(-50%) translateY(-50%) scale(0.6);
  opacity:0;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-item-image .yith-wcqv-button:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-title { margin-top:20px; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-title a {
  font-size:14px;
  color:#747474;
  line-height:17px;
  text-transform:uppercase;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-title a:hover { color:#afa164; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-wrap-price-rating {
  position:relative;
  margin-bottom:7px;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-wrap-price-rating .tb-product-price .amount {
  font-size:14px;
  line-height:36px;
  color:#484848;
  margin:0 6px;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-wrap-price-rating .tb-product-price del .amount { color:#c5c5c5; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-wrap-price-rating .tb-product-price ins { background:transparent; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-wrap-price-rating .tb-item-rating {
  background:#fff;
  left:0;
  line-height:36px;
  position:absolute;
  right:0;
  top:0;
  opacity:0;
  width:100%;
  height:100%;
  -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;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-wrap-price-rating .tb-item-rating .star-rating {
  float:none;
  margin:0 auto;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn > div.clear { display:none; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-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:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
  opacity:0;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:FontAwesome;
  content:"\f064";
  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%);
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-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:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
  opacity:0;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .compare-button:hover:before { color:#ffffff; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .btn-envelope {
  position:relative;
  color:#afa164;
  display:inline-block;
  vertical-align:middle;
  height:40px;
  width:0;
  border:1px solid #c5c5c5;
  line-height:40px;
  margin-right:0px;
  opacity:0;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -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;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .btn-envelope i { font-size:14px; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .btn-envelope:hover {
  border:1px solid #afa164;
  background:#afa164;
  color:#fff;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .btn-add-to-cart {
  -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:12px;
  font-weight:400;
  display:inline-block;
  vertical-align:middle;
  max-width:130px;
  margin:0 auto;
  color:#747474;
  background-color:#ffffff;
  padding:7px 32px;
  text-align:center;
  text-transform:uppercase;
  border:1px solid #dcdcdc;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner .tb-product-btn .btn-add-to-cart:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner:hover .tb-item-image .yith-wcqv-button {
  -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
  -moz-transform:translateX(-50%) translateY(-50%) scale(1);
  -o-transform:translateX(-50%) translateY(-50%) scale(1);
  -ms-transform:translateX(-50%) translateY(-50%) scale(1);
  transform:translateX(-50%) translateY(-50%) scale(1);
  opacity:1;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner:hover .tb-product-wrap-price-rating .tb-item-rating { opacity:1; }
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner:hover .tb-product-btn .yith-wcwl-add-to-wishlist {
  width:40px;
  margin-right:10px;
  opacity:1;
}
.woocommerce .archive-products .products .tb-product-item .tb-product-item-inner:hover .tb-product-btn .compare-button {
  width:40px;
  margin-left:10px;
  opacity:1;
}
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column { text-align:left; }
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner {
  text-align:left;
  display:inline-block;
  width:100%;
}
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-image {
  width:270px;
  float:left;
}
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info {
  width:calc( 100% - 300px );
  float:left;
  margin-left:30px;
  border-bottom:1px solid #ebebeb;
  min-height:270px;
}
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-title a {
  font-size:15px;
  color:#616161;
}
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-title a:hover { color:#afa164; }
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-content { margin-bottom:20px; }
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn { position:relative; }
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a.added_to_cart { left:62px; }
.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 {
  width:40px;
  margin-left:10px;
  margin-right:0;
  opacity:1;
}
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .compare-button {
  width:40px;
  margin-left:10px;
  opacity:1;
}
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .btn-envelope {
  opacity:1;
  width:40px;
  margin-right:0;
  margin-left:10px;
  color:#757575;
}
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .btn-envelope:hover { color:#fff; }
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .star-rating, .woocommerce .archive-products .products .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:12px;
}
.woocommerce .archive-products .products .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;
}
.woocommerce .archive-products .products .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:#afa164;
}
.woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price .amount {
  margin:0;
  font-size:15px;
}
.woocommerce .archive-products .products:last-child .tb-woo-one-column .tb-product-item-inner { padding-bottom:0; }
.woocommerce .tb-view-as span {
  vertical-align:top;
  display:inline-block;
  margin-right:10px;
}
.woocommerce .tb-view-as span.tb-action {
  position:relative;
  color:#cdcdcd;
  font-size:17px;
}
.woocommerce .tb-view-as span.tb-action.active, .woocommerce .tb-view-as span.tb-action:hover { color:#afa164; }
.woocommerce .tb-view-as span.tb-action > input {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  z-index:9;
  cursor:pointer;
}
@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 {
    max-width:370px;
    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;
  }
}
@media (max-width: 640px) {
  .woocommerce .archive-products .products {
    max-width:370px;
    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, .woocommerce .woocommerce-error, .woocommerce .woocommerce-message {
  border-color:#afa164;
  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:#afa164;
  border-radius:0 !important;
  margin-top:13px;
}
.woocommerce .woocommerce-ordering select.orderby { box-shadow:0 1px 3px -1px rgba(16,16,16,0.1) inset; }
.woocommerce .products .tb-product-items:last-child { border-bottom:none; }
.woocommerce .products .tb-product-items .tb-product-item {
  position:relative;
  text-align:center;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item {
  max-width:370px;
  margin:0 auto 30px auto;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner {
  background:#FFF !important;
  transition:.3s;
  -webkit-transition:.3s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner h4 {
  margin-bottom:0;
  margin-top:20px;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .onsale {
  top:15px;
  left:15px;
  background:#fff;
  color:#626262;
  width:44px;
  height:44px;
  line-height:44px;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
  z-index:11px;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image {
  border-radius:2px;
  font-size:0;
  line-height:normal;
  position:relative;
  overflow:hidden;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0;
  z-index:4;
  background-color:rgba(175,161,100,0.4);
  transition:.5s;
  -webkit-transition:.5s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image img { width:100%; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  -webkit-transform:translate3d(-50%,-50%,0);
  -ms-transform:translateX(-50%) translateY(-50%);
  z-index:10;
  opacity:0;
  transition:.3s;
  -webkit-transition:.3s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn {
  color:#fff;
  border:1px solid #444;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  height:46px;
  margin-left:8px;
  padding:0;
  width:46px;
  transform:translateY(-150px);
  -webkit-transform:translateY(-150px);
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn i {
  font-size:15px;
  line-height:46px;
  transition:.3s;
  -webkit-transition:.3s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-btn:hover {
  color:#fff;
  background:#444;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .add_to_cart_button { display:inline-block; }
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .add_to_cart_button.loading {
  opacity:.7;
  animation:rotateEff .3s infinite linear;
  -webkit-animation:rotateEff .3s infinite linear;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .tb-readmore {
  -webkit-transition-delay:.1s;
  transition-delay:.1s;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .added_to_cart {
  bottom:-25px;
  font-size:12px;
  font-weight:bold;
  left:50%;
  position:absolute;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  border:1px solid;
  bottom:-80px;
  padding:8px 12px;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-image .tb-item-button .added_to_cart:hover {
  border-color:#afa164;
  background:#afa164;
  color:#FFF;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-rating-cart { margin-top:10px; }
.woocommerce .products .tb-product-items .tb-product-item .tb-item-rating {
  display:block;
  height:15px;
  text-align:center;
}
.woocommerce .products .tb-product-items .tb-product-item .tb-item-rating .star-rating {
  margin:0 auto;
  display:inline-block;
  vertical-align:middle;
}
.woocommerce .products .tb-product-items .tb-product-item:after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  /*border-left: solid 1px #EFEFEF;*/
  height:100%;
}
.woocommerce .products .tb-product-items .tb-product-item:last-child:after { border-left:none; }
.woocommerce .products .product { position:relative; }
.woocommerce .products .product .onsale {
  background:none repeat scroll 0 0 #afa164;
  border:medium none;
  border-radius:50%;
  font-size:13px;
  font-weight:400;
  height:46px;
  line-height:46px;
  padding:0;
  right:-10px;
  left:initial;
  text-shadow:initial;
  top:-10px;
  width:46px;
  z-index:9;
}
.woocommerce .products .product a h3 {
  color:#444;
  text-transform:uppercase;
}
.woocommerce .products .product .price {
  font-weight:bold;
  font-size:15px;
  color:;
}
.woocommerce .products .product .price .price ins {
  background:none;
  font-weight:bold;
  font-size:15px;
}
.woocommerce .products .product .price del { font-weight:bold; }
.woocommerce .products .product .price del .amount {
  font-size:36px;
  letter-spacing:normal;
  vertical-align:middle;
}
.woocommerce.tb-products-list.tpl2 .products.ajax-loading { position:relative; }
.woocommerce.tb-products-list.tpl2 .products.ajax-loading:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:url('assets/images/loading-animate.gif') no-repeat center 20%, rgba(255,255,255,0.2);
  z-index:9;
}
.woocommerce.tb-products-list.tpl2 .products.ajax-loading .tb-product-items { opacity:.5; }
.woocommerce.tb-products-list.tpl2 .products .row.tb-product-items {
  margin-bottom:34px;
  padding-bottom:6px;
  border-bottom:solid 1px #EEEEEE;
}
.woocommerce.tb-products-list.tpl2 .products .row.tb-product-items:last-child {
  border-color:transparent !important;
  margin-bottom:14px !important;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item {
  display:inline-block;
  float:none;
  position:relative;
  text-align:center;
  vertical-align:top;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner { background:none !important; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image { margin-bottom:30px; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info h4 {
  color:#444444;
  font-size:16px;
  text-transform:uppercase;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner span.onsale {
  color:#444;
  background:rgba(255,255,255,0.7);
  right:5px;
  top:5px;
  border-radius:0 !important;
  font-size:18px;
  font-weight:bold;
  line-height:35px;
  min-height:auto;
  min-width:auto;
  width:64px;
  height:34px;
  min-height:auto !important;
  transition:.3s;
  -webkit-transition:.3s;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content {
  position:absolute;
  width:90%;
  height:90%;
  left:5%;
  top:5%;
  background:rgba(255,255,255,0.8);
  opacity:0;
  transition:.3s;
  -webkit-transition:.3s;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button {
  opacity:1;
  white-space:nowrap;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button .tb-btn {
  transform:translate(0);
  -webkit-transform:translate(0);
  color:#444444;
  border-width:1px;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button .tb-btn:first-child {
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button .tb-btn:last-child {
  transform:translateY(50%);
  -webkit-transform:translateY(50%);
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button .tb-btn:hover {
  background:;
  border-color:;
  color:#FFF;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-image .tb-item-button-content .tb-item-button:after {
  background:#aaaaaa;
  content:"";
  height:120%;
  left:56%;
  position:absolute;
  top:-7px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  width:1px;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner:hover .tb-item-button-content { opacity:1; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner:hover .onsale { opacity:0; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info {
  position:relative;
  opacity:1;
  width:100%;
  left:0;
  top:0;
  box-shadow:none;
  background:none;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner {
  position:relative;
  left:0;
  top:0;
  transform:translate(0);
  -webkit-transform:translate(0);
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a h3 {
  padding-bottom:0;
  margin-bottom:14px;
  font-size:16px;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a h3:after {
  content:"";
  border:none;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price {
  margin-bottom:15px;
  font-size:24px;
  color:#afa164;
  letter-spacing:normal;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price ins, .woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price del { vertical-align:middle; }
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price ins .amount {
  color:#afa164;
  vertical-align:middle;
}
.woocommerce.tb-products-list.tpl2 .products .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .price del .amount {
  font-size:24px;
  letter-spacing:normal;
  vertical-align:middle;
  color:#CCCCCC;
}
.woocommerce .woocommerce-pagination { text-align:right !important; }
.woocommerce .woocommerce-pagination ul { border:none !important; }
.woocommerce .woocommerce-pagination ul li { border:none !important; }
.woocommerce .woocommerce-pagination ul li + li { padding-left:7px; }
.woocommerce .woocommerce-pagination ul li .page-numbers {
  border:1px solid #c5c5c5;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  color:#7b7b7b;
  display:inline-block;
  line-height:19px;
  width:21px;
  height:21px;
  background:transparent;
  font-size:12px;
  padding:0;
  text-align:center;
}
.woocommerce .woocommerce-pagination ul li .page-numbers.current, .woocommerce .woocommerce-pagination ul li .page-numbers:hover {
  background:#afa164;
  border-color:#afa164;
  color:#FFF;
}
.woocommerce .cart-collaterals .cart_totals { width:inherit; }
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size:24px;
  text-transform:uppercase;
}
.woocommerce .cart-collaterals .cart_totals table {
  border-radius:2px !important;
  border:1px solid #c5c5c5;
  border-bottom:none;
  width:100%;
  text-transform:uppercase;
}
.woocommerce .cart-collaterals .cart_totals table tr th { text-align:right; }
.woocommerce .cart-collaterals .cart_totals table tr td { padding-left:60px; }
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th, .woocommerce .cart-collaterals .cart_totals table .cart-subtotal td {
  padding-top:15px;
  padding-bottom:15px;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th {
  font-size:14px;
  color:#646464;
  font-weight:normal;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal td {
  font-size:15px;
  color:#646464;
  font-weight:normal;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th, .woocommerce .cart-collaterals .cart_totals table .order-total td {
  padding-top:20px;
  padding-bottom:20px;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
  font-size:20px;
  color:#363636;
  font-weight:normal;
}
.woocommerce .cart-collaterals .cart_totals table .order-total td {
  font-size:18px;
  color:#484848;
  font-weight:normal;
}
.woocommerce .cart-collaterals .cart_totals table .order-total td .amount { font-weight:normal; }
.woocommerce .cart-collaterals .cart_totals .return-to-shop { float:left; }
.woocommerce .cart-collaterals .cart_totals .checkout-button {
  float:right;
  background-color:transparent;
  border:1px solid #c5c5c5;
  border-radius:30px;
  color:#747474;
  display:inline-block;
  outline:medium none;
  padding:9px 27px;
  text-align:center;
  text-transform:uppercase;
  font-weight:normal;
}
.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  background-color:#afa164;
  border-color:#afa164;
  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:#afa164;
  border-color:#afa164;
  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:#afa164;
  border:1px solid #afa164;
}
.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:#afa164;
  color:#FFFFFF;
}
.woocommerce .lost_password a { color:#444444; }
.woocommerce .lost_password a:hover { color:#afa164; }
.woocommerce .return-to-shop a.button {
  background-color:transparent;
  border:1px solid #c5c5c5;
  border-radius:30px;
  color:#747474;
  display:inline-block;
  outline:medium none;
  padding:9px 27px;
  text-align:center;
  text-transform:uppercase;
  font-weight:normal;
}
.woocommerce .return-to-shop a.button:hover {
  background-color:#afa164;
  border-color:#afa164;
  color:#fff;
}
.our-best-product .woocommerce .row { margin:0; }
.our-best-product .woocommerce .products .tb-product-items .tb-product-item { padding:0; }
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info {
  position:absolute;
  width:90%;
  height:90%;
  left:5%;
  top:5%;
  background:rgba(255,255,255,0.9);
  opacity:0;
  z-index:8;
  -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;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner {
  width:100%;
  left:50%;
  position:absolute;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-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:14px;
  line-height:17px;
  color:#747474;
  text-transform:uppercase;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-title:hover { color:#afa164; }
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .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:14px;
  font-weight:400;
  line-height:36px;
  color:#484848;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-price > del {
  position:relative;
  font-size:12px;
  line-height:12px;
  color:#c5c5c5;
  text-decoration:none;
  margin-right:10px;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-price > del:before {
  border-top:1px solid #c5c5c5;
  content:"";
  position:absolute;
  width:120%;
  top:10px;
  left:-3px;
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  transform:rotate(-15deg);
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-item-rating { margin-bottom:15px; }
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn > div.clear { display:none; }
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .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;
  width:40px;
  height:40px;
  color:#757575;
  background:#ffffff;
  margin:10px 2px;
  padding:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcqv-button > i {
  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%);
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcqv-button:hover {
  color:#ffffff;
  background:#afa164;
  border-color:none;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-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;
  width:40px;
  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;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:FontAwesome;
  content:"\f064";
  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%);
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:none;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-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;
  width:40px;
  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;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .compare-button:hover {
  background:#afa164;
  border-color:none;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .compare-button:hover:before { color:#ffffff; }
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .btn-add-to-cart {
  -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:12px;
  font-weight:400;
  display:block;
  max-width:130px;
  margin:0 auto;
  color:#747474;
  background-color:#ffffff;
  padding:7px 32px;
  text-align:center;
  text-transform:uppercase;
  border:1px solid #dcdcdc;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .btn-add-to-cart:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner .tb-product-btn .added_to_cart {
  bottom:-25px;
  left:50%;
  position:absolute;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a:hover h4 { color:#afa164; }
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a h4 {
  letter-spacing:3px;
  text-transform:uppercase;
  margin-bottom:25px;
  padding-bottom:20px;
  position:relative;
  -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;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .tb-item-content-info-inner a h4:after {
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  border-bottom:1px solid ;
  width:30px;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%);
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .btn-addtocart {
  margin-top:20px;
  text-transform:uppercase;
  font-weight:700;
  padding:9px 39px;
  font-size:14px;
  white-space:nowrap;
  background:#ffffff;
}
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner .tb-item-content-info .btn-addtocart:hover { background:#afa164; }
.our-best-product .woocommerce .products .tb-product-items .tb-product-item .tb-product-item-inner:hover .tb-item-content-info { opacity:1; }
@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 {
    max-width:370px;
    margin:auto;
  }
}
.sidebar-area #text-13 { margin-bottom:10px; }
.sidebar-area .widget.woocommerce { margin-bottom:15px; }
.sidebar-area .widget.woocommerce .wg-title {
  color:#474747;
  text-transform:uppercase;
}
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 { margin-bottom:15px; }
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2:before { display:none; }
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2 .wg-title, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3 .wg-title, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 .wg-title {
  font-size:15px;
  font-weight:400;
  line-height:18px;
  color:#999;
}
.sidebar-area .widget.woocommerce#woocommerce_price_filter-3 { margin-bottom:35px; }
.sidebar-area .widget.woocommerce#woocommerce_price_filter-3:before { display:none; }
.sidebar-area .widget.woocommerce#woocommerce_price_filter-3 .wg-title {
  font-size:15px;
  font-weight:400;
  line-height:18px;
  color:#999;
}
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2 ul li, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3 ul li, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 ul li, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-4 ul li {
  position:relative;
  padding:0;
  border:none !important;
}
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2 ul li > a, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3 ul li > a, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 ul li > a, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-4 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:400;
  line-height:32px;
  color:#747474;
  display:inline-block;
  padding-left:20px;
}
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2 ul li > a:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3 ul li > a:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 ul li > a:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-4 ul li > a: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;
  color:#afa164;
  content:"\f00c";
  position:absolute;
  top:50%;
  left:0;
  opacity:0;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2 ul li > a:hover, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3 ul li > a:hover, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 ul li > a:hover, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-4 ul li > a:hover { color:#afa164; }
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2 ul li > a:hover:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3 ul li > a:hover:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 ul li > a:hover:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-4 ul li > a:hover:before { opacity:1; }
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2 ul li .count, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3 ul li .count, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 ul li .count, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-4 ul li .count { color:#cccccc; }
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2 ul li:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3 ul li:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 ul li:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-4 ul li:before {
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:10px;
  height:10px;
  border:1px solid #cccccc;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2 ul li.current-cat > a, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3 ul li.current-cat > a, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 ul li.current-cat > a, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-4 ul li.current-cat > a { color:#afa164; }
.sidebar-area .widget.woocommerce#woocommerce_product_categories-2 ul li.current-cat > a:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-3 ul li.current-cat > a:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-2 ul li.current-cat > a:before, .sidebar-area .widget.woocommerce#woocommerce_layered_nav-4 ul li.current-cat > a:before { opacity:1; }
.sidebar-area .widget.woocommerce.widget_price_filter .wg-title { margin-bottom:15px; }
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider {
  background:none repeat scroll 0 0 #e6eaea !important;
  box-shadow:0 0 1px 0 rgba(16,16,16,0.3) inset;
}
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background:#afa164;
  top:-3px;
  border:none !important;
  box-shadow:none !important;
}
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:last-child { margin-left:-11px; }
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background:#a7a7a7;
  box-shadow:none !important;
}
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
  position:relative;
  font-size:13px;
  line-height:18px;
}
.sidebar-area .widget.woocommerce.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:#cccccc;
  background:#cccccc;
  overflow:hidden;
  -webit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button:before {
  font-family:FontAwesome;
  font-size:11px;
  font-weight:400;
  color:#ffffff;
  content:"\f002";
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
}
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  color:#afa164;
  background:#afa164;
}
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  display:inline-block;
  color:#ffffff;
  float:left;
  position:relative;
}
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span {
  position:absolute;
  top:0;
  left:0;
  width:85px;
  height:30px;
  color:#585858;
  line-height:30px;
  text-align:center;
  border:1px solid #cccccc;
  -webit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span.to { left:120px; }
.sidebar-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span.to:before {
  content:"__";
  position:absolute;
  left:-23px;
  top:-5px;
}
.sidebar-area .widget.woocommerce.widget_products > ul > li {
  position:relative;
  min-height:90px;
  margin-bottom:25px;
  padding:0 0 0 110px;
  border:none;
}
.sidebar-area .widget.woocommerce.widget_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-size:13px;
  font-weight:400;
  line-height:18px;
  text-transform:uppercase;
  margin:10px 0 5px;
}
.sidebar-area .widget.woocommerce.widget_products > ul > li > a > img {
  position:absolute;
  top:0;
  left:0;
  width:90px;
  height:auto;
  margin:0;
}
.sidebar-area .widget.woocommerce.widget_products > ul > li > a:hover { color:#afa164; }
.sidebar-area .widget.woocommerce.widget_products > ul > li .amount {
  font-size:13px;
  font-weight:400;
  line-height:18px;
  color:#484848;
}
.sidebar-area .widget.woocommerce.widget_products > ul > li:first-child { margin-top:20px; }
.sidebar-area .widget.woocommerce.widget_product_search #searchform { position:relative; }
.sidebar-area .widget.woocommerce.widget_product_search #searchform label, .sidebar-area .widget.woocommerce.widget_product_search #searchform input[type="submit"] { display:none; }
.sidebar-area .widget.woocommerce.widget_product_search #searchform input { margin-bottom:0; }
.sidebar-area .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%);
}
.sidebar-area .widget.woocommerce.widget_product_tag_cloud a {
  border:1px solid;
  border-radius:2px;
  display:inline-block;
  line-height:normal;
  margin-right:2px;
  padding:0 5px;
}
.sidebar-area .widget.woocommerce.widget_product_tag_cloud a:hover { color:#FFF; }
.widget.yith-woocompare-widget > ul { margin-bottom:10px !important; }
.widget.yith-woocompare-widget > ul > li {
  position:relative;
  padding:7px 0 !important;
  border-bottom:1px solid #cccccc !important;
}
.widget.yith-woocompare-widget > ul > li > a {
  font-size:13px;
  font-weight:400;
}
.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:#afa164 !important;
}
.widget.yith-woocompare-widget > ul > li > a.remove:hover {
  color:#ffffff !important;
  background:#afa164;
}
.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;
}
.widget.yith-woocompare-widget > a:hover { color:#afa164; }
.widget.yith-woocompare-widget > a.clear-all {
  display:inline-block;
  padding:8px 0;
  line-height:13px;
}
.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 #dcdcdc;
  line-height:13px;
  padding:8px 15px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.widget.yith-woocompare-widget > a.compare:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.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; }
.woocommerce-tabs { margin-top:40px; }
.woocommerce-tabs .tabs { margin:0 !important; }
.woocommerce-tabs .tabs:before { border:0 !important; }
.woocommerce-tabs .tabs li {
  box-shadow:none !important;
  border-radius:0 !important;
  background:transparent !important;
  margin:0 !important;
  border:0 !important;
}
.woocommerce-tabs .tabs li:before, .woocommerce-tabs .tabs li:after { display:none; }
.woocommerce-tabs .tabs li a {
  color:#bebebe !important;
  font-size:17px !important;
  font-weight:normal !important;
  letter-spacing:0;
}
.woocommerce-tabs .tabs li.active { background:#afa164 !important; }
.woocommerce-tabs .tabs li.active a { color:#fff !important; }
.woocommerce-tabs .panel {
  border:1px solid #bebebe !important;
  padding:30px 25px !important;
  -webkit-border-radius:0 !important;
  -moz-border-radius:0 !important;
  border-radius:0 !important;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.woocommerce-tabs .form-submit input[type="submit"] {
  background:none repeat scroll 0 0 rgba(0,0,0,0) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  font-weight:normal !important;
  padding:10px !important;
  text-transform:uppercase;
  transition:.5s;
  -webkit-transition:.5s;
}
#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;
}
.tb_right_fx_wrap { background:transparent !important; }
.tb_right_fx_wrap .widget_mini_cart_wrap .header {
  padding-right:20px;
  transition:.3s;
  -webkit-transition:.3s;
}
.tb_right_fx_wrap .widget_mini_cart_wrap .header a {
  position:relative;
  display:inline-block;
  color:#333;
}
.tb_right_fx_wrap .widget_mini_cart_wrap .header a i { font-size:24px; }
.tb_right_fx_wrap .widget_mini_cart_wrap .header a span {
  color:#FFF;
  background:#afa164;
  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);
}
.tb_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;
}
.tb_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown.in .shopping_cart_dropdown_inner {
  animation:cartIn .6s ease;
  -webkit-animation:cartIn .6s ease;
}
.tb_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:#afa164;
  -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:#afa164; }
.woocommerce-cart table.cart .product-remove a { color:#444 !important; }
.woocommerce-cart table.cart .product-remove a:hover {
  color:#afa164 !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 #c5c5c5;
  display:inline-block;
  width:100%;
}
.tb-tab-container .etabs {
  margin:20px 0 0;
  padding:0;
  float:left;
  width:35%;
}
.tb-tab-container .etabs .tab {
  display:inline-block;
  width:100%;
  background:#fff;
  border-top:1px solid #c5c5c5;
}
.tb-tab-container .etabs .tab:last-child { border-bottom:1px solid #c5c5c5; }
.tb-tab-container .etabs .tab a {
  font-size:13px;
  color:#6f6f6f;
  text-transform:uppercase;
  display:inline-block;
  width:100%;
  padding:15px 20px;
  outline:none;
}
.tb-tab-container .etabs .tab a.active {
  background:#afa164;
  color:#fff;
}
.tb-tab-container .tb-data-tab {
  float:left;
  width:65%;
  border-left:1px solid #c5c5c5;
  padding:20px 40px;
  min-height:220px;
}
.tb-tab-container button[type="submit"], .tb-tab-container input[type="submit"] {
  background-color:transparent;
  border:1px solid #c5c5c5;
  border-radius:30px;
  color:#747474;
  display:inline-block;
  outline:medium none;
  padding:9px 27px;
  text-align:center;
  text-transform:uppercase;
  font-weight:normal;
  font-family:Oswald;
}
.tb-tab-container button[type="submit"]:hover, .tb-tab-container input[type="submit"]:hover {
  background-color:#afa164;
  border-color:#afa164;
  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; }
.woocommerce-shipping-calculator .form-shipping-calculator button[type="submit"] { margin-left:138px; }
.woocommerce-shipping-calculator .form-shipping-calculator p {
  display:inline-block;
  width:100%;
}
.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:#afa164; }
.woocommerce-shipping-calculator .form-shipping-calculator p input, .woocommerce-shipping-calculator .form-shipping-calculator p select {
  float:left;
  width:calc( 100% - 135px ) !important;
}
.sidebar-area .widget {
  margin-bottom:30px;
  position:relative;
}
.sidebar-area .widget:before {
  background:#ebebeb;
  content:"";
  height:1px;
  left:0;
  position:absolute;
  top:21px;
  width:100%;
  z-index:-1;
}
.sidebar-area .widget .wg-title {
  font-size:17px;
  color:#474747;
  text-transform:uppercase;
  margin:0;
  background:#fff;
  z-index:1;
  display:inline-block;
  padding-right:10px;
}
.sidebar-area .widget ul {
  padding:0;
  margin:0;
}
.sidebar-area .widget ul li {
  list-style:none;
  padding:7px 0;
  display:inline-block;
  width:100%;
  border-bottom:1px solid #ebebeb;
}
.sidebar-area .widget ul li a {
  color:#747474;
  font-size:13px;
}
.sidebar-area .widget ul li a:hover { color:#afa164; }
.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;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
  font-size:13px;
  line-height:22px;
  padding-left:15px;
  padding-top:15px;
  width:calc(100% - 100px);
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-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:#afa164; }
.widget_search form {
  display:inline-block;
  width:100%;
}
.widget_search form input[type="text"] {
  float:left;
  width:calc( 100% - 80px );
  padding-left:12px;
  padding-right:12px;
  border-right:0;
}
.widget_search form input[type="submit"] {
  background-color:#afa164;
  border:0;
  float:left;
  font-size:12px;
  margin:0;
  text-transform:uppercase;
  width:80px;
  color:#fff;
}
.widget_recent_comments .recentcomments span { text-transform:capitalize; }
.ro-color-main { color:#afa164; }
.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:#afa164; }
.ro-bgc-1 { background-color:#C6D9C6; }
.ro-bgc-2 { background-color:#D9D8C1; }
.ro-bgc-3 { background-color:#DEB6B6; }
.ro-bgc-4 { background-color:#ABDCE1; }
.ro-bgc-5 { background-color:#E7E6E1; }
.ro-bgc-6 { background-color:#9DCF67; }
.ro-bgc-trans-1 { background-color:#000100; }
.ro-bgc-trans-2 { background-color:#000100; }
.ro-bgc-trans-3 { background-color:#000100; }
.ro-bgc-trans-4 { background-color:#000100; }
.ro-bgc-trans-5 { background-color:#000100; }
.ro-bg-lightgray { background-color:#EEEEEE; }
input[type="text"], input[type="email"], input[type="search"], textarea, select {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  width:100%;
  outline:none;
  background-color:#fff;
  border:1px solid #d3d3d3;
  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:#afa164; }
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; }
.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:#afa164;
  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 {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  font-size:12px;
  line-height:24px;
  color:#747474;
  width:120px;
  text-align:center;
  padding:8px 30px;
  text-transform:uppercase;
  border:1px solid #f0f0f0;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.tb-login-form > form > p.login-submit > input:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.tb-login-form > form .forgot-password {
  float:right;
  font-size:14px;
  font-weight:400;
  color:#afa164;
}
.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:#afa164;
  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 {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  font-size:12px;
  line-height:24px;
  color:#747474;
  width:120px;
  text-align:center;
  padding:8px 30px;
  text-transform:uppercase;
  border:1px solid #f0f0f0;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.tb-register-form > form > p.submit > input:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.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:#afa164;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.ro-social li {
  display:inline-block;
  margin-right:3px;
  margin-left:3px;
  font-size:16px;
}
.ro-social li a:hover { color:#afa164; }
.btn-shop-now, .tp-caption a.btn-shop-now { color:#fff; }
.btn-shop-now:hover, .tp-caption a.btn-shop-now:hover { color:#afa164; }
.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:#afa164;
  background:#afa164;
}
.horizontal-strokes-btn-view-more { position:relative; }
.horizontal-strokes-btn-view-more:before, .horizontal-strokes-btn-view-more:after {
  background:#fff none repeat scroll 0 0;
  content:"";
  height:1px;
  position:absolute;
  top:50%;
  width:43%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .horizontal-strokes-btn-view-more:before, .horizontal-strokes-btn-view-more:after { width:41%; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-strokes-btn-view-more:before, .horizontal-strokes-btn-view-more:after { width:38%; }
}
@media (max-width: 767px) {
  .horizontal-strokes-btn-view-more:before, .horizontal-strokes-btn-view-more:after { width:37%; }
}
@media (max-width: 639px) {
  .horizontal-strokes-btn-view-more:before, .horizontal-strokes-btn-view-more:after { width:32%; }
}
@media (max-width: 479px) {
  .horizontal-strokes-btn-view-more:before, .horizontal-strokes-btn-view-more:after { width:26%; }
}
@media (max-width: 359px) {
  .horizontal-strokes-btn-view-more:before, .horizontal-strokes-btn-view-more:after { width:24%; }
}
.horizontal-strokes-btn-view-more:before { left:0; }
.horizontal-strokes-btn-view-more:after { right:0; }
.ro-btn {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
}
.ro-btn-1 {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  background-color:#afa164;
  color:#FFFFFF;
}
.ro-btn-1:hover, .ro-btn-1:focus {
  background-color:#444444;
  color:#FFFFFF;
}
.ro-btn-2 {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  background-color:#444444;
  color:#FFFFFF;
}
.ro-btn-2:hover, .ro-btn-2:focus {
  background-color:#afa164;
  color:#FFFFFF;
}
.ro-btn-3 {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  background-color:#FFFFFF;
}
.ro-btn-3:hover, .ro-btn-3:focus {
  background-color:#afa164;
  color:#FFFFFF;
}
.ro-btn-bd-1 {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  padding:14px 39px;
  border:1px solid #444444;
}
.ro-btn-bd-1:hover, .ro-btn-bd-1:focus {
  background-color:#afa164;
  border-color:#afa164;
  color:#FFFFFF;
}
.ro-btn-bd-2 {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  padding:14px 39px;
  border:1px solid #444444;
  background-color:#FFFFFF;
}
.ro-btn-bd-2:hover, .ro-btn-bd-2:focus {
  background-color:#afa164;
  border-color:#afa164;
  color:#FFFFFF;
}
.ro-btn-bdr-1 {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  padding:14px 39px;
  border:1px solid #444444;
  border-radius:20px;
  background-color:#EEEEEE;
}
.ro-btn-bdr-2 {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  padding:15px 40px;
  font-size:12px;
  font-weight:700;
  outline:none;
  word-spacing:2px;
  line-height:1.2;
  text-align:center;
  background-color:transparent;
  border:0;
  padding:14px 39px;
  border:1px solid #444444;
  background-color:#afa164;
  border-radius:20px;
}
.ro-btn-circle {
  border:1px solid #c5c5c5;
  color:#757575;
  display:inline-block;
  vertical-align:middle;
  height:40px;
  width:40px;
  text-align:center;
  line-height:40px;
  position:relative;
  -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;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.ro-btn-circle:hover {
  background:#afa164;
  border-color:#afa164;
  color:#fff;
}
a, a:hover, a:focus, a:active, a.active {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  outline:none;
  text-decoration:none;
  color:inherit;
}
ul.ro-list-inline-block li { display:inline-block; }
.ro-nopadding { padding:0 !important; }
.ro-overlay {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:512;
}
.ro-overlay-bg {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:-1;
}
.ro-col-nopadding {
  padding-left:0 !important;
  padding-right:0 !important;
}
.ro-relative { position:relative; }
.ro-absolute { position:absolute; }
.ro-fixed { position:fixed; }
.ro-middle {
  position:relative;
  display:block;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.ro-center-block {
  display:block;
  margin-right:auto;
  margin-left:auto;
}
.ro-center {
  position:relative;
  display:block;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  margin-right:auto;
  margin-left:auto;
}
.ro-ab-bottom {
  position:absolute;
  top:100%;
  transform:translateY(-100%);
}
.ro-ab-bottom:before, .ro-ab-bottom:after {
  content:" ";
  display:table;
}
.ro-ab-bottom:after { clear:both; }
.ro-bottom {
  position:relative;
  display:block;
  top:100%;
  transform:translateY(-100%);
}
.ro-ab-center {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.ro-ab-center:before, .ro-ab-center:after {
  content:" ";
  display:table;
}
.ro-ab-center:after { clear:both; }
.ro-cell-vertical-wrapper {
  width:100%;
  height:100%;
  display:table;
}
.ro-cell-vertical-wrapper .ro-cell-middle {
  display:table-cell;
  vertical-align:middle;
}
.ro-cell-vertical-wrapper .ro-cell-bottom {
  display:table-cell;
  vertical-align:bottom;
}
.ro-cell-vertical-wrapper .ro-cell-top {
  display:table-cell;
  vertical-align:top;
}
.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%;
}
@media (max-width: 767px) {
  .row > .wpb_column { margin:0 15px; }
}
.tb-menu-control-mobi { display:none; }
.tb-menu-control-mobi > a {
  font-size:14px;
  padding:0 12px;
  line-height:100px;
  display:block;
}
@media (max-width: 991px) {
  .tb-menu-control-mobi {
    display:inline-block;
    vertical-align:middle;
  }
}
@media (max-width: 767px) {
  .tb-menu-control-mobi > a { line-height:60px; }
}
.tb-header-menu .tb-header-menu-inner { position:relative; }
.tb-header-menu .tb-header-menu-inner .row > div { position:static; }
@media (min-width: 992px) {
  .tb-menu-list {
    display:inline-block;
    vertical-align:middle;
  }
  .tb-menu-list > ul {
    margin:0;
    padding:0;
    list-style:none;
  }
  .tb-menu-list > ul > li {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:inline-block;
  }
  .tb-menu-list > ul > li > a {
    -webkit-transition:all 0.4s !important;
    -moz-transition:all 0.4s !important;
    -o-transition:all 0.4s !important;
    transition:all 0.4s !important;
    font-size:14px;
    display:inline-block;
    line-height:100px;
    text-transform:uppercase;
    padding:0 15px;
  }
  .tb-menu-list > ul > li.current_page_item, .tb-menu-list > ul > li:hover { background:rgba(255,255,255,0.1); }
  .tb-menu-list > ul > li.menu-item-has-children {
    position:relative;
    /*----basic dropdown----*/
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown {
    position:absolute;
    top:100%;
    left:0;
    min-width:270px;
    margin:0;
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li {
    display:block;
    border-top:1px solid rgba(170,170,170,0.2);
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li:first-child { border:none; }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li > a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    color:#747474;
    line-height:38px;
    padding:0 20px;
  }
  .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 > ul > li {
    display:block;
    border-top:1px solid rgba(170,170,170,0.2);
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li:first-child { border:none; }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li > a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    color:#747474;
    line-height:38px;
    padding:0 20px;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li.current_page_item > a, .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li:hover > a {
    background:none;
    color:#afa164;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:fadeInUp 0.4s both;
    -moz-animation:fadeInUp 0.4s both;
    -o-animation:fadeInUp 0.4s both;
    animation:fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.current_page_item > a, .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li:hover > a {
    background:none;
    color:#afa164;
  }
  .tb-menu-list > ul > li.menu-item-has-children:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:fadeInUp 0.4s both;
    -moz-animation:fadeInUp 0.4s both;
    -o-animation:fadeInUp 0.4s both;
    animation:fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width { position:static; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul {
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    margin:0;
    padding:20px 10px;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li {
    width:16.666%;
    float:left;
    padding:0 15px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li > a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    font-size:14px;
    font-weight:400;
    line-height:42px;
    color:#474747;
    text-transform:uppercase;
    padding:0;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.current_page_item > a, .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li:hover > a {
    background:none;
    color:#afa164;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul {
    display:block;
    position:relative;
    margin:0;
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul > li { border-top:1px solid rgba(170,170,170,0.2); }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul > li > a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    color:#747474;
    line-height:32px;
    padding:0;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul > li.current_page_item > a, .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul > li:hover > a {
    background:none;
    color:#afa164;
    padding-left:5px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.item-menu-custom-block {
    width:50%;
    padding:20px 15px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.item-menu-custom-block > a { display:none; }
}
@media (max-width: 991px) {
  .tb-menu-list {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    min-width:270px;
    text-align:left;
    background:#000000;
  }
  .tb-menu-list.active {
    display:block;
    z-index:999;
    -webkit-animation:fadeInUp 0.4s both;
    -moz-animation:fadeInUp 0.4s both;
    -o-animation:fadeInUp 0.4s both;
    animation:fadeInUp 0.4s both;
  }
  .tb-menu-list > ul {
    margin:0;
    padding:0;
    list-style:none;
  }
  .tb-menu-list > ul > li {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
  }
  .tb-menu-list > ul > li > a {
    font-size:14px;
    color:#ffffff;
    display:block;
    line-height:38px;
    text-transform:uppercase;
    padding:0 15px;
  }
  .tb-menu-list > ul > li.current_page_item, .tb-menu-list > ul > li:hover { background:rgba(255,255,255,0.1); }
  .tb-menu-list > ul > li.menu-item-has-children {
    position:relative;
    /*----basic dropdown----*/
    /*----mega dropdown----*/
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown {
    position:relative;
    min-width:270px;
    margin:0;
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li {
    display:block;
    border-top:1px solid rgba(170,170,170,0.2);
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li:first-child { border:none; }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li > a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    color:#747474;
    line-height:38px;
    padding:0 20px;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children { position:relative; }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > a:after {
    font-family:FontAwesome;
    content:"\f105";
    font-size:13px;
    position:absolute;
    top:0;
    right:20px;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul {
    position:relative;
    min-width:270px;
    margin:0;
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li {
    display:block;
    border-top:1px solid rgba(170,170,170,0.2);
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li:first-child { border:none; }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li > a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    color:#747474;
    line-height:38px;
    padding:0 20px;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li.current_page_item > a, .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children > ul > li:hover > a {
    background:none;
    color:#afa164;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.menu-item-has-children:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:fadeInUp 0.4s both;
    -moz-animation:fadeInUp 0.4s both;
    -o-animation:fadeInUp 0.4s both;
    animation:fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li.current_page_item > a, .tb-menu-list > ul > li.menu-item-has-children > ul.standar-dropdown > li:hover > a {
    background:none;
    color:#afa164;
  }
  .tb-menu-list > ul > li.menu-item-has-children:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:fadeInUp 0.4s both;
    -moz-animation:fadeInUp 0.4s both;
    -o-animation:fadeInUp 0.4s both;
    animation:fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width { position:static; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul {
    position:relative;
    width:100%;
    max-width:270px;
    margin:0;
    padding:20px 10px;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li > a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    font-size:14px;
    font-weight:400;
    line-height:38px;
    color:#474747;
    text-transform:uppercase;
    padding:0 15px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.current_page_item > a, .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li:hover > a {
    background:none;
    color:#afa164;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul {
    position:relative;
    margin:0;
    padding:0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul > li > a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    color:#747474;
    line-height:38px;
    padding:0 20px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul > li.current_page_item > a, .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children > ul > li:hover > a {
    background:none;
    color:#afa164;
    padding-left:25px;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.menu-item-has-children:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:fadeInUp 0.4s both;
    -moz-animation:fadeInUp 0.4s both;
    -o-animation:fadeInUp 0.4s both;
    animation:fadeInUp 0.4s both;
  }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.item-menu-custom-block { padding:10px 15px; }
  .tb-menu-list > ul > li.menu-item-has-children.has_full_width > ul > li.item-menu-custom-block > a { display:none; }
}
.tb-menu-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 > a {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:14px;
  line-height:100px;
  display:block;
  padding:0 12px;
}
.tb-menu-sidebar .widget_cart_search_wrap_item > a:hover { color:#afa164; }
.tb-menu-sidebar .widget_cart_search_wrap_item .widget_searchform_content {
  position:absolute;
  top:100%;
  right:0;
  min-width:300px;
  padding:15px;
  background:#ffffff;
  -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);
  display:none;
}
.tb-menu-sidebar .widget_cart_search_wrap_item .widget_searchform_content.active {
  display:block;
  z-index:999;
  -webkit-animation:fadeInUp 0.4s both;
  -moz-animation:fadeInUp 0.4s both;
  -o-animation:fadeInUp 0.4s both;
  animation:fadeInUp 0.4s both;
}
.tb-menu-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;
}
.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:#afa164;
  border-color:#afa164;
  text-transform:uppercase;
}
.tb-menu-sidebar .tb-menu-canvas-wrap {
  position:relative;
  display:inline-block;
}
.tb-menu-sidebar .tb-menu-canvas-wrap .header-menu-item-icon > a {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:14px;
  line-height:100px;
  display:block;
  padding:0 12px;
}
.tb-menu-sidebar .widget_mini_cart_wrap {
  position:relative;
  display:inline-block;
}
.tb-menu-sidebar .widget_mini_cart_wrap .header {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-size:14px;
  line-height:100px;
  display:block;
  padding:0 12px;
}
.tb-menu-sidebar .widget_mini_cart_wrap .header > a { color:#ffffff; }
.tb-menu-sidebar .widget_mini_cart_wrap .header > a:hover { color:#afa164; }
@media (max-width: 767px) {
  .tb-menu-sidebar .widget_cart_search_wrap_item { position:static; }
  .tb-menu-sidebar .widget_cart_search_wrap_item > a { line-height:60px; }
  .tb-menu-sidebar .tb-menu-canvas-wrap { position:static; }
  .tb-menu-sidebar .tb-menu-canvas-wrap .header-menu-item-icon > a { line-height:60px; }
  .tb-menu-sidebar .widget_mini_cart_wrap { position:static; }
  .tb-menu-sidebar .widget_mini_cart_wrap .header { line-height:60px; }
}
@media (min-width: 992px) {
  .tb-stick-active .tb-header-wrap .tb-header-menu {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v1 .tb-header-menu { background:#000000; }
  .tb-stick-active .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-logo { height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { line-height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-stick-active .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header { line-height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v2 .tb-header-menu {
    background:#000000;
    padding-left:250px;
  }
  .tb-stick-active .tb-header-wrap.tb-header-v2 .tb-header-menu .col-logo {
    position:absolute;
    top:0;
    left:0;
    width:250px;
    padding-left:30px;
    border-right:1px solid rgba(255,255,255,0.1);
  }
  .tb-stick-active .tb-header-wrap.tb-header-v2 .tb-header-menu .col-logo .tb-logo { display:block; }
  .tb-stick-active .tb-header-wrap.tb-header-v3 .tb-header-menu { background:#ffffff; }
  .tb-stick-active .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-logo { height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { line-height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-stick-active .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header { line-height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v4 .tb-header-menu .col-logo { opacity:1; }
  .tb-stick-active .tb-header-wrap.tb-header-v5 .tb-header-menu { background:#000000; }
  .tb-stick-active .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-logo { height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { line-height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-list > ul > li:hover, .tb-stick-active .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-list > ul > li.current_page_parent { background:rgba(255,255,255,0.1); }
  .tb-stick-active .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-stick-active .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a, .tb-stick-active .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header { line-height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v6 .tb-header-menu { background:#ffffff; }
  .tb-stick-active .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-logo { height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { line-height:80px; }
  .tb-stick-active .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-list > ul > li:hover, .tb-stick-active .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-list > ul > li.current_page_parent { background:#f3f3f3; }
  .tb-stick-active .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-stick-active .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a, .tb-stick-active .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header { line-height:80px; }
  .tb-stick-active.admin-bar .tb-header-wrap .tb-header-menu {
    top:32px;
    z-index:999;
  }
}
.tb-header-wrap.tb-header-fixed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:999;
}
.tb-header-wrap .tb-header-top {
  color:#ffffff;
  background:#181818;
  padding:10px 0;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget {
  font-size:13px;
  font-weight:400;
  line-height:19.96px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul {
  padding:0;
  margin:0;
  list-style:none;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li {
  line-height:13px;
  display:inline-block;
  padding:0 10px;
  border-right:1px solid #575757;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li:last-child { border:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li > a { color:#ffffff; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li > a:hover { opacity:0.7; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li > a.tb-logout { display:none; }
.logged-in .tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li > a.tb-login { display:none; }
.logged-in .tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li > a.tb-logout { display:inline-block; }
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-right { text-align:right; }
.tb-header-wrap .tb-header-menu {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  color:#ffffff;
  background:rgba(0,0,0,0.5);
}
.tb-header-wrap .tb-header-menu .tb-logo {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  height:100px;
  line-height:0;
}
.tb-header-wrap .tb-header-menu .tb-logo > a {
  position:absolute;
  top:50%;
  left:0;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.tb-header-wrap .tb-header-menu .tb-logo > a > img {
  width:100%;
  height:auto;
}
.tb-header-wrap .tb-header-menu .tb-menu { text-align:right; }
.tb-header-wrap.tb-header-v2 {
  background:rgba(0,0,0,0.8);
  padding-left:280px;
}
.tb-header-wrap.tb-header-v2 .tb-logo-v2 {
  position:absolute;
  top:0;
  left:0;
}
.tb-header-wrap.tb-header-v2 .tb-logo-v2 .tb-logo {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  width:250px;
  height:122px;
  line-height:0;
  border-right:1px solid rgba(255,255,255,0.1);
}
.tb-header-wrap.tb-header-v2 .tb-logo-v2 .tb-logo > a {
  position:absolute;
  top:50%;
  left:40px;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.tb-header-wrap.tb-header-v2 .tb-logo-v2 .tb-logo > a > img {
  width:100%;
  height:auto;
}
.tb-header-wrap.tb-header-v2 .tb-header-top {
  background:transparent;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.tb-header-wrap.tb-header-v2 .tb-header-menu {
  background:transparent;
  padding-right:160px;
  max-height:80px;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-header-menu-inner { position:static; }
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
  height:80px;
  line-height:0;
  display:none;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu { text-align:center; }
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { line-height:80px; }
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu-sidebar {
  position:absolute;
  bottom:0;
  right:0;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu-sidebar .widget_mini_cart_wrap .header {
  line-height:80px;
  width:80px;
  border-left:1px solid rgba(255,255,255,0.1);
}
.tb-header-wrap.tb-header-v3 .tb-header-top { background:#181818; }
.tb-header-wrap.tb-header-v3 .tb-header-menu {
  color:#5d5d5d;
  background:#ffffff;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-menu-list > ul > li:hover, .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-menu-list > ul > li.current_page_parent { background:#f3f3f3; }
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-menu-list > ul > li:hover > a, .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-menu-list > ul > li.current_page_parent > a { color:#3d3d3d; }
.tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu-sidebar .widget_mini_cart_wrap .header > a { color:#3d3d3d; }
.tb-header-wrap.tb-header-v4 .tb-header-top { background:#181818; }
.tb-header-wrap.tb-header-v4 .tb-logo-v2 {
  background:#ffffff;
  text-align:center;
  padding:60px 0 20px;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu {
  color:#5d5d5d;
  background:#ffffff;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .col-logo {
  position:absolute;
  bottom:0;
  left:0;
  width:100px;
  opacity:0;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .col-logo .tb-logo { height:80px; }
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu { text-align:center; }
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { line-height:80px; }
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list > ul > li:hover > a, .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list > ul > li.current_page_parent > a { color:#3d3d3d; }
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-sidebar {
  position:absolute;
  bottom:0;
  right:0;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header, .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header > a {
  color:#3d3d3d;
  line-height:80px;
}
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-control-mobi > a { line-height:80px; }
.tb-header-wrap.tb-header-v5 {
  color:#ffffff;
  background:transparent;
}
.tb-header-wrap.tb-header-v5 .tb-header-top {
  background:transparent;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.tb-header-wrap.tb-header-v5 .tb-header-menu {
  background:transparent;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.tb-header-wrap.tb-header-v5 .tb-header-menu .tb-logo { border-right:1px solid rgba(255,255,255,0.1); }
.tb-header-wrap.tb-header-v5 .tb-header-menu .tb-logo > a { left:15px; }
.tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu { text-align:right; }
.tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-list > ul > li:hover, .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-list > ul > li.current_page_parent { background:rgba(0,0,0,0.4); }
.tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar { margin-left:20px; }
.tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a, .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header {
  width:80px;
  text-align:center;
  border-left:1px solid rgba(255,255,255,0.1);
}
.tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-control-mobi > a {
  width:80px;
  text-align:center;
  border-left:1px solid rgba(255,255,255,0.1);
}
.tb-header-wrap.tb-header-v6 {
  color:#3d3d3d;
  background:#ffffff;
}
.tb-header-wrap.tb-header-v6 .tb-header-top { background:#181818; }
.tb-header-wrap.tb-header-v6 .tb-header-menu {
  background:#ffffff;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-logo { border-right:1px solid rgba(0,0,0,0.1); }
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-logo > a { left:15px; }
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu { text-align:right; }
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { color:#5d5d5d; }
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-list > ul > li:hover, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-list > ul > li.current_page_parent { background:#f3f3f3; }
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-list > ul > li:hover > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-list > ul > li.current_page_parent > a { color:#3d3d3d; }
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar { margin-left:20px; }
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header {
  color:#3d3d3d;
  width:80px;
  text-align:center;
  border-left:1px solid rgba(0,0,0,0.1);
}
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a:hover, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a:hover, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header:hover { color:#afa164; }
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header > a { color:#3d3d3d; }
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a > a:hover, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a > a:hover, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header > a:hover { color:#afa164; }
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-control-mobi > a {
  color:#3d3d3d;
  width:80px;
  text-align:center;
  border-left:1px solid rgba(0,0,0,0.1);
}
.tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-control-mobi > a:hover { color:#afa164; }
@media (max-width: 1199px) {
  .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a, .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a, .tb-header-wrap.tb-header-v3 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { padding:0 10px !important; }
  .tb-header-wrap.tb-header-v4 .tb-logo-v2 { display:none; }
  .tb-header-wrap.tb-header-v4 .tb-header-menu {
    color:#5d5d5d;
    background:#ffffff;
  }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .col-logo { opacity:1; }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu { text-align:center; }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { line-height:38px; }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-logo > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-logo > a { left:0; }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-logo > a > img, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-logo > a > img { width:90%; }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { padding:0 15px !important; }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar { margin-left:0; }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a, .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header { width:40px; }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-control-mobi > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-control-mobi > a { width:40px; }
}
@media (max-width: 991px) {
  .tb-header-wrap.tb-header-v2 .tb-header-top .tb-sidebar .widget ul > li { padding:0 8px; }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list > ul > li > a { line-height:38px; }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-control-mobi > a { line-height:80px; }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu { text-align:right; }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-control-mobi { margin-right:90px; }
}
@media (max-width: 767px) {
  .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-logo { height:60px; }
  .tb-header-wrap.tb-header-v2 { padding-left:160px; }
  .tb-header-wrap.tb-header-v2 .tb-header-top { display:none; }
  .tb-header-wrap.tb-header-v2 .tb-logo-v2 .tb-logo {
    height:80px;
    width:130px;
  }
  .tb-header-wrap.tb-header-v2 .tb-logo-v2 .tb-logo > a { left:20px; }
  .tb-header-wrap.tb-header-v2 .tb-logo-v2 .tb-logo > a > img { width:80px; }
  .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu-sidebar .widget_mini_cart_wrap .header { width:50px; }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar { margin-left:0; }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a, .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header {
    width:auto;
    line-height:60px;
    padding:0 10px;
  }
  .tb-header-wrap.tb-header-v5 .tb-header-menu .tb-menu .tb-menu-control-mobi > a, .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-control-mobi > a {
    width:auto;
    line-height:60px;
    padding:0 10px;
  }
}
@media (max-width: 480px) {
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu { text-align:right; }
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-control-mobi { margin-right:90px; }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner { padding:20px 0px; }
}
.ro-info-box-wrap.tpl1 .tb-info-box, .ro-info-box-wrap.tpl2 .tb-info-box {
  position:relative;
  margin-bottom:30px;
}
.ro-info-box-wrap.tpl1 .tb-info-box .tb-image, .ro-info-box-wrap.tpl2 .tb-info-box .tb-image {
  display:inline-block;
  vertical-align:middle;
  line-height:0;
  width:48%;
  max-width:370px;
  position:relative;
  overflow:hidden;
}
.ro-info-box-wrap.tpl1 .tb-info-box .tb-image > img, .ro-info-box-wrap.tpl2 .tb-info-box .tb-image > img {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  width:100%;
  height:auto;
}
.ro-info-box-wrap.tpl1 .tb-info-box .tb-image:after, .ro-info-box-wrap.tpl2 .tb-info-box .tb-image:after {
  content:"";
  position:absolute;
  top:50%;
  right:-8px;
  width:15px;
  height:15px;
  background:#ffffff;
  -webkit-transform:translateY(-50%) rotate(45deg);
  -moz-transform:translateY(-50%) rotate(45deg);
  -o-transform:translateY(-50%) rotate(45deg);
  -ms-transform:translateY(-50%) rotate(45deg);
  transform:translateY(-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 {
  left:-8px;
  right:auto;
}
.ro-info-box-wrap.tpl1 .tb-info-box .tb-content, .ro-info-box-wrap.tpl2 .tb-info-box .tb-content {
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  width:51%;
}
.ro-info-box-wrap.tpl1 .tb-info-box .tb-content > h5, .ro-info-box-wrap.tpl2 .tb-info-box .tb-content > h5 {
  color:#353535;
  font-size:24px;
  font-weight:300;
  letter-spacing:0.15em;
  line-height:42px;
  margin-bottom:0;
}
.ro-info-box-wrap.tpl1 .tb-info-box .tb-content > h3, .ro-info-box-wrap.tpl2 .tb-info-box .tb-content > h3 {
  color:#353535;
  font-size:30px;
  font-weight:300;
  letter-spacing:0.15em;
  line-height:42px;
  margin-bottom:20px;
}
.ro-info-box-wrap.tpl1 .tb-info-box .tb-content > h6, .ro-info-box-wrap.tpl2 .tb-info-box .tb-content > h6 { margin-bottom:0; }
.ro-info-box-wrap.tpl1 .tb-info-box .tb-content > h6 > a, .ro-info-box-wrap.tpl2 .tb-info-box .tb-content > h6 > a {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  border-top:1px solid #9c9c9c;
  color:#9c9c9c;
  font-size:13px;
  font-weight:300;
  letter-spacing:0.15em;
  line-height:27px;
  padding-top:5px;
}
.ro-info-box-wrap.tpl1 .tb-info-box .tb-content > h6 > a:hover, .ro-info-box-wrap.tpl2 .tb-info-box .tb-content > h6 > a:hover { color:#afa164; }
.ro-info-box-wrap.tpl1 .tb-info-box:hover .tb-image > img, .ro-info-box-wrap.tpl2 .tb-info-box:hover .tb-image > img {
  opacity:0.8;
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -o-transform:scale(1.2);
  -ms-transform:scale(1.2);
  transform:scale(1.2);
}
.ro-info-box-wrap.tpl1 .tb-info-box:hover .tb-content > h6 > a, .ro-info-box-wrap.tpl2 .tb-info-box:hover .tb-content > h6 > a { border-color:#afa164; }
.ro-info-box-wrap.tpl3 .tb-info-box {
  position:relative;
  margin:0 auto 30px;
  max-width:370px;
  overflow:hidden;
}
.ro-info-box-wrap.tpl3 .tb-info-box .tb-image { line-height:0; }
.ro-info-box-wrap.tpl3 .tb-info-box .tb-image > img {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  width:100%;
  height:auto;
}
.ro-info-box-wrap.tpl3 .tb-info-box .tb-content {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  text-align:center;
  padding:20px;
}
.ro-info-box-wrap.tpl3 .tb-info-box .tb-content .tb-content-inner {
  background:rgba(255,255,255,0.8);
  padding:40px 10px;
}
.ro-info-box-wrap.tpl3 .tb-info-box .tb-content .tb-content-inner > h5 {
  color:#353535;
  font-size:24px;
  font-weight:300;
  letter-spacing:0.15em;
  line-height:42px;
  margin-bottom:0;
}
.ro-info-box-wrap.tpl3 .tb-info-box .tb-content .tb-content-inner > h3 {
  color:#353535;
  font-size:30px;
  font-weight:300;
  letter-spacing:0.15em;
  line-height:42px;
  margin-bottom:20px;
}
.ro-info-box-wrap.tpl3 .tb-info-box .tb-content .tb-content-inner > h6 { margin-bottom:0; }
.ro-info-box-wrap.tpl3 .tb-info-box .tb-content .tb-content-inner > h6 > a {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  border-top:1px solid #9c9c9c;
  color:#9c9c9c;
  font-size:13px;
  font-weight:300;
  letter-spacing:0.15em;
  line-height:27px;
  padding-top:5px;
}
.ro-info-box-wrap.tpl3 .tb-info-box .tb-content .tb-content-inner > h6 > a:hover { color:#afa164; }
.ro-info-box-wrap.tpl3 .tb-info-box:hover .tb-image > img {
  opacity:0.8;
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -o-transform:scale(1.2);
  -ms-transform:scale(1.2);
  transform:scale(1.2);
}
.ro-info-box-wrap.tpl3 .tb-info-box:hover .tb-content .tb-content-inner > h6 > a { border-color:#afa164; }
@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;
  text-align:center;
  max-width:370px;
  margin:0 auto 30px;
}
.tb-service-wrap .tb-service .tb-icon {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:inline-block;
  font-size:30px;
  color:#ffffff;
  width:80px;
  height:80px;
  line-height:78px;
  margin-bottom:25px;
  border:1px solid #ffffff;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.tb-service-wrap .tb-service .tb-title {
  font-size:18px;
  font-weight:400;
  line-height:18px;
  letter-spacing:0.05em;
  color:#ffffff;
  margin-bottom:15px;
  padding-bottom:20px;
  position:relative;
}
.tb-service-wrap .tb-service .tb-title:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  width:30px;
  border-top:1px solid #ffffff;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}
.tb-service-wrap .tb-service .tb-content {
  font-size:13px;
  line-height:22px;
  color:#ffffff;
}
.tb-service-wrap .tb-service:hover .tb-icon {
  border-color:#afa164;
  background:#afa164;
}
.tb-service-wrap .tb-service:hover .tb-title:after { border-color:#afa164; }
.ro-author-name {
  font-style:italic;
  font-size:18px;
  color:#afa164;
  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:#afa164; }
.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:#afa164;
  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:#afa164;
}
.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 #afa164;
  background-color:#afa164;
  color:#FFFFFF;
}
.ro-blog-article .ro-social .ro-subscribe {
  border:1px solid #afa164;
  background-color:#afa164;
  color:#FFFFFF;
}
.ro-blog-article .ro-social .ro-subscribe:hover {
  border:1px solid #AAAAAA;
  background-color:#EEEEEE;
  color:#444444;
}
.ro-blog-article .ro-loading {
  font-size:18px;
  font-weight:700;
  text-align:center;
  margin:58px 0;
}
@media (min-width: 768px) {
  .ro-blog-article .ro-title { font-size:36px; }
  .ro-blog-article .ro-note .ro-note-content { font-size:18px; }
}
@media (max-width: 767px) {
  .ro-blog-article .ro-title { font-size:28px; }
  .ro-blog-article .ro-note p { height:6.4em; }
  .ro-blog-article .ro-note p .ro-note-content { font-size:16px; }
  .ro-blog-article .ro-loading { margin:45px 0; }
}
@media (min-width: 480px) {
  .ro-blog-article .ro-detail span:not(:first-child) { margin-left:55px; }
}
@media (max-width: 479px) {
  .ro-blog-article .ro-image .ro-note { display:none; }
  .ro-blog-article .ro-detail span:not(:last-child) { margin-right:55px; }
}
.ro-blog-article.ro-preview {
  border-bottom:1px solid #AAAAAA;
  padding-bottom:70px;
  padding-top:45px;
}
.ro-blog-article.ro-preview .ro-title { font-style:italic; }
.ro-blog-article.ro-preview .ro-image {
  margin-top:50px;
  margin-bottom:50px;
}
.ro-blog-article.ro-preview .ro-content {
  overflow:hidden;
  margin-bottom:20px;
}
.ro-blog-article.ro-preview .ro-content p { margin-bottom:0; }
@media (max-width: 767px) {
  .ro-blog-article.ro-preview .ro-content { height:7.2em; }
}
@media (min-width: 651px) {
  .ro-blog-article.ro-preview .ro-detail { text-align:right; }
}
@media (max-width: 651px) {
  .ro-blog-article.ro-preview .ro-detail { text-align:left; }
}
.ro-blog-article.ro-style-1 { padding-top:45px; }
.ro-blog-article.ro-style-1 .ro-title {
  font-style:italic;
  margin-bottom:20px;
}
.ro-blog-article.ro-style-1 .ro-image {
  margin-top:30px;
  margin-bottom:50px;
}
.ro-blog-article.ro-style-1 .ro-content .ro-first-letter::first-letter {
  font-size:xx-large;
  font-weight:700;
  font-style:italic;
  line-height:20px;
}
.ro-blog-article.ro-style-1 .ro-related-1 {
  max-width:200px;
  float:right;
}
.ro-blog-article.ro-style-1 .ro-related-1 p { margin-top:30px; }
@media (min-width: 651px) {
  .ro-blog-article.ro-style-1 .ro-detail { text-align:right; }
}
@media (max-width: 651px) {
  .ro-blog-article.ro-style-1 .ro-detail { text-align:left; }
}
.ro-blog-article.ro-style-2 .ro-title {
  margin-top:45px;
  margin-bottom:25px;
}
.ro-blog-article.ro-style-2 .ro-content { margin-top:50px; }
.ro-blog-comment .ro-header { border-bottom:1px solid #AAAAAA; }
.ro-blog-comment .ro-header h3 {
  margin-top:45px;
  margin-bottom:25px;
}
.ro-blog-comment .ro-header .ro-btn {
  width:33px;
  height:33px;
  float:right;
  text-align:center;
  margin-top:45px;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  border:1px solid #AAAAAA;
  background-color:#EEEEEE;
  color:#444444;
}
.ro-blog-comment .ro-header .ro-btn i {
  display:block;
  font-size:30px;
  line-height:33px;
  color:#444444;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.ro-blog-comment .ro-header .ro-btn:hover {
  border:1px solid #afa164;
  background-color:#afa164;
  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:#afa164;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer .ro-btn i {
  position:relative;
  top:5px;
  display:inline-block;
  color:#666666;
  line-height:20px;
  font-size:30px;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer .ro-btn:hover i { color:#afa164; }
.ro-blog-comment .ro-blog-comment-list article .ro-divide {
  width:100%;
  height:0;
  border-bottom:1px solid #AAAAAA;
}
@media (min-width: 480px) {
  .ro-blog-comment .ro-blog-comment-list article .ro-footer {
    padding-right:20px;
    text-align:right;
  }
  .ro-blog-comment .ro-blog-comment-list article .ro-footer span {
    float:right;
    margin-left:5px;
  }
}
@media (max-width: 479px) {
  .ro-blog-comment .ro-blog-comment-list article .ro-footer {
    padding-right:0;
    text-align:left;
  }
  .ro-blog-comment .ro-blog-comment-list article .ro-footer span {
    float:right;
    margin-left:0px;
  }
}
.ro-blog-contact-form { margin-bottom:60px; }
.ro-blog-side-bar .ro-title {
  margin-bottom:40px;
  background-color:#EEEEEE;
  border:1px solid #AAAAAA;
  width:100%;
  text-transform:uppercase;
  padding:10px 0;
  text-align:center;
}
.ro-blog-side-bar .ro-title h5 {
  margin:0;
  line-height:18px;
}
.ro-blog-side-bar .ro-title:not(:first-child) { margin-top:40px; }
.ro-blog-side-bar .ro-news {
  margin-bottom:20px;
  position:relative;
}
.ro-blog-side-bar .ro-news .ro-image {
  position:absolute;
  top:8px;
  width:90px;
  height:55px;
  float:left;
  opacity:1;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.ro-blog-side-bar .ro-news .ro-image:hover { opacity:0.7; }
.ro-blog-side-bar .ro-news .ro-content { margin-left:100px; }
.ro-blog-side-bar .ro-news .ro-content .ro-date {
  margin-top:10px;
  color:#bdbdbd;
  font-style:italic;
  display:block;
  font-weight:400;
}
.ro-blog-side-bar .ro-news .ro-content a {
  margin-top:0;
  color:#444444;
  transition:all 0.3s ease-in-out;
}
.ro-blog-side-bar .ro-news .ro-content a:hover { color:#afa164; }
.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-post-item-tpl1 {
  position:relative;
  margin-bottom:30px;
}
.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:20px;
  line-height:0;
  overflow:hidden;
}
.tb-post-item-tpl1 .tb-thumb > img {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  width:100%;
  height:auto;
}
.tb-post-item-tpl1 .tb-thumb .tb-publish {
  display:inline-block;
  line-height:24px;
  position:absolute;
  top:0;
  left:0;
  text-transform:uppercase;
  color:#ffffff;
  background:#686868;
  padding:10px 20px;
}
.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:14px;
  font-weight:400;
  line-height:24px;
  text-transform:uppercase;
  color:#3f3f3f;
  margin-bottom:10px;
}
.tb-post-item-tpl1 .tb-content .tb-title:hover { color:#afa164; }
.tb-post-item-tpl1 .tb-content .tb-info .blog-info {
  font-size:12px;
  font-weight:300;
  font-style:italic;
  line-height:24px;
  color:#a1a1a1;
  margin-bottom:10px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span {
  display:inline-block;
  margin-right:20px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span > i {
  display:inline-block;
  vertical-align:text-top;
  margin-right:10px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span > 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;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span > a:hover { color:#afa164; }
.tb-post-item-tpl1 .tb-content .tb-excerpt {
  font-size:13px;
  font-weight:400;
  line-height:24px;
  color:#6e6e6e;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore {
  background-color:transparent;
  border:1px solid #c5c5c5;
  color:#747474;
  display:inline-block;
  outline:medium none;
  margin:30px 0;
  padding:7px 34px;
  text-align:center;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore:hover {
  color:#fff;
  background:#afa164;
  border-color:#afa164;
}
.tb-post-item-tpl1:hover .tb-thumb { opacity:0.6; }
.tb-post-item-tpl1:hover .tb-thumb > img { transform:scale(1.2); }
.tb-blog-carousel { position:relative; }
.tb-blog-carousel:before {
  content:"";
  position:absolute;
  top:0;
  left:-60px;
  width:60px;
  height:100%;
}
.tb-blog-carousel:after {
  content:"";
  position:absolute;
  top:0;
  right:-60px;
  width:60px;
  height:100%;
}
.tb-blog-carousel .tb-post-item {
  max-width:370px;
  margin:0 auto;
  position:relative;
  margin-bottom:30px;
}
.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:20px;
  line-height:0;
  overflow:hidden;
}
.tb-blog-carousel .tb-post-item .tb-thumb > img {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  width:100%;
  height:auto;
}
.tb-blog-carousel .tb-post-item .tb-thumb .tb-publish {
  display:inline-block;
  line-height:24px;
  position:absolute;
  top:0;
  left:0;
  text-transform:uppercase;
  color:#ffffff;
  background:#686868;
  padding:10px 20px;
}
.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:14px;
  font-weight:400;
  line-height:24px;
  text-transform:uppercase;
  color:#3f3f3f;
  margin-bottom:10px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-title:hover { color:#afa164; }
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info {
  font-size:12px;
  font-weight:300;
  font-style:italic;
  line-height:24px;
  color:#a1a1a1;
  margin-bottom:10px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span {
  display:inline-block;
  margin-right:20px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span > i {
  display:inline-block;
  vertical-align:text-top;
  margin-right:10px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span > 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;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span > a:hover { color:#afa164; }
.tb-blog-carousel .tb-post-item .tb-content .tb-excerpt {
  font-size:13px;
  font-weight:400;
  line-height:24px;
  color:#6e6e6e;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore {
  background-color:transparent;
  border:1px solid #c5c5c5;
  color:#747474;
  display:inline-block;
  outline:medium none;
  margin:30px 0;
  padding:7px 34px;
  text-align:center;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore:hover {
  color:#fff;
  background:#afa164;
  border-color:#afa164;
}
.tb-blog-carousel .tb-post-item:hover .tb-thumb { opacity:0.6; }
.tb-blog-carousel .tb-post-item:hover .tb-thumb > img { transform:scale(1.2); }
.tb-blog-carousel .owl-controls .owl-nav > div {
  -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:absolute;
  top:110px;
  width:40px;
  height:40px;
  font-size:20px;
  line-height:38px;
  text-align:center;
  color:#757575;
  background:#ffffff;
  border:1px solid #dcdcdc;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  opacity:0;
}
.tb-blog-carousel .owl-controls .owl-nav > div.owl-prev { left:-200px; }
.tb-blog-carousel .owl-controls .owl-nav > div.owl-next { right:-200px; }
.tb-blog-carousel .owl-controls .owl-nav > div:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.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:#afa164;
  border-color:#afa164;
}
.tb-blog-carousel:hover .owl-controls .owl-nav > div { opacity:1; }
.tb-blog-carousel:hover .owl-controls .owl-nav > div.owl-prev { left:-55px; }
.tb-blog-carousel:hover .owl-controls .owl-nav > div.owl-next { right:-55px; }
.tb-blog-grid .tb-post-item {
  position:relative;
  margin-bottom:30px;
}
.tb-blog-grid .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:20px;
  line-height:0;
  overflow:hidden;
}
.tb-blog-grid .tb-post-item .tb-thumb > img {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  width:100%;
  height:auto;
}
.tb-blog-grid .tb-post-item .tb-thumb .tb-publish {
  display:inline-block;
  line-height:24px;
  position:absolute;
  top:0;
  left:0;
  text-transform:uppercase;
  color:#ffffff;
  background:#686868;
  padding:10px 20px;
}
.tb-blog-grid .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:14px;
  font-weight:400;
  line-height:24px;
  text-transform:uppercase;
  color:#3f3f3f;
  margin-bottom:10px;
}
.tb-blog-grid .tb-post-item .tb-content .tb-title:hover { color:#afa164; }
.tb-blog-grid .tb-post-item .tb-content .tb-info .blog-info {
  font-size:12px;
  font-weight:300;
  font-style:italic;
  line-height:24px;
  color:#a1a1a1;
  margin-bottom:10px;
}
.tb-blog-grid .tb-post-item .tb-content .tb-info .blog-info > span {
  display:inline-block;
  margin-right:20px;
}
.tb-blog-grid .tb-post-item .tb-content .tb-info .blog-info > span > i {
  display:inline-block;
  vertical-align:text-top;
  margin-right:10px;
}
.tb-blog-grid .tb-post-item .tb-content .tb-info .blog-info > span > 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;
}
.tb-blog-grid .tb-post-item .tb-content .tb-info .blog-info > span > a:hover { color:#afa164; }
.tb-blog-grid .tb-post-item .tb-content .tb-excerpt {
  font-size:13px;
  font-weight:400;
  line-height:24px;
  color:#6e6e6e;
}
.tb-blog-grid .tb-post-item .tb-content > a.tb-readmore {
  background-color:transparent;
  border:1px solid #c5c5c5;
  color:#747474;
  display:inline-block;
  outline:medium none;
  margin:30px 0;
  padding:7px 34px;
  text-align:center;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.tb-blog-grid .tb-post-item .tb-content > a.tb-readmore:hover {
  color:#fff;
  background:#afa164;
  border-color:#afa164;
}
.tb-blog-grid .tb-post-item:hover .tb-thumb { opacity:0.6; }
.tb-blog-grid .tb-post-item:hover .tb-thumb > img { transform:scale(1.2); }
@media (max-width: 991px) {
  .tb-blog-grid.tpl1 .tb-post-item {
    max-width:370px;
    margin-left:auto;
    margin-right:auto;
  }
}
body { overflow-x:hidden; }
.zoomLens { border-color:#afa164 !important; }
.addthis_sharing_toolbox { text-align:right; }
.single-product .ro-title h4 {
  margin-top:50px;
  margin-bottom:50px;
}
.single-product .ro-product-wrapper .onsale, .single-product .summary .onsale {
  font-size:13px;
  font-weight:400;
  color:#626262;
  background:#ffffff;
  position:absolute;
  top:15px;
  left:30px;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
}
.single-product .ro-product-wrapper .ro-product-image, .single-product .summary .ro-product-image {
  max-width:470px;
  margin-right:auto;
  margin-left:auto;
}
.single-product .ro-product-wrapper .ro-product-image .ro-image, .single-product .summary .ro-product-image .ro-image { overflow:hidden; }
.single-product .ro-product-wrapper .ro-product-image .ro-image img, .single-product .summary .ro-product-image .ro-image img {
  width:100%;
  height:auto;
}
.single-product .ro-product-wrapper .ro-product-image .ro-footer > a > div, .single-product .summary .ro-product-image .ro-footer > a > div {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  float:right;
  text-align:center;
  position:relative;
  z-index:10;
  padding-top:6px;
  padding-bottom:6px;
}
.single-product .ro-product-wrapper .ro-product-image .ro-footer > a > div:hover, .single-product .summary .ro-product-image .ro-footer > a > div:hover {
  background-color:#afa164;
  color:#FFFFFF;
}
.single-product .ro-product-wrapper .ro-product-image .ro-footer > a :nth-child(1) > div, .single-product .summary .ro-product-image .ro-footer > a :nth-child(1) > div {
  width:50%;
  color:#FFFFFF;
  font-size:14px;
  background-color:#444444;
  line-height:28px;
}
.single-product .ro-product-wrapper .ro-product-image .ro-footer > a :nth-child(1) > div:hover, .single-product .summary .ro-product-image .ro-footer > a :nth-child(1) > div:hover { background-color:#afa164; }
.single-product .ro-product-wrapper .ro-product-image .ro-footer > a :nth-child(2) > div, .single-product .summary .ro-product-image .ro-footer > a :nth-child(2) > div { width:50%; }
.single-product .ro-product-wrapper .ro-product-option-wrapper, .single-product .summary .ro-product-option-wrapper {
  padding-left:0;
  padding-right:0;
}
.single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option, .single-product .summary .ro-product-option-wrapper .ro-product-option {
  position:relative;
  margin-top:20px;
}
.single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option > a, .single-product .summary .ro-product-option-wrapper .ro-product-option > a {
  display:inline-block;
  position:relative;
  width:100px;
  height:100px;
  margin:0 15px;
}
.single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option > a:before, .single-product .summary .ro-product-option-wrapper .ro-product-option > a:before {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.2);
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option > a img, .single-product .summary .ro-product-option-wrapper .ro-product-option > a img {
  max-width:100px;
  width:100%;
  display:inline-block;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option > a.ro-active:before, .single-product .ro-product-wrapper .ro-product-option-wrapper .ro-product-option > a:hover:before, .single-product .summary .ro-product-option-wrapper .ro-product-option > a.ro-active:before, .single-product .summary .ro-product-option-wrapper .ro-product-option > a:hover:before { opacity:1; }
.single-product .ro-product-wrapper .ro-product-information .entry-title, .single-product .summary .ro-product-information .entry-title {
  margin-top:8px;
  margin-bottom:8px;
  font-size:17px;
  color:#515151;
  text-transform:uppercase;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta, .single-product .summary .ro-product-information .ro-product-price-meta {
  border-bottom:1px dotted #c5c5c5;
  display:inline-block;
  width:100%;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price, .single-product .summary .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, .single-product .summary .ro-product-information .ro-product-price-meta .tb-product-price .price {
  font-size:22px;
  font-weight:normal;
  margin-bottom:20px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price del, .single-product .summary .ro-product-information .ro-product-price-meta .tb-product-price .price del { color:#c5c5c5; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price ins, .single-product .summary .ro-product-information .ro-product-price-meta .tb-product-price .price ins { color:#484848; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .stock, .single-product .summary .ro-product-information .ro-product-price-meta .stock {
  display:inline-block;
  float:right;
  margin-top:9px;
  color:#898989;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .stock span, .single-product .summary .ro-product-information .ro-product-price-meta .stock span { color:#afa164; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-content, .single-product .summary .ro-product-information .ro-product-content {
  margin-top:10px;
  margin-bottom:30px;
  padding-bottom:8px;
  border-bottom:1px dotted #c5c5c5;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate, .single-product .summary .ro-product-information .ro-rate {
  display:inline-block;
  width:100%;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-product-rating, .single-product .summary .ro-product-information .ro-rate .woocommerce-product-rating { margin-bottom:5px; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate .star-rating, .single-product .summary .ro-product-information .ro-rate .star-rating {
  font-size:11px;
  margin-top:7px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate .star-rating > span, .single-product .summary .ro-product-information .ro-rate .star-rating > span { color:#afa164; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-review-link, .single-product .summary .ro-product-information .ro-rate .woocommerce-review-link {
  color:#a7a7a7;
  font-size:12px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-review-link:hover, .single-product .summary .ro-product-information .ro-rate .woocommerce-review-link:hover { color:#afa164; }
.single-product .ro-product-wrapper .ro-product-information .ro-quantity > div, .single-product .ro-product-wrapper .ro-product-information .ro-price > div, .single-product .summary .ro-product-information .ro-quantity > div, .single-product .summary .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), .single-product .summary .ro-product-information .ro-quantity > div:nth-child(1), .single-product .summary .ro-product-information .ro-price > div:nth-child(1) {
  width:15%;
  float:left;
  padding-top:2px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-quantity > div:nth-child(1) p, .single-product .ro-product-wrapper .ro-product-information .ro-price > div:nth-child(1) p, .single-product .summary .ro-product-information .ro-quantity > div:nth-child(1) p, .single-product .summary .ro-product-information .ro-price > div:nth-child(1) p { margin-bottom:13px; }
.single-product .ro-product-wrapper .ro-product-information .ro-quantity > div:nth-child(2), .single-product .ro-product-wrapper .ro-product-information .ro-price > div:nth-child(2), .single-product .summary .ro-product-information .ro-quantity > div:nth-child(2), .single-product .summary .ro-product-information .ro-price > div:nth-child(2) { width:85%; }
.single-product .ro-product-wrapper .ro-product-information .qty, .single-product .summary .ro-product-information .qty { width:100px; }
.single-product .ro-product-wrapper .ro-product-information .single_add_to_cart_button, .single-product .summary .ro-product-information .single_add_to_cart_button { text-transform:uppercase; }
.single-product .ro-product-wrapper .ro-product-information .variations, .single-product .summary .ro-product-information .variations { width:100%; }
.single-product .ro-product-wrapper .ro-product-information .variations tr td, .single-product .summary .ro-product-information .variations tr td { float:left; }
.single-product .ro-product-wrapper .ro-product-information .variations tr td.label, .single-product .summary .ro-product-information .variations tr td.label {
  text-align:left;
  padding:11px 0 26px;
  width:15%;
}
.single-product .ro-product-wrapper .ro-product-information .variations tr td.label span, .single-product .summary .ro-product-information .variations tr td.label span { color:#afa164; }
.single-product .ro-product-wrapper .ro-product-information .variations tr td.label label, .single-product .summary .ro-product-information .variations tr td.label label {
  font-size:13px;
  color:#515151;
  font-weight:normal;
}
.single-product .ro-product-wrapper .ro-product-information .variations tr td.value, .single-product .summary .ro-product-information .variations tr td.value {
  width:85%;
  position:relative;
}
.single-product .ro-product-wrapper .ro-product-information .variations tr td.value .reset_variations, .single-product .summary .ro-product-information .variations tr td.value .reset_variations {
  position:absolute;
  bottom:-5px;
  left:0;
}
.single-product .ro-product-wrapper .ro-product-information .variations tr td.value .reset_variations:hover, .single-product .summary .ro-product-information .variations tr td.value .reset_variations:hover { color:#afa164; }
.single-product .ro-product-wrapper .ro-product-information .variations tr td.value select, .single-product .summary .ro-product-information .variations tr td.value select {
  padding:8px;
  font-size:14px;
  line-height:14px !important;
  -moz-appearance:none;
  -webkit-appearance:none;
  position:relative;
}
.single-product .ro-product-wrapper .ro-product-information .variations tr td.value:before, .single-product .summary .ro-product-information .variations tr td.value:before {
  content:"\f107";
  font-family:FontAwesome;
  position:absolute;
  right:20px;
  top:15px;
  z-index:1;
}
.single-product .ro-product-wrapper .ro-product-information .variations tr td.value > .reset_variations a, .single-product .summary .ro-product-information .variations tr td.value > .reset_variations a { display:none; }
.single-product .ro-product-wrapper .ro-product-information .variations tr select[name="attribute_size"], .single-product .summary .ro-product-information .variations tr select[name="attribute_size"] { margin-bottom:35px; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-quantity, .single-product .summary .ro-product-information .single_simple_wrap .ro-quantity { margin-bottom:20px; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-quantity label, .single-product .summary .ro-product-information .single_simple_wrap .ro-quantity label {
  font-weight:400;
  float:left;
  width:15%;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-quantity label span, .single-product .summary .ro-product-information .single_simple_wrap .ro-quantity label span { color:#afa164; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-quantity .quantity, .single-product .summary .ro-product-information .single_simple_wrap .ro-quantity .quantity { margin:0; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-quantity .quantity span, .single-product .summary .ro-product-information .single_simple_wrap .ro-quantity .quantity span {
  float:left;
  width:25%;
  height:35px;
  line-height:35px;
  text-align:center;
  border:1px solid #d3d3d3;
  cursor:pointer;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-quantity .quantity span:hover i, .single-product .summary .ro-product-information .single_simple_wrap .ro-quantity .quantity span:hover i { color:#afa164; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-quantity .quantity span.qty-minus, .single-product .summary .ro-product-information .single_simple_wrap .ro-quantity .quantity span.qty-minus { border-width:1px 0 1px 1px; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-quantity .quantity span.qty-plus, .single-product .summary .ro-product-information .single_simple_wrap .ro-quantity .quantity span.qty-plus { border-width:1px 1px 1px 0; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-quantity .quantity input, .single-product .summary .ro-product-information .single_simple_wrap .ro-quantity .quantity input {
  float:left;
  width:50%;
  height:35px;
  padding:8px;
  font-size:14px;
  line-height:14px;
  -moz-appearance:textfield;
  -webkit-appearance:textfield;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-quantity:after, .single-product .summary .ro-product-information .single_simple_wrap .ro-quantity:after {
  content:"";
  display:block;
  width:100%;
  clear:both;
}
@media (min-width: 1200px) {
  .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action, .single-product .summary .ro-product-information .single_simple_wrap .ro-action { padding-left:60px; }
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .btn-add-to-cart, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .btn-add-to-cart {
  background-clip:padding-box;
  background-color:transparent;
  border:1px solid #c5c5c5;
  color:#747474;
  display:inline-block;
  outline:medium none;
  padding:9px 35px;
  margin-right:5px;
  text-align:center;
  text-transform:uppercase;
  font-size:12px;
  font-weight:400;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  -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;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .btn-add-to-cart:hover, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .btn-add-to-cart:hover {
  color:#fff;
  background:#afa164;
  border-color:#afa164;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action > div.clear, .single-product .summary .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, .single-product .summary .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:40px;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .add_to_wishlist, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.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, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .single-product .summary .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, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .single-product .summary .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, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .single-product .summary .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:FontAwesome;
  content:"\f064";
  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%);
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_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 .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 .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button, .single-product .summary .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;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button .compare, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button:before, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button:hover, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button:hover:before, .single-product .summary .ro-product-information .single_simple_wrap .ro-action .compare-button:hover:before { color:#ffffff; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .woocommerce-variation-description p, .single-product .summary .ro-product-information .single_variation_wrap .woocommerce-variation-description p { margin-bottom:5px; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-price .single_variation .price, .single-product .summary .ro-product-information .single_variation_wrap .ro-price .single_variation .price {
  font-size:13px;
  color:#515151;
  font-weight:normal;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-price p, .single-product .summary .ro-product-information .single_variation_wrap .ro-price p { color:#515151; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-price del, .single-product .summary .ro-product-information .single_variation_wrap .ro-price del {
  display:inline-block;
  margin-right:20px;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-quantity, .single-product .summary .ro-product-information .single_variation_wrap .ro-quantity { margin-bottom:15px; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-quantity label, .single-product .summary .ro-product-information .single_variation_wrap .ro-quantity label {
  float:left;
  width:15%;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-quantity label span, .single-product .summary .ro-product-information .single_variation_wrap .ro-quantity label span { color:#afa164; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-quantity .quantity, .single-product .summary .ro-product-information .single_variation_wrap .ro-quantity .quantity { margin:0; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-quantity .quantity span, .single-product .summary .ro-product-information .single_variation_wrap .ro-quantity .quantity span {
  float:left;
  width:25%;
  height:35px;
  line-height:35px;
  text-align:center;
  border:1px solid #d3d3d3;
  cursor:pointer;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-quantity .quantity span:hover i, .single-product .summary .ro-product-information .single_variation_wrap .ro-quantity .quantity span:hover i { color:#afa164; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-quantity .quantity span.qty-minus, .single-product .summary .ro-product-information .single_variation_wrap .ro-quantity .quantity span.qty-minus { border-width:1px 0 1px 1px; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-quantity .quantity span.qty-plus, .single-product .summary .ro-product-information .single_variation_wrap .ro-quantity .quantity span.qty-plus { border-width:1px 1px 1px 0; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-quantity .quantity input, .single-product .summary .ro-product-information .single_variation_wrap .ro-quantity .quantity input {
  float:left;
  width:50%;
  height:35px;
  padding:8px;
  font-size:14px;
  line-height:14px;
  -moz-appearance:textfield;
  -webkit-appearance:textfield;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap label, .single-product .summary .ro-product-information .single_variation_wrap label {
  font-size:13px;
  color:#515151;
  font-weight:normal;
}
@media (min-width: 1200px) {
  .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button, .single-product .summary .ro-product-information .single_variation_wrap .variations_button { padding-left:60px; }
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .btn-add-to-cart, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .btn-add-to-cart {
  background-clip:padding-box;
  background-color:transparent;
  border:1px solid #c5c5c5;
  color:#747474;
  display:inline-block;
  outline:medium none;
  padding:9px 35px;
  margin-right:5px;
  text-align:center;
  text-transform:uppercase;
  font-size:12px;
  font-weight:400;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  -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;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .btn-add-to-cart:hover, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .btn-add-to-cart:hover {
  color:#fff;
  background:#afa164;
  border-color:#afa164;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button > div.clear, .single-product .summary .ro-product-information .single_variation_wrap .variations_button > div.clear { display:none; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:40px;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .add_to_wishlist, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.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 .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:FontAwesome;
  content:"\f064";
  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%);
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.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 .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 .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .compare-button {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:40px;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0 5px 0 0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button .compare, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button:hover, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button:hover:before, .single-product .summary .ro-product-information .single_variation_wrap .variations_button .compare-button:hover:before { color:#ffffff; }
.single-product .ro-product-wrapper .ro-product-information .product_meta span, .single-product .summary .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, .single-product .summary .ro-product-information .product_meta span:last-child { margin:0; }
.single-product .ro-product-wrapper .ro-product-information .product_meta span a, .single-product .summary .ro-product-information .product_meta span a { color:#444444; }
.single-product .ro-product-wrapper .ro-product-information .product_meta span a:hover, .single-product .summary .ro-product-information .product_meta span a:hover { color:#afa164; }
.single-product .ro-product-wrapper .ro-product-information .ro-footer h6, .single-product .summary .ro-product-information .ro-footer h6 {
  margin-top:25px;
  margin-bottom:20px;
}
.single-product .woocommerce-tabs ul.tabs {
  padding:0 !important;
  font-size:13px;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.single-product .woocommerce-tabs .panel h2, .single-product .woocommerce-tabs .panel h3.comment-reply-title {
  font-size:14px;
  line-height:15.4px;
  text-transform:uppercase;
  margin-bottom:20px;
}
.single-product .woocommerce-tabs .panel #review_form_wrapper { margin-top:20px; }
.single-product .woocommerce-tabs .panel #review_form_wrapper .comment-form { margin:20px 0; }
.single-product .woocommerce-tabs .panel #review_form_wrapper .comment-form p.comment-form-author { margin-right:15px !important; }
.single-product .woocommerce-tabs .panel #review_form_wrapper .comment-form p.form-submit { text-align:left; }
.single-product .woocommerce-tabs .panel #review_form_wrapper .comment-form p.form-submit .submit {
  background-color:transparent !important;
  border:1px solid #c5c5c5 !important;
  color:#747474 !important;
  display:inline-block !important;
  outline:medium none;
  font-family:Oswald !important;
  padding:13px 45px !important;
  text-align:center;
  line-height:1 !important;
  width:initial;
  text-transform:uppercase;
  -webkit-border-radius:30px !important;
  -moz-border-radius:30px !important;
  border-radius:30px !important;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box !important;
  background-clip:padding-box !important;
}
.single-product .woocommerce-tabs .panel #review_form_wrapper .comment-form p.form-submit .submit:hover {
  background-color:#afa164 !important;
  color:#fff !important;
}
.single-product .ro-product-relate { padding-left:15px; }
.single-product .ro-product-relate .ro-title {
  position:relative;
  margin-top:20px;
}
.single-product .ro-product-relate .ro-title:before {
  background:#ebebeb;
  content:"";
  height:1px;
  left:0;
  position:absolute;
  top:18px;
  width:100%;
  z-index:-1;
}
.single-product .ro-product-relate .ro-title h4 {
  background:#ffffff;
  color:#474747;
  display:inline-block;
  font-size:17px;
  margin:0 0 15px;
  padding-right:10px;
  text-transform:uppercase;
  z-index:1;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item {
  position:relative;
  margin-bottom:30px;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-image {
  position:relative;
  line-height:0;
  overflow:hidden;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-image > img {
  width:100%;
  height:auto;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-image .onsale {
  font-size:13px;
  font-weight:400;
  color:#626262;
  background:#ffffff;
  position:absolute;
  top:15px;
  left:15px;
  width:40px;
  height:40px;
  min-height:auto;
  line-height:40px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-image .new {
  font-size:13px;
  font-weight:400;
  color:#ffffff;
  background:#2b2b2b;
  position:absolute;
  top:15px;
  right:15px;
  width:42px;
  height:42px;
  line-height:40px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:1px 1px 0px 1px #dadada;
  -moz-box-shadow:1px 1px 0px 1px #dadada;
  box-shadow:1px 1px 0px 1px #dadada;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-image .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;
  display:inline-block;
  position:absolute;
  top:50%;
  left:50%;
  width:60px;
  height:60px;
  font-size:20px;
  line-height:60px;
  color:#585858;
  background:rgba(255,255,255,0.9);
  text-align:center;
  padding:0;
  overflow:hidden;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.6);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.6);
  transform:translateX(-50%) translateY(-50%) scale(0.6);
  opacity:0;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-image .yith-wcqv-button:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content {
  text-align:center;
  padding:20px 10px;
}
.single-product .ro-product-relate .tb-product-items .tb-product-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:14px;
  font-weight:400;
  line-height:17px;
  color:#747474;
  text-transform:uppercase;
  margin-bottom:5px;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-title:hover { color:#afa164; }
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-price-rating {
  position:relative;
  margin-bottom:10px;
}
.single-product .ro-product-relate .tb-product-items .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:14px;
  font-weight:400;
  line-height:36px;
  color:#484848;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-price-rating .tb-product-price > del {
  position:relative;
  font-size:12px;
  line-height:12px;
  color:#c5c5c5;
  text-decoration:none;
  margin-right:10px;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-price-rating .tb-product-price > del:before {
  border-top:1px solid #c5c5c5;
  content:"";
  position:absolute;
  width:120%;
  top:10px;
  left:-3px;
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  transform:rotate(-15deg);
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-price-rating .tb-item-rating {
  -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:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#ffffff;
  opacity:0;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-price-rating .tb-item-rating .star-rating {
  float:none;
  margin:11px auto;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action > div.clear { display:none; }
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-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:0;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
  opacity:0;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-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-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-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:FontAwesome;
  content:"\f064";
  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%);
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover {
  background:#afa164;
  border-color:#afa164;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before { color:#ffffff; }
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-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:0;
  height:40px;
  background:#ffffff;
  padding:0;
  margin:0;
  border:1px solid #dcdcdc;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
  border-radius:40px;
  overflow:hidden;
  opacity:0;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family: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%);
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .compare-button:hover {
  background:#afa164;
  border-color:#afa164;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .compare-button:hover:before { color:#ffffff; }
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .btn-add-to-cart {
  -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:12px;
  font-weight:400;
  display:inline-block;
  vertical-align:middle;
  max-width:130px;
  margin:0 auto;
  color:#747474;
  background-color:#ffffff;
  padding:7px 32px;
  text-align:center;
  text-transform:uppercase;
  border:1px solid #dcdcdc;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item .tb-content .tb-action .btn-add-to-cart:hover {
  color:#ffffff;
  background:#afa164;
  border-color:#afa164;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item:hover .tb-image .yith-wcqv-button {
  -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
  -moz-transform:translateX(-50%) translateY(-50%) scale(1);
  -o-transform:translateX(-50%) translateY(-50%) scale(1);
  -ms-transform:translateX(-50%) translateY(-50%) scale(1);
  transform:translateX(-50%) translateY(-50%) scale(1);
  opacity:1;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item:hover .tb-content .tb-price-rating .tb-item-rating { opacity:1; }
.single-product .ro-product-relate .tb-product-items .tb-product-item:hover .tb-content .tb-action .yith-wcwl-add-to-wishlist {
  width:40px;
  margin-right:10px;
  opacity:1;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item:hover .tb-content .tb-action .compare-button {
  width:40px;
  margin-left:10px;
  opacity:1;
}
.single-product .ro-product-relate .tb-product-items .tb-product-item:after {
  content:"";
  display:block;
  clear:both;
}
.single-product .tb-sidebar .upsells {
  position:relative;
  margin-bottom:40px;
}
.single-product .tb-sidebar .upsells:before {
  background:#ebebeb;
  content:"";
  height:1px;
  left:0;
  position:absolute;
  top:24px;
  width:100%;
  z-index:-1;
}
.single-product .tb-sidebar .upsells > h2 {
  background:#ffffff;
  color:#474747;
  display:inline-block;
  font-size:17px;
  margin:0 0 15px;
  padding-right:10px;
  text-transform:uppercase;
  z-index:1;
}
.single-product .tb-sidebar .upsells .tb-product-item {
  position:relative;
  margin-bottom:20px;
}
.single-product .tb-sidebar .upsells .tb-product-item .tb-image {
  position:relative;
  width:90px;
  height:auto;
  float:left;
  overflow:hidden;
}
.single-product .tb-sidebar .upsells .tb-product-item .tb-image > img {
  width:100%;
  height:auto;
}
.single-product .tb-sidebar .upsells .tb-product-item .tb-content { padding-left:110px; }
.single-product .tb-sidebar .upsells .tb-product-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:13px;
  font-weight:400;
  line-height:24px;
  color:#747474;
  text-transform:uppercase;
}
.single-product .tb-sidebar .upsells .tb-product-item .tb-content .tb-title:hover { color:#afa164; }
.single-product .tb-sidebar .upsells .tb-product-item .tb-content .tb-price-rating { position:relative; }
.single-product .tb-sidebar .upsells .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:14px;
  font-weight:400;
  line-height:36px;
  color:#484848;
}
.single-product .tb-sidebar .upsells .tb-product-item .tb-content .tb-price-rating .tb-product-price > del {
  position:relative;
  font-size:12px;
  line-height:12px;
  color:#c5c5c5;
  text-decoration:none;
  margin-right:10px;
}
.single-product .tb-sidebar .upsells .tb-product-item .tb-content .tb-price-rating .tb-product-price > del:before {
  border-top:1px solid #c5c5c5;
  content:"";
  position:absolute;
  width:120%;
  top:10px;
  left:-3px;
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  transform:rotate(-15deg);
}
.single-product .tb-sidebar .upsells .tb-product-item .tb-content .tb-price-rating .tb-item-rating .star-rating { float:none; }
.single-product .tb-sidebar .upsells .tb-product-item:after {
  content:"";
  display:block;
  clear:both;
}
.single-product .tb-content { overflow:hidden; }
@media (max-width: 1019px) {
  #yith-quick-view-modal.open .yith-wcqv-wrapper {
    position:absolute;
    top:20%;
    left:0;
  }
}
.woocommerce-cart table, .woocommerce-cart th, .woocommerce-cart td { border:1px solid #eaeaea; }
.woocommerce-cart h4 {
  margin-top:50px;
  margin-bottom:55px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table {
  border-width:1px 0 0 1px;
  border-collapse:collapse;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table td {
  font-weight:400;
  letter-spacing:1.6px;
  text-transform:uppercase;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th {
  border-width:0 1px 1px 0;
  font-weight:normal;
  text-transform:uppercase;
  height:60px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-product { width:40%; }
.woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-qty, .woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-price, .woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-total { width:20%; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tfoot tr td {
  border-width:0 1px 1px 0;
  height:60px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody input[type='number']::-webkit-inner-spin-button, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody input[type='number']::-webkit-outer-spin-button { opacity:1; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td { border-width:0 1px 1px 0; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-thumb {
  display:inline-block;
  float:left;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-thumb img {
  max-width:170px;
  width:100%;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-detail {
  float:left;
  padding-left:20px;
  padding-top:20px;
  width:calc( 100% - 170px );
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-detail > a {
  color:#575757;
  font-size:15px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-detail > a:hover { color:#afa164; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-detail dl {
  color:#8b8b8b;
  font-size:13px;
  text-transform:capitalize;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-detail dl p { margin:0; }
.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:5px; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty .remove {
  position:relative;
  margin:10px auto 0;
  background:#dfdfdf;
  font-size:8px;
  width:17px;
  height:17px;
  text-align:center;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty .remove span {
  color:#676767;
  position:absolute;
  top:49%;
  left:51%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty .remove:hover span { color:red; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td .amount {
  font-size:14px;
  color:#4e4e4e;
  letter-spacing:0;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-price .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 .ro-cart-item td, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td { padding:30px 0 30px 30px; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td:first-of-type img, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td:first-of-type img {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  opacity:1;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td:first-of-type img:hover, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td:first-of-type img:hover { opacity:0.7; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item td:nth-of-type(2) a:hover, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap td:nth-of-type(2) a:hover { color:#afa164; }
.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:#afa164 !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:85px;
  float:left;
}
.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.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:'';
  display:inline-block;
  width:14px;
  height:14px;
  vertical-align:middle;
  border-radius:50%;
  border:2px solid #FFFFFF;
  margin-right:8px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .ro-item-color label input[type="radio"]:checked + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .ro-item-color label input[type="radio"]:checked + span:before { box-shadow:0 0 0 1px #AAAAAA; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .ro-item-color label:last-of-type input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .ro-item-color label:last-of-type input[type="radio"] + span:before { margin-right:0; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-1 .ro-item-color label.ro-type-1 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-1 .ro-item-color label.ro-type-1 input[type="radio"] + span:before { background-color:#ABDCE1; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-1 .ro-item-color label.ro-type-2 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-1 .ro-item-color label.ro-type-2 input[type="radio"] + span:before { background-color:#D9D8C1; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-1 .ro-item-color label.ro-type-3 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-1 .ro-item-color label.ro-type-3 input[type="radio"] + span:before { background-color:#444444; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-2 .ro-item-color label.ro-type-1 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-2 .ro-item-color label.ro-type-1 input[type="radio"] + span:before { background-color:#ABDCE1; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-2 .ro-item-color label.ro-type-2 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-2 .ro-item-color label.ro-type-2 input[type="radio"] + span:before { background-color:#DEB6B6; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item.ro-product-2 .ro-item-color label.ro-type-3 input[type="radio"] + span:before, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap.ro-product-2 .ro-item-color label.ro-type-3 input[type="radio"] + span:before { background-color:#444444; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions { font-size:100%; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions .coupon, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions .coupon { float:left; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions .coupon input, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions .coupon input { min-width:200px; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions input.button, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions input.button {
  color:#FFFFFF !important;
  background-color:#444444;
  padding:13px 40px;
  text-transform:uppercase;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions input.button:hover, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions input.button:hover { background-color:#afa164; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions input.button, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions input.button {
  float:right;
  width:auto;
}
.woocommerce-cart .ro-cart-form .ro-button {
  margin-top:70px;
  margin-bottom:80px;
}
.woocommerce-cart .ro-cart-form .ro-button a {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  background-color:#444444;
  border:0;
  color:#FFFFFF;
  padding:10px 50px;
  outline:none;
  float:right;
}
.woocommerce-cart .ro-cart-form .ro-button a:hover { background-color:#afa164; }
@media (max-width: 639px) {
  .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions .coupon, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions .coupon, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions input.button, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions input.button { float:none; }
}
@media (max-width: 479px) {
  .woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-price, .woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-qty, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-price, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty { display:none; }
}
.ro-checkout-process {
  margin-top: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.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  border-radius:50%;
  position:absolute;
  width:20px;
  height:20px;
  border:1px solid #AAAAAA;
  background-color:#FFFFFF;
  transform:translate(-50%,-50%);
}
.ro-checkout-process .ro-hr-line a div:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  width:14px;
  height:14px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  background-color:#afa164;
  border-radius:50%;
  opacity:0;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(1) div {
  left:0;
  border:1px solid #afa164;
}
.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 #afa164; }
.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 #afa164; }
.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;
  -webkit-transform:translate(-50%,0);
  -moz-transform:translate(-50%,0);
  -o-transform:translate(-50%,0);
  -ms-transform:translate(-50%,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 {
  content:"\f00c";
  background-color:transparent;
  top:2px;
  opacity:1;
  font-family:"FontAwesome";
  color:#afa164;
}
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(2) div { border:1px solid #afa164; }
.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 {
  content:"\f00c";
  background-color:transparent;
  top:2px;
  opacity:1;
  font-family:"FontAwesome";
  color:#afa164;
}
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(3) div { border:1px solid #afa164; }
.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; }
.woocommerce-checkout h2 {
  font-size:18px;
  text-transform:uppercase;
}
.woocommerce-checkout .addresses .title > h3 {
  font-size:14px;
  text-transform:uppercase;
}
.woocommerce-checkout table.shop_table { margin-bottom:40px !important; }
.ro-checkout-information .ro-customer-info > p:first-of-type a {
  margin-left:25px;
  color:#afa164;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.ro-checkout-information .ro-customer-info > p:first-of-type a:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  font-family:"aqua icon";
  content:"\e086";
  margin-left:10px;
  vertical-align:middle;
  color:#afa164;
  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 #afa164; }
.ro-checkout-information .ro-customer-info .ro-choice label {
  cursor:pointer;
  font-weight:600;
}
.ro-checkout-information .ro-customer-info .ro-choice label span i { font-weight:400; }
.ro-checkout-information .ro-customer-info .ro-choice label input[type="radio"] { display:none; }
.ro-checkout-information .ro-customer-info .ro-choice label input[type="radio"] + span:before {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:'';
  display:inline-block;
  width:10px;
  height:10px;
  vertical-align:middle;
  border-radius:50%;
  margin-right:10px;
  border:1px solid #FFFFFF;
  box-shadow:0 0 0 1px #afa164;
}
.ro-checkout-information .ro-customer-info .ro-choice label input[type="radio"]:checked + span:before { background-color:#afa164; }
.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 #afa164; }
.ro-checkout-information .ro-shipping .ro-button {
  margin-top:60px;
  text-align:center;
}
.ro-checkout-information .ro-shipping .ro-button a {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  border:0;
  background-color:#444444;
  color:#FFFFFF;
  font-size:14px;
  padding:15px 48px;
}
.ro-checkout-information .ro-shipping .ro-button a:hover { background-color:#afa164; }
@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:#afa164; }
.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 #afa164;
  background-color:#afa164;
}
.ro-checkout-information-2 .ro-bill label input[type="radio"]:checked + span:after {
  content:"4";
  font-family:"aqua icon";
  position:absolute;
  top:-3px;
  left:1px;
  font-size:16px;
  color:#FFFFFF;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card:before, .ro-checkout-information-2 .ro-bill .ro-credit-card:after {
  content:" ";
  display:table;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card:after { clear:both; }
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-head .ro-image {
  clear:both;
  float:right;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body {
  background-color:#F5F4F1;
  padding:20px 30px;
  margin-top:20px;
  margin-bottom:20px;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:before, .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:after {
  content:" ";
  display:table;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:after { clear:both; }
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p {
  display:inline-block;
  margin-bottom:20px;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:before, .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:after {
  content:" ";
  display:table;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:after { clear:both; }
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(1) {
  width:25%;
  float:left;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(1) span {
  float:right;
  text-align:right;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(2) {
  width:75%;
  padding-left:120px;
}
.ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info:last-of-type > p { margin-bottom:0; }
.ro-checkout-information-2 .ro-bill .ro-paypal:before, .ro-checkout-information-2 .ro-bill .ro-paypal:after {
  content:" ";
  display:table;
}
.ro-checkout-information-2 .ro-bill .ro-paypal:after { clear:both; }
.ro-checkout-information-2 .ro-bill .ro-paypal .ro-image {
  clear:both;
  float:right;
}
.ro-checkout-information-2 .ro-button {
  margin-top:60px;
  margin-bottom:85px;
  text-align:center;
}
.ro-checkout-information-2 .ro-button a {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  border:0;
  background-color:#444444;
  color:#FFFFFF;
  font-size:14px;
  padding:15px 60px;
}
.ro-checkout-information-2 .ro-button a:hover { background-color:#afa164; }
@media (min-width: 1200px) {
  .ro-checkout-information-2 .ro-divide { width:580px; }
  .ro-checkout-information-2 .ro-customer-info .ro-title span { right:40px; }
  .ro-checkout-information-2 .ro-shipping .ro-content { margin-right:80px; }
  .ro-checkout-information-2 .ro-bill { margin-right:80px; }
  .ro-checkout-information-2 .ro-button { margin-right:80px; }
}
@media (max-width: 767px) {
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(1) { width:40%; }
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(2) {
    width:60%;
    padding-left:0;
    text-align:right;
  }
}
@media (max-width: 479px) {
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-head .ro-image img { width:100px; }
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(1) { width:50%; }
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(2) {
    width:50%;
    padding-left:0;
    text-align:right;
  }
  .ro-checkout-information-2 .ro-bill .ro-paypal .ro-image img { width:134.4px; }
}
.ro-checkout-summary {
  border:1px solid #CCCCCC;
  margin-top:85px;
  margin-bottom:85px;
  font-weight:400;
}
.ro-checkout-summary .ro-title {
  background-color:#EEEEEE;
  padding:25px 35px;
}
.ro-checkout-summary .ro-title h4 {
  text-align:center;
  margin:0px;
}
.ro-checkout-summary .ro-body { padding:0 35px; }
.ro-checkout-summary .ro-body .ro-item {
  padding:40px 0 0;
  font-size:14px;
}
.ro-checkout-summary .ro-body .ro-item:before, .ro-checkout-summary .ro-body .ro-item:after {
  content:" ";
  display:table;
}
.ro-checkout-summary .ro-body .ro-item:after { clear:both; }
.ro-checkout-summary .ro-body .ro-item:not(:last-of-type) { border-bottom:1px solid #CCCCCC; }
.ro-checkout-summary .ro-body .ro-item .ro-image {
  width:25%;
  float:left;
  padding-bottom:40px;
}
.ro-checkout-summary .ro-body .ro-item .ro-image img {
  width:100%;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  opacity:1;
}
.ro-checkout-summary .ro-body .ro-item .ro-image img:hover { opacity:0.5; }
.ro-checkout-summary .ro-body .ro-item > div, .ro-checkout-summary .ro-body .ro-item > div .ro-quantity, .ro-checkout-summary .ro-body .ro-item > div .ro-item-color, .ro-checkout-summary .ro-body .ro-item > div .ro-price { display:inline-block; }
.ro-checkout-summary .ro-body .ro-item > div: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:uppercase;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(2) .ro-name a:hover { color:#afa164; }
.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:#afa164;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(3) .product-total { float:right; }
.ro-checkout-summary .ro-footer .woocommerce-Price-amount { 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;
}
.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:#afa164;
}
.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;
  }
}
@media (max-width: 479px) {
  .ro-checkout-summary .ro-body form .ro-item .ro-image {
    width:100%;
    float:none;
    text-align:center;
  }
  .ro-checkout-summary .ro-body form .ro-item .ro-image img {
    width:100%;
    max-width:150px;
  }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(2) {
    width:100%;
    padding:0;
  }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(2) .ro-name { width:70%; }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(2) .ro-quantity { width:30%; }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(3) {
    width:100%;
    padding:0;
    margin-top:10px;
    margin-bottom:30px;
  }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(3) .ro-item-color {
    width:50%;
    float:left;
  }
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(3) .ro-price {
    text-align:right;
    width:50%;
  }
}
.ro-testimonial-slider .ro-testimonial-1 .ro-item {
  color:#ffffff;
  text-align:center;
}
.ro-testimonial-slider .ro-testimonial-1 .ro-item .ro-excerpt {
  max-width:85%;
  margin:0 auto;
}
.ro-testimonial-slider .ro-testimonial-1 .ro-item .ro-image-name {
  position:relative;
  color:#ffffff;
  display:inline-block;
  min-height:56px;
  text-align:left;
  padding-left:70px;
}
.ro-testimonial-slider .ro-testimonial-1 .ro-item .ro-image-name > img {
  position:absolute;
  top:0;
  left:0;
  width:56px;
  height:auto;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.ro-testimonial-slider .ro-testimonial-1 .ro-item .ro-image-name .ro-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:14px;
  line-height:24px;
  color:#ffffff;
  text-transform:uppercase;
  margin:0;
}
.ro-testimonial-slider .ro-testimonial-1 .ro-item .ro-image-name .ro-title:hover { color:#afa164; }
.ro-testimonial-slider .flex-control-paging {
  position:relative;
  bottom:-20px;
  text-align:center;
  margin-bottom:30px;
}
.ro-testimonial-slider .flex-control-paging > li {
  display:inline-block;
  margin:0 5px;
}
.ro-testimonial-slider .flex-control-paging > li > a {
  display:inline-block;
  width:12px;
  height:12px;
  color:#ffffff;
  background:#ffffff;
  border:1px solid #ffffff;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  overflow:hidden;
}
.ro-testimonial-slider .flex-control-paging > li > a.flex-active, .ro-testimonial-slider .flex-control-paging > li > a:hover, .ro-testimonial-slider .flex-control-paging > li > a:focus {
  color:transparent;
  background:transparent;
}
