/*
Theme Name: Resto
Theme URI: https://resto.jwsuperthemes.com
Author: the JWSThemes team
Author URI: http://themeforest.net/user/jwsthemes
Version: 2.6.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: Resto is a beautiful and very attractive, polished and professional, robust and easy to use, highly responsive WordPress restaurant, bakery, coffee and pizza website theme. Resto has been crafted by an experienced team of developers and designers seeking to furnish webmasters in the foodservice industry to quickly and effortlessly create their own amazing modern websites without having to write so much as a single line of code themselves.
Text Domain: resto
*/
/* 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 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@charset "UTF-8";
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* BUZZ ! */
/* Buzz Out 
---------------------------------------------*/
/*
--------------------------------------------------------------
Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
$rembase:     14;
$line-height: 24;
---------- Example
s
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)
* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)
---------- Vertical spacing
Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:
.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
/* =Reset-------------------------------------------- */
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Gilda+Display';
@import 'https://fonts.googleapis.com/css?family=Allura';
@import 'https://fonts.googleapis.com/css?family=Raleway';
/* STYLE GENERAL */
/*Page 404*/
/* widget Cart
.widget_mini_cart_wrap{
	display: inline-block;
	margin: 0 !important;
	&.tb-cart-empty{
		text-transform: uppercase;
	}
	.header{
		a.icon_cart_wrap{
				position: relative;
				span.cart_total{
					.easing-animation;
					position: absolute;
				    top: 50%;
				    width: 20px;
				    height: 20px;
				    text-align: center;
				    line-height: 20px;
				    border-radius: 50%;
				    right: -28px;
				    margin-top: -10px;
					font-size: 13px;
					background-color: @jws_theme_primary_color;
					color: #fff;
				}
				&:hover {
					span.cart_total{
						color:#fff;
						background-color: #000;
					}
				}
		}
	}
	.shopping_cart_dropdown{
		color: #747474;
		background: #ffffff;
	    right: 0;
	    overflow: hidden;
	    position: absolute;
	    top: 100%;
	    z-index: 9999;
		padding: 10px 20px;
		.easing-animation;
		text-align: left;
		display: none;
		box-shadow: 2px 0 10px rgba(0,0,0,0.09);
		-webkit-box-shadow: 2px 0 10px rgba(0,0,0,0.09);
		min-width: 360px;
		@media (max-width: 767px) {
			min-width: 300px;
		}
		&.active {
			display: block;
			z-index: 998;
			-webkit-animation: fadeInUp @duration-time both;
			-moz-animation: fadeInUp @duration-time both;
			-o-animation: fadeInUp @duration-time both;
			animation: fadeInUp @duration-time both;
		}
	    ul.cart_list {
			margin: 0;
			padding: 0;
			> li {
				padding: 12px 0 15px 96px !important;
				position: relative;
				color: #747474;
				border-bottom: 1px solid #eee;
				min-height: 120px;
				> a {
					font-size: 13px;
					font-weight: 400;
					text-transform: uppercase;
					line-height: 28px;
					position: static;
					&:before{
						display: none;
					}
					&.remove {
						position: absolute;
						top: 26px;
    					right: -9px;
						width: 15px;
						height: 15px;
						font-size: 0;
						font-weight: 400;
						line-height: 12px;
						color: #fff !important;
						background: url(assets/images/remove.png) no-repeat center !important;
						-webkit-transform: translateY(-50%);
						-moz-transform: translateY(-50%);
						-o-transform: translateY(-50%);
						-ms-transform: translateY(-50%);
						transform: translateY(-50%);
						text-align: center;
						padding-left: 1px;
					}
					> img {
						position: absolute;
						top: 15px;
						left: 0;
						width: 70px;
						height: 80px;
						margin: 0;
					}
				}
				.quantity {
					font-size: 15px;
					font-weight: 400;
					> span {
						font-size: 14px;
						color: #484848;
					}
				}
				&.empty {
					border: none;
					min-height: auto;
				}
				.woocommerce-review-link{
					display: none;
				}
			}
		}
		.total {
			font-size: 18px;
			font-weight: 400;
			text-transform: uppercase;
			color: #363636;
			padding-top: 15px;
			> strong {
				font-weight: 400;
				margin-right: 40px;
			}
			> span {
				font-size: 16px;
			}
		}
		.buttons > a {
			background: @jws_theme_primary_color;
			color: #fff;
			display: inline-block;
			margin-right: 20px;
			float: left;
			font-size: 14px;
			font-weight: 400;
			line-height: 18px;
			padding: 10px 30px;
			border-radius: 0;
			text-align: center;
			text-transform: uppercase;
			&.wc-forward {
				margin-bottom: 15px;
			}
			&:hover {
				background: @jws_theme_primary_color;
				border-color: @jws_theme_primary_color;
				color: #ffffff;
			}
		}
		.buttons {
			.button.checkout.wc-forward {
				padding: 10px 22px;
				background: #ebebeb;
				color: #444444;
			}
		}
	}
}
 */
/*Menu Canvas*/
/*switch currency*/
/* .sidebar-header-right{	
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	.dropdown-menu{
		border-radius: 0;
		box-shadow: none;
		li{
			a{
				padding: 10px;
			}
		}
	}
	.btn-group{
		position: relative;
		.btn.dropdown-toggle{
			font-size: 13px !important;
			font-weight: 600;
			padding: 10px !important;
			text-transform: uppercase;
			small{
				display: inline-block;
			}
		}
		&.open{
			.btn.dropdown-toggle{
				box-shadow: none;
			}
			span{
				.rotate(45deg);
			}
		}
	}
	.dd-container, .dd-select, a.dd-selected, a.dd-selected small {
		display: inline-block;
		font-size: 13px;
		font-weight: 600;
	}
	a.dd-selected{
		font-weight: normal;
		line-height: normal;
		padding-bottom: 0;
	}
	.dropdown-toggle{
		border: none medium;
		color: #000;
		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;
			.rotate(45deg);
		}
	}
	.widget_ct_woo_ordering_widget, .widget-woocommerce-currency-switcher{
		display:inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}
	.widget-woocommerce-currency-switcher{
		
		text-align: left;
		.dd-selected{
			font-size: 13px;
			font-weight: 600;
		}
	}
	.dd-options{
		min-width: 160px;
		.dd-option{
			label{
				font-weight: normal;
			}
			&:hover{
				background: #f5f5f5;
			}
		}
	}
	.dd-desc{
		color: #000;
		.dd-desc{
			line-height: inherit;
		}
	}
	.dd-select{
		border: none medium;
		background: none !important;
	}
	.dd-pointer-down{
		border: 1px solid #000;
		width: 5px;
		height: 5px;
		right: 0;
		border-left: none medium;
		border-top: none medium;
		.rotate(45deg);
		&.dd-pointer-up{
			border: 1px solid #000 !important;
			margin-top: 0;
			border-left: none medium !important;
			border-top: none medium !important;
			.rotate(-135deg);				
		}
	}
	.widget-woocommerce-currency-switcher{
		.dd-selected-text,.dd-option-text{
			display: none;
		}
		+ .widget-woocommerce-currency-switcher{
			.dd-selected-description,.dd-option-description{
				display: none;
			}
			.dd-selected-text,.dd-option-text{
				display: block;
				line-height: initial;
			}			
		}
	}
}
 */
/* Back to top */
/* comment
--------------------------- */
/* popup newsleter */
/* Shardow Page------------------------------------------------ */
/* Page Contact Us */
/* Coming Son Page */
/* search------------------------ */
/* testimonials
--------------------------------------- */
/* tb-testimonial-slider  tpl2 */
/* about_page_custom */
/* blog grid
------------------------------------ */
/* contact info */
/* ---------------------------------------------------------- */
/* New Shortcode Resto */
/* -----------------------OUR STORE----------------------------------- */
/* ------------------OUR SERVICES-------------------------------  */
/* --------ONLINE BOOKING----------  */
/* ONLINE ORDER--------------------------------------- */
/* GALLERY-------------------------------------------- */
/* Event----------------------------------- */
/* Team------------------------------------------------------------------ */
/* CSS CUSTOM WOO */
/*Products Tabs*/
/*Whishlist Page*/
/*Products Carousel*/
/*Category item*/
/* archive shop */
/* widget_shopping_cart */
/* mini cart */
/* Tabs */
/* .woocommerce .tb-product-item-inner .tb-product-btn .compare-button:before {
	content: "\f079";
	font-family: FontAwesome;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a:before {
	//display: none;
} */
/* .woocommerce .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before , .woocommerce .tb-product-item-inner .tb-product-btn .compare-button:before, .woocommerce .tb-product-item-inner .tb-product-btn .yith-wcqv-button:before{
	color: #fff;
} */
/* vc_tta-tabs-position-left
--------------------------------------- */
/* tb-products-tabs-top-right
------------------------------------------------------ */
/* product grid tpl3
---------------------------------------------------- */
/* product grid tpl4
---------------------------------------------------- */
/* tb-products-tabs-bottom-left
---------------------------------------------------- */
/* product-carousel-small
------------------------------------------------------- */
/* archive page
---------------------------------------------------------------------------- */
/* .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .yith-wcwl-add-to-wishlist ,.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .compare-button{
	width: 65px !important;
	margin-right: 2px !important;
	background: #aaaaaa !important;
	border: none;
	&:hover {
		background: @jws_theme_primary_color !important;
	}
	&:before {
		color: #fff !important;
	}
} */
/* .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
	color: #fff ;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
	color: #fff;
} */
/* single product
----------------------------------------------------- */
/* taps */
/* rated product */
/* .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap {
	.ro-action {
		width: 72%;
    	float: right;
	}
	.ro-quantity {
		width: 27%;
    	float: left;
    	label {
    		width: 60px;
    	}
	}
} */
/* single product no-sidebar */
/* body.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button{
	.yith-wcwl-add-to-wishlist,.compare-button {
		background: #aaa;
    	border: none !important;
    	&:hover {
			background: @jws_theme_primary_color;
		}
		&:before {
			color: #fff !important;
		}
	}
} */
/* .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart:before {
    line-height: inherit;
    top: 6px;
    left: 24px;
    margin-top: 0;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a:before {
	margin-top: 10px;
}
.woocommerce .tb-product-item-inner .tb-product-btn .compare-button:before {
	font-weight: 100;
}
body .woocommerce .tb-products-grid .owl-stage .owl-item.active.end .tooltip {
	display: block !important;
} */
/* .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
	color: #fff !important;
} */
/* NEW CSS RESTO */
/* ---------------------------------------------------------------------------------------------------------------- */
/* PRODUCT CARAUSEL ------------------------------*/
/* Page Cart */
/* relate--------------------------- */
/* Sidebar */
/* @media( min-width:769px){
	#jws_theme_wrapper .sidebar-area.ct-inc-megamenu{
		.widget_nav_menu{
			ul.dropdown-menu{
				position: absolute;
			}
		}
	}
}
@media( max-width:991px ){
	#jws_theme_wrapper .sidebar-area.ct-inc-megamenu{
		.widget_nav_menu{
			ul.dropdown-menu{
				width: auto!important;
			}
		}
	}
}
@media( max-width:767px){
	#jws_theme_wrapper .sidebar-area.ct-inc-megamenu{
		.widget_nav_menu{
			ul.dropdown-menu{
				width: 100%!important;
			}
		}
	}
}
@media(min-width:992px){
	.sidebar-area,.widget-area{
		.widget{
			&.widget_nav_menu{
				ul.menu{
					ul.sub-menu{
						left:100%;
					}
				}
			}
		}
	}
	#jws_theme_wrapper .sidebar-area.ct-inc-megamenu{
		.widget_nav_menu{
			ul.menu{
				.standar-dropdown{
					box-shadow: 2px 0 10px rgba(0,0,0,0.09) !important;
					a{
						&:hover{
							padding-left: 25px;
						}
					}
				}
				.has_full_width{
					> ul{
						background-color: #fff!important;
						box-shadow: 2px 0 10px rgba(0,0,0,0.09) !important;
						> li{
							background-color: #fff!important;
							> a{
								padding:0 22px!important;
							}
							a{
								background-color: #fff!important;
								color: #5e5e5e!important;
								padding:0;
								&:hover{
									color:@jws_theme_primary_color!important;
								}
							}
							li{
								padding:0 22px;
								a{
									border-bottom: 1px solid #ebebeb;
									&:hover{
										padding-left: 3px;
									}
								}
								&:last-child{
									a{
										border-bottom: none;
									}
								}
							}
						}
					}
					li{
						background-color: #fff!important;
						border-bottom: none;
					}
				}
			}
		}
	}
} */
/* most viewed */
/* banner */
/* widget_nav_menu */
/* sidebar portfolio */
/* new css */
/* Sidebar Blog Page */
/* COLOR */
/* INPUT */
/* Firefox 18- */
/* Firefox 19+ */
/* ICON */
/* BUTTON */
/* FORM */
/* UTILITIES */
/* Reset */
/* Special div */
/* Space */
/* Video */
/* SECTION */
/*Responsive mobile row*/
/* Header Resto
------------------------------------------------------------------------------------- */
/* Title Bar */
/* Sticky header */
/* gallery */
/* .ro-blog-comment {
    .ro-header {
        border-bottom: 1px solid @gray-color;
        h3 {
            margin-top: 45px;
            margin-bottom: 25px;
        }
        .ro-btn {
            width: 33px;
            height: 33px;
            float: right;
            text-align: center;
            margin-top: 45px;
            .easing-animation;
            border: 1px solid @gray-color;
            background-color: @lightgray-color;
            color: @dark-color;
            i {
                display: block;
                font-size: 30px;
                line-height: 33px;
                color: @dark-color;
                .easing-animation;
            }
            &:hover {
                border: 1px solid @main-color;
                background-color: @main-color;
                color: @light-color;
                i {
                    color: @light-color;
                }
            }
        }
    }
    .ro-blog-comment-list {
        margin-bottom: 50px;
        article {
            position: relative;
            padding: 48px 0 0 100px;
            footer {
                h4 {
                    font-style: italic;
                    margin: 0 0 18px;
                }
                .ro-profile {
                    display: block;
                    position: absolute;
                    width: 70px;
                    height: 70px;
                    top: 48px;
                    left: 0;
                }
            }
            .ro-comment {
                p {
                    margin: 0;
                }
            }
            .ro-footer {
                margin-bottom: 35px;
                p {
                    margin: 0;
                    font-size: 14px;
                    font-style: italic;
                    display: inline-block;
                    color: @main-color;
                }
                .ro-btn {
                    i {
                        position: relative;
                        top: 5px;
                        display: inline-block;
                        color: @darkgray-color;
                        line-height: 20px;
                        font-size: 30px;
                        .easing-animation;
                    }
                    &:hover {
                        i {
                            color: @main-color;
                        }
                    }
                }
            }
            .ro-divide {
                width: 100%;
                height: 0;
                border-bottom: 1px solid @gray-color;
            }
        }
        @media (min-width:480px) {
            article {
                .ro-footer {
                    padding-right: 20px;
                    text-align: right;
                    span {
                        float: right;
                        margin-left: 5px;
                    }
                }
            }
        }
        @media (max-width:479px) {
            article {
                .ro-footer {
                    padding-right: 0;
                    text-align: left;
                    span {
                        float: right;
                        margin-left: 0px;
                    }
                }
            }
        }
    }
}
.ro-blog-contact-form {
    margin-bottom: 60px;
}
.ro-blog-side-bar {
    .ro-title {
        margin-bottom: 40px;
        background-color: @lightgray-color;
        border: 1px solid @gray-color;
        width: 100%;
        text-transform: uppercase;
        padding: 10px 0;
        text-align: center;
        h5 {
            margin: 0;
            line-height: 18px;
        }
    }
    .ro-title:not(:first-child) {
        margin-top: 40px;
    }
    .ro-news {
        margin-bottom: 20px;
        position: relative;
        .ro-image {
            position: absolute;
            top: 8px;
            width: 90px;
            height: 55px;
            float: left;
            opacity: 1;
            .easing-animation;
            &:hover {
                opacity: 0.7;
            }
        }
        .ro-content {
            margin-left: 100px;
            .ro-date {
                margin-top: 10px;
                color: #bdbdbd;
                font-style: italic;
                display: block;
                font-weight: 400;
            }
            a {
                margin-top: 0;
                color: @dark-color;
                transition: all 0.3s ease-in-out;
                &:hover {
                    color: @main-color;
                }
            }
        }
    }
    .ro-contact {
        width: 100%;
        td, th {
            padding-bottom: 10px;
        }
    }
}
.ro-blog-related {
    a {
        margin-bottom: 40px;
        display: block;
        text-align:center;
        img {
            max-width: 100%;
        }
    }
    a:hover {
        opacity: 0.7;
    }
}
.ro-blog-side-contact {
    width: 100%;
    td, th {
        padding-bottom: 10px;
    }
}
.ro-blog-sidebar-service-list {
    li {
        font-size: @font-size-4;
        line-height: 2.5;
        &:before {
            content: "\e177";
            vertical-align: -5%;
            font-family: "aqua icon";
            margin-right: 10px;
        }
    }
}
.ro-one-page-post {
    position: relative;
    &.ro-style-2 {
        .ro-one-page-post-content {
            background-color: @bg-color-2;
            .ro-heading {
                text-align: right;
            }
        }
    }
    .ro-image {
        position: relative;
    }
    .ro-one-page-post-content {
        background-color: @bg-color-4;
        .ro-heading {
            color: @light-color;
            font-style: italic;
            &::after {
                margin-right: auto;
                margin-left: auto;
                content: " ";
                display: block;
                width: 50px;
                margin-top: 15px;
                height: 0;
                border-top: 2px solid @light-color;
            }
            &.ro-left::after {
                margin-left: 0;
            }
            &.ro-right::after {
                margin-right: 0;
            }
        }
        .ro-body {
            width: 100%;
            overflow: hidden;
        }
        .ro-footer {
            margin-bottom: 0;
            text-align: right;
            font-style: italic;
            font-weight: 400;
            font-size: @font-size-6;
            span {
                display: inline-block;
                &:not(:first-child):before {
                    content: "/";
                }
            }
        }
    }
    @media (min-width:1800px) {
        .ro-one-page-post-content {
            padding: 60px 40px 60px 60px;
            .ro-heading {
                margin: 0 0 60px;
            }
            .ro-body {
                height: 16.2em;
            }
            .ro-footer {
                margin-top: 60px;
            }
        }
    }
    @media (max-width:1799px) {
        .ro-one-page-post-content {
            padding: 50px 40px 50px 60px;
            .ro-heading {
                margin: 0 0 30px;
            }
            .ro-body {
                height: 50%;
            }
            .ro-footer {
                margin-top: 30px;
            }
        }
    }
    @media (min-width:1200px) {
        .ro-one-page-post-content {
            .ro-heading {
                font-size: 36px;
            }
            .ro-footer {
                span:not(:first-child):before {
                    margin-left: 20px;
                    margin-right: 20px;
                }
            }
        }
    }
    @media (max-width:1199px) {
        .ro-one-page-post-content {
            padding: 40px 40px 40px 50px;
            .ro-heading {
                margin: 0 0 20px;
                font-size: 24px;
            }
            .ro-body {
                height: 7.2em;
            }
            .ro-footer {
                margin-top: 20px;
                span:not(:first-child):before {
                    margin-left: 15px;
                    margin-right: 15px;
                }
            }
        }
    }
    @media (min-width:992px) {
        &.ro-style-2 {
            .ro-image {
                float: right;
            }
            .ro-one-page-post-content {
                left: 0;
                &::before {
                    content: " ";
                    left: 100%;
                    right: -25px;
                    top: 60px;
                    border-left: 25px solid @bg-color-2;
                    border-right: 0;
                }
            }
        }
        .ro-image {
            width: 50%;
        }
        .ro-one-page-post-content {
            position: absolute;
            width: 50%;
            height: 100%;
            top: 0;
            right: 0;
            &::before {
                content: " ";
                width: 0;
                height: 0;
                left: -25px;
                top: 60px;
                position: absolute;
                border-right: 26px solid @bg-color-4;
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
            }
        }
    }
    @media (max-width:991px) {
        &.ro-style-2 {
            .ro-one-page-post-content {
                &::before {
                    content: " ";
                    left: auto;
                    right: 60px;
                    top: -25px;
                    border-top: 0;
                    border-bottom: 25px solid @bg-color-2;
                }
            }
        }
        .ro-image {
            width: 100%;
        }
        .ro-one-page-post-content {
            position: relative;
            padding: 40px 40px 40px 50px;
            &::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 @bg-color-4;
            }
            .ro-heading {
                margin: 0 0 20px;
                font-size: 24px;
            }
            .ro-body {
                height: 5.4em;
            }
            .ro-footer {
                margin-top: 20px;
                span:not(:first-child):before {
                    margin-left: 15px;
                    margin-right: 15px;
                }
            }
        }
    }
    @media (max-width:479px) {
        .ro-one-page-post-content {
            .ro-heading {
                font-size: 18px;
            }
            .ro-footer {
                text-align: left;
                span {
                    margin-right: 20px;
                    &:not(:first-child):before {
                        display: none;
                    }
                }
            }
        }
    }
} */
/* SINGLE */
/* Single Blog */
/* .product-video-popup{
	position: absolute;
    top: 15px;
    right: 25px;
    z-index: 999;
    span{
    	margin-right: 6px;
    }
} */
/* resto product */
/* Langding page----------------- */
/* Phone------------------------------------ */
/* button
-------------------------------------- */
/* slider------------------------------------- */
.easing-animation {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.easing-animation-impt {
  -webkit-transition:all 0.4s !important;
  -moz-transition:all 0.4s !important;
  -o-transition:all 0.4s !important;
  transition:all 0.4s !important;
}
.easing-animation-long {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.special-zoom-in {
  animation:SpecialZoomIn 8s forwards;
  transform-origin:30% 0%;
}
.special-zoom-out {
  animation:SpecialZoomOut 8s forwards;
  transform-origin:30% 0%;
}
.clearfix:before, .clearfix:after {
  content:" ";
  display:table;
}
.clearfix:after { clear:both; }
.nopadding { padding:0; }
.col-nopadding {
  padding-left:0;
  padding-right:0;
}
.center-block {
  display:block;
  margin-right:auto;
  margin-left:auto;
}
.middle {
  position:relative;
  display:block;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.center {
  position:relative;
  display:block;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  margin-right:auto;
  margin-left:auto;
}
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }
.bottom {
  position:relative;
  display:block;
  top:100%;
  transform:translateY(-100%);
}
.ab-center {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.ab-center:before, .ab-center:after {
  content:" ";
  display:table;
}
.ab-center:after { clear:both; }
.ab-bottom {
  position:absolute;
  top:100%;
  transform:translateY(-100%);
}
.ab-bottom:before, .ab-bottom:after {
  content:" ";
  display:table;
}
.ab-bottom:after { clear:both; }
.center-block {
  display:block;
  margin-right:auto;
  margin-left:auto;
}
.btn-transparent {
  background-color:transparent;
  border:1px solid #ebebeb;
  height:40px;
  line-height:39px;
  display:inline-block;
  padding:0;
  width:170px;
  text-align:center;
  text-transform:uppercase;
  color:#2a2a2a;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  outline:none;
  margin-top:5px;
}
.btn-transparent:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
.btn-act {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  padding:0;
  color:#333;
  margin-left:20px;
  overflow:hidden;
  text-indent:-9999px;
  border-radius:0;
}
.btn-act:hover { color:#d0c194; }
.thumb-pd-effect { background-color:#fff; }
.thumb-pd-effect:before {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  content:"";
  position:absolute;
  height:4px;
  width:90%;
  opacity:0;
  box-shadow:0px 0px 10px rgba(0,0,0,0.8);
  left:5%;
  border-radius:50%;
  bottom:5px;
  z-index:-1;
}
.thumb-pd-effect img {
  position:relative;
  z-index:2;
  width:100%;
  height:auto;
}
.thumb-pd-effect.tb-thumb-effect span {
  display:inline-block;
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.thumb-pd-effect.tb-thumb-effect:before { bottom:0; }
.thumb-pd-scale {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.thumb-pd-hover-scale {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.thumb-overlay-effect:after {
  background:#d0c194;
  bottom:0;
  height:auto;
  left:0;
  margin:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  width:auto;
  z-index:2;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  transform:scale(0);
  content:"";
}
.thumb-overlay-hover-effect:after {
  opacity:0.2;
  transform:scale(1);
}
.thumb-pd-hover-effect { color:#d0c194; }
.thumb-pd-hover-effect:before {
  opacity:1;
  bottom:0;
}
.thumb-pd-hover-effect.tb-thumb-effect span {
  height:auto;
  z-index:3;
}
.thumb-pd-hover-effect.tb-thumb-effect >img { z-index:-2; }
.thumb-left-slide img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.thumb-left-slide:hover img { margin-left:0; }
.thumb-right-slide img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.thumb-right-slide:hover img { margin-left:0; }
.thumb-right-slide img { margin-left:-30px; }
.icon {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0,0);
}
.icon-abs {
  position:absolute;
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0,0);
}
figure.effect-bubba { position:relative; }
figure.effect-bubba img {
  opacity:1;
  -webkit-transition:opacity 0.35s;
  transition:opacity 0.35s;
  display:block;
}
figure.effect-bubba .vc_single_image-wrapper { position:relative; }
figure.effect-bubba .vc_single_image-wrapper::before, figure.effect-bubba .vc_single_image-wrapper::after {
  position:absolute;
  top:10px;
  right:10px;
  bottom:10px;
  left:10px;
  content:'';
  opacity:0;
  -webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
  transition:opacity 0.35s, transform 0.35s;
}
figure.effect-bubba .vc_single_image-wrapper::before {
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  -webkit-transform:scale(0,1);
  transform:scale(0,1);
}
figure.effect-bubba .vc_single_image-wrapper::after {
  border-right:1px solid #fff;
  border-left:1px solid #fff;
  -webkit-transform:scale(1,0);
  transform:scale(1,0);
}
figure.effect-bubba:hover img { opacity:0.7; }
figure.effect-bubba:hover .vc_single_image-wrapper:before, figure.effect-bubba:hover .vc_single_image-wrapper:after {
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1);
  z-index:3;
}
@keyframes upDown {
  0% { transform:translateY(0px); }
  40% { transform:translateY(-20px); }
  100% { transform:translateY(0px); }
}
@-webkit-keyframes upDown {
  0% { -webkit-transform:translateY(0px); }
  40% { -webkit-transform:translateY(-20px); }
  100% { -webkit-transform:translateY(0px); }
}
@keyframes borderAnimate {
  0% { transform:scale(1); }
  70% { transform:scale(1.15); }
  100% { transform:scale(1.13); }
}
@-webkit-keyframes borderAnimate {
  0% { -webkit-transform:scale(1); }
  70% { -webkit-transform:scale(1.15); }
  100% { -webkit-transform:scale(1.13); }
}
@keyframes effZoom {
  from {
    opacity:0;
    transform:scale(8);
  }
  to {
    opacity:1;
    transform:scale(1);
  }
}
@-webkit-keyframes effZoom {
  from {
    opacity:0;
    -webkit-transform:scale(8);
  }
  to {
    opacity:1;
    -webkit-transform:scale(1);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -o-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:translate3d(-10px,0,0);
    -ms-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:translate3d(10px,0,0);
    -ms-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@keyframes btnplayanimate {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}
@-webkit-keyframes btnplayanimate {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}
@keyframes dot-animation {
  0% { box-shadow:0px 0 0 0, 0px 0 0 0; }
  70% { box-shadow:10px 0 0 0, -10px 0 0 0; }
  100% { box-shadow:8px 0 0 0, -8px 0 0 0; }
}
@-webkit-keyframes dot-animation {
  0% { box-shadow:0px 0 0 0, 0px 0 0 0; }
  70% { box-shadow:10px 0 0 0, -10px 0 0 0; }
  100% { box-shadow:8px 0 0 0, -8px 0 0 0; }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity:0;
    -webkit-transform:translateY(20px);
    transform:translateY(20px);
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity:0;
    -moz-transform:translateY(20px);
    transform:translateY(20px);
  }
  100% {
    opacity:1;
    -moz-transform:translateY(0);
    transform:translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity:0;
    -webkit-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -webkit-transform:translateY(-30px);
  }
  80% { -webkit-transform:translateY(10px); }
  100% { -webkit-transform:translateY(0); }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity:0;
    -moz-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -moz-transform:translateY(-30px);
  }
  80% { -moz-transform:translateY(10px); }
  100% { -moz-transform:translateY(0); }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity:0;
    -ms-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -ms-transform:translateY(-30px);
  }
  80% { -ms-transform:translateY(10px); }
  100% { -ms-transform:translateY(0); }
}
@-o-keyframes bounceInUp {
  0% {
    opacity:0;
    -o-transform:translateY(2000px);
  }
  60% {
    opacity:1;
    -o-transform:translateY(-30px);
  }
  80% { -o-transform:translateY(10px); }
  100% { -o-transform:translateY(0); }
}
@keyframes bounceInUp {
  0% {
    opacity:0;
    transform:translateY(2000px);
  }
  60% {
    opacity:1;
    transform:translateY(-30px);
  }
  80% { transform:translateY(10px); }
  100% { transform:translateY(0); }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}
.fa {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
body { -webkit-backface-visibility:hidden; }
.ro-font-regular { font-weight:400; }
h1, h2, h3, h4, h5, h6 { margin-bottom:25px; }
.ro-light-text { font-weight:400; }
.ro-hr-heading { text-align:center; }
.ro-hr-heading:after {
  display:block;
  margin-right:auto;
  margin-left:auto;
  content:" ";
  width:30px;
  margin-top:15px;
  height:0;
  border-top:1px solid #444444;
}
.ro-hr-heading.ro-left { text-align:left; }
.ro-hr-heading.ro-left:after { margin-left:0; }
.ro-hr-heading.ro-right { text-align:right; }
.ro-hr-heading.ro-right:after { margin-right:0; }
.ro-hr {
  display:block;
  margin-right:auto;
  margin-left:auto;
  width:80%;
  border-top:1px solid #AAAAAA;
  margin:0 auto;
}
.ro-hr.ro-full { width:100%; }
.ro-hr .ro-color-light { border-color:#FFFFFF; }
p { margin-bottom:25px; }
.ro-font-size-1 { font-size:42px; }
.ro-font-size-2 { font-size:36px; }
.ro-font-size-3 { font-size:24px; }
.ro-font-size-4 { font-size:18px; }
.ro-font-size-5 { font-size:16px; }
.ro-font-size-6 { font-size:14px; }
::selection {
  background:#d0c194;
  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:#d0c194;
}
.animated {
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.animated.infinite {
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}
.animated.hinge {
  -webkit-animation-duration:2s;
  animation-duration:2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration:.75s;
  animation-duration:.75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform:translate3d(0,-15px,0);
    transform:translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform:translate3d(0,-4px,0);
    transform:translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform:translate3d(0,-15px,0);
    transform:translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform:translate3d(0,-4px,0);
    transform:translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name:bounce;
  animation-name:bounce;
  -webkit-transform-origin:center bottom;
  transform-origin:center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to { opacity:1; }
  25%, 75% { opacity:0; }
}
@keyframes flash {
  from, 50%, to { opacity:1; }
  25%, 75% { opacity:0; }
}
.flash {
  -webkit-animation-name:flash;
  animation-name:flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  50% {
    -webkit-transform:scale3d(1.05,1.05,1.05);
    transform:scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  50% {
    -webkit-transform:scale3d(1.05,1.05,1.05);
    transform:scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
.pulse {
  -webkit-animation-name:pulse;
  animation-name:pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  30% {
    -webkit-transform:scale3d(1.25,0.75,1);
    transform:scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform:scale3d(0.75,1.25,1);
    transform:scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform:scale3d(1.15,0.85,1);
    transform:scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform:scale3d(.95,1.05,1);
    transform:scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform:scale3d(1.05,.95,1);
    transform:scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  30% {
    -webkit-transform:scale3d(1.25,0.75,1);
    transform:scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform:scale3d(0.75,1.25,1);
    transform:scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform:scale3d(1.15,0.85,1);
    transform:scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform:scale3d(.95,1.05,1);
    transform:scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform:scale3d(1.05,.95,1);
    transform:scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
.rubberBand {
  -webkit-animation-name:rubberBand;
  animation-name:rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
}
.shake {
  -webkit-animation-name:shake;
  animation-name:shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
  6.5% {
    -webkit-transform:translateX(-6px) rotateY(-9deg);
    transform:translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform:translateX(5px) rotateY(7deg);
    transform:translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform:translateX(-3px) rotateY(-5deg);
    transform:translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform:translateX(2px) rotateY(3deg);
    transform:translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
  6.5% {
    -webkit-transform:translateX(-6px) rotateY(-9deg);
    transform:translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform:translateX(5px) rotateY(7deg);
    transform:translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform:translateX(-3px) rotateY(-5deg);
    transform:translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform:translateX(2px) rotateY(3deg);
    transform:translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function:ease-in-out;
  animation-timing-function:ease-in-out;
  -webkit-animation-name:headShake;
  animation-name:headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform:rotate3d(0,0,1,15deg);
    transform:rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform:rotate3d(0,0,1,-10deg);
    transform:rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform:rotate3d(0,0,1,5deg);
    transform:rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform:rotate3d(0,0,1,-5deg);
    transform:rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform:rotate3d(0,0,1,0deg);
    transform:rotate3d(0,0,1,0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform:rotate3d(0,0,1,15deg);
    transform:rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform:rotate3d(0,0,1,-10deg);
    transform:rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform:rotate3d(0,0,1,5deg);
    transform:rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform:rotate3d(0,0,1,-5deg);
    transform:rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform:rotate3d(0,0,1,0deg);
    transform:rotate3d(0,0,1,0deg);
  }
}
.swing {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  10%, 20% {
    -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%, 60%, 80% {
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
@keyframes tada {
  from {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  10%, 20% {
    -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%, 60%, 80% {
    -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
.tada {
  -webkit-animation-name:tada;
  animation-name:tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform:none;
    transform:none;
  }
  15% {
    -webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform:none;
    transform:none;
  }
  15% {
    -webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform:none;
    transform:none;
  }
}
.wobble {
  -webkit-animation-name:wobble;
  animation-name:wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform:none;
    transform:none;
  }
  22.2% {
    -webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
    transform:skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform:skewX(6.25deg) skewY(6.25deg);
    transform:skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
    transform:skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
    transform:skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
    transform:skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform:skewX(0.390625deg) skewY(0.390625deg);
    transform:skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform:none;
    transform:none;
  }
  22.2% {
    -webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
    transform:skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform:skewX(6.25deg) skewY(6.25deg);
    transform:skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
    transform:skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
    transform:skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
    transform:skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform:skewX(0.390625deg) skewY(0.390625deg);
    transform:skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name:jello;
  animation-name:jello;
  -webkit-transform-origin:center;
  transform-origin:center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform:scale3d(1.1,1.1,1.1);
    transform:scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform:scale3d(.9,.9,.9);
    transform:scale3d(.9,.9,.9);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(1.03,1.03,1.03);
    transform:scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform:scale3d(.97,.97,.97);
    transform:scale3d(.97,.97,.97);
  }
  to {
    opacity:1;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform:scale3d(1.1,1.1,1.1);
    transform:scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform:scale3d(.9,.9,.9);
    transform:scale3d(.9,.9,.9);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(1.03,1.03,1.03);
    transform:scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform:scale3d(.97,.97,.97);
    transform:scale3d(.97,.97,.97);
  }
  to {
    opacity:1;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}
.bounceIn {
  -webkit-animation-name:bounceIn;
  animation-name:bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity:0;
    -webkit-transform:translate3d(0,-3000px,0);
    transform:translate3d(0,-3000px,0);
  }
  60% {
    opacity:1;
    -webkit-transform:translate3d(0,25px,0);
    transform:translate3d(0,25px,0);
  }
  75% {
    -webkit-transform:translate3d(0,-10px,0);
    transform:translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform:translate3d(0,5px,0);
    transform:translate3d(0,5px,0);
  }
  to {
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity:0;
    -webkit-transform:translate3d(0,-3000px,0);
    transform:translate3d(0,-3000px,0);
  }
  60% {
    opacity:1;
    -webkit-transform:translate3d(0,25px,0);
    transform:translate3d(0,25px,0);
  }
  75% {
    -webkit-transform:translate3d(0,-10px,0);
    transform:translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform:translate3d(0,5px,0);
    transform:translate3d(0,5px,0);
  }
  to {
    -webkit-transform:none;
    transform:none;
  }
}
.bounceInDown {
  -webkit-animation-name:bounceInDown;
  animation-name:bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity:0;
    -webkit-transform:translate3d(-3000px,0,0);
    transform:translate3d(-3000px,0,0);
  }
  60% {
    opacity:1;
    -webkit-transform:translate3d(25px,0,0);
    transform:translate3d(25px,0,0);
  }
  75% {
    -webkit-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform:translate3d(5px,0,0);
    transform:translate3d(5px,0,0);
  }
  to {
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity:0;
    -webkit-transform:translate3d(-3000px,0,0);
    transform:translate3d(-3000px,0,0);
  }
  60% {
    opacity:1;
    -webkit-transform:translate3d(25px,0,0);
    transform:translate3d(25px,0,0);
  }
  75% {
    -webkit-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform:translate3d(5px,0,0);
    transform:translate3d(5px,0,0);
  }
  to {
    -webkit-transform:none;
    transform:none;
  }
}
.bounceInLeft {
  -webkit-animation-name:bounceInLeft;
  animation-name:bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity:0;
    -webkit-transform:translate3d(3000px,0,0);
    transform:translate3d(3000px,0,0);
  }
  60% {
    opacity:1;
    -webkit-transform:translate3d(-25px,0,0);
    transform:translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
  90% {
    -webkit-transform:translate3d(-5px,0,0);
    transform:translate3d(-5px,0,0);
  }
  to {
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity:0;
    -webkit-transform:translate3d(3000px,0,0);
    transform:translate3d(3000px,0,0);
  }
  60% {
    opacity:1;
    -webkit-transform:translate3d(-25px,0,0);
    transform:translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0);
  }
  90% {
    -webkit-transform:translate3d(-5px,0,0);
    transform:translate3d(-5px,0,0);
  }
  to {
    -webkit-transform:none;
    transform:none;
  }
}
.bounceInRight {
  -webkit-animation-name:bounceInRight;
  animation-name:bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity:0;
    -webkit-transform:translate3d(0,3000px,0);
    transform:translate3d(0,3000px,0);
  }
  60% {
    opacity:1;
    -webkit-transform:translate3d(0,-20px,0);
    transform:translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform:translate3d(0,10px,0);
    transform:translate3d(0,10px,0);
  }
  90% {
    -webkit-transform:translate3d(0,-5px,0);
    transform:translate3d(0,-5px,0);
  }
  to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity:0;
    -webkit-transform:translate3d(0,3000px,0);
    transform:translate3d(0,3000px,0);
  }
  60% {
    opacity:1;
    -webkit-transform:translate3d(0,-20px,0);
    transform:translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform:translate3d(0,10px,0);
    transform:translate3d(0,10px,0);
  }
  90% {
    -webkit-transform:translate3d(0,-5px,0);
    transform:translate3d(0,-5px,0);
  }
  to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.bounceInUp {
  -webkit-animation-name:bounceInUp;
  animation-name:bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform:scale3d(.9,.9,.9);
    transform:scale3d(.9,.9,.9);
  }
  50%, 55% {
    opacity:1;
    -webkit-transform:scale3d(1.1,1.1,1.1);
    transform:scale3d(1.1,1.1,1.1);
  }
  to {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform:scale3d(.9,.9,.9);
    transform:scale3d(.9,.9,.9);
  }
  50%, 55% {
    opacity:1;
    -webkit-transform:scale3d(1.1,1.1,1.1);
    transform:scale3d(1.1,1.1,1.1);
  }
  to {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
}
.bounceOut {
  -webkit-animation-name:bounceOut;
  animation-name:bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform:translate3d(0,10px,0);
    transform:translate3d(0,10px,0);
  }
  40%, 45% {
    opacity:1;
    -webkit-transform:translate3d(0,-20px,0);
    transform:translate3d(0,-20px,0);
  }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform:translate3d(0,10px,0);
    transform:translate3d(0,10px,0);
  }
  40%, 45% {
    opacity:1;
    -webkit-transform:translate3d(0,-20px,0);
    transform:translate3d(0,-20px,0);
  }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
}
.bounceOutDown {
  -webkit-animation-name:bounceOutDown;
  animation-name:bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity:1;
    -webkit-transform:translate3d(20px,0,0);
    transform:translate3d(20px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity:1;
    -webkit-transform:translate3d(20px,0,0);
    transform:translate3d(20px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
}
.bounceOutLeft {
  -webkit-animation-name:bounceOutLeft;
  animation-name:bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity:1;
    -webkit-transform:translate3d(-20px,0,0);
    transform:translate3d(-20px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity:1;
    -webkit-transform:translate3d(-20px,0,0);
    transform:translate3d(-20px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
}
.bounceOutRight {
  -webkit-animation-name:bounceOutRight;
  animation-name:bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform:translate3d(0,-10px,0);
    transform:translate3d(0,-10px,0);
  }
  40%, 45% {
    opacity:1;
    -webkit-transform:translate3d(0,20px,0);
    transform:translate3d(0,20px,0);
  }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform:translate3d(0,-10px,0);
    transform:translate3d(0,-10px,0);
  }
  40%, 45% {
    opacity:1;
    -webkit-transform:translate3d(0,20px,0);
    transform:translate3d(0,20px,0);
  }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
}
.bounceOutUp {
  -webkit-animation-name:bounceOutUp;
  animation-name:bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from { opacity:0; }
  to { opacity:1; }
}
@keyframes fadeIn {
  from { opacity:0; }
  to { opacity:1; }
}
.fadeIn {
  -webkit-animation-name:fadeIn;
  animation-name:fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInDown {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInDown {
  -webkit-animation-name:fadeInDown;
  animation-name:fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInDownBig {
  -webkit-animation-name:fadeInDownBig;
  animation-name:fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInLeft {
  -webkit-animation-name:fadeInLeft;
  animation-name:fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name:fadeInLeftBig;
  animation-name:fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInRight {
  from {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInRight {
  -webkit-animation-name:fadeInRight;
  animation-name:fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInRightBig {
  -webkit-animation-name:fadeInRightBig;
  animation-name:fadeInRightBig;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.fadeInUpBig {
  -webkit-animation-name:fadeInUpBig;
  animation-name:fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from { opacity:1; }
  to { opacity:0; }
}
@keyframes fadeOut {
  from { opacity:1; }
  to { opacity:0; }
}
.fadeOut {
  -webkit-animation-name:fadeOut;
  animation-name:fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
}
.fadeOutDown {
  -webkit-animation-name:fadeOutDown;
  animation-name:fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,2000px,0);
    transform:translate3d(0,2000px,0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name:fadeOutDownBig;
  animation-name:fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
}
.fadeOutLeft {
  -webkit-animation-name:fadeOutLeft;
  animation-name:fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(-2000px,0,0);
    transform:translate3d(-2000px,0,0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name:fadeOutLeftBig;
  animation-name:fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
}
.fadeOutRight {
  -webkit-animation-name:fadeOutRight;
  animation-name:fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(2000px,0,0);
    transform:translate3d(2000px,0,0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name:fadeOutRightBig;
  animation-name:fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
}
.fadeOutUp {
  -webkit-animation-name:fadeOutUp;
  animation-name:fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(0,-2000px,0);
    transform:translate3d(0,-2000px,0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name:fadeOutUpBig;
  animation-name:fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);
    transform:perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
  }
  40% {
    -webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
  }
  50% {
    -webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
  80% {
    -webkit-transform:perspective(400px) scale3d(.95,.95,.95);
    transform:perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
  to {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);
    transform:perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
  }
  40% {
    -webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
  }
  50% {
    -webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
  80% {
    -webkit-transform:perspective(400px) scale3d(.95,.95,.95);
    transform:perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
  to {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility:visible;
  backface-visibility:visible;
  -webkit-animation-name:flip;
  animation-name:flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
    transform:perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
    opacity:0;
  }
  40% {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
    transform:perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
  60% {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
    transform:perspective(400px) rotate3d(1,0,0,10deg);
    opacity:1;
  }
  80% {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
    transform:perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
    transform:perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
    opacity:0;
  }
  40% {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
    transform:perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
  60% {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
    transform:perspective(400px) rotate3d(1,0,0,10deg);
    opacity:1;
  }
  80% {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
    transform:perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility:visible !important;
  backface-visibility:visible !important;
  -webkit-animation-name:flipInX;
  animation-name:flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
    transform:perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
    opacity:0;
  }
  40% {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
    transform:perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
  60% {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
    transform:perspective(400px) rotate3d(0,1,0,10deg);
    opacity:1;
  }
  80% {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
    transform:perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
    transform:perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
    opacity:0;
  }
  40% {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
    transform:perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
  }
  60% {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
    transform:perspective(400px) rotate3d(0,1,0,10deg);
    opacity:1;
  }
  80% {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
    transform:perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility:visible !important;
  backface-visibility:visible !important;
  -webkit-animation-name:flipInY;
  animation-name:flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
  }
  30% {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
    transform:perspective(400px) rotate3d(1,0,0,-20deg);
    opacity:1;
  }
  to {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
    transform:perspective(400px) rotate3d(1,0,0,90deg);
    opacity:0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
  }
  30% {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
    transform:perspective(400px) rotate3d(1,0,0,-20deg);
    opacity:1;
  }
  to {
    -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
    transform:perspective(400px) rotate3d(1,0,0,90deg);
    opacity:0;
  }
}
.flipOutX {
  -webkit-animation-name:flipOutX;
  animation-name:flipOutX;
  -webkit-backface-visibility:visible !important;
  backface-visibility:visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
  }
  30% {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);
    transform:perspective(400px) rotate3d(0,1,0,-15deg);
    opacity:1;
  }
  to {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
    transform:perspective(400px) rotate3d(0,1,0,90deg);
    opacity:0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform:perspective(400px);
    transform:perspective(400px);
  }
  30% {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);
    transform:perspective(400px) rotate3d(0,1,0,-15deg);
    opacity:1;
  }
  to {
    -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
    transform:perspective(400px) rotate3d(0,1,0,90deg);
    opacity:0;
  }
}
.flipOutY {
  -webkit-backface-visibility:visible !important;
  backface-visibility:visible !important;
  -webkit-animation-name:flipOutY;
  animation-name:flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform:translate3d(100%,0,0) skewX(-30deg);
    transform:translate3d(100%,0,0) skewX(-30deg);
    opacity:0;
  }
  60% {
    -webkit-transform:skewX(20deg);
    transform:skewX(20deg);
    opacity:1;
  }
  80% {
    -webkit-transform:skewX(-5deg);
    transform:skewX(-5deg);
    opacity:1;
  }
  to {
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform:translate3d(100%,0,0) skewX(-30deg);
    transform:translate3d(100%,0,0) skewX(-30deg);
    opacity:0;
  }
  60% {
    -webkit-transform:skewX(20deg);
    transform:skewX(20deg);
    opacity:1;
  }
  80% {
    -webkit-transform:skewX(-5deg);
    transform:skewX(-5deg);
    opacity:1;
  }
  to {
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.lightSpeedIn {
  -webkit-animation-name:lightSpeedIn;
  animation-name:lightSpeedIn;
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from { opacity:1; }
  to {
    -webkit-transform:translate3d(100%,0,0) skewX(30deg);
    transform:translate3d(100%,0,0) skewX(30deg);
    opacity:0;
  }
}
@keyframes lightSpeedOut {
  from { opacity:1; }
  to {
    -webkit-transform:translate3d(100%,0,0) skewX(30deg);
    transform:translate3d(100%,0,0) skewX(30deg);
    opacity:0;
  }
}
.lightSpeedOut {
  -webkit-animation-name:lightSpeedOut;
  animation-name:lightSpeedOut;
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:rotate3d(0,0,1,-200deg);
    transform:rotate3d(0,0,1,-200deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:rotate3d(0,0,1,-200deg);
    transform:rotate3d(0,0,1,-200deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.rotateIn {
  -webkit-animation-name:rotateIn;
  animation-name:rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name:rotateInDownLeft;
  animation-name:rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.rotateInDownRight {
  -webkit-animation-name:rotateInDownRight;
  animation-name:rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name:rotateInUpLeft;
  animation-name:rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,-90deg);
    transform:rotate3d(0,0,1,-90deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,-90deg);
    transform:rotate3d(0,0,1,-90deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:none;
    transform:none;
    opacity:1;
  }
}
.rotateInUpRight {
  -webkit-animation-name:rotateInUpRight;
  animation-name:rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin:center;
    transform-origin:center;
    opacity:1;
  }
  to {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:rotate3d(0,0,1,200deg);
    transform:rotate3d(0,0,1,200deg);
    opacity:0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin:center;
    transform-origin:center;
    opacity:1;
  }
  to {
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transform:rotate3d(0,0,1,200deg);
    transform:rotate3d(0,0,1,200deg);
    opacity:0;
  }
}
.rotateOut {
  -webkit-animation-name:rotateOut;
  animation-name:rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name:rotateOutDownLeft;
  animation-name:rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name:rotateOutDownRight;
  animation-name:rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name:rotateOutUpLeft;
  animation-name:rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,90deg);
    transform:rotate3d(0,0,1,90deg);
    opacity:0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,90deg);
    transform:rotate3d(0,0,1,90deg);
    opacity:0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name:rotateOutUpRight;
  animation-name:rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
  }
  20%, 60% {
    -webkit-transform:rotate3d(0,0,1,80deg);
    transform:rotate3d(0,0,1,80deg);
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
  }
  40%, 80% {
    -webkit-transform:rotate3d(0,0,1,60deg);
    transform:rotate3d(0,0,1,60deg);
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    opacity:1;
  }
  to {
    -webkit-transform:translate3d(0,700px,0);
    transform:translate3d(0,700px,0);
    opacity:0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
  }
  20%, 60% {
    -webkit-transform:rotate3d(0,0,1,80deg);
    transform:rotate3d(0,0,1,80deg);
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
  }
  40%, 80% {
    -webkit-transform:rotate3d(0,0,1,60deg);
    transform:rotate3d(0,0,1,60deg);
    -webkit-transform-origin:top left;
    transform-origin:top left;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    opacity:1;
  }
  to {
    -webkit-transform:translate3d(0,700px,0);
    transform:translate3d(0,700px,0);
    opacity:0;
  }
}
.hinge {
  -webkit-animation-name:hinge;
  animation-name:hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
@keyframes rollIn {
  from {
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity:1;
    -webkit-transform:none;
    transform:none;
  }
}
.rollIn {
  -webkit-animation-name:rollIn;
  animation-name:rollIn;
}
@-webkit-keyframes rollOut {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
@keyframes rollOut {
  from { opacity:1; }
  to {
    opacity:0;
    -webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
.rollOut {
  -webkit-animation-name:rollOut;
  animation-name:rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  50% { opacity:1; }
}
@keyframes zoomIn {
  from {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  50% { opacity:1; }
}
.zoomIn {
  -webkit-animation-name:zoomIn;
  animation-name:zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInDown {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInDown {
  -webkit-animation-name:zoomInDown;
  animation-name:zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInLeft {
  -webkit-animation-name:zoomInLeft;
  animation-name:zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInRight {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInRight {
  -webkit-animation-name:zoomInRight;
  animation-name:zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInUp {
  from {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInUp {
  -webkit-animation-name:zoomInUp;
  animation-name:zoomInUp;
}
@-webkit-keyframes zoomOut {
  from { opacity:1; }
  50% {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  to { opacity:0; }
}
@keyframes zoomOut {
  from { opacity:1; }
  50% {
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3);
  }
  to { opacity:0; }
}
.zoomOut {
  -webkit-animation-name:zoomOut;
  animation-name:zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin:center bottom;
    transform-origin:center bottom;
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin:center bottom;
    transform-origin:center bottom;
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutDown {
  -webkit-animation-name:zoomOutDown;
  animation-name:zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:scale(.1) translate3d(-2000px,0,0);
    transform:scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin:left center;
    transform-origin:left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:scale(.1) translate3d(-2000px,0,0);
    transform:scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin:left center;
    transform-origin:left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name:zoomOutLeft;
  animation-name:zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:scale(.1) translate3d(2000px,0,0);
    transform:scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin:right center;
    transform-origin:right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity:0;
    -webkit-transform:scale(.1) translate3d(2000px,0,0);
    transform:scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin:right center;
    transform-origin:right center;
  }
}
.zoomOutRight {
  -webkit-animation-name:zoomOutRight;
  animation-name:zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin:center bottom;
    transform-origin:center bottom;
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity:1;
    -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity:0;
    -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin:center bottom;
    transform-origin:center bottom;
    -webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutUp {
  -webkit-animation-name:zoomOutUp;
  animation-name:zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
    visibility:visible;
  }
  to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
    visibility:visible;
  }
  to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.slideInDown {
  -webkit-animation-name:slideInDown;
  animation-name:slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
    visibility:visible;
  }
  to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
    visibility:visible;
  }
  to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.slideInLeft {
  -webkit-animation-name:slideInLeft;
  animation-name:slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
    visibility:visible;
  }
  to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
    visibility:visible;
  }
  to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.slideInRight {
  -webkit-animation-name:slideInRight;
  animation-name:slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
    visibility:visible;
  }
  to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
    visibility:visible;
  }
  to {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.slideInUp {
  -webkit-animation-name:slideInUp;
  animation-name:slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  to {
    visibility:hidden;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  to {
    visibility:hidden;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
}
.slideOutDown {
  -webkit-animation-name:slideOutDown;
  animation-name:slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  to {
    visibility:hidden;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  to {
    visibility:hidden;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
}
.slideOutLeft {
  -webkit-animation-name:slideOutLeft;
  animation-name:slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  to {
    visibility:hidden;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  to {
    visibility:hidden;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
}
.slideOutRight {
  -webkit-animation-name:slideOutRight;
  animation-name:slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  to {
    visibility:hidden;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  to {
    visibility:hidden;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
}
.slideOutUp {
  -webkit-animation-name:slideOutUp;
  animation-name:slideOutUp;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform:translateX(1px) rotate(0);
    transform:translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform:translateX(-1px) rotate(0);
    transform:translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform:translateX(1px) rotate(0);
    transform:translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform:translateX(-1px) rotate(0);
    transform:translateX(-1px) rotate(0);
  }
}
.boxs .box-img img, .hvr-buzz-out {
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
}
.item:hover .hvr-buzz-out {
  -webkit-animation-name:hvr-buzz-out;
  animation-name:hvr-buzz-out;
  -webkit-animation-duration:0.75s;
  animation-duration:0.75s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
}
@font-face {
  font-family:'gill_sanssemibold';
  src:url('fonts/gillsans-semibold-webfont.woff2') format('woff2'), url('fonts/gillsans-semibold-webfont.woff') format('woff');
  font-weight:normal;
  font-style:normal;
}
body .bg_primary { background-color:#d0c194; }
body .primary_color { color:#d0c194; }
body .btn_primary { background-color:#d0c194; }
body .btn_primary:hover { background-color:#d0c194; }
body .no-results h1 { color:#2a2a2a; }
body.admin-bar .sticky-wrapper.is-sticky .tb-menu { margin-top:32px; }
h1 { font-weight:300; }
h2 { font-weight:600; }
h3 { font-weight:600; }
ul , ol {
 
  margin:0;

}
#nav {
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 50px;
}
body #jws_theme_wrapper { position:relative; }
.row > .vc_column_container {
  padding-left:15px;
  padding-right:15px;
}
.no-padding-left { padding-left:0; }
.tb-have-overlay { position:relative; }
.tb-have-overlay:before {
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  background:rgba(19,19,19,0.5);
  left:0;
  top:0;
}
.tb-post-item .tb-content .tb-title { white-space:normal !important; }
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-title { line-height:36px; }
#Container .mix { display:none; }
.ro-hr { border-top:1px solid #aaaaaa; }
.inline_middle > .container > .row > .wpb_column { font-size:; }
a {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  transition:all 0.4s ease 0s;
}
a:hover, a:target, a:focus {
  outline:none;
  color:#d0c194;
}
input:focus, input:target, textarea:focus, textarea:target, select:focus, select:target { border-color:#d0c194; }
button, input[type="button"], input[type="button"] { border:solid 1px; }
button:hover, input[type="button"]:hover, input[type="button"]:hover {
  background:#d0c194;
  color:#FFF;
}
button:not(.wpb_button):hover, btn:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn:hover { background:none; }
.box-50 {
  width:50%;
  float:left;
}
.box-33 {
  width:33.33%;
  float:left;
}
.box-20 {
  width:21.4% !important;
  padding-right:0 !important;
}
.box-80 {
  width:78.6% !important;
  padding-left:0 !important;
}
.btn-tpl1 {
  font-size:14px;
  color:#d0c194;
  padding:0 23px;
  line-height:40px;
  border:1px solid #d0c194;
  display:inline-block;
}
.margin_bottom_30 { margin-bottom:30px !important; }
.margin_bottom_20 { margin-bottom:20px !important; }
.padding_left_45 { padding-left:45px !important; }
.margin-left__30 { margin-left:-30px !important; }
.padding_0_30 { padding:0 30px !important; }
.no_margin { margin:0 !important; }
.border-right { border-right:1px solid #ebebeb; }
.main-content .vc_row, .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li { margin-bottom:0 !important; }
.box-border { position:relative; }
.box-border:before {
  position:absolute;
  width:98.5%;
  height:100%;
  content:"";
  z-index:10;
  top:0;
  left:0;
  border:1px solid #ebebeb;
}
.no-container { padding:0 30px; }
mark {
  background:none repeat scroll 0 0 #d0c194;
  border-radius:3px;
  color:#fff;
  padding:2px 6px;
}
.tb-blog > .row { margin-bottom:20px; }
.tb-blog .post.sticky {
  background:#f6f6f6;
  color:#000000;
  padding:30px;
  position:relative;
}
.tb-blog .post.sticky .blog-title { color:#d0c194; }
.tb-blog .post.sticky .blog-title a { color:#d0c194; }
.tb-blog .post.sticky a { color:#d0c194; }
.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;
  
  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 {

  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:#d0c194; }
.tb-blog.blog article .shortcode-video {
  background:#000;
  padding:7px;
}
.tb-blog.blog .row:first-child .blog-title { margin-top:0; }
.title-bar .page-title { margin-bottom:10px; }
.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 { text-transform:uppercase; }
.title-bar .tb-breadcrumb, .woocommerce div.title-bar .tb-breadcrumb {
  border:none !important;
  color:#dedede;
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb, .woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb {
  text-align:center;
  color:#dedede;
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb a, .woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb a { color:#dedede; }
.title-bar .tb-breadcrumb .woocommerce-breadcrumb span, .woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb span { color:#fff; }
.tb-breadcrumb {
  position:relative;
  font-size:14px;
}
.tb-breadcrumb .woocommerce-breadcrumb { font-size:14px; }
.tb-breadcrumb .woocommerce-breadcrumb a { color:#999999; }
.tb-breadcrumb a, .tb-breadcrumb span.current {
  color:#999999;
  position:relative;
  padding:0 8px;
  text-transform:uppercase;
  font-size:12px;
}
.tb-breadcrumb a:hover, .tb-breadcrumb span.current:hover { color:#d0c194; }
.tb-breadcrumb a:before, .tb-breadcrumb span.current:before {
  position:absolute;
  content:"";
  width:13px;
  height:15px;
  right:-11px;
  top:-3px;
  background:#f5f5f5 url(assets/images/line3.jpg) center no-repeat;
}
.tb-breadcrumb span { padding:0 8px; }
.tb-breadcrumb .woocommerce-breadcrumb { margin:0; }
.jws_theme_top_search_bar.tb-before-title {
  margin-bottom:-30px;
  position:relative;
  z-index:9;
}
.jws_theme_top_search_bar.tb-after-title {
  margin-top:-32px;
  margin-bottom:50px;
}
#jws_theme_wrapper > .tb-breadcrumb {
  background:#f5f5f5;
  text-align:center;
  padding-bottom:68px;
  margin-bottom:60px;
}
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb {
  text-transform:uppercase;
  margin-left:-8px;
  color:#cecece;
}
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb a { color:#b3b3b3; }
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb span { color:#d0c194; }
.col-middle { line-height:30px; }
.post-navigation .nav-links { text-align:right; }
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next { display:inline-block; }
.post-navigation .nav-links .nav-previous .btn, .post-navigation .nav-links .nav-next .btn {
  display:inline-block;
  vertical-align:top;
  font-weight:300;
  width:100px;
  color:#a8a8a8;
  border:none;
  padding:0;
  font-size:15px;
  box-shadow:none;
}
.post-navigation .nav-links .nav-previous .btn:hover, .post-navigation .nav-links .nav-next .btn:hover { color:#d0c194; }
.post-navigation .nav-links .nav-previous .btn.disabled, .post-navigation .nav-links .nav-next .btn.disabled { color:#a8a8a8; }
.post-navigation .nav-links .nav-previous .btn i, .post-navigation .nav-links .nav-next .btn i { font-size:18px; }
.post-navigation .nav-links .nav-previous .btn i:before, .post-navigation .nav-links .nav-next .btn i:before {
  position:relative;
  top:2px;
}
.post-navigation .nav-links .nav-previous .btn i.fa-caret-left, .post-navigation .nav-links .nav-next .btn i.fa-caret-left { padding-right:10px; }
.post-navigation .nav-links .nav-previous .btn i.fa-caret-right, .post-navigation .nav-links .nav-next .btn i.fa-caret-right { padding-left:10px; }
.comments-area p.form-submit .submit {
  background:#000000;
  color:#fff;
  height:50px;
  font-weight:600;
  letter-spacing:2px;
  width:230px;
  border-radius:50px;
}
 .comments-area li {
  padding:0 !important;
  border:none !important;
}
 .comments-area .comment-list li { padding-top:20px !important; }
 .comments-area .comment-list li:first-child {
  border:none !important;
  padding-top:0 !important;
}
 .comments-area .comments-title small { text-transform:none; }
 .comments-area .comments-title legend {
  display:inline-block;
  color:#21201e;
  font-size:24px;
  line-height:24px;
  position:relative;
  width:auto;
}
 .comments-area .comment-list > li > .comment-body {
  margin-bottom:8px;
  padding-bottom:16px;
}
 .comments-area .comment-list {
  padding-left:0;
  margin-bottom:31px;
}
 .comments-area .comment-list li ol.children {
  padding-left:103px;
  margin-top:0;
  margin-bottom:0;
}
 .comments-area .comment-list li ol.children li { border:none !important; }
 .comments-area .comment-list li .comment-body {
  position:relative;
  margin-top:5px;
}
 .comments-area .comment-list li .comment-body .comment-avatar {
  position:absolute;
  left:0;
  top:0;
  width:70px;
  height:70px;
}
 .comments-area .comment-list li .comment-body .comment-avatar img {
  width:100%;
  height:100%;
  border-radius:0;
  margin-top:8px;
}
 .comments-area .comment-list li .comment-body .comment-avatar:before {
  position:absolute;
  right:-33px;
  height:100px;
  content:"";
  width:1px;
  background:#e9e9e9;
}
 .comments-area .comment-list li .comment-body .comment-info {
  position:relative;
  padding:0px 15px 7px 130px;
}
 .comments-area .comment-list li .comment-body .comment-info:before {
  position:absolute;
  width:calc(100% - 75px);
  left:75px;
  top:0;
  content:"";
  height:100%;
}
 .comments-area .comment-list li .comment-body .comment-info .comment-header-info { margin-bottom:20px; }
 .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 p {
  position:relative;
  line-height:22px;
  margin-bottom:0px;
}
.comments-area .comment-list li .comment-body .comment-info .comment-header-info > div.comment-date    font-size: 14px;
    display: block !important;
    color: #a9a69e !important; {
	    font-size: 14px;
 
}
.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:#d0c194; }
 .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:#d0c194; }
 .comments-area .comment-respond .comment-reply-title {
  text-transform:capitalize;
  color:#21201e;
  font-size:24px;
  margin-bottom:0;
  font-family:'Gilda Display', serif;
  font-weight:400;
}
.comment-form { margin:5px 0 25px; }
.comment-form p {
  line-height:normal;
  margin-bottom:20px;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email, .comment-form p.comment-form-url, .comment-form p.comment-form-comment {
  width:100%;
  display:inline-block;
  margin-top:0;
}
.comment-form p input, .comment-form p textarea { margin-bottom:0; }
.comment-form p label {
  font-size:13px;
  color:#5f5f5f;
  font-weight:normal;
  margin-bottom:8px;
}
.comment-form p label span { color:#d0c194; }
.comment-form p.form-submit { margin:0; }
.comment-form p.form-submit .submit {
  background-color:transparent;
  border:1px solid #ebebeb;
  height:40px;
  line-height:39px;
  display:inline-block;
  padding:0;
  width:170px;
  text-align:center;
  text-transform:uppercase;
  color:#2a2a2a;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  outline:none;
  margin-top:5px;
}
.comment-form p.form-submit .submit:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
@media (max-width: 361px) {
  .comment-form p.comment-form-email { margin-left:0; }
}
.ct-contact li a {
  position:relative;
  padding-left:32px !important;
  display:block;
  font-size:13px;
  line-height:20px;
  margin-bottom:13px;
}
.ct-contact li a i {
  position:absolute;
  left:0;
  width:15px;
  text-align:center;
  top:50%;
  font-size:16px;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  color:#333;
}
.ct-contact li a:first-child i { left:4px; }
.ct-contact li a:hover i { color:#d0c194; }
.team.normal .tb-carousel-item-wrap .item {
  margin:0 auto;
  margin-bottom:30px;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .jws_theme_carousel_content {
  padding:0;
  text-align:center;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .jws_theme_carousel_content .jws_theme_carousel_title { margin:20px 0 10px; }
.team.normal .tb-carousel-item-wrap .item .slider-blog .jws_theme_carousel_content .jws_theme_carousel_title a {
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:3px;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .jws_theme_carousel_content .jws_theme_position {
  font-style:italic;
  font-weight:400;
  color:#d0c194;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .jws_theme_carousel_content .jws_theme_introtext { font-weight:bold; }
.team.normal .tb-carousel-item-wrap .item .slider-blog .jws_theme_carousel_content .tb-social { margin-top:10px; }
.team.normal .tb-carousel-item-wrap .item .slider-blog .jws_theme_carousel_content .tb-social li a {
  font-size:18px;
  color:#444;
}
.team.normal .tb-carousel-item-wrap .item .slider-blog .jws_theme_carousel_content .tb-social li a:hover { color:#d0c194; }
.tb-error404-wrap {
  font-size:24px;
  line-height:22px;
  background-size:cover;
  height:800px;
  margin:100px;
  padding-top:245px;

  text-align:center;
}
.tb-error404-wrap .box-coming h3 {
  font-family:'Gilda Display', serif;
     font-size: 100px;
  font-weight:400;

}
.tb-error404-wrap .box-coming .desc {
  font-size:16px;
  padding-top:4px;
  font-family:'Poppins', sans-serif;
}
.tb-error404-wrap .box-coming .set_4_button2.raised {
  display:inline-block;
  float:none;
  border-radius:50px;
  margin-top:50px;
  margin-bottom:76px;
  margin-left:34px;
  letter-spacing:2px;
  padding:9px 38px 4px !important;
  background:#d0c194 !important;
  color:#fff !important;
}
.tb-error404-wrap .box-coming .set_4_button2.raised:hover {
  background:#fff !important;
  color:#000 !important;
}
.tb-error404-wrap .box-share .botton a {
  font-size:16px;
  text-transform:uppercase;
  font-weight:600;
  padding:0 34px;
}
.tb-error404-wrap .box-share .botton a:hover { color:#d0c194; }
.tb-error404-wrap .box-share .botton a i { padding-right:10px; }
.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;
}
.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:#d0c194; }
.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;
}
.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; }
#tb-mega-searchform {
  padding:10px 10px 0;
  background:#fff;
  position:relative;
  z-index:1;
}
#tb-mega-searchform .dropdown {
  height:50px;
  line-height:50px;
  background-color:#202020;
  color:#fff;
  padding:0 16px;
  box-shadow:none;
}
#tb-mega-searchform .dropdown .fa-th {
  font-size:16px;
  position:relative;
  z-index:1;
}
#tb-mega-searchform .dropdown .tb-title {
  margin-left:6px;
  font-size:18px;
}
#tb-mega-searchform .dropdown .caret {
  right:17px;
  position:absolute;
  top:50%;
  margin-top:-1px;
}
#tb-mega-searchform .dropdown select {
  position:absolute;
  left:0;
  top:50%;
  line-height:1;
  border:none;
  background-color:#202020;
  color:#fff;
  padding:0 0 0 43px;
  -moz-appearance:none;
  -webkit-appearance:none;
  font-size:14px;
  appearance:none;
  height:48px;
  margin-top:-24px;
  cursor:pointer;
}
#tb-mega-searchform input { height:50px; }
#tb-mega-searchform input[type=text] {
  color:#9c9c9c;
  font-size:14px;
  padding:0 50px 0 20px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
#tb-mega-searchform input[type=text]::-webkit-input-placeholder { color:#9c9c9c; }
#tb-mega-searchform input[type=text]:-moz-placeholder {
  color:#9c9c9c;
  opacity:1;
}
#tb-mega-searchform input[type=text]::-moz-placeholder {
  color:#9c9c9c;
  opacity:1;
}
#tb-mega-searchform input[type=text]:-ms-input-placeholder { color:#9c9c9c; }
#tb-mega-searchform input[type=text]:placeholder-shown { color:#9c9c9c; }
#tb-mega-searchform input[type=text]:focus { color:#000; }
#tb-mega-searchform #searchsubmit, #tb-mega-searchform input[type=submit] {
  height:50px;
  position:absolute;
  right:8px;
  top:10px;
  width:50px;
  border:none;
  font-size:16px;
}
#tb-mega-searchform #searchsubmit:hover, #tb-mega-searchform input[type=submit]:hover { color:#d0c194; }
#tb-mega-searchform [class*="col-xs"] { float:left; }
#tb-mega-searchform .col-xs-25 { width:20.833%; }
#tb-mega-searchform .col-xs-95 { width:79.167%; }
.feature-box.deviation2 .feature-box-title {
  margin-bottom:60px;
  margin-top:50px;
  padding:0;
}
.feature-box.deviation2 .image-bg {
  background-repeat:no-repeat;
  background-size:auto 100%;
  padding-bottom:40px;
}
.feature-box.deviation2.right .image-bg { background-position:0 0; }
.feature-box.deviation2.left .image-bg { background-position:100% 0; }
.wpcf7 .tb-title {
  font-size:26px;
  color:#222222;
  text-transform:uppercase;
  position:relative;
  display:inline-block;
  margin-top:62px;
  margin-bottom:26px;
  font-family:'fira_sanslight';
}
.wpcf7 .tb-title:before {
  position:absolute;
  content:"";
  right:-42px;
  top:47%;
  width:40px;
  height:1px;
  background:#d0c194;
}
.wpcf7 .wpcf7-submit {
  float:right;
  background:#d0c194;
  border-color:#d0c194;
  color:#FFF;
  text-transform:uppercase;
  width:150px;
}
.wpcf7 .wpcf7-submit:hover {
  background:#444;
  border-color:#444;
  color:#FFF;
}
.wpcf7 .wpcf7-form .ct-label {
  display:block;
  margin:7px 0 5px;
  position:absolute;
  z-index:99;
  left:32px;
}
.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;
}
#jws_theme_back_to_top {
  bottom:-180px;
  cursor:pointer;
  height:auto;
  margin:0;
  position:fixed;
  right:30px;
  transition:all .3s;
  z-index:999;
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
#jws_theme_back_to_top.active {
  bottom:180px !important;
  display:block !important;
  opacity:1 !important;
}
#jws_theme_back_to_top.active:hover i {
  margin-top:-3px;
  opacity:1;
}
#jws_theme_back_to_top span {
  position:relative;
  font-size:22px;
  display:inline-block;
  text-align:center;
  width:42px;
  height:42px;
  line-height:42px;
}
#jws_theme_back_to_top span:before, #jws_theme_back_to_top span:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  border:1px solid #d0c194;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
#jws_theme_back_to_top span:after {
  width:75%;
  height:75%;
  top:12.5%;
  left:12.5%;
  border-color:#d0c194;
  z-index:-1;
}
#jws_theme_back_to_top span:hover { color:#fff; }
#jws_theme_back_to_top span:hover:before, #jws_theme_back_to_top span:hover:after { border-color:#d0c194; }
#jws_theme_back_to_top span:hover:after { background-color:#d0c194; }
#jws_theme_back_to_top span:hover .fa {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
#jws_theme_back_to_top span:after { background-color:#d0c194; }
#jws_theme_back_to_top span i {
  color:#fff;
  display:block;
  line-height:200%;
  opacity:0.8;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:relative;
}
body .vc_images_carousel .vc_carousel-control {
  opacity:0;
  margin-top:-21px;
}
body .vc_images_carousel .vc_carousel-control .icon-prev, body .vc_images_carousel .vc_carousel-control .icon-next {
  width:40px;
  height:40px;
  font-size:20px;
  line-height:37px;
  text-align:center;
  color:#383838;
  background:#fff;
  border:1px solid #ebebeb;
  text-shadow:none;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:hover, body .vc_images_carousel .vc_carousel-control .icon-next:hover {
  color:#ffffff;
  background:#d0c194;
  border-color:#d0c194;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:before, body .vc_images_carousel .vc_carousel-control .icon-next:before {
  font-family:FontAwesome;
  top:0;
}
body .vc_images_carousel .vc_carousel-control .icon-prev:before { content:'\f104'; }
body .vc_images_carousel .vc_carousel-control .icon-next { padding-left:3px; }
body .vc_images_carousel .vc_carousel-control .icon-next:before { content:"\f105"; }
body .vc_images_carousel .vc_carousel-control.vc_left { left:-55px; }
body .vc_images_carousel .vc_carousel-control.vc_right { right:-55px; }
body .vc_images_carousel:hover .vc_carousel-control { opacity:1; }
.tb-md-container-fluid .no-container, .tb-sm-container-fluid .no-container {
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.comments-area {
  /* Firefox 18- */
  /* Firefox 19+ */
}
.comments-area ::-webkit-input-placeholder { color:#a9a69e; }
.comments-area :-moz-placeholder { color:#a9a69e; }
.comments-area ::-moz-placeholder { color:#a9a69e; }
.comments-area :-ms-input-placeholder { color:#a9a69e; }
.comments-area input[type="text"], .comments-area input[type="email"], .comments-area input[type="search"] { padding-left:40px; }
.comments-area .comment-form-comment { margin-top:15px !important; }
.comments-area .comment-form-comment textarea {
  height:95px;
  border:none;
  border-bottom:1px solid #a9a69e;
  padding:0;
  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;
}
.comments-area .comment-form-comment textarea:hover, .comments-area .comment-form-comment textarea:focus { border-bottom:1px solid #000000; }
.comments-area .comment-form-author, .comments-area .comment-form-email, .comments-area .comment-form-url {
  width:100% !important;
  position:relative;
  display:block !important;
  overflow:hidden;
  margin:0 !important;
  padding:0 !important;
}
.comments-area .comment-form-author i, .comments-area .comment-form-email i, .comments-area .comment-form-url i {
  position:absolute;
  left:0;
  width:30px;
  height:40px;
  top:0;
  text-align:center;
  line-height:40px;
  border-right:1px solid #ebebeb;
}
.comments-area .comment-form-author input[type="text"], .comments-area .comment-form-author input[type="email"], .comments-area .comment-form-author input[type="search"], .comments-area .comment-form-author textarea, .comments-area .comment-form-author select, .comments-area .comment-form-email input[type="text"], .comments-area .comment-form-email input[type="email"], .comments-area .comment-form-email input[type="search"], .comments-area .comment-form-email textarea, .comments-area .comment-form-email select, .comments-area .comment-form-url input[type="text"], .comments-area .comment-form-url input[type="email"], .comments-area .comment-form-url input[type="search"], .comments-area .comment-form-url textarea, .comments-area .comment-form-url select {
  border:none;
  border-bottom:1px solid #a9a69e;
  padding:8px 0 !important;
  margin-bottom:24px;
  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;
}
.comments-area .comment-form-author input[type="text"]:hover, .comments-area .comment-form-author input[type="text"]:focus, .comments-area .comment-form-author input[type="email"]:hover, .comments-area .comment-form-author input[type="email"]:focus, .comments-area .comment-form-author input[type="search"]:hover, .comments-area .comment-form-author input[type="search"]:focus, .comments-area .comment-form-author textarea:hover, .comments-area .comment-form-author textarea:focus, .comments-area .comment-form-author select:hover, .comments-area .comment-form-author select:focus, .comments-area .comment-form-email input[type="text"]:hover, .comments-area .comment-form-email input[type="text"]:focus, .comments-area .comment-form-email input[type="email"]:hover, .comments-area .comment-form-email input[type="email"]:focus, .comments-area .comment-form-email input[type="search"]:hover, .comments-area .comment-form-email input[type="search"]:focus, .comments-area .comment-form-email textarea:hover, .comments-area .comment-form-email textarea:focus, .comments-area .comment-form-email select:hover, .comments-area .comment-form-email select:focus, .comments-area .comment-form-url input[type="text"]:hover, .comments-area .comment-form-url input[type="text"]:focus, .comments-area .comment-form-url input[type="email"]:hover, .comments-area .comment-form-url input[type="email"]:focus, .comments-area .comment-form-url input[type="search"]:hover, .comments-area .comment-form-url input[type="search"]:focus, .comments-area .comment-form-url textarea:hover, .comments-area .comment-form-url textarea:focus, .comments-area .comment-form-url select:hover, .comments-area .comment-form-url select:focus { border-bottom:1px solid #000000; }
.comments-area .comment-form-email { padding:0px 10px; }
.comments-area .comment-form-email i { left:10px; }
.comments-area p.comment-form-url { padding-left:20px; }
.comments-area p.comment-form-url i { left:20px; }
.comments-area .comment-form-author { padding-right:18px; }
.comments-area .comment-reply-title {
  font-size:24px;
  display:inline-block;
  position:relative;
  text-transform:uppercase;
}
.comments-area .box-comment-ps {
  position:absolute;
  top:54px;
  width:100%;
  left:0;
}
.comments-area .comment-form p.form-submit {
  margin:0;
  margin-top:27px;
  margin-left:0;
  margin-bottom:99px;
}
.comments-area .comment-respond { position:relative; }
.comment-form p.form-submit .submit:hover {
  background:#d0c194;
  border-color:#d0c194;
}
.single-team .tb-breadcrumb a:before, .single-team .tb-breadcrumb span.current:before { right:-17px; }
.woocommerce .tb-product-item-inner .tb-image .tb-color-attribute li { font-size:0; }
.yithpopup_wrapper.yith-popup {
  animation:zoomInDown 1.5s both;
  -webkit-animation:zoomInDown 1.5s both;
  -moz-animation:zoomInDown 1.5s both;
  -o-animation:zoomInDown 1.5s both;
  padding:0;
  z-index:999;
  min-height:345px;
  width:770px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:0;
  background:#fff url('assets/images/popup.png') no-repeat right bottom;
  background-position:101% 101%;
  /* Firefox 18- */
  /* Firefox 19+ */
}
.yithpopup_wrapper.yith-popup #yith-popup-border {
  margin:55px 30px;
  min-height:0;
}
.yithpopup_wrapper.yith-popup #yith-popup-border #yith-popup-title {
  text-align:left;
  position:relative;
  top:0;
  font-size:26px !important;
  text-transform:uppercase;
  font-weight:400 !important;
  font-family:'fira sans' !important;
}
.yithpopup_wrapper.yith-popup button, .yithpopup_wrapper.yith-popup input[type="button"], .yithpopup_wrapper.yith-popup input[type="submit"], .yithpopup_wrapper.yith-popup .btn {
  display:inline-block;
  vertical-align:top;
  border-radius:0;
  color:#fff;
  border:none;
  line-height:20px;
  transition:.3s;
  -webkit-transition:.3s;
  width:24%;
  background:#fc615d;
  broder:none;
  text-transform:uppercase;
  font-size:16px;
}
.yithpopup_wrapper.yith-popup div#yith-popup-right.yith-popup-full input.name-field.text-field, .yithpopup_wrapper.yith-popup div#yith-popup-right.yith-popup-full input.email-field.text-field {
  width:60%;
  left:0;
  position:relative;
  float:left;
  display:inline-block;
}
.yithpopup_wrapper.yith-popup p#yith-popup-message {
  color:#333;
  font-size:12px;
  font-family:'fira sans';
  min-height:0;
  margin-top:63px;
  line-height:25px;
}
.yithpopup_wrapper.yith-popup div#yith-popup-right.yith-popup-full {
  width:70%;
  position:relative;
  top:0;
  right:0;
  min-height:0;
}
.yithpopup_wrapper.yith-popup .yith-popup-newsletter-form {
  height:auto;
  position:absolute;
  width:100%;
  top:0;
}
.yithpopup_wrapper.yith-popup .yith-popup-checkzone {
  left:30px;
  padding-bottom:50px;
}
.yithpopup_wrapper.yith-popup .yith-popup-checkzone label {
  color:#999;
  font-size:12px;
  font-family:'fira sans';
  font-weight:400;
  font-style:normal;
  line-height:18px;
}
.yithpopup_wrapper.yith-popup a.close {
  width:25px;
  height:25px;
  background:#fff;
  position:absolute;
  top:-14px;
  right:-14px;
  opacity:1;
  cursor:pointer;
  border-radius:50%;
}
.yithpopup_wrapper.yith-popup a.close:before {
  position:absolute;
  content:"\f00d";
  left:8px;
  top:6px;
  font-size:12px;
  color:#fc615d;
  font-family:FontAwesome;
}
.yithpopup_wrapper.yith-popup ::-webkit-input-placeholder {
  color:#999999;
  text-transform:capitalize;
}
.yithpopup_wrapper.yith-popup :-moz-placeholder {
  color:#999999;
  text-transform:capitalize;
}
.yithpopup_wrapper.yith-popup ::-moz-placeholder {
  color:#999999;
  text-transform:capitalize;
}
.yithpopup_wrapper.yith-popup :-ms-input-placeholder {
  color:#999999;
  text-transform:capitalize;
}
.yithpopup_overlay { background:rgba(0,0,0,0.8); }
.wpcf7-form input[type="submit"] {
  border:none;
  background:#fc615d;
}
.wpcf7-form input[type="submit"]:hover {
  color:#fc615d;
  background:#f5f5f5;
}
.wpcf7 .tb-title:before { right:-46px; }
.shardow_page {
  box-shadow:0 0 60px rgba(0,0,0,0.1);
  max-width:1370px;
  margin:auto;
  margin-top:-100px;
  background:#fff;
  margin-bottom:100px;
  padding-top:100px;
}
.no_shardow_page { height:100px; }
.page-template-contact .wpcf7 { margin:109px 0 98px; }
.page-template-contact .wpcf7 .name, .page-template-contact .wpcf7 .email, .page-template-contact .wpcf7 .phone {
  width:calc(34.16% - 30px);
  float:left;
  margin-right:30px;
}
.page-template-contact .wpcf7 .phone { margin-right:0; }
.page-template-contact .wpcf7 textarea {
  padding-top:22px !important;
  max-height:102px;
}
.page-template-contact .wpcf7 input[type="text"], .page-template-contact .wpcf7 input[type="email"], .page-template-contact .wpcf7 input[type="search"], .page-template-contact .wpcf7 textarea, .page-template-contact .wpcf7 select, .page-template-contact .wpcf7 input[type="tel"] {
  border:none;
  border-bottom:1px solid #e5e5e5;
  padding:10px 0;
}
.page-template-contact .wpcf7 input[type="text"]:hover, .page-template-contact .wpcf7 input[type="text"]:focus, .page-template-contact .wpcf7 input[type="email"]:hover, .page-template-contact .wpcf7 input[type="email"]:focus, .page-template-contact .wpcf7 input[type="search"]:hover, .page-template-contact .wpcf7 input[type="search"]:focus, .page-template-contact .wpcf7 textarea:hover, .page-template-contact .wpcf7 textarea:focus, .page-template-contact .wpcf7 select:hover, .page-template-contact .wpcf7 select:focus, .page-template-contact .wpcf7 input[type="tel"]:hover, .page-template-contact .wpcf7 input[type="tel"]:focus { border-bottom:1px solid #000; }
.page-template-contact .wpcf7 .set_4_button2.raised {
  color:#21201e;
  background:#242d2e !important;
  border-radius:50px;
  text-transform:uppercase;
  line-height:46px !important;
  padding:0 !important;
  font-size:13px !important;
  display:block;
  width:200px;
  height:46px;
  margin:auto;
  text-align:center;
  float:none;
  margin-top:43px;
}
.page-template-contact .wpcf7 input[type="submit"] {
  border:none;
  background:none;
  width:200px;
  text-align:center;
  float:none;
  padding:0;
  line-height:46px;
  font-size:13px;
  letter-spacing:2px;
}
.page-template-contact .wpcf7 input[type="submit"]:hover {
  color:#fff;
  background:none;
}
.page-template-contact .wpcf7 span.wpcf7-not-valid-tip, .page-template-contact .wpcf7 div.wpcf7-validation-errors {
  color:#fff;
  text-align:center;
  font-size:1em;
  display:block;
  background:#d0c194;
  border-radius:20px;
  padding:5px 10px;
  border:none !important;
}
.tb-coming_soon-wrap {
  margin:100px;
  min-height:800px;
  background-size:cover !important;
  padding-top:200px;
}
.tb-coming_soon-wrap .box-coming {
  max-width:877px;
  margin:auto;
}
.tb-coming_soon-wrap .box-coming h3 {
  font-size:45px;
  color:#fff;
  font-family:'Gilda Display', serif;
  font-weight:400;
}
.tb-coming_soon-wrap .box-coming .desc {
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:7px;
  font-weight:400;
  color:#fff;
}
.tb-coming_soon-wrap .box-coming .box-count-down-gifts {
  color:#fff;
  text-transform:uppercase;
  font-style:inherit;
  margin-top:100px;
  border-bottom:2px solid #fff;
  padding-bottom:33px;
}
.tb-coming_soon-wrap .box-coming .box-count-down-gifts span {
  font-size:48px;
  font-family:'Gilda Display', serif;
  padding:0 47px;
}
.tb-coming_soon-wrap .box-coming .box-count-down-gifts span i {
  font-size:16px !important;
  text-transform:uppercase;
  font-family:'Gilda Display', serif;
  font-style:inherit;
}
.tb-coming_soon-wrap .box-coming .box-share {
  color:#fff;
  padding-top:75px;
}
.tb-coming_soon-wrap .box-coming .box-share a {
  color:#fff;
  padding:0 20px;
  font-size:14px;
}
.tb-coming_soon-wrap .box-coming .box-share .botton { padding-top:22px; }
.woocommerce-checkout .shardow_page { padding-bottom:60px; }
.page-template-404 .jws_theme_footer { display:none !important; }
.search-results .box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-excerpt i { display:block; }
.search-no-results .sidebar-area { display:none !important; }
.page-template-contact .footer-maps { display:none !important; }
input[type="date"]:focus::before, input[type="date"]:valid::before { display:none; }
.wpcf7 .box-bottom {
  display:block;
  width:100%;
  overflow:hidden;
}
@media (max-width: 767px) {
  div.wpcf7 { padding:0 15px; }
}
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor >.comment-body .comment-avatar:before { background-color:#d0c194 !important; }
.tb-testimonial-slider.tpl1 {
  margin-top:-241px;
  background:#fff;
  margin-bottom:-100px;
  position:relative;
  min-height:340px;
  z-index:999;
  box-shadow:0px 10px 40px -11px rgba(0,0,0,0.2);
}
.tb-testimonial-slider.tpl1 .tb-excerpt p { margin-bottom:11px; }
.tb-testimonial-slider.tpl1 .flexslider .slides { margin-top:13px; }
.left-1 { display:none; }
.tb-testimonial-slider {
  background-size:cover;
  background-repeat:no-repeat;
  text-align:center;
  min-height:275px;
  padding:0 170px;
  position:relative;
}
.tb-testimonial-slider .thumb {
  margin-top:-50px;
  margin-bottom:30px;
}
.tb-testimonial-slider .thumb img {
  width:100px;
  height:100px;
  border-radius:50%;
  overflow:hidden;
}
.tb-testimonial-slider .box-title {
  font-size:26px;
  text-transform:uppercase;
  position:relative;
  padding-top:44px;
  padding-bottom:20px;
  color:#5a5956;
}
.tb-testimonial-slider .box-title .tb-class-line-space {
  margin-top:-16px;
  margin-bottom:9px;
}
.tb-testimonial-slider .tb-excerpt { color:#5a5956; }
.tb-testimonial-slider .flexslider {
  padding:0;
  margin:0;
  background:none;
  border:none;
  position:relative;
  border-radius:0;
  -o-box-shadow:0 1px 4px rgba(0,0,0,0.2);
  /* zoom: 1; */
  box-shadow:none;
}
.tb-testimonial-slider .flexslider .slides {
  zoom:1;
  transform:none !important;
  width:100% !important;
}
.tb-testimonial-slider #carousel_testimonials .flex-viewport { overflow:inherit !important; }
.tb-testimonial-slider .tb-excerpt {
  position:relative;
  padding:0 30px;
  font-family:'Gilda Display', serif;
  font-size:18px;
  line-height:30px;
}
.tb-testimonial-slider .tb-excerpt span.left {
  font-size:60px;
  display:inline-block;
  float:left;
  position:absolute;
  left:-20px;
  top:13px;
  font-family:'gill_sanssemibold';
}
.tb-testimonial-slider .tb-excerpt span.right {
  font-size:60px;
  display:inline-block;
  float:left;
  position:absolute;
  right:-30px;
  top:16px;
  font-family:'gill_sanssemibold';
}
.tb-testimonial-slider .flex-direction-nav { display:none; }
.tb-testimonial-slider .flex-viewport li {
  width:10px !important;
  height:10px !important;
  background:#000;
  border-radius:50%;
  position:inherit;
  z-index:9999;
  opacity:1 !important;
  font-size:0;
  display:inline-block !important;
  float:none !important;
  margin:0 5px;
  text-shadow:none;
  text-align:center;
  cursor:pointer;
}
.tb-testimonial-slider .flex-viewport li.flex-active-slide {
  border:1px solid #000;
  background:none;
  width:10px !important;
  height:10px !important;
}
.tb-testimonial-slider .tb-image-name .tb-name {
  font-size:24px;
  font-family:'Gilda Display', serif;
  margin-bottom:0;
  text-transform:capitalize;
}
.tb-testimonial-slider .tb-image-name .tb-company {
  font-size:14px;
  color:#d0c194;
  font-weight:300;
}
.set_4_button2.raised { border-radius:50px !important; }
.tb-viewmore.set_4_button2.raised.hoverable { z-index:9; }
.tb-testimonial-slider.tpl2 {
  min-height:670px;
  background-position:0 0 !important;
  background-size:cover !important;
  padding:0;
  margin-top:-50px;
  position:relative;
  z-index:0;
}
.tb-testimonial-slider.tpl2 .box-title .tb-class-line-space { display:none; }
.tb-testimonial-slider.tpl2 .thumb img { display:none; }
.tb-testimonial-slider.tpl2 .thumb {
  margin-bottom:30px;
  width:70px;
  height:70px;
  margin:auto;
  border-radius:50%;
  margin-top:-35px;
  box-shadow:0px -3px 10px -5px rgba(0,0,0,0.2);
  position:relative;
}
.tb-testimonial-slider.tpl2 .box-title {
  padding-top:55px;
  padding-bottom:37px;
  position:relative;
}
.tb-testimonial-slider.tpl2 .box-title:before {
  position:absolute;
  content:"";
  left:50%;
  margin-left:-20px;
  bottom:20px;
  width:40px;
  background:#fff;
  height:1px;
}
.tb-testimonial-slider.tpl2 .tb-excerpt {
  font-family:'Gilda Display', serif;
  margin:0 40px;
  position:relative;
}
.tb-testimonial-slider.tpl2 .tb-excerpt p { margin-bottom:34px !important; }
.tb-testimonial-slider.tpl2 .tb-excerpt span.right { display:none; }
.tb-testimonial-slider.tpl2 .tb-excerpt span.left { display:none; }
.tb-testimonial-slider.tpl2 .box-container {
  height:100%;
  max-width:800px;
  float:right;
  margin:auto;
  min-height:317px;
  position:relative;
  margin-bottom:50px;
  box-shadow:0px 11px 40px -11px rgba(0,0,0,0.2);
  margin-top:181px;
  background:#fff;
}
.tb-testimonial-slider.tpl2 .box-container .flexslider { position:static; }
.tb-testimonial-slider.tpl2 .box-container .flexslider .flex-viewport { position:static !important; }
.tb-testimonial-slider.tpl2 .box-container .flexslider .slides {
  bottom:0;
  margin-bottom:-50px;
}
.tb-testimonial-slider.tpl2 .left-1 {
  display:block;
  font-family:'Raleway', sans-serif;
  font-size:100px;
  top:45px;
  position:absolute;
  left:19px;
}
.tb-testimonial-slider.tpl2 .tb-name {
  font-family:'Gilda Display', serif;
  text-transform:capitalize;
  font-size:24px;
  color:#242d2e;
  font-weight:normal;
}
.tb-testimonial-slider.tpl2 .tb-company {
  font-family:'Poppins', sans-serif;
  font-weight:normal;
  font-size:14px;
}
.tb-testimonial-slider.about_page_custom.tpl2 { min-height:599px; }
.box-blog-grid-tpl1 { border:none; }
.box-blog-grid-tpl1 article { width:100%; }
.box-blog-grid-tpl1 article .tb-post-item { margin-bottom:42px; }
.box-blog-grid-tpl1 article .tb-post-item .tb-content {
  text-align:left;
  position:relative;
  padding-top:26px;
}
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-title {
  font-size:36px;
  font-family:'Gilda Display', serif;
}
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-excerpt {
  display:block;
  font-size:16px;
  color:#5a5956;
  font-weight:300;
  margin-top:24px;
}
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-readmore {
  display:inline-block;
  font-weight:600;
  text-transform:uppercase;
  color:#21201e !important;
  font-size:13px;
  margin-top:41px;
  letter-spacing:3px;
}
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-readmore:hover { color:#d0c194 !important; }
.box-blog-grid-tpl1 article .tb-post-item .tb-content .box-share {
  display:inline-block;
  float:right;
}
.box-blog-grid-tpl1 article .tb-post-item .tb-content .box-share .follow {
  display:inline-block;
  font-weight:600;
  text-transform:uppercase;
  color:#21201e !important;
  font-size:13px;
  margin-top:41px;
  letter-spacing:3px;
}
.box-blog-grid-tpl1 article .tb-post-item .tb-content .box-share .botton {
  display:inline-block;
  margin-left:8px;
  padding-right:0;
}
.box-blog-grid-tpl1 article .tb-post-item .tb-content .box-share .botton a {
  font-size:14px;
  color:#575c5c;
  padding-left:12px;
}
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-info {
  padding-top:5px;
  color:#a9a69e;
}
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-info span { display:inline-block; }
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-info i { font-style:inherit; }
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-info a { padding-right:3px; display: inline-block;}
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-info a:hover { color:#d0c194; }
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-info .post-categories { display:inline-block; }
.box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-info .post-categories li { display:inline-block; }
.box-blog-grid-tpl1 article .tb-post-item .box-date {
  margin-top:-22px;
  top:0;
}
.box-blog-grid-tpl1 article .tb-readmore, .box-blog-grid-tpl1 article .tb-readmore i { color:#d0c194 !important; }
.box-blog-grid-tpl1 .pagination-category {
  text-align:center;
  margin:auto;
  width:100%;
}
.box-blog-grid-tpl1 .pagination-category .page-numbers {
  padding:0;
  margin:0;
  float:none;
  display:inline-block;
  overflow:hidden;
  width:40px;
  height:40px;
  border-radius:50%;
  border:none;
  line-height:40px;
}
.box-blog-grid-tpl1 .pagination-category .page-numbers:hover {
  background-color:#d0c194;
  color:#fff;
}
.box-blog-grid-tpl1 .pagination-category .page-numbers.current {
  background-color:#d0c194;
  color:#fff;
}
.tb-blog-carousel.blog-grid-box.tpl4 .owl-controls .owl-nav .owl-prev i, .tb-blog-carousel.blog-grid-box.tpl2 .owl-controls .owl-nav .owl-prev i { color:#fff; }
.woocommerce.tb-products-grid.tpl1 { padding-top:10px; }
.woocommerce.tb-products-grid.tpl1 .tb-woo-one-column .tb-product-item { margin-bottom:25px !important; }
.woocommerce.tb-products-grid.tpl1 .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-item-rating {
  display:inline-block;
  margin-top:6px;
  font-size:14px;
}
.woocommerce.tb-products-grid.tpl1 .star-rating span:before { content:"\f006\f006\f006\f006\f006"; }
.woocommerce.tb-products-grid.tpl1 .tb-product-price .woocommerce-Price-amount { color:#d0c194; }
.woocommerce.tb-products-grid.tpl1 .tb-product-price del .woocommerce-Price-amount { color:#999999 !important; }
.woocommerce.tb-products-grid.tpl1 .type-product.product .tb-content .tb-price-rating .tb-product-price ins {
  position:inherit;
  width:auto;
  text-align:right;
  padding-right:5px;
  float:left;
}
.woocommerce.tb-products-grid.tpl1 .type-product.product .tb-content .tb-price-rating .tb-product-price del {
  position:inherit;
  right:0;
  width:auto;
  text-align:left;
  padding-left:5px;
  margin-right:0;
}
.woocommerce.tb-products-grid.tpl1  .type-product.products-widget .tb-product-item .tb-image > img, .woocommerce.tpl1 .products-widget .tb-product-item .tb-image { max-width:80px; }
.woocommerce.tb-products-grid.tpl1 .products-widget .tb-product-item .tb-content { padding-left:100px; }
.tb-info-contact { margin-bottom:18px; }
.tb-info-contact .box-info .thum {
  width:80px;
  height:74px;
  margin:auto;
}
.tb-info-contact .box-info .thum img {
  text-align:center;
  display:block;
  width:auto;
  margin:auto;
  padding-top:24px;
}
.tb-info-contact .box-info .box-content { text-align:center; }
.tb-info-contact .box-info .tb-title {
  font-size:14px;
  text-transform:uppercase;
  color:#222222;
  text-align:center;
  margin-top:12px;
  margin-bottom:5px;
}
.tb-info-contact .box-info .desc p {
  margin-bottom:0px !important;
  font-size:16px;
  color:#666;
}
.box-heading1 {
  font-family:'Allura', cursive;
  font-size:60px;
  line-height:41px;
  color:#d0c194;
}
.box-title1 { text-transform:uppercase; }
.box-title1 h2 {
  letter-spacing:4px;
  padding-left:20px;
  line-height:36px;
  margin-bottom:21px;
}
.tb-resto-our-store.tpl1 .box-our-store, .tb-resto-our-store.tpl2 .box-our-store {
  min-height:738px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:100% 0;
  padding-top:106px;
  animation-duration:0.5s;
}
.tb-resto-our-store.tpl1 .box-store, .tb-resto-our-store.tpl2 .box-store {
  max-width:680px;
  margin:auto;
  text-align:center;
}
.tb-resto-our-store.tpl1 .box-desc, .tb-resto-our-store.tpl2 .box-desc { padding-top:35px; }
.tb-resto-our-store.tpl1 .box-avatar, .tb-resto-our-store.tpl2 .box-avatar { margin-top:45px; }
.tb-resto-our-store.tpl1 .box-avatar img, .tb-resto-our-store.tpl2 .box-avatar img {
  width:100px;
  height:100px;
  text-align:center;
  margin:auto;
  display:block;
  border-radius:50%;
}
.tb-resto-our-store.tpl1 .name, .tb-resto-our-store.tpl2 .name { padding-top:12px; }
.tb-resto-our-store.tpl1 .name h3, .tb-resto-our-store.tpl2 .name h3 {
  font-size:24px;
  font-family:'Gilda Display', serif;
  font-weight:400;
  color:#21201e;
  margin-bottom:0;
}
.tb-resto-our-store.tpl1 .name span, .tb-resto-our-store.tpl2 .name span {
  font-size:14px;
  font-weight:300;
  color:#a9a69e;
}
.tb-resto-our-store.tpl2 { height:720px; }
.tb-resto-our-store.tpl2 .box-our-store {
  padding-top:0;
  min-height:100%;
}
.tb-resto-our-store.tpl2 .box-store.box-left {
  width:50%;
  float:left;
  max-width:100%;
  padding:30px;
}
.tb-resto-our-store.tpl2 .box-store.box-left .content-left {
  border:1px dashed #d0c194;
  min-height:660px;
  padding-top:90px;
}
.tb-resto-our-store.tpl2 .box-desc { padding:44px 220px 0px; }
.tb-resto-our-store.tpl2 .box-right {
  width:50%;
  float:right;
  height:720px;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}
.tb-resto-our-store.tpl3 {
  margin-top:149px;
  position:relative;
}
.tb-resto-our-store.tpl3 .box-our-store {
  text-align:center;
  background-size:cover !important;
  background-position:center center !important;
  min-height:570px;
  position:relative;
}
.tb-resto-our-store.tpl3:hover .content-left {
  width:630px;
  margin-left:-315px;
  top:-50px;
}
.tb-resto-our-store.tpl3 .content-left {
  width:570px;
  margin:auto;
  background:#21201e;
  position:absolute;
  left:50%;
  margin-left:-285px;
  top:-50px;
  height:670px;
  padding:30px;
  transition:all 0.7s ease-in-out 0.2s;
  -webkit-transition:all 0.7s ease-in-out 0.2s;
  -moz-transition:all 0.7s ease-in-out 0.2s;
  -o-transition:all 0.7s ease-in-out 0.2s;
  z-index:99;
}
.tb-resto-our-store.tpl3 .content-left .content-our-st {
  padding:64px 30px 20px;
  border-width:1px;
  border-style:dashed;
  border-color:#565142;
  height:100%;
}
.tb-resto-our-store.tpl3 .content-left .content-our-st .box-title1 h2 { color:#fff; }
.tb-resto-our-store.tpl3 .content-left .content-our-st .box-desc {
  padding-top:45px;
  color:#a9a69e;
}
.tb-resto-our-store.tpl3 .content-left .content-our-st .box-avatar { padding-top:43px; }
.tb-resto-our-store.tpl3 .content-left .content-our-st .name { padding-top:12px; }
.tb-resto-our-store.tpl3 .content-left .content-our-st .name h3 {
  font-size:24px;
  font-family:'Gilda Display', serif;
  font-weight:400;
  color:#fff;
  margin-bottom:0;
}
.tb-resto-our-store.tpl3 .content-left .content-our-st .name span {
  font-size:14px;
  font-weight:300;
  color:#d0c194;
}
.tb-resto-our-store.tpl4 .box-our-store {
  height:664px;
  background-size:cover !important;
}
.tb-resto-our-store.tpl4 .box-our-store .box-store {
  max-width:540px;
  text-align:center;
  padding-top:134px;
  margin-left:310px;
}
.tb-resto-our-store.tpl4 .box-our-store .box-store .box-heading4 {
  font-family:'Allura', cursive;
  font-size:60px;
  color:#d0c194;
  margin-bottom:7px;
}
.tb-resto-our-store.tpl4 .box-our-store .box-store .box-title1 h2 { margin-bottom:14px; }
.tb-resto-our-store.tpl4 .box-our-store .box-store .box-desc { margin-top:37px; }
.tb-resto-our-store.tpl4 .box-our-store .box-store .btn-link {
  text-decoration:underline;
  font-size:13px;
  text-transform:uppercase;
  color:#21201e;
  font-weight:600;
  margin-top:23px;
  display:block;
  letter-spacing:2px;
}
.tb-resto-our-store.tpl4 .box-our-store .box-store .name { position:relative; }
.tb-resto-our-store.tpl4 .box-our-store .box-store .name h3 {
  font-family:'Gilda Display', serif;
  font-size:24px;
}
.tb-resto-our-store.tpl4 .box-our-store .box-store .name span {
  font-size:14px;
  text-transform:uppercase;
  color:#a9a69e;
}
.tb-resto-our-store.tpl4 .box-our-store .box-store .name img {
  position:absolute;
  top:0;
  left:50%;
  margin-left:-115px;
}
.tb-resto-our-store.tpl4 .box-our-store .box-store .name .box-cp { position:relative; }
.box-header { text-align:center; }
.tb-service-wrap {
  overflow:hidden;
  position:relative;
}
.tb-service-wrap .box-services-3 {
  min-height:794px;
  padding-top:106px;
  background-position:center !important;
  background-size:cover !important;
  background-attachment:fixed !important;
  text-align:center;
}
.tb-service-wrap .box-services-3 .box-item-services .item:hover .box-icon i { color:#d0c194; }
.tb-service-wrap .box-services-3 .box-item-services .item .box-content {
  background:#fff;
  min-height:243px;
  padding:0;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-content .box-title {
  font-family:'Gilda Display', serif;
  color:#21201e;
  font-size:24px;
  font-style:inherit;
  margin-bottom:15px;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-content .box-desc {
  font-weight:300;
  font-family:'Poppins', sans-serif;
  color:#5a5956;
  margin-bottom:20px;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-content .more {
  font-weight:600;
  font-size:13px;
  text-decoration:underline;
  color:#21201e;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-content .more:hover { color:#d0c194; }
.tb-service-wrap .box-services-3 .box-item-services .item .box-content .left, .tb-service-wrap .box-services-3 .box-item-services .item .box-content .right {
  width:88px;
  background:#fff;
  height:58px;
  margin-top:-57px;
  float:left;
  position:relative;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-content .left:before {
  position:absolute;
  content:"";
  left:100%;
  top:0;
  border-left:100px solid #FFFFFF;
  border-right:0px solid transparent;
  border-top:58px solid transparent;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-content .right { float:right; }
.tb-service-wrap .box-services-3 .box-item-services .item .box-content .right:before {
  position:absolute;
  content:"";
  right:100%;
  top:0;
  border-right:100px solid #FFFFFF;
  border-left:0px solid transparent;
  border-top:58px solid transparent;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-content .content-s {
  padding:20px;
  padding-top:30px;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-icon {
  width:120px;
  height:70px;
  position:relative;
  margin:auto;
  margin-bottom:58px;
  background:#fff;
  transform:rotateY(0deg);
  transition:all 0.4s ease-in-out 0s;
  -webkit-transition:all 0.7s ease-in-out 0s;
  -moz-transition:all 0.7s ease-in-out 0s;
  -o-transition:all 0.7s ease-in-out 0s;
  padding-top:10px;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-icon:before {
  position:absolute;
  content:"";
  right:0;
  top:-35px;
  border-bottom:35px solid #FFFFFF;
  border-left:60px solid transparent;
  border-right:60px solid transparent;
  transition:all 0.4s ease-in-out 0s;
  -webkit-transition:all 0.7s ease-in-out 0s;
  -moz-transition:all 0.7s ease-in-out 0s;
  -o-transition:all 0.7s ease-in-out 0s;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-icon:after {
  position:absolute;
  content:"";
  right:0;
  bottom:-35px;
  border-top:35px solid #FFFFFF;
  border-left:60px solid transparent;
  border-right:60px solid transparent;
  transition:all 0.4s ease-in-out 0s;
  -webkit-transition:all 0.7s ease-in-out 0s;
  -moz-transition:all 0.7s ease-in-out 0s;
  -o-transition:all 0.7s ease-in-out 0s;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-icon img {
  width:auto;
  display:block;
  margin:auto;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-icon i {
  font-size:36px;
  color:#000;
}
.tb-service-wrap .box-services-3 .box-item-services:hover .owl-controls { opacity:1; }
.tb-service-wrap .box-services-3 .owl-carousel .owl-stage-outer { padding-top:35px; }
.tb-service-wrap .box-services-3 .owl-controls {
  position:absolute;
  width:100%;
  top:50%;
  margin-top:20px;
  opacity:0;
}
.tb-service-wrap .box-services-3 .owl-controls .owl-prev {
  width:20px;
  height:40px;
  display:inline-block;
  float:left;
  background:#faf7f0;
  font-size:0;
  position:relative;
  margin-left:-12px;
}
.tb-service-wrap .box-services-3 .owl-controls .owl-prev:before {
  position:absolute;
  content:"\f104";
  left:5px;
  top:7px;
  font-size:19px;
  color:#000;
  font-family:FontAwesome;
}
.tb-service-wrap .box-services-3 .owl-controls .owl-prev:hover { background:#d0c194; }
.tb-service-wrap .box-services-3 .owl-controls .owl-prev:hover:before { color:#fff; }
.tb-service-wrap .box-services-3 .owl-controls .owl-next {
  margin-right:-12px;
  width:20px;
  height:40px;
  display:inline-block;
  float:right;
  background:#faf7f0;
  font-size:0;
  position:relative;
}
.tb-service-wrap .box-services-3 .owl-controls .owl-next:before {
  position:absolute;
  content:"\f105";
  left:5px;
  top:7px;
  font-size:19px;
  color:#000;
  font-family:FontAwesome;
}
.tb-service-wrap .box-services-3 .owl-controls .owl-next:hover { background:#d0c194; }
.tb-service-wrap .box-services-3 .owl-controls .owl-next:hover:before { color:#fff; }
.tb-service-wrap .box-services-3 .box-title1 h2 { color:#fff; }
.tb-service-wrap .box-services-3 .box-header { margin-bottom:56px; }
.tb-service-wrap.tpl2 .box-services-3 .box-title1 h2 { color:#21201e; }
.tb-service-wrap.tpl2 .box-services-3 { min-height:580px; }
.tb-service-wrap.tpl2 .box-services-3 .owl-carousel .owl-stage-outer { padding-top:11px; }
.tb-service-wrap.tpl2 .owl-carousel .owl-item img {
  overflow:hidden;
  width:220px;
  height:220px;
  border-radius:50%;
  border:12px solid #fff;
  position:relative;
  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-service-wrap.tpl2 .box-ow-sliders { margin-top:-18px; }
.tb-service-wrap.tpl2 .box-services-3 .box-item-services .item .box-content .content-s { padding-top:0; }
.tb-service-wrap.tpl2 .box-services-3 .owl-controls .owl-prev {
  width:28px;
  height:28px;
  display:inline-block;
  float:left;
  background:none;
  font-size:0;
  position:relative;
  margin-left:0px;
  text-align:center;
  border-radius:50%;
  border:1px solid #aeaca4;
}
.tb-service-wrap.tpl2 .box-services-3 .owl-controls .owl-prev:hover {
  background:#d0c194;
  border:1px solid #d0c194;
}
.tb-service-wrap.tpl2 .box-services-3 .owl-controls .owl-prev:hover:before { color:#fff; }
.tb-service-wrap.tpl2 .box-services-3 .owl-controls .owl-next {
  width:28px;
  height:28px;
  display:inline-block;
  float:right;
  background:none;
  font-size:0;
  position:relative;
  margin-right:0px;
  text-align:center;
  border-radius:50%;
  border:1px solid #aeaca4;
}
.tb-service-wrap.tpl2 .box-services-3 .owl-controls .owl-next:hover {
  background:#d0c194;
  border:1px solid #d0c194;
}
.tb-service-wrap.tpl2 .box-services-3 .owl-controls .owl-next:hover:before { color:#fff; }
.tb-service-wrap.tpl2 .box-services-3 .box-item-services .item .box-content .box-title { margin-top:49px; }
.tb-service-wrap.tpl2 .box-services-3 .box-item-services .item .box-content .box-title:hover a { color:#d0c194; }
.tb-service-wrap.tpl2 .box-services-3 .owl-controls .owl-prev:before {
  position:absolute;
  content:"\f104";
  left:9px;
  top:1px;
  font-size:19px;
  color:#aeaca4;
  font-family:FontAwesome;
}
.tb-service-wrap.tpl2 .box-services-3 .owl-controls .owl-next:before {
  position:absolute;
  content:"\f105";
  left:11px;
  top:1px;
  font-size:19px;
  color:#aeaca4;
  font-family:FontAwesome;
}
.tb-service-wrap.tpl2 .box-services-3 .owl-controls {
  position:absolute;
  width:100%;
  top:50%;
  margin-top:-50px;
  opacity:0;
  height:0;
}
.tb-service-wrap.tpl2 .thumb {
  width:244px;
  height:220px;
  margin:auto;
}
.tb-service-wrap.tpl2 .thumb .thumb-img { position:relative; }
.tb-service-wrap.tpl2 .thumb .thumb-img img { box-sizing:content-box; }
.tb-service-wrap.tpl2 .thumb .thumb-img:before {
  position:absolute;
  content:"";
  left:12px;
  width:220px;
  top:12px;
  height:220px;
  border-radius:50%;
  z-index:9;
  background:rgba(0,0,0,0.35);
  opacity:0;
  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-service-wrap.tpl2 .thumb .thumb-img:hover img { border:12px solid #f0ead8; }
.tb-service-wrap.tpl2 .thumb .thumb-img:hover:before {
  background:rgba(0,0,0,0.35);
  animation:zoomIn 0.4s both;
  opacity:1;
}
.tb-service-wrap.tpl2 .thumb .thumb-img:hover .more {
  opacity:1 !important;
  visibility:visible !important;
}
.tb-service-wrap.tpl2 .box-services-3 .box-item-services .item .box-content .more {
  font-weight:600;
  font-size:13px;
  text-decoration:underline;
  color:#fff;
  position:absolute;
  top:50%;
  left:50%;
  width:100px;
  margin-left:-48px;
  margin-top:-10px;
  z-index:99;
  opacity:0;
  visibility:hidden;
}
.tb-online-booking {
  margin:100px 0;
  overflow:hidden;
  text-align:center;
  box-shadow:12px 15px 34px 0px rgba(48,50,50,0.1);
}
.tb-online-booking .box-100 { background:#fff; }
.tb-online-booking .box-30 {
  background:#21201e;
  width:370px;
  min-height:584px;
  float:left;
  padding:30px;
}
.tb-online-booking .box-30 .box-intro {
  border:1px dashed #565142;
  min-height:524px;
  padding:42px 30px;
}
.tb-online-booking .box-30 .box-intro .box-title1 h2 {
  color:#fff;
  letter-spacing:3px;
  margin-left:-13px;
}
.tb-online-booking .box-30 .box-intro .boxs-intro { margin-top:30px; }
.tb-online-booking .box-30 .box-intro .boxs-intro .title {
  font-family:'Gilda Display', serif;
  color:#a9a69e;
  font-size:16px;
}
.tb-online-booking .box-30 .box-intro .boxs-intro .title-2 {
  margin-top:22px !important;
  display:block;
}
.tb-online-booking .box-30 .box-intro .boxs-intro p {
  font-size:16px;
  color:#fff;
  margin-bottom:8px !important;
  line-height:24px;
}
.tb-online-booking .box-30 .box-intro .boxs-intro .call {
  font-size:24px;
  font-family:'Gilda Display', serif;
  color:#d0c194;
  border-top:1px solid #2f2e2b;
  padding-top:23px;
  margin-top:30px;
}
.tb-online-booking .box-70 {
  min-height:584px;
  width:calc(100% - 370px);
  float:left;
  padding-top:104px;
}
.tb-online-booking .box-70 .box-title1 h2 {
  color:#21201e;
  letter-spacing:3px;
  margin-left:-14px;
}
.tb-online-booking .box-70 .box-form {
  padding-left:51px;
  padding-top:25px;
}
.tb-online-booking .box-70 .box-form .wpcf7-form .people, .tb-online-booking .box-70 .box-form .wpcf7-form .date, .tb-online-booking .box-70 .box-form .wpcf7-form .time, .tb-online-booking .box-70 .box-form .wpcf7-form .name, .tb-online-booking .box-70 .box-form .wpcf7-form .phone, .tb-online-booking .box-70 .box-form .wpcf7-form .email {
  width:calc(32.5% - 30px);
  float:left;
  margin-right:30px;
  padding-bottom:10px;
}
.tb-online-booking .box-70 .box-form .wpcf7-form .people { position:relative; }
.tb-online-booking .box-70 .box-form .wpcf7-form .people:before {
  position:absolute;
  right:0px;
  top:-1px;
  font-family:FontAwesome;
  content:"";
  z-index:9999;
  background:#ffffff;
  width:17px;
  height:40px;
}
.tb-online-booking .box-70 .box-form .wpcf7-form .time { position:relative; }
.tb-online-booking .box-70 .box-form .wpcf7-form .time:before {
  position:absolute;
  right:0;
  top:-1px;
  font-family:FontAwesome;
  font-size:15px;
  color:#a9a69e;
  content:"\f017";
  z-index:9999;
  background:#fff;
  width:17px;
  height:30px;
  padding-top:7px;
}
.tb-online-booking .box-70 .box-form .wpcf7-form .date {
  /* &:before {
						position: absolute;
					    right: 0;
					    top: 4px;
					    font-family: FontAwesome;
					    font-size: 15px;
					    color: #a9a69e;
					    content: "\f274";
					    z-index: 9999;
					    background: #fff;
					} */
  position:relative;
}
.tb-online-booking .box-70 .box-form .wpcf7-form span.wpcf7-not-valid-tip {
  color:#f00;
  font-size:1em;
  display:inline-block;
  background:#d0c194;
  color:#fff;
  border-radius:50px;
  padding:2px 10px;
}
.tb-online-booking .box-70 .box-form .wpcf7-form input[type="text"], .tb-online-booking .box-70 .box-form .wpcf7-form input[type="email"], .tb-online-booking .box-70 .box-form .wpcf7-form input[type="search"], .tb-online-booking .box-70 .box-form .wpcf7-form textarea, .tb-online-booking .box-70 .box-form .wpcf7-form select, .tb-online-booking .box-70 .box-form .wpcf7-form input[type="date"], .tb-online-booking .box-70 .box-form .wpcf7-form input[type="tel"] {
  height:30px;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px solid #21201e;
  padding:0;
  padding-bottom:0;
  margin-bottom:28px;
}
.tb-online-booking .box-70 .box-form .wpcf7-form input[type="text"] ::-webkit-datetime-edit-day-field, .tb-online-booking .box-70 .box-form .wpcf7-form input[type="email"] ::-webkit-datetime-edit-day-field, .tb-online-booking .box-70 .box-form .wpcf7-form input[type="search"] ::-webkit-datetime-edit-day-field, .tb-online-booking .box-70 .box-form .wpcf7-form textarea ::-webkit-datetime-edit-day-field, .tb-online-booking .box-70 .box-form .wpcf7-form select ::-webkit-datetime-edit-day-field, .tb-online-booking .box-70 .box-form .wpcf7-form input[type="date"] ::-webkit-datetime-edit-day-field, .tb-online-booking .box-70 .box-form .wpcf7-form input[type="tel"] ::-webkit-datetime-edit-day-field { color:green; }
.tb-online-booking .box-70 .box-form .wpcf7-form input[type="submit"] { background:none; }
.tb-online-booking .box-70 .box-form .wpcf7-form input[type="submit"]:hover {
  background:none !important;
  color:#fff;
}
.tb-online-booking .box-70 .box-form .wpcf7-form input[type="submit"] {
  border:none;
  background:none;
  line-height:51px;
  margin:0;
  padding:0;
  text-align:center;
  width:100%;
  display:block;
  float:none;
  letter-spacing:3px;
}
.tb-online-booking .box-70 .box-form .wpcf7-form img.ajax-loader { display:none; }
.tb-online-booking .box-70 .box-form .wpcf7-form .set_4_button2.raised {
  color:#fff !important;
  background:#21201e !important;
  border-radius:50px;
  text-transform:uppercase;
  line-height:50px !important;
  padding:0 !important;
  font-size:13px !important;
  display:inline-block;
  height:50px;
  text-align:center;
  margin:auto;
  float:none;
  width:184px;
  margin-top:32px;
  margin-left:-46px;
}
.tb-online-booking .box-70 .box-form div.wpcf7-mail-sent-ok, .tb-online-booking .box-70 .box-form div.wpcf7-validation-errors {
  border:none;
  border-radius:50px;
  background:#d0c194;
  color:#fff;
}
.full-width.tb-online-booking {
  padding:100px 0;
  background-size:cover !important;
  background-attachment:fixed !important;
  background-position:center center !important;
  margin:58px 0 0;
}
.custom_color.tb-online-booking input[type="text"], .custom_color.tb-online-booking input[type="email"], .custom_color.tb-online-booking input[type="search"], .custom_color.tb-online-booking textarea, .custom_color.tb-online-booking select, .custom_color.tb-online-booking input, .custom_color.tb-online-booking textarea, .custom_color.tb-online-booking select, .custom_color_2 input[type="text"], .custom_color_2 input[type="email"], .custom_color_2 input[type="search"], .custom_color_2 textarea, .custom_color_2 select, .custom_color_2 input, .custom_color_2 textarea, .custom_color_2 select { background:#fbfaf6; }
.custom_color.tb-online-booking .box-70, .custom_color_2 .box-70 { background:#fbfaf6; }
.custom_color.tb-online-booking .box-70 .box-form .wpcf7-form .people:before, .custom_color.tb-online-booking .box-70 .box-form .wpcf7-form .time:before, .custom_color_2 .box-70 .box-form .wpcf7-form .people:before, .custom_color_2 .box-70 .box-form .wpcf7-form .time:before { background:#fbfaf6; }
.custom_color.tb-online-booking .box-30, .custom_color_2 .box-30 { background:#161513; }
.reservation_custom.tb-online-booking { margin-top:-100px; }
.tb-online-booking.custom_border { box-shadow:none; }
.tb-online-booking.custom_border .box-70 {
  border:1px dashed #d0c194 !important;
  border-left:none !important;
}
.tb-online-booking.tb-online-order .box-70 .box-form {
  padding-left:0;
  padding-top:58px;
}
.tb-online-booking.tb-online-order ul.step li {
  position:relative;
  float:none !important;
  text-align:center;
  padding:0 20px;
  display:inline-block;
  float:left;
  padding:0 29px;
}
.tb-online-booking.tb-online-order ul.step li span.icon {
  width:30px;
  height:30px;
  border-radius:50%;
  background:#21201e;
  display:block;
  color:#fff;
  line-height:30px;
  margin:auto;
  margin-bottom:20px;
  position:relative;
  z-index:9;
}
.tb-online-booking.tb-online-order ul.step li:before {
  content:"";
  width:50% !important;
  left:0;
  height:1px;
  background:#e5e5e5;
  position:absolute;
  top:15px;
}
.tb-online-booking.tb-online-order ul.step li:after {
  content:"";
  width:50% !important;
  right:0;
  height:1px;
  background:#e5e5e5;
  position:absolute;
  top:15px;
}
.tb-online-booking.tb-online-order ul.step span.texts {
  font-weight:600;
  color:#21201e;
  font-size:16px;
}
.tb-online-booking.tb-online-order ul.step li:first-child:before { display:none; }
.tb-online-booking.tb-online-order ul.step li:last-child:after { display:none; }
.tb-online-booking.tb-online-order .btn-or {
  overflow:hidden;
  width:100%;
  margin-top:40px;
}
.tb-online-booking.tb-online-order .btn-or .set_4_button2.raised {
  color:#fff;
  background:#000 !important;
  font-size:13px !important;
  display:block;
  margin:auto;
  text-align:center;
  float:none;
  width:184px;
  border-radius:50px;
  margin-top:30px;
}
.box-gallery-vc .tb-viewmore { margin-top:29px !important; }
.box-gallery-vc .box-header {
  text-align:center;
  margin-bottom:60px;
}
.box-gallery-vc .item {
  margin-bottom:30px !important;
  position:relative;
  overflow:hidden;
}
.box-gallery-vc .item .thumb img {
  width:100%;
  height:auto;
}
.box-gallery-vc .item .box-footer {
  opacity:0;
  visibility:hidden;
  position:absolute;
  bottom:0;
  width:100%;
  z-index:999;
  color:#fff;
  padding:0px 20px 30px 30px;
  color:#ffffff;
}
.box-gallery-vc .item .box-footer .box-title {
  display:block;
  -webkit-transform:translateX(-150px);
  -moz-transform:translateX(-150px);
  -ms-transform:translateX(-150px);
  -o-transform:translateX(-150px);
  transform:translateX(-150px);
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  transition:all 0.4s ease 0s;
  -webkit-opacity:0;
  -khtml-opacity:0;
  -moz-opacity:0;
  opacity:0;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter:alpha(opacity=0);
  visibility:hidden;
}
.box-gallery-vc .item .box-footer .box-cat {
  color:#a9a69e;
  -webkit-transform:translateX(-150px);
  -moz-transform:translateX(-150px);
  -ms-transform:translateX(-150px);
  -o-transform:translateX(-150px);
  transform:translateX(-150px);
  -webkit-transition:all 0.6s ease 0s;
  -moz-transition:all 0.6s ease 0s;
  -ms-transition:all 0.6s ease 0s;
  -o-transition:all 0.6s ease 0s;
  transition:all 0.6s ease 0s;
  -webkit-opacity:0;
  -khtml-opacity:0;
  -moz-opacity:0;
  opacity:0;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter:alpha(opacity=0);
  visibility:hidden;
}
.box-gallery-vc .item:hover .box-footer {
  opacity:1;
  visibility:visible;
}
.box-gallery-vc .item:hover .box-footer .box-title, .box-gallery-vc .item:hover .box-footer .box-cat {
  -webkit-transform:translateX(0);
  -moz-transform:translateX(0);
  -ms-transform:translateX(0);
  -o-transform:translateX(0);
  transform:translateX(0);
  -webkit-opacity:1;
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter:alpha(opacity=100);
  visibility:visible;
}
.box-gallery-vc .item .box-footer .box-title { text-transform:uppercase; }
.custom_color.box-gallery-vc .box-title1 h2 { color:#fff; }
.custom_color.box-gallery-vc .tb-viewmore.set_4_button2.raised.hoverable {
  background:none !important;
  border:1px solid #fff;
  color:#fff !important;
}
.solid-hover .image-container.image-container-ripple:hover .image-overlay-container { background:rgba(0,0,0,0.6) !important; }
.tb-viewmore.set_4_button2.raised.hoverable {
  border-radius:50px;
  line-height:50px !important;
  font-size:13px !important;
  display:block;
  border:1px solid #21201e;
  float:none;
  margin:auto;
  width:230px;
  padding:0 !important;
  height:50px;
  text-align:center;
}
.single-gallery .tb-content-block { border:none !important; }
.tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys .box-title a:hover { color:#d0c194; }
.tb-resto-event .box-event .box-event-post .one-item { overflow:hidden; }
.tb-resto-event .box-event .box-event-post .one-item .date-2 { display:none; }
.tb-resto-event {
  background-position:center !important;
  background-size:cover !important;
  background-attachment:fixed !important;
  padding-top:105px;
  min-height:1135px;
}
.tb-resto-event .box-event .box-title1 h2 { color:#fff; }
.tb-resto-event .box-event .box-event-post { margin-top:63px; }
.tb-resto-event .box-event .box-event-post .list-item {
  margin-bottom:30px;
  overflow:hidden;
}
.tb-resto-event .box-event .box-event-post .list-item:hover .thumb .date {
  color:#21201e;
  background:#fff;
}
.tb-resto-event .box-event .box-event-post .list-item:hover .thumb:before { left:0; }
.tb-resto-event .box-event .box-event-post .list-item .thumb {
  width:270px;
  float:left;
  position:relative;
}
.tb-resto-event .box-event .box-event-post .list-item .thumb img {
  width:100%;
  height:auto;
}
.tb-resto-event .box-event .box-event-post .list-item .thumb .date {
  position:absolute;
  width:100px;
  height:100px;
  background:#21201e;
  left:50%;
  margin-left:-50px;
  top:50%;
  margin-top:-50px;
  color:#fff;
  font-family:'Gilda Display', serif;
  text-align:center;
  text-transform:uppercase;
  line-height:26px;
  padding-top:21px;
  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-resto-event .box-event .box-event-post .list-item .thumb .date .day { font-size:30px; }
.tb-resto-event .box-event .box-event-post .list-item .thumb .date .m { font-size:18px; }
.tb-resto-event .box-event .box-event-post .list-item .thumb:before {
  position:absolute;
  content:"";
  top:0;
  z-index:9;
  background:-webkit-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background:-moz-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background:-ms-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background:-o-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background:linear-gradient(to right,rgba(255,132,0,0.29) 0%,rgba(0,0,0,0) 100%);
  height:100%;
  left:-100%;
  width:100%;
  transition:all 0.7s ease-in-out 0.2s;
  -webkit-transition:all 0.7s ease-in-out 0.2s;
  -moz-transition:all 0.7s ease-in-out 0.2s;
  -o-transition:all 0.7s ease-in-out 0.2s;
}
.tb-resto-event .box-event .box-event-post .list-item .entry {
  background:#fff;
  min-height:210px;
  padding:52px 20px 20px 30px;
  float:left;
  width:calc(100% - 270px);
}
.tb-resto-event .box-event .box-event-post .list-item .entry .box-title {
  font-family:'Gilda Display', serif;
  font-size:30px;
  color:#21201e;
  margin-bottom:20px;
}
.tb-resto-event .box-event .box-event-post .list-item .entry .box-title:hover { color:#d0c194; }
.tb-resto-event .box-event .box-event-post .list-item .entry .info {
  font-size:16px;
  color:#a9a69e;
  margin-bottom:20px;
}
.tb-resto-event .box-event .box-event-post .list-item .entry .info span { display:inline-block; }
.tb-resto-event .box-event .box-event-post .list-item .entry .info span i { padding-right:10px; }
.tb-resto-event .box-event .box-event-post .list-item .entry .btn-event {
  font-size:13px;
  font-weight:600;
  color:#21201e;
  letter-spacing:2px;
  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-resto-event .box-event .box-event-post .list-item .entry .btn-event:hover { color:#d0c194; }
.tb-resto-event .box-event .box-event-post .one-item { position:relative; }
.tb-resto-event .box-event .box-event-post .one-item .entry {
  position:absolute;
  width:100%;
  top:0;
  left:0;
  height:100%;
  padding:30px;
}
.tb-resto-event .box-event .box-event-post .one-item .entry:before {
  position:absolute;
  content:"";
  top:0;
  z-index:9;
  background:-webkit-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background:-moz-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background:-ms-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background:-o-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
  background:linear-gradient(to right,rgba(255,132,0,0.29) 0%,rgba(0,0,0,0) 100%);
  height:100%;
  left:-100%;
  width:100%;
  transition:all 0.7s ease-in-out 0.2s;
  -webkit-transition:all 0.7s ease-in-out 0.2s;
  -moz-transition:all 0.7s ease-in-out 0.2s;
  -o-transition:all 0.7s ease-in-out 0.2s;
}
.tb-resto-event .box-event .box-event-post .one-item .entry:hover:before { left:0; }
.tb-resto-event .box-event .box-event-post .one-item .entry:hover .box-entrys .date { background:#d0c194; }
.tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys {
  width:100%;
  background:#fff;
  padding:0 30px 0 30px;
  height:100%;
  text-align:center;
  z-index:9;
  position:relative;
}
.tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys .date {
  width:100px;
  height:100px;
  background:#21201e;
  color:#fff;
  font-family:'Gilda Display', serif;
  text-align:center;
  text-transform:uppercase;
  line-height:26px;
  padding-top:21px;
  margin:auto;
  margin-bottom:82px;
  transition:all 0.7s ease-in-out 0.2s;
  -webkit-transition:all 0.7s ease-in-out 0.2s;
  -moz-transition:all 0.7s ease-in-out 0.2s;
  -o-transition:all 0.7s ease-in-out 0.2s;
}
.tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys .date .day { font-size:30px; }
.tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys .date .m { font-size:18px; }
.tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys .box-title {
  font-family:'Gilda Display', serif;
  font-size:30px;
  color:#21201e;
  margin-bottom:20px;
}
.tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys .info {
  font-size:16px;
  color:#a9a69e;
  margin-bottom:20px;
}
.tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys .btn-event {
  font-size:13px;
  font-weight:600;
  color:#21201e;
  letter-spacing:2px;
  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-resto-event .box-event .box-event-post .one-item .entry .box-entrys .btn-event:hover { color:#d0c194; }
.tb-resto-event.no_background .box-event .box-title1 h2 { color:#000; }
.custom_height.tb-resto-event { min-height:0; }
.custom_height.tb-resto-event .box-event .box-event-post { margin-top:59px; }
.custom_height.tb-resto-event .box-event .box-event-post .list-item .entry .box-title { margin-top:13px; }
.tb-resto-event.custom_color .box-event .box-title1 h2 { color:#fff; }
.box-gallery-vc .tb-viewmore.set_4_button2.raised.hoverable { letter-spacing:2px; }
.custom_height_reservation.tb-resto-event {
  padding-top:0;
  min-height:0;
}
.tb-resto-our-team .box-team { margin-top:58px; }
.tb-resto-our-team .box-team > ul > li {
  float:left;
  width:25%;
  text-align:center;
}
.tb-resto-our-team .box-team > ul > li .thumb img {
  width:100px;
  height:100px;
  border-radius:50%;
  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;
  transform:scale(1) rotate(0deg);
}
.tb-resto-our-team .box-team > ul > li .thumb img:hover { transform:scale(1.1) rotate(0deg); }
.tb-resto-our-team .box-team > ul > li .boxtt {
  font-family:'Gilda Display', serif;
  color:#21201e;
  font-size:24px;
  margin-top:18px;
}
.tb-resto-our-team .box-team > ul > li .boxtt a:hover { color:#d0c194; }
.tb-resto-our-team .box-team > ul > li .boxtt span {
  color:#a9a69e;
  font-size:14px;
  font-family:'Poppins', sans-serif;
  font-weight:300;
  display:block;
}
.tb-resto-our-team .box-team > ul > li .box-ss { margin-top:20px; }
.tb-resto-our-team .box-team > ul > li .socials li {
  display:inline-block;
  padding:0 15px;
}
.tb-resto-our-team .box-team > ul > li .socials li a:hover { color:#d0c194; }
.team-left.wpb_text_column h2, .team-right h2 {
  font-family:'Gilda Display', serif;
  font-weight:400;
  margin-bottom:15px;
}
.team-left.wpb_text_column .ab-list li, .team-right .ab-list li { margin-bottom:9px; }
.team-left.wpb_text_column .box-ab, .team-right .box-ab {
  position:relative;
  margin-bottom:50px;
  margin-top:68px;
}
.team-left.wpb_text_column .box-ab img, .team-right .box-ab img {
  position:absolute;
  top:-32px;
  left:-27px;
}
.team-left.wpb_text_column .box-ab .box-tt, .team-right .box-ab .box-tt { position:relative; }
.team-left.wpb_text_column .box-ab .box-tt h3, .team-right .box-ab .box-tt h3 {
  font-size:24px;
  font-weight:400;
  font-family:'Gilda Display', serif;
  margin-bottom:0;
}
.team-left.wpb_text_column .box-ab .box-tt p, .team-right .box-ab .box-tt p {
  font-size:14px;
  color:#a9a69e;
  margin-left:38px;
}
.team-left.wpb_text_column img.alignnone.size-medium.wp-image-302, .team-right img.alignnone.size-medium.wp-image-302 { margin-right:10px; }
.tb-class-title-vc.white_color .box-title1 h2 { color:#fff; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty .remove span { font-size:10px; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty .remove span:before {
  position:absolute;
  left:-6px;
  font-size:17px;
  font-family:FontAwesome;
  content:"\f014";
  color:#232323;
  top:-9px;
  font-weight:100;
}
.woocommerce a.remove:hover {
  color:#fff !important;
  background:white;
}
.tb-tab-container .tb-data-tab form input[type="text"], .tb-tab-container .tb-data-tab form select {
  font-size:13px;
  height:40px;
  line-height:0 !important;
}
.tb-tab-container button[type="submit"], .tb-tab-container input[type="submit"] { height:40px; }
.tb-btn-viewmore-gallery.set_4_button2.raised {
  text-align:center;
  display:block;
  overflow:hidden;
  clear:both;
  height:50px;
  float:none !important;
  margin:auto;
  padding:0 !important;
  line-height:0 !important;
  width:230px;
}
.tb-btn-viewmore-gallery.set_4_button2.raised a span {
  width:230px;
  height:50px;
  border-radius:50px;
  border:1px solid #000;
  margin:auto;
  text-align:center;
  display:inline-block;
  line-height:50px;
}
.tb-btn-viewmore-gallery.blog-more-ajax-loading a span {
  font-size:0;
  background:url(assets/images/load.gif) no-repeat center;
}
.yith_magnifier_zoom_magnifier {
  z-index:9999;
  background:#fff;
}
.tb-service-wrap .box-services-3 .box-item-services .item .box-content .box-title a:hover { color:#d0c194; }
.wpb_widgetised_column .widget_search form input[type="submit"], .sidebar-area .widget_search form input[type="submit"] {
  padding-right:30px !important;
  right:0px !important;
}
.tb-tab-container .etabs { margin:0 !important; }
.tb-tab-container .etabs .tab { border-top:none !important; }
body ins { background:transparent; }
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-tabs-container { margin:0 !important; }
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  position:relative;
  display:inline-block;
  margin-bottom:50px;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .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;
  text-transform:uppercase;
  border:none;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover, .wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus, .wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:active {
  color:#383838;
  background:transparent;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color:#383838;
  background:transparent;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child:before { display:none; }
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels { border:none !important; }
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels:before, .wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels:after { border:none; }
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  display:block !important;
  height:0;
  min-height:auto;
  opacity:0;
  margin:0;
  padding:0;
  border:none;
  -webkit-transition:all 0s ease 0s;
  -moz-transition:all 0s ease 0s;
  -ms-transition:all 0s ease 0s;
  -o-transition:all 0s ease 0s;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before, .wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:after { border:none; }
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
  height:auto;
  opacity:1;
  overflow:visible;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-tabs-container { margin:0 !important; }
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  position:relative;
  text-align:center;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  position:relative;
  display:inline-block;
  margin-bottom:36px;
  padding:0 14px;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  font-size:13px;
  line-height:18px;
  color:#2f3e6b;
  background:transparent !important;
  border:none;
  padding:11px 18px;
  border:1px solid #eaeaea;
  text-transform:uppercase;
  border-radius:0;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover, .wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus, .wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:active {
  color:#d0c194 !important;
  border-color:transparent;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:before, .wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:after { display:none !important; }
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color:#d0c194 !important;
  border-color:transparent;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-panels-container .vc_tta-panels { border:none !important; }
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-panels-container .vc_tta-panels:before, .wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-panels-container .vc_tta-panels:after { border:none; }
.wpb-js-composer .vc_tta.vc_tta-tabs.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;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before, .wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:after { border:none; }
.wpb-js-composer .vc_tta.vc_tta-tabs.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;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs.default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span {
  font-size:14px;
  text-transform:capitalize;
  color:#666666;
}
.wpb-js-composer .vc_tta.vc_tta-tabs.tb-products-tabs.default .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:before {
  position:absolute;
  width:4px;
  height:4px;
  content:"";
  left:-11px;
  top:50%;
  margin-top:-2px;
  background:#666666;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
}
.woocommerce .tb-product-item-inner {
  position:relative;
  margin-bottom:18px;
}
.woocommerce .tb-product-item-inner .tb-image {
  position:relative;
  line-height:0;
}
.woocommerce .tb-product-item-inner .tb-image img {
  width:100%;
  height:auto;
}
.woocommerce .tb-product-item-inner .tb-image .tb-color-attribute {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  opacity:0;
  bottom:28px;
  z-index:999;
}
.woocommerce .tb-product-item-inner .tb-image .tb-color-attribute li {
  width:11px;
  height:11px;
  border:1px solid #d0d0d0;
  margin-right:5px;
  text-indent:-999px;
}
.woocommerce .tb-product-item-inner .tb-image .onsale, .woocommerce .tb-product-item-inner .tb-image .new {
  position:absolute;
  left:auto;
  right:20px;
  width:48px;
  height:48px;
  line-height:43px;
  text-align:center;
  z-index:10;
}
.woocommerce .tb-product-item-inner .tb-image .new { line-height:46px; }
.woocommerce .tb-product-item-inner .tb-image .onsale, .woocommerce .tb-product-item-inner .tb-image .new {
  top:0;
  font-weight:700;
  text-transform:uppercase;
  font-size:12px;
  background:transparent;
  color:#2a2a2a;
}
.woocommerce .tb-product-item-inner .tb-image .onsale:before, .woocommerce .tb-product-item-inner .tb-image .new:before {
  position:absolute;
  content:"";
  border-bottom:66px solid transparent;
  top:3px;
  z-index:-1;
}
.woocommerce .tb-product-item-inner .tb-image .onsale {
  left:0;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.woocommerce .tb-product-item-inner .tb-image .onsale:before {
  border-left:66px solid #fff;
  left:-9px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.woocommerce .tb-product-item-inner .tb-image .new {
  right:0;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.woocommerce .tb-product-item-inner .tb-image .new:before {
  border-right:66px solid #fff;
  right:-9px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.woocommerce .tb-product-item-inner:hover .tb-content .tb-price-rating .tb-item-rating { opacity:1; }
.woocommerce .tb-product-item-inner:hover .tb-color-attribute {
  opacity:1;
  transform:scale(1);
  -webkit-trasnform:scale(1);
}
.woocommerce .tb-product-item-inner:after {
  content:"";
  display:block;
  clear:both;
}
.woocommerce .tb-product-item-inner .tb-product-btn { /* .yith-wcwl-add-to-wishlist {
				float: left;
				.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist;
				margin-right: 13px;
				font-size: 12px;
				&:hover{
					.yith-wcwl-wishlistexistsbrowse,.yith-wcwl-add-button{
						&:before{
							color:#fff;
						}
					}
				}
			}
			.compare-button {
				float: left;
				.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button;
				font-size: 12px;
				margin-right: 13px;
			} */ }
.woocommerce .tb-product-item-inner .tb-product-btn a { float:left; }
.woocommerce .tb-product-item-inner .tb-product-btn a.btn-add-to-cart.added { display:none; }
.woocommerce .tb-product-item-inner .tb-product-btn .clear { display:none; }
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcqv-button {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:40px;
  height:40px;
  padding:0;
  margin:0 10px 0 0;
  overflow:hidden;
  border:1px solid #e6e6e6;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcqv-button:before {
  -webkit-transition:all 0.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:"\f06e";
  font-size:15px;
  color:#2a2a2a;
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcqv-button:hover {
  background:rgba(0,0,0,0.8);
  border-color:rgba(0,0,0,0.8);
}
.woocommerce .tb-product-item-inner .tb-product-btn .yith-wcqv-button:hover:before { color:#fff; }
.woocommerce .single_add_to_cart_button {
  float:right;
  margin:0;
  margin-right:15px;
  background:#21201e !important;
  width:270px;
  border-radius:50px;
  height:50px;
  border:10px solid #242d2e !important;
  line-height:30px;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  font-family:'Poppins', sans-serif;
  font-weight:600 !important;
}
.woocommerce .single_add_to_cart_button:hover {
  background-color:rgba(0,0,0,0.8);
  border-color:rgba(0,0,0,0.8);
  color:#fff;
}
.woocommerce .single_add_to_cart_button:hover:before { color:#fff; }
.woocommerce .wishlist-title {
  padding:0;
  margin-bottom:30px;
}
.woocommerce .wishlist_table {
  border-radius:0;
  border-color:#ebebeb;
}
.woocommerce .wishlist_table thead th {
  font-size:14px;
  line-height:24px;
  padding:16px 12px;
  text-transform:uppercase;
}
.woocommerce .wishlist_table thead th.product-price, .woocommerce .wishlist_table thead th.product-stock-stauts { text-align:center; }
.woocommerce .wishlist_table tbody td {
  font-size:14px;
  padding:16px 12px;
}
.woocommerce .wishlist_table tbody td.product-name, .woocommerce .wishlist_table tbody td.product-add-to-cart { text-transform:uppercase; }
.woocommerce .wishlist_table tbody td.product-name > a, .woocommerce .wishlist_table tbody td.product-add-to-cart > a { color:#474747; }
.woocommerce .wishlist_table tbody td.product-name .yith-wcqv-button, .woocommerce .wishlist_table tbody td.product-add-to-cart .yith-wcqv-button {
  font-size:13px;
  color:#474747;
  background:#ffffff;
  border:1px solid #ebebeb;
  float:right;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.woocommerce .wishlist_table tbody td.product-name .yith-wcqv-button:hover, .woocommerce .wishlist_table tbody td.product-add-to-cart .yith-wcqv-button:hover {
  color:#ffffff;
  background:#d0c194;
  border:1px solid #d0c194;
}
.woocommerce .wishlist_table tbody td.product-name .add_to_cart, .woocommerce .wishlist_table tbody td.product-add-to-cart .add_to_cart {
  background-clip:padding-box;
  background-color:#d0c194;
  color:#fff;
  display:inline-block;
  outline:medium none;
  padding:0 35px;
  height:40px;
  line-height:40px;
  margin-right:5px;
  text-align:center;
  text-transform:uppercase;
  font-size:13px;
  font-weight:400;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
}
.woocommerce .wishlist_table tbody td.product-name .add_to_cart:hover, .woocommerce .wishlist_table tbody td.product-add-to-cart .add_to_cart:hover { background:#393939; }
.woocommerce #respond input#submit {
  background-color:transparent;
  border:1px solid #ebebeb;
  height:40px;
  line-height:39px;
  display:inline-block;
  padding:0;
  width:170px;
  text-align:center;
  text-transform:uppercase;
  color:#2a2a2a;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  outline:none;
  margin-top:5px;
}
.woocommerce #respond input#submit:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
.woocommerce table.shop_attributes td { padding-left:15px; }
.woocommerce table.shop_attributes td p {
  padding-bottom:0;
  margin-bottom:0 !important;
}
.woocommerce p.stars a { margin-right:2px; }
.woocommerce p.stars a:before, .woocommerce p.stars a:hover~a:before {
  color:#dadada;
  content:"\e020";
}
.woocommerce p.stars.selected a.active:before, .woocommerce p.stars.selected a:before, .woocommerce p.stars:hover a.active:before, .woocommerce p.stars:hover a:before { color:#d0c194; }
.woocommerce .star-rating {
  width:5.3em;
  height:1.1em;
  letter-spacing:0.15em;
}
.woocommerce .star-rating:before {
  color:#dadada;
  content:"\F006\F006\F006\F006\F006";
  font-family:FontAwesome;
}
.woocommerce .star-rating span:before {
  content:"\F005\F005\F005\F005\F005";
  font-family:FontAwesome;
  color:#d0c194;
}
.woocommerce .tb-item-rating { font-size:11.5px; }
.woocommerce .tb-item-rating .star-rating {
  margin:0 4px 5px 0;
  float:none;
}
.woocommerce .woocommerce-tabs {
  margin-top:11px;
  border-top:1px solid #ebebeb;
  padding-top:17px;
}
.woocommerce .woocommerce-tabs .tabs {
  padding:0 !important;
  margin:0 !important;
}
.woocommerce .woocommerce-tabs .tabs:before { border:0 !important; }
.woocommerce .woocommerce-tabs .tabs li {
  box-shadow:none !important;
  border-radius:0 !important;
  background:transparent !important;
  margin:0 !important;
  border:0 !important;
  text-transform:uppercase;
}
.woocommerce .woocommerce-tabs .tabs li a {
  color:#2a2a2a !important;
  font-size:16px !important;
  font-weight:normal !important;
  letter-spacing:0;
}
.woocommerce .woocommerce-tabs .tabs li a:before {
  position:absolute;
  content:"/";
  right:0;
  width:5px;
  height:10px;
  font-size:13px;
  color:#222222;
}
.woocommerce .woocommerce-tabs .tabs li:nth-child(3) a:before { display:none; }
.woocommerce .woocommerce-tabs .panel {
  -webkit-border-radius:0 !important;
  -moz-border-radius:0 !important;
  border-radius:0 !important;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.woocommerce .woocommerce-tabs .panel#tab-video iframe { width:100%; }
.woocommerce .tb-image .tb-action {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
}
.woocommerce .tb-image .tb-action > div.clear { display:none; }
.woocommerce .tb-image:hover .tb-action {
  opacity:1;
  left:0;
}
.woocommerce .tb-image > a { display:block; }
.woocommerce .tb-image:hover > a { color:#d0c194; }
.woocommerce .tb-image:hover > a:before {
  opacity:1;
  bottom:0;
}
.woocommerce .type-product.product-type-variable .tb-image .tb-action .btn-add-to-cart:before { content:"\f0c9"; }
.woocommerce .type-product.products-widget .tb-product-item {
  position:relative;
  margin-bottom:30px;
  border-bottom:1px solid #e0e0e0;
  padding-bottom:30px;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-image {
  position:relative;
  width:90px;
  height:auto;
  float:left;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-image > img {
  width:100%;
  height:auto;
  display:block;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-content { padding-left:110px; }
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-title {
  margin-bottom:7px;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-weight:400;
  line-height:24px;
  color:#747474;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-title:hover { color:#d0c194; }
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating { position:relative; }
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-product-price {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-size:14px;
  font-weight:400;
  line-height:1.5;
  color:#838383;
  display:block;
  margin-top:4px;
  overflow:hidden;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-product-price > del {
  position:relative;
  line-height:12px;
  color:#b9b9b9;
  margin-right:6px;
  margin-bottom:12px;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-item-rating { display:inline-block; }
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-item-rating .star-rating {
  float:none;
  margin-bottom:5px;
}
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-item-rating .woocommerce-review-link { display:none; }
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-product-price { margin-top:0; }
.woocommerce .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-product-price > span.amount {
  margin-top:6px;
  display:inline-block;
}
.woocommerce .type-product.products-widget .tb-product-item:after {
  content:"";
  display:block;
  clear:both;
}
.woocommerce .type-product.products-widget .tb-product-item:hover .tb-product-item-inner .tb-action { width:100%; }
.woocommerce .type-product.products-widget:last-child .tb-product-item {
  border:none;
  padding-bottom:0;
  margin-bottom:0;
}
.woocommerce .variations { width:100%; }
.woocommerce .variations tr td {
  padding-right:0;
  float:left;
}
.woocommerce .variations tr td.label {
  text-align:left;
  padding:12px 0 0;
  width:15%;
}
.woocommerce .variations tr td.label span { color:#d0c194; }
.woocommerce .variations tr td.label label {
  font-size:13px;
  color:#515151;
  font-weight:normal !important;
}
.woocommerce .variations tr td.value {
  padding-top:0;
  width:85%;
  position:relative;
}
.woocommerce .variations tr td.value .reset_variations {
  position:absolute;
  bottom:-20px;
  left:0;
}
.woocommerce .variations tr td.value .reset_variations:hover { color:#d0c194; }
.woocommerce .variations tr td.value select {
  -moz-appearance:none;
  -webkit-appearance:none;
  position:relative;
  line-height:17.5px !important;
  padding:0 10px;
  margin-bottom:12px;
}
.woocommerce .variations tr td.value:before {
  content:"\f107";
  font-family:FontAwesome;
  position:absolute;
  right:20px;
  top:8px;
  z-index:1;
}
.woocommerce .variations tr td.value > .reset_variations a { display:none; }
.woocommerce .variations tr select[name="attribute_size"] { margin-bottom:35px; }
.woocommerce .tb-products-grid .tb-product-item-inner { margin-bottom:31px; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-category {
  line-height:20px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-category a:hover { color:#d0c194; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-image img { width:100%; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-image a > img {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  /* Chrome, Safari, Opera */
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-image a span {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  position:absolute;
  top:0;
  width:100%;
  left:0;
  opacity:0;
  z-index:-1;
  /* Chrome, Safari, Opera */
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-action {
  text-align:right;
  margin-top:-7px;
  white-space:nowrap;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content {
  position:relative;
  padding-top:15px;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-header-content {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  width:100%;
  top:0;
  padding-top:18px;
  background-color:#fff;
  z-index:5;
  opacity:0;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-footer-content {
  text-align:center;
  margin-top:-4px;
  position:relative;
  z-index:10;
  min-height:60px;
  background-color:#fff;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-footer-content .tb-title {
  font-size:16px;
  text-transform:uppercase;
  font-family:'Gilda Display', serif;
  color:#21201e;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-footer-content .tb-product-price {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  margin-top:-6px;
  display:block;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-footer-content .woocommerce-review-link { display:none !important; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-footer-content .star-rating {
  display:inline-block !important;
  float:none !important;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn { display:inline-block; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn a, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcqv-button, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .compare-button {
  border:none;
  background:transparent;
  width:27px;
  margin-right:0;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn a:hover:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcqv-button:hover:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .compare-button:hover:before { color:#d0c194; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn a:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn a:hover .yith-wcwl-add-button:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn a:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcqv-button:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcqv-button:hover .yith-wcwl-add-button:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcqv-button:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .compare-button:hover .yith-wcwl-wishlistexistsbrowse:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .compare-button:hover .yith-wcwl-add-button:before, .woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn .compare-button:hover .yith-wcwl-wishlistaddedbrowse:before { color:#d0c194; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a:before {
  content:"+" !important;
  font-size:40px;
  position:absolute;
  right:1px;
  font-family:initial;
  font-weight:500;
  text-indent:0;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart:before {
  content:"\F178" !important;
  font-family:FontAwesome;
  font-size:20px;
  line-height:50px;
}
.woocommerce .tb-products-grid .tb-product-item-inner:hover .tb-image a span {
  opacity:1;
  z-index:1;
}
.woocommerce .tb-products-grid .tb-product-item-inner:hover .tb-header-content {
  top:-50px;
  opacity:1;
}
.woocommerce .tb-products-grid .owl-stage .owl-item.active.end .tooltip { display:none !important; }
.woocommerce .tb-products-grid.col-lg-4 .tb-image .tb-color-attribute { bottom:38px; }
.woocommerce .tb-product-carousel3 .tb-product-item-inner .tb-image .tb-color-attribute { bottom:38px; }
.woocommerce.tpl1 .products-widget .tb-product-item { margin-bottom:40px !important; }
.woocommerce.tpl1 .products-widget .tb-product-item .tb-image { width:120px; }
.woocommerce.tpl1 .products-widget .tb-product-item .tb-content { padding-left:140px; }
.woocommerce.tpl1 .products-widget .tb-product-item .tb-content .tb-title a { margin-top:5px; }
.woocommerce.tpl1 .products-widget .tb-product-item .tb-products-grid {
  position:absolute;
  bottom:0;
  height:25px;
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-products-grid .tb-product-item-inner { margin:0; }
.woocommerce.tpl1 .products-widget .tb-product-item .tb-products-grid .tb-product-item-inner .tb-action {
  padding-left:137px;
  width:165px;
  text-align:left;
  white-space:nowrap;
  overflow:hidden;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.woocommerce.tpl1 .products-widget .tb-product-item:hover .tb-products-grid .tb-product-item-inner .tb-action {
  width:100%;
  overflow:visible;
}
.woocommerce.tpl1 .tb-woo-one-column .tb-product-item { margin-bottom:35px !important; }
.woocommerce .tb-view-more-link {
  text-align:center;
  position:relative;
  margin-bottom:20px;
}
.woocommerce .tb-view-more-link a {
  color:#9b9b9b;
  background-color:#fff;
  width:95px;
  display:inline-block;
  position:relative;
}
.woocommerce .tb-view-more-link a span {
  position:relative;
  font-size:15px;
  display:inline-block;
  text-align:center;
  width:39px;
  height:39px;
  line-height:39px;
}
.woocommerce .tb-view-more-link a span:before, .woocommerce .tb-view-more-link a span:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  border:1px solid #ddd;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.woocommerce .tb-view-more-link a span:after {
  width:75%;
  height:75%;
  top:12.5%;
  left:12.5%;
  border-color:#e9e9e9;
  z-index:-1;
}
.woocommerce .tb-view-more-link a span:hover { color:#fff; }
.woocommerce .tb-view-more-link a span:hover:before, .woocommerce .tb-view-more-link a span:hover:after { border-color:#d0c194; }
.woocommerce .tb-view-more-link a span:hover:after { background-color:#d0c194; }
.woocommerce .tb-view-more-link a span:hover .fa {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
.woocommerce .tb-view-more-link a span:after { z-index:1; }
.woocommerce .tb-view-more-link a span i {
  position:relative;
  z-index:2;
}
.woocommerce .tb-view-more-link:before {
  position:absolute;
  content:"";
  border-top:1px solid #f2f2f2;
  width:100%;
  left:0;
  top:18px;
}
.woocommerce table.my_account_orders {
  border-radius:0;
  font-size:13px;
}
.woocommerce table.my_account_orders .order-actions .button {
  float:right;
  margin:0;
  margin-right:15px;
  background:#21201e !important;
  width:270px;
  border-radius:50px;
  height:50px;
  border:10px solid #242d2e !important;
  line-height:30px;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  font-family:'Poppins', sans-serif;
  font-weight:600 !important;
}
.woocommerce table.my_account_orders .order-actions .button:hover {
  background-color:rgba(0,0,0,0.8);
  border-color:rgba(0,0,0,0.8);
  color:#fff;
}
.woocommerce table.my_account_orders .order-actions .button:hover:before { color:#fff; }
.tb-btn-prod {
  position:relative;
  display:inline-block;
}
.tb-btn-prod .tooltip {
  z-index:99999;
  color:#fff;
}
.tooltip-inner { text-indent:0 !important; }
.vc_images_carousel .vc_carousel-inner, .vc_images_carousel .vc_carousel-slideline { overflow:visible !important; }
.vc_images_carousel .vc_carousel-control, .vc_images_carousel .vc_carousel-indicators { display:none; }
.vc_images_carousel .owl-controls {
  position:absolute;
  top:50%;
  margin-top:-20px;
  width:100%;
}
.vc_images_carousel .owl-controls .owl-nav > div {
  width:40px;
  height:40px;
  font-size:20px;
  line-height:37px;
  text-align:center;
  color:#383838;
  background:#fff;
  border:1px solid #ebebeb;
  text-shadow:none;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  position:absolute;
}
.vc_images_carousel .owl-controls .owl-nav > div:hover {
  color:#ffffff;
  background:#d0c194;
  border-color:#d0c194;
}
.vc_images_carousel .owl-controls .owl-nav > div.owl-prev { left:-30px; }
.vc_images_carousel .owl-controls .owl-nav > div.owl-next {
  left:auto;
  right:-30px;
}
.vc_images_carousel:hover .owl-controls .owl-nav > div { opacity:1; }
.woocommerce .tb-product-item-inner .tb-image .onsale { display:none; }
.woocommerce.tb-product-carousel, .tb-product-cats-carousel, .tb-product-cats-carousel-large, .tb-porfolio-carousel3 { position:relative; }
.woocommerce.tb-product-carousel .tb-product-item, .tb-product-cats-carousel .tb-product-item, .tb-product-cats-carousel-large .tb-product-item, .tb-porfolio-carousel3 .tb-product-item { margin:0 auto; }
.woocommerce.tb-product-carousel .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart:before, .tb-product-cats-carousel .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart:before, .tb-product-cats-carousel-large .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart:before, .tb-porfolio-carousel3 .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart:before { left:13px; }
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div, .tb-product-cats-carousel .owl-controls .owl-nav > div, .tb-product-cats-carousel-large .owl-controls .owl-nav > div, .tb-porfolio-carousel3 .owl-controls .owl-nav > div {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  z-index:99;
  top:40%;
  line-height:27px;
  margin-top:-18px;
  text-align:center;
  color:#787878;
  background:transparent;
  opacity:0;
  position:relative;
  font-size:15px;
  display:inline-block;
  width:35px;
  height:35px;
  line-height:35px;
  position:absolute;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:before, .woocommerce.tb-product-carousel .owl-controls .owl-nav > div:after, .tb-product-cats-carousel .owl-controls .owl-nav > div:before, .tb-product-cats-carousel .owl-controls .owl-nav > div:after, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:before, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:after, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:before, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  border:1px solid #fff;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:after, .tb-product-cats-carousel .owl-controls .owl-nav > div:after, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:after, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:after {
  width:75%;
  height:75%;
  top:12.5%;
  left:12.5%;
  border-color:#fff;
  z-index:-1;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover, .tb-product-cats-carousel .owl-controls .owl-nav > div:hover, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover { color:#fff; }
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover:before, .woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover:after, .tb-product-cats-carousel .owl-controls .owl-nav > div:hover:before, .tb-product-cats-carousel .owl-controls .owl-nav > div:hover:after, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover:before, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover:after, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover:before, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover:after { border-color:#d0c194; }
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover:after, .tb-product-cats-carousel .owl-controls .owl-nav > div:hover:after, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover:after, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover:after { background-color:#d0c194; }
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover .fa, .tb-product-cats-carousel .owl-controls .owl-nav > div:hover .fa, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover .fa, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover .fa {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div i, .tb-product-cats-carousel .owl-controls .owl-nav > div i, .tb-product-cats-carousel-large .owl-controls .owl-nav > div i, .tb-porfolio-carousel3 .owl-controls .owl-nav > div i {
  position:relative;
  z-index:2;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-prev, .tb-product-cats-carousel .owl-controls .owl-nav > div.owl-prev, .tb-product-cats-carousel-large .owl-controls .owl-nav > div.owl-prev, .tb-porfolio-carousel3 .owl-controls .owl-nav > div.owl-prev { left:-18px; }
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-next, .tb-product-cats-carousel .owl-controls .owl-nav > div.owl-next, .tb-product-cats-carousel-large .owl-controls .owl-nav > div.owl-next, .tb-porfolio-carousel3 .owl-controls .owl-nav > div.owl-next {
  right:-18px;
  padding-left:3px;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:before, .tb-product-cats-carousel .owl-controls .owl-nav > div:before, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:before, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:before { background-color:#fff; }
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover, .tb-product-cats-carousel .owl-controls .owl-nav > div:hover, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover { color:#fff; }
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover:after, .tb-product-cats-carousel .owl-controls .owl-nav > div:hover:after, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover:after, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover:after {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  z-index:1;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:hover:before, .tb-product-cats-carousel .owl-controls .owl-nav > div:hover:before, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:hover:before, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:hover:before { border-color:#fff; }
.woocommerce.tb-product-carousel .owl-controls .owl-dots, .tb-product-cats-carousel .owl-controls .owl-dots, .tb-product-cats-carousel-large .owl-controls .owl-dots, .tb-porfolio-carousel3 .owl-controls .owl-dots {
  bottom:-30px;
  left:0;
  position:absolute;
  width:100%;
  text-align:center;
}
.woocommerce.tb-product-carousel .owl-controls .owl-dots .owl-dot, .tb-product-cats-carousel .owl-controls .owl-dots .owl-dot, .tb-product-cats-carousel-large .owl-controls .owl-dots .owl-dot, .tb-porfolio-carousel3 .owl-controls .owl-dots .owl-dot {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  border:1px solid #dcdcdc;
  border-radius:50%;
  display:inline-block;
  height:12px;
  margin:0 5px;
  width:12px;
}
.woocommerce.tb-product-carousel .owl-controls .owl-dots .owl-dot.active, .woocommerce.tb-product-carousel .owl-controls .owl-dots .owl-dot:hover, .tb-product-cats-carousel .owl-controls .owl-dots .owl-dot.active, .tb-product-cats-carousel .owl-controls .owl-dots .owl-dot:hover, .tb-product-cats-carousel-large .owl-controls .owl-dots .owl-dot.active, .tb-product-cats-carousel-large .owl-controls .owl-dots .owl-dot:hover, .tb-porfolio-carousel3 .owl-controls .owl-dots .owl-dot.active, .tb-porfolio-carousel3 .owl-controls .owl-dots .owl-dot:hover {
  background:#d0c194;
  border-color:#d0c194;
}
.woocommerce.tb-product-carousel:hover .owl-controls .owl-nav > div, .tb-product-cats-carousel:hover .owl-controls .owl-nav > div, .tb-product-cats-carousel-large:hover .owl-controls .owl-nav > div, .tb-porfolio-carousel3:hover .owl-controls .owl-nav > div { opacity:1; }
.tb-wrap-carousel:hover .owl-controls .owl-nav > div, .tb-products-tabs:hover .owl-controls .owl-nav > div, .tb-category-slider:hover .owl-controls .owl-nav > div { opacity:1; }
.tb-category-slider {
  position:relative;
  border-top:3px solid #d0c194;
}
.tb-category-slider .tb-product-item { margin:0 auto; }
.tb-category-slider .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart:before { left:13px; }
.tb-category-slider .owl-controls .owl-nav > div {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  z-index:99;
  top:40%;
  line-height:27px;
  margin-top:-18px;
  text-align:center;
  color:#787878;
  background:transparent;
  opacity:0;
  position:relative;
  font-size:15px;
  display:inline-block;
  width:35px;
  height:35px;
  line-height:35px;
  position:absolute;
}
.tb-category-slider .owl-controls .owl-nav > div:before, .tb-category-slider .owl-controls .owl-nav > div:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  border:1px solid #fff;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.tb-category-slider .owl-controls .owl-nav > div:after {
  width:75%;
  height:75%;
  top:12.5%;
  left:12.5%;
  border-color:#fff;
  z-index:-1;
}
.tb-category-slider .owl-controls .owl-nav > div:hover { color:#fff; }
.tb-category-slider .owl-controls .owl-nav > div:hover:before, .tb-category-slider .owl-controls .owl-nav > div:hover:after { border-color:#d0c194; }
.tb-category-slider .owl-controls .owl-nav > div:hover:after { background-color:#d0c194; }
.tb-category-slider .owl-controls .owl-nav > div:hover .fa {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
.tb-category-slider .owl-controls .owl-nav > div i {
  position:relative;
  z-index:2;
}
.tb-category-slider .owl-controls .owl-nav > div.owl-prev { left:-18px; }
.tb-category-slider .owl-controls .owl-nav > div.owl-next {
  right:-18px;
  padding-left:3px;
}
.tb-category-slider .owl-controls .owl-nav > div:before { background-color:#fff; }
.tb-category-slider .owl-controls .owl-nav > div:hover { color:#fff; }
.tb-category-slider .owl-controls .owl-nav > div:hover:after {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  z-index:1;
}
.tb-category-slider .owl-controls .owl-nav > div:hover:before { border-color:#fff; }
.tb-category-slider .owl-controls .owl-dots {
  bottom:-30px;
  left:0;
  position:absolute;
  width:100%;
  text-align:center;
}
.tb-category-slider .owl-controls .owl-dots .owl-dot {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  border:1px solid #dcdcdc;
  border-radius:50%;
  display:inline-block;
  height:12px;
  margin:0 5px;
  width:12px;
}
.tb-category-slider .owl-controls .owl-dots .owl-dot.active, .tb-category-slider .owl-controls .owl-dots .owl-dot:hover {
  background:#d0c194;
  border-color:#d0c194;
}
.tb-category-slider:hover .owl-controls .owl-nav > div { opacity:1; }
.vc_tta-panels-container { z-index:100; }
.woocommerce .tb-item-category {
  position:relative;
  margin-bottom:30px;
}
.woocommerce .tb-item-category .tb-thumb {
  position:relative;
  line-height:0;
  z-index:5;
  overflow:hidden;
  background-color:#e8e8e8;
}
.woocommerce .tb-item-category .tb-thumb > img {
  width:100%;
  height:auto;
}
.woocommerce .tb-item-category .tb-thumb:after {
  position:absolute;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.5);
  content:"";
  z-index:2;
  opacity:0;
}
.woocommerce .tb-item-category .tb-title {
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  background:transparent;
  top:60%;
  bottom:auto;
  position:absolute;
  width:100%;
  text-align:center;
  opacity:0;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.woocommerce .tb-item-category .tb-title h3 {
  color:#fff;
  font-size:24px;
  text-transform:uppercase;
}
.woocommerce .tb-item-category .tb-title h3 .count {
  color:#fff;
  font-size:14px;
  display:block;
  margin-top:10px;
}
.woocommerce .tb-item-category:hover > a:before { z-index:1; }
.woocommerce .tb-item-category:hover .tb-thumb:after { opacity:1; }
.woocommerce .tb-item-category:hover .tb-title {
  z-index:9;
  opacity:1;
  top:50%;
}
.tb-product-cats-carousel .woocommerce .owl-controls .owl-nav > div, .tb-product-cats-carousel-large .woocommerce .owl-controls .owl-nav > div {
  top:50%;
  margin-top:-25px;
}
.tb-product-cats-carousel .woocommerce .owl-controls .owl-nav > div.owl-prev, .tb-product-cats-carousel-large .woocommerce .owl-controls .owl-nav > div.owl-prev { left:-2px; }
.tb-product-cats-carousel .woocommerce .owl-controls .owl-nav > div.owl-next, .tb-product-cats-carousel-large .woocommerce .owl-controls .owl-nav > div.owl-next { right:-2px; }
@media (max-width: 991px) {
  .woocommerce .tb-item-category { margin:0 auto 30px auto; }
}
.woocommerce .archive-products .sidebar-area { padding-top:51px; }
.woocommerce .archive-products .tb-shop-attribute { display:none; }
.woocommerce .archive-products .woocommerce-result-count { white-space:nowrap; }
.woocommerce .archive-products .tb-start-shop-loop {
  display:inline-block;
  width:100%;
  margin-bottom:9px;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-view-as, .woocommerce .archive-products .tb-start-shop-loop .tb-shop-pagination {
  float:left;
  margin-right:30px;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering { 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:inherit;
  padding:0;
  height:38px;
  border:none;
  margin-bottom:0;
  text-transform:capitalize;
  color:#222222;
  font-size:14px;
  box-shadow:none;
  padding-left:20px !important;
  width:100%;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by {
  border:1px solid #ebebeb;
  line-height:40px;
  text-transform:uppercase;
  padding-left:0;
  height:40px;
  position:relative;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by:before {
  position:absolute;
  top:0;
  right:0px;
  content:"\f107";
  font-family:FontAwesome;
  font-size:15px;
  color:#222222;
  background:#fff;
  height:38px;
  width:17px;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by select#soflow {
  -webkit-appearance:button;
  padding:5px 30px 4px 5px;
  width:191px;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by, .woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by {
  float:left;
  font-size:14px;
  color:#cccccc;
}
.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 .box-show {
  text-transform:capitalize;
  margin-left:0;
  line-height:40px;
  font-size:14px;
  font-weight:300;
  color:#5a5956;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by .box-show .num { color:#222222; }
.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;
  line-height:24px;
}
.woocommerce .archive-products .tb-start-shop-loop.tb-shop-topbar-full .tb-shop-catalog-ordering { margin-left:0; }
.woocommerce .archive-products .tb-after-shop-loop {
  padding-top:14px;
  margin-bottom:-15px;
}
.woocommerce .archive-products .tb-after-shop-loop.border-top { border-top:1px solid #f0f0f0; }
.woocommerce .archive-products .tb-after-shop-loop:after {
  clear:both;
  content:"";
  display:block;
  margin-bottom:40px;
}
.woocommerce .archive-products.grid-full-width .tb-shop-attribute { width:35%; }
.woocommerce .archive-products.grid-full-width .tb-shop-attribute .widget { margin-bottom:-10px !important; }
.woocommerce .archive-products.grid-full-width .tb-shop-attribute .widget.widget_layered_nav { float:left; }
.woocommerce .archive-products.grid-full-width .tb-shop-attribute .widget .wg-title { color:#5b5b5b; }
.woocommerce .archive-products.grid-full-width .tb-shop-attribute .widget.widget_price_filter {
  float:right;
  min-width:153px;
}
.woocommerce .type-product.product .tb-content { text-align:left; }
.woocommerce .type-product.product .tb-content .tb-title a {
  color:#363636;
  display:block;
}
.woocommerce .type-product.product .tb-content .tb-title a:hover { color:#d0c194; }
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-item-rating .star-rating { float:left; }
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-item-rating .star-rating:before { top:1px; }
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-item-rating .star-rating span:before { top:1px; }
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-item-rating .woocommerce-review-link {
  display:block;
  margin-top:-5px;
  font-style:italic;
  color:#b6b6b6;
  font-size:13px;
}
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-price {
  font-size:18px !important;
  color:#21201e;
  font-family:'Poppins', sans-serif;
  font-weight:600;
  padding-top:10px;
  min-height:30px;
}
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-price >.woocs_price_code, .woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-price >.woocommerce-Price-amount {
  
 
}
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-price del {
  color:#999999;
  margin-right:0px;
  font-weight:400 !important;
}
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-price ins { text-decoration:none !important; }
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-no-price span {
  display:inline-block;
  width:11px;
  height:11px;
  background-color:#2e2e2e;
  border:1px solid #d0d0d0;
  margin-right:7px;
}
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-no-price span:first-child { background-color:#edddd0; }
.woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-no-price span:last-child { background-color:#fff; }
.woocommerce .tb-product-items .tb-product-item { margin-bottom:9px; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column {
  text-align:left;
  margin-bottom:5px;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner {
  text-align:left;
  display:inline-block;
  width:100%;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-title {
  color:#363636;
  font-size:14px;
  margin-top:0;
  text-transform:uppercase;
  line-height:14px;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-category { margin:3px 0 -1px; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-category a:hover { color:#d0c194; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-image {
  width:210px;
  float:left;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info {
  width:calc( 100% - 240px );
  float:left;
  margin-left:30px;
  min-height:270px;
  position:relative;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-title a {
  font-size:16px;
  color:#363636;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-title a:hover { color:#d0c194; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-content { margin:10px 0 12px; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .star-rating, .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .woocommerce-review-link {
  float:left;
  font-size:13px;
  color:#a0a0a0;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .woocommerce-review-link {
  color:#a0a0a0;
  margin-left:15px;
  line-height:22px;
  font-size:13px;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .woocommerce-product-rating { margin:9px 0 -2px; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .ro-rate { margin:5px 0 0; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .star-rating {
  margin-top:5px;
  color:#d0c194;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price {
  margin-top:6px;
  display:block;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price .amount {
  font-size:14px;
  color:#838383;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price del { margin-right:6px; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price del .amount {
  font-size:14px;
  line-height:24px;
  color:#b1b1b1;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price ins { text-decoration:none; }
.woocommerce .tb-view-as span { margin-right:10px; }
.woocommerce .tb-view-as .jws_theme_action_grid { margin-right:6px; }
.woocommerce .tb-view-as .jws_theme_action {
  border:1px solid #ebebeb;
  height:40px;
  width:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  font-size:18px;
  color:#ebebeb;
}
.woocommerce .tb-view-as .jws_theme_action.active {
  color:#d0c194;
  border:1px solid #d0c194;
}
@media (max-width: 992px) {
  .woocommerce .archive-products .tb-start-shop-loop .tb-view-as, .woocommerce .archive-products .tb-start-shop-loop .tb-shop-pagination { width:50%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-content {
    max-height:92px;
    overflow:hidden;
  }
}
.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:#d0c194;
  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:#d0c194;
  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 .woocommerce-pagination { text-align:right; }
.woocommerce .woocommerce-pagination ul { border:none !important; }
.woocommerce .woocommerce-pagination ul li {
  border:none !important;
  margin:0 3px !important;
}
.woocommerce .woocommerce-pagination ul li .page-numbers {
  padding:0;
  margin:0;
  float:left;
  display:inline;
  overflow:hidden;
  width:40px;
  height:40px;
  border-radius:50%;
  border:none;
  line-height:40px;
}
.woocommerce .woocommerce-pagination ul li .page-numbers.current, .woocommerce .woocommerce-pagination ul li .page-numbers:hover {
  background-color:#d0c194;
  color:#fff;
}
.woocommerce .tb-shop-pagination.right {
  position:absolute;
  right:14px;
}
.woocommerce ul#shipping_method li { text-indent:0; }
.woocommerce .cart-collaterals .cart_totals { width:inherit; }
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size:24px;
  text-transform:uppercase;
}
.woocommerce .cart-collaterals .cart_totals table {
  border-radius:2px !important;
  border:1px solid #c5c5c5;
  border-bottom:none;
  width:100%;
  text-transform:uppercase;
}
.woocommerce .cart-collaterals .cart_totals table tr th { text-align:right; }
.woocommerce .cart-collaterals .cart_totals table tr td { text-align:center; }
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th, .woocommerce .cart-collaterals .cart_totals table .cart-subtotal td {
  padding-top:25px;
  padding-bottom:15px;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th {
  font-size:16px;
  color:#363636;
  font-weight:normal;
  text-transform:uppercase;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal td {
  font-size:18px;
  color:#363636;
  font-weight:normal;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th, .woocommerce .cart-collaterals .cart_totals table .order-total td {
  padding-top:20px;
  padding-bottom:20px;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
  font-size:24px;
  color:#2a2a2a;
  font-weight:normal;
  text-transform:uppercase;
}
.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 #dcdcdc;
  border-radius:0;
  color:#525252;
  display:inline-block;
  outline:medium none;
  text-align:center;
  text-transform:uppercase;
  font-weight:normal;
  height:40px;
  line-height:39px;
  padding:0;
  width:46%;
  font-size:13px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .woocommerce .cart-collaterals .cart_totals .checkout-button { width:100%; }
}
.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator button {
  background:none;
  box-shadow:none;
  color:#444444;
  border:1px solid #444444;
  font-weight:600;
  text-shadow:none;
  display:inline-block !important;
  width:auto;
  margin-top:5px;
  padding:10px;
  border-radius:0px !important;
  -webki-border-radius:0px !important;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator button:hover {
  background:#d0c194;
  border-color:#d0c194;
  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:#d0c194;
  border:1px solid #d0c194;
}
.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:#d0c194;
  color:#FFFFFF;
}
.woocommerce .lost_password a { color:#444444; }
.woocommerce .lost_password a:hover { color:#d0c194; }
.woocommerce .return-to-shop { width:46%; }
@media (min-width: 768px) and (max-width: 1199px) {
  .woocommerce .return-to-shop { width:100%; }
}
.woocommerce .return-to-shop a.button {
  background-color:transparent;
  border:1px solid #dcdcdc;
  border-radius:0;
  color:#525252;
  display:inline-block;
  outline:medium none;
  text-align:center;
  text-transform:uppercase;
  font-weight:normal;
  display:block;
  height:40px;
  line-height:39px;
  padding:0;
}
.woocommerce .return-to-shop a.button:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
@media (max-width: 991px) {
  .our-best-product .vc_empty_space { height:0 !important; }
  .our-best-product .products { margin-bottom:30px !important; }
  .our-best-product .products .tb-product-items { margin:auto; }
}
.widget.woocommerce { margin-bottom:20px; }
.widget.woocommerce#resto_woocommerce_layered_nav-2 { margin-bottom:30px; }
.widget.woocommerce.widget_product_categories ul li > a, .widget.woocommerce.widget_layered_nav ul li > a {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-size:13px;
  font-weight:400;
  line-height:32px;
  display:block;
}
.widget.woocommerce.widget_product_categories ul li > a:hover, .widget.woocommerce.widget_layered_nav ul li > a:hover { color:#d0c194; }
.widget.woocommerce.widget_product_categories ul li.cat-parent > a, .widget.woocommerce.widget_layered_nav ul li.cat-parent > a { position:relative; }
.widget.woocommerce.widget_product_categories ul li.cat-parent > a:after, .widget.woocommerce.widget_layered_nav ul li.cat-parent > a:after {
  position:absolute;
  top:50%;
  content:"+";
  right:0;
  font-size:24px;
  z-index:5;
  margin-top:-19px;
  color:#adadad;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent > a:hover:after, .widget.woocommerce.widget_layered_nav ul li.cat-parent > a:hover:after { color:#d0c194; }
.widget.woocommerce.widget_product_categories ul li.cat-parent > .count, .widget.woocommerce.widget_layered_nav ul li.cat-parent > .count { right:15px; }
.widget.woocommerce.widget_product_categories ul li.cat-parent ul.children, .widget.woocommerce.widget_layered_nav ul li.cat-parent ul.children {
  margin:0;
  display:none;
}
.widget.woocommerce.widget_product_categories ul li.cat-parent ul.children li:last-child, .widget.woocommerce.widget_layered_nav ul li.cat-parent ul.children li:last-child { border-bottom:none; }
.widget.woocommerce.widget_product_categories ul li.cat-parent.open > a:after, .widget.woocommerce.widget_layered_nav ul li.cat-parent.open > a:after { content:"-"; }
.widget.woocommerce.widget_product_categories ul li.cat-parent.open ul.children, .widget.woocommerce.widget_layered_nav ul li.cat-parent.open ul.children { display:block; }
.widget.woocommerce.widget_product_categories ul li.current-cat > a, .widget.woocommerce.widget_product_categories ul li.chosen > a, .widget.woocommerce.widget_layered_nav ul li.current-cat > a, .widget.woocommerce.widget_layered_nav ul li.chosen > a { color:#d0c194; }
.widget.woocommerce.widget_product_categories ul li.current-cat > a:before, .widget.woocommerce.widget_product_categories ul li.chosen > a:before, .widget.woocommerce.widget_layered_nav ul li.current-cat > a:before, .widget.woocommerce.widget_layered_nav ul li.chosen > a:before { opacity:1; }
.widget.woocommerce.widget_products > ul, .widget.woocommerce.widget_top_rated_products > ul { margin-top:-10px; }
.widget.woocommerce.widget_products > ul > li, .widget.woocommerce.widget_top_rated_products > ul > li {
  position:relative;
  min-height:120px;
  margin-bottom:45px;
  padding:25px 0px 0 110px;
  border:none;
  border-top:1px solid #f0f0f0;
}
.widget.woocommerce.widget_products > ul > li > a, .widget.woocommerce.widget_top_rated_products > ul > li > a {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-weight:400;
  line-height:18px;
  text-transform:uppercase;
  margin:5px 0;
}
.widget.woocommerce.widget_products > ul > li > a:before, .widget.woocommerce.widget_top_rated_products > ul > li > a:before {
  width:80px;
  left:5px;
}
.widget.woocommerce.widget_products > ul > li > a > img, .widget.woocommerce.widget_top_rated_products > ul > li > a > img {
  position:absolute;
  top:25px;
  left:0;
  width:90px;
  margin:0;
}
.widget.woocommerce.widget_products > ul > li .amount, .widget.woocommerce.widget_top_rated_products > ul > li .amount {
  font-size:14px;
  line-height:18px;
  color:#838383;
  display:inline-block;
  margin-top:6px;
}
.widget.woocommerce.widget_products > ul > li del .amount, .widget.woocommerce.widget_top_rated_products > ul > li del .amount {
  text-decoration:line-through;
  font-size:14px;
  color:#b9b9b9;
}
.widget.woocommerce.widget_products > ul > li:first-child, .widget.woocommerce.widget_top_rated_products > ul > li:first-child {
  margin-top:0px;
  border-top:none;
}
.widget.woocommerce.widget_product_search #searchform { position:relative; }
.widget.woocommerce.widget_product_search #searchform label, .widget.woocommerce.widget_product_search #searchform input[type="submit"] { display:none; }
.widget.woocommerce.widget_product_search #searchform input { margin-bottom:0; }
.widget.woocommerce.widget_product_search #searchform:after {
  content:"";
  font-family:FontAwesome;
  font-size:18px;
  font-style:normal;
  font-weight:normal;
  position:absolute;
  right:10px;
  text-decoration:inherit;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud { margin:10px; }
.widget.woocommerce.widget_product_tag_cloud a {
  border:1px solid #f0f0f0;
  display:inline-block;
  line-height:normal;
  margin-right:12px;
  padding:5px 12px 7px;
  font-size:13px !important;
  color:#6b6b6b;
  margin-bottom:14px;
}
.widget.woocommerce.widget_product_tag_cloud a:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
#text-2 { margin-bottom:17px !important; }
.tb-shop-attribute .wg-title {
  float:left;
  display:inline-block;
  font-size:13px;
}
.tb-shop-attribute select {
  float:left;
  width:104px;
  margin-left:11px;
  padding:0 5px;
  height:30px;
}
.tb-shop-attribute .widget:last-child select { float:right; }
.widget.yith-woocompare-widget > ul {
  margin-bottom:15px !important;
  border-bottom:1px solid #ebebeb;
}
.widget.yith-woocompare-widget > ul > li {
  position:relative;
  padding:0 !important;
  border:none !important;
}
.widget.yith-woocompare-widget > ul > li > a {
  font-size:13px;
  font-weight:400;
  line-height:32px;
}
.widget.yith-woocompare-widget > ul > li > a.remove {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  color:#d0c194 !important;
}
.widget.yith-woocompare-widget > ul > li > a.remove:hover {
  color:#ffffff !important;
  background:#2a2a2a;
}
.widget.yith-woocompare-widget > ul > li:last-child { margin-bottom:15px; }
.widget.yith-woocompare-widget > a {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-size:13px;
  font-weight:400;
  color:#747474;
  text-transform:uppercase;
  margin-bottom:10px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}
.widget.yith-woocompare-widget > a:hover { color:#d0c194; }
.widget.yith-woocompare-widget > a.compare {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  background:transparent;
  border:1px solid #ebebeb;
}
.widget.yith-woocompare-widget > a.compare:hover {
  color:#ffffff;
  background:#2a2a2a;
  border-color:#2a2a2a;
}
.tb-sideabr-feature-box { position:relative; }
.tb-sideabr-feature-box > img {
  width:100%;
  height:auto;
}
.tb-sideabr-feature-box .tb-info {
  position:absolute;
  bottom:30px;
  left:50%;
  min-width:230px;
  text-align:center;
  background:rgba(255,255,255,0.8);
  padding:30px 10px;
  -webit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}
.tb-sideabr-feature-box .tb-info > h5 {
  font-size:14px;
  font-weight:300;
  line-height:33px;
  letter-spacing:0.15em;
  color:#3a3a3a;
  margin:0;
}
.tb-sideabr-feature-box .tb-info > h3 {
  font-size:23px;
  font-weight:300;
  line-height:33px;
  color:#3a3a3a;
  letter-spacing:0.15em;
  margin:0 0 20px;
}
.tb-sideabr-feature-box .tb-info > h6 { margin:0; }
.tb-sideabr-feature-box .tb-info > h6 > a {
  font-size:13px;
  font-weight:300;
  line-height:27px;
  letter-spacing:0.15em;
  color:#9c9c9c;
  padding-top:5px;
  border-top:1px solid #9c9c9c;
}
.woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty {
  height:40px !important;
  margin:0;
}
.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus { height:18px !important; }
#comments .commentlist .avatar {
  border:medium none !important;
  box-shadow:none !important;
  height:auto !important;
  margin:0 !important;
  outline:medium none !important;
  padding:0 !important;
  width:32px !important;
}
.jws_theme_right_fx_wrap { background:transparent !important; }
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header {
  padding-right:20px;
  transition:.3s;
  -webkit-transition:.3s;
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header a {
  position:relative;
  display:inline-block;
  color:#333;
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header a i { font-size:24px; }
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header a span {
  color:#FFF;
  background:#d0c194;
  border-radius:2px;
  display:inline-block;
  font-size:9px;
  height:17px;
  left:-6px;
  line-height:17px;
  position:absolute;
  text-align:center;
  top:-16px;
  width:17px;
  box-shadow:0 0 2px 0 rgba(16,16,16,0.2);
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown {
  display:none;
  /* left: 0; */
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:rgba(16,16,16,0.9);
  color:#FFF;
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown.in .shopping_cart_dropdown_inner {
  animation:cartIn .6s ease;
  -webkit-animation:cartIn .6s ease;
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown h3 { color:#FFF; }
.ro-mini-cart-mobile {
  position:absolute;
  top:20px;
  right:60px;
}
.ro-mini-cart-mobile a {
  position:relative;
  display:inline-block;
  color:#333;
}
.ro-mini-cart-mobile a i { font-size:18px; }
.ro-mini-cart-mobile a span {
  color:#FFF;
  background:#d0c194;
  -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:#d0c194; }
.woocommerce-cart table.cart .product-remove a { color:#444 !important; }
.woocommerce-cart table.cart .product-remove a:hover {
  color:#d0c194 !important;
  background:none;
}
@keyframes rotateEff {
  from { transform:rotate(0deg); }
  to { transform:rotate(360deg); }
}
@-webkit-keyframes rotateEff {
  from { -webkit-transform:rotate(0deg); }
  to { -webkit-transform:rotate(360deg); }
}
@keyframes cartIn {
  from {
    opacity:0;
    transform:scale(.9);
  }
  to {
    opacity:1;
    transform:scale(1);
  }
}
@-webkit-keyframes cartIn {
  from {
    opacity:0;
    -webkit-transform:scale(.9);
  }
  to {
    opacity:1;
    -webkit-transform:scale(1);
  }
}
.widget_mini_cart_wrap.tb-cart-empty .cart_total { display:none; }
.widget_mini_cart_wrap.tb-cart-empty .shop_table.cart, .widget_mini_cart_wrap.tb-cart-empty .mini-cart-footer { display:none !important; }
.tb-tab-container {
  border:1px solid #efefef;
  display:inline-block;
  width:100%;
}
.tb-tab-container .etabs {
  margin:15px 0 0;
  padding:0;
  float:left;
  width:35%;
}
.tb-tab-container .etabs .tab {
  display:inline-block;
  width:100%;
  background:#fdfdfd;
  border-top:1px solid #efefef;
}
.tb-tab-container .etabs .tab:last-child { border-bottom:1px solid #efefef; }
.tb-tab-container .etabs .tab a {
  font-size:12px;
  color:#676767;
  text-transform:uppercase;
  display:inline-block;
  width:100%;
  padding:11px 20px;
  outline:none;
}
.tb-tab-container .etabs .tab a.active {
  background:#d0c194;
  color:#fff;
}
.tb-tab-container .tb-data-tab {
  float:left;
  width:65%;
  border-left:1px solid #efefef;
  padding:15px 40px;
  min-height:220px;
}
.tb-tab-container .tb-data-tab .coupon >label { margin-bottom:5px; }
.tb-tab-container .tb-data-tab form input[type="text"], .tb-tab-container .tb-data-tab form select {
  font-size:11px;
  height:26px;
  line-height:0 !important;
}
.tb-tab-container button[type="submit"], .tb-tab-container input[type="submit"] {
  background-color:transparent;
  border:1px solid #c5c5c5;
  border-radius:0;
  color:#474747;
  display:inline-block;
  outline:medium none;
  height:32px;
  padding:0 22px;
  text-align:center;
  font-size:11px;
  line-height:32px;
  text-transform:uppercase;
  font-weight:normal;
}
.tb-tab-container button[type="submit"]:hover, .tb-tab-container input[type="submit"]:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
.tb-tab-container .panel-container {
  background:#fff;
  border:solid #666 1px;
  padding:10px;
  -moz-border-radius:0 4px 4px 4px;
  -webkit-border-radius:0 4px 4px 4px;
}
.woocommerce-shipping-calculator .tb-form-calculator-title {
  margin-bottom:10px;
  color:#555;
}
.woocommerce-shipping-calculator .form-shipping-calculator button[type="submit"] { margin-left:138px; }
.woocommerce-shipping-calculator .form-shipping-calculator p {
  display:inline-block;
  width:100%;
  margin-bottom:2px !important;
}
.woocommerce-shipping-calculator .form-shipping-calculator p label {
  width:135px;
  float:left;
  color:#666666;
  font-size:12px;
  font-weight:normal;
}
.woocommerce-shipping-calculator .form-shipping-calculator p label .required { color:#d0c194; }
.woocommerce-shipping-calculator .form-shipping-calculator p input, .woocommerce-shipping-calculator .form-shipping-calculator p select {
  float:left;
  width:calc( 100% - 135px ) !important;
  min-width:110px;
}
.vc_tta-tabs-list { z-index:-1; }
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a, .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 {
  background:none !important;
  color:#222222;
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  background:none !important;
  color:#999999;
  font-size:26px;
  border:none;
  padding:11px 2px;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-header-content { background:none; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn a {
  width:100%;
  height:50px;
  color:#fff;
  font-size:13px;
  border-radius:0 !important;
  letter-spacing:2px;
  line-height:51px;
  padding:0;
  font-weight:600;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn {
  display:inline-block;
  width:184px;
  height:50px;
  line-height:50px !important;
  background:#21201e !important;
  border-radius:50px;
  border:none !important;
  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;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn:hover { background:#fff !important; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn:hover a { color:#21201e; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart { top:0; }
.tb-products-tabs .vc_tta-tabs-container { margin-bottom:24px !important; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-price { opacity:1 !important; }
.woocommerce .tb-products-grid .tb-product-item-inner:hover .tb-footer-content .tb-product-price { display:block !important; }
.featured:before {
  position:absolute;
  content:"";
  width:70px;
  height:25px;
  top:10px;
  left:-8px;
  background:url(assets/images/hot.png);
  z-index:10;
}
.sale .new { display:none; }
.woocommerce .tb-product-item-inner .tb-image .new {
  background:url(assets/images/new.png);
  font-size:0;
  width:70px;
  height:25px;
  transform:none;
  margin-right:-8px;
  margin-top:10px;
}
.woocommerce .tb-product-item-inner .tb-image .new:before { display:none; }
.woocommerce .tb-products-grid .show-custom-sale .box-sale-pr .tb-footer-content {
  opacity:0;
  visibility:hidden;
}
.show-custom-sale .box-sale { display:block; }
.box-sale { display:none; }
.show-custom-sale .box-sale-pr .box-sale {
  position:absolute;
  bottom:24px;
  left:0px;
  width:100.2%;
  color:#fff;
  background:#d0c194;
  height:84px;
  z-index:99;
  text-align:center;
  padding-top:15px;
}
.show-custom-sale .box-sale-pr .box-sale span {
  display:block;
  font-size:20px;
  text-transform:uppercase;
}
.show-custom-sale .box-sale-pr .box-sale a {
  font-size:13px;
  text-transform:uppercase;
  margin-top:10px;
  display:block;
}
.show-custom-sale .box-sale-pr .box-sale a:hover { color:#fff; }
.woocommerce .tb-products-grid .show-custom-sale .box-sale-pr .tb-product-item-inner .tb-header-content { display:none; }
.woocommerce .show-custom-sale .box-sale-pr .tb-product-item-inner:before {
  position:absolute;
  content:"";
  width:100%;
  height:94%;
  left:-10px;
  top:10px;
  border:1px solid #d0c194;
}
.woocommerce .type-product .show-custom-sale .box-sale-pr .tb-content {
  display:block;
  opacity:0;
}
.woocommerce .tb-products-grid .tb-product-item-inner { margin-bottom:11px; }
.vc_tta-panels-container .featured .tb-product-item-inner:after {
  position:absolute;
  content:"";
  width:70px;
  height:25px;
  top:10px;
  left:-8px;
  background:url(assets/images/hot.png);
  z-index:10;
}
.vc_tta-panels-container .featured .tb-product-item-inner:after { display:none; }
.show-custom-sale .box-sale-pr .tb-product-item-inner:hover:before { opacity:0; }
.show-custom-sale .box-sale-pr .tb-product-item-inner:hover .box-sale {
  bottom:50%;
  background:#fff;
  color:#d0c194;
  -webkit-animation:fadeInUp 0.5s both;
  -moz-animation:fadeInUp 0.5s both;
  -o-animation:fadeInUp 0.5s both;
  animation:fadeInUp 0.5s both;
}
.show-custom-sale .box-sale-pr .tb-product-item-inner:hover .box-sale a:hover { color:#d0c194; }
.woocommerce .tb-view-more-link a span {
  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;
}
.woocommerce .tb-view-more-link a { width:auto; }
.woocommerce .tb-view-more-link a:hover span {
  background:#d0c194;
  color:#fff;
  border:2px solid #d0c194;
}
.woocommerce .tb-view-more-link {
  margin-top:10px;
  margin-bottom:0;
}
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  display:block;
  border:1px solid #ebebeb;
  padding:18px 9px !important;
}
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  background:#d0c194;
  border:1px solid #d0c194;
}
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
  right:-10px;
  position:absolute;
  content:"";
  top:50%;
  border-left:10px solid #d0c194;
  border-top:10px solid transparent;
  border-bottom:11px solid transparent;
  margin-top:-11px;
}
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active span.vc_tta-title-text, .vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active i.vc_tta-icon { color:#fff; }
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active i.vc_tta-icon { animation:bounceIn 0.7s both; }
.vc_tta-tabs-position-left.tb-products-tabs span.vc_tta-title-text {
  font-size:13px;
  color:#666666;
  text-transform:capitalize;
}
.vc_tta-tabs-position-left.tb-products-tabs i.vc_tta-icon {
  font-size:26px;
  color:#666666;
  text-align:center;
  margin-bottom:27px;
  display:block;
  margin-top:5px;
}
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tab { padding:0 !important; }
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a { text-align:center; }
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tabs-list { margin:0px 30px 1px 1px !important; }
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tabs-list .vc_tta-tab {
  margin:1px 0 -2px 1px;
  position:relative;
}
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tabs-list .vc_tta-tab:before {
  position:absolute;
  content:"";
  left:-1px;
  width:4px;
  height:109px;
  top:0;
  z-index:42;
  background:#d0c194;
}
.vc_tta-tabs-position-left.tb-products-tabs .vc_tta-tab:last-child { margin-bottom:0 !important; }
.vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child), .vc_tta.vc_general .vc_tta-title-text:not(:empty)~* {
  margin-left:0 !important;
  display:block;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list { overflow:initial !important; }
.tb-wrap-carousel .owl-controls .owl-nav > div, .tb-products-tabs:hover .owl-controls .owl-nav > div, .tb-category-slider:hover .owl-controls .owl-nav > div { opacity:1 !important; }
.tb-products-tabs.tb-products-tabs-top-right .vc_tta-tabs-container { margin-bottom:0 !important; }
.tb-products-tabs-top-right .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a span { color:#d0c194 !important; }
.tb-products-tabs-top-right { position:relative; }
.tb-products-tabs-top-right .vc_tta-tabs-container {
  position:absolute !important;
  right:0;
  height:40px;
  width:100%;
  text-align:right !important;
  top:-69px;
  padding-right:100px;
}
.tb-products-tabs-top-right .vc_tta-tabs-container .vc_tta-tabs-list {
  margin:0;
  text-align:right;
  padding:0;
}
.tb-products-tabs-top-right .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
  padding:0;
  margin:0;
}
.tb-products-tabs-top-right .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
  padding:0;
  margin:0;
}
.tb-products-tabs-top-right .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a span {
  font-size:14px;
  color:#666666;
  /* font-style: inherit; */
  line-height:40px;
  text-transform:capitalize;
  margin:0 15px;
}
.tb-products-tabs-top-right .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a span:before {
  position:absolute;
  width:4px;
  height:4px;
  content:"";
  left:0;
  top:50%;
  margin-top:-2px;
  background:#666666;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
}
.tb-products-tabs-top-right .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover span { color:#d0c194; }
.tb-products-tabs-top-right .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover span:before { background:#d0c194; }
.woocommerce .star-rating:before, .woocommerce .star-rating span:before { color:#f6d127 !important; }
.woocommerce.tb-products-grid.tpl4 { /* .tb-products-grid .tb-product-item-inner .tb-action {
		text-align: left;
	} */ }
.woocommerce.tb-products-grid.tpl4 .box-tag {
  display:block;
  overflow:hidden;
  height:40px;
  width:100%;
  line-height:40px;
  border:1px solid #ebebeb;
  border-top:none;
  padding-left:15px;
}
.woocommerce.tb-products-grid.tpl4 .box-tag .hot-tags {
  display:inline-block;
  float:left;
  margin-right:5px;
  color:#222222;
}
.woocommerce.tb-products-grid.tpl4 .box-tag .hot-tags i { margin-right:5px; }
.woocommerce.tb-products-grid.tpl4 .box-tag ul {
  display:inline-block;
  float:left;
  margin:0;
  padding:0;
}
.woocommerce.tb-products-grid.tpl4 .box-tag ul li {
  list-style:none;
  display:inline-block;
  margin-right:11px;
  position:relative;
}
.woocommerce.tb-products-grid.tpl4 .box-tag ul li:before {
  position:absolute;
  content:",";
  right:-5px;
  bottom:3px;
  font-size:15px;
}
.woocommerce.tb-products-grid.tpl4 .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a.added_to_cart:before { left:11px; }
.woocommerce.tb-products-grid.tpl4 .type-product.products-widget .tb-product-item .tb-image {
  width:42.9%;
  float:left;
  max-height:215px;
  overflow:hidden;
}
.woocommerce.tb-products-grid.tpl4 .type-product.products-widget .tb-product-item { padding:20px 0; }
.woocommerce.tb-products-grid.tpl4 .type-product.products-widget .tb-product-item .tb-content {
  width:57.1%;
  float:left;
  padding-left:22px;
  padding-top:13px;
}
.woocommerce.tb-products-grid.tpl4 .col-sm-6.col-md-6.col-lg-6 {
  border:1px solid #ebebeb;
  border-top:none;
}
.woocommerce.tb-products-grid.tpl4 .row.tb-products-grid { margin:0; }
.woocommerce.tb-products-grid.tpl4 .tb-products-grid .tb-product-item-inner .tb-product-btn {
  width:40px;
  height:40px;
}
.woocommerce.tb-products-grid.tpl4 .type-product.product .tb-content .tb-title a {
  font-size:14px;
  color:#222222;
  margin-bottom:6px;
}
.woocommerce.tb-products-grid.tpl4 .type-product.product .tb-content .tb-price-rating .tb-product-price ins {
  position:inherit;
  width:auto;
  text-align:right;
  padding-right:5px;
  float:left;
}
.woocommerce.tb-products-grid.tpl4 .type-product.product .tb-content .tb-price-rating .tb-product-price del {
  position:inherit;
  right:0;
  width:auto;
  text-align:left;
  padding-left:5px;
  margin-right:0;
}
.tb-products-tabs-bottom-left .vc_tta-tabs-container {
  top:-22px;
  padding-right:0;
  text-align:left;
}
.tb-products-tabs-bottom-left .vc_tta-tabs-container .vc_tta-tabs-list li {
  text-align:left;
  float:left;
}
.tb-products-tabs-bottom-left .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a span { margin:0 13px; }
.tb-products-tabs-bottom-left .vc_tta-panels-container {
  display:block;
  padding-top:35px;
}
.tb-image span.hot { display:none; }
.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel { margin:0 !important; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-header-content { top:-45px; }
.tb-product-carousel.tpl1.product-carousel-small { /* .tb-product-item-inner .tb-action {
	    width: 40px;
	    height: 200px;
	    top: -126px;
	    z-index: 9999;
	    position: absolute;
	    left: 15px;
	} */ }
.tb-product-carousel.tpl1.product-carousel-small .show-custom-sale .box-sale-pr .tb-product-item-inner .box-sale { display:none; }
.tb-product-carousel.tpl1.product-carousel-small .type-product.product .tb-content .tb-title a {
  font-size:14px;
  margin-top:2px;
  color:#222222;
}
.tb-product-carousel.tpl1.product-carousel-small .show-custom-sale .box-sale-pr .tb-product-item-inner:before { display:none; }
.tb-product-carousel.tpl1.product-carousel-small .tb-products-grid .show-custom-sale  .box-sale-pr .tb-product-item-inner .tb-header-content { display:block; }
.tb-product-carousel.tpl1.product-carousel-small .type-product.product .show-custom-sale  .box-sale-pr .tb-content {
  display:block;
  opacity:1;
}
.tb-product-carousel.tpl1.product-carousel-small .tb-product-item-inner .tb-footer-content:before { display:none; }
.tb-product-carousel.tpl1.product-carousel-small .tb-product-item-inner .tb-footer-content {
  text-align:center;
  padding-left:0;
}
.tb-product-carousel.tpl1.product-carousel-small .tb-product-item-inner .tb-footer-content .tb-title { text-align:center; }
.tb-product-carousel.tpl1.product-carousel-small .type-product.product .tb-content .tb-price-rating .tb-product-price ins {
  position:absolute;
  left:0;
  width:50%;
  text-align:right;
  padding-right:5px;
}
.tb-product-carousel.tpl1.product-carousel-small .type-product.product .tb-content .tb-price-rating .tb-product-price del {
  position:absolute;
  right:0;
  width:50%;
  text-align:left;
  padding-left:5px;
  margin-right:0;
}
.tb-product-carousel.tpl1.product-carousel-small .type-product.product .tb-content .tb-price-rating .tb-product-price {
  text-align:center;
  padding-top:0;
}
.tb-product-carousel.tpl1.product-carousel-small .owl-controls .owl-nav .owl-next {
  right:10px !important;
  width:20px;
  height:20px;
  top:10px !important;
  margin:0 !important;
  background:#d0c194 !important;
  line-height:20px;
}
.tb-product-carousel.tpl1.product-carousel-small .owl-controls .owl-nav .owl-prev {
  left:0 !important;
  background:#ece4e6;
  width:40px;
  height:40px;
  top:0 !important;
  margin:0 !important;
}
.tb-product-carousel.tpl1.product-carousel-small .owl-controls .owl-nav .owl-prev {
  left:27px !important;
  background:#ece4e6;
  width:20px;
  height:20px;
  top:10px !important;
  margin:0 !important;
  line-height:20px;
}
.tb-product-carousel.tpl1.product-carousel-small .owl-controls .owl-nav .owl-prev i {
  color:#fff;
  line-height:20px;
}
.product-carousel-small.tb-product-carousel.tpl1 .owl-controls .owl-nav { top:-60px; }
.space.tb-product-carousel.tpl1 .owl-controls .owl-nav {
  top:-273px;
  right:-31px;
}
.resto-title-underline-5.resto-title-underline-4.resto-title-underline-2 h3 i {
  top:9px;
  left:10px;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-image a span {
  transition:opacity 0.5s ease-in-out 0s;
  -webkit-transition:opacity 0.5s ease-in-out 0s;
  -moz-transition:opacity 0.5s ease-in-out 0s;
  -o-transition:opacity 0.5s ease-in-out 0s;
}
.woocommerce .archive-products.grid-full-width  .tb-product-items .tb-product-item { margin-bottom:0; }
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb a { position:relative; }
#jws_theme_wrapper > .tb-breadcrumb .woocommerce-breadcrumb a:before {
  position:absolute;
  content:"";
  width:9px;
  height:10px;
  right:-7px;
  top:1px;
  background:#f5f5f5 url(assets/images/line3.jpg) center no-repeat;
}
.woocommerce .type-product.product .tb-content .tb-title a {
  font-size:14px;
  line-height:20px;
}
.woocommerce  .archive-products .tb-sidebar-left .tb-start-shop-loop, .woocommerce  .archive-products .tb-sidebar-right .tb-start-shop-loop {
  margin-bottom:32px;
  margin-top:-41px;
}
.woocommerce  .archive-products .tb-sidebar-left .tb-product-item, .woocommerce  .archive-products .tb-sidebar-right .tb-product-item { margin-bottom:0px !important; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a {
  background:#d0c194;
  color:#fff;
  letter-spacing:1px;
  margin-right:2px;
  border:none !important;
  line-height:42px;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a:hover { background:#aaaaaa; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a:before {
  content:"\f290" !important;
  color:#fff;
  /* margin-top: -16px; */
  top:43%;
  /* margin-right: -8px; */
  font-size:14px;
  left:38px;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner {
  text-align:left;
  display:inline-block;
  width:100%;
  margin-bottom:15px;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price .amount {
  font-weight:bold;
  color:#d0c194;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price ins {
  float:left;
  margin-right:10px;
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price del { float:none; }
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price del .amount { font-weight:400 !important; }
.tb-sidebar-right .sidebar-area .widget .wg-title, .tb-sidebar-right .widget-area .widget .wg-title {
  padding:0;
  padding-left:9px;
  padding-bottom:5px;
}
.single-product .ro-product-wrapper .ro-product-information .entry-title .nav-product-link { display:none; }
.woocommerce .single-product .ro-product-wrapper .ro-product-information .entry-title {
  margin-top:0;
  margin-bottom:6px;
  font-size:30px;
  line-height:30px;
  color:#21201e;
  text-transform:uppercase;
  font-family:'Gilda Display', serif;
}
.woocommerce-page div.product div.images { width:57%; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price {
  font-size:22px;
  font-weight:normal;
  margin-bottom:-10px;
}
.single-product .select_option {
  float:left;
  border:none;
  margin-right:22px;
}
.select_option span, .select_option img {
  border:none;
  display:block;
  width:18px;
  height:18px;
  text-decoration:none;
  line-height:27px;
  text-align:center;
  cursor:pointer;
  margin-right:10p;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-content .description { font-size:13px; }
.woocommerce .box-ro-product-wrapper {
  width:43%;
  padding-left:32px;
}
.woocommerce .ro-product-wrapper .entry-summary .variations_form .variations tbody tr:nth-child(1) .value { margin-bottom:18px; }
.woocommerce .ro-product-wrapper .entry-summary .variations_form .variations tbody tr:nth-child(1) .value:before { display:none; }
.woocommerce .ro-product-wrapper .entry-summary .variations_form .variations tbody tr:nth-child(1) .label { line-height:0; }
.woocommerce .ro-product-wrapper .entry-summary .variations_form .variations tbody tr:nth-child(2), .woocommerce .ro-product-wrapper .entry-summary .variations_form .variations tbody tr:nth-child(3) {
  width:50%;
  display:inline-block;
  float:left;
}
.woocommerce .ro-product-wrapper .entry-summary .variations_form .variations tbody tr:nth-child(2) td.value, .woocommerce .ro-product-wrapper .entry-summary .variations_form .variations tbody tr:nth-child(3) td.value {
  padding-top:0;
  width:70%;
  position:relative;
  margin-left:10%;
  height:40px;
  margin-bottom:0;
  padding-bottom:0;
}
.woocommerce .ro-product-wrapper .entry-summary .box-category .name, .woocommerce .ro-product-wrapper .entry-summary .box-tag .name {
  margin-right:10px;
  color:#222222;
}
.woocommerce .ro-product-wrapper .entry-summary .box-category .item, .woocommerce .ro-product-wrapper .entry-summary .box-tag .item {
  margin-right:10px;
  color:#666666;
  position:relative;
}
.woocommerce .ro-product-wrapper .entry-summary .box-category .item:before, .woocommerce .ro-product-wrapper .entry-summary .box-tag .item:before {
  position:absolute;
  content:"/";
  right:-7px;
  width:5px;
  height:10px;
  color:#222222;
  font-size:10px;
}
.woocommerce .ro-product-wrapper .entry-summary .box-category .item:last-child:before, .woocommerce .ro-product-wrapper .entry-summary .box-tag .item:last-child:before { display:none; }
.woocommerce .ro-product-wrapper .entry-summary .box-tag .name { margin-right:40px; }
.woocommerce .ro-product-wrapper .entry-summary .box-tag { margin-top:16px; }
.woocommerce .ro-product-wrapper .entry-summary .description p {
  color:#666666;
  line-height:26px;
  font-style:13px;
}
.woocommerce .ro-product-wrapper .entry-summary .box-share {
  margin-top:41px;
  border-top:1px solid #ebebeb;
  padding-top:15px;
}
.woocommerce .ro-product-wrapper .entry-summary .box-share .follow {
  padding-top:20px;
  color:#222222;
  float:left;
}
.woocommerce .ro-product-wrapper .entry-summary .box-share .botton {
  width:75%;
  float:left;
  margin-top:13px;
}
.woocommerce .ro-product-wrapper .entry-summary .box-share .botton a {
  text-align:center;
  border-radius:50%;
  height:40px;
  width:40px;
  line-height:40px;
  display:inline-block;
  color:#222222;
  margin-bottom:0;
  border:none;
  padding:0;
}
.woocommerce .ro-product-wrapper .entry-summary .box-share .botton a:hover {
  background:#d0c194;
  color:#fff;
}
.woocommerce .ro-product-wrapper .entry-summary .box-share .botton a:hover i { animation:bounceIn 0.7s both; }
.woocommerce .ro-product-wrapper .entry-summary .box-share .botton a i {
  font-size:16px;
  margin-right:0;
  padding-left:0;
  text-align:center;
  margin-left:0;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-review-link {
  margin-top:4px;
  display:block;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price ins {
  float:left;
  line-height:28px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price ins .woocommerce-Price-amount.amount { margin-left:0; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price del {
  color:#b1b1b1;
  font-size:14px;
  margin-left:5px;
  text-decoration:inherit;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price del .woocommerce-Price-amount.amount {
  font-weight:400;
  color:#999999;
  font-size:14px;
}
.woocommerce .archive-products {
    padding: 90px 0;
}
.woocommerce div.product form.cart .variations select { height:40px !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align:center;
  margin-bottom:8px !important;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li {
  display:inline-block;
  text-align:center;
}
.woocommerce.single-product .woocommerce-tabs .tabs li.active { background:none !important; }
.woocommerce.single-product .woocommerce-tabs .tabs li.active a { color:#fc615d !important; }
.woocommerce .woocommerce-tabs .panel {
  box-shadow:none;
  font-size:13px;
}
.single-product .ro-product-relate .ro-title { text-align:center; }
.single-product .ro-product-relate .ro-title h4 {
  font-family:'Gilda Display', serif;
  font-size:24px;
  color:#242627;
}
.single-product .ro-product-relate .ro-title:before { display:none; }
.single-product .ro-product-relate .ro-title h4 {
  padding:0;
  color:#222222;
  padding-left:55px;
}
.products.ro-product-relate.tb-wrap-carousel { margin-top:73px; }
.products.ro-product-relate.tb-wrap-carousel:hover .owl-controls .owl-nav {
  opacity:1;
  visibility:visible;
}
.products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-nav {
  position:absolute;
  width:100%;
  z-index:999999;
  top:50%;
  right:0;
  height:0;
  margin-top:-99px;
  opacity:0;
  visibility:hidden;
}
.products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-nav i {
  color:#32312e !important;
  line-height:50px;
  font-size:25px;
}
.products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-nav .owl-prev:hover, .products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-nav .owl-next:hover { background:#d0c194; }
.products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-nav .owl-prev:hover i, .products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-nav .owl-next:hover i { color:#fff !important; }
.products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-prev {
  left:-25px !important;
  background:#f9f7f0;
  width:50px;
  height:50px;
  top:10px !important;
  margin:0 !important;
  line-height:20px;
  border-radius:50%;
}
.products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-prev:before, .products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-prev:after { display:none; }
.products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-next {
  right:-19px !important;
  background:#f9f7f0;
  width:50px;
  height:50px;
  top:10px !important;
  margin:0 !important;
  line-height:20px;
  border-radius:50%;
}
.products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-next:before, .products.ro-product-relate.tb-wrap-carousel .owl-controls .owl-next:after { display:none; }
.single-product .single-product .tb-sidebar-hidden .featured:before { left:126px; }
.single-product .single-product .tb-sidebar-hidden .featured .onsale { display:none; }
.single-product .single-product .tb-sidebar-hidden .upsells.widget { display:none; }
.single-product .single-product .tb-sidebar-hidden .box-share .follow { width:12%; }
.single-product .single-product .tb-sidebar-hidden .box-share .botton a { margin-right:3px; }
.woocommerce .single_variation_wrap {
  margin-top:25px;
  display:block;
}
body.single-product .ro-product-wrapper .ro-product-information > form { margin-bottom:10px !important; }
.wrap-mini-cart ul.product_list_widget li dl {
  padding-left:0 !important;
  border-left:0 !important;
}
.wrap-mini-cart .variation dt, .wrap-mini-cart .variation dd { margin-bottom:0 !important; }
.wrap-mini-cart .variation dt p, .wrap-mini-cart .variation dd p { margin-bottom:5px !important; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-footer-content .tb-title a {
  font-size:14px;
  line-height:20px;
}
.woocommerce .type-product .tb-content .tb-price-rating .tb-product-price {
  font-size:14px;
  color:#fc615d;
  font-family:Fira Sans;
  font-weight:600;
  padding-top:10px;
  min-height:30px;
  margin-bottom:15px;
}
.woocommerce .type-product .tb-content .tb-price-rating .tb-product-price del {
  font-size:14px;
  color:#999999;
  margin-right:7px;
  font-weight:400 !important;
}
.product_carousel_vertical.tb-product-carousel.tb-product-carousel4 .featured:before { display:none !important; }
.woocommerce .tb-product-item-inner .tb-product-btn a {
  font-size:0;
  position:relative;
}
.tb-products-tabs-top-right .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a span:before, .tb-products-tabs-top-right .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a span:before { background:#d0c194; }
.woocommerce .product_carousel_vertical_widget .type-product.products-widget .tb-product-item .tb-content .tb-price-rating .tb-product-price { color:#d0c194; }
.woocommerce-checkout .woocommerce { margin-top:50px; }
.woocommerce-account .woocommerce { margin-top:100px; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  border:1px solid #ebebeb;
  margin:0;
  padding:0;
  list-style:none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  line-height:40px;
  border-bottom:1px solid #ebebeb;
  padding-left:35px;
  position:relative;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a { display:block; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover:before { color:#d0c194; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:before {
  position:absolute;
  content:"\f096";
  left:15px;
  top:-1px;
  font-size:14px;
  font-family:FontAwesome;
  /* border: 1px solid #fff; */
  color:#666666;
  animation:fadeInDown 0.4s both;
  -webkit-animation:fadeInDown 0.4s both;
  -moz-animation:fadeInDown 0.4s both;
  -o-animation:fadeInDown 0.4s both;
  padding-left:1px;
}
.logged-in .woocommerce .woocommerce-Button.button {
  line-height:40px;
  color:#fff;
  background:#fc615d;
  text-align:center;
  text-transform:uppercase;
  font-family:'fira sans';
  font-weight:400;
  padding:0 20px;
}
.woocommerce.tb-products-grid.tpl2.tpl2-custom .tb-product-item-inner .tb-footer-content .tb-price-rating {
  position:absolute;
  top:0;
  width:200px;
  margin-left:-100px;
  left:50%;
}
.woocommerce.tb-products-grid.tpl2.tpl2-custom .tb-product-item-inner .tb-footer-content .tb-title {
  margin-bottom:0;
  padding-top:30px;
}
.custom-tabs-left-tpl1.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab { margin-bottom:0; }
.woocommerce.tb-products-grid.tpl3.tb-wrap-carousel .type-product.product .tb-content .tb-price-rating .tb-product-price { padding-top:0; }
.woocommerce-result-count a.jws_theme_action_grid i:before { content:"\f009" !important; }
.woocommerce-result-count a.jws_theme_action_list i:before {
  content:"\f0ca" !important;
  color:#ccc;
}
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider .tb-single-vertical .nav-product-link a:hover { background:#d0c194 !important; }
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider .tb-single-vertical .nav-product-link a:hover i { background:#d0c194 !important; }
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider #prev-product i {
  width:40px;
  height:20px;
  background:#ccc;
  line-height:20px;
}
.pagination.pagination-category.nav-bottom, .box-show-orderby-text.orderby-bottom { margin-bottom:60px; }
.box-show-orderby-text { margin-bottom:30px; }
ins { text-decoration:none; }
#yith-quick-view-modal .yith-wcqv-wrapper { height:auto; }
.single-product.woocommerce .tb-sidebar-right .ro-product-relate div.product { padding-right:0; }
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-thumb, .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail { width:80px; }
.tb-products-tabs { min-height:890px; }
.vc_row {
  background-position:center !important;
  background-size:cover !important;
}
.vc_general.vc_tta .vc_tta-panels {
  background:#fff !important;
  border:none !important;
  border-radius:0 !important;
}
.vc_general.vc_tta .vc_tta-tabs-container { overflow:visible !important; }
.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list {
  margin-top:-163px !important;
  text-align:center;
  overflow:visible;
}
.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:before {
  position:absolute;
  content:"";
  right:50%;
  margin-right:-12px;
  bottom:-41px;
  border-bottom:0px solid #d0c194;
  border-left:12px solid transparent;
  border-right:12px solid transparent;
  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;
}
.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a {
  background:none !important;
  border:none !important;
  color:#21201e !important;
  font-family:'Gilda Display', serif !important;
  border-bottom:1px solid #ccc !important;
  padding:0;
  margin:0 26px;
  padding-bottom:2px;
}
.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a:hover { color:#d0c194; }
.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
  color:#d0c194 !important;
  border-bottom:1px solid #d0c194 !important;
}
.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active:before { border-bottom:12px solid #d0c194; }
.vc_general.vc_tta .vc_tta-panels-container .vc_tta-panel-body { padding:0 !important; }
.tb-products-tabs.custom_color.vc_general .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a { color:#fff !important; }
.tb-products-tabs.custom_color.vc_general.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a { color:#d0c194 !important; }
.tb-product-carousel .box-slider-aab, .tb-product-carousel .box-no-slider-aab { padding:41px 57px; }
.tb-product-carousel .box-slider-aab .item .products-widget, .tb-product-carousel .box-no-slider-aab .item .products-widget { border-bottom:1px #e8e8e8 dashed; }
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item {
  margin-bottom:24px !important;
  padding-top:30px;
  height:136px;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-image, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-image {
  width:100px !important;
  max-width:100px !important;
  float:left;
  position:relative;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-image img, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-image img {
  width:100px !important;
  height:100px !important;
  border-radius:50%;
  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;
  transform:scale(1) rotate(0deg);
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-image:hover img, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-image:hover img {
  border-radius:30%;
  transform:scale(1.1) rotate(-5deg);
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content {
  width:calc(100% - 128px);
  float:right;
  padding-left:0 !important;
  padding-top:18px;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-price-rating, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-price-rating {
  width:120px;
  float:right;
  text-align:right;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title {
  width:calc(100% - 120px);
  float:left;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title a, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title a {
  font-size:16px;
  font-family:'Gilda Display', serif;
  color:#21201e;
  text-transform:uppercase;
  margin-bottom:7px;
  margin-top:0;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title a:hover, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title a:hover { color:#d0c194; }
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title .tb-category, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title .tb-category {
  margin-left:-5px;
  font-style:italic;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title .tb-category a, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title .tb-category a {
  font-style:initial;
  font-family:'Poppins', sans-serif;
  font-weight:300;
  font-size:14px;
  color:#5a5956;
  text-transform:capitalize;
  padding-right:5px;
  padding-left:5px;
  display:inline-block;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price {
  margin-top:-8px;
  padding-top:0;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price .woocommerce-Price-amount, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price .woocommerce-Price-amount {
  color:#d0c194 !important;
  font-family:'Gilda Display', serif !important;
  font-size:24px;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price del, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price del {
  text-decoration:none;
  position:relative;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price del .woocommerce-Price-amount, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price del .woocommerce-Price-amount {
  color:#dadada !important;
  font-family:'Gilda Display', serif !important;
}
.tb-product-carousel .box-slider-aab .item .col-md-6:nth-child(7) .products-widget, .tb-product-carousel .box-slider-aab .item .col-md-6:nth-child(8) .products-widget, .tb-product-carousel .box-no-slider-aab .item .col-md-6:nth-child(7) .products-widget, .tb-product-carousel .box-no-slider-aab .item .col-md-6:nth-child(8) .products-widget { border-bottom:none; }
.tb-product-carousel .box-slider-aab .owl-nav, .tb-product-carousel .box-no-slider-aab .owl-nav {
  width:100%;
  position:absolute;
  top:50%;
  margin-top:-50px;
}
.tb-product-carousel .box-slider-aab .owl-nav .owl-prev, .tb-product-carousel .box-no-slider-aab .owl-nav .owl-prev {
  top:0 !important;
  margin-top:17px !important;
  width:70px !important;
  height:70px !important;
  background:#faf7f0 !important;
  text-align:center;
  line-height:70px !important;
  font-size:26px !important;
  border-radius:50%;
  left:-93px !important;
}
.tb-product-carousel .box-slider-aab .owl-nav .owl-prev:hover, .tb-product-carousel .box-no-slider-aab .owl-nav .owl-prev:hover {
  background:#d0c194 !important;
  color:#fff;
}
.tb-product-carousel .box-slider-aab .owl-nav .owl-next, .tb-product-carousel .box-no-slider-aab .owl-nav .owl-next {
  top:0 !important;
  margin-top:17px !important;
  width:70px !important;
  height:70px !important;
  background:#faf7f0 !important;
  text-align:center;
  line-height:70px !important;
  font-size:26px !important;
  border-radius:50%;
  right:-93px !important;
}
.tb-product-carousel .box-slider-aab .owl-nav .owl-next:hover, .tb-product-carousel .box-no-slider-aab .owl-nav .owl-next:hover {
  background:#d0c194 !important;
  color:#fff;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:before, .tb-product-cats-carousel .owl-controls .owl-nav > div:before, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:before, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:before { display:none; }
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div:after, .tb-product-cats-carousel .owl-controls .owl-nav > div:after, .tb-product-cats-carousel-large .owl-controls .owl-nav > div:after, .tb-porfolio-carousel3 .owl-controls .owl-nav > div:after { display:none; }
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a { text-transform:capitalize; }
.tb-products-tabs .vc_tta-tabs-container { margin-bottom:5px !important; }
.tb-product-carousel.tpl2 .box-slider-aab .item .products-widget .tb-product-item .tb-content { width:100%; }
.tb-product-carousel.tpl3 {
  border:1px dashed #d0c194 !important;
  margin-top:50px;
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-product-btn.tb-btn-tocart a:before { display:none; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-action {
  text-align:right;
  margin-top:-10px;
  white-space:nowrap;
  top:0;
  position:absolute;
  left:50%;
  margin-left:-90px;
  opacity:0;
  visibility:hidden;
  z-index:999;
}
.woocommerce .tb-products-grid .tb-product-item-inner:hover .tb-action {
  opacity:1;
  visibility:visible;
  animation:fadeInDown 0.4s both;
  -webkit-animation:zoomIn 0.4s both;
  -moz-animation:fadeInDown 0.4s both;
  -o-animation:fadeInDown 0.4s both;
  top:50%;
  margin-top:-20px;
}
.woocommerce .tb-product-item-inner .tb-image .new { display:none; }
.tb-start-shop-loop .tb-shop-catalog-ordering { width:100%; }
.tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by, .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by { width:31%; }
.tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by { text-align:left !important; }
.tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by { margin-left:3.5%; }
.tb-start-shop-loop .tb-shop-catalog-ordering .widget_product_categories {
  position:relative;
  overflow:hidden;
  /* margin-right: 15px; */
  float:right;
  width:31%;
}
.tb-start-shop-loop .tb-shop-catalog-ordering .widget_product_categories:before {
  position:absolute;
  top:8px;
  right:2px;
  content:"\f107";
  font-family:FontAwesome;
  font-size:15px;
  color:#222222;
  background:#fff;
  height:30px;
  width:17px;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering form select { box-shadow:none; }
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering form select.dropdown_product_cat {
  border:1px solid #ebebeb;
  height:40px;
  /* width: 30%; */
  padding-right:20px;
  width:100%;
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by select#soflow { width:100%; }
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content { padding-top:33px; }
.woocommerce .archive-products .tb-sidebar-right .tb-product-item { margin-bottom:29px !important; }
.woocommerce div.product form.cart div.quantity {
  float:left;
  margin:0;
  background:#21201e;
  width:170px;
  border-radius:50px;
  height:50px;
  border:10px solid #242d2e;
  line-height:30px;
  color:#fff;
  text-align:center;
}
.woocommerce div.product form.cart div.quantity .qty-minus {
  width:30px;
  float:left;
  padding-left:20px;
  cursor:pointer;
}
.woocommerce div.product form.cart div.quantity span.qty-plus {
  width:30px;
  float:right;
  padding-right:20px;
  cursor:pointer;
}
.woocommerce div.product form.cart div.quantity input {
  float:none;
  width:50px;
  height:30px;
  font-size:15px;
  -moz-appearance:textfield;
  -webkit-appearance:textfield;
  padding:0;
  background:none;
  border:none;
  color:#fff;
  font-size:16px;
  margin:auto;
  text-align:center;
  padding-left:16px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price del .woocommerce-Price-amount.amount {
  font-weight:400;
  color:#999999;
  font-size:24px;
  padding:0 !important;
  margin-top:0px;
  float:left;
  margin-left:0;
  position:relative;
  text-decoration:line-through;
}
.woocommerce .ro-product-wrapper .entry-summary .tb-product-price .woocs_price_code .woocommerce-Price-amount.amount {
  font-weight:600;
  color:#21201e;
  margin:0 10px;
  font-size:24px;
  margin-top:10px;
  display:inline-block;
  margin-left:0;
}
.single.woocommerce .star-rating:before { color:#abb1b1 !important; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-product-rating { margin-bottom:-1px !important; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate .star-rating { font-size:13px; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-content p { margin-bottom:11px !important; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-content { padding-bottom:0 !important; }
.woocommerce .single_add_to_cart_button:hover {
  background:#d0c194 !important;
  border:10px solid #d0c194 !important;
}
.woocommerce.tb-product-carousel { border-top:3px solid #d0c194; }
.woocommerce.tb-product-carousel.tpl3 .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price del:before, .woocommerce.tb-product-carousel.tpl3 .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price del:before { top:11px; }
.single-product .box-share {
  display:block;
  float:left;
  padding-top:38px;
  width:100%;
  margin-top:21px !important;
}
.ro-product-relate .woocommerce.tb-product-carousel { border-top:none; }
.woocommerce #reviews #comments h2 {
  clear:none;
  font-size:25px;
  font-family:'Gilda Display', serif;
  font-weight:400;
  display:none;
}
.woocommerce #reviews h3 {
  margin:0;
  font-size:20px;
  font-size:25px;
  font-family:'Gilda Display', serif;
  font-weight:400;
}
.woocommerce #reviews #comments ol.commentlist { padding:0; }
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width:70px !important;
  height:70px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left:100px;
  border-radius:0;
}
.panel#tab-reviews {
  padding-top:20px;
  border:none !important;
  box-shadow:none !important;
}
.woocommerce #review_form #respond .form-submit input { border-radius:50px; }
.single.single-team .tb-blog-image img {
  width:auto;
  max-width:100%;
}
.single.single-team .tb-content-block { border:none; }
.single .shardow_page { padding-bottom:60px; }
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce {
  max-width:1170px;
  margin:auto;
}
.woocommerce-cart .woocommerce .ro-cart-thumb img, .woocommerce-checkout .woocommerce .ro-cart-thumb img { max-width:100px !important; }
p#billing_state_field { width:100% !important; }
input#billing_phone { padding-bottom:0 !important; }
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-image a img { max-width:100px !important; }
.woocommerce .return-to-shop a.button { font-size:13px; }
.woocommerce .checkout #customer_details .woocommerce-billing-fields h3, .woocommerce .checkout #customer_details .woocommerce-shipping-fields h3 {
  font-weight:400;
  text-transform:capitalize;
  font-family:'Gilda Display', serif;
}
.ro-checkout-panel h4 {
  text-transform:capitalize;
  font-family:'Gilda Display', serif;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order { font-family:'Poppins', sans-serif !important; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width:100%; }
.ro-btn-2 {
  background:#d0c194;
  color:#fff;
  font-weight:400;
  font-family:'Poppins', sans-serif !important;
  padding:7px 50px;
  border-radius:50px;
}
.ro-btn-2:hover {
  background:#000;
  color:#fff;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price del, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price del {
  text-decoration:line-through !important;
  position:relative;
  color:#dadada !important;
}
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title .tb-category, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title .tb-category { font-size:12px; }
.woocommerce .widget-area .widget ul.product_list_widget li .woocs_price_code del span {
  color:#999999 !important;
  font-weight:400;
}
.tb-product-carousel.tpl2 .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price .woocommerce-Price-amount, .tb-product-carousel.tpl2 .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price .woocommerce-Price-amount { font-size:18px; }
.tb_product_carousel_relate .owl-dots { display:none !important; }
.tb_product_carousel_relate .owl-nav .owl-prev:after {
  background:#f9f7f0 !important;
  width:100%;
  height:100%;
  content:"\F104" !important;
  font-family:FontAwesome;
  text-align:center;
  line-height:40px !important;
  border:none !important;
  transform:none !important;
  position:absolute;
  color:#2d2c2a;
  z-index:999;
  font-size:20px;
  border-radius:50%;
  display:block !important;
}
.tb_product_carousel_relate .owl-nav .owl-next:after {
  background:none !important;
  width:100%;
  height:100%;
  content:"\F105" !important;
  font-family:FontAwesome;
  text-align:center;
  line-height:40px !important;
  border:none !important;
  transform:none !important;
  position:absolute;
  color:#2d2c2a;
  z-index:999;
  font-size:20px;
  border-radius:50%;
  display:block !important;
}
.tb_product_carousel_relate .owl-nav .owl-prev { left:-27px !important; }
.tb_product_carousel_relate .owl-nav div.owl-next { right:-26px !important; }
.tb_product_carousel_relate .owl-nav .owl-prev, .tb_product_carousel_relate .owl-nav .owl-next {
  background:#f9f7f0 !important;
  width:50px !important;
  height:50px !important;
  content:"\F105";
  font-family:FontAwesome;
  text-align:center;
  line-height:50px;
  position:absolute;
  color:#f9f7f0;
  z-index:999;
  font-size:20px;
  border-radius:50%;
  top:50% !important;
  margin-top:-93px !important;
  font-size:0px !important;
}
.single-product .woocommerce.tb-product-carousel { margin-bottom:0 !important; }
.single-product .ro-product-relate .ro-title h4 { margin-bottom:30px; }
.tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title .tb-category a:hover, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title .tb-category a:hover { color:#d0c194; }
.tb-tab-container .tb-data-tab form input[type="text"], .tb-tab-container .tb-data-tab form select {
  font-size:13px !important;
  height:40px !important;
  line-height:40px !important;
}
.tb-tab-container button[type="submit"], .tb-tab-container input[type="submit"] {
  height:40px;
  font-size:13px;
}
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty .remove { background:none !important; }
.woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty .remove span { font-size:0; }
.widget-area .widget:first-child form, .widget-area .widget:first-child ul {
  background-color:#fff;
  position:relative;
}
.sidebar-area .widget > div, .sidebar-area .widget > form, .sidebar-area .widget > ul { position:relative; }
.tb-woo-banner {
  overflow:hidden;
  position:relative;
}
.tb-woo-banner a { display:block; }
.tb-woo-banner .hgroup {
  width:100%;
  margin:0 auto;
  text-align:left;
  position:absolute;
  z-index:99;
  top:0;
  padding:0 20px;
  margin-top:50px;
}
.tb-woo-banner .hgroup h2.font-resto-2 {
  font-size:24px;
  color:#d0c194;
  font-weight:400;
  position:relative;
  margin-bottom:15px;
}
.tb-woo-banner .hgroup h2.font-resto-2:before {
  position:absolute;
  z-index:99;
  left:0;
  top:-18px;
  background:#fc615d;
  width:40px;
  height:1px;
  content:"";
}
.tb-woo-banner .hgroup h3.font-resto-2 {
  color:#999999;
  font-size:14px;
  font-weight:400;
}
.tb-woo-banner img {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  width:100%;
}
.tb-woo-banner:hover h2 { color:#d0c194; }
.tb-woo-banner:hover h2:before { border-color:#d0c194; }
.tb-woo-banner:hover h2:after { border-color:#fff; }
.sidebar-area.blog-sidebar .widget, .widget-area.blog-sidebar .widget { margin-bottom:40px; }
.sidebar-area.blog-sidebar .widget li a, .widget-area.blog-sidebar .widget li a {
  padding-left:0;
  padding-top:10px;
  border-color:#e6e6e6;
}
.sidebar-area .widget ul.product-categories li:before, .sidebar-area .widget.widget_layered_nav ul li:before {
  position:absolute;
  content:"\f096";
  left:16px;
  top:6px;
  font-size:14px;
  font-family:FontAwesome;
  color:#666666;
  border:1px solid #fff;
  animation:fadeInDown 0.4s both;
  -webkit-animation:fadeInDown 0.4s both;
  -moz-animation:fadeInDown 0.4s both;
  -o-animation:fadeInDown 0.4s both;
}
.widget-area .widget.widget_layered_nav ul li { padding:2.5px 15px 2.5px 37px; }
.post-type-archive-product #jws_theme_wrapper > .tb-breadcrumb { margin-bottom:58px; }
.woocommerce .sidebar-area .widget, .woocommerce .widget-area .widget { margin-bottom:20px; }
.woocommerce .sidebar-area .widget ul, .woocommerce .widget-area .widget ul {
  padding:0;
  margin-top:0px;
}
.woocommerce .sidebar-area .widget ul li, .woocommerce .widget-area .widget ul li {
  list-style:none;
  padding:3.5px 15px 3.5px 29px;
  display:inline-block;
  width:100%;
  position:relative;
}
.woocommerce .sidebar-area .widget ul li:last-child, .woocommerce .widget-area .widget ul li:last-child { border-bottom:none; }
.woocommerce .sidebar-area .widget ul li a, .woocommerce .widget-area .widget ul li a {
  color:#666666;
  font-size:13px;
  padding-left:0;
  padding-right:0;
  display:inline-block !important;
}
.woocommerce .sidebar-area .widget ul li a:hover, .woocommerce .widget-area .widget ul li a:hover { color:#d0c194; }
.woocommerce .sidebar-area .widget ul li .count, .woocommerce .widget-area .widget ul li .count {
  display:inline-block;
  margin-left:5px;
}
.woocommerce .sidebar-area .widget ul li:hover:before, .woocommerce .widget-area .widget ul li:hover:before { color:#d0c194; }
.woocommerce .sidebar-area .widget.widget_nav_menu, .woocommerce .widget-area .widget.widget_nav_menu { overflow:visible; }
.woocommerce .sidebar-area .widget.widget_nav_menu h2, .woocommerce .widget-area .widget.widget_nav_menu h2 {
  font-size:18px;
  padding-left:50px;
  background-color:#2c2c2c;
  color:#fff;
  height:44px;
  line-height:44px;
  position:relative;
  margin-bottom:0;
}
.woocommerce .sidebar-area .widget.widget_nav_menu h2:before, .woocommerce .widget-area .widget.widget_nav_menu h2:before {
  position:absolute;
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0,0);
  content:"\f0c9";
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  top:50%;
  left:20px;
}
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu ul.sub-menu, .woocommerce .widget-area .widget.widget_nav_menu ul.menu ul.sub-menu {
  display:none;
  margin:0;
  box-shadow:none;
  top:0;
  left:0;
}
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu, .woocommerce .widget-area .widget.widget_nav_menu ul.menu {
  margin:0;
  padding:0;
  list-style:none;
}
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu li, .woocommerce .widget-area .widget.widget_nav_menu ul.menu li {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:block;
  position:relative;
  padding:0;
  background-color:#fff;
}
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu li a, .woocommerce .widget-area .widget.widget_nav_menu ul.menu li a {
  color:#333;
  font-size:13px;
  padding:0 22px;
  line-height:40px;
  background-color:transparent;
}
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu li a:hover, .woocommerce .widget-area .widget.widget_nav_menu ul.menu li a:hover { color:#d0c194; }
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu li.menu-item-has-children:after, .woocommerce .widget-area .widget.widget_nav_menu ul.menu li.menu-item-has-children:after {
  position:absolute;
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0,0);
  content:"\f105";
  right:25px;
  top:16px;
  color:#fff;
}
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu li:hover > ul, .woocommerce .widget-area .widget.widget_nav_menu ul.menu li:hover > ul { display:block !important; }
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu > li, .woocommerce .widget-area .widget.widget_nav_menu ul.menu > li {
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9;
  background-color:#f9f9f9;
}
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu > li a, .woocommerce .widget-area .widget.widget_nav_menu ul.menu > li a { color:#5e5e5e; }
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu > li.menu-item-has-children:after, .woocommerce .widget-area .widget.widget_nav_menu ul.menu > li.menu-item-has-children:after { color:#979797; }
.woocommerce .sidebar-area .widget.widget_nav_menu ul.menu > li:hover, .woocommerce .widget-area .widget.widget_nav_menu ul.menu > li:hover {
  border-left:3px solid #d0c194;
  background-color:#fff;
}
.woocommerce .sidebar-area .widget_price_filter form, .woocommerce .widget-area .widget_price_filter form { margin-top:23px; }
.woocommerce .sidebar-area .blog-sidebar .widget ul, .woocommerce .widget-area .blog-sidebar .widget ul { margin-top:5px; }
.primary-sidebar .widget_price_filter .wg-title { margin-bottom:19px; }
.primary-sidebar .widget_price_filter .price_slider_wrapper {
  padding-right:5px;
  margin-bottom:12px;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  border-radius:0;
  margin-right:0;
  background:#ebebeb !important;
  box-shadow:none;
  margin-bottom:15px;
  height:3px;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color:#d0c194;
  top:-3px;
  box-shadow:none !important;
  width:10px;
  height:10px;
  border-radius:0;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:last-child { margin-left:-10px; }
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:hover { background-color:#d0c194; }
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background:#d0c194;
  box-shadow:none !important;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount {
  position:relative;
  font-size:13px;
  line-height:24px;
  margin-top:24px;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  float:right;
  width:30px;
  height:30px;
  color:#fff;
  background:#d0c194;
  overflow:hidden;
  width:47px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  text-indent:-9999px;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button:before {
  text-indent:0;
  font-family:FontAwesome;
  font-size:11px;
  content:"\f002";
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover { background:#d0c194; }
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  display:inline-block;
  color:#ffffff;
  float:left;
  position:relative;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span {
  position:absolute;
  top:0;
  left:0;
  width:72px;
  height:30px;
  color:#5f5f5f;
  line-height:30px;
  text-align:center;
  border:1px solid #ebebeb;
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span.to { left:105px; }
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label > span.to:before {
  content:"_";
  position:absolute;
  left:-16px;
  top:-7px;
}
.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 ul li {
  border-color:#e6e6e6;
  overflow:hidden;
  margin-bottom:10px;
}
.widget_zo-recent-posts-widget-with-thumbnails ul li:last-child { border-bottom:none; }
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
  font-size:14px;
  line-height:20px;
  padding-left:20px;
  padding-top:0px;
  width:calc(100% - 80px) !important;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-title h3 {
  font-size:16px;
  line-height:20px;
  margin-bottom:6px;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-title h3 a {
  color:#21201e;
  font-family:'Gilda Display', serif;
  font-weight:400;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-title h3:hover a { color:#d0c194; }
.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:#9e9e9e; }
.widget_search form {
  display:inline-block;
  width:100%;
  margin-bottom:-10px;
}
.widget_search form input[type="text"] {
  float:left;
  width:calc( 100%);
  padding-left:12px;
  padding-right:12px;
  border-right:0;
  height:50px;
  border:1px solid #eaeaea;
}
.widget_search form input[type="submit"] {
  border:0;
  float:right;
  font-size:18px;
  margin:0;
  text-transform:uppercase;
  width:50px;
  color:#2d2d2d;
  height:50px;
  position:absolute;
  font-weight:100;
  right:0;
}
.widget_recent_comments .recentcomments span { text-transform:capitalize; }
.most-view-widget {
  position:relative;
  border:1px solid #ebebeb;
  border-top:none;
  margin-bottom:30px;
}
.most-view-widget .resto-title-underline-4.resto-title-underline-2 {
  border-right:none;
  border-left:none;
}
.most-view-widget .box-widget-title { margin-bottom:0; }
.most-view-widget .product_carousel_vertical_widget {
  padding:0 20px;
  margin-top:20px;
}
.most-view-widget .product_carousel_vertical_widget .tb-product-item .tb-content .tb-title {
  color:#222222 !important;
  font-size:14px;
  margin-bottom:13px !important;
}
.most-view-widget .product_carousel_vertical_widget .featured:before { display:none; }
.most-view-widget .product_carousel_vertical_widget .tb-content .tb-price-rating .tb-product-price {
  margin-top:-8px;
  color:#fc615d;
  font-weight:bold;
}
.most-view-widget .product_carousel_vertical_widget .tb-content .tb-price-rating .tb-product-price del {
  position:inherit;
  right:0;
  width:auto;
  text-align:left;
  padding-left:5px;
  margin-right:0;
}
.most-view-widget .product_carousel_vertical_widget .tb-content .tb-title a { margin-top:3px !important; }
.most-view-widget .product_carousel_vertical_widget .tb-product-price { padding-top:0 !important; }
.most-view-widget .product_carousel_vertical_widget .tb-content { padding-left:98px !important; }
.most-view-widget .product_carousel_vertical_widget .tb-content .tb-price-rating .tb-product-price ins {
  position:inherit;
  width:auto;
  text-align:left !important;
  padding-right:5px;
  float:left;
  font-weight:bold;
  color:#fc615d;
}
.most-view-widget .product_carousel_vertical_widget .tb-product-item .tb-image { width:80px !important; }
.most-view-widget .product_carousel_vertical_widget .flex-viewport { height:359px !important; }
.most-view-widget .product_carousel_vertical_widget .flex-viewport .slides li { height:120px; }
.most-view-widget .product_carousel_vertical_widget .flex-direction-nav {
  position:absolute;
  width:60px;
  top:10px;
  right:-10px;
}
.most-view-widget .product_carousel_vertical_widget .flex-control-nav.flex-control-paging { display:none; }
.most-view-widget .product_carousel_vertical_widget .flex-direction-nav .flex-nav-prev {
  width:20px;
  height:20px;
  display:inline-block;
  background:#cccccc;
  margin-right:2px;
}
.most-view-widget .product_carousel_vertical_widget .flex-direction-nav .flex-nav-prev:after {
  position:absolute;
  font-family:FontAwesome;
  left:8px;
  top:-3px;
  font-size:15px;
  content:"\f104";
  color:#fff;
}
.most-view-widget .product_carousel_vertical_widget .flex-direction-nav .flex-nav-prev .flex-prev {
  left:0;
  width:20px;
  height:20px;
  top:0;
  position:relative;
  margin:0;
  line-height:0;
}
.most-view-widget .product_carousel_vertical_widget .flex-direction-nav .flex-nav-next {
  width:20px;
  height:20px;
  display:inline-block;
  background:#fc615d;
}
.most-view-widget .product_carousel_vertical_widget .flex-direction-nav .flex-nav-next .flex-prev {
  left:0;
  width:20px;
  height:20px;
  top:0;
  position:relative;
  margin:0;
  line-height:0;
}
.most-view-widget .product_carousel_vertical_widget .flex-direction-nav .flex-nav-next:after {
  position:absolute;
  font-family:FontAwesome;
  left:29px;
  top:-3px;
  font-size:15px;
  content:"\f105";
  color:#fff;
}
.most-view-widget .product_carousel_vertical_widget .flex-direction-nav .flex-nav-next .flex-next {
  left:0;
  width:20px;
  height:20px;
  top:0;
  position:relative;
  margin:0;
  line-height:0;
}
.widget-area .widget_banner {
  border:none;
  padding:0;
}
.widget_nav_menu.tbtheme-left-sidebar, .tbtheme-right-sidebar {
  font-size:13px;
  margin-top:-20px;
  margin-bottom:30px;
}
.widget_nav_menu.tbtheme-left-sidebar .menu li a, .tbtheme-right-sidebar .menu li a {
  font-size:13px;
  color:#666666;
  display:block;
  line-height:39px;
  border:1px solid #ebebeb;
  border-top:none;
  padding-left:8px;
}
.widget_nav_menu.tbtheme-left-sidebar .menu li a i, .tbtheme-right-sidebar .menu li a i { margin-right:8px; }
.widget_nav_menu.tbtheme-left-sidebar .wg-title, .tbtheme-right-sidebar .wg-title { display:none; }
.tb-post-item img {
  width:100%;
  height:auto;
}
body .widget.widget_tag_cloud a {
  font-size:13px !important;
  color:#666 !important;
  border:1px solid #ebebeb;
}
body .widget.widget_tag_cloud a:hover {
  background:#d0c194;
  color:#fff !important;
}
.tbtheme-left-sidebar.widget.woocommerce, .tbtheme-right-sidebar.widget.woocommerce { margin-bottom:30px; }
.widget_tag_cloud { margin-bottom:30px; }
.tbtheme-left-sidebar.widget_zo-recent-posts-widget-with-thumbnails { margin-bottom:30px; }
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget { position:relative; }
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget ul li {
  border-color:#e6e6e6;
  overflow:hidden;
  margin-bottom:0;
  height:78px;
}
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .tb-recent-detail .tb-post-title h3 {
  line-height:18px;
  margin-top:5px;
}
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .flex-control-nav { display:none; }
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .flex-viewport {
  min-height:310px !important;
  margin-top:20px;
}
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .tb-post-date span {
  font-size:12px;
  color:#999999;
}
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .tb-post-date span i { margin-right:5px; }
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .flex-direction-nav {
  position:absolute;
  width:43px;
  top:-50px;
  right:5px;
}
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .flex-direction-nav .flex-nav-prev {
  width:20px;
  height:20px;
  display:inline-block;
  background:#cccccc;
  margin-right:2px;
}
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .flex-direction-nav .flex-nav-prev:after {
  position:absolute;
  font-family:FontAwesome;
  left:8px;
  top:-3px;
  font-size:15px;
  content:"\f104";
  color:#fff;
}
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .flex-direction-nav .flex-nav-prev .flex-prev {
  left:0;
  width:20px;
  height:20px;
  top:0;
  position:relative;
  margin:0;
  line-height:0;
}
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .flex-direction-nav .flex-nav-next {
  width:20px;
  height:20px;
  display:inline-block;
  background:#fc615d;
}
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .flex-direction-nav .flex-nav-next:after {
  position:absolute;
  font-family:FontAwesome;
  left:30px;
  top:-3px;
  font-size:15px;
  content:"\f105";
  color:#fff;
}
.widget_zo-recent-posts-widget-with-thumbnails .product_carousel_vertical_widget .flex-direction-nav .flex-nav-next .flex-next {
  left:0;
  width:20px;
  height:20px;
  top:0;
  position:relative;
  margin:0;
  line-height:0;
}
#jws_theme_wrapper > .tb-breadcrumb {
  font-size:12px;
  text-transform:uppercase;
}
.sidebar-port {
  background:#f5f5f5;
  padding:12px 20px 26px;
}
.sidebar-port h3 {
  color:#222222;
  font-size:14px;
  text-transform:uppercase;
  margin-bottom:4px;
}
.sidebar-port ul {
  margin:0;
  padding:0;
  list-style:none;
}
.sidebar-port ul li {
  font-size:13px;
  line-height:36px;
}
.sidebar-port ul li .sb-title { color:#222222; }
.widget_layered_nav ul.box-color {
  padding-top:21px !important;
  padding-left:18px !important;
  height:60px;
}
.widget_layered_nav ul.box-color li.color-attribute {
  width:20px;
  margin-right:11px;
  height:20px;
  font-size:0;
  display:inline-block;
  padding:0;
}
.widget_layered_nav ul.box-color li.color-attribute:before { display:none; }
.widget_layered_nav ul.box-color li.color-attribute a {
  width:20px;
  height:20px;
  font-size:0;
}
.widget_layered_nav ul.box-color li.chosen a { position:relative; }
.widget_layered_nav ul.box-color li.chosen a:after {
  content:'X';
  left:7px;
  top:-5px;
  color:#fff;
  position:absolute;
  font-size:12px;
  text-align:center;
}
.woocommerce .sidebar-area .widget:last-child { margin-bottom:60px; }
.sidebar-area .wg-title {
  font-size:24px;
  color:#222626;
  font-family:'Gilda Display', serif;
  font-weight:400;
  text-transform:capitalize;
  padding-left:0;
}
.widget_categories ul li.cat-item { position:relative; }
.widget_categories ul li.cat-item:before {
  position:absolute;
  content:"\f0da";
  left:4px;
  top:4px;
  font-size:15px;
  color:#21201e;
  font-family:FontAwesome;
}
.widget_categories ul li.cat-item a { padding:0 15px; }
body .widget.widget_tag_cloud a {
  font-size:12px !important;
  color:#666 !important;
  border:1px solid #ebebeb;
  padding:5px 15px;
  margin:4px 2px;
  display:inline-block;
  /* font-weight: 600; */
  text-transform:uppercase;
  font-family:'Poppins', sans-serif;
}
body .widget.widget_tag_cloud a:hover { border:1px solid #d0c194; }
.woocommerce .widget-area .widget ul li:hover  a {
  padding:0;
  margin:0;
}
.widget_categories ul li:hover a, .widget_categories ul li.current-cat a, .widget_archive ul li:hover a { transform:none; }
.woocommerce .widget-area .widget ul.product_list_widget li {
  padding:0 0 0 100px;
  margin-bottom:0;
  border:none;
  min-height:103px;
}
.woocommerce .widget-area .widget ul.product_list_widget li .product-title {
  display:block;
  color:#21201e !important;
  font-size:16px;
  text-transform:uppercase;
  padding-top:0;
  font-family:'Gilda Display', serif;
  line-height:22px;
}
.woocommerce .widget-area .widget ul.product_list_widget li .woocs_price_code {
  display:block;
  font-size:18px;
  color:#21201e !important;
  font-family:'Poppins', sans-serif;
  font-weight:600;
}
.woocommerce .widget-area .widget ul.product_list_widget li .woocs_price_code span { color:#21201e !important; }
.woocommerce .widget-area .widget ul.product_list_widget li img {
  width:83px;
  top:0;
}
.tb-sidebar-right .sidebar-area .widget .wg-title, .tb-sidebar-right .widget-area .widget .wg-title {
  padding-left:0;
  font-weight:400;
  padding-bottom:0;
}
.widget.woocommerce.widget_products > ul > li > a, .widget.woocommerce.widget_top_rated_products > ul > li > a { margin:0; }
.tb-sidebar-right .sidebar-area .widget .wg-title, .tb-sidebar-right .widget-area .widget .wg-title { margin-bottom:33px; }
.tb-sidebar-right .widget-area .widget.widget_categories .wg-title { margin-bottom:18px; }
.woocommerce .sidebar-area .widget ul li, .woocommerce .widget-area .widget ul li {
  list-style:none;
  padding:4px 14px 12px 28px;
  display:inline-block;
  width:100%;
  position:relative;
  border-bottom:1px solid #e5e5e5;
}
.wpb_widgetised_column, .sidebar-area { margin-top:-10px; }
.wpb_widgetised_column .widget_search form input[type="submit"], .sidebar-area .widget_search form input[type="submit"] {
  padding-right:47px;
  right:0px !important;
}
.wpb_widgetised_column .widget, .sidebar-area .widget { margin-bottom:31px; }
.wpb_widgetised_column .widget .wg-title, .sidebar-area .widget .wg-title {
  margin-bottom:33px;
  adding-left:0;
  font-weight:400;
  padding-bottom:0;
  font-size:24px;
  text-transform:capitalize !important;
  color:#222626;
  font-family:'Gilda Display', serif;
}
.wpb_widgetised_column .widget_categories ul, .sidebar-area .widget_categories ul { margin-top:-14px; }
.wpb_widgetised_column .widget_categories ul li, .sidebar-area .widget_categories ul li {
  list-style:none;
  padding:4px 14px 12px 13px;
  display:inline-block;
  width:100%;
  position:relative;
  border-bottom:1px solid #e5e5e5;
}
.wpb_widgetised_column .widget_categories ul li:before, .sidebar-area .widget_categories ul li:before {
  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;
}
.wpb_widgetised_column .widget_categories ul li:hover a, .sidebar-area .widget_categories ul li:hover a { color:#d0c194; }
.wpb_widgetised_column .widget_categories ul li:hover:before, .sidebar-area .widget_categories ul li:hover:before { color:#d0c194; }
.wpb_widgetised_column .widget_categories ul li:last-child, .sidebar-area .widget_categories ul li:last-child { border:none; }
.wpb_widgetised_column .widget_archive ul, .sidebar-area .widget_archive ul { margin-top:-14px; }
.wpb_widgetised_column .widget_archive ul li, .sidebar-area .widget_archive ul li {
  list-style:none;
  padding:4px 14px 12px 13px;
  display:inline-block;
  width:100%;
  position:relative;
  border-bottom:1px solid #e5e5e5;
}
.wpb_widgetised_column .widget_archive ul li a, .sidebar-area .widget_archive ul li a { padding:0 15px; }
.wpb_widgetised_column .widget_archive ul li:before, .sidebar-area .widget_archive ul li:before {
  position:absolute;
  content:"\f0da";
  left:4px;
  top:4px;
  font-size:15px;
  color:#21201e;
  font-family:FontAwesome;
}
.wpb_widgetised_column .widget_archive ul li:before, .sidebar-area .widget_archive ul li:before {
  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;
}
.wpb_widgetised_column .widget_archive ul li:hover a, .sidebar-area .widget_archive ul li:hover a { color:#d0c194; }
.wpb_widgetised_column .widget_archive ul li:hover:before, .sidebar-area .widget_archive ul li:hover:before { color:#d0c194; }
.wpb_widgetised_column .widget_archive ul li:last-child, .sidebar-area .widget_archive ul li:last-child { border:none; }
.wpb_widgetised_column .widget_tag_cloud, .sidebar-area .widget_tag_cloud { margin-top:-20px; }
.wpb_widgetised_column .widget_zo-recent-posts-widget-with-thumbnails, .sidebar-area .widget_zo-recent-posts-widget-with-thumbnails { margin-top:-21px; }
.widget_zo-recent-posts-widget-with-thumbnails ul li {
  overflow:hidden;
  margin-bottom:24px;
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-date {
  text-transform:uppercase;
  letter-spacing:1.5px;
}
.widget_categories ul li.cat-item:before {
  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;
}
.ro-color-main { color:#d0c194; }
.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:#d0c194; }
.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 #eaeaea;
  padding:5px 15px;
  line-height:28.8px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus, select:focus { border-color:#d0c194; }
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:#d0c194;
  display:inline-block;
  margin-left:5px;
}
.tb-login-form > form > p > input {
  padding:10px 15px;
  line-height:24px;
}
.tb-login-form > form > p.login-remember > label { color:#8b8b8b; }
.tb-login-form > form > p.login-remember > label > input { margin:0 10px 0 0; }
.tb-login-form > form > p.login-submit > input {
  background-color:transparent;
  border:1px solid #ebebeb;
  height:40px;
  line-height:39px;
  display:inline-block;
  padding:0;
  width:170px;
  text-align:center;
  text-transform:uppercase;
  color:#2a2a2a;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  outline:none;
  margin-top:5px;
}
.tb-login-form > form > p.login-submit > input:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
.tb-login-form > form .forgot-password {
  float:right;
  font-size:14px;
  font-weight:400;
  color:#d0c194;
}
.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:#d0c194;
  display:inline-block;
  margin-left:5px;
}
.tb-register-form > form > p > input {
  padding:10px 15px;
  line-height:24px;
  width:100%;
}
.tb-register-form > form > p.submit > input {
  background-color:transparent;
  border:1px solid #ebebeb;
  height:40px;
  line-height:39px;
  display:inline-block;
  padding:0;
  width:170px;
  text-align:center;
  text-transform:uppercase;
  color:#2a2a2a;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  outline:none;
  margin-top:5px;
}
.tb-register-form > form > p.submit > input:hover {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  color:#fff;
}
.tb-register-form .tb-info h5 {
  font-size:20px;
  font-weight:400;
  color:#525151;
  text-transform:uppercase;
  margin-bottom:30px;
}
.tb-register-form .tb-info > ul {
  margin:0;
  padding:0;
  list-style:none;
}
.tb-register-form .tb-info > ul > li {
  font-size:16px;
  font-weight:400;
  color:#8b8b8b;
  margin-bottom:20px;
}
.tb-register-form .tb-info > ul > li:before {
  content:"\f046";
  font-family:FontAwesome;
  font-size:14px;
  color:#d0c194;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
a, a:hover, a:focus, a:active, a.active {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  outline:none;
  text-decoration:none;
  color:inherit;
}
ul.ro-list-inline-block li { display:inline-block; }
.ro-nopadding { padding:0 !important; }
.ro-overlay {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:512;
}
.ro-overlay-bg {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:-1;
}
.ro-col-nopadding {
  padding-left:0 !important;
  padding-right:0 !important;
}
.ro-relative { position:relative; }
.ro-absolute { position:absolute; }
.ro-fixed { position:fixed; }
.ro-middle {
  position:relative;
  display:block;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.ro-center-block {
  display:block;
  margin-right:auto;
  margin-left:auto;
}
.ro-center {
  position:relative;
  display:block;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  margin-right:auto;
  margin-left:auto;
}
.ro-ab-bottom {
  position:absolute;
  top:100%;
  transform:translateY(-100%);
}
.ro-ab-bottom:before, .ro-ab-bottom:after {
  content:" ";
  display:table;
}
.ro-ab-bottom:after { clear:both; }
.ro-bottom {
  position:relative;
  display:block;
  top:100%;
  transform:translateY(-100%);
}
.ro-ab-center {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.ro-ab-center:before, .ro-ab-center:after {
  content:" ";
  display:table;
}
.ro-ab-center:after { clear:both; }
.ro-cell-vertical-wrapper {
  width:100%;
  height:100%;
  display:table;
}
.ro-cell-vertical-wrapper .ro-cell-middle {
  display:table-cell;
  vertical-align:middle;
}
.ro-cell-vertical-wrapper .ro-cell-bottom {
  display:table-cell;
  vertical-align:bottom;
}
.ro-cell-vertical-wrapper .ro-cell-top {
  display:table-cell;
  vertical-align:top;
}
.flip-horizontal {
  -webkit-transform:scaleX(-1);
  transform:scaleX(-1);
}
.ro-video-bg {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  position:relative;
  width:100%;
}
.ro-video-bg:before, .ro-video-bg:after {
  content:" ";
  display:table;
}
.ro-video-bg:after { clear:both; }
.ro-video-h .ro-video-bg {
  width:auto;
  height:100%;
}
.tb-header-wrap .tb-header-top {
  color:#ffffff;
  background:#f5f5f5;
  height:40px;
  padding:0;
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget {
  font-size:12px;
  font-weight:400;
  line-height:38px;
  text-transform:uppercase;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul {
  padding:0;
  line-height:40px;
  list-style:none;
  margin-left:-5px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li {
  display:inline-block;
  padding:1px 5px;
  text-transform:uppercase;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li a i {
  color:#666666;
  font-size:15px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li.tb-login, .tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li.tb-logout { border:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li.tb-logout { display:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li:hover a { color:#d0c194; }
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-right { text-align:right; }
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-right .widget ul {
  margin-left:0;
  margin-right:-10px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart { font-size:0; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget ul > li {
  display:block;
  border-right:none;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon {
  font-size:12px;
  text-transform:uppercase;
  text-align:center;
  color:#dcdada;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon em { display:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover { color:#d0c194 !important; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover .cart_total { color:#d0c194; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item {
  position:relative;
  display:inline-block;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content {
  position:absolute;
  top:100%;
  right:0;
  min-width:300px;
  background:#ffffff;
  display:none;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.active {
  display:block !important;
  z-index:999;
  -webkit-animation:fadeInUp 0.4s both;
  -moz-animation:fadeInUp 0.4s both;
  -o-animation:fadeInUp 0.4s both;
  animation:fadeInUp 0.4s both;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search {
  position:fixed;
  z-index:999999;
  top:0;
  left:0;
  min-height:100px;
  line-height:20px;
  box-shadow:none;
  padding-top:10px;
  box-shadow:0 3px 5px rgba(0,0,0,0.09);
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type="text"] {
  color:#919191;
  font-size:24px;
  text-align:center;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type="text"]::-webkit-input-placeholder { color:#919191; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type="text"]:-moz-placeholder {
  color:#919191;
  opacity:1;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type="text"]::-moz-placeholder {
  color:#919191;
  opacity:1;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type="text"]:-ms-input-placeholder { color:#919191; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type="text"]:placeholder-shown { color:#919191; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type="text"]:focus { color:#000; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input { border:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search .tb-close-fullsearch {
  font-size:24px;
  top:8px;
  right:0;
  position:absolute;
  color:#919191;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content > form {
  position:relative;
  padding-right:80px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content > form > input {
  background:transparent;
  height:40px;
  margin:0;
  float:left;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content > form > input[type="submit"] {
  position:absolute;
  top:0;
  right:0;
  width:80px;
  color:#ffffff;
  background:#d0c194;
  border-color:#d0c194;
  text-transform:uppercase;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap {
  position:relative;
  display:inline-block;
  padding:0 16px;
  margin:0 16px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap:before, .tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap:after {
  position:absolute;
  content:"";
  border-left:1px solid #575757;
  height:8px;
  top:50%;
  margin-top:-6px;
  left:0;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap:after {
  left:auto;
  right:0;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_setting { padding:0; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_setting:after { display:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_setting:before { margin-top:-8px; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_cart {
  padding-right:0;
  margin-right:0;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_cart:after { display:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_search:before { display:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .header-menu-item-icon {
  height:36px;
  min-width:11px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon em { display:none; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover { color:#fff; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover:before, .tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover:after { border-color:#d0c194; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover:after { background-color:#d0c194; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover .fa {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap {
  position:relative;
  display:inline-block;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap .header { padding-right:6px; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap .header span { color:#d0c194; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap .header a.icon_cart_wrap span.cart_total {
  position:static;
  margin-left:10px;
  background-color:transparent;
  width:auto;
  font-size:12px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap .header a.icon_cart_wrap span.cart_total em { margin-left:3px; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap { line-height:40px; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account {
  position:absolute;
  left:-120%;
  background-color:#fff;
  /* min-width: 200px; */
  z-index:9999;
  text-align:left;
  padding:30px 20px 20px 25px;
  white-space:nowrap;
  line-height:24px;
  box-shadow:2px 0 10px rgba(0,0,0,0.09);
  min-width:180px;
  display:none;
  -webkit-animation:fadeInUp 0.4s both;
  -moz-animation:fadeInUp 0.4s both;
  -o-animation:fadeInUp 0.4s both;
  animation:fadeInUp 0.4s both;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account.active { display:block; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account ul { padding:0; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li {
  line-height:28px;
  display:block;
  padding:0;
  border:none;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li a { color:#6b6b6b; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li a i {
  color:#b0b0b0;
  margin-right:2px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li:hover a, .tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li:hover i, .tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li.current-menu-item a, .tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li.current-menu-item i { color:#333; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account .widget { margin-bottom:14px; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account .widget .wg-title, .tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account .widget .widget-title {
  margin-bottom:3px;
  font-size:15px;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account .widget .menu-sub-account-container { margin-left:-1.5px; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account .widget:last-child { margin-bottom:0; }
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_icon .header span.total_cart {
  display:none;
  color:#fff;
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart.widget-show-text-icon a.icon em {
  display:inline-block;
  font-style:normal;
  margin-right:6px;
}
.logged-in .tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li.tb-logout { display:inline-block; }
.logged-in .tb-header-wrap .tb-header-top .tb-sidebar .widget ul > li.tb-login { display:none; }
.tb-menu-control-mobi { display:none; }
.title-bar, .title-bar-shop { background-size:cover; }
.tb-header-menu .tb-menu {
  background:url(assets/images/bg-menu.png) top repeat-x;
  height:120px;
  padding-top:29px;
  position:absolute;
  width:100%;
  z-index:999;
  top:-1px;
}
.tb-header-menu .tb-menu .box-logo {
  padding-left:75px;
  padding-top:7px;
}
.tb-header-menu .tb-menu .box-main-menu { padding-left:42px; }
.tb-header-menu .tb-menu .box-main-menu ul > li {
  padding:0 40px 0 0 !important;
  font-weight:600;
}
.tb-header-menu .tb-menu .box-main-menu ul > li:last-child { padding-right:0 !important; }
.tb-header-menu .tb-menu .box-main-menu ul li {
  float:left;
  padding:0 15px;
  line-height:60px;
  position:relative;
}
.tb-header-menu .tb-menu .box-main-menu ul li a {
  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-header-menu .tb-menu .box-main-menu ul li:hover > a { color:#d0c194; }
.tb-header-menu .tb-menu .box-main-menu ul li >.dropdown-menu {
  padding:0;
  box-shadow:none;
  border-radius:0;
  border:none;
  width:240px !important;
  margin-top:0;
  -webkit-animation:fadeInUp 0.4s both;
  -moz-animation:fadeInUp 0.4s both;
  -o-animation:fadeInUp 0.4s both;
  animation:fadeInUp 0.4s both;
  left:0;
  margin-left:0;
  padding-top:20px;
  padding-bottom:20px;
}
.tb-header-menu .tb-menu .box-main-menu ul li >.dropdown-menu li {
  padding:0 !important;
  width:100%;
}
.tb-header-menu .tb-menu .box-main-menu ul li >.dropdown-menu li a {
  text-transform:capitalize;
  font-weight:400;
  color:#21201e;
  display:block;
}
.tb-header-menu .tb-menu .box-main-menu ul li >.dropdown-menu li:hover > a {
  color:#a9a69e;
  background:none;
}
.tb-header-menu .tb-menu .box-main-menu ul li >.dropdown-menu li > .dropdown-menu {
  left:100%;
  top:0;
  padding-top:20px;
}
.tb-header-menu .tb-menu .box-main-menu ul li >.dropdown-menu li:hover > .dropdown-menu { display:block; }
@media (min-width: 992px) {
  .tb-header-menu .tb-menu .box-main-menu ul li:hover > .dropdown-menu { display:block; }
}
@media (max-width: 991px) {
  .tb-header-menu .tb-menu .box-main-menu ul li.active > .dropdown-menu { display:block; }
}
.tb-header-menu .tb-menu .box-main-menu ul li a {
  text-transform:uppercase;
  color:#fff;
	font-size:14px;
}
.box-header-ss {
  padding-right:59px;
  padding-top:15px;
}
.box-header-ss .socials { float:right; }
.box-header-ss .socials li {
  float:left;
  padding-left:18px;
}
.box-header-ss .socials li a i {
  color:#21201e;
  width:30px;
  height:30px;
  border-radius:50%;
  text-align:center;
  line-height:30px;
  padding-left:0;
  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;
}
.box-header-ss .socials li a:hover i {
  background:#d0c194 !important;
  color:#fff !important;
}
.tb-header-v1 .box-header-ss .socials li a i { color:#fff; }
.tb-header-v2 .tb-header-menu .sticky-wrapper.is-sticky .box-logo-sticky { padding-left:0; }
.tb-header-v2 .tb-header-menu .tb-menu {
  background:none;
  height:120px;
  padding-top:29px;
  position:relative;
  width:100%;
  z-index:999;
  top:0;
}
.tb-header-v2 .tb-header-menu .tb-menu .box-logo { padding-left:0; }
.tb-header-v2 .tb-header-menu .tb-menu .box-main-menu ul li a { color:#21201e; }
.tb-header-v2 .tb-header-menu .tb-menu .box-main-menu { padding-left:118px; }
.tb-header-v2 .box-header-ss .socials li a i {
  color:#21201e;
  width:30px;
  height:30px;
  border-radius:50%;
  text-align:center;
  line-height:30px;
  padding-left:0;
}
.tb-header-v2 .box-header-ss .socials li a:hover i {
  background:#d0c194;
  color:#fff !important;
}
.tb-header-v2 .box-header-ss { padding-right:0; }
.tb-breadcrumb a:before, .tb-breadcrumb span.current:before { display:none; }
.title-bar .page-title { font-weight:300 !important; }
.title-bar .page-title {
  padding-bottom:21px;
  margin:0;
}
.tb-breadcrumb a, .tb-breadcrumb span {
  font-size:18px !important;
  color:#fff !important;
  text-transform:capitalize !important;
  font-weight:500;
}
div#sticky-wrapper { height:0 !important; }
.tb-header-menu .tb-menu { transition:all 0.2s ease-in-out 0s; }
.tb-header-menu .box-logo-sticky {
  display:none;
  padding-left:75px;
  padding-top:0;
  margin-top:-11px;
}
.tb-header-menu .sticky-wrapper.is-sticky .tb-menu {
  z-index:99999 !important;
  height:90px;
  background:#fff;
  padding-top:16px;
  transition:all 1s ease-in-out 0s;
}
.tb-header-menu .sticky-wrapper.is-sticky .tb-menu .box-main-menu ul li a { color:#21201e; }
.tb-header-menu .sticky-wrapper.is-sticky .box-header-ss .socials li a i { color:#21201e; }
.tb-header-menu .sticky-wrapper.is-sticky .box-logo-sticky { display:block; }
.tb-header-menu .sticky-wrapper.is-sticky .box-logo { display:none; }
.tb-header-wrap.tb-header-v2.tb-header-stick div#sticky-wrapper { height:120px !important; }
.widget_search form input[type="submit"] {
  background:url(assets/images/search.png) no-repeat center;
  color:#fff;
  height:40px;
  border-left:1px solid #eaeaea;
  margin-top:5px;
  font-size:0;
}
.tb-header-menu .tb-menu .box-main-menu ul li:hover > a { color:#d0c194; }
.footer-bottom.tpl1 {
  margin-bottom:0;
  padding-bottom:0 !important;
}
.footer-bottom.tpl1 ul {
  margin:0;
  padding:0;
}
.footer-bottom.tpl1 .contact li { margin-bottom:5px; }
.footer-bottom.tpl1 a { color:#d0c194; }
.footer-bottom.tpl1 .socials { margin-top:10px; }
.footer-bottom.tpl1 .socials li {
  display:inline-block;
  margin:5px 8px;
}
.footer-bottom.tpl1 .box-ft, .footer-bottom.tpl1 .box-ft-center {
  background:#161513;
  background-size:cover;
  min-height:369px;
  padding-top:93px;
}
.footer-bottom.tpl1 .box-ft .wg-title, .footer-bottom.tpl1 .box-ft-center .wg-title {
  font-size:18px;
  text-transform:uppercase;
  color:#fff;
  margin-bottom:15px;
  font-weight:300;
  font-family:'Poppins', sans-serif;
}
.footer-bottom.tpl1 .box-ft ul li i, .footer-bottom.tpl1 .box-ft-center ul li i { margin-right:10px; }
.footer-bottom.tpl1 .footer-box1 {
  max-width:460px;
  float:right;
  text-align:left;
  margin-right:105px;
}
.footer-bottom.tpl1 .footer-box1 .logo-footer {
  font-size:60px;
  color:#d0c194;
  font-family:'Allura', cursive;
  line-height:60px;
  margin-bottom:30px;
}
.footer-bottom.tpl1 .footer-box1 .text {
  font-family:'Poppins', sans-serif;
  font-weight:300;
  color:#5a5956;
  font-size:16px;
  line-height:26px;
}
.footer-bottom.tpl1 .footer-box2 {
  width:370px;
  float:left;
  text-align:left;
  margin-left:199px;
}
.footer-bottom.tpl1 .footer-box2 .tt {
  display:inline-block;
  color:#fff;
}
.footer-bottom.tpl1 .box-ft-center { background:#21201e; }
.footer-bottom.tpl1 .box-ft-center .newsletter form {
  position:relative;
  overflow:hidden;
  padding-right:0;
  margin:auto;
  margin-top:14px;
}
.footer-bottom.tpl1 .box-ft-center .newsletter form:before {
  position:absolute;
  right:17px;
  top:8px;
  content:"\f1d9";
  font-size:17px;
  color:#d0c194;
  z-index:0;
  font-family:FontAwesome;
}
.footer-bottom.tpl1 .box-ft-center .newsletter form:hover:before {
  -webkit-animation:fadeInLeft 0.7s both;
  -moz-animation:fadeInLeft 0.7s both;
  -o-animation:fadeInLeft 0.7s both;
  animation:fadeInLeft 0.7s both;
}
.footer-bottom.tpl1 .box-ft-center .newsletter form input {
  background-color:#fff;
  color:#999999 !important;
}
.footer-bottom.tpl1 .box-ft-center .newsletter form input:focus { color:#999999 !important; }
.footer-bottom.tpl1 .box-ft-center .newsletter form input[type="text"], .footer-bottom.tpl1 .box-ft-center .newsletter form input[type="email"], .footer-bottom.tpl1 .box-ft-center .newsletter form input[type="search"], .footer-bottom.tpl1 .box-ft-center .newsletter form textarea, .footer-bottom.tpl1 .box-ft-center .newsletter form select {
  background:none !important;
  border:1px solid #383735;
}
.footer-bottom.tpl1 .box-ft-center .newsletter form .newsletter-submit {
  position:absolute;
  text-align:center;
  width:40px;
  height:40px;
  right:0;
  top:0;
  background:none;
  font-size:0;
}
.footer-bottom.tpl1 .box-ft-center .newsletter form .tb-newsletter-checkbox { display:none; }
.footer-bottom.tpl1 .box-ft-center .newsletter form .newsletter-submit { border:none !important; }
.footer-bottom.tpl1 .socials { display:inline-block; }
.footer-maps .acf-map {
  width:100%;
  height:642px;
  border:none !important;
  margin:0 !important;
}
.footer-maps .acf-map img { max-width:inherit !important; }
.footer-gallery {
  margin-top:-63px;
  overflow:hidden;
  width:100%;
}
.footer-gallery .instagram_feed ul > li {
  width:16.6666%;
  float:left;
}
.footer-gallery .instagram_feed ul > li img {
  width:100%;
  height:auto;
}
.footer-gallery .solid-hover .image-container .image-overlay-container .trio-button-container {
  padding:0;
  color:#fff;
  position:absolute;
  width:100%;
  top:50%;
  margin-top:-14px;
}
.footer-gallery .solid-hover .image-container .image-overlay-container .trio-button-container i {
  /* margin-top: 58%; */
  /* position: absolute; */
  /* left: 50%; */
  font-size:29px;
  z-index:999;
  width:40px;
  height:40px;
  position:relative;
}
.footer-gallery .solid-hover .image-container .image-overlay-container { background:rgba(0,0,0,0.55); }
.tb-custom-style .tparrows {
  background:transparent !important;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.tb-custom-style .tparrows:before {
  position:relative;
  z-index:2;
}
.tb-custom-style .tparrows:after {
  content:"";
  position:absolute;
  border-top:40px solid transparent;
  border-bottom:40px solid transparent;
  z-index:1;
  margin-top:-20px;
  top:0;
}
.tb-custom-style .tparrows.tp-leftarrow:before { color:#2a2a2a; }
.tb-custom-style .tparrows.tp-leftarrow:after {
  border-right:40px solid #fff;
  right:0;
  margin-right:8px;
}
.tb-custom-style .tparrows.tp-rightarrow:after {
  border-left:40px solid #2a2a2a;
  left:0;
  margin-left:8px;
}
.tb-custom-style .tparrows:hover:before { color:#fff; }
.tb-custom-style .tparrows:hover:after {
  border-right-color:#d0c194;
  border-left-color:#d0c194;
}
.tb-custom-style.tb-flip-button .tparrows.tp-leftarrow { padding-left:10px; }
.tb-custom-style.tb-flip-button .tparrows.tp-leftarrow:after {
  border-left:40px solid #fff;
  left:0;
  border-right:none;
  margin-left:12px;
}
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow { padding-left:10px; }
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow:before { color:#2a2a2a; }
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow:after {
  border-right:40px solid #fff;
  border-left:none;
  left:auto;
  right:0;
}
.tb-custom-style.tb-flip-button .tparrows:hover:before { color:#fff; }
.tb-custom-style.tb-flip-button .tparrows:hover:after {
  border-right-color:#2a2a2a;
  border-left-color:#2a2a2a;
}
.tb-origin-top-left img {
  -webkit-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -ms-transform-origin:0 0;
  -o-transform-origin:0 0;
}
.tb-origin-top-center img {
  -webkit-transform-origin:50% 0;
  -moz-transform-origin:50% 0;
  -ms-transform-origin:50% 0;
  -o-transform-origin:50% 0;
}
.tb-origin-top-right img {
  -webkit-transform-origin:100% 0;
  -moz-transform-origin:100% 0;
  -ms-transform-origin:100% 0;
  -o-transform-origin:100% 0;
}
.tb-origin-bottom-right img {
  -webkit-transform-origin:0 100%;
  -moz-transform-origin:0 100%;
  -ms-transform-origin:0 100%;
  -o-transform-origin:0 100%;
}
.tb-origin-bottom-left img {
  -webkit-transform-origin:100% 100%;
  -moz-transform-origin:100% 100%;
  -ms-transform-origin:100% 100%;
  -o-transform-origin:100% 100%;
}
.tb-origin-bottom-center img {
  -webkit-transform-origin:100%% 50%;
  -moz-transform-origin:100%% 50%;
  -ms-transform-origin:100%% 50%;
  -o-transform-origin:100%% 50%;
}
.tb-info-box-wrap .tb-info-box {
  position:relative;
  overflow:hidden;
}
.tb-info-box-wrap .tb-info-box .tb-image { overflow:hidden; }
.tb-info-box-wrap .tb-info-box .tb-image .img-responsive { width:100%; }
.tb-info-box-wrap .tb-info-box .tb-shop-now:hover {
  background-color:#2a2a2a;
  color:#fff;
  border-color:#2a2a2a;
}
.tb-info-box-wrap .tb-info-box .tb-title h2 {
  font-size:24px;
  color:#2a2a2a;
  margin:21px 0 25px;
  font-family:Poppins;
  font-weight:700;
}
.tb-info-box-wrap .tb-info-box .tb-title h2 span {
  display:block;
  margin-top:10px;
}
.tb-info-box-wrap .tb-info-box .tb-content { margin-bottom:55px; }
.tb-info-box-wrap .tb-info-box .tb-control { margin-bottom:60px; }
.tb-info-box-wrap.tb-info-small .tb-title h2 { font-size:22px; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image { position:relative; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image img, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:hover img, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image:hover img { margin-left:0; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image img, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image img { margin-left:-30px; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:after, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image:after {
  background:#d0c194;
  bottom:0;
  height:auto;
  left:0;
  margin:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  width:auto;
  z-index:2;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  transform:scale(0);
  content:"";
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:hover, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image:hover { z-index:10; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-image:hover:after, .tb-info-box-wrap.tpl2 .tb-info-inner .tb-image:hover:after {
  opacity:0.2;
  transform:scale(1);
}
.tb-info-box-wrap.tpl1 .tb-info-inner.image1, .tb-info-box-wrap.tpl2 .tb-info-inner.image1 {
  position:relative;
  z-index:2;
}
.tb-info-box-wrap.tpl1 .tb-info-inner.image1 .tb-image, .tb-info-box-wrap.tpl2 .tb-info-inner.image1 .tb-image { border:30px solid #fff; }
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-title h2 span { padding-left:15%; }
.tb-info-box-wrap.tpl1 .tb-info-inner.image1 .tb-image { border-left:none; }
.tb-info-box-wrap.tpl1 .tb-info-inner.image3 {
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  position:absolute;
  right:15px;
  left:15px;
}
.tb-info-box-wrap.tpl1 .tb-info-inner .tb-shop-now { margin-right:20px; }
.tb-info-box-wrap.tpl2 .tb-info-inner .tb-title { text-align:right; }
.tb-info-box-wrap.tpl2 .tb-info-inner .tb-title h2 span { padding-right:12%; }
.tb-info-box-wrap.tpl2 .tb-info-inner.image1 { text-align:right; }
.tb-info-box-wrap.tpl2 .tb-info-inner.image1 .tb-image {
  border-right:none;
  border-bottom:none;
}
.tb-info-box-wrap.tpl2 .tb-info-inner .tb-shop-now { margin-left:20px; }
.tb-info-box-wrap.tpl2 .tb-info-inner .tb-image img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.tb-info-box-wrap.tpl2 .tb-info-inner .tb-image:hover img { margin-left:0; }
.tb-info-box-wrap.tpl3 .tb-info-inner { position:relative; }
.tb-info-box-wrap.tpl3 .tb-info-inner .tb-wrap-content {
  position:absolute;
  top:50%;
  left:0;
  right:0;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  z-index:10;
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 .tb-image:after, .tb-info-box-wrap.tpl3 .tb-info-inner.image3 .tb-image:after {
  background:#d0c194;
  bottom:0;
  height:auto;
  left:0;
  margin:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  width:auto;
  z-index:2;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  transform:scale(0);
  content:"";
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 .tb-image img, .tb-info-box-wrap.tpl3 .tb-info-inner.image3 .tb-image img {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image2:hover .tb-image, .tb-info-box-wrap.tpl3 .tb-info-inner.image3:hover .tb-image { z-index:12; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image2:hover .tb-image:after, .tb-info-box-wrap.tpl3 .tb-info-inner.image3:hover .tb-image:after {
  opacity:0.2;
  transform:scale(1);
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image2:hover .tb-image img, .tb-info-box-wrap.tpl3 .tb-info-inner.image3:hover .tb-image img {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-wrap-content {
  -webkit-transform:translateY(-47%);
  transform:translateY(-47%);
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-title h2 span { padding-left:10%; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image { padding-left:22%; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image .tb-image-inner {
  overflow:hidden;
  position:relative;
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image .tb-image-inner img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image .tb-image-inner:hover img { margin-left:0; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image .tb-image-inner img { margin-left:-30px; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image1 .tb-image .tb-image-inner:after {
  background:#d0c194;
  bottom:0;
  height:auto;
  left:0;
  margin:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  width:auto;
  z-index:2;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  transform:scale(0);
  content:"";
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image1:hover .tb-image img { margin-left:0; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image1:hover .tb-image-inner:after {
  opacity:0.2;
  transform:scale(1);
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 { margin-bottom:31px; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 .tb-wrap-content { padding-left:30px; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 .tb-title h2 { color:#fff; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image2 .tb-title h2 span { padding-left:15%; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image3 .tb-wrap-content {
  padding-right:30px;
  text-align:right;
}
.tb-info-box-wrap.tpl3 .tb-info-inner.image3 .tb-title h2 { color:#fff; }
.tb-info-box-wrap.tpl3 .tb-info-inner.image3 .tb-title h2 span { padding-right:15%; }
.tb-info-box-wrap.tpl3.tb-info-small .tb-info-inner.image1 .tb-wrap-content {
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 {
  margin-bottom:70px;
  position:relative;
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image { overflow:hidden; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image:hover img { margin-left:0; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image img { margin-left:-30px; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image:after {
  background:#d0c194;
  bottom:0;
  height:auto;
  left:0;
  margin:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  width:auto;
  z-index:2;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  transform:scale(0);
  content:"";
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image:hover { z-index:15; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image2 .tb-image:hover:after {
  opacity:0.2;
  transform:scale(1);
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 { margin-left:-60%; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 .tb-image {
  position:absolute;
  bottom:0;
  z-index:10;
  border:30px solid #FFF;
  border-left:none;
  border-bottom:none;
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 .tb-image img {
  margin-left:30px;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 .tb-image:hover img { margin-left:0; }
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 .tb-image:after {
  background:#d0c194;
  bottom:0;
  height:auto;
  left:0;
  margin:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  width:auto;
  z-index:2;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  transform:scale(0);
  content:"";
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image3 .tb-image:hover:after {
  opacity:0.2;
  transform:scale(1);
}
.tb-info-box-wrap.tpl4 .tb-info-inner.image1 .tb-shop-now { margin-right:14px; }
@media (max-width: 767px) {
  .ro-info-box-wrap.tpl1 .tb-info-box, .ro-info-box-wrap.tpl2 .tb-info-box {
    max-width:370px;
    margin:0 auto 30px;
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-image, .ro-info-box-wrap.tpl2 .tb-info-box .tb-image { width:100%; }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-image:after, .ro-info-box-wrap.tpl2 .tb-info-box .tb-image:after {
    top:auto;
    bottom:-8px;
    right:auto;
    left:50%;
    -webkit-transform:translateX(-50%) rotate(45deg);
    -moz-transform:translateX(-50%) rotate(45deg);
    -o-transform:translateX(-50%) rotate(45deg);
    -ms-transform:translateX(-50%) rotate(45deg);
    transform:translateX(-50%) rotate(45deg);
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-image.tb-right:after, .ro-info-box-wrap.tpl2 .tb-info-box .tb-image.tb-right:after {
    top:-8px;
    bottom:auto;
    right:auto;
    left:50%;
    -webkit-transform:translateX(-50%) rotate(45deg);
    -moz-transform:translateX(-50%) rotate(45deg);
    -o-transform:translateX(-50%) rotate(45deg);
    -ms-transform:translateX(-50%) rotate(45deg);
    transform:translateX(-50%) rotate(45deg);
  }
  .ro-info-box-wrap.tpl1 .tb-info-box .tb-content, .ro-info-box-wrap.tpl2 .tb-info-box .tb-content {
    width:100%;
    padding:10px 0;
  }
}
.tb-service-wrap .tb-service {
  position:relative;
  margin:0 auto 33px;
}
.tb-service-wrap .tb-service .tb-icon {
  position:relative;
  font-size:18px;
  display:inline-block;
  text-align:center;
  width:49px;
  height:49px;
  line-height:49px;
  margin-bottom:14px;
}
.tb-service-wrap .tb-service .tb-icon:before, .tb-service-wrap .tb-service .tb-icon:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  border:1px solid #dddddd;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.tb-service-wrap .tb-service .tb-icon:after {
  width:75%;
  height:75%;
  top:12.5%;
  left:12.5%;
  border-color:#e9e9e9;
  z-index:-1;
}
.tb-service-wrap .tb-service .tb-icon:hover { color:#fff; }
.tb-service-wrap .tb-service .tb-icon:hover:before, .tb-service-wrap .tb-service .tb-icon:hover:after { border-color:#d0c194; }
.tb-service-wrap .tb-service .tb-icon:hover:after { background-color:#d0c194; }
.tb-service-wrap .tb-service .tb-icon:hover .fa {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
.tb-service-wrap .tb-service .tb-icon i {
  display:inline-block;
  width:100%;
}
.tb-service-wrap .tb-service .tb-title {
  font-size:14px;
  color:#2a2a2a;
  line-height:18px;
  margin-bottom:18px;
  padding-top:20px;
  position:relative;
}
.tb-service-wrap .tb-service .tb-content {
  font-size:13px;
  line-height:18px;
  color:#858585;
}
.tb-service-wrap .tb-service:hover .tb-icon { color:#d0c194; }
.tb-service-wrap .tb-service.tpl .tb-title { font-size:15px; }
.tb-service-wrap .tb-service.tpl .tb-icon i { color:#fff; }
.tb-service-wrap .tb-service.tpl .tb-icon:before, .tb-service-wrap .tb-service.tpl .tb-icon:after { border-color:#d0c194; }
.tb-service-wrap .tb-service.tpl .tb-icon:after { background-color:#d0c194; }
.tb-service-wrap .tb-service.tpl:hover .tb-icon i { color:#d0c194; }
.tb-service-wrap .tb-service.tpl:hover .tb-icon:before, .tb-service-wrap .tb-service.tpl:hover .tb-icon:after { border-color:#efefef; }
.tb-service-wrap .tb-service.tpl1 .tb-title { background-color:#fff; }
.tb-service-wrap .tb-service.tpl1 .tb-icon:hover { color:#fff; }
.tb-service-wrap .tb-service.tpl .tb-icon { color:#d0c194; }
.tb-service-wrap .tb-service.tpl:hover .tb-icon:before, .tb-service-wrap .tb-service.tpl:hover .tb-icon:after {
  border-color:#efefef;
  background-color:transparent;
}
.tb-service-wrap .tb-service.tpl2 .tb-icon {
  border:none;
  font-size:48px;
  background-color:transparent;
  color:#2a2a2a;
}
.tb-service-wrap .tb-service.tpl2 .tb-icon:before, .tb-service-wrap .tb-service.tpl2 .tb-icon:after { display:none; }
.tb-service-wrap .tb-service.tpl2 .incremental-counter .num { display:inline-block; }
.tb-service-wrap .tb-service.tpl2 .tb-title {
  color:#585858;
  padding-top:14px;
  font-size:44px;
  padding-bottom:5px;
  background-color:transparent;
}
.tb-service-wrap .tb-service.tpl2 .tb-content {
  font-size:16px;
  color:#7e7e7e;
}
.tb-service-wrap .tb-service.tpl2:hover { color:; }
.tb-service-wrap .tb-service.tpl2:hover .tb-icon { color:; }
.tb-service-wrap .tb-service.tpl3 {
  padding-left:90px;
  margin-bottom:45px;
}
.tb-service-wrap .tb-service.tpl3 span { display:inline-block; }
.tb-service-wrap .tb-service.tpl3 .tb-icon {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  border:none;
  text-align:center;
  position:absolute;
  left:8px;
  top:50%;
  color:#949494;
  transform:translateY(-50%);
}
.tb-service-wrap .tb-service.tpl3 .tb-icon:hover { color:#fff; }
.tb-service-wrap .tb-service.tpl3 .tb-title-icon { margin-bottom:0; }
.tb-service-wrap .tb-service.tpl3 .tb-title {
  padding-top:0;
  margin-bottom:6px;
}
.fixed-overborder > .container > .row {
  margin-left:0;
  margin-right:0;
}
.fixed-overborder > .container > .row > .wpb_column {
  padding-left:0 !important;
  padding-right:0 !important;
  z-index:3;
}
.fixed-overborder > .container > .row > .wpb_column .tb-service-wrap { background-color:#fff; }
.fixed-overborder > .container > .row > .wpb_column .tb-service-wrap .tb-service {
  margin:0 0 20px;
  min-height:110px;
  z-index:1;
  background-color:#fff;
}
.fixed-overborder > .container > .row > .wpb_column:first-child .tb-service-wrap:before, .fixed-overborder > .container > .row > .wpb_column:first-child .tb-service-wrap:after, .fixed-overborder > .container > .row > .wpb_column:last-child .tb-service-wrap:after {
  width:11px;
  position:absolute;
  top:0;
  height:100px;
  content:"";
  z-index:0;
  bottom:auto;
  float:none;
}
.fixed-overborder > .container > .row > .wpb_column:first-child { margin-top:-82px; }
.fixed-overborder > .container > .row > .wpb_column:first-child .tb-service-wrap:before {
  box-shadow:-1px 5px 10px rgba(0,0,0,0.4);
  left:0;
  right:auto;
  border-bottom-left-radius:60%;
}
.fixed-overborder > .container > .row > .wpb_column:first-child .tb-service-wrap:after {
  box-shadow:1px 5px 10px rgba(0,0,0,0.4);
  right:0;
  left:auto;
  border-bottom-right-radius:60%;
}
@media (min-width: 991px) {
  .fixed-overborder > .container > .row > .wpb_column { margin-top:-82px; }
  .fixed-overborder > .container > .row > .wpb_column:last-child .tb-service-wrap:after {
    box-shadow:1px 5px 10px rgba(0,0,0,0.4);
    right:0;
    left:auto;
    border-bottom-right-radius:60%;
  }
  .tb-info-box-wrap.tpl2 .tb-info-inner.image1 { margin-right:-40% !important; }
}
@media (max-width: 992px) {
  .fixed-overborder > .container > .row > .wpb_column { margin-bottom:50px; }
  .fixed-overborder > .container > .row > .wpb_column:last-child { margin-bottom:33px; }
}
@media (min-width: 768px) {
  .tb-info-box-wrap.tpl1 .col-sm-push-2 { margin-left:-10px; }
  .tb-info-box-wrap.tpl1 .tb-info-inner.image1 { margin-left:-33.333%; }
  .tb-info-box-wrap.tpl2 .col-sm-pull-2 {
    margin-right:-10px;
    margin-left:10px;
  }
  .tb-info-box-wrap.tpl2 .tb-info-inner.image1 { margin-right:-33.333%; }
  .tb-info-box-wrap.tpl2 .tb-info-inner.image1 .tb-image {
    position:absolute;
    bottom:20px;
    right:0;
  }
}
@media (max-width: 767px) {
  .tb-info-box-wrap .tb-image { border:none !important; }
  .tb-info-box-wrap .pull-right { float:none !important; }
  .tb-info-box-wrap.tpl3 .image1 { margin-bottom:31px; }
}
.ro-author-name {
  font-style:italic;
  font-size:18px;
  color:#d0c194;
  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:#d0c194; }
.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:#d0c194;
  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:#d0c194;
}
.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 #d0c194;
  background-color:#d0c194;
  color:#FFFFFF;
}
.ro-blog-article .ro-social .ro-subscribe {
  border:1px solid #d0c194;
  background-color:#d0c194;
  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; }
.tb-post-item-tpl1 {
  position:relative;
  margin-bottom:55px;
}
.tb-post-item-tpl1 .tb-thumb {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  margin-bottom:6px;
  line-height:0;
  overflow:hidden;
}
.tb-post-item-tpl1 .tb-thumb > img {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  width:100%;
  height:auto;
}
.tb-post-item-tpl1 .tb-content .tb-title {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-size:17px;
  font-weight:400;
  line-height:24px;
  text-transform:capitalize;
  color:#272727;
  margin:12px 0;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tb-post-item-tpl1 .tb-content .tb-title:hover { color:#d0c194; }
.tb-post-item-tpl1 .tb-content .tb-info:before, .tb-post-item-tpl1 .tb-content .tb-info:after {
  content:" ";
  display:table;
}
.tb-post-item-tpl1 .tb-content .tb-info:after { clear:both; }
.tb-post-item-tpl1 .tb-content .tb-info .blog-info {
  font-size:12px;
  font-weight:300;
  line-height:24px;
  color:#a1a1a1;
  margin-bottom:10px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span {
  display:inline-block;
  margin-right:20px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span.tb-blog-date i { margin-right:10px; }
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span.tb-blog-date small { margin-right:5px; }
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span > i {
  display:inline-block;
  margin-right:10px;
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span:hover { color:#333; }
.tb-post-item-tpl1 .tb-content .tb-info .blog-info > span:hover > a { color:#333; }
.tb-post-item-tpl1 .tb-content .tb-excerpt {
  font-size:13px;
  font-weight:400;
  line-height:24px;
  color:#747474;
  display:inline;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  background-color:transparent;
  color:#747474;
  display:inline-block;
  outline:medium none;
  margin-left:10px;
  text-align:center;
  font-style:italic;
  color:#d0c194;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore.block {
  display:block;
  /* padding-left: 0; */
  text-align:left;
  margin:8px 0;
  font-style:normal;
  text-decoration:underline;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore:hover {
  padding-left:5px;
  color:#3f3f3f;
}
.tb-post-item-tpl1 .tb-content > a.tb-readmore:hover.block { text-decoration:none; }
.tb-post-item {
  position:relative;
  margin-bottom:55px;
}
.tb-post-item .tb-thumb {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  margin-bottom:6px;
  line-height:0;
  overflow:hidden;
}
.tb-post-item .tb-thumb > img {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  width:100%;
  height:auto;
}
.tb-post-item .tb-content .tb-title {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-size:17px;
  font-weight:400;
  line-height:24px;
  text-transform:capitalize;
  color:#272727;
  margin:12px 0;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tb-post-item .tb-content .tb-title:hover { color:#d0c194; }
.tb-post-item .tb-content .tb-info:before, .tb-post-item .tb-content .tb-info:after {
  content:" ";
  display:table;
}
.tb-post-item .tb-content .tb-info:after { clear:both; }
.tb-post-item .tb-content .tb-info .blog-info {
  font-size:12px;
  font-weight:300;
  line-height:24px;
  color:#a1a1a1;
  margin-bottom:10px;
}
.tb-post-item .tb-content .tb-info .blog-info > span {
  display:inline-block;
  margin-right:20px;
}
.tb-post-item .tb-content .tb-info .blog-info > span.tb-blog-date i { margin-right:10px; }
.tb-post-item .tb-content .tb-info .blog-info > span.tb-blog-date small { margin-right:5px; }
.tb-post-item .tb-content .tb-info .blog-info > span > i {
  display:inline-block;
  margin-right:10px;
}
.tb-post-item .tb-content .tb-info .blog-info > span:hover { color:#333; }
.tb-post-item .tb-content .tb-info .blog-info > span:hover > a { color:#333; }
.tb-post-item .tb-content .tb-excerpt {
  font-size:13px;
  font-weight:400;
  line-height:24px;
  color:#747474;
  display:inline;
}
.tb-post-item .tb-content > a.tb-readmore {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  background-color:transparent;
  color:#747474;
  display:inline-block;
  outline:medium none;
  margin-left:10px;
  text-align:center;
  font-style:italic;
  color:#d0c194;
}
.tb-post-item .tb-content > a.tb-readmore.block {
  display:block;
  /* padding-left: 0; */
  text-align:left;
  margin:8px 0;
  font-style:normal;
  text-decoration:underline;
}
.tb-post-item .tb-content > a.tb-readmore:hover {
  padding-left:5px;
  color:#3f3f3f;
}
.tb-post-item .tb-content > a.tb-readmore:hover.block { text-decoration:none; }
.tb-post-item img { max-width:100%; }
.tb-blog-carousel { position:relative; }
.tb-blog-carousel .tb-post-item {
  min-width:250px;
  margin:0 auto;
  background-color:#fff;
  position:relative;
  margin-bottom:55px;
}
.tb-blog-carousel .tb-post-item .tb-thumb {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  margin-bottom:6px;
  line-height:0;
  overflow:hidden;
}
.tb-blog-carousel .tb-post-item .tb-thumb > img {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  width:100%;
  height:auto;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-title {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-size:17px;
  font-weight:400;
  line-height:24px;
  text-transform:capitalize;
  color:#272727;
  margin:12px 0;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-title:hover { color:#d0c194; }
.tb-blog-carousel .tb-post-item .tb-content .tb-info:before, .tb-blog-carousel .tb-post-item .tb-content .tb-info:after {
  content:" ";
  display:table;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info:after { clear:both; }
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info {
  font-size:12px;
  font-weight:300;
  line-height:24px;
  color:#a1a1a1;
  margin-bottom:10px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span {
  display:inline-block;
  margin-right:20px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span.tb-blog-date i { margin-right:10px; }
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span.tb-blog-date small { margin-right:5px; }
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span > i {
  display:inline-block;
  margin-right:10px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span:hover { color:#333; }
.tb-blog-carousel .tb-post-item .tb-content .tb-info .blog-info > span:hover > a { color:#333; }
.tb-blog-carousel .tb-post-item .tb-content .tb-excerpt {
  font-size:13px;
  font-weight:400;
  line-height:24px;
  color:#747474;
  display:inline;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  background-color:transparent;
  color:#747474;
  display:inline-block;
  outline:medium none;
  margin-left:10px;
  text-align:center;
  font-style:italic;
  color:#d0c194;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore.block {
  display:block;
  /* padding-left: 0; */
  text-align:left;
  margin:8px 0;
  font-style:normal;
  text-decoration:underline;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore:hover {
  padding-left:5px;
  color:#3f3f3f;
}
.tb-blog-carousel .tb-post-item .tb-content > a.tb-readmore:hover.block { text-decoration:none; }
.tb-blog-carousel .tb-post-item .tb-content { padding:0 20px; }
.tb-blog-carousel .tb-post-item .tb-content h4 {
  font-size:17px;
  color:#272727;
  margin-bottom:7px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-excerpt {
  color:#7b7b7b;
  line-height:20px;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info {
  background-color:#d0c194;
  color:#fff;
  overflow:hidden;
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .tags { display:none !important; }
.tb-blog-carousel .tb-post-item .tb-content .tb-info a, .tb-blog-carousel .tb-post-item .tb-content .tb-info span { color:#fff; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-content { padding:0; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-title {
  margin:15px 0 8px;
  text-align:center;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-readmore, .tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-excerpt {
  text-align:center !important;
  display:block !important;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info {
  white-space:nowrap;
  background-color:transparent !important;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info a, .tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info span { color:#969696; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span { margin-right:16px; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span > i { margin-right:7px; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.comments-number {
  float:right;
  margin-right:0;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date {
  left:50%;
  margin-top:-37px;
  transform:translateX(-50%);
  position:relative;
  font-size:14px;
  display:inline-block;
  text-align:center;
  width:63px;
  height:63px;
  line-height:63px;
  position:absolute;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:before, .tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  border:1px solid #fff;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:after {
  width:75%;
  height:75%;
  top:12.5%;
  left:12.5%;
  border-color:#7e7e7e;
  z-index:-1;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:hover { color:#fff; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:hover:before, .tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:hover:after { border-color:#d0c194; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:hover:after { background-color:#d0c194; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:hover .fa {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:before, .tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:after { border:none; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:before { background-color:#fff; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date:after {
  background-color:#7e7e7e;
  z-index:0;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date a {
  display:block;
  line-height:14px;
  color:#fff;
  position:relative;
  z-index:2;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date a i { display:none; }
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date a small {
  display:block;
  position:relative;
  font-size:14px;
  margin-bottom:10px;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date a small:after {
  border-bottom:1px solid #fff;
  width:13px;
  bottom:-5px;
  position:absolute;
  content:"";
  left:50%;
  margin-left:-6.5px;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info > span.tb-blog-date a time {
  position:absolute;
  line-height:1;
  margin-top:14px;
  width:100%;
  text-align:center;
  left:0;
  text-transform:uppercase;
  font-size:11px;
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-readmore { margin-top:15px; }
.tb-blog-carousel .owl-controls .owl-nav > div {
  -webkit-transition:all 0.7s;
  -moz-transition:all 0.7s;
  -o-transition:all 0.7s;
  transition:all 0.7s;
  z-index:99;
  top:40%;
  line-height:27px;
  margin-top:-18px;
  text-align:center;
  color:#787878;
  background:transparent;
  opacity:0;
  position:relative;
  font-size:15px;
  display:inline-block;
  width:35px;
  height:35px;
  line-height:35px;
  position:absolute;
}
.tb-blog-carousel .owl-controls .owl-nav > div:before, .tb-blog-carousel .owl-controls .owl-nav > div:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  border:1px solid #fff;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.tb-blog-carousel .owl-controls .owl-nav > div:after {
  width:75%;
  height:75%;
  top:12.5%;
  left:12.5%;
  border-color:#fff;
  z-index:-1;
}
.tb-blog-carousel .owl-controls .owl-nav > div:hover { color:#fff; }
.tb-blog-carousel .owl-controls .owl-nav > div:hover:before, .tb-blog-carousel .owl-controls .owl-nav > div:hover:after { border-color:#d0c194; }
.tb-blog-carousel .owl-controls .owl-nav > div:hover:after { background-color:#d0c194; }
.tb-blog-carousel .owl-controls .owl-nav > div:hover .fa {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
.tb-blog-carousel .owl-controls .owl-nav > div i {
  position:relative;
  z-index:2;
}
.tb-blog-carousel .owl-controls .owl-nav > div.owl-prev { left:-18px; }
.tb-blog-carousel .owl-controls .owl-nav > div.owl-next {
  right:-18px;
  padding-left:3px;
}
.tb-blog-carousel .owl-controls .owl-nav > div:before { background-color:#fff; }
.tb-blog-carousel .owl-controls .owl-nav > div:hover { color:#fff; }
.tb-blog-carousel .owl-controls .owl-nav > div:hover:after {
  background-color:#2a2a2a;
  border-color:#2a2a2a;
  z-index:1;
}
.tb-blog-carousel .owl-controls .owl-nav > div:hover:before { border-color:#fff; }
.tb-blog-carousel .owl-controls .owl-dots {
  bottom:-30px;
  left:0;
  position:absolute;
  width:100%;
  text-align:center;
}
.tb-blog-carousel .owl-controls .owl-dots .owl-dot {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  border:1px solid #dcdcdc;
  border-radius:50%;
  display:inline-block;
  height:12px;
  margin:0 5px;
  width:12px;
}
.tb-blog-carousel .owl-controls .owl-dots .owl-dot.active, .tb-blog-carousel .owl-controls .owl-dots .owl-dot:hover {
  background:#d0c194;
  border-color:#d0c194;
}
.tb-blog-carousel:hover .owl-controls .owl-nav > div { opacity:1; }
.tb-blog-section .pagination { margin-top:0; }
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item { margin-bottom:50px; }
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item .tb-thumb { margin-bottom:10px; }
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item .blog-info {
  border-bottom:1px dashed #f1f0f0;
  padding-bottom:10px;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-content > a.tb-readmore.block {
  border:1px solid #dcdcdc;
  display:block;
  max-width:130px;
  text-align:center;
  height:40px;
  line-height:39px;
  padding:0;
  margin-top:26px;
  text-decoration:none;
  color:#515151;
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-content > a.tb-readmore.block:hover {
  color:#fff;
  background-color:#2a2a2a;
}
.tb-blog.content .type-post .tb-thumb { margin-bottom:10px; }
.tb-blog.content .type-post .blog-info {
  border-bottom:1px dashed #f1f0f0;
  padding-bottom:10px;
  margin-bottom:40px;
}
@media (max-width: 991px) {
  .tb-blog-grid.tpl1 .tb-post-item {
    margin-left:auto;
    margin-right:auto;
  }
}
@media (min-width: 480px) {
  .tb-blog-section .tb-blog-grid.tpl1 { padding-left:130px; }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date {
    left:-86px;
    top:0;
    margin-top:14px;
    transform:translateX(-50%);
    position:relative;
    font-size:14px;
    display:inline-block;
    text-align:center;
    width:63px;
    height:63px;
    line-height:63px;
    position:absolute;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:before, .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:after {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    content:"";
    border:1px solid #7e7e7e;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:after {
    width:75%;
    height:75%;
    top:12.5%;
    left:12.5%;
    border-color:#7e7e7e;
    z-index:-1;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:hover { color:#fff; }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:hover:before, .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:hover:after { border-color:#d0c194; }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:hover:after { background-color:#d0c194; }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:hover .fa {
    -webkit-transform-origin:top center;
    transform-origin:top center;
    -webkit-animation-name:swing;
    animation-name:swing;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:before { background-color:#fff; }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:after {
    background-color:#7e7e7e;
    z-index:0;
    width:84%;
    height:84%;
    top:8%;
    left:8%;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a {
    display:block;
    line-height:14px;
    color:#fff;
    position:relative;
    z-index:2;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a i { display:none; }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a small {
    display:block;
    position:relative;
    font-size:16px;
    margin-bottom:10px;
    margin-right:0 !important;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a small:after {
    border-bottom:1px solid #fff;
    width:13px;
    bottom:-5px;
    position:absolute;
    content:"";
    left:50%;
    margin-left:-6.5px;
  }
  .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a time {
    position:absolute;
    line-height:1;
    margin-top:10px;
    width:100%;
    text-align:center;
    left:0;
    text-transform:uppercase;
    font-weight:700;
    font-size:13px;
  }
  .content.tb-blog .type-post { position:relative; }
  .content.tb-blog .type-post .tb-blog-date {
    left:45px;
    top:0;
    margin-top:14px;
    transform:translateX(-50%);
    position:relative;
    font-size:14px;
    display:inline-block;
    text-align:center;
    width:63px;
    height:63px;
    line-height:63px;
    position:absolute;
  }
  .content.tb-blog .type-post .tb-blog-date:before, .content.tb-blog .type-post .tb-blog-date:after {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    content:"";
    border:1px solid #7e7e7e;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
  }
  .content.tb-blog .type-post .tb-blog-date:after {
    width:75%;
    height:75%;
    top:12.5%;
    left:12.5%;
    border-color:#7e7e7e;
    z-index:-1;
  }
  .content.tb-blog .type-post .tb-blog-date:hover { color:#fff; }
  .content.tb-blog .type-post .tb-blog-date:hover:before, .content.tb-blog .type-post .tb-blog-date:hover:after { border-color:#d0c194; }
  .content.tb-blog .type-post .tb-blog-date:hover:after { background-color:#d0c194; }
  .content.tb-blog .type-post .tb-blog-date:hover .fa {
    -webkit-transform-origin:top center;
    transform-origin:top center;
    -webkit-animation-name:swing;
    animation-name:swing;
  }
  .content.tb-blog .type-post .tb-blog-date:before { background-color:#fff; }
  .content.tb-blog .type-post .tb-blog-date:after {
    background-color:#7e7e7e;
    z-index:0;
    width:84%;
    height:84%;
    top:8%;
    left:8%;
  }
  .content.tb-blog .type-post .tb-blog-date a {
    display:block;
    line-height:14px;
    color:#fff !important;
    position:relative;
    z-index:2;
  }
  .content.tb-blog .type-post .tb-blog-date a i { display:none; }
  .content.tb-blog .type-post .tb-blog-date a small {
    display:block;
    position:relative;
    font-size:16px;
    margin-bottom:10px;
    margin-right:0 !important;
  }
  .content.tb-blog .type-post .tb-blog-date a small:after {
    border-bottom:1px solid #fff;
    width:13px;
    bottom:-5px;
    position:absolute;
    content:"";
    left:50%;
    margin-left:-6.5px;
  }
  .content.tb-blog .type-post .tb-blog-date a time {
    position:absolute;
    line-height:1;
    margin-top:10px;
    width:100%;
    text-align:center;
    left:0;
    text-transform:uppercase;
    font-weight:700;
    font-size:13px;
  }
}
body.single { /* .about-author {
        margin: 33px 0 0px !important;
        .box-title {
            margin-bottom: 10px;
            span {
                font-size: 16px;
                color: #222222;
                position: relative;
                font-family: 'fira_sansregular';
                &:before {
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    height: 1px;
                    width: 40px;
                    background: #fc615d;
                    content: "";
                    margin-left: 9px;
                    margin-top: -1px;
                }
            }
        }
    }
    .tb-blog-related {
        margin: 33px 0 4px;
        .tb-title-rl h4 {
                font-size: 16px;
                color: #222222;
                position: relative;
                display: inline-block;
                text-transform: uppercase;
                 margin-bottom: 12px;
            &:before {
                position: absolute;
                left: 100%;
                top: 50%;
                height: 1px;
                width: 40px;
                background: #fc615d;
                content: "";
                margin-left: 9px;
                margin-top: -1px;
            }
        }
        .tb-content {
            h4.tb-title {
                font-size: 14px;
                color: #222;
            } 
        }
        .box-thumb {
            img {
                min-height: 191px;
            }
        }
        .box-blog-grid-tpl1.blog-grid-box.tpl1 article .tb-post-item .tb-content {
            padding: 22px 10px 10px;
            margin-top: -10px;
            min-height: 182px;
            position: relative;
        }
        .box-blog-grid-tpl1.blog-grid-box.tpl1 article .tb-post-item .box-date {
            margin-top: -20px;
            top: 0;
        }
    } */ }
body.single .box-date {
  color:#999999;
  margin-bottom:6px;
}
body.single .box-date i {
  margin-right:10px;
  margin-left:10px;
  padding-left:1px;
}
body.single .box-date .fa-clock-o { margin-left:0; }
body.single .box-date .line { margin-right:0; }
body.single .box-date .post-categories {
  display:inline-block;
  margin:0;
  padding:0;
}
body.single .box-date .post-categories li { display:inline-block; }
body.single .box-tag { margin:30px 0 23px; }
body.single .box-tag .text {
  color:#222222;
  margin-right:3px;
}
body.single .box-tag ul {
  display:inline-block;
  margin:0;
  padding:0;
}
body.single .box-tag ul li {
  display:inline-block;
  list-style:none;
}
body.single .box-tag ul i { margin:0 3px; }
body.single .tb-breadcrumb .current:before { display:none; }
body.single .tb-breadcrumb .current { color:#d0c194; }
.single-post .comments-area .comment-list > li:first-child > .comment-body { border-bottom:none; }
.comments-area .comments-title { padding-bottom:20px; }
.single-post .comments-area .comment-list li .comment-body .comment-info .comment-header-info .comment-author { text-transform:capitalize; }
.comment-form p.form-submit .submit {
  font-size:14px;
  color:#fff;
  background:#d0c194;
  border:none;
}
.widget_archive ul li a { padding:0; }
.pagination-category { margin-bottom:60px !important; }
.single .tb-blog-image img {
  width:100%;
  height:auto;
}
.single .tb-content-block {
  padding-top:56px;
  border-bottom:1px solid #e9e9e9;
  margin-bottom:45px;
  padding-bottom:15px;
}
.single .tb-content-block .blog-title {
  font-family:'Gilda Display', serif;
  color:#21201e;
  font-size:36px;
  line-height:36px;
  padding-bottom:24px;
}
.single .tb-content-block .box-date i { font-style:inherit; }
.single .tb-content-block .box-date a:hover { color:#d0c194; }
.single .tb-content-block .box-date a { padding-left:5px; }
.single .tb-content-block .tb-excerpt { margin-top:29px; }
.single .comments-area .comment-list .comment-info .comment-date {
  font-size:14px;
  display:block !important;
  color:#a9a69e !important;
}
 .comments-area .comment-list .comment-info .comment-author {
  font-family:'Gilda Display', serif;
  font-size:18px !important;
  color:#21201e !important;
	 display:block !important;
}
 .comments-area .comment-list .comment-info .reply {
  float:right;
 
  position:absolute;

  right:0;
  top:10px;
}
 .comments-area .comment-list .comment-info .reply a {
  font-size:13px;
  display:block;
  line-height:32px;
	  width:102px;
  height:30px;
  border:1px solid #242d2e;
  text-align:center;
  border-radius:50px;
  color:#21201e;
  text-transform:uppercase;
  font-weight:600;
  font-size:13px;
  line-height:30px;
	   letter-spacing:2px;
}
.comments-area .comment-list .comment-info .reply a:hover {
  background:#21201e;
  color:#fff;
}
.comments-area.comment-closed .comment-list .comment .comment-body .comment-info .reply { display:none; }
.box-tag { display:inline-block; }
.single .box-tag ul li a {
  font-size:11px;
  text-transform:uppercase;
  border:1px solid #e8e8e8;
  padding:5px 10px;
  color:#5a5956;
  margin:3px;
}
.single .box-tag ul li a:hover {
  background:#d0c194;
  color:#fff;
  border:1px solid #d0c194;
}
.single .box-share {
  display:inline-block;
  float:right;
  padding-top:38px;
}
.single .box-share a {
  padding-left:6px;
  color:#5a5956;
}
.single .box-share a i {
  text-align:center;
  width:30px;
  height:30px;
  border-radius:50%;
  line-height:30px;
}
.single .box-share a:hover { color:#fff; }
.single .box-share a:hover i { background:#d0c194; }
.image-fader {
  position:absolute;
  top:10px;
  left:10px;
  right:10px;
  bottom:10px;
  background-color:rgba(255,255,255,0.3);
  border-radius:6px;
  display:block;
  opacity:0;
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease;
  -webkit-transform:scale(0.4) rotate(50deg);
  -moz-transform:scale(0.4) rotate(50deg);
  -ms-transform:scale(0.4) rotate(50deg);
  -o-transform:scale(0.4) rotate(50deg);
  z-index:2;
}
.tb-thumb:hover .image-fader {
  opacity:1;
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -o-transform:rotate(0deg);
}
.hover-icon-w {
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,30px);
  -moz-transform:translate(-50%,30px);
  -ms-transform:translate(-50%,30px);
  -o-transform:translate(-50%,30px);
  color:#fff;
  font-size:40px;
  transition:all 0.4s ease;
}
.tb-thumb:hover .hover-icon-w {
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
body { overflow-x:hidden; }
.zoomLens { border-color:#d0c194 !important; }
.woocommerce .ro-quantity label {
  font-weight:400;
  float:left;
  width:43%;
  line-height:35px;
}
.woocommerce .ro-quantity label span { color:#d0c194; }
.woocommerce .ro-quantity label p { margin-bottom:10px !important; }
.woocommerce .ro-quantity .quantity input {
  width:50px;
  height:40px;
  font-size:15px;
  -moz-appearance:textfield;
  -webkit-appearance:textfield;
  padding:0;
}
.woocommerce .yith-wcqv-main .ro-quantity .quantity input { width:100%; }
.single-product { /*  .ro-product-relate {
   	margin: 40px 0 27px;
   		.ro-title {
   			position: relative;
   			margin-bottom: 30px;
   			height: 40px;
   			h4 {
   				display: inline-block;
   				font-size: 16px;
   				margin: 0;
   				text-transform: uppercase;
   				z-index: 1;
   				position: relative;
   				line-height: 40px;
   				&:before {
   					position: absolute;
   				    content: "\f01e";
   				    left: 0;
   				    top: -1px;
   				    height: 39px;
   				    width: 40px;
   				    background: #fc615d;
   				    font-family: FontAwesome;
   				    text-align: center;
   				    line-height: 40px;
   				    color: #fff;
   				}
   				&:after {
   					position: absolute;
   				    content: "";
   				    left: 40px;
   				    top: 50%;
   				    border-left: 5px solid #fc615d;
   				    border-top: 5px solid transparent;
   				    border-bottom: 5px solid transparent;
   				    margin-top: -6px;
   				}
   			}
   		}
       .tb-product-items {
   			
   		}
   }
   	.tb-sidebar {
   		.upsells {
   			.wg-title{
   				margin-bottom: 26px;
   			}
   		}
   	}
   	.addthis_sharing_toolbox {
   		margin-top:55px;
   	}
   	 */ }
.single-product .nav-product-link a {
  height:21px;
  display:inline-block;
  width:21px;
  background:#ccc;
  text-align:center;
  line-height:17px;
  font-size:14px;
  color:#717171;
}
.single-product .nav-product-link a:hover {
  background:#d0c194;
  color:#fff;
}
.single-product .ro-product-wrapper .images { position:relative; }
.single-product .ro-product-wrapper .onsale, .single-product .ro-product-wrapper .new {
  position:absolute;
  left:auto;
  right:20px;
  width:48px;
  height:48px;
  line-height:43px;
  text-align:center;
  z-index:10;
}
.single-product .ro-product-wrapper .new { line-height:46px; }
.single-product .ro-product-wrapper .onsale, .single-product .ro-product-wrapper .new {
  top:0;
  font-weight:700;
  text-transform:uppercase;
  font-size:12px;
  background:transparent;
  color:#2a2a2a;
}
.single-product .ro-product-wrapper .onsale:before, .single-product .ro-product-wrapper .new:before {
  position:absolute;
  content:"";
  border-bottom:66px solid transparent;
  top:3px;
  z-index:-1;
}
.single-product .ro-product-wrapper .onsale {
  display:none !important;
  left:0;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.single-product .ro-product-wrapper .onsale:before {
  border-left:66px solid #fff;
  left:-9px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.single-product .ro-product-wrapper .new {
  right:0;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.single-product .ro-product-wrapper .new:before {
  border-right:66px solid #fff;
  right:-9px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.single-product .ro-product-wrapper .ro-product-information .woocommerce-variation-description { display:none !important; }
.single-product .ro-product-wrapper .ro-product-information .entry-title {
  margin-top:-2px;
  margin-bottom:6px;
  font-size:18px;
  line-height:27px;
  color:#282828;
  text-transform:uppercase;
}
.single-product .ro-product-wrapper .ro-product-information .entry-title .nav-product-link {
  height:0;
  margin-top:-27px;
  margin-bottom:30px;
}
.single-product .ro-product-wrapper .ro-product-information .entry-title .nav-product-link a { margin-left:8px; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta {
  display:inline-block;
  padding-bottom:0;
  margin-bottom:0;
  width:100%;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price {
  display:inline-block;
  float:left;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price {
  font-size:22px;
  font-weight:normal;
  margin-bottom:12px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price del {
  color:#b1b1b1;
  font-size:20px;
  margin-right:5px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .tb-product-price .price ins {
  color:#353535;
  text-decoration:none;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .stock {
  display:inline-block;
  float:right;
  margin-top:9px;
  color:#898989;
  text-transform:uppercase;
}
.single-product .ro-product-wrapper .ro-product-information .ro-product-price-meta .stock span { color:#d0c194; }
.single-product .ro-product-wrapper .ro-product-information .ro-product-content {
  margin:-13px 0px 30px;
  border-bottom:1px solid #ebebeb;
  padding-bottom:10px;
}
.single-product .ro-product-wrapper .ro-product-information > form { margin-bottom:20px !important; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate {
  display:inline-block;
  width:100%;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-product-rating { margin-bottom:5px; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate .star-rating {
  font-size:12px;
  margin-top:7px;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate .star-rating > span { color:#d0c194; }
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-review-link {
  color:#a7a7a7;
  font-size:12px;
  text-transform:uppercase;
}
.single-product .ro-product-wrapper .ro-product-information .ro-rate .woocommerce-review-link:hover { color:#d0c194; }
.single-product .ro-product-wrapper .ro-product-information .single_add_to_cart_button {
  background:#d0c194;
  color:#fff;
  margin-right:11px;
  border:none;
}
.single-product .ro-product-wrapper .ro-product-information .single_add_to_cart_button:before {
  color:#fff;
  margin:2px 0 0 -10px;
}
.single-product .ro-product-wrapper .ro-product-information .single_add_to_cart_button:hover { border:none; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action > div.clear { display:none; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:60px;
  height:40px;
  background:#aaa;
  padding:0;
  margin:0 10px 0 0;
  overflow:hidden;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:'Pe-icon-7-stroke';
  content:"\e642";
  color:#2a2a2a;
  position:absolute;
  top:50%;
  font-size:15px;
  font-weight:700;
  width:100%;
  text-align:center;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover:before { color:#fff; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:'Pe-icon-7-stroke';
  content:"\e67a";
  color:#fff;
  font-weight:700;
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
  font-size:15px;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover { background:#d0c194; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .yith-wcwl-add-to-wishlist:hover:before { color:#ffffff; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:60px;
  height:40px;
  background:#aaa;
  padding:0;
  margin:0 10px 0 0;
  overflow:hidden;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:'Pe-icon-7-stroke';
  content:"\e61b";
  color:#fff;
  position:absolute;
  font-weight:700;
  top:50%;
  font-size:15px;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
}
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button:hover { background:#d0c194; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap .ro-action .compare-button:hover:before { color:#ffffff; }
.single-product .ro-product-wrapper .ro-product-information .single_simple_wrap form.cart { margin-bottom:20px; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .woocommerce-variation-description p { margin-bottom:5px; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .ro-price .single_variation .price {
  font-size:13px;
  color:#515151;
  font-weight:700;
  line-height:25px;
}
.single-product .ro-product-wrapper .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 {
  display:inline-block;
  margin-right:20px;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap label {
  font-size:13px;
  color:#515151;
  font-weight:normal;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button > div.clear { display:none; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:60px;
  height:40px;
  background:transparent;
  padding:0;
  margin:0 10px 0 0;
  overflow:hidden;
  border:1px solid #e6e6e6;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .add_to_wishlist {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:'Pe-icon-7-stroke';
  content:"\e642";
  font-weight:700;
  color:#2a2a2a;
  position:absolute;
  top:50%;
  font-size:15px;
  left:0;
  width:100%;
  text-align:center;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > span, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > span, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > span, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > span { opacity:0; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show > a, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:'Pe-icon-7-stroke';
  content:"\e67a";
  color:#2a2a2a;
  font-weight:700;
  font-size:15px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover {
  background:rgba(0,0,0,0.8);
  border-color:rgba(0,0,0,0.8);
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show:before, .single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button:before { color:#fff; }
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:60px;
  height:40px;
  background:transparent;
  padding:0;
  margin:0 10px 0 0;
  background:#aaa;
  overflow:hidden;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button .compare {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button:before {
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  font-family:'Pe-icon-7-stroke';
  content:"\e61b";
  color:#2a2a2a;
  position:absolute;
  font-weight:700;
  top:50%;
  left:50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button:hover {
  background:rgba(0,0,0,0.8);
  border-color:rgba(0,0,0,0.8);
}
.single-product .ro-product-wrapper .ro-product-information .single_variation_wrap .variations_button .compare-button:hover:before { color:#ffffff; }
.single-product .ro-product-wrapper .ro-product-information .product_meta span {
  display:inline-block;
  margin-right:10px;
}
.single-product .ro-product-wrapper .ro-product-information .product_meta span:last-child { margin:0; }
.single-product .ro-product-wrapper .ro-product-information .product_meta span a { color:#444444; }
.single-product .ro-product-wrapper .ro-product-information .product_meta span a:hover { color:#d0c194; }
.single-product .ro-product-wrapper .ro-product-information .ro-footer h6 {
  margin-top:25px;
  margin-bottom:20px;
}
.single-product .ro-product-wrapper { padding-right:0; }
.single-product .ro-product-wrapper .images .thumbnails {
  padding-top:35px !important;
  overflow:hidden;
  max-height:153px;
  padding:0 36px;
}
.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper {
  padding:0 20px;
  max-width:588px !important;
}
.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li {
  position:relative;
  padding:0 15px;
  /* margin-top: 9px; */
  width:33.33%;
  width:200px !important;
}
.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li:before {
  bottom:10px;
  width:80%;
  left:10%;
}
.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li a { margin:0 0 10px; }
.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li a img { display:block; }
.single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li:hover:before {
  bottom:12px;
  z-index:1;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev, .single-product .ro-product-wrapper .images .thumbnails #slider-next {
  width:50px;
  height:50px;
  background:none;
  margin-top:-3px;
  display:block !important;
  line-height:50px;
  border-radius:50%;
  overflow:hidden;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev:before, .single-product .ro-product-wrapper .images .thumbnails #slider-next:before {
  background:#f9f7f0;
  width:100%;
  height:100%;
  content:"\F105";
  font-family:FontAwesome;
  text-align:center;
  line-height:50px;
  position:absolute;
  color:#2d2c2a;
  z-index:999;
  font-size:20px;
  border-radius:50%;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev:hover:before, .single-product .ro-product-wrapper .images .thumbnails #slider-next:hover:before {
  color:#fff;
  background-color:#d0c194;
  border-color:#d0c194;
}
.single-product .ro-product-wrapper .images .thumbnails #slider-prev { left:25px; }
.single-product .ro-product-wrapper .images .thumbnails #slider-prev:before { content:"\F104"; }
.single-product .ro-product-wrapper .images .thumbnails #slider-next { right:19px; }
.single-product .tb-content.tb-fullwidth .ro-product-wrapper .images { max-width:447px; }
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider .onsale { left:120px; }
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider .tb-single-vertical { visibility:visible; }
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider .images { overflow:visible; }
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider #prev-product {
  position:absolute;
  top:0;
  left:50%;
  margin-left:-20px;
}
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider #next-product {
  left:50%;
  margin-left:32px;
  margin-top:-15px;
  z-index:9999999999 !important;
}
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider #next-product i {
  width:40px;
  height:20px;
  background:#ccc;
  line-height:20px;
}
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider #prev-product, .single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider #next-product {
  width:40px;
  height:20px;
  background:none;
  margin-top:-12px;
  display:block !important;
  background:#ccc;
  color:#fff;
}
.single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider #prev-product:hover, .single-product .tb-content.tb-fullwidth .ro-product-wrapper.vertical-slider #next-product:hover {
  background:#2a2a2a;
  color:#fff;
}
.single-product .tb-content.tb-fullwidth .woocommerce-product-rating { margin-top:-2px; }
.single-product .tb-content.tb-fullwidth .addthis_sharing_toolbox {
  text-align:right;
  margin-top:-40px;
}
.single-product .tb-content.tb-fullwidth > .product { padding-left:120px; }
.single-product .tb-content.tb-fullwidth .tb-single-vertical { visibility:hidden; }
.single-product .tb-content.tb-fullwidth .tb-single-vertical .slideshow img {
  margin:20px 0;
  width:100px;
}
.single-product .tb-content.tb-fullwidth .woocommerce-tabs {
  margin-left:-120px;
  margin-top:6px;
}
.single-product .tb-content.tb-fullwidth .woocommerce-tabs #tab-video iframe { width:100%; }
.single-product .tb-content.tb-fullwidth .upsellss { margin-bottom:30px; }
.single-product .tb-content.tb-fullwidth .upsellss .resto-title {
  margin-bottom:15px;
  text-transform:uppercase;
}
@media (min-width: 768px) {
  .single-product .ro-product-wrapper .ro-product-information {
    margin-right:-15px;
    padding-left:4px;
  }
}
@media (max-width: 767px) {
  .single-product .ro-product-wrapper { padding-left:0; }
}
.single-product .woocommerce.tb-product-carousel { padding-bottom:55px; }
.single-product .roll-accordion {
  display:block;
  clear:both;
  overflow:hidden;
  margin-top:70px;
}
.single-product .roll-accordion .roll-toggle {
  border:1px solid #e9e9e9;
  padding:10px 30px;
  margin-bottom:20px;
}
.single-product .roll-accordion .roll-toggle .toggle-content {
  border-top:1px solid #e9e9e9;
  padding-top:23px;
  margin-top:10px;
}
.single-product .roll-accordion .roll-toggle .toggle-title {
  font-size:18px;
  font-family:'Gilda Display', serif;
  color:#21201e;
  display:block;
  cursor:pointer;
}
.woocommerce-cart table, .woocommerce-cart th, .woocommerce-cart td { border:1px solid #eaeaea; }
.woocommerce-cart h4 {
  margin-top:50px;
  margin-bottom:55px;
}
.woocommerce-cart #tb-tab-container { margin-bottom:30px; }
.woocommerce-cart .ro-cart-form { margin-bottom:30px; }
@media (max-width: 768px) {
  .woocommerce-cart .ro-cart-form .ro-cart-table { padding:0 15px; }
}
.woocommerce-cart .ro-cart-form .ro-cart-table .product-name {
  fonr-weight:700;
  text-transform:capitalize;
}
.woocommerce-cart .ro-cart-form .ro-cart-table input[type="submit"] {
  background-color:#d0c194;
  color:#fff;
  line-height:22px;
  padding:10px 15px;
  width:initial;
  font-weight:400;
}
.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:#d0c194; }
@media (max-width: 767px) {
  .woocommerce .ro-cart-form { margin-bottom:30px; }
  .woocommerce .ro-cart-form .ro-cart-table table tbody tr td .ro-cart-detail {
    float:left;
    padding-left:0;
    width:100%;
  }
  .woocommerce-shipping-calculator .form-shipping-calculator button[type="submit"] { margin-left:0; }
}
@media (max-width: 639px) {
  .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions .coupon, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions .coupon, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-cart-item .actions input.button, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody .ro-action-wrap .actions input.button { float:none; }
}
@media (max-width: 479px) {
  .woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-price, .woocommerce-cart .ro-cart-form .ro-cart-table table thead tr th.ro-table-col-qty, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-price, .woocommerce-cart .ro-cart-form .ro-cart-table table tbody tr td.ro-table-col-qty { display:none; }
}
.ro-checkout-process {
  margin-top:85px;
  margin-bottom:100px;
  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%;
  transform:translate(-50%,-50%);
  background-color:#d0c194;
  border-radius:50%;
  opacity:0;
}
.ro-checkout-process .ro-hr-line a:nth-of-type(1) div {
  left:0;
  border:1px solid #d0c194;
}
.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 #d0c194; }
.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 #d0c194; }
.ro-checkout-process .ro-hr-line a:nth-of-type(3):hover div:after { opacity:1; }
.ro-checkout-process .ro-hr-line span {
  position:absolute;
  top:20px;
  width:70px;
  left:0;
  transform:translate(-50%,0);
  text-align:center;
  font-size:18px;
}
.ro-checkout-process .ro-hr-line span:nth-of-type(1) {
  left:0;
  font-weight:700;
}
.ro-checkout-process .ro-hr-line span:nth-of-type(2) { left:50%; }
.ro-checkout-process .ro-hr-line span:nth-of-type(3) { left:100%; }
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(1) div { border:2px solid #AAAAAA; }
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(1) div:after {
  opacity:1;
  color:#d0c194;
}
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(2) div { border:1px solid #d0c194; }
.ro-checkout-process.ro-process-2 .ro-hr-line a:nth-of-type(2) div:after { opacity:1; }
.ro-checkout-process.ro-process-2 .ro-hr-line span:nth-of-type(2) { font-weight:700; }
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(1) div, .ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(2) div { border:2px solid #AAAAAA; }
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(1) div:after, .ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(2) div:after {
  opacity:1;
  font-family:"aqua icon";
  color:#d0c194;
}
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(3) div { border:1px solid #d0c194; }
.ro-checkout-process.ro-process-3 .ro-hr-line a:nth-of-type(3) div:after { opacity:1; }
.ro-checkout-process.ro-process-3 .ro-hr-line span:nth-of-type(2) { font-weight:700; }
form.woocommerce-checkout .col2-set, form.woocommerce-checkout .col2-set-1 { margin-bottom:30px !important; }
form.woocommerce-checkout .ro-panel-2 { display:none; }
form.woocommerce-checkout .ro-quantity { border-top:none; }
.woocommerce-checkout h2 {
  font-size:18px;
  text-transform:capitalize;
}
.woocommerce-checkout .addresses .title > h3 {
  font-size:14px;
  text-transform:capitalize;
}
.woocommerce-checkout table.shop_table { margin-bottom:40px !important; }
.ro-checkout-panel h4 { text-transform:capitalize; }
.ro-checkout-information .ro-customer-info > p:first-of-type a {
  margin-left:25px;
  color:#d0c194;
  -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:#d0c194;
  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 #d0c194; }
.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 #d0c194;
}
.ro-checkout-information .ro-customer-info .ro-choice label input[type="radio"]:checked + span:before { background-color:#d0c194; }
.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 #d0c194; }
.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:#d0c194; }
@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:#d0c194; }
.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 #d0c194;
  background-color:#d0c194;
}
.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:#d0c194; }
@media (min-width: 1200px) {
  .ro-checkout-information-2 .ro-divide { width:580px; }
  .ro-checkout-information-2 .ro-customer-info .ro-title span { right:40px; }
  .ro-checkout-information-2 .ro-shipping .ro-content { margin-right:80px; }
  .ro-checkout-information-2 .ro-bill { margin-right:80px; }
  .ro-checkout-information-2 .ro-button { margin-right:80px; }
}
@media (max-width: 767px) {
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(1) { width:40%; }
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(2) {
    width:60%;
    padding-left:0;
    text-align:right;
  }
}
@media (max-width: 479px) {
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-head .ro-image img { width:100px; }
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(1) { width:50%; }
  .ro-checkout-information-2 .ro-bill .ro-credit-card .ro-body .ro-info > p:nth-of-type(2) {
    width:50%;
    padding-left:0;
    text-align:right;
  }
  .ro-checkout-information-2 .ro-bill .ro-paypal .ro-image img { width:134.4px; }
}
.ro-checkout-summary {
  border:1px solid #CCCCCC;
  margin-top:85px;
  margin-bottom:85px;
  font-weight:400;
}
.ro-checkout-summary .ro-title {
  background-color:#EEEEEE;
  padding:25px 35px;
}
.ro-checkout-summary .ro-title h4 {
  text-align:center;
  margin:0px;
}
.ro-checkout-summary .ro-body { padding:0 35px; }
.ro-checkout-summary .ro-body .ro-item {
  padding:40px 0 0;
  font-size:14px;
}
.ro-checkout-summary .ro-body .ro-item:before, .ro-checkout-summary .ro-body .ro-item:after {
  content:" ";
  display:table;
}
.ro-checkout-summary .ro-body .ro-item:after { clear:both; }
.ro-checkout-summary .ro-body .ro-item:not(:last-of-type) { border-bottom:1px solid #CCCCCC; }
.ro-checkout-summary .ro-body .ro-item .ro-image {
  width:25%;
  float:left;
  padding-bottom:40px;
}
.ro-checkout-summary .ro-body .ro-item .ro-image img {
  width:100%;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  opacity:1;
}
.ro-checkout-summary .ro-body .ro-item .ro-image img:hover { opacity:0.5; }
.ro-checkout-summary .ro-body .ro-item > div, .ro-checkout-summary .ro-body .ro-item > div .ro-quantity, .ro-checkout-summary .ro-body .ro-item > div .ro-item-color, .ro-checkout-summary .ro-body .ro-item > div .ro-price { display:inline-block; }
.ro-checkout-summary .ro-body .ro-item > div .ro-quantity { border-top:none; }
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(2) {
  width:75%;
  padding-left:20px;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(2) .ro-name {
  margin-top:15px;
  text-transform:capitalize;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(2) .ro-name a:hover { color:#d0c194; }
.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:#d0c194;
}
.ro-checkout-summary .ro-body .ro-item > div:nth-of-type(3) .product-total { float:right; }
.ro-checkout-summary .ro-footer > div {
  padding:0 35px;
  background-color:#EEEEEE;
}
.ro-checkout-summary .ro-footer > div p {
  margin:0px;
  padding:20px 0;
  color:#666666;
  font-size:12px;
  vertical-align:middle;
  line-height:25px;
}
.ro-checkout-summary .ro-footer > div p:before, .ro-checkout-summary .ro-footer > div p:after {
  content:" ";
  display:table;
}
.ro-checkout-summary .ro-footer > div p:after { clear:both; }
.ro-checkout-summary .ro-footer > div p span {
  font-size:14px;
  clear:both;
  float:right;
}
.ro-checkout-summary .ro-footer > div .ro-divide {
  width:100%;
  border-bottom:1px solid #CCCCCC;
}
.ro-checkout-summary .ro-footer > div:last-of-type { background-color:#FFFFFF; }
.ro-checkout-summary .ro-footer > div:last-of-type p {
  padding:30px 0;
  display:block;
}
.ro-checkout-summary .ro-footer > div:last-of-type p span {
  font-size:18px;
  color:#d0c194;
}
.ro-checkout-summary .ro-footer > div.shipping > p {
  width:30%;
  float:left;
}
.ro-checkout-summary .ro-footer > div.shipping .ro-shipping-method {
  width:70%;
  float:right;
}
.ro-checkout-summary.ro-style-2 .ro-title { background-color:#F5F4F1; }
.ro-checkout-summary.ro-style-2 .ro-footer > div { background-color:#F5F4F1; }
.ro-checkout-summary.ro-style-2 .ro-footer > div:last-of-type { background-color:#FFFFFF; }
@media (min-width: 1200px) {
  .ro-checkout-summary .ro-body form .ro-item > div:nth-of-type(2) { margin-top:15px; }
}
@media (max-width: 991px) {
  .ro-checkout-summary {
    max-width:456px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
  }
}
.woocommerce table.woocommerce-checkout-review-order-table {
  border:1px solid #CCCCCC;
  margin-top:85px;
  margin-bottom:85px;
  font-weight:400;
  border-radius:0;
  border-color:#ebebeb;
}
.woocommerce table.woocommerce-checkout-review-order-table .product-name {
  background-color:#EEEEEE;
  padding:25px 35px;
}
.woocommerce table.woocommerce-checkout-review-order-table td, .woocommerce table.woocommerce-checkout-review-order-table th { padding:20px 15px 15px; }
.woocommerce table.woocommerce-checkout-review-order-table thead th.product-name {
  font-size:16px;
  text-transform:capitalize;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-name {
  color:#5d5d5d;
  text-transform:capitalize;
  padding-top:25px;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-name:hover a { color:#d0c194; }
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-image a {
  position:relative;
  display:inline-block;
  max-width:100%;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-image a img {
  width:auto;
  display:block;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .product-total { padding-top:35px; }
.woocommerce table.woocommerce-checkout-review-order-table .amount { font-size:15px; }
.woocommerce table.woocommerce-checkout-review-order-table .ro-price .amount { font-size:13px; }
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  border-right:none;
  text-transform:capitalize;
}
@media (max-width: 479px) {
  .woocommerce table.woocommerce-checkout-review-order-table .ro-item [class*="col-xs"] {
    float:none;
    width:100%;
    text-align:center;
    padding-top:10px;
  }
}
input#billing_phone { padding-bottom:13px; }
p#billing_state_field { width:100%; }
.select2-container .select2-choice {
  height:40px;
  background:none !important;
  line-height:40px;
}
.select2-container .select2-choice .select2-arrow { background:none !important; }
.select2-container .select2-choice .select2-arrow b { margin-top:6px; }
.woocommerce table.woocommerce-checkout-review-order-table thead th.product-name { border:none; }
.woocommerce table.shop_table tfoot th {
  font-weight:700;
  border-top:1px solid rgba(0,0,0,0.1) !important;
  border:none;
}
.woocommerce table.shop_table tfoot td { font-weight:400 !important; }
.woocommerce table.woocommerce-checkout-review-order-table .amount {
  font-size:14px;
  font-family:'Roboto Slab', serif;
  color:#d0c194;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .ro-name {
  padding-top:15px;
  font-size:14px;
}
.woocommerce table.woocommerce-checkout-review-order-table thead th.product-name { text-transform:uppercase; }
.ro-btn-2 {
  background:#d0c194;
  color:#fff;
  font-family:'fira_sansregular';
  font-weight:400;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background:#d0c194;
  color:#fff;
  font-family:'fira_sansregular';
  font-weight:400;
  text-transform:uppercase;
  border:none;
  height:40px;
}
@media (max-width: 767px) {
  .checkout.woocommerce-checkout { padding:0 15px; }
}
.single #tb-list-porfolio { margin-bottom:-62px; }
#tb-list-porfolio .controls-filter { margin-bottom:17px; }
#tb-list-porfolio .controls-filter a {
  color:#9e9e9e;
  font-size:16px;
  text-transform:capitalize;
}
#tb-list-porfolio .controls-filter .filter {
  padding-left:18px;
  padding-right:18px;
  height:40px;
  line-height:40px;
  border:1px solid #ebebeb;
  color:#cccccc;
  margin:0 5px;
}
#tb-list-porfolio .controls-filter .filter a {
  display:block;
  text-transform:uppercase;
  color:#ccc;
  font-size:14px;
}
#tb-list-porfolio .controls-filter .filter.active, #tb-list-porfolio .controls-filter .filter:hover {
  color:#fff !important;
  border:1px solid #d0c194;
  background:#d0c194;
}
#tb-list-porfolio .controls-filter .filter.active a, #tb-list-porfolio .controls-filter .filter:hover a { color:#fff !important; }
#tb-list-porfolio.no-padding .mix { padding:0 !important; }
#tb-list-porfolio #porfolio-container {
  margin-left:-5px;
  margin-right:-5px;
  margin-bottom:15px !important;
}
#tb-list-porfolio #porfolio-container .mix { display:none; }
#tb-list-porfolio .mix .tb-thumb {
  margin-bottom:22px;
  position:relative;
  text-align:center;
}
#tb-list-porfolio .mix .tb-thumb img {
  display:inline-block;
  width:100%;
}
#tb-list-porfolio .mix .tb-thumb .tb-readmore {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  opacity:0;
  z-index:5;
  font-size:50px;
  font-family:initial;
  color:#3f3f3f;
}
#tb-list-porfolio .mix .tb-thumb .tb-readmore:before, #tb-list-porfolio .mix .tb-thumb .tb-readmore:after {
  content:" ";
  display:table;
}
#tb-list-porfolio .mix .tb-thumb .tb-readmore:after { clear:both; }
#tb-list-porfolio .mix .tb-thumb:hover .tb-readmore {
  color:#d0c194;
  opacity:1;
}
#tb-list-porfolio .mix .tb-content .tb-categories {
  display:inline-block;
  margin-bottom:5px;
}
#tb-list-porfolio .mix .tb-content h5 {
  padding-top:3px;
  text-transform:uppercase;
  font-size:18px;
  margin-bottom:7px;
}
#tb-list-porfolio .mix .tb-content .tb-action { margin-top:22px; }
#tb-list-porfolio .mix .tb-portfolio-item { margin-bottom:55px; }
#tb-list-porfolio .tb-viewmore {
  position:relative;
  margin-bottom:60px;
}
#tb-list-porfolio .tb-viewmore.has_pagination { margin-bottom:30px; }
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore {
  text-align:center;
  position:relative;
  margin-bottom:20px;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a {
  color:#9b9b9b;
  background-color:#fff;
  width:95px;
  display:inline-block;
  position:relative;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span {
  position:relative;
  font-size:15px;
  display:inline-block;
  text-align:center;
  width:39px;
  height:39px;
  line-height:39px;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:before, #tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:after {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  border:1px solid #ddd;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:after {
  width:75%;
  height:75%;
  top:12.5%;
  left:12.5%;
  border-color:#e9e9e9;
  z-index:-1;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:hover { color:#fff; }
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:hover:before, #tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:hover:after { border-color:#d0c194; }
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:hover:after { background-color:#d0c194; }
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:hover .fa {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:after { z-index:1; }
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span i {
  position:relative;
  z-index:2;
}
#tb-list-porfolio .pagination {
  text-align:center;
  border-top:none;
}
#tb-list-porfolio.tpl .tb-content .tb-readmore a {
  padding:6px 0;
  border:1px solid;
  display:block;
  max-width:100px;
  margin:0 auto;
}
#tb-list-porfolio.tpl .tb-content:hover .tb-readmore a {
  color:#d0c194;
  border-color:#d0c194;
}
#tb-list-porfolio.tpl .thumb-hover-effect {
  overflow:hidden;
  display:block;
}
#tb-list-porfolio.tpl .thumb-hover-effect:hover img {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
#tb-list-porfolio.tpl .thumb-hover-effect img {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  display:block;
}
#tb-list-porfolio.tpl1 .tb-portfolio, #tb-list-porfolio.tpl2 .tb-portfolio { margin-bottom:50px; }
#tb-list-porfolio.tpl1 .mix, #tb-list-porfolio.tpl2 .mix { padding:15px; }
#tb-list-porfolio.tpl1 .tb-portfolio-item, #tb-list-porfolio.tpl2 .tb-portfolio-item {
  position:relative;
  margin-bottom:0;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-thumb, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-thumb { margin-bottom:0; }
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-thumb img, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-thumb img {
  width:100%;
  display:block;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content {
  position:absolute;
  color:#fff;
  width:100%;
  z-index:10;
  opacity:0;
  height:100%;
  top:0;
  left:0;
  background-color:transparent;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-content-inner, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-content-inner {
  position:absolute;
  top:50%;
  left:0;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  width:100%;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content a, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content a { color:#fff !important; }
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-title:hover a, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-title:hover a { color:#131313 !important; }
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-categories, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-categories {
  opacity:0.8;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-categories:hover, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-categories:hover { opacity:1; }
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-readmore a, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-readmore a {
  width:117px;
  height:36px;
  display:inline-block;
  border:1px solid #fff;
  font-size:13px;
  text-align:center;
  line-height:35px;
  opacity:0.8;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-readmore a:hover, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-readmore a:hover { opacity:1; }
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-action a, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-action a {
  width:40px;
  height:40px;
  background-color:#131313;
  display:inline-block;
  text-align:center;
  line-height:40px;
  border-radius:50%;
  margin:0 7.5px;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item .tb-content .tb-action a i, #tb-list-porfolio.tpl2 .tb-portfolio-item .tb-content .tb-action a i {
  -webkit-transition:all 0.15s;
  -moz-transition:all 0.15s;
  -o-transition:all 0.15s;
  transition:all 0.15s;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item h5, #tb-list-porfolio.tpl2 .tb-portfolio-item h5 { color:#fff; }
#tb-list-porfolio.tpl1 .tb-portfolio-item:hover .tb-content, #tb-list-porfolio.tpl2 .tb-portfolio-item:hover .tb-content {
  opacity:1;
  background-color:#d0c194;
}
#tb-list-porfolio.tpl1 .tb-portfolio-item:hover .tb-action, #tb-list-porfolio.tpl2 .tb-portfolio-item:hover .tb-action { opacity:1; }
#tb-list-porfolio .no-filter .mix { display:inline-block !important; }
#tb-list-porfolio.owl-carousel .mix { padding:0; }
#tb-list-porfolio.owl-carousel.tpl2 .owl-controls .owl-nav > div { top:50%; }
.tb-blog article.portfolio .blog-info {
  float:none !important;
  width:100%;
}
.tb-blog article.portfolio .blog-info .tags { display:none; }
.tb-blog article.portfolio .blog-info span, .tb-blog article.portfolio .blog-info i, .tb-blog article.portfolio .blog-info a { color:#747474; }
.tb-blog article.portfolio .tb-social-buttons {
  float:none;
  text-align:left;
  margin-right:0;
  color:#333;
}
.tb-blog article.portfolio .tb-social-buttons a { color:#747474; }
.tb-blog article.portfolio .tb-social-buttons a:first-child { margin-left:4px; }
.tb-blog article.portfolio .blog-title {
  margin:0 0 22px;
  font-size:22px;
  color:#2a2a2a;
}
.tb-blog article.portfolio .tb-portfolio-info { margin:3px 0 0; }
.tb-blog article.portfolio .tb-portfolio-info li {
  border-bottom:1px solid #e0e0e0;
  padding:9px 0 8px;
}
.tb-blog article.portfolio .tb-portfolio-info li > span {
  color:#333;
  margin-right:11px;
}
.tb-blog article.portfolio .tb-portfolio-info li:first-child { border-top:1px solid #e0e0e0; }
.tb-blog article.portfolio .tb-blog-date small { margin-right:5px; }
.tb-blog .tb-portfolio-flexslider {
  border:none;
  box-shadow:none;
  margin-bottom:27px;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav li { border-radius:0; }
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a {
  overflow:visible;
  position:relative;
  font-size:15px;
  display:inline-block;
  text-align:center;
  width:35px;
  height:35px;
  line-height:35px;
  position:absolute;
  color:#2a2a2a;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:before {
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  background-color:#fff;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover { color:#fff; }
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover:before, .tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover:after { border-color:#d0c194; }
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover:after { background-color:#d0c194; }
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover .fa {
  -webkit-transform-origin:top center;
  transform-origin:top center;
  -webkit-animation-name:swing;
  animation-name:swing;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a i {
  position:relative;
  z-index:2;
}
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:before { background-color:#fff; }
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover { color:#fff; }
.tb-blog .tb-portfolio-flexslider .flex-direction-nav a:hover:before {
  background-color:#2a2a2a;
  border-color:#fff;
}
.tb-blog .tb-portfolio-flexslider:hover .flex-direction-nav .flex-prev { left:-17px; }
.tb-blog .tb-portfolio-flexslider:hover .flex-direction-nav .flex-prev i { margin-left:15px; }
.tb-blog .tb-portfolio-flexslider:hover .flex-direction-nav .flex-next { right:-17px; }
.tb-blog .tb-portfolio-flexslider:hover .flex-direction-nav .flex-next i { margin-right:15px; }
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:before, #tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span:after { display:none; }
#tb-list-porfolio .tb-viewmore .tb-btn-viewmore a span {
  position:relative;
  font-size:15px;
  display:inline-block;
  text-align:center;
  width:110px;
  height:40px;
  line-height:40px;
  background:#d0c194;
  color:#ffffff;
}
@media (min-width: 992px) {
  .single-portfolio .post-navigation { width:75%; }
}
.ie .tb-sidebar-right.tb-sidebar .widget-woocommerce-currency-switcher form::after, .ie #tb-mega-searchform .caret { display:none; }
.ie .tb-send-mail-wrap .tb-mail-inner { left:50%; }
.tb-custom-header-landing h4 {
  color:#fff;
  font-size:22px;
  margin-bottom:0;
  font-weight:normal;
  text-transform:uppercase;
}
.tb-custom-header-landing .btn-landing {
  font-size:24px;
  color:#fff;
  font-weight:600;
  padding:25px 75px;
  border:1px solid #f6c43d;
  display:inline-block;
  border-bottom:4px solid #c59719;
  background:#f6c43d;
  -webkit-border-radius:35px;
  -moz-border-radius:5px;
  border-radius:5px;
  margin:35px 10px 20px;
}
.porfolio-demo {
  position:relative;
  margin:50px 15px;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  text-align:center;
}
.porfolio-demo .image-shop-box {
  display:block;
  background-size:100% auto;
  height:600px;
  margin:0 auto;
  box-shadow:0 0 5px #EFEFEF;
  -moz-box-shadow:0 0 5px #EFEFEF;
  -webkit-box-shadow:0 0 5px #EFEFEF;
  position:relative;
  border:20px solid #fff;
}
.porfolio-demo .image-shop-box {
  height:600px;
  display:block;
  background-size:100% auto;
  margin:0 auto;
  -moz-box-shadow:0 0 5px #EFEFEF;
  -webkit-box-shadow:0 0 5px #EFEFEF;
  position:relative;
}
.porfolio-demo .image-shop-box .image-shop-scroll {
  transition:all 6s ease-out 0s;
  -webkit-transition:all 6s ease-out 0s;
  -moz-transition:all 6s ease-out 0s;
  -ms-transition:all 6s ease-out 0s;
  -o-transition:all 6s ease-out 0s;
  background-position:center 0;
  background-repeat:no-repeat;
  display:block;
  height:100%;
  background-size:100%;
  background-position:center 0%;
}
.porfolio-demo .image-shop-box .image-shop-scroll strong {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
  left:0;
  font-size:22px;
  color:#fff;
}
.porfolio-demo .image-shop-box:hover {
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
  box-shadow:0 6px 12px rgba(0,0,0,0.175);
}
.porfolio-demo .image-shop-box:hover .image-shop-scroll { background-position:center 100% !important; }
.porfolio-demo .image-shop-box:hover .image-shop-scroll strong {
  -webkit-animation:fadeInUp50 1s;
  -ms-animation:fadeInUp50 1s;
  -moz-animation:fadeInUp50 1s;
  animation:fadeInUp50 1s;
}
.porfolio-demo h2 {
  color:#191d30;
  font-size:14px;
  /* text-transform: uppercase; */
  margin-top:45px;
  font-weight:400;
  line-height:38px;
  /* font-family: "oswald"; */
  font-size:27px;
  font-family:'Gilda Display', serif;
}
.porfolio-demo h2:hover { color:#a86d73; }
.tb-footer-demo .primary-color:hover { color:#2a2a2a; }
.desc-store {
  padding:30px;
  background:#3a4dab;
  text-align:center;
  margin-bottom:70px;
  position:relative;
}
.desc-store p {
  text-transform:uppercase;
  font-size:30px;
  line-height:30px;
  display:block;
  margin-bottom:0 !important;
  color:#fff;
  font-weight:600;
}
.desc-store:after {
  position:absolute;
  left:48.7%;
  bottom:-29px;
  content:"";
  width:15px;
  height:12px;
  z-index:1;
  border:15px solid transparent;
  border-top-color:#3a4dab;
  border-left-width:25px;
  border-right-width:25px;
}
.tb-landing-blog .col-20 { background-color:transparent; }
.tb-landing-blog .tb-landing-blog-item {
  padding-left:250px;
  padding-right:250px;
}
@media (max-width: 1199px) {
  .tb-landing-blog .tb-landing-blog-item {
    padding-left:45px;
    padding-right:45px;
  }
}
.note-store {
  padding:20px 30px;
  margin:0 -15px;
  clear:both;
  background:#3a4dab;
  text-align:center;
  color:#fff;
}
h2.title-features {
  font-size:40px;
  text-align:center;
  margin:0;
  text-transform:uppercase;
  font-weight:600;
  position:relative;
  margin-bottom:20px;
  color:#fff;
}
@media (max-width: 767px) {
  h2.title-features {
    font-size:31px;
    line-height:35px;
  }
}
.title-features-p {
  margin:0 0 30px;
  color:#fff;
}
@media (max-width: 767px) {
  .title-features-p { padding:0 45px; }
}
.tb-responsive h2.title-features {
  color:#202020;
  font-weight:400;
}
.tb-responsive .title-features-p {
  color:#a86d73;
  margin-bottom:0 !important;
  max-width:1200px;
  margin:auto;
}
.tb-responsive .text-black .title-features-p { color:#191d30; }
.layout-2column { border-top:1px solid #ecf0f1; }
.layout-2column h2 {
  color:#202020;
  font-weight:400;
}
.layout-2column img {
  width:100%;
  height:auto;
}
.no-padding-bottom .wpb_content_element { margin-bottom:0; }
.tb-custom-header-landing {
  text-align:center;
  color:#fff;
}
.tb-custom-header-landing .title {
  font-size:24px;
  font-weight:400;
  font-style:italic;
}
.tb-custom-header-landing .title-top {
  font-size:40px;
  line-height:50px;
  font-weight:600;
  text-transform:uppercase;
  margin-bottom:15px;
}
.page-template-langding-page .jws_theme_footer { display:none !important; }
.page-template-langding-page .main-content { background:#efefef; }
.page-template-langding-page .box-info {
  text-align:right;
  width:100%;
}
.page-template-langding-page .info-content {
  max-width:100%;
  float:none;
  text-align:center;
  padding-top:50px;
  padding-bottom:50px;
  padding-right:0;
  background:rgba(0,0,0,0.3);
  margin-bottom:50px;
}
.page-template-langding-page .info-content h1 {
  font-family:'Allura', cursive;
  text-transform:capitalize;
  color:#d0c194;
  font-size:60px;
  margin-bottom:10px;
}
.page-template-langding-page .info-content h4 {
  font-size:34px;
  margin-bottom:0;
  font-weight:600;
  text-transform:uppercase;
  line-height:20px;
}
.page-template-langding-page .info-content p.text {
  font-size:18px;
  margin-top:10px;
  margin-bottom:30px;
  line-height:28px;
  color:#000;
}
.page-template-langding-page .info-content .set_4_button2.raised.btn-slider-black {
  background:#ffad00 !important;
  color:#fff !important;
  height:50px;
  line-height:44px !important;
  margin-top:50px;
  margin:auto;
  width:300px;
  float:none;
}
.page-template-langding-page .copyright.text-center.animated {
  padding:35px 0;
  font-size:17px;
  color:#fff;
  font-family:'Gilda Display', serif !important;
  font-style:normal;
  line-height:25px;
}
.page-template-langding-page address {
  font-style:initial;
  margin-bottom:0px;
}
.page-template-langding-page p.title-features-p.text-center.text-uppercase { margin-bottom:30px; }
.page-template-langding-page ul.flip-items {
  height:570px !important;
  width:500px !important;
}
@media only screen and (max-width: 1700px) {
  .selecters { right:6px; }
  .selecters {
    position:absolute;
    top:0;
    right:50%;
    margin-right:-100px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-langding-page .porfolio-demo h2 { margin-top:40px; }
}
@media only screen and (max-width: 991px) {
  .page-template-langding-page .box-phone { display:none !important; }
  .page-template-langding-page .info-content {
    background:#fff;
    padding:80px 30px;
    margin-left:30px;
    margin-right:30px;
    max-width:100%;
    float:none;
    text-align:center;
    color:#21201e;
  }
  .page-template-langding-page .info-content h4 {
    font-size:36px;
    line-height:38px;
    margin-bottom:23px;
  }
  .page-template-langding-page .info-content h1 {
    font-size:65px;
    margin-bottom:10px;
  }
  .page-template-langding-page .info-content p.text {
    font-size:17px;
    margin-bottom:40px;
  }
  .page-template-langding-page .info-content .set_4_button2.raised.btn-slider-black {
    background:#f6c43d !important;
    color:#fff !important;
    height:50px;
    line-height:44px !important;
    margin-top:50px;
    float:none;
    width:270px;
    margin:auto;
    display:inline-block;
  }
  .vc_row.wpb_row.tb-custom-header-landing {
    padding-top:60px !important;
    padding-bottom:60px !important;
  }
  .tb-custom-header-landing h4 { color:#21201e; }
}
@media only screen and (max-width: 768px) {
  .page-template-langding-page .porfolio-demo { margin:100px 15px; }
}
@media only screen and (max-width: 480px) {
  .page-template-langding-page .info-content {
    padding:50px 15px;
    margin-left:15px;
    margin-right:15px;
  }
  .page-template-langding-page .info-content h1 {
    font-size:51px;
    margin-bottom:10px;
  }
  .page-template-langding-page .info-content h4 {
    font-size:27px;
    line-height:30px;
    margin-bottom:15px;
  }
  .page-template-langding-page .info-content p.text {
    font-size:17px;
    margin-bottom:20px;
  }
  .page-template-langding-page .vc_row.wpb_row.tb-landing {
    padding-right:0px !important;
    padding-left:0px !important;
    margin-top:-100px;
  }
  .page-template-langding-page .porfolio-demo { margin:100px 15px; }
  .page-template-langding-page ul.flip-items {
    height:526px !important;
    width:320px !important;
  }
  .page-template-langding-page .porfolio-demo h2 { margin-top:50px; }
  .page-template-langding-page .box-header { margin-bottom:30px; }
  .page-template-langding-page .vc_row.wpb_row.tb-custom-header-landing {
    padding-top:30px !important;
    padding-bottom:30px !important;
  }
  .page-template-langding-page .tb-custom-header-landing .title-top {
    font-size:27px;
    line-height:32px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:0px;
  }
  .page-template-langding-page .tb-custom-header-landing .btn-landing {
    font-size:17px;
    padding:16px 70px;
  }
}
.test-mobile {
  background:url(assets/images/bg-demo.jpg) center no-repeat;
  background-size:cover;
  padding-bottom:80px;
  padding-top:50px;
}
.main-frame {
  background-color:#fff;
  margin-left:auto;
  margin-right:auto;
  display:block;
  position:relative;
  z-index:1;
}
.second-frame {
  height:100%;
  width:100% !important;
  border:solid 20px #000;
  border-radius:40px;
  border-bottom:solid 80px #000;
  border-top:solid 60px #000;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  z-index:2;
  overflow:hidden;
}
.third-frame {
  height:100%;
  padding:5px;
  border-radius:45px;
  margin-left:auto;
  margin-right:auto;
  margin-top:80px;
}
.frame-scroll-correction {
  position:absolute;
  height:100%;
  width:22px;
  background-color:#000;
  z-index:99;
  right:-20px;
}
.selecters {
  position:absolute;
  top:0;
  right:50%;
  margin-right:-100px;
  z-index:9;
}
.resolution-selecter-deploy em, .styles-selecter-deploy em, .skin-selecter-deploy em, .navigation-selecter-deploy em {
  float:right;
  padding-right:20px;
  font-size:19px;
  font-style:normal;
  transition:all 250ms ease;
}
.resolution-selecter-deploy, .styles-selecter-deploy, .skin-selecter-deploy, .navigation-selecter-deploy {
  width:200px;
  height:50px;
  background-color:#000000;
  color:#efefef;
  font-family:'Roboto', sans-serif;
  text-decoration:none;
  line-height:50px;
  font-size:12px;
  padding-left:20px;
  padding-right:00px;
  display:block;
  transition:all 250ms ease;
  margin-bottom:5px;
  margin-top:5px;
  border-radius:5px;
}
.color-selecter-deploy {
  width:195px;
  height:50px;
  background-color:#202428;
  color:#efefef;
  font-family:'Roboto', sans-serif;
  text-decoration:none;
  line-height:50px;
  font-size:12px;
  padding-left:20px;
  padding-right:5px;
  display:block;
  transition:all 250ms ease;
  margin-top:5px;
}
.color-selecter-deploy em {
  float:right;
  padding-right:20px;
  font-size:19px;
  font-style:normal;
  transition:all 250ms ease;
}
.skin-selecter-deploy {
  width:195px;
  height:50px;
  background-color:#202428;
  color:#efefef;
  font-family:'Roboto', sans-serif;
  text-decoration:none;
  line-height:50px;
  font-size:12px;
  padding-left:20px;
  padding-right:5px;
  display:block;
  transition:all 250ms ease;
  margin-top:5px;
}
.skin-selecter-deploy em {
  float:right;
  padding-right:20px;
  font-size:19px;
  font-style:normal;
  transition:all 250ms ease;
}
.sidebar-selecter-deploy {
  width:200px;
  height:50px;
  background-color:#202428;
  color:#efefef;
  font-family:'Roboto', sans-serif;
  text-decoration:none;
  line-height:50px;
  font-size:12px;
  padding-left:20px;
  padding-right:00px;
  display:block;
  transition:all 250ms ease;
}
.sidebar-selecter-deploy em {
  float:right;
  padding-right:20px;
  font-size:19px;
  font-style:normal;
  transition:all 250ms ease;
}
.resolution-selecter {
  z-index:9999;
  transition:all 250ms ease;
}
.styles-selecter {
  z-index:9999;
  transition:all 250ms ease;
}
.skin-selecter {
  z-index:9999;
  transition:all 250ms ease;
}
.navigation-selecter {
  z-index:9999;
  transition:all 250ms ease;
}
.resolutions, .styles, .navigation, .skin {
  max-height:0px;
  transition:all 250ms ease;
  overflow:hidden;
}
.resolutions a, .styles a, .navigation a, .skin a { transition:all 250ms ease; }
.active-resolution, .active-styles, .active-navigation, .active-skin {
  background-color:#27ae60 !important;
  transition:all 250ms ease;
}
.show-resolutions {
  max-height:250px !important;
  transition:all 250ms ease;
}
.show-styles {
  max-height:505px !important;
  transition:all 250ms ease;
}
.show-navigation {
  max-height:420px !important;
  transition:all 250ms ease;
}
.show-skins {
  max-height:150px !important;
  transition:all 250ms ease;
}
.resolution-selecter .resolutions a:hover, .skin-selecter .skin a:hover, .styles-selecter .styles a:hover, .navigation-selecter .navigation a:hover {
  background-color:#27ae60 !important;
  transition:all 250ms ease;
}
.resolutions a, .styles a, .navigation a, .skin a {
  font-family:'Roboto', sans-serif;
  font-size:12px;
  display:block;
  margin-top:2px;
  margin-bottom:2px;
  background-color:#202428;
  opacity:0.9;
  height:40px;
  line-height:40px;
  color:#ffffff;
  text-decoration:none;
  padding-left:20px;
}
.remove-border * {
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  margin:0px;
  border:none !important;
  width:100% !important;
  height:100% !important;
  background-color:transparent;
  z-index:0;
  transition:all 200ms ease;
}
.mobiles-disabled { display:none; }
.tablets-disabled .inch-80 { display:none !important; }
.page-template-langding-page .box-phone {
  position:relative;
  width:100%;
  overflow:hidden;
}
.resolution-selecter-deploy, .styles-selecter-deploy, .skin-selecter-deploy, .navigation-selecter-deploy {
  color:#fff !important;
  font-size:15px;
}
.porfolio-demo h2:hover { color:#d0c194 !important; }
#rev_slider_1_1_wrapper, #rev_slider_3_1_wrapper, #rev_slider_2_1, #rev_slider_4_1_wrapper, #rev_slider_5_1_wrapper, #rev_slider_6_1_wrapper, #rev_slider_7_1_wrapper, #rev_slider_8_1_wrapper { /* .btn-slider1 {
		a {
			font-family: 'Poppins', sans-serif;
	        font-family: 'Poppins', sans-serif;
		    font-weight: 600 !important;
		    color: #21201e;
		    background: #fff !important;
		    border-radius: 20px;
		    text-transform: uppercase;
		    line-height: 40px !important;
		    padding: 5px 50px 0 !important;
		    font-size: 13px !important;
		    display: block;
		}
		
	} */ }
#rev_slider_1_1_wrapper #slide-1-layer-1, #rev_slider_3_1_wrapper #slide-1-layer-1, #rev_slider_2_1 #slide-1-layer-1, #rev_slider_4_1_wrapper #slide-1-layer-1, #rev_slider_5_1_wrapper #slide-1-layer-1, #rev_slider_6_1_wrapper #slide-1-layer-1, #rev_slider_7_1_wrapper #slide-1-layer-1, #rev_slider_8_1_wrapper #slide-1-layer-1 { font-family:'Allura', cursive; }
#rev_slider_1_1_wrapper .slide-1-layer-3, #rev_slider_3_1_wrapper .slide-1-layer-3, #rev_slider_2_1 .slide-1-layer-3, #rev_slider_4_1_wrapper .slide-1-layer-3, #rev_slider_5_1_wrapper .slide-1-layer-3, #rev_slider_6_1_wrapper .slide-1-layer-3, #rev_slider_7_1_wrapper .slide-1-layer-3, #rev_slider_8_1_wrapper .slide-1-layer-3 {
  font-family:'Poppins', sans-serif;
  font-weight:300;
}
#rev_slider_1_1_wrapper .tp-bgimg.defaultimg, #rev_slider_3_1_wrapper .tp-bgimg.defaultimg, #rev_slider_2_1 .tp-bgimg.defaultimg, #rev_slider_4_1_wrapper .tp-bgimg.defaultimg, #rev_slider_5_1_wrapper .tp-bgimg.defaultimg, #rev_slider_6_1_wrapper .tp-bgimg.defaultimg, #rev_slider_7_1_wrapper .tp-bgimg.defaultimg, #rev_slider_8_1_wrapper .tp-bgimg.defaultimg { background-position:100% 0% !important; }
#rev_slider_1_1_wrapper #slide-3-layer-1, #rev_slider_1_1_wrapper #slide-12-layer-1, #rev_slider_1_1_wrapper #slide-10-layer-1, #rev_slider_1_1_wrapper #slide-13-layer-1, #rev_slider_1_1_wrapper #slide-15-layer-, #rev_slider_1_1_wrapper #slide-16-layer-1, #rev_slider_1_1_wrapper #slide-18-layer-1, #rev_slider_3_1_wrapper #slide-3-layer-1, #rev_slider_3_1_wrapper #slide-12-layer-1, #rev_slider_3_1_wrapper #slide-10-layer-1, #rev_slider_3_1_wrapper #slide-13-layer-1, #rev_slider_3_1_wrapper #slide-15-layer-, #rev_slider_3_1_wrapper #slide-16-layer-1, #rev_slider_3_1_wrapper #slide-18-layer-1, #rev_slider_2_1 #slide-3-layer-1, #rev_slider_2_1 #slide-12-layer-1, #rev_slider_2_1 #slide-10-layer-1, #rev_slider_2_1 #slide-13-layer-1, #rev_slider_2_1 #slide-15-layer-, #rev_slider_2_1 #slide-16-layer-1, #rev_slider_2_1 #slide-18-layer-1, #rev_slider_4_1_wrapper #slide-3-layer-1, #rev_slider_4_1_wrapper #slide-12-layer-1, #rev_slider_4_1_wrapper #slide-10-layer-1, #rev_slider_4_1_wrapper #slide-13-layer-1, #rev_slider_4_1_wrapper #slide-15-layer-, #rev_slider_4_1_wrapper #slide-16-layer-1, #rev_slider_4_1_wrapper #slide-18-layer-1, #rev_slider_5_1_wrapper #slide-3-layer-1, #rev_slider_5_1_wrapper #slide-12-layer-1, #rev_slider_5_1_wrapper #slide-10-layer-1, #rev_slider_5_1_wrapper #slide-13-layer-1, #rev_slider_5_1_wrapper #slide-15-layer-, #rev_slider_5_1_wrapper #slide-16-layer-1, #rev_slider_5_1_wrapper #slide-18-layer-1, #rev_slider_6_1_wrapper #slide-3-layer-1, #rev_slider_6_1_wrapper #slide-12-layer-1, #rev_slider_6_1_wrapper #slide-10-layer-1, #rev_slider_6_1_wrapper #slide-13-layer-1, #rev_slider_6_1_wrapper #slide-15-layer-, #rev_slider_6_1_wrapper #slide-16-layer-1, #rev_slider_6_1_wrapper #slide-18-layer-1, #rev_slider_7_1_wrapper #slide-3-layer-1, #rev_slider_7_1_wrapper #slide-12-layer-1, #rev_slider_7_1_wrapper #slide-10-layer-1, #rev_slider_7_1_wrapper #slide-13-layer-1, #rev_slider_7_1_wrapper #slide-15-layer-, #rev_slider_7_1_wrapper #slide-16-layer-1, #rev_slider_7_1_wrapper #slide-18-layer-1, #rev_slider_8_1_wrapper #slide-3-layer-1, #rev_slider_8_1_wrapper #slide-12-layer-1, #rev_slider_8_1_wrapper #slide-10-layer-1, #rev_slider_8_1_wrapper #slide-13-layer-1, #rev_slider_8_1_wrapper #slide-15-layer-, #rev_slider_8_1_wrapper #slide-16-layer-1, #rev_slider_8_1_wrapper #slide-18-layer-1 { font-family:'Allura', cursive; }
#rev_slider_1_1_wrapper #slide-3-layer-3, #rev_slider_1_1_wrapper #slide-12-layer-3, #rev_slider_1_1_wrapper #slide-15-layer-3, #rev_slider_1_1_wrapper #slide-18-layer-3, #rev_slider_3_1_wrapper #slide-3-layer-3, #rev_slider_3_1_wrapper #slide-12-layer-3, #rev_slider_3_1_wrapper #slide-15-layer-3, #rev_slider_3_1_wrapper #slide-18-layer-3, #rev_slider_2_1 #slide-3-layer-3, #rev_slider_2_1 #slide-12-layer-3, #rev_slider_2_1 #slide-15-layer-3, #rev_slider_2_1 #slide-18-layer-3, #rev_slider_4_1_wrapper #slide-3-layer-3, #rev_slider_4_1_wrapper #slide-12-layer-3, #rev_slider_4_1_wrapper #slide-15-layer-3, #rev_slider_4_1_wrapper #slide-18-layer-3, #rev_slider_5_1_wrapper #slide-3-layer-3, #rev_slider_5_1_wrapper #slide-12-layer-3, #rev_slider_5_1_wrapper #slide-15-layer-3, #rev_slider_5_1_wrapper #slide-18-layer-3, #rev_slider_6_1_wrapper #slide-3-layer-3, #rev_slider_6_1_wrapper #slide-12-layer-3, #rev_slider_6_1_wrapper #slide-15-layer-3, #rev_slider_6_1_wrapper #slide-18-layer-3, #rev_slider_7_1_wrapper #slide-3-layer-3, #rev_slider_7_1_wrapper #slide-12-layer-3, #rev_slider_7_1_wrapper #slide-15-layer-3, #rev_slider_7_1_wrapper #slide-18-layer-3, #rev_slider_8_1_wrapper #slide-3-layer-3, #rev_slider_8_1_wrapper #slide-12-layer-3, #rev_slider_8_1_wrapper #slide-15-layer-3, #rev_slider_8_1_wrapper #slide-18-layer-3 {
  font-weight:600 !important;
  letter-spacing:8px !important;
}
#rev_slider_1_1_wrapper #slide-2-layer-2, #rev_slider_1_1_wrapper #slide-3-layer-5, #rev_slider_1_1_wrapper #slide-11-layer-2, #rev_slider_1_1_wrapper #slide-12-layer-5, #rev_slider_1_1_wrapper #slide-14-layer-2, #rev_slider_1_1_wrapper #slide-15-layer-5, #rev_slider_1_1_wrapper #slide-17-layer-2, #rev_slider_1_1_wrapper #slide-18-layer-5, #rev_slider_3_1_wrapper #slide-2-layer-2, #rev_slider_3_1_wrapper #slide-3-layer-5, #rev_slider_3_1_wrapper #slide-11-layer-2, #rev_slider_3_1_wrapper #slide-12-layer-5, #rev_slider_3_1_wrapper #slide-14-layer-2, #rev_slider_3_1_wrapper #slide-15-layer-5, #rev_slider_3_1_wrapper #slide-17-layer-2, #rev_slider_3_1_wrapper #slide-18-layer-5, #rev_slider_2_1 #slide-2-layer-2, #rev_slider_2_1 #slide-3-layer-5, #rev_slider_2_1 #slide-11-layer-2, #rev_slider_2_1 #slide-12-layer-5, #rev_slider_2_1 #slide-14-layer-2, #rev_slider_2_1 #slide-15-layer-5, #rev_slider_2_1 #slide-17-layer-2, #rev_slider_2_1 #slide-18-layer-5, #rev_slider_4_1_wrapper #slide-2-layer-2, #rev_slider_4_1_wrapper #slide-3-layer-5, #rev_slider_4_1_wrapper #slide-11-layer-2, #rev_slider_4_1_wrapper #slide-12-layer-5, #rev_slider_4_1_wrapper #slide-14-layer-2, #rev_slider_4_1_wrapper #slide-15-layer-5, #rev_slider_4_1_wrapper #slide-17-layer-2, #rev_slider_4_1_wrapper #slide-18-layer-5, #rev_slider_5_1_wrapper #slide-2-layer-2, #rev_slider_5_1_wrapper #slide-3-layer-5, #rev_slider_5_1_wrapper #slide-11-layer-2, #rev_slider_5_1_wrapper #slide-12-layer-5, #rev_slider_5_1_wrapper #slide-14-layer-2, #rev_slider_5_1_wrapper #slide-15-layer-5, #rev_slider_5_1_wrapper #slide-17-layer-2, #rev_slider_5_1_wrapper #slide-18-layer-5, #rev_slider_6_1_wrapper #slide-2-layer-2, #rev_slider_6_1_wrapper #slide-3-layer-5, #rev_slider_6_1_wrapper #slide-11-layer-2, #rev_slider_6_1_wrapper #slide-12-layer-5, #rev_slider_6_1_wrapper #slide-14-layer-2, #rev_slider_6_1_wrapper #slide-15-layer-5, #rev_slider_6_1_wrapper #slide-17-layer-2, #rev_slider_6_1_wrapper #slide-18-layer-5, #rev_slider_7_1_wrapper #slide-2-layer-2, #rev_slider_7_1_wrapper #slide-3-layer-5, #rev_slider_7_1_wrapper #slide-11-layer-2, #rev_slider_7_1_wrapper #slide-12-layer-5, #rev_slider_7_1_wrapper #slide-14-layer-2, #rev_slider_7_1_wrapper #slide-15-layer-5, #rev_slider_7_1_wrapper #slide-17-layer-2, #rev_slider_7_1_wrapper #slide-18-layer-5, #rev_slider_8_1_wrapper #slide-2-layer-2, #rev_slider_8_1_wrapper #slide-3-layer-5, #rev_slider_8_1_wrapper #slide-11-layer-2, #rev_slider_8_1_wrapper #slide-12-layer-5, #rev_slider_8_1_wrapper #slide-14-layer-2, #rev_slider_8_1_wrapper #slide-15-layer-5, #rev_slider_8_1_wrapper #slide-17-layer-2, #rev_slider_8_1_wrapper #slide-18-layer-5 { letter-spacing:8px !important; }
#rev_slider_1_1_wrapper .tp-bullets .tp-bullet span.tp-bullet-image, #rev_slider_1_1_wrapper .tp-bullets .tp-bullet:hover span.tp-bullet-image, #rev_slider_3_1_wrapper .tp-bullets .tp-bullet span.tp-bullet-image, #rev_slider_3_1_wrapper .tp-bullets .tp-bullet:hover span.tp-bullet-image, #rev_slider_2_1 .tp-bullets .tp-bullet span.tp-bullet-image, #rev_slider_2_1 .tp-bullets .tp-bullet:hover span.tp-bullet-image, #rev_slider_4_1_wrapper .tp-bullets .tp-bullet span.tp-bullet-image, #rev_slider_4_1_wrapper .tp-bullets .tp-bullet:hover span.tp-bullet-image, #rev_slider_5_1_wrapper .tp-bullets .tp-bullet span.tp-bullet-image, #rev_slider_5_1_wrapper .tp-bullets .tp-bullet:hover span.tp-bullet-image, #rev_slider_6_1_wrapper .tp-bullets .tp-bullet span.tp-bullet-image, #rev_slider_6_1_wrapper .tp-bullets .tp-bullet:hover span.tp-bullet-image, #rev_slider_7_1_wrapper .tp-bullets .tp-bullet span.tp-bullet-image, #rev_slider_7_1_wrapper .tp-bullets .tp-bullet:hover span.tp-bullet-image, #rev_slider_8_1_wrapper .tp-bullets .tp-bullet span.tp-bullet-image, #rev_slider_8_1_wrapper .tp-bullets .tp-bullet:hover span.tp-bullet-image {
  width:10px;
  height:10px;
  border:1px solid #fff;
  background:#fff !important;
  border-radius:50%;
  display:block;
  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;
}
#rev_slider_1_1_wrapper .tp-bullets .tp-bullet.selected, #rev_slider_1_1_wrapper .tp-bullets .tp-bullet:hover, #rev_slider_1_1_wrapper .tp-bullets .tp-bullet, #rev_slider_3_1_wrapper .tp-bullets .tp-bullet.selected, #rev_slider_3_1_wrapper .tp-bullets .tp-bullet:hover, #rev_slider_3_1_wrapper .tp-bullets .tp-bullet, #rev_slider_2_1 .tp-bullets .tp-bullet.selected, #rev_slider_2_1 .tp-bullets .tp-bullet:hover, #rev_slider_2_1 .tp-bullets .tp-bullet, #rev_slider_4_1_wrapper .tp-bullets .tp-bullet.selected, #rev_slider_4_1_wrapper .tp-bullets .tp-bullet:hover, #rev_slider_4_1_wrapper .tp-bullets .tp-bullet, #rev_slider_5_1_wrapper .tp-bullets .tp-bullet.selected, #rev_slider_5_1_wrapper .tp-bullets .tp-bullet:hover, #rev_slider_5_1_wrapper .tp-bullets .tp-bullet, #rev_slider_6_1_wrapper .tp-bullets .tp-bullet.selected, #rev_slider_6_1_wrapper .tp-bullets .tp-bullet:hover, #rev_slider_6_1_wrapper .tp-bullets .tp-bullet, #rev_slider_7_1_wrapper .tp-bullets .tp-bullet.selected, #rev_slider_7_1_wrapper .tp-bullets .tp-bullet:hover, #rev_slider_7_1_wrapper .tp-bullets .tp-bullet, #rev_slider_8_1_wrapper .tp-bullets .tp-bullet.selected, #rev_slider_8_1_wrapper .tp-bullets .tp-bullet:hover, #rev_slider_8_1_wrapper .tp-bullets .tp-bullet { background:none !important; }
#rev_slider_1_1_wrapper .tp-bullets .tp-bullet.selected span.tp-bullet-image, #rev_slider_3_1_wrapper .tp-bullets .tp-bullet.selected span.tp-bullet-image, #rev_slider_2_1 .tp-bullets .tp-bullet.selected span.tp-bullet-image, #rev_slider_4_1_wrapper .tp-bullets .tp-bullet.selected span.tp-bullet-image, #rev_slider_5_1_wrapper .tp-bullets .tp-bullet.selected span.tp-bullet-image, #rev_slider_6_1_wrapper .tp-bullets .tp-bullet.selected span.tp-bullet-image, #rev_slider_7_1_wrapper .tp-bullets .tp-bullet.selected span.tp-bullet-image, #rev_slider_8_1_wrapper .tp-bullets .tp-bullet.selected span.tp-bullet-image {
  width:10px;
  height:10px;
  border:1px solid #fff;
  background:none !important;
  border-radius:50%;
  display:block;
  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;
}
.set_4_button2.raised.btn-slider-black {
  background:#000 !important;
  color:#fff !important;
}
.set_4_button2.raised.btn-slider-black a { letter-spacing:2px !important; }
.set_4_button2 {
  position:relative;
  font-weight:400;
  text-align:center;
  width:auto;
  float:left;
  padding:0 25px;
  line-height:45px;
  overflow:hidden;
  z-index:0;
  cursor:pointer;
  color:#2e2302;
  margin-right:2.5em;
}
.set_4_button2.raised {
  -moz-transition:all 0.1s;
  -o-transition:all 0.1s;
  -webkit-transition:all 0.1s;
  transition:all 0.1s;
  font-family:'Poppins', sans-serif;
  font-weight:600 !important;
  color:#21201e;
  background:#fff !important;
  border-radius:20px;
  text-transform:uppercase;
  line-height:40px !important;
  padding:5px 50px 0 !important;
  font-size:13px !important;
  display:block;
}
.set_4_button2.raised:active { box-shadow:0px 1px 1px #063e6b; }
.anim {
  -moz-transform:translateY(-50%) translateX(-50%);
  -ms-transform:translateY(-50%) translateX(-50%);
  -webkit-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%);
  position:absolute;
  top:50%;
  left:50%;
  z-index:-1;
}
.anim:before {
  position:relative;
  content:'';
  display:block;
  margin-top:100%;
}
.anim:after {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  border-radius:50%;
}
.clickable .toggle:checked + .anim {
  -moz-animation:anim-in 0.75s;
  -webkit-animation:anim-in 0.75s;
  animation:anim-in 0.75s;
}
.clickable .toggle:checked + .anim:after {
  -moz-animation:anim-in-pseudo 0.75s;
  -webkit-animation:anim-in-pseudo 0.75s;
  animation:anim-in-pseudo 0.75s;
}
.clickable .toggle:not(:checked) + .anim {
  -moz-animation:anim-out 0.75s;
  -webkit-animation:anim-out 0.75s;
  animation:anim-out 0.75s;
}
.clickable .toggle:not(:checked) + .anim:after {
  -moz-animation:anim-out-pseudo 0.75s;
  -webkit-animation:anim-out-pseudo 0.75s;
  animation:anim-out-pseudo 0.75s;
}
.set_4_button2.raised:active { background:#d0c194; }
.hoverable:hover > .anim {
  -moz-animation:anim-out 0.75s;
  -webkit-animation:anim-out 0.75s;
  animation:anim-out 0.75s;
}
.hoverable:hover > .anim:after {
  -moz-animation:anim-out-pseudo 0.75s;
  -webkit-animation:anim-out-pseudo 0.75s;
  animation:anim-out-pseudo 0.75s;
}
@-webkit-keyframes anim-in {
  0% { width:0%; }
  100% { width:100%; }
}
@-moz-keyframes anim-in {
  0% { width:0%; }
  100% { width:100%; }
}
@-ms-keyframes anim-in {
  0% { width:0%; }
  100% { width:100%; }
}
@keyframes anim-in {
  0% { width:0%; }
  100% { width:100%; }
}
@-webkit-keyframes anim-in-pseudo {
  0% { background:#d0c194; }
  100% { background:transparent; }
}
@-moz-keyframes anim-in-pseudo {
  0% { background:#d0c194; }
  100% { background:transparent; }
}
@-ms-keyframes anim-in-pseudo {
  0% { background:#d0c194; }
  100% { background:transparent; }
}
@keyframes anim-in-pseudo {
  0% { background:#d0c194; }
  100% { background:transparent; }
}
@-webkit-keyframes anim-out {
  0% { width:0%; }
  100% { width:100%; }
}
@-moz-keyframes anim-out {
  0% { width:0%; }
  100% { width:100%; }
}
@-ms-keyframes anim-out {
  0% { width:0%; }
  100% { width:100%; }
}
@keyframes anim-out {
  0% { width:0%; }
  100% { width:100%; }
}
@-webkit-keyframes anim-out-pseudo {
  0% { background:#d0c194; }
  100% { background:transparent; }
}
@-moz-keyframes anim-out-pseudo {
  0% { background:#d0c194; }
  100% { background:transparent; }
}
@-ms-keyframes anim-out-pseudo {
  0% { background:#d0c194; }
  100% { background:transparent; }
}
@keyframes anim-out-pseudo {
  0% { background:#d0c194; }
  100% { background:transparent; }
}
@media only screen and (max-width: 1900px) {
  .tb-header-menu .tb-menu .box-main-menu ul > li { padding:0 40px 0 0 !important; }
}
@media only screen and (max-width: 1370px) {
  .tb-resto-our-store.tpl2 .box-desc { padding:44px 80px 0px; }
}
@media only screen and (max-width: 1370px) {
  .tb-resto-our-store.tpl1 .box-our-store, .tb-resto-our-store.tpl2 .box-our-store { background-position:50% 100% !important; }
  .tb-header-menu .tb-menu .box-main-menu ul > li { padding:0 10px 0 0 !important; }
  .tb-resto-our-store.tpl2 .box-desc { padding:30px; }
  .tb-header-v2 .tb-header-menu .tb-menu .box-main-menu { padding-left:0; }
  .shardow_page { max-width:1270px; }
  .tb-online-booking { box-shadow:5px 5px 10px 0px rgba(48,50,50,0.1); }
  .tb-product-carousel .box-slider-aab .owl-nav .owl-prev, .tb-product-carousel .box-no-slider-aab .owl-nav .owl-prev { left:-55px !important; }
  .tb-product-carousel .box-slider-aab .owl-nav .owl-next, .tb-product-carousel .box-no-slider-aab .owl-nav .owl-next { right:-55px !important; }
  .footer-gallery .instagram_feed ul > li { margin-bottom:-1px; }
  .footer-bottom.tpl1 .footer-box2 { margin-left:150px; }
}
@media only screen and (max-width: 1300px) {
  .tb-resto-our-store.tpl1 .box-our-store, .tb-resto-our-store.tpl2 .box-our-store { background-position:50% 100% !important; }
  .tb-header-menu .tb-menu .box-main-menu ul > li { padding:0 10px 0 0 !important; }
}
@media only screen and (max-width: 1200px) {
  .box-header-ss { display:none; }
  .box-tb-menu .box-main-menus { width:70%; }
  body { margin:0 !important; }
  .tb-header-v2 .tb-header-menu .tb-menu { top:0; }
  .tb-header-v2 .tb-header-menu .tb-menu .col-md-7.col-xs-6 { width:70%; }
  .tb-header-v2 .tb-header-menu .tb-menu .box-logo { padding-left:30px; }
  .tb-header-v2 .tb-header-menu .tb-menu .box-main-menu { padding-left:50px; }
  .reservation_custom.tb-online-booking { margin-top:50px; }
  .page-template-contact .box-title1 h2 {
    letter-spacing:0px;
    padding-left:20px;
    line-height:30px;
    margin-bottom:21px;
    font-size:30px;
  }
  .tb-error404-wrap .box-share .botton a { padding:0 10px; }
  .woocommerce div.product form.cart div.quantity { width:135px; }
  .woocommerce .single_add_to_cart_button {
    float:left;
    margin-left:15px;
    width:190px;
  }
  .footer-bottom.tpl1 .footer-box2 { margin-left:0; }
  .footer-bottom.tpl1 .footer-box1 { margin-right:0; }
}
@media only screen and (max-width: 1024px) {
  .tb-error404-wrap .box-coming h3 { line-height:50px; }
  .tb-coming_soon-wrap, .tb-error404-wrap { margin:0; }
  .tb-online-booking .box-30 {
    width:calc(100% - 60px);
    margin:0 30px;
  }
  .tb-online-booking .box-70 {
    width:calc(100% - 60px);
    padding-top:50px;
    margin:0 30px;
    border:1px solid #ccc;
    min-height:450px;
  }
  .tb-online-booking { box-shadow:none; }
  .box-gallery-vc .item .box-footer {
    opacity:1;
    visibility:visible;
    position:absolute;
    padding:10px 10px 20px 20px;
    background:rgba(0,0,0,0.73);
  }
  .tb-resto-event .box-event .box-event-post .one-item { overflow:hidden; }
  .tb-resto-event .box-event .box-event-post .one-item .entry { padding:5px; }
  .tb-resto-event .box-event .box-event-post .list-item .entry { padding:20px; }
  .footer-bottom.tpl1 .footer-box2 {
    width:95%;
    margin-left:15px;
  }
  .footer-bottom.tpl1 .footer-box1 {
    max-width:95%;
    float:left;
    text-align:left;
    margin-right:0;
    padding-left:15px;
  }
  .tb-resto-our-store.tpl2 .box-desc { padding:15px; }
  .tb-resto-our-store.tpl2 .box-store.box-left { padding:15px; }
  .tb-online-booking.tb-online-order .box-70 { border:none; }
  .tb-online-booking.tb-online-order ul.step li { padding:0 20px; }
  .woocommerce .tb-products-grid .tb-product-item-inner .tb-action {
    opacity:1;
    visibility:visible;
    animation:fadeInDown 0.4s both;
    -webkit-animation:zoomIn 0.4s both;
    -moz-animation:fadeInDown 0.4s both;
    -o-animation:fadeInDown 0.4s both;
    top:50%;
    margin-top:-20px;
  }
  .woocommerce .box-ro-product-wrapper {
    overflow:hidden;
    position:relative;
    z-index:999;
  }
  .box-gallery-vc .item .box-footer .box-title, .box-gallery-vc .item .box-footer .box-cat {
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
    -webkit-opacity:1;
    -khtml-opacity:1;
    -moz-opacity:1;
    opacity:1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    visibility:visible;
  }
  .box-gallery-vc .item .box-footer .box-title, .box-gallery-vc .item .box-footer .box-cat {
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
    -webkit-opacity:1;
    -khtml-opacity:1;
    -moz-opacity:1;
    opacity:1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    visibility:visible;
  }
  .tb-service-wrap.tpl2 .box-services-3 .box-item-services .item .box-content .more { display:block; }
  .title-bar .page-title {
    font-size:40px !important;
    line-height:40px !important;
  }
}
@media only screen and (max-width: 991px) {
  div#sticky-wrapper { height:84px !important; }
  .tb-start-shop-loop .tb-shop-catalog-ordering .widget_product_categories {
    width:100%;
    margin-top:30px;
  }
  .tb-coming_soon-wrap .box-coming .box-count-down-gifts span {
    padding:0 15px;
    width:100%;
  }
  .tb-header-v2 .tb-header-menu .tb-menu .box-logo {
    padding-left:30px;
    margin-top:0;
  }
  .tb-header-menu .tb-menu .box-main-menu .tb-menu-list {
    display:none;
    background:#ffffff;
    margin-top:17px;
    padding:30px 30px 30px 30px !important;
    width:300px;
    float:right;
    position:absolute;
    right:15px;
  }
  .tb-header-menu .tb-menu .box-main-menu .tb-menu-list .tb-menu-list-inner li {
    display:block;
    float:none;
    text-align:left;
    border-bottom:1px solid #ccc;
    line-height:40px;
  }
  .box-tb-menu .box-main-menus { width:100%; }
  .tb-header-menu .tb-menu .box-main-menu .tb-menu-list.active { display:block; }
  .tb-header-menu .tb-menu .box-main-menu ul li a { color:#21201e; }
  .tb-header-menu .box-logo-sticky {
    display:none;
    padding-left:15px;
    padding-top:0;
    margin-top:-11px;
    text-align:left;
  }
  .tb-header-menu .tb-menu {
    background:#21201e;
    height:84px;
    padding-top:29px;
    position:relative;
    width:100%;
    z-index:99999999999;
    top:-1px;
    display:block;
  }
  .tb-header-menu .tb-menu .box-logo {
    padding-left:15px;
    padding-top:0;
    text-align:left;
    margin-top:-11px;
  }
  .tb-menu-control-mobi {
    display:inline-block;
    vertical-align:middle;
    position:absolute;
    top:-44px;
    z-index:99999999 !important;
    right:28px;
    width:50px;
    height:50px;
    background:#fff;
    border-radius:50%;
    text-align:center;
  }
  .tb-menu-control-mobi > a {
    line-height:54px !important;
    font-size:25px;
    text-align:center;
    color:#21201e;
  }
  .tb-header-menu .sticky-wrapper.is-sticky .tb-menu { position:relative !important; }
  .tb-header-menu .tb-menu .box-main-menu { padding-left:0; }
  .tb-header-menu .tb-menu .box-main-menu ul li > .dropdown-menu {
    position:relative;
    top:1px;
    padding-top:0 !important;
    width:225px !important;
    margin-left:15px !important;
    animation:none !important;
  }
  .tb-header-menu .tb-menu .box-main-menu ul li > .dropdown-menu li { padding-left:10px !important; }
  .tb-header-menu .tb-menu .box-main-menu ul li > .dropdown-menu li a { padding-left:0 !important; }
  .tb-header-menu .tb-menu .box-main-menu .tb-menu-list .tb-menu-list-inner li.menu-item-has-children { position:relative; }
  .tb-header-menu .tb-menu .box-main-menu .tb-menu-list .tb-menu-list-inner li.menu-item-has-children:before {
    position:absolute;
    content:"\f107";
    right:0;
    top:2px;
    font-family:FontAwesome;
  }
  .tb-resto-event .box-event .box-event-post .list-item .thumb { height:200px; }
  .tb-resto-event .box-event .box-event-post .one-item .thumb {
    width:270px;
    float:left;
    position:relative;
    height:200px;
  }
  .tb-resto-event .box-event .box-event-post .one-item .thumb img {
    width:100%;
    height:auto;
  }
  .tb-resto-event .box-event .box-event-post .one-item .thumb .date-2 {
    display:block;
    position:absolute;
    width:100px;
    height:100px;
    background:#21201e;
    left:50%;
    margin-left:-50px;
    top:50%;
    margin-top:-50px;
    color:#fff;
    font-family:'Gilda Display', serif;
    text-align:center;
    text-transform:uppercase;
    line-height:26px;
    padding-top:21px;
  }
  .tb-resto-event .box-event .box-event-post .one-item .thumb .date-2 .day { font-size:30px; }
  .tb-resto-event .box-event .box-event-post .one-item .thumb .date-2 .m { font-size:18px; }
  .tb-resto-event .box-event .box-event-post .one-item .entry {
    background:#fff;
    min-height:210px;
    padding:20px;
    float:left;
    width:calc(100% - 270px);
    position:static;
  }
  .tb-menu-control-mobi { display:block !important; }
  .tb-testimonial-slider.tpl1 {
    margin-top:0;
    margin-bottom:30px;
  }
  .tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys { padding:0; }
  .tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys .date { display:none; }
  .tb-resto-event .box-event .box-event-post .one-item .entry .box-entrys { text-align:left; }
  .tb-header-v2 .tb-header-menu .tb-menu .col-md-7.col-xs-6 { width:100%; }
  .tb-header-wrap.tb-header-v2.tb-header-stick div#sticky-wrapper, .tb-header-v2 .tb-header-menu .tb-menu { height:95px !important; }
  .tb-header-v2 .tb-menu-control-mobi { background:#af7746; }
  .tb-header-v2 .tb-menu-control-mobi > a { color:#fff; }
  .tb-resto-our-store.tpl4 .box-our-store .box-store {
    max-width:540px;
    text-align:center;
    padding-top:50px;
    margin-left:0;
    margin:auto;
    padding-bottom:30px;
    overflow:hidden;
  }
  .tb-resto-our-store.tpl4 .box-our-store { height:auto; }
  .tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item {
    margin-bottom:10px !important;
    padding-top:10px;
    height:auto;
  }
  .tb-product-carousel .box-slider-aab .item .col-md-6:nth-child(7) .products-widget, .tb-product-carousel .box-slider-aab .item .col-md-6:nth-child(8) .products-widget, .tb-product-carousel .box-no-slider-aab .item .col-md-6:nth-child(7) .products-widget, .tb-product-carousel .box-no-slider-aab .item .col-md-6:nth-child(8) .products-widget { border-bottom:1px #e8e8e8 dashed; }
  .hide_ipad { display:none; }
  .tb-testimonial-slider.margin-top-mobile { margin-top:50px; }
  .tb-header-menu .tb-menu { top:0 !important; }
  .woocommerce-page div.product div.images { width:50%; }
  .woocommerce .box-ro-product-wrapper {
    width:50%;
    padding-left:20px;
  }
  .title-bar, .title-bar-shop {
    padding-top:60px !important;
    padding-bottom:150px !important;
  }
}
.tb-resto-our-store.tpl1 .box-our-store, .tb-resto-our-store.tpl2 .box-our-store { background-size:cover !important; }
@media only screen and (max-width: 768px) {
  .woocommerce .box-ro-product-wrapper {
    width:100%;
    margin-top:20px;
  }
  .woocommerce-page div.product div.images { width:100%; }
  .tb-resto-our-store.tpl3 .content-left {
    width:100%;
    margin:auto;
    background:#21201e;
    position:absolute;
    left:0;
    margin-left:0;
    top:-50px;
    height:auto;
    padding:20px;
  }
  .tb-resto-our-store.tpl3:hover .content-left {
    width:100%;
    margin-left:0;
    top:-50px;
  }
}
@media only screen and (max-width: 767px) {
  .tb-resto-event .box-event .box-event-post .list-item .thumb:before { background:none !important; }
  .team-left.wpb_text_column img.alignnone.size-medium.wp-image-302, .team-right img.alignnone.size-medium.wp-image-302 { margin-bottom:10px !important; }
  .woocommerce .box-ro-product-wrapper {
    width:100%;
    margin-top:20px;
  }
  .woocommerce-page div.product div.images { width:100%; }
  .tb-coming_soon-wrap .box-coming .box-count-down-gifts span {
    display:block;
    margin-bottom:20px;
  }
  .tb-resto-our-store.tpl1 .box-our-store, .tb-resto-our-store.tpl2 .box-our-store { padding-top:50px; }
  .tb-service-wrap .box-services-3 .box-item-services .item {
    max-width:380px;
    margin:auto;
  }
  .tb-service-wrap .box-services-3 {
    padding-top:50px;
    min-height:670px;
  }
  .tb-service-wrap .box-services-3 .box-header { margin-bottom:20px; }
  .box-gallery-vc { padding:0 15px; }
  .tb-resto-event { padding:50px 15px; }
  .tb-resto-event {
    padding-top:50px !important;
    min-height:0;
    padding-bottom:100px !important;
  }
  .tb-testimonial-slider { padding:0; }
  .hide_mobile { display:none; }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background:none !important;
    border:none !important;
    margin-bottom:10px !important;
    padding-top:10px;
  }
  .vc_tta.vc_general .vc_tta-panel-title {
    margin:0;
    text-align:center;
    /* color: #fff; */
    background:#d0c195;
    border-radius:50px;
    max-width:300px;
    margin:auto !important;
  }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body { background:#fff !important; }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background:none !important;
    border:none !important;
  }
  .vc_tta.vc_general .vc_tta-panel-title>a {
    padding:10px 20px;
    color:#fff !important;
  }
  .tb-product-carousel .box-slider-aab, .tb-product-carousel .box-no-slider-aab { padding:0; }
  .tb-resto-our-store.tpl2 .box-store.box-left { width:100%; }
  .tb-resto-our-store.tpl2 .box-right { width:100%; }
  .tb-resto-our-store.tpl2 .box-store.box-left .content-left {
    min-height:0;
    padding-top:30px;
    padding-bottom:30px;
  }
  .tb-service-wrap.tpl2 .thumb { margin:auto; }
  .tb-service-wrap.tpl2 .thumb .thumb-img:before { display:none; }
  .tb-service-wrap.tpl2 .box-services-3 .box-item-services .item .box-content .more { display:none; }
  .tb-service-wrap.tpl2 .owl-carousel .owl-item img { border:12px solid #f0ead8; }
  .tb-online-booking .box-30, .tb-online-booking .box-70 {
    width:100%;
    margin:0;
  }
  .tb-testimonial-slider.tpl2 .thumb { background:#fff; }
  .tb-testimonial-slider.tpl2 .tb-excerpt { margin:0; }
  .tb-testimonial-slider.tpl2 .box-container .flexslider .slides { margin-bottom:10px; }
  .tb-service-wrap.tpl2 .thumb { width:244px; }
  .full-width.tb-online-booking {
    margin:15px 0 0;
    padding:50px 0;
  }
  .tb-online-booking.tb-online-order ul.step li:after, .tb-online-booking.tb-online-order ul.step li:before { display:none; }
  .tb-online-booking.tb-online-order ul.step li { width:100%; }
  .margin-bottom-mobile.tb-info-contact { margin-bottom:60px; }
  .page-template-contact .shardow_page { padding:30px; }
  .team-left, .team-right { padding:15px 30px; }
  .tb-resto-our-team .box-team > ul > li {
    width:50%;
    margin-bottom:30px;
  }
  .single .shardow_page, .archive .shardow_page { padding:100px 15px 60px; }
  .box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-title { font-size:26px; }
  .shardow_page { padding:100px 15px 60px; }
  .footer-maps .acf-map { height:400px; }
  .footer-gallery .instagram_feed ul > li {
    width:33.333%;
    float:left;
  }
}
@media only screen and (max-width: 600px) {
  .tb-online-booking .box-70 .box-form .wpcf7-form .people:before { top:-11px; }
  .tb-online-booking .box-70 .box-form .wpcf7-form .time:before {
    height:32px;
    top:-5px;
  }
}
@media only screen and (max-width: 480px) {
  .archive.woocommerce div.product { padding:0; }
  .shardow_page { padding:30px 15px 60px !important; }
  .tb-testimonial-slider .flexslider { padding-bottom:30px; }
  .footer-gallery .instagram_feed ul > li {
    width:50%;
    float:left;
  }
  body {
    overflow:scroll !important;
    -webkit-overflow-scrolling:touch !important;
  }
  #slide-23-layer-6 { display:none !important; }
  #slide-23-layer-7 { display:none !important; }
  #slide-19-layer-3 { display:none !important; }
  .tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content {
    padding-left:15px !important;
    padding-right:15px !important;
  }
  #rev_slider_1_1_wrapper #slide-2-layer-2, #rev_slider_1_1_wrapper #slide-3-layer-5, #rev_slider_1_1_wrapper #slide-11-layer-2, #rev_slider_1_1_wrapper #slide-12-layer-5, #rev_slider_1_1_wrapper #slide-14-layer-2, #rev_slider_1_1_wrapper #slide-15-layer-5, #rev_slider_1_1_wrapper #slide-17-layer-2, #rev_slider_1_1_wrapper #slide-18-layer-5, #rev_slider_3_1_wrapper #slide-2-layer-2, #rev_slider_3_1_wrapper #slide-3-layer-5, #rev_slider_3_1_wrapper #slide-11-layer-2, #rev_slider_3_1_wrapper #slide-12-layer-5, #rev_slider_3_1_wrapper #slide-14-layer-2, #rev_slider_3_1_wrapper #slide-15-layer-5, #rev_slider_3_1_wrapper #slide-17-layer-2, #rev_slider_3_1_wrapper #slide-18-layer-5, #rev_slider_2_1 #slide-2-layer-2, #rev_slider_2_1 #slide-3-layer-5, #rev_slider_2_1 #slide-11-layer-2, #rev_slider_2_1 #slide-12-layer-5, #rev_slider_2_1 #slide-14-layer-2, #rev_slider_2_1 #slide-15-layer-5, #rev_slider_2_1 #slide-17-layer-2, #rev_slider_2_1 #slide-18-layer-5, #rev_slider_4_1_wrapper #slide-2-layer-2, #rev_slider_4_1_wrapper #slide-3-layer-5, #rev_slider_4_1_wrapper #slide-11-layer-2, #rev_slider_4_1_wrapper #slide-12-layer-5, #rev_slider_4_1_wrapper #slide-14-layer-2, #rev_slider_4_1_wrapper #slide-15-layer-5, #rev_slider_4_1_wrapper #slide-17-layer-2, #rev_slider_4_1_wrapper #slide-18-layer-5, #rev_slider_5_1_wrapper #slide-2-layer-2, #rev_slider_5_1_wrapper #slide-3-layer-5, #rev_slider_5_1_wrapper #slide-11-layer-2, #rev_slider_5_1_wrapper #slide-12-layer-5, #rev_slider_5_1_wrapper #slide-14-layer-2, #rev_slider_5_1_wrapper #slide-15-layer-5, #rev_slider_5_1_wrapper #slide-17-layer-2, #rev_slider_5_1_wrapper #slide-18-layer-5, #rev_slider_6_1_wrapper #slide-2-layer-2, #rev_slider_6_1_wrapper #slide-3-layer-5, #rev_slider_6_1_wrapper #slide-11-layer-2, #rev_slider_6_1_wrapper #slide-12-layer-5, #rev_slider_6_1_wrapper #slide-14-layer-2, #rev_slider_6_1_wrapper #slide-15-layer-5, #rev_slider_6_1_wrapper #slide-17-layer-2, #rev_slider_6_1_wrapper #slide-18-layer-5, #rev_slider_7_1_wrapper #slide-2-layer-2, #rev_slider_7_1_wrapper #slide-3-layer-5, #rev_slider_7_1_wrapper #slide-11-layer-2, #rev_slider_7_1_wrapper #slide-12-layer-5, #rev_slider_7_1_wrapper #slide-14-layer-2, #rev_slider_7_1_wrapper #slide-15-layer-5, #rev_slider_7_1_wrapper #slide-17-layer-2, #rev_slider_7_1_wrapper #slide-18-layer-5, #rev_slider_8_1_wrapper #slide-2-layer-2, #rev_slider_8_1_wrapper #slide-3-layer-5, #rev_slider_8_1_wrapper #slide-11-layer-2, #rev_slider_8_1_wrapper #slide-12-layer-5, #rev_slider_8_1_wrapper #slide-14-layer-2, #rev_slider_8_1_wrapper #slide-15-layer-5, #rev_slider_8_1_wrapper #slide-17-layer-2, #rev_slider_8_1_wrapper #slide-18-layer-5 {
    letter-spacing:1px !important;
    font-size:15px !important;
  }
  .single-product .ro-product-wrapper .images .thumbnails #slider-prev {
    left:0;
    width:30px;
    height:30px;
    top:33px;
  }
  .set_4_button2.raised a { font-size:15px !important; }
  .single-product .ro-product-wrapper .images .thumbnails {
    padding-top:15px !important;
    overflow:hidden;
    max-height:153px;
    padding:0;
  }
  .single .shardow_page { padding:15px 15px 60px; }
  .single-product .ro-product-wrapper .images .thumbnails #slider-prev:before, .single-product .ro-product-wrapper .images .thumbnails #slider-next:before { line-height:30px; }
  .single-product .ro-product-wrapper .images .thumbnails #slider-next {
    right:0px;
    width:30px;
    height:30px;
    top:33px;
  }
  .single-product .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li {
    width:100px !important;
    padding:0 7px;
  }
  .box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-excerpt { margin-top:10px; }
  .box-blog-grid-tpl1 article .tb-post-item .tb-content .tb-readmore {
    font-size:13px;
    margin-top:13px;
    letter-spacing:1px;
  }
  .box-blog-grid-tpl1 article .tb-post-item .tb-content .box-share .follow {
    margin-top:13px;
    letter-spacing:1px;
  }
 .comments-area .comment-list li .comment-body .comment-info { padding:0px 15px 7px 89px; }
  .comments-area .comment-list li .comment-body .comment-avatar:before { right:-10px; }
  .tb-error404-wrap .box-share .botton a {
    font-size:12px;
    padding:0 2px;
  }
  .tb-online-booking .box-30 {
    padding:15px;
    min-height:0;
  }
  .box-title1 h2 {
    font-size:20px;
    line-height:20px;
  }
  .tb-online-booking .box-30 .box-intro {
    padding:15px;
    min-height:0;
  }
  .tb-resto-event .box-event .box-event-post .list-item .thumb {
    width:100%;
    height:auto;
  }
  .tb-resto-event .box-event .box-event-post .list-item .thumb .date, .tb-resto-event .box-event .box-event-post .one-item .thumb .date-2 { display:none; }
  .tb-resto-event .box-event .box-event-post .list-item .thumb img {
    width:100%;
    height:auto;
  }
  .tb-resto-event .box-event .box-event-post .list-item .entry, .tb-resto-event .box-event .box-event-post .one-item .entry {
    width:100%;
    display:block;
    overflow:hidden;
  }
  .tb-resto-event .box-event .box-event-post .one-item .thumb {
    width:100%;
    float:left;
    position:relative;
    height:auto;
  }
  .page-template-contact .wpcf7 .name, .page-template-contact .wpcf7 .email, .page-template-contact .wpcf7 .phone { width:100%; }
  .single-product .roll-accordion .roll-toggle {
    padding:10px;
    margin-bottom:20px;
  }
  .woocommerce .box-ro-product-wrapper { padding-left:0; }
  .woocommerce .single-product .ro-product-wrapper .ro-product-information .entry-title {
    margin-top:0;
    margin-bottom:6px;
    font-size:26px;
  }
  .footer-bottom.tpl1 .box-ft, .footer-bottom.tpl1 .box-ft-center {
    overflow:hidden;
    padding-top:30px;
    padding-bottom:20px;
    min-height:0;
  }
  .footer-bottom.tpl1 .box-ft-center {
    overflow:hidden;
    padding-bottom:20px;
  }
  .footer-bottom.tpl1 .box-ft-center .newsletter form { margin-right:15px; }
  .tb-coming_soon-wrap { padding-top:110px; }
  .tb-coming_soon-wrap .box-coming .box-count-down-gifts {
    color:#fff;
    text-transform:uppercase;
    font-style:inherit;
    margin-top:40px;
    border-bottom:2px solid #fff;
    padding-bottom:33px;
    margin:40px 30px 0;
  }
  .woocommerce div.product { padding:0 15px; }
  .woocommerce.single  div.product { padding:0 0px; }
  .title-bar .page-title {
    font-size:30px !important;
    line-height:32px !important;
  }
  .tb-resto-event .box-event .box-event-post .list-item .entry, .tb-resto-event .box-event .box-event-post .one-item .entry { margin-top:-2px; }
}
@media only screen and (max-width: 420px) {
	.comments-area .comment-list .comment-info .reply {
	    position: relative;
    float: none;	
	}
  .woocommerce div.product form.cart div.quantity { width:100px; }
  .woocommerce.tb-product-carousel.tpl3 .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price del:before, .woocommerce.tb-product-carousel.tpl3 .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-product-price del:before {
    top:12px;
    left:-11px;
  }
  .tb-online-booking .box-70 .box-form { padding:30px !important; }
  .woocommerce div.product form.cart div.quantity .qty-minus {
    width:16px;
    float:left;
    padding-left:0;
    cursor:pointer;
  }
  .woocommerce div.product form.cart div.quantity span.qty-plus {
    width:15px;
    float:right;
    padding-right:0;
    cursor:pointer;
  }
  .woocommerce .single_add_to_cart_button {
    float:left;
    margin-left:15px;
    width:130px;
    font-size:12px;
  }
  .woocommerce div.product form.cart div.quantity input {
    width:38px;
    padding-left:7px;
  }
  .tb-online-booking .box-70 .box-form .wpcf7-form .people, .tb-online-booking .box-70 .box-form .wpcf7-form .date, .tb-online-booking .box-70 .box-form .wpcf7-form .time, .tb-online-booking .box-70 .box-form .wpcf7-form .name, .tb-online-booking .box-70 .box-form .wpcf7-form .phone, .tb-online-booking .box-70 .box-form .wpcf7-form .email { width:100%; }
  .tb-online-booking .box-70 .box-form .wpcf7-form .set_4_button2.raised { margin-left:0; }
  .tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-title { width:100%; }
  .tb-product-carousel .box-slider-aab .item .products-widget .tb-product-item .tb-content .tb-price-rating, .tb-product-carousel .box-no-slider-aab .item .products-widget .tb-product-item .tb-content .tb-price-rating {
    text-align:left;
    float:left;
  }
  .woocommerce .type-product.product .tb-content .tb-price-rating .tb-product-price .woocommerce-Price-amount { padding:0; }
  .tb-error404-wrap {
    padding-top:150px !important;
    padding:0 15px;
  }
  .tb-resto-our-team .box-team > ul > li { width:100%; }
  .single-post .comments-area .comment-list li .comment-body .comment-avatar {
    width:30px;
    height:30px;
  }
  .single-post .comments-area .comment-list li .comment-body .comment-info { padding:0px 15px 0 47px; }
  .single-post .comments-area .comment-list li .comment-body .comment-info p {
    line-height:20px;
    font-size:13px;
  }
  .single-post .comments-area .comment-list li .comment-body .comment-info .comment-header-info { margin-bottom:0; }
  .single-post .comments-area .comment-list li ol.children { padding-left:20px; }
  .single .comments-area .comment-list .comment-info .reply {
    float:right;
   
    position:absolute;
   
    right:0;
    top:29px;
  }
  .single .comments-area .comment-list .comment-info .reply a {
    font-size:10px;
    display:block;
    line-height:23px;
	   width:50px;
    height:22px;
    border:1px solid #242d2e;
    text-align:center;
    border-radius:50px;
    color:#21201e;
    text-transform:uppercase;
    font-weight:600;
    font-size:9px;
    line-height:30px;
	   letter-spacing:2px;
  }
  .comments-area .comments-title {
    padding-bottom:20px;
    width:100%;
  }
  .single .box-share {
    display:block;
    float:left;
    padding-top:38px;
    margin-bottom:23px;
  }
  .comments-area .box-comment-ps { top:74px; }
}
@media only screen and (max-width: 769px) {
  div#slide-16-layer-1, div#slide-16-layer-3, #slide-16-layer-4, #slide-16-layer-5, #slide-1-layer-1, #slide-1-layer-3, #slide-1-layer-4, #slide-1-layer-5, #slide-10-layer-1, #slide-10-layer-3, #slide-10-layer-4, #slide-10-layer-5 { margin-left:-200px !important; }
  .set_4_button2.raised a { font-size:13px !important; }
}
body {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.title-bar {
    background: #252525;
    padding: 220px 0 200px;
}
.page-title {
    color: #fff;
}
.box-logo a {
    color: #ffffff;
    font-size: 40px;
}
.widget img {
    height: auto;
}
.alignleft,
img.alignleft {
    margin-right: 1.5em;
    float: left;
}
.alignright,
img.alignright {
    margin-left: 1.5em;
    float: right;
}
.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone,
img.alignnone {
    
/* not sure about this one */;
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {color:#333333;}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
  color: #fff !important;  
}
.jws_blogs_content .alignleft {
    margin-top: 0;
}
.wp-block-gallery.alignfull.columns-3 {
    padding: 0 22px;
}
.wp-block-embed-twitter {
    margin: 0;
} .wp-block-quote cite {
  color: #6c7781;
}
 .wp-block-embed {
  margin-bottom: 1.5em;
}
 li {
  margin-bottom: 7px;
}
 .wp-block-image figcaption {
  margin-top: 1em;
}
 .wp-block-table td,
 .wp-block-table th {
  border: 0;
}
 .wp-block-quote.is-style-large cite,
 .wp-block-quote.is-style-large footer,
 .wp-block-quote.is-large cite,
 .wp-block-quote.is-large footer {
  font-size: 14px;
}
 blockquote {
  border-left: 0;
}
 .wp-block-preformatted {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
 pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
  display: block;
  padding: 9.5px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
}
 .wp-block-button__link {
  padding: 15px 24px;
}
 .wp-block-column p {
  margin: 0;
}
 .wp-block-column {
  margin-bottom: 0;
}
 .wp-block-table td,
 .wp-block-table th {
  padding: 1.2em 0;
}
 .wp-block-cover.alignfull
 {
    position: relative;
    left: calc( -27.5% - 75px);
    width: calc( 155% + 150px);
    max-width: calc( 155% + 150px);
}
 .wp-block-gallery.alignfull {
    max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;  
 }
@media(max-width:767px) {
    .wp-block-cover.alignfull,
 .wp-block-gallery.alignfull {
    left: 0;
    width: 100%;
    max-width: 100%;
} 
}
 .wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 20px;
  border-left: 4px solid #000;
  padding-top: 1px;
}
 .wp-block-latest-posts {
  margin-bottom: 32px;
}
 .wp-block-cover.alignright {
  margin-bottom: 50px;
}
 blockquote p:last-child {
  margin-top: 0;
}
 .wp-block-image {
  margin-bottom: 1.9em;
}
 .wp-block-gallery {
  margin-top: 32px;
  margin-bottom: 32px;
}
 .wp-block-image.alignfull {
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 38px;
}
 .alignwide {
  max-width: calc(100% + 100px);
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
}
 .wp-block-cover-image.has-background-dim:before,
 .wp-block-cover.has-background-dim:before {
  z-index: 0;
}
 .wp-block-latest-posts {
  padding-left: 2.5em;
}
 .wp-block-quote.is-style-large,
 .wp-block-quote.is-large {
  border: 0;
}
 .wp-block-button {
  margin-bottom: 3em !important;
}
p {
    margin: 32px 0;
}
.jws-blog-detail .change_post .nav-box a .text-nav .content_nav {
    display: none !important;
}
.jws-blog-detail .change_post .nav-box a .text-nav .thumbnail_nav img {
    display: none;
}
.comments-area .comment-respond .comment-form input#wp-comment-cookies-consent {
    height: auto;
}
.dropdown-menu>li>a {
  white-space: break-spaces;  
}
.error-404 {
       height: 100vh;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center; 
    -webkit-justify-content: center;
}
.error-404 > div > .page-title {
       font-size: 25px;
}

.main-content {
    max-width: 1170px;
    padding: 90px 15px;
    margin: 0 auto;
}
.error404 .main-content {
    padding: 0;
}
.tb-error404-wrap .page-content .page-title {
    margin: 30px 0;
}
.wp-calendar-table td , .wp-calendar-table th{
  
        padding: 9px;
    text-align: center;
}
.wp-calendar-table caption {
   margin: 10px 0 15px; 
}
.widget_archive select , .widget_categories select {
    height: 45px;
}
.tb-blog-related , .tb-social-share {
    display: none !important;
}
.page-links {
    margin-top: 25px;
}
.page-links a , .page-links span {
    display: inline-block;
    vertical-align: middle;
}
.post-password-form input[type=submit] {
        transform: translateY(23px);
        -webkit-transform: translateY(23px);
        background: #000;
    color: #fff;
}
.single article.post .blog-title, .single article.space .blog-title {
    display: none;
}
.box-share {
    display: none !important;
}
.no_shardow_page {
    display: none;
}
.wp-block-group__inner-container ul {
    
}
.wp-block-group__inner-container ul li {
       list-style: none;
    padding: 4px 14px 12px 20px !important;
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.wp-block-group__inner-container ul li:before {
      position: absolute;
    content: "\f0da";
    left: 4px;
    top: 4px;
    font-size: 15px;
    color: #21201e;
    font-family: FontAwesome;  
}

.wp-block-group__inner-container > h2 {
  margin-bottom: 23px;
    adding-left: 0;
    font-weight: 400;
    padding-bottom: 0;
    font-size: 24px;
    text-transform: capitalize!important;
    color: #222626;
    font-family: 'Gilda Display',serif;  
}
.wp-block-search .wp-block-search__input {
       float: left;
    width: calc(100%);
    padding-left: 12px;
    padding-right: 12px;
    border-right: 0;
    border: 1px solid #eaeaea; 
}
.wp-block-search .wp-block-search__button   {
    background: #000 !important;
    color: #fff;
    height: 41px;
    border: 0;
    font-size: 14px; 
}
.wp-block-latest-comments {
    padding: 0;
}
.wp-block-latest-comments__comment {
    line-height: 25px;
}
.single-product .single-product{
	padding:90px 0;
}